{"product_id":"svago-motion-mastery-x2-zero-gravity-lounge-chair","title":"Svago Motion Mastery X2 Zero Gravity Lounge Chair","description":"\u003cstyle\u003e\n.sv * { box-sizing: border-box; }\n\n.sv {\n  font-family: Arial, Helvetica, sans-serif;\n  color: #1a1a1a;\n  line-height: 1.7;\n  width: 100%;\n  max-width: 100%;\n}\n\n.sv-intro {\n  background: #f7f7f5;\n  border-left: 4px solid #8b7355;\n  padding: 20px 24px;\n  margin: 0 0 24px;\n  font-size: 15px;\n}\n\n.sv-intro p {\n  margin: 0 0 10px;\n}\n\n.sv-intro p:last-child {\n  margin: 0;\n}\n\n.sv-cta {\n  background: #1a1a1a;\n  color: #fff;\n  padding: 14px 20px;\n  margin: 0 0 28px;\n  font-size: 14px;\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  gap: 6px 10px;\n}\n\n.sv-cta a {\n  color: #d4b483;\n  font-weight: 700;\n  text-decoration: underline;\n}\n\n.sv h2.sv-section {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: .15em;\n  text-transform: uppercase;\n  border-bottom: 1px solid #c8b99a;\n  padding-bottom: 7px;\n  margin: 36px 0 16px;\n  color: #5a4a35;\n}\n\n.sv h3 {\n  color: #5a4a35;\n  font-size: 18px;\n  margin: 24px 0 10px;\n}\n\n.sv p {\n  margin: 0 0 13px;\n  font-size: 15px;\n}\n\n.sv-features {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 12px;\n  margin: 0 0 24px;\n}\n\n.sv-feature {\n  flex: 1 1 300px;\n  background: #faf9f7;\n  border: 1px solid #e8e0d4;\n  padding: 16px 18px;\n  font-size: 14px;\n  line-height: 1.6;\n}\n\n.sv-feature strong {\n  display: block;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: .09em;\n  text-transform: uppercase;\n  margin-bottom: 5px;\n  color: #8b7355;\n}\n\n.sv-spec-wrap {\n  width: 100%;\n  overflow-x: auto;\n  -webkit-overflow-scrolling: touch;\n  margin-bottom: 20px;\n}\n\n.sv-specs {\n  width: 100%;\n  min-width: 620px;\n  border-collapse: collapse;\n  margin: 0;\n  font-size: 14px;\n}\n\n.sv-specs tbody tr {\n  border-bottom: 1px solid #ede8e0;\n}\n\n.sv-specs tbody tr:last-child {\n  border-bottom: none;\n}\n\n.sv-specs tbody tr:nth-child(even) {\n  background: #faf9f7;\n}\n\n.sv-specs td {\n  padding: 10px 9px;\n  vertical-align: top;\n}\n\n.sv-specs td:first-child {\n  font-weight: 600;\n  font-size: 12px;\n  text-transform: uppercase;\n  letter-spacing: .03em;\n  color: #8b7355;\n  width: 38%;\n}\n\n.sv-callout {\n  background: #f7f7f5;\n  border-left: 4px solid #8b7355;\n  padding: 16px 18px;\n  margin: 18px 0;\n  font-size: 14px;\n}\n\n.sv-faq {\n  margin: 0 0 20px;\n}\n\n.sv-faq input[type=checkbox] {\n  display: none;\n}\n\n.sv-faq-item {\n  border-bottom: 1px solid #e8e0d4;\n}\n\n.sv-faq label {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: 15px 0;\n  font-size: 15px;\n  font-weight: 700;\n  cursor: pointer;\n  gap: 12px;\n}\n\n.sv-faq label::after {\n  content: '+';\n  font-size: 21px;\n  flex-shrink: 0;\n  color: #8b7355;\n}\n\n.sv-faq input:checked + label::after {\n  content: '×';\n}\n\n.sv-faq-body {\n  max-height: 0;\n  overflow: hidden;\n  font-size: 14px;\n  color: #444;\n  line-height: 1.75;\n}\n\n.sv-faq input:checked ~ .sv-faq-body {\n  max-height: 500px;\n  padding-bottom: 15px;\n}\n\n.sv-compare {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin: 14px 0 20px;\n}\n\n.sv-compare-card {\n  flex: 1 1 210px;\n  border: 1px solid #ddd6c8;\n  padding: 14px 15px;\n  font-size: 14px;\n  line-height: 1.6;\n  background: #faf9f7;\n}\n\n.sv-compare-card strong {\n  display: block;\n  font-size: 15px;\n  margin-bottom: 4px;\n  color: #1a1a1a;\n}\n\n.sv-compare-card a {\n  color: #5a4a35;\n  text-decoration: underline;\n  font-size: 13px;\n  font-weight: 700;\n}\n\n.sv-tag {\n  display: inline-block;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: .06em;\n  text-transform: uppercase;\n  color: #8b7355;\n  margin-bottom: 4px;\n}\n\n.sv-highlight {\n  background: #1a1a1a;\n  color: #fff;\n  padding: 20px 22px;\n  margin: 24px 0;\n}\n\n.sv-highlight strong {\n  color: #d4b483;\n}\n\n.sv-list {\n  margin: 8px 0 15px;\n  padding-left: 20px;\n}\n\n.sv-list li {\n  margin-bottom: 7px;\n  font-size: 14px;\n}\n\n@media screen and (max-width: 600px) {\n  .sv {\n    font-size: 14px;\n  }\n\n  .sv-intro {\n    padding: 16px 18px;\n  }\n\n  .sv h2.sv-section {\n    font-size: 11px;\n  }\n\n  .sv-feature {\n    flex: 1 1 100%;\n  }\n\n  .sv-compare-card {\n    flex: 1 1 100%;\n  }\n\n  .sv-spec-wrap {\n    overflow-x: auto;\n  }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"sv\"\u003e\n\n  \u003cdiv class=\"sv-intro\"\u003e\n    \u003cp\u003eThe \u003cstrong\u003eSvago Motion Mastery X2\u003c\/strong\u003e is designed for people who want more than a conventional recliner. Four powered motors independently control the chair's major adjustment zones, allowing you to customize the seat, backrest, footrest, and headrest for everything from everyday lounging to zero gravity, lay-flat relaxation, and the unique emerge position.\u003c\/p\u003e\n\n```\n\u003cp\u003eHeat therapy, air massage, targeted stretch programs, adjustable lumbar support, and multiple lifestyle presets turn the Motion Mastery X2 into a highly configurable relaxation chair. Premium top-grain leather, handcrafted wood, a steel frame, and memory foam cushioning complete a chair designed to combine sophisticated furniture styling with advanced comfort technology.\u003c\/p\u003e\n```\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sv-cta\"\u003e\n    \u003cspan\u003eQuestions about fit, features, or ordering?\u003c\/span\u003e\n    \u003ca href=\"tel:8662180902\"\u003eCall 866-218-0902\u003c\/a\u003e\n    \u003cspan\u003e· Mon–Fri 9AM–5PM · Sat 9AM–3PM\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sv-section\"\u003eMotion Mastery X2 Highlights\u003c\/h2\u003e\n\n  \u003cdiv class=\"sv-features\"\u003e\n\n```\n\u003cdiv class=\"sv-feature\"\u003e\n  \u003cstrong\u003eFour Powered Motors\u003c\/strong\u003e\n  Independent powered adjustments provide extensive control over the chair's positioning. Adjust the seat, backrest, footrest, and headrest to create the position that feels right for you.\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-feature\"\u003e\n  \u003cstrong\u003eZero Gravity Position\u003c\/strong\u003e\n  Elevate the legs and recline the back to create a weightless-style position designed to reduce pressure and encourage a comfortable neutral posture.\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-feature\"\u003e\n  \u003cstrong\u003eLay-Flat Position\u003c\/strong\u003e\n  The backrest and footrest can move into a fully reclined position for resting, reading, meditation, naps, or simply stretching out after a long day.\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-feature\"\u003e\n  \u003cstrong\u003eEmerge Position\u003c\/strong\u003e\n  The Motion Mastery can move beyond conventional reclining with an emerge position that elevates the legs while lowering the head and upper body.\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-feature\"\u003e\n  \u003cstrong\u003eAdjustable Headrest\u003c\/strong\u003e\n  The powered headrest allows you to fine-tune head and neck positioning while reclining, lounging, reading, or watching television.\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-feature\"\u003e\n  \u003cstrong\u003eAdjustable Lumbar Support\u003c\/strong\u003e\n  Independent lumbar adjustment provides personalized lower-back support so you can fine-tune the chair for different activities and sitting positions.\n\u003c\/div\u003e\n```\n\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sv-section\"\u003eHeat, Air Massage \u0026amp; Stretch Programs\u003c\/h2\u003e\n\n  \u003cdiv class=\"sv-features\"\u003e\n\n```\n\u003cdiv class=\"sv-feature\"\u003e\n  \u003cstrong\u003eHeat Therapy\u003c\/strong\u003e\n  Integrated heat therapy adds soothing warmth across the back and seating areas. It can be used while relaxing, reclining, or enjoying the chair's massage functions.\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-feature\"\u003e\n  \u003cstrong\u003eAir Massage\u003c\/strong\u003e\n  Air-cell massage provides rhythmic pressure across the back, lumbar, and seat areas. Multiple massage programs allow you to select a style and intensity suited to your preferences.\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-feature\"\u003e\n  \u003cstrong\u003eTargeted Stretch Positions\u003c\/strong\u003e\n  Motion Mastery includes dedicated stretch functions designed around different areas of the body, including lower-body and V-stretch positions.\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-feature\"\u003e\n  \u003cstrong\u003eFour Activity Programs\u003c\/strong\u003e\n  Dedicated Sleep, TV, Lounge, and Reading positions make it easy to quickly move into a comfortable setup for everyday activities.\n\u003c\/div\u003e\n```\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sv-highlight\"\u003e\n    \u003cstrong\u003eA chair that adapts to you.\u003c\/strong\u003e\u003cbr\u003e\n    Instead of forcing your body into one fixed reclined position, the Motion Mastery X2 gives you independent control over multiple areas of the chair. From upright reading to zero gravity and lay-flat relaxation, the X2 is designed around personalized positioning.\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sv-section\"\u003eDesigned for Everyday Comfort\u003c\/h2\u003e\n\n  \u003cp\u003eThe Motion Mastery X2 is built for more than occasional reclining. Its adjustable positioning makes it suitable for reading, watching television, relaxing, resting, and taking a break after a long day. The combination of powered movement, heat, air massage, and supportive cushioning lets you customize the experience instead of settling for a one-position recliner.\u003c\/p\u003e\n\n  \u003cp\u003eThe chair's compact upright footprint measures approximately \u003cstrong\u003e32.2 inches long by 30.7 inches wide by 44.9 inches high\u003c\/strong\u003e. When fully reclined, it extends to approximately \u003cstrong\u003e72 inches long\u003c\/strong\u003e. The seat is 23.6 inches wide and the chair has a 400-lb weight capacity.\u003c\/p\u003e\n\n  \u003cdiv class=\"sv-callout\"\u003e\n    \u003cstrong\u003ePlanning your space:\u003c\/strong\u003e The Motion Mastery X2 has a 72-inch fully reclined length. Make sure there is sufficient floor clearance for the chair's full range of movement before installation.\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sv-section\"\u003ePremium Materials \u0026amp; Construction\u003c\/h2\u003e\n\n  \u003cdiv class=\"sv-features\"\u003e\n\n```\n\u003cdiv class=\"sv-feature\"\u003e\n  \u003cstrong\u003eTop-Grain Leather\u003c\/strong\u003e\n  Premium top-grain leather gives the Motion Mastery X2 a refined appearance and a soft, luxurious seating surface.\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-feature\"\u003e\n  \u003cstrong\u003eHandcrafted Wood\u003c\/strong\u003e\n  Wood components are handcrafted to provide the chair with a furniture-quality appearance that complements both traditional and contemporary interiors.\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-feature\"\u003e\n  \u003cstrong\u003eSteel Frame\u003c\/strong\u003e\n  A steel structural frame provides the foundation for the powered mechanisms and supports the chair's 400-lb weight capacity.\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-feature\"\u003e\n  \u003cstrong\u003eMemory Foam Cushion\u003c\/strong\u003e\n  Engineered foam and memory foam cushioning contour to the body while providing supportive comfort during extended sitting.\n\u003c\/div\u003e\n```\n\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sv-section\"\u003eWireless Remote \u0026amp; Controls\u003c\/h2\u003e\n\n  \u003cp\u003eThe Motion Mastery X2 can be operated using its wired controls and quick-access side controls. An optional wireless remote is also available for customers who want additional convenience and programmable memory functions.\u003c\/p\u003e\n\n  \u003cp\u003eThe wireless remote can provide access to additional functions including memory settings, heat controls, massage programs, and other adjustments depending on the configuration selected.\u003c\/p\u003e\n\n  \u003cdiv class=\"sv-callout\"\u003e\n    \u003cstrong\u003eRemote upgrade:\u003c\/strong\u003e The current Svago product page lists the Motion Mastery Remote as an optional upgrade. If you want the expanded wireless control experience, ask about the remote when ordering.\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sv-section\"\u003eSpecifications\u003c\/h2\u003e\n\n  \u003cdiv class=\"sv-spec-wrap\"\u003e\n    \u003ctable class=\"sv-specs\"\u003e\n      \u003ctbody\u003e\n\n```\n    \u003ctr\u003e\n      \u003ctd\u003eProduct\u003c\/td\u003e\n      \u003ctd\u003eSvago Motion Mastery X2 Zero Gravity Lounge Chair\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003eMotors\u003c\/td\u003e\n      \u003ctd\u003e4 powered motors\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003eWeight Capacity\u003c\/td\u003e\n      \u003ctd\u003e400 lbs\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003eSeat Width\u003c\/td\u003e\n      \u003ctd\u003e23.6 inches\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003eUpright Dimensions\u003c\/td\u003e\n      \u003ctd\u003e32.2\" L × 30.7\" W × 44.9\" H\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003eReclined Dimensions\u003c\/td\u003e\n      \u003ctd\u003e72.0\" L × 30.7\" W × 27.0\" H\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003eChair Weight\u003c\/td\u003e\n      \u003ctd\u003e154 lbs\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003ePositioning\u003c\/td\u003e\n      \u003ctd\u003eUpright, zero gravity, lay-flat, emerge, and custom positions\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003eAdjustable Headrest\u003c\/td\u003e\n      \u003ctd\u003eYes — powered\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003eAdjustable Lumbar\u003c\/td\u003e\n      \u003ctd\u003eYes\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003eAdjustable Backrest\u003c\/td\u003e\n      \u003ctd\u003eYes — powered\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003eAdjustable Seat\u003c\/td\u003e\n      \u003ctd\u003eYes\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003eAdjustable Footrest\u003c\/td\u003e\n      \u003ctd\u003eYes — powered\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003eHeat Therapy\u003c\/td\u003e\n      \u003ctd\u003eYes\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003eMassage\u003c\/td\u003e\n      \u003ctd\u003eAir-cell massage for back, lumbar, and seat\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003ePrograms\u003c\/td\u003e\n      \u003ctd\u003eSleep, TV, Lounge, Reading, plus targeted stretch programs\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003eUpholstery\u003c\/td\u003e\n      \u003ctd\u003ePremium top-grain leather\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003eFrame\u003c\/td\u003e\n      \u003ctd\u003eSteel structure with premium wood components\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003eCushioning\u003c\/td\u003e\n      \u003ctd\u003eEngineered foam with memory foam cushioning\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003ePower\u003c\/td\u003e\n      \u003ctd\u003e120V \/ 60Hz\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003ePower Cord\u003c\/td\u003e\n      \u003ctd\u003e9-foot wiring length\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003eIn-Home Assembly\u003c\/td\u003e\n      \u003ctd\u003eAvailable as an optional delivery and assembly service\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003eWarranty\u003c\/td\u003e\n      \u003ctd\u003e1-year in-home service, 2-year parts, 5-year frame\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n    \u003ctr\u003e\n      \u003ctd\u003eAvailable Finishes\u003c\/td\u003e\n      \u003ctd\u003eX2 Carbon Leather \u0026amp; Natural Wood; X2 Americano Leather \u0026amp; Black Wood; X2 Modern Grey \u0026amp; Walnut Wood\u003c\/td\u003e\n    \u003c\/tr\u003e\n\n  \u003c\/tbody\u003e\n\u003c\/table\u003e\n```\n\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sv-section\"\u003eAvailable X2 Finishes\u003c\/h2\u003e\n\n  \u003cdiv class=\"sv-features\"\u003e\n\n```\n\u003cdiv class=\"sv-feature\"\u003e\n  \u003cstrong\u003eCarbon Leather + Natural Wood\u003c\/strong\u003e\n  A sophisticated dark leather finish paired with natural wood for a warm, contemporary furniture look.\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-feature\"\u003e\n  \u003cstrong\u003eAmericano Leather + Black Wood\u003c\/strong\u003e\n  Rich Americano leather combined with black wood for a darker, more dramatic presentation.\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-feature\"\u003e\n  \u003cstrong\u003eModern Grey + Walnut Wood\u003c\/strong\u003e\n  Modern grey upholstery paired with walnut wood for a lighter contemporary aesthetic.\n\u003c\/div\u003e\n```\n\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sv-section\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n  \u003cdiv class=\"sv-faq\"\u003e\n\n```\n\u003cdiv class=\"sv-faq-item\"\u003e\n  \u003cinput type=\"checkbox\" id=\"mmx2-faq1\"\u003e\n  \u003clabel for=\"mmx2-faq1\"\u003eWhat is the difference between the Motion Mastery and Motion Mastery X2?\u003c\/label\u003e\n  \u003cdiv class=\"sv-faq-body\"\u003e\n    The Motion Mastery X2 is the four-motor configuration of the Motion Mastery platform. The X2 provides powered control of the chair's major adjustment zones and is designed for customers who want the greatest level of independent positioning and customization.\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-faq-item\"\u003e\n  \u003cinput type=\"checkbox\" id=\"mmx2-faq2\"\u003e\n  \u003clabel for=\"mmx2-faq2\"\u003eWhat is the zero gravity position?\u003c\/label\u003e\n  \u003cdiv class=\"sv-faq-body\"\u003e\n    Zero gravity positions the body with the legs elevated and the back reclined to create a more evenly supported, weightless-style posture. The Motion Mastery X2 lets you move into this position using its powered controls and then fine-tune the chair to your preferred angle.\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-faq-item\"\u003e\n  \u003cinput type=\"checkbox\" id=\"mmx2-faq3\"\u003e\n  \u003clabel for=\"mmx2-faq3\"\u003eDoes the Motion Mastery X2 lay completely flat?\u003c\/label\u003e\n  \u003cdiv class=\"sv-faq-body\"\u003e\n    Yes. The Motion Mastery X2 has a lay-flat position. Its adjustable backrest and footrest can move into a fully reclined position for resting, naps, meditation, or stretching. Svago also describes the chair as capable of reclining slightly beyond flat.\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-faq-item\"\u003e\n  \u003cinput type=\"checkbox\" id=\"mmx2-faq4\"\u003e\n  \u003clabel for=\"mmx2-faq4\"\u003eWhat is the emerge position?\u003c\/label\u003e\n  \u003cdiv class=\"sv-faq-body\"\u003e\n    The emerge position is a distinctive Motion Mastery position in which the legs are elevated while the head and upper body are lowered. It provides another way to change your posture beyond conventional upright and reclining positions.\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-faq-item\"\u003e\n  \u003cinput type=\"checkbox\" id=\"mmx2-faq5\"\u003e\n  \u003clabel for=\"mmx2-faq5\"\u003eHow much weight can the Motion Mastery X2 hold?\u003c\/label\u003e\n  \u003cdiv class=\"sv-faq-body\"\u003e\n    The Motion Mastery X2 has a maximum weight capacity of 400 lbs.\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-faq-item\"\u003e\n  \u003cinput type=\"checkbox\" id=\"mmx2-faq6\"\u003e\n  \u003clabel for=\"mmx2-faq6\"\u003eHow wide is the seat?\u003c\/label\u003e\n  \u003cdiv class=\"sv-faq-body\"\u003e\n    The Motion Mastery X2 has a 23.6-inch seat width.\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-faq-item\"\u003e\n  \u003cinput type=\"checkbox\" id=\"mmx2-faq7\"\u003e\n  \u003clabel for=\"mmx2-faq7\"\u003eHow long is the chair when fully reclined?\u003c\/label\u003e\n  \u003cdiv class=\"sv-faq-body\"\u003e\n    The fully reclined chair measures approximately 72 inches long. Be sure to measure the room and allow adequate clearance for the chair's full range of movement.\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-faq-item\"\u003e\n  \u003cinput type=\"checkbox\" id=\"mmx2-faq8\"\u003e\n  \u003clabel for=\"mmx2-faq8\"\u003eDoes the chair have heat and massage?\u003c\/label\u003e\n  \u003cdiv class=\"sv-faq-body\"\u003e\n    Yes. The Motion Mastery X2 includes heat therapy and air-cell massage functions. The massage system provides rhythmic pressure to areas including the back, lumbar, and seat.\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-faq-item\"\u003e\n  \u003cinput type=\"checkbox\" id=\"mmx2-faq9\"\u003e\n  \u003clabel for=\"mmx2-faq9\"\u003eDoes the Motion Mastery X2 come assembled?\u003c\/label\u003e\n  \u003cdiv class=\"sv-faq-body\"\u003e\n    The chair does not arrive fully assembled. Svago states that assembly is designed to be straightforward and requires no tools. In-home delivery and assembly is also available as an optional service.\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-faq-item\"\u003e\n  \u003cinput type=\"checkbox\" id=\"mmx2-faq10\"\u003e\n  \u003clabel for=\"mmx2-faq10\"\u003eWhat warranty comes with the Motion Mastery X2?\u003c\/label\u003e\n  \u003cdiv class=\"sv-faq-body\"\u003e\n    Svago lists a 1-year in-home service warranty, 2-year parts coverage, and 5-year frame warranty. Optional extended warranty coverage is available.\n  \u003c\/div\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sv-section\"\u003eCompare Svago Zero Gravity Chairs\u003c\/h2\u003e\n\n  \u003cdiv class=\"sv-compare\"\u003e\n\n```\n\u003cdiv class=\"sv-compare-card\"\u003e\n  \u003cspan class=\"sv-tag\"\u003eFour-Motor Luxury\u003c\/span\u003e\n  \u003cstrong\u003eMotion Mastery X2\u003c\/strong\u003e\n  400 lb capacity · 4 motors · Zero gravity · Lay-flat · Heat · Air massage · Adjustable seat, backrest, footrest and headrest\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-compare-card\"\u003e\n  \u003cspan class=\"sv-tag\"\u003eMotion Mastery Collection\u003c\/span\u003e\n  \u003cstrong\u003eMotion Mastery\u003c\/strong\u003e\n  Advanced zero gravity positioning with adjustable comfort zones, heat, massage and stretch functions.\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-compare-card\"\u003e\n  \u003cspan class=\"sv-tag\"\u003eFlagship Recliner\u003c\/span\u003e\n  \u003cstrong\u003eSvago Newton\u003c\/strong\u003e\n  A traditional luxury zero gravity recliner with premium materials and advanced comfort features.\n  \u003cbr\u003e\u003ca href=\"\/products\/svago-newton-zero-gravity-recliner\"\u003eView Newton →\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-compare-card\"\u003e\n  \u003cspan class=\"sv-tag\"\u003eClassic Zero Gravity\u003c\/span\u003e\n  \u003cstrong\u003eSvago ZGR\u003c\/strong\u003e\n  A more traditional Svago zero gravity option for customers looking for premium relaxation in a simpler configuration.\n  \u003cbr\u003e\u003ca href=\"\/products\/zgr-zero-gravity-recliner\"\u003eView ZGR →\u003c\/a\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sv-section\"\u003eDelivery, Warranty \u0026amp; Support\u003c\/h2\u003e\n\n  \u003cdiv class=\"sv-features\"\u003e\n\n```\n\u003cdiv class=\"sv-feature\"\u003e\n  \u003cstrong\u003eFree Shipping\u003c\/strong\u003e\n  Svago lists free shipping for the Motion Mastery X2. Delivery options should be confirmed at the time of purchase.\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-feature\"\u003e\n  \u003cstrong\u003eIn-Home Delivery\u003c\/strong\u003e\n  Optional in-home delivery and assembly can bring the chair into your home, assemble it, place it where desired, and remove packaging.\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-feature\"\u003e\n  \u003cstrong\u003e1-Year In-Home Service\u003c\/strong\u003e\n  Svago lists one year of in-home service coverage for the Motion Mastery.\n\u003c\/div\u003e\n\n\u003cdiv class=\"sv-feature\"\u003e\n  \u003cstrong\u003eLong-Term Frame Coverage\u003c\/strong\u003e\n  The listed warranty includes two years of parts coverage and five years of frame coverage, with extended warranty options available.\n\u003c\/div\u003e\n```\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"sv-cta\"\u003e\n    \u003cspan\u003eNeed help deciding which Svago chair is right for you?\u003c\/span\u003e\n    \u003ca href=\"tel:8662180902\"\u003eCall 866-218-0902\u003c\/a\u003e\n    \u003cspan\u003eand speak with our product specialists.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003ch2 class=\"sv-section\"\u003eWhy Choose the Motion Mastery X2?\u003c\/h2\u003e\n\n  \u003cp\u003eThe \u003cstrong\u003eSvago Motion Mastery X2\u003c\/strong\u003e is built for customers who want maximum control over their reclining experience. Its four powered motors, adjustable headrest, lumbar support, seat, backrest, and footrest allow the chair to move far beyond the limited positioning of a conventional recliner.\u003c\/p\u003e\n\n  \u003cp\u003eWith zero gravity, lay-flat, emerge positioning, heat therapy, air massage, stretch programs, premium top-grain leather, memory foam cushioning, and a steel-and-wood construction, the Motion Mastery X2 combines advanced functionality with the appearance of a high-end piece of furniture.\u003c\/p\u003e\n\n  \u003cp\u003eIf personalized positioning and full-featured relaxation are the priorities, the \u003cstrong\u003eMotion Mastery X2\u003c\/strong\u003e is Svago's most versatile choice.\u003c\/p\u003e\n\n\u003c\/div\u003e\n","brand":"Svago","offers":[{"title":"Default Title","offer_id":64559843344753,"sku":"Mastery X2","price":3999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0919\/6122\/9681\/files\/TheMotionMasteryX2.webp?v=1788887171","url":"https:\/\/www.medicaldepartmentstore.com\/products\/svago-motion-mastery-x2-zero-gravity-lounge-chair","provider":"Medical Department Store","version":"1.0","type":"link"}