Fujiiryoki Calm Plus Flex Frame SL Track Massage Chair w/ Touchscreen Remote (2024)

by Fujiiryoki

Original price $11,000.00

Original price $11,000.00 - Original price $11,000.00

Original price $11,000.00

Current price $3,699.99

$3,699.99 - $3,699.99

Current price $3,699.99

| /

Need help with this product?

Request Price Match

Fujiiryoki Calm Plus Flex Frame SL Track Massage Chair w/ Touchscreen Remote (51)

Free Curbside Shipping: 2 Weeks
White Glove Delivery: 3 Weeks

Price with Selected Options:

$3,699.99

Fujiiryoki MR6000 - CALM PLUS+ Massage Chair

Introducing the Fujiiryoki MR6000 - CALM PLUS+ Massage Chair, a versatile and soothing retreat designed for the entire family. This advanced massage chair offers a personalized experience, allowing you to unwind, recharge, and connect with your loved ones in the comfort of your home.

The MR6000 features a flexible SL Track combined with a 4D massage mechanism, providing comprehensive treatment from your shoulders to your feet. Its unique frame allows seamless adjustment from a sitting to a sleeping position, enhancing relaxation. The chair also includes a special flat stretch massage function that stretches your entire body, targeting the neck, back, hips, and thighs for a complete body stretch experience.

Additional features include a triple calf massage system, foot double rollers, and an intuitive touchscreen remote control. The MR6000's Air 4D + Intelligent Massage Robot mimics the touch of human hands, offering a combination of seven different massage techniques with adjustable intensity levels. Shoulder position detection ensures a massage tailored to your unique body shape, providing a detailed and personalized experience.

Key Features

  • Flexible SL Track: Allows seamless adjustment from sitting to sleeping positions, enhancing relaxation.
  • 4D Massage Mechanism: Provides comprehensive treatment from shoulders to feet.
  • Flat Stretch Massage Function: Stretches the entire body, targeting neck, back, hips, and thighs.
  • Triple Calf Massage: Combines airbag compression, kneading airbags, and calf rollers for a comprehensive massage.
  • Foot Double Rollers: Gently massage the top of the foot with airbags and stimulate the sole with double rollers.
  • Air 4D + Intelligent Massage Robot: Mimics human hand touch with seven different massage techniques and adjustable intensity.
  • Shoulder Position Detection: Automatically adjusts massage points based on your height and body shape for a personalized experience.
  • Touchscreen Remote Control: Intuitive interface for effortless customization of massage settings.

Specifications

Model MR6000
Massage Techniques 7 distinct techniques
Auto Programs 12 programs
Airbags Full-body coverage
Heating Lumbar and leg areas
User Height Range 4'10" - 6'3"
Maximum User Weight 300 lbs

Product Images

Fujiiryoki Calm Plus Flex Frame SL Track Massage Chair w/ Touchscreen Remote (52)

Fujiiryoki Calm Plus Flex Frame SL Track Massage Chair w/ Touchscreen Remote (53)

Product Video

`;//cart page - get the checkout button for append dbuy div elements if(currentTemplate === 'CART' && (appConfig.dbuy_widget_config==='ALL' || appConfig.dbuy_widget_config==='CART')){ if(appConfig.dbuy_widget_in_cart) setWidgetDiv(appConfig.dbuy_widget_in_cart,synchronyButton); }else{ console.log("Widget not enabled in CART"); } //product display page - get the price div for append dbuy div elements if(currentTemplate === 'PDP' && (appConfig.dbuy_widget_config==='ALL' || appConfig.dbuy_widget_config==='PDP')){ if(appConfig.dbuy_widget_in_pdp) setWidgetDiv(appConfig.dbuy_widget_in_pdp,synchronyButton); }else{ console.log("Widget not enabled in PDP"); } } }else{ console.log("Price value is not available"); } } else{ console.log("app config data null"); } }catch(error){ console.log("Fetch App Config Error: ",error); } //for listening the apply modal close window.addEventListener("message",function(event) { if (typeof event.data == 'string' && event.data == '{"event":"widget-content-refresh"}') { console.log("Close the Modal :",event.data); let syfCookieToken = getTokenFromCookie("syfToken"); console.log('syfCookieToken',syfCookieToken); if(syfCookieToken!=undefined && syfCookieToken!=''){ let ifrm = document.createElement("iframe"); ifrm.setAttribute("src", "https://shop.mysynchrony.com/v2/api/setToken/"+shop_url+"?applyToken="+syfCookieToken+"&x_sign_token=8908a37a69b055d082cf2d353008f22946edfa4eb95af44b1edc0960c18bf2a1&admin_url="+shop_admin_url); ifrm.style.width = "0px"; ifrm.style.height = "0px"; ifrm.style.display = "none"; let divEle = document.getElementById('syf-unifi-widget'); if(divEle!=undefined){ divEle.appendChild(ifrm); } } } }); } function setWidgetDiv(element,synchronyButton){ var buttons = document.getElementsByClassName(element); console.log(buttons,'getbyClass'); var totalButton = buttons.length; console.log(totalButton); if(totalButton <= 0){ buttons = document.getElementById(element); console.log(buttons,'getbyId'); totalButton = buttons.length; } for (var i = 0; i < totalButton; i++) { if(buttons[i] != undefined){ if( getComputedStyle(buttons[i]).display !='none' && getComputedStyle(buttons[i].parentNode).display !='none' ) { console.log(buttons[i].parentNode); var idCheck = document.getElementById("syf-unifi-widget"); console.log(idCheck,"product-content >> idCheck"); if(idCheck == null){ buttons[i].insertAdjacentHTML('afterEnd', synchronyButton); break; } } } } } //cart drawer function function cartDrawer() { console.log("cartDrawer function calling"); setTimeout(function(){ syfButtonScript(); }, 1500); } var el_cartDrawer = document.querySelectorAll('.cart-toggle, .icon-cart, .btn--add-to-cart'); [...el_cartDrawer].forEach(e => e.onclick = cartDrawer) //cart drawer quantity document.addEventListener('click',function(e){ var el_cart = document.querySelectorAll('.icon-minus, .icon-plus, .fallback-text'); el_cart.forEach(element => { element.setAttribute('aria-hidden', 'false'); }); if ( (" " + e.target.className + " ").replace(/[]/g, " ").indexOf("icon-plus") > -1 ) cartDrawer(); else if((" " + e.target.className + " ").replace(/[]/g, " ").indexOf("icon-minus") > -1){ cartDrawer(); } else if((" " + e.target.className + " ").replace(/[]/g, " ").indexOf("fallback-text") > -1){ cartDrawer(); } else if((" " + e.target.className + " ").replace(/[]/g, " ").indexOf("ajaxifyCart--add") > -1){ cartDrawer(); } else if((" " + e.target.className + " ").replace(/[]/g, " ").indexOf("ajaxifyCart--minus") > -1){ cartDrawer(); } }); // Execute the snippet script window.addEventListener("DOMContentLoaded", async function(){ console.log("PageLoad Start"); if(currentTemplate==='PDP' || currentTemplate==='CART'){ await syfButtonScript(); } console.log("Snippet Execution complete"); }); // For Dynamic Price Updates - PDP // updatePrice(MutationObserverId,PDPpriceElementId/SubTotalElementId,syfPriceId) updateWidget('div.product-pricing','div.price__current span.money','#product-content','PDP'); // For Dynamic Price Updates - CART updateWidget('div.cart-total','div.cart-total span.money','#product-content','CART');
Fujiiryoki Calm Plus Flex Frame SL Track Massage Chair w/ Touchscreen Remote (2024)

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Moshe Kshlerin

Last Updated:

Views: 5979

Rating: 4.7 / 5 (57 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Moshe Kshlerin

Birthday: 1994-01-25

Address: Suite 609 315 Lupita Unions, Ronnieburgh, MI 62697

Phone: +2424755286529

Job: District Education Designer

Hobby: Yoga, Gunsmithing, Singing, 3D printing, Nordic skating, Soapmaking, Juggling

Introduction: My name is Moshe Kshlerin, I am a gleaming, attractive, outstanding, pleasant, delightful, outstanding, famous person who loves writing and wants to share my knowledge and understanding with you.