Luxury Modern Tight Curved Back Velvet Sofa【BUY 1 GET 1】

188 sold
$29.98
$199.00
-85%
Color:  Cream
Qty:  BUY 1 GET 1
Quantity

Description

288Brand Acanva
Color Cream Single Chair
Product Dimensions 39.8"D x 42.5"W x 26"H
Back Style Cushion Back
Product Care Instructions Damp cloth

  • AZY901-CC-N Dimensions - W42.5 x D39.8 x H26 | Seat Width: 23.6” | Seat Depth: 29.5” | Seat Height: 17.3” | Leg Height: 1.2” | Weight Capacity: 330lbs. Ships in one box.
  • ELEGANTLY STYLISH - Contemporary velvet upholstered accent chair blends elegant barrel silhouette for an instant style upgrade in your space. Minimalist yet refined armchair design complements any decor.
  • ELAXING SUPPORT - Solid wood frame with s-springs, and extra-thick cushions of the living room sofa chair contour your body with voluminous comfort. Roomy, ergonomic reading seat keeps you cozy.
  • ALL-DAY COMFORT - The single sofa chair’s soft, breathable velvet upholstery and high-density foam filling provides an unparalleled seating experience. Perfect extra seat for your guest or friend!
  • NO ASSEMBLY REQUIRED - This small modern velvet chair comes ready to be used for your immediate enjoyment, no assembly required. And it’s easy to care for and maintain. Wipes the stain and dust with a soft, damp cloth.


Notes:

1. Due to the difference between computer display and photography, the color of the pictures and actual products will be slightly different.

2. The fabric type, color and patterns of throw pillows and back cushions possibly vary due to different production batches.

We will keep trying to reduce the chromatism and improve product consistency between batches. Thank you for your understanding.

Acanva Modern Living Room Lounge Accent Chair

Support, Comfort & Style

Nothing is better than indulging yourselves for a restful retreat and enjoying the cuddle time with your family and loved ones on our luxurious and comfortable sofa!

To provide premium and high quality products, we have implemented strict quality control to bring you the best.

Choose Acanva products you’ll always love and indulge in this pampering!

  • Minimalistic yet elegant design
  • Comfortable Lounging Area
  • Premium velvet Fabric
  • Ideal Living Room Furniture
  • Perfect extra seat for your guest or friends

Modern Barrel Single Sofa

The accent chair is stand for elegance and simplicity. Featuring smooth barrel line, this single sofa is the ideal addition to any living room its stylish design.

Thick Seat Cushion

This seating cushion is made of high-resilient and high-density foam which provide long-lasting support and ultimate comfort.

Soft Velvet Fabric

The modern armchair is covered in soft velvet fabric which is breathable and easy to clean making the seating more comfortable to touch.

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.