⏳Almost Sold Out–Final Chance Today!✨360° Swivel Barrel Chair

25 sold
$26.99
$105.66
-74%
Color:  aqua
Quantity

Description

About this item

  • 【360° Smooth Swivel Design】The delicate mechanical structure of the swivel joint makes the papasan chair swivel smoothly, no squeaks to keep you away from noise distractions, so you can better relax your body and mind. 360° swivel design allows you to enjoy the beautiful scenery out of the window at anytime, anywhere, or chatting with your family, which brings you more convenience and comfort
  • 【Comfy Widened Seats】The oversized egg-shaped design seat conforms more to the curve of your back and provides better support for your body. High-density foam thick padding is soft and more comfy to lounge on. The wide seat minimizes fatigue whether sitting or curled up in the oversized chair. Moreover, selected chenille material covers the surface of the cushion for a soft touch for added relaxation
  • 【Durable Structure】Constructed of a sturdy metal frame, this accent chair is very solid and durable and can easily hold up to 350 LBS. The thickened round base provides strong support and stability to the cozy egg chair, whether you sit or curl up, the swivel chair won't wobble. The rotary bearings use specialized craftsmanship and ensures a longer product life
  • 【Add Elegance to Your Home】The round egg-shaped design gives this swivel papasan chair a unique look, and the combination of the base and cushions adds to the richness of the layers, creating a two-tiered visual effect. It makes our living room chair stand out from the rattan papasan chairs in the market. Whether it is placed in the bedroom or living room, this accent chair for living room will become an elegant embellishment in your home
  • 【Quick Assembly】Are you still worried about the hassle of complex assembly steps? Our oversized swivel chairs are very easy to assemble and only require super simple steps to install. With simple steps plus detailed installation instructions, you'll be able to curl up in the barrel chair and enjoy your leisure time soon. Don't hesitate to take this lounge chair home and lounge on it to enjoy your leisure time

Brand KINFFICT
Color Yellow
Product Dimensions 33.07"D x 37"W x 31.5"H
Size Set of 2
Special Feature Ergonomic, Cushion Availability
Unit Count 2.0 Count
Recommended Uses For Product Relaxing
Pattern Solid
Surface Recommendation Indoor
Fill Material Foam
Form Factor Upholstered
Manufacturer WeYoung
ASIN B0CTTHYJYC
Best Sellers Rank #8,243,196 in Home & Kitchen ()
#25,509 in
Date First Available February 2, 2024

Features:

🔆 360° smooth rotation design provides great flexibility. The mechanical structure ensures a silky smooth rotation without lagging or making noise.

🔆 The oversized curved seat is ergonomically designed with padded cushions and soft chenille material for greater comfort.

🔆 A sturdy metal frame ensures that the modern circle chair is stable and will not wobble. Quality swivel bearings won't fall off even after repeated use.

🔆 With a unique shape design that looks grace and comfortable, this round egg chair will add an elegant atmosphere to any corner of your home.

🔆 Our papasan chair with cushion and frame are easy to assemble, you will only need very simple steps to finish the assembly.

Specifications:

Product Size: 37 * 33.07* 31.5 Inches

Product Weight: 30.2 LBS

Package Size: 36.61 * 26.80* 17.32 Inches

Package Weight: 35.27 LBS

Seat & Back Fill Material: Sponge

Frame Material: Metal

Weight Capacity: 350 LBS

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.