ijuicy Modular Sectional Sofa with Techno Fabric upholstered, L Shaped Free Combination Sofa with Mid-Century Minimalist Design for Living Room, Apartment- 3-Seat with Ottoman Beige
ijuicy Modular Sectional Sofa with Techno Fabric upholstered, L Shaped Free Combination Sofa with Mid-Century Minimalist Design for Living Room, Apartment- 3-Seat with Ottoman Beige
ijuicy Modular Sectional Sofa with Techno Fabric upholstered, L Shaped Free Combination Sofa with Mid-Century Minimalist Design for Living Room, Apartment- 3-Seat with Ottoman Beige
ijuicy Modular Sectional Sofa with Techno Fabric upholstered, L Shaped Free Combination Sofa with Mid-Century Minimalist Design for Living Room, Apartment- 3-Seat with Ottoman Beige
ijuicy Modular Sectional Sofa with Techno Fabric upholstered, L Shaped Free Combination Sofa with Mid-Century Minimalist Design for Living Room, Apartment- 3-Seat with Ottoman Beige

ijuicy Modular Sectional Sofa with Techno Fabric upholstered, L Shaped Free Combination Sofa with Mid-Century Minimalist Design for Living Room, Apartment- 3-Seat with Ottoman Beige

$1,019.99
$0.00
-$-1,019.99
Quantity
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Vendor by: Ijuicy
SKU: 111801231*2/111801232/111801233#iju

【Free Combination】This sectional sofa is not a fixed combination, each individual chair and ottoman can be moved and reassembled. You can move and assemble any module you like. This is the charm of modular sectional sofa.

【Premium Fabric】This modular sectional sofa is upholstered with technical fabric. It is easy to clean and maintain, requiring minimal effort to keep it looking fresh and new. Compared with real leather, it's more resistant to scratches and scuffs, making it more durable in the long run. It also offers the luxurious look and feel of real leather at a more affordable price. 

【Stable Structure】Our modular sectional sofa is based on a solid hardwood frame with durable foam cushions built in, the solid wood frame of this sectional sofa provides exceptional durability and strength, ensuring the sofa can withstand the weight without compromising its structural integrity, it also enhances stability, preventing any wobbling or sagging.These solid metal legs perfectly support the entire sofa and can be used for long time.

【Elegant Design】With its clean lines and minimalist Bauhaus-style design, this ijuicy modular sofa effortlessly adapts to any living room theme. At the same time, its timeless elegance makes it a perfect fit for traditional or vintage-inspired interiors.Classy color with matching pillows, provide your living room or office with a sleek and upscale look.

 【Easy to Assemble】This ijuicy modular sofa is easy to assemble. You can quickly set up this sofa within 30 minutes, allowing you to enjoy your new furniture without any delay.The necessary tools and instruction manual are included in the package.The instruction manual is very detailed, it will guide you through the installation process step by step.If you have any questions about the assembly, please don't hesitate to contact us. 

Note: It takes time for the sofa to expand after opening, as the cushions are packed in a compressed state. In general cases, it will take approximately 24-48 hours to expand till it regains its final shape.

 

  • Brand: ijuicy
  • Color: Beige
  • Product Dimensions: 99"L x 66"W x 33"H
  • Type:Free Combination
  • Seat Height:12"
  • Seat Depth:23"
  • Weight Capacity:450lbs(Each Seat)
  • Special Feature:Free Combination, Premium Fabric, Durable, Easy to maintain
  • Upholstery Fabric Type:Technical Fabric
  • Room Type: Living Room, Office
  • Arm Style:Track
  • Assembly Required:Yes
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.