Calming Cat Bed - The Original Super Comfy & Anti Anxiety Pet Bed
$29.99
${saveText.replace('{off_ratio}',
saveType == 'percent'
? data.off_ratio + '%'
: ` `
)}
`;
}()}
Color:
Grey
${data.targetOption}
Size:
M
${data.targetOption}
Quantity
Description
As pet lovers, we treat our pets as one of our family members, and as a result, we also make sure that they are comfortable all the time. Since cats spend most of their time sleeping, the best way to ensure their comfort is by providing them with a good bed to rest and sleep.
Introducing our Cozy Round Cat Bed! Created with comfort in mind, this cat bed has soft and smooth fabric that your cat will love kneading on and it is shaped like a round bed that is perfect for cats who love to curl when they sleep.
Cozy & Comfortable - Made of textured Polyester Fabric and fluffy PP Cotton fillings, this fabulous cat bed is designed to be cozy, comfortable, and soft to the touch which is perfect for cats of all ages. It helps relieve your pet's anxiety which leads to a happier pet!
Unique Design - This nest-like cat bed is designed with two ears and one toy ball tail. Your cat can play with it while laying down on this comfortable bed up or when he/she rolls over and sees something to bat, it can be a nice interruption from her many cat naps.
Anti-slip Bottom - To prevent sliding over the tile and wooden floors, this lightweight cat bed has a slip-resistant bottom so even the most exuberant pet won't be able to move it around. It is also water-resistant to prevent accidents and protect your floors. In addition, this flexible cat bed can be brought anywhere with you when you travel since it is super-lightweight.
Machine Washable - Before going to bed, we never know what our cats will get into, nor can we guarantee that we always get him/her cleaned before going to her bed. Good thing that our plush cat bed is machine-washable and dryer-safe so you can just pop it in and give it a good cleaning. The zipped cushion cover is also removable for quick and easy cleaning.
Size:
M- Diameter:36cm, Suitable for under 2kg Pet
L- Diameter:44cm,Suitable for under 5kg Pet
XL- Diameter:52cm, Suitable for under 7kg Pet
Note: Gentle cycle and low dry is recommended.
Introducing our Cozy Round Cat Bed! Created with comfort in mind, this cat bed has soft and smooth fabric that your cat will love kneading on and it is shaped like a round bed that is perfect for cats who love to curl when they sleep.
Cozy & Comfortable - Made of textured Polyester Fabric and fluffy PP Cotton fillings, this fabulous cat bed is designed to be cozy, comfortable, and soft to the touch which is perfect for cats of all ages. It helps relieve your pet's anxiety which leads to a happier pet!
Unique Design - This nest-like cat bed is designed with two ears and one toy ball tail. Your cat can play with it while laying down on this comfortable bed up or when he/she rolls over and sees something to bat, it can be a nice interruption from her many cat naps.
Anti-slip Bottom - To prevent sliding over the tile and wooden floors, this lightweight cat bed has a slip-resistant bottom so even the most exuberant pet won't be able to move it around. It is also water-resistant to prevent accidents and protect your floors. In addition, this flexible cat bed can be brought anywhere with you when you travel since it is super-lightweight.
Machine Washable - Before going to bed, we never know what our cats will get into, nor can we guarantee that we always get him/her cleaned before going to her bed. Good thing that our plush cat bed is machine-washable and dryer-safe so you can just pop it in and give it a good cleaning. The zipped cushion cover is also removable for quick and easy cleaning.
Size:
M- Diameter:36cm, Suitable for under 2kg Pet
L- Diameter:44cm,Suitable for under 5kg Pet
XL- Diameter:52cm, Suitable for under 7kg Pet
Note: Gentle cycle and low dry is recommended.
You may also like
${function() {
const force_image_size = "natural";
const product_hover_on = true;
const product_show_sale_label = true;
const product_save_type = "amount";
const badge1 = "New";
const badge2 = "";
const badge3 = "";
const product_title_mobile_hide = false;
const product_title_style = "full";
const enable_collection_thumb_image = true;
const variantNames = ["color"];
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 = "natural";
const product_hover_on = true;
const product_show_sale_label = true;
const product_save_type = "amount";
const badge1 = "New";
const badge2 = "";
const badge3 = "";
const product_title_mobile_hide = false;
const product_title_style = "full";
const enable_collection_thumb_image = true;
const variantNames = ["color"];
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('')}
${heading}
FromCustomer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
The review would not show in product details on storefront since it does not support to.