Faux Leather Power Lift Recliner Chair with Massage and Heating Functions

88 sold
$39.00
$158.00
-75%
Color:  Gray
Material:  Cowhide Material
Quantity

Description


Product Overview

Upgrade your living room experience with this power reclining full-body massage chair. It's built on a solid wood and metal frame and is wrapped in faux leather upholstery with a foam filling for just the right amount of support. There are built-in pockets and cup holders to help keep your relaxing essentials close by. This chair can recline to three different positions, and it has a lift assist to make getting out of the seat a little easier. There are four sections of your body for massage and five rhythms of massage mode, with two massage intensities that can be switched to meet your needs. While the whole lift recliner chair offers you a zero-gravity experience. Plus, there's a local heating function that can help to ease back pain.

Features

Massage function: There are 4 optional parts for massage and 5 rhythms of massage mode. Two massage intensities can be switched to meet your needs. The whole lift recliner chair offers you a zero-gravity experience.
Comfort and convenience: Quick switch design with adjustable footrest, easy use for elderly, wider armrests with a curved shape, larger-size seat cushion, thicker recliner back, and upgraded headrest with two cup holders easy for place your drink
The heat function will be performed when using the remote.
The lumbar part of the item can heat.
Estimated time to assemble: 20 minutes

Size

Overall 42'' H x 32'' W x 28'' D
Seat 18'' H x 21'' W x 20.5'' D
Overall Product Weight 104 lb.
Arm Height - Floor to Arm 21.5''
Leg Height - Top to Bottom 2.5''
Back Height - Seat to Top of Back 23''
Minimum Door Width - Side to Side 33''
Required Back Clearance to Recline 25''
  • Depth when fully reclined: 64.5"
  • Height when fully reclined: 33.5"
  • Power cord length of the massage remote: 1.75 meters (68.89")
  • Power cord length of the lift remote: 1.3 meters (51.18")
  • The recliner can recline up to 165 degrees maximum.
  • The distance between the front of the seat and the footrest: 19".
  • The height of the chair when lifted is 137 cm or 53.937 inches.

Detailed Information

Design: Heated
Interior Material: Faux Leather
Frame Material: Metal; Solid Wood
Seat padding material: foam
Massage Type: Vibration
Heating: yes
Remote control included: yes
Weight Capacity: 300 lbs
Product Care: Items can be cleaned with a mild detergent and a damp cloth. Do not use strong liquid cleaners to clean items.
Durability: Smudge Resistant; Mildew Resistant; Tear Resistant
Leg Material: Metal
Frame Material Details: Metal
Warranty period: 3 years

85

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.