Hanging Pet Bed
$59.99
${saveText.replace('{off_ratio}',
saveType == 'percent'
? data.off_ratio + '%'
: ` `
)}
`;
}()}
The current produc does not participate any Rebate. Switch the participating product to check the design.
(This prompt will not be displayed on the client-side.)
(This prompt will not be displayed on the client-side.)
${function() {
const show = rebate.format_rules.length > data.maxShowCount;
return `
${rule}
${function() {
if(!show) return "";
return `
`;
}()}
`;
}()}
${originData.rebate.format_rules.join(", ")}
Color:
Khaki
${data.targetOption}
Quantity
Share the love
Free Shipping Over $69.99
45 Days Free Returns
Wholesale & Retail
Secure Payments
Description
GIVE YOUR PET A COZY HAVEN! Enjoy a safe, comfortable, and stylish resting space that attaches effortlessly, letting your furry friend bask in sunlight and enjoy a panoramic view.
- NATURAL VENTILATION
The hanging pet bed features an open mesh design that promotes excellent airflow, ensuring your pet remains cool and comfortable even on warm days. The breathable fabric prevents overheating and keeps the bedding fresh. This design mimics the natural resting habits of cats and small dogs. - EASY TO CLEAN
Crafted with removable and washable cushions, this pet bed is designed for hassle-free cleaning. Simply detach the cushion, wash with mild detergent, and let dry. The materials are resistant to stains and wear, ensuring long-lasting hygiene. - PORTABLE & EASY INSTALLATION
The innovative suction cup design with an 85mm diameter allows for tool-free, secure installation on smooth surfaces such as windows or tiles. Its lightweight construction makes it easy to reposition according to your space. Enjoy a versatile resting solution that can be moved effortlessly around your home. - ROBUST STRUCTURE & SAFE MATERIALS
Constructed with a durable steel frame and high-quality breathable mesh fabric, this pet bed offers both strength and comfort. The materials are chosen for their safety and longevity, ensuring that even the most active pets are well supported. Its robust design minimizes the risk of collapse or deformation during use. - UPGRADED SUCTION CUP & DESIGN OPTIONS
Featuring a newly enhanced thickened suction cup, this pet bed delivers superior adhesion, providing a stable and secure mount in various environments. Available in stylish color options—coffee and gray—and design variations such as cat paw and alternate decorative styles, it complements any home décor. The secure attachment ensures your pet’s safety while adding a charming accent to your living space.
USAGE INSTRUCTIONS
- Clean the Installation Surface: Ensure the surface where the pet bed will be mounted is smooth and free of dust or oil for optimal suction.
- Attach the Suction Cup: Press the 85mm suction cup firmly against the chosen surface until it locks into place.
- Mount the Pet Bed: Carefully hang the pet bed onto the suction cup mount, ensuring it is secure and level.
- Adjust as Needed: Reposition the bed for the best sunlight or view, and make sure the cushion is properly attached.
- Monitor Usage: Occasionally check the suction cup to ensure it remains securely attached during use.
PRODUCT DETAILS
- PRODUCT NAME: HANGING PET BED
- SUITABLE FOR: Cats and small dogs
- MATERIALS: Breathable Mesh Fabric, Durable Steel Frame, Removable Cushion (68D High-Density Oxford Cloth)
- SUCTION CUP DIAMETER: 85mm
- INSTALLATION: Tool-free suction mount
- DESIGN FEATURES: Natural ventilation, lightweight, portable, easy-to-clean
- DIMENSIONS: Designed to comfortably accommodate most cats and small dogs
PRODUCT PACKAGE
- 1 × Hanging Pet Bed
IMPORTANT NOTES
- Surface Requirements: For proper adhesion, install on a smooth, non-porous surface (e.g., glass, ceramic tile).
- Periodic Checks: Regularly inspect the suction cup and mounting area to ensure the bed remains secure.
- Cleaning Instructions: Detach the cushion and clean with mild detergent; do not use harsh chemicals that may damage the materials.
- Weight Limitations: This pet bed is designed for cats and small dogs; ensure the pet's weight does not exceed the recommended limit.
- Indoor Use Only: Best suited for indoor or sheltered areas to maintain optimal performance of the suction cup.
You may also like
${function() {
const force_image_size = "1";
const product_hover_on = true;
const product_show_sale_label = true;
const product_save_type = "amount";
const badge1 = "";
const badge2 = "";
const badge3 = "";
const product_title_mobile_hide = false;
const product_title_style = "hide";
const enable_collection_thumb_image = true;
const variantNames = ["color","size","style"];
const thumbMaxNum = 4;
const suffix_id = "-product-recommendations-pc" || '';
const url = data.url;
const productId = data.id;
const price = data.price;
const productAvailable = data.available;
const productVariants = data.variants || [];
const images = data.images || [];
const image = data.image || {};
const imageWidth = image.width;
let imageHeight = image.height;
let image2 = null;
let imageHoverOn = false;
if (force_image_size !== 'natural') {
imageHeight = imageWidth * force_image_size;
}
if (product_hover_on) {
for (let i = 1; i < images.length; i++) {
const img = images[i];
if (img.src && img.src.indexOf('video=') === -1) {
image2 = img;
imageHoverOn = true;
break;
}
}
}
let compareAtPrice = data.compare_at_price;
let offRatio = data.off_ratio;
let discountMaxUrl = url;
const showFrom = data.price_min != data.price_max ? true : false;
for (let i = 0; i < productVariants.length; i++) {
const variant = productVariants[i];
if (variant.price == price && compareAtPrice < variant.compare_at_price) {
compareAtPrice = variant.compare_at_price;
offRatio = variant.off_ratio;
variant.available && (discountMaxUrl = variant.url);
}
}
const soldOutText = "Sold out";
let soldOn = false;
let saleOn = false;
if (productAvailable) {
if (product_show_sale_label && price < compareAtPrice) {
saleOn = true;
}
} else {
soldOn = true;
}
const diffPrice = compareAtPrice - price;
const saveLabelContent = product_save_type == 'percent' ? (offRatio + '%') : ` `;
let saveText = "Save {off_ratio}";
saveText = saveText.replace('{off_ratio}', saveLabelContent);
const productTitle = data.title;
const heading = "title" === 'subtitle' ? data.brief : productTitle;
const variantValues = [];
const showVariants = [];
if (data.need_variant_image && enable_collection_thumb_image && variantNames.length > 0) {
for (let i = 0; i < (data.options || []).length; i++) {
const option = data.options[i];
const optionName = option.name.toLowerCase();
if (variantNames.includes(optionName)) {
for (let j = 0; j < productVariants.length; j++) {
const variant = productVariants[j];
const value = variant.options[i].value;
if (!variantValues.includes(value)) {
variantValues.push(value);
showVariants.push(variant);
}
}
break;
}
}
}
return `
${saveText}
${showVariants.map((item, idx) => {
let showMoreHtml = '';
if (idx == thumbMaxNum) {
showMoreHtml += `
`;
}
return `
${showMoreHtml}
`;
}).join('')
}
`;
}()}
`).join('')}
${heading}
FromRecently viewed
${function() {
const force_image_size = "1";
const product_hover_on = true;
const product_show_sale_label = true;
const product_save_type = "amount";
const badge1 = "";
const badge2 = "";
const badge3 = "";
const product_title_mobile_hide = false;
const product_title_style = "hide";
const enable_collection_thumb_image = true;
const variantNames = ["color","size","style"];
const thumbMaxNum = 4;
const suffix_id = "-recently-view-pc" || '';
const url = data.url;
const productId = data.id;
const price = data.price;
const productAvailable = data.available;
const productVariants = data.variants || [];
const images = data.images || [];
const image = data.image || {};
const imageWidth = image.width;
let imageHeight = image.height;
let image2 = null;
let imageHoverOn = false;
if (force_image_size !== 'natural') {
imageHeight = imageWidth * force_image_size;
}
if (product_hover_on) {
for (let i = 1; i < images.length; i++) {
const img = images[i];
if (img.src && img.src.indexOf('video=') === -1) {
image2 = img;
imageHoverOn = true;
break;
}
}
}
let compareAtPrice = data.compare_at_price;
let offRatio = data.off_ratio;
let discountMaxUrl = url;
const showFrom = data.price_min != data.price_max ? true : false;
for (let i = 0; i < productVariants.length; i++) {
const variant = productVariants[i];
if (variant.price == price && compareAtPrice < variant.compare_at_price) {
compareAtPrice = variant.compare_at_price;
offRatio = variant.off_ratio;
variant.available && (discountMaxUrl = variant.url);
}
}
const soldOutText = "Sold out";
let soldOn = false;
let saleOn = false;
if (productAvailable) {
if (product_show_sale_label && price < compareAtPrice) {
saleOn = true;
}
} else {
soldOn = true;
}
const diffPrice = compareAtPrice - price;
const saveLabelContent = product_save_type == 'percent' ? (offRatio + '%') : ` `;
let saveText = "Save {off_ratio}";
saveText = saveText.replace('{off_ratio}', saveLabelContent);
const productTitle = data.title;
const heading = "title" === 'subtitle' ? data.brief : productTitle;
const variantValues = [];
const showVariants = [];
if (data.need_variant_image && enable_collection_thumb_image && variantNames.length > 0) {
for (let i = 0; i < (data.options || []).length; i++) {
const option = data.options[i];
const optionName = option.name.toLowerCase();
if (variantNames.includes(optionName)) {
for (let j = 0; j < productVariants.length; j++) {
const variant = productVariants[j];
const value = variant.options[i].value;
if (!variantValues.includes(value)) {
variantValues.push(value);
showVariants.push(variant);
}
}
break;
}
}
}
return `
${saveText}
${showVariants.map((item, idx) => {
let showMoreHtml = '';
if (idx == thumbMaxNum) {
showMoreHtml += `
`;
}
return `
${showMoreHtml}
`;
}).join('')
}
`;
}()}
`).join('')}