iBooMas Zero Gravity Massage Chair,2023 Massage Chair Full Body Ozone with Back and Calf Heating,Auto Leg Extension,APP Control,SL Track,Thai Stretch,Foot Rollers,Airbags,Bluetooth,R8606(Blue)

$49.02
$1,999.99
-98%
Color:  R8603
Quantity

Description

  • [Four Control Methods]AI Voice Control, Color LCD Remote, Shortcut Keys with USB port and App Control. The app can record your favorite programs for easy use massage chair next time.
  • [Leg Automatic Scan and Extend] Automatically scanning your leg length and extending the leg area during massage, the rollers on the soles of feet can effectively stimulate acupoints.
  • [Zero Gravity Massage Chair] Three levels of zero-gravity inclination angles, relieving stress on the spine and heart, allowing the body to enjoy complete relaxation.
  • [Full Body Massage Chair] With shoulders, arms, legs, feet and ankles airbags, extra-long ergonomic SL track, back and legs heating function can accelerate blood circulation and alleviate muscle soreness.
  • [Multifunctional Shiatsu Massage Chair] Presenting twelve automatic programs to choose, including programs specifically designed for the neck, waist, back and other areas. There are six massage intensities and three airbag intensities to choose from.
  • [A gift that brings health] This is an ideal gift for your loved ones, let them enjoy a relaxing massage and bringing them health as well as happiness.
  • [Warranty Service] We provide a three-year warranty, all questions about the full body massage chair are welcome to inquire at any time, and we will do our best to solve your doubts.


Questions and Answers

Q.How is the sale-after service?

A.iBooMas each massage chair factory after strict inspection, we provide 3 years of after-sales service for the product.

Q.What is the suitable height and weight of this shiatsu massage chair?

A.It is recommended that the user's height does not exceed 6 feet 2 inches and weight does not exceed 300 pounds. Individuals below 5 feet 1 inch in height, the shoulder airbag does not touch.

Q.Where is it shipped from and when will I receive the real relax massage chair?

A.If the order is completed by the seller, the warehouse in CA\TX\NY and other places for delivery, according to the receiving address of the nearest arrangement for delivery, is a truck delivery, delivered to the time limit of about 10 days.

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.