Dog Bed Super Soft Cushion Sofa Mat
Dog Bed Super Soft Cushion Sofa Mat
Dog Bed Super Soft Cushion Sofa Mat
Dog Bed Super Soft Cushion Sofa Mat
Dog Bed Super Soft Cushion Sofa Mat
Dog Bed Super Soft Cushion Sofa Mat
4/6
Dog Bed Super Soft Cushion Sofa Mat
Dog Bed Super Soft Cushion Sofa Mat
Dog Bed Super Soft Cushion Sofa Mat
Dog Bed Super Soft Cushion Sofa Mat
Dog Bed Super Soft Cushion Sofa Mat
Dog Bed Super Soft Cushion Sofa Mat
4/6

Dog Bed Super Soft Cushion Sofa Mat

FREE Shipping
$29.99
$49.99
Save $20.00
Free Worldwide Shipping
Easy Return and Fast Refund
Sustainably Made
Secure Payments
Size
Please select a size
ColorDark Gray
Please select a color
Quantity

Extra Soft, Fluffy and Durable Pet Sofa Bed. Give your pet an ultimate comfort offering them this bed made up of fur. Full of soft and high quality fabric with high life cycle, soft fur for maximum comfort of pets.

Soft and Cuddling Pet Sofa Bed: Pure color with good design specially designed for Pet. Super Soft Sofa and Super Warm Fur with elegant colors.

Easy to Wash & Clean: Hand wash the bed with water for long life cycle.



Size Chart:

Size Dimensions (centimeter) Estimate Only
Small 43 x 35 x 20 cm/15.7*13.8*8 inch
Up to 10 lbs (Pound) / 6.8 kg
Medium 55 x 45 x 20 cm/21.6*17.8*8 inch Up to 20 lbs (Pound) / 11.3 kg
Large 66 x 56 x 18 cm/26.2*22*7.2 inch Up to 30 lbs (Pound) / 18.14 kg
Extra Large 80 x 65 x 18 cm/32*26*7.2 inch Up to 40 lbs (Pound) / 20.4 kg


Features:

  • Pet Bed made up of long plush, super soft and super warm material.
  • Comfortable touch with 3 cm long plush hair
  • Pure color with cute design
  • Portable and lightweight.
  • Easy to clean and wash.
  • Non-toxic material pet bed with no smell

Free shipping

Free worldwide shipping

Easy Returns & Exchanges

30 Days guarantee to return or exchange your products

Outstanding Service

24/7/365 Ticket and Email Support

Secure Payments

90 Days money back guarantee

Customer Reviews

Here are what our customers say.

Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.