{"title":"Maxxus Saunas","description":"\u003cp style=\"font-size:16px;line-height:1.8;color:#374151;margin:0;\"\u003eYou already know what it feels like. That deep, spreading warmth from your last spa day — the one that loosened your shoulders, quieted your brain, and made you sleep like you were twenty-two again. Maxxus saunas bring that home. Thirty-one models, five series, one question: which one is yours?\u003c\/p\u003e\n\n[split]\n\n\u003cstyle\u003e\n\/* ============================================================\n   MAXXUS INFRARED SAUNAS — Collection Page Design System\n   Prefix: .mx-  (collision-safe, scoped to this page)\n   v4 — Added: hero 2-col, pick images, schema, CTA, checks\n   ============================================================ *\/\n\n\/* 1. RESET \u0026 TOKENS *\/\n.mx-section, .mx-section--warm, .mx-section--dark,\n.mx-series-grid, .mx-emf-row, .mx-picks-grid,\n.mx-stats-row, .mx-trust-box, .mx-faq, .mx-nav-grid,\n.mx-section *, .mx-section--warm *, .mx-section--dark * {\n  box-sizing: border-box;\n}\n.mx-section, .mx-section--warm, .mx-section--dark {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,\n    'Helvetica Neue', Arial, sans-serif;\n  -webkit-font-smoothing: antialiased;\n}\n\n\/* 2. SECTION WRAPPERS *\/\n.mx-section       { padding: 56px 0; background: #ffffff; width: 100%; }\n.mx-section--warm { padding: 56px 0; background: #FAF7F2; width: 100%; }\n.mx-section--dark { padding: 56px 0; background: #0f172a; color: #ffffff; width: 100%; }\n.mx-section--compact { padding: 40px 0; }\n\n.mx-container {\n  max-width: 1080px;\n  margin: 0 auto;\n  padding: 0 20px;\n}\n\n.mx-section-title {\n  font-size: clamp(22px, 2.8vw, 30px);\n  font-weight: 700;\n  color: #111827;\n  margin: 0 0 10px;\n  line-height: 1.2;\n  padding-bottom: 14px;\n  position: relative;\n  display: inline-block;\n}\n.mx-section-title::after {\n  content: '';\n  position: absolute;\n  bottom: 0; left: 0;\n  width: 40px; height: 3px;\n  background: #c8860a;\n  border-radius: 2px;\n}\n.mx-section--dark .mx-section-title { color: #ffffff; }\n\n.mx-section-lead {\n  font-size: 16px;\n  line-height: 1.7;\n  color: #374151;\n  max-width: 640px;\n  margin: 14px 0 36px;\n}\n.mx-section--dark .mx-section-lead { color: #d1d5db; }\n\n\/* H3 inside sections *\/\n.mx-section h3, .mx-section--warm h3 {\n  font-size: 19px;\n  font-weight: 700;\n  color: #111827;\n  margin: 36px 0 12px;\n  padding-bottom: 8px;\n  border-bottom: 2px solid #c8860a;\n  display: inline-block;\n}\n.mx-section p, .mx-section--warm p, .mx-section--dark p {\n  font-size: 15px;\n  line-height: 1.7;\n  color: #374151;\n  margin: 0 0 16px;\n}\n.mx-section--dark p { color: #d1d5db; max-width: 680px; }\n\n\/* 3. SERIES CARDS GRID *\/\n.mx-series-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 20px;\n  width: 100%;\n}\n.mx-series-card {\n  background: #ffffff;\n  border: 1px solid #e5e7eb;\n  border-radius: 8px;\n  padding: 28px;\n  position: relative;\n  overflow: hidden;\n  transition: box-shadow 0.25s ease, transform 0.25s ease;\n}\n.mx-series-card:hover {\n  box-shadow: 0 8px 28px rgba(0,0,0,0.09);\n  transform: translateY(-2px);\n}\n.mx-series-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 4px;\n}\n.mx-series-card--j::before  { background: #1a6fff; }\n.mx-series-card--k::before  { background: #059669; }\n.mx-series-card--m::before  { background: #c8860a; }\n.mx-series-card--sl::before { background: #7c3aed; }\n.mx-series-card h3 {\n  font-size: 18px;\n  font-weight: 700;\n  color: #111827;\n  margin: 0 0 4px;\n  padding-bottom: 0;\n  border-bottom: none;\n  display: block;\n  line-height: 1.3;\n}\n.mx-series-tagline {\n  font-size: 14px;\n  font-style: italic;\n  color: #6b7280;\n  margin: 4px 0 12px;\n  display: block;\n  line-height: 1.4;\n}\n.mx-series-desc {\n  font-size: 15px;\n  color: #374151;\n  line-height: 1.6;\n  margin: 0 0 16px;\n}\n.mx-series-price {\n  font-size: 14px;\n  font-weight: 700;\n  color: #1a6fff;\n  margin: 0;\n}\n@media (max-width: 640px) { .mx-series-grid { grid-template-columns: 1fr; } }\n\n\/* 4. EMF TIER CARDS *\/\n.mx-emf-row {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n  width: 100%;\n}\n.mx-emf-card {\n  background: #ffffff;\n  border-radius: 4px;\n  padding: 22px;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.06);\n  border-left: 4px solid transparent;\n  transition: box-shadow 0.2s ease;\n}\n.mx-emf-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.1); }\n.mx-emf-card--low  { border-left-color: #6b7280; }\n.mx-emf-card--ulow { border-left-color: #059669; }\n.mx-emf-card--nz   { border-left-color: #7c3aed; }\n.mx-emf-label {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  margin: 0 0 6px;\n  line-height: 1;\n  display: block;\n}\n.mx-emf-card--low  .mx-emf-label { color: #6b7280; }\n.mx-emf-card--ulow .mx-emf-label { color: #059669; }\n.mx-emf-card--nz   .mx-emf-label { color: #7c3aed; }\n.mx-emf-level {\n  font-size: 22px;\n  font-weight: 700;\n  color: #111827;\n  margin: 0 0 2px;\n  display: block;\n  line-height: 1.2;\n}\n.mx-emf-measure {\n  font-size: 12px;\n  color: #6b7280;\n  margin: 0 0 10px;\n  display: block;\n}\n.mx-emf-desc {\n  font-size: 14px;\n  color: #374151;\n  margin: 0 0 6px;\n  line-height: 1.5;\n}\n.mx-emf-who {\n  font-size: 13px;\n  font-style: italic;\n  color: #6b7280;\n  margin: 0;\n  line-height: 1.5;\n  padding-top: 10px;\n  border-top: 1px solid #f3f4f6;\n}\n@media (max-width: 640px) { .mx-emf-row { grid-template-columns: 1fr; } }\n\n\/* 5. STAFF PICKS GRID *\/\n.mx-picks-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 20px;\n  width: 100%;\n}\n.mx-pick-card {\n  background: #ffffff;\n  border: 1px solid #e5e7eb;\n  border-radius: 8px;\n  overflow: hidden;\n  position: relative;\n  transition: box-shadow 0.25s ease, transform 0.25s ease;\n}\n.mx-pick-card:hover {\n  box-shadow: 0 10px 32px rgba(0,0,0,0.1);\n  transform: translateY(-3px);\n}\n.mx-pick-card-body {\n  padding: 24px;\n}\n.mx-pick-badge {\n  position: absolute;\n  top: 0; right: 0;\n  background: #c8860a;\n  color: #ffffff;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  padding: 5px 10px;\n  border-radius: 0 0 0 6px;\n  line-height: 1;\n  z-index: 1;\n}\n.mx-pick-card h4 {\n  font-size: 16px;\n  font-weight: 700;\n  color: #111827;\n  margin: 0 0 6px;\n  padding-right: 80px;\n  line-height: 1.35;\n}\n.mx-pick-price {\n  font-size: 26px;\n  font-weight: 700;\n  color: #1a6fff;\n  margin: 0 0 4px;\n  display: block;\n  line-height: 1.1;\n}\n.mx-pick-tagline {\n  font-size: 13px;\n  font-style: italic;\n  color: #6b7280;\n  margin: 4px 0 14px;\n  display: block;\n  line-height: 1.4;\n}\n.mx-pick-bestfor {\n  font-size: 13px;\n  color: #374151;\n  margin: 0 0 18px;\n  line-height: 1.5;\n  display: flex;\n  align-items: flex-start;\n  gap: 6px;\n}\n.mx-pick-bestfor::before {\n  content: '\\2713';\n  color: #c8860a;\n  font-size: 12px;\n  font-weight: 700;\n  margin-top: 1px;\n  flex-shrink: 0;\n}\n.mx-pick-btn {\n  display: block;\n  width: 100%;\n  background: #1a6fff;\n  color: #ffffff !important;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  text-align: center;\n  text-decoration: none !important;\n  min-height: 44px;\n  line-height: 44px;\n  border-radius: 6px;\n  transition: background 0.2s ease, transform 0.2s ease;\n  padding: 0 16px;\n}\n.mx-pick-btn:hover {\n  background: #1056c0;\n  transform: translateY(-1px);\n  color: #ffffff !important;\n}\n\/* v4: pick card images *\/\n.mx-pick-img-wrap {\n  aspect-ratio: 4\/3;\n  background: #ffffff;\n  overflow: hidden;\n  border-bottom: 1px solid #f3f4f6;\n}\n.mx-pick-img {\n  width: 100%;\n  height: 100%;\n  object-fit: contain;\n  display: block;\n}\n@media (max-width: 640px) { .mx-picks-grid { grid-template-columns: 1fr; } }\n\n\/* 6. STAT BAR *\/\n.mx-stats-row {\n  display: flex;\n  align-items: stretch;\n  width: 100%;\n  margin: 40px 0 0;\n  border: 1px solid #1f2937;\n  border-radius: 8px;\n  overflow: hidden;\n}\n.mx-stat-item {\n  flex: 1;\n  text-align: center;\n  padding: 24px 16px;\n  position: relative;\n}\n.mx-stat-item + .mx-stat-item {\n  border-left: 1px solid #1f2937;\n}\n.mx-stat-number {\n  display: block;\n  font-size: 32px;\n  font-weight: 700;\n  color: #ffffff;\n  line-height: 1;\n  margin-bottom: 6px;\n}\n.mx-stat-label {\n  display: block;\n  font-size: 12px;\n  color: #9ca3af;\n  line-height: 1.4;\n  letter-spacing: 0.02em;\n}\n@media (max-width: 560px) {\n  .mx-stats-row { flex-wrap: wrap; }\n  .mx-stat-item { flex: 1 1 50%; border-top: 1px solid #1f2937; }\n  .mx-stat-item:nth-child(-n+2) { border-top: none; }\n}\n\n\/* 7. TRUST BOX *\/\n.mx-trust-box {\n  background: #ffffff;\n  border-radius: 8px;\n  border-left: 4px solid #1a6fff;\n  padding: 28px 32px;\n  box-shadow: 0 4px 20px rgba(0,0,0,0.07);\n  display: flex;\n  align-items: flex-start;\n  gap: 20px;\n}\n.mx-trust-icon {\n  flex-shrink: 0;\n  width: 44px; height: 44px;\n  border-radius: 50%;\n  background: #1a6fff;\n  color: #ffffff;\n  font-size: 20px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  line-height: 1;\n  user-select: none;\n}\n.mx-trust-body { flex: 1; }\n.mx-trust-box h4 {\n  font-size: 18px;\n  font-weight: 700;\n  color: #111827;\n  margin: 0 0 8px;\n  line-height: 1.3;\n}\n.mx-trust-box p { font-size: 15px; color: #374151; line-height: 1.6; margin: 0 0 14px; }\n.mx-trust-btn {\n  display: inline-block;\n  background: #1a6fff;\n  color: #ffffff !important;\n  font-size: 14px;\n  font-weight: 600;\n  text-decoration: none !important;\n  padding: 10px 22px;\n  border-radius: 6px;\n  transition: background 0.2s ease, transform 0.15s ease;\n}\n.mx-trust-btn:hover { background: #1056c0; transform: translateY(-1px); color: #ffffff !important; }\n@media (max-width: 560px) { .mx-trust-box { flex-direction: column; } }\n\n\/* 8. FAQ ACCORDION *\/\n.mx-faq { width: 100%; }\n.mx-faq details {\n  background: #ffffff;\n  border: 1px solid #e5e7eb;\n  border-radius: 8px;\n  margin-bottom: 8px;\n  overflow: hidden;\n  transition: box-shadow 0.2s ease;\n}\n.mx-faq details:hover { box-shadow: 0 2px 12px rgba(0,0,0,0.06); }\n.mx-faq details[open] {\n  box-shadow: 0 4px 16px rgba(0,0,0,0.07);\n  border-left: 3px solid #c8860a;\n}\n.mx-faq summary {\n  font-size: 16px;\n  font-weight: 600;\n  color: #111827;\n  padding: 18px 20px;\n  cursor: pointer;\n  list-style: none;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 16px;\n  transition: background 0.15s ease;\n  user-select: none;\n}\n.mx-faq summary::-webkit-details-marker { display: none; }\n.mx-faq summary:hover { background: #f9fafb; }\n.mx-faq summary::after {\n  content: 'A';\n  font-size: 24px;\n  font-weight: 600;\n  color: #c8860a;\n  flex-shrink: 0;\n  transition: transform 0.25s ease;\n  display: inline-block;\n  line-height: 1;\n}\n.mx-faq details[open] summary::after { transform: rotate(90deg); }\n.mx-faq-answer {\n  font-size: 15px;\n  color: #374151;\n  line-height: 1.7;\n  padding: 0 20px 20px;\n  margin: 0;\n}\n\n\/* 9. AMBER DIVIDER *\/\n.mx-divider {\n  width: 100%;\n  height: 2px;\n  background: linear-gradient(90deg, transparent 0%, #c8860a 30%, #e8a832 50%, #c8860a 70%, transparent 100%);\n  border: none;\n  margin: 0;\n  opacity: 0.45;\n}\n\n\/* 10. NAVIGATE LINKS GRID *\/\n.mx-nav-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 12px;\n  width: 100%;\n}\n.mx-nav-link {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 12px;\n  padding: 16px 18px;\n  background: #ffffff;\n  border: 1px solid #e5e7eb;\n  border-radius: 8px;\n  text-decoration: none !important;\n  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;\n}\n.mx-nav-link:hover {\n  border-color: #1a6fff;\n  background: #f0f7ff;\n  transform: translateY(-1px);\n  box-shadow: 0 4px 14px rgba(26,111,255,0.1);\n  text-decoration: none !important;\n}\n.mx-nav-link-text { flex: 1; }\n.mx-nav-link-title {\n  display: block;\n  font-size: 15px;\n  font-weight: 600;\n  color: #111827;\n  margin-bottom: 3px;\n  line-height: 1.3;\n}\n.mx-nav-link-desc {\n  display: block;\n  font-size: 13px;\n  color: #6b7280;\n  line-height: 1.4;\n}\n.mx-nav-arrow {\n  font-size: 20px;\n  color: #1a6fff;\n  flex-shrink: 0;\n  transition: transform 0.2s ease;\n  font-weight: 300;\n  line-height: 1;\n}\n.mx-nav-link:hover .mx-nav-arrow { transform: translateX(3px); }\n.mx-nav-link:last-child:nth-child(odd) { grid-column: 1 \/ -1; max-width: 50%; }\n@media (max-width: 560px) {\n  .mx-nav-grid { grid-template-columns: 1fr; }\n  .mx-nav-link:last-child:nth-child(odd) { max-width: 100%; }\n}\n\n\/* v4: hero 2-col layout *\/\n.mx-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }\n.mx-hero-img-wrap { border-radius: 12px; overflow: hidden; aspect-ratio: 1\/1; background: #0f172a; }\n.mx-hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }\n\n\/* v4: mobile *\/\n@media (max-width: 768px) {\n  .mx-hero-grid { grid-template-columns: 1fr; }\n  .mx-hero-img-wrap { margin-top: 24px; aspect-ratio: 1\/1; }\n}\n@media (max-width: 640px) {\n  .mx-section, .mx-section--warm, .mx-section--dark { padding: 36px 0; }\n  .mx-final-cta \u003e .mx-container \u003e div { padding: 32px 20px !important; }\n  .mx-cta-btns { gap: 12px !important; }\n  .mx-cta-btns a { width: 100%; box-sizing: border-box; justify-content: center; white-space: normal !important; }\n}\n\u003c\/style\u003e\n\n\u003c!-- ═══════════════════════════════════════════════════════\n     BRAND STORY + AUTHORITY STATS  (dark, 2-col hero)\n═══════════════════════════════════════════════════════ --\u003e\n\u003csection class=\"mx-section--dark\"\u003e\n  \u003cdiv class=\"mx-container\"\u003e\n    \u003cdiv class=\"mx-hero-grid\"\u003e\n      \u003cdiv\u003e\n        \u003ch2 class=\"mx-section-title\"\u003eBuilt in California. Engineered to Last a Decade.\u003c\/h2\u003e\n        \u003cp\u003eMaxxus is made by Golden Designs, Inc. — a real company out of Ontario, California with a real engineering team that has been building infrared saunas long enough to get serious about doing it right.\u003c\/p\u003e\n        \u003cp\u003eWhat that looks like in practice: PureTech™ FAR infrared carbon heating panels that spread heat evenly across your entire body instead of cooking one spot at a time. ETL and cETLus safety certification — meaning the electrical system has been independently tested, not just self-certified. Five distinct series spanning entry-level to premium, built from Canadian Hemlock and Red Cedar, each with a clear purpose and buyer in mind. This is the Golden Designs Maxxus lineup: specific decisions, deliberate materials, and verifiable credentials. When you buy a Maxxus infrared sauna, you’re buying from a manufacturer that has put its name on thousands of cabins and stands behind them.\u003c\/p\u003e\n        \u003cdiv class=\"mx-stats-row\"\u003e\n          \u003cdiv class=\"mx-stat-item\"\u003e\n            \u003cspan class=\"mx-stat-number\"\u003e31\u003c\/span\u003e\n            \u003cspan class=\"mx-stat-label\"\u003eModels Available\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"mx-stat-item\"\u003e\n            \u003cspan class=\"mx-stat-number\"\u003e5\u003c\/span\u003e\n            \u003cspan class=\"mx-stat-label\"\u003eSeries \u0026amp; Configurations\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"mx-stat-item\"\u003e\n            \u003cspan class=\"mx-stat-number\"\u003e5yr\u003c\/span\u003e\n            \u003cspan class=\"mx-stat-label\"\u003eHeater Warranty\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"mx-stat-item\"\u003e\n            \u003cspan class=\"mx-stat-number\"\u003e120V\u003c\/span\u003e\n            \u003cspan class=\"mx-stat-label\"\u003ePlug-In Ready (1–2P)\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mx-hero-img-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-bellevue-3-person-low-emf-far-infrared-sauna-canadian-hemlock-mx-j306-01-in-a-room.webp?v=1778503999\" alt=\"Lifestyle room view of the Maxxus Bellevue 3-Person Low EMF FAR Infrared Sauna in a home setting — Canadian Hemlock infrared sauna\" loading=\"lazy\" class=\"mx-hero-img\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003chr class=\"mx-divider\"\u003e\n\n\u003c!-- ═══════════════════════════════════════════════════════\n     SERIES CARDS  (white)\n═══════════════════════════════════════════════════════ --\u003e\n\u003csection class=\"mx-section\"\u003e\n  \u003cdiv class=\"mx-container\"\u003e\n    \u003ch2 class=\"mx-section-title\"\u003eFind Your Maxxus Sauna: Five Series Explained\u003c\/h2\u003e\n    \u003cp class=\"mx-section-lead\"\u003eNot every sauna fits every person the same way. The right model depends on how you use it, who’s in it, and what your space can handle. Here’s how each Maxxus series thinks about your recovery.\u003c\/p\u003e\n    \u003cdiv class=\"mx-series-grid\"\u003e\n\n      \u003cdiv class=\"mx-series-card mx-series-card--j\"\u003e\n        \u003ch3\u003eJ-Series\u003c\/h3\u003e\n        \u003cspan class=\"mx-series-tagline\"\u003eYour first home sauna. No rewiring, no regrets.\u003c\/span\u003e\n        \u003cp class=\"mx-series-desc\"\u003ePlug it into a standard 120V outlet and you’re done. The J-Series is where most buyers start — Canadian Hemlock construction, Low EMF PureTech panels, and a price point that makes the decision easy. Seattle and Bellevue models seat one to three people. Straightforward, well-built, no surprises.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mx-series-card mx-series-card--k\"\u003e\n        \u003ch3\u003eK-Series\u003c\/h3\u003e\n        \u003cspan class=\"mx-series-tagline\"\u003eCorner-fit design for spaces you didn’t think would work.\u003c\/span\u003e\n        \u003cp class=\"mx-series-desc\"\u003eThe K-Series solves a real problem — most saunas need a full wall. The corner-fit option opens up rooms that seemed impossible. Choose Canadian Hemlock or Red Cedar, Low or Near-Zero EMF. This is the sweet spot for buyers who want flexibility without giving anything up on quality or materials.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mx-series-card mx-series-card--m\"\u003e\n        \u003ch3\u003eM-Series\u003c\/h3\u003e\n        \u003cspan class=\"mx-series-tagline\"\u003eFor the buyer who’s done the research and wants to stop looking.\u003c\/span\u003e\n        \u003cp class=\"mx-series-desc\"\u003eThe premium tier. M-Series comes standard with Near-Zero EMF panels and is built from Canadian Red Cedar — a wood that smells like a legitimate spa and gets richer with use. Full-spectrum therapy models available. For buyers who have done the research and want the best Maxxus infrared sauna in the lineup.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mx-series-card mx-series-card--sl\"\u003e\n        \u003ch3\u003eS-Line Yoga Series\u003c\/h3\u003e\n        \u003cspan class=\"mx-series-tagline\"\u003eA sauna that moves with you. Literally.\u003c\/span\u003e\n        \u003cp class=\"mx-series-desc\"\u003eThe bench comes out. The ceiling reaches 68 inches. The Maxxus S-Line sauna is one of the few models at this price point with a removable bench and a ceiling tall enough for real movement inside the cabin — stretching, breathwork, a full yoga flow. Available in Hemlock, Pacific Cedar, Low to Full Spectrum.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003chr class=\"mx-divider\"\u003e\n\n\u003c!-- ═══════════════════════════════════════════════════════\n     STAFF PICKS  (warm) — v4: with product images\n═══════════════════════════════════════════════════════ --\u003e\n\u003csection class=\"mx-section--warm\"\u003e\n  \u003cdiv class=\"mx-container\"\u003e\n    \u003ch2 class=\"mx-section-title\"\u003eThe Maxxus Models We Recommend Most\u003c\/h2\u003e\n    \u003cp class=\"mx-section-lead\"\u003eAfter helping hundreds of customers find the right fit, a few models keep rising to the top — not because they’re the most expensive, but because they work for the most people. Here’s what we’d actually recommend.\u003c\/p\u003e\n    \u003cdiv class=\"mx-picks-grid\"\u003e\n\n      \u003cdiv class=\"mx-pick-card\"\u003e\n        \u003cspan class=\"mx-pick-badge\"\u003eBest Seller\u003c\/span\u003e\n        \u003cdiv class=\"mx-pick-img-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-seattle-low-emf-infrared-sauna-mx-j206-01-view-02.webp?v=1778659969\" alt=\"Maxxus Seattle 2-Person Low EMF Sauna\" loading=\"lazy\" class=\"mx-pick-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mx-pick-card-body\"\u003e\n          \u003ch4\u003eMaxxus Seattle 2-Person Low EMF Sauna\u003c\/h4\u003e\n          \u003cspan class=\"mx-pick-tagline\"\u003eFor the buyer who’s ready to stop overthinking and just start.\u003c\/span\u003e\n          \u003cp class=\"mx-pick-bestfor\"\u003eBest for buyers who want to be using it by the weekend — no electrician, no scheduling delay, no 240V drama.\u003c\/p\u003e\n          \u003ca href=\"\/products\/maxxus-seattle-2-person-low-emf-far-infrared-sauna-canadian-hemlock\" class=\"mx-pick-btn\"\u003eView This Sauna\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mx-pick-card\"\u003e\n        \u003cspan class=\"mx-pick-badge\"\u003eBest Near Zero EMF\u003c\/span\u003e\n        \u003cdiv class=\"mx-pick-img-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-j306-01-zf-mx-j306-01-03.webp?v=1778659419\" alt=\"Maxxus Bellevue 3-Person Near Zero EMF Sauna — Canadian Hemlock\" loading=\"lazy\" class=\"mx-pick-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mx-pick-card-body\"\u003e\n          \u003ch4\u003eBellevue 3-Person Near Zero EMF · Hemlock\u003c\/h4\u003e\n          \u003cspan class=\"mx-pick-tagline\"\u003e3-person bench space with near-zero EMF output — well under $3,000.\u003c\/span\u003e\n          \u003cp class=\"mx-pick-bestfor\"\u003eBest for couples and small families who have researched EMF levels and want verified near-zero output without the premium cedar price. The Bellevue gives you genuine 3-person capacity with Near Zero EMF at one of the best value-to-spec ratios in the Maxxus lineup. Our most recommended step-up from the Seattle.\u003c\/p\u003e\n          \u003ca href=\"\/products\/maxxus-bellevue-3-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\" class=\"mx-pick-btn\"\u003eView the Bellevue\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mx-pick-card\"\u003e\n        \u003cspan class=\"mx-pick-badge\"\u003eBest for Families\u003c\/span\u003e\n        \u003cdiv class=\"mx-pick-img-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k406-01-cedar-ts-04.webp?v=1778659275\" alt=\"Maxxus 4-Person Low EMF Sauna — Canadian Hemlock interior bench view\" loading=\"lazy\" class=\"mx-pick-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mx-pick-card-body\"\u003e\n          \u003ch4\u003e4-Person Low EMF · Canadian Hemlock\u003c\/h4\u003e\n          \u003cspan class=\"mx-pick-tagline\"\u003eRoom for the whole family — or genuine space to move, stretch, and breathe.\u003c\/span\u003e\n          \u003cp class=\"mx-pick-bestfor\"\u003eBest for households of three to four people who want everyone in the cabin at once, or solo and duo buyers who want a genuinely spacious interior with room to lie flat or practice mobility work. The largest size Maxxus makes at the Low EMF tier — standard carbon heater panels, full-length bench, plug-in-ready in most configurations.\u003c\/p\u003e\n          \u003ca href=\"\/products\/maxxus-4-person-low-emf-far-infrared-sauna-canadian-hemlock\" class=\"mx-pick-btn\"\u003eView the 4-Person\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mx-pick-card\"\u003e\n        \u003cspan class=\"mx-pick-badge\"\u003eBest Full Spectrum\u003c\/span\u003e\n        \u003cdiv class=\"mx-pick-img-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-s306-01-fs-pc-mx-s306-01-fs-05.webp?v=1778659804\" alt=\"Maxxus S-Line 3-Person Full Spectrum Near Zero EMF Sauna — Pacific Cedar\" loading=\"lazy\" class=\"mx-pick-img\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mx-pick-card-body\"\u003e\n          \u003ch4\u003eS-Line 3-Person Full Spectrum · Pacific Cedar\u003c\/h4\u003e\n          \u003cspan class=\"mx-pick-tagline\"\u003eNear, mid, and far infrared in a 3-person S-Line cedar cabin — the complete wavelength session.\u003c\/span\u003e\n          \u003cp class=\"mx-pick-bestfor\"\u003eBest for buyers who want the complete infrared spectrum — near infrared for skin-level photobiomodulation, mid for circulation and joint warmth, far for deep-tissue thermal response — in a 3-person cabin optimized for yoga and movement practice. Near-Zero EMF, Pacific Cedar, and the most complete heater configuration Maxxus makes. The top pick for buyers who have researched wavelengths and want the best single Maxxus product.\u003c\/p\u003e\n          \u003ca href=\"\/products\/maxxus-s-line-yoga-3-person-full-spectrum-near-zero-emf-far-infrared-sauna-canadian-hemlock\" class=\"mx-pick-btn\"\u003eView the S-Line 3P FS\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003chr class=\"mx-divider\"\u003e\n\n\u003c!-- ═══════════════════════════════════════════════════════\n     FINANCING TRUST BOX  (white)\n═══════════════════════════════════════════════════════ --\u003e\n\u003csection class=\"mx-section mx-section--compact\"\u003e\n  \u003cdiv class=\"mx-container\"\u003e\n    \u003cdiv class=\"mx-trust-box\"\u003e\n      \u003cdiv class=\"mx-trust-icon\"\u003e$\u003c\/div\u003e\n      \u003cdiv class=\"mx-trust-body\"\u003e\n        \u003ch4\u003eA Maxxus Sauna Doesn’t Have to Land as One Payment\u003c\/h4\u003e\n        \u003cp\u003eWith Affirm and Shop Pay installments, you can check your monthly rate in seconds at checkout — no hard credit pull, no impact to your score. Many buyers find a monthly payment that makes the decision a lot easier — subject to credit approval.\u003c\/p\u003e\n        \u003ca href=\"\/pages\/financing\" class=\"mx-trust-btn\"\u003eExplore Financing Options\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003chr class=\"mx-divider\"\u003e\n\n\u003c!-- ═══════════════════════════════════════════════════════\n     EMF TIERS  (warm)\n═══════════════════════════════════════════════════════ --\u003e\n\u003csection class=\"mx-section--warm\"\u003e\n  \u003cdiv class=\"mx-container\"\u003e\n    \u003ch2 class=\"mx-section-title\"\u003eMaxxus Low EMF Saunas — What the Tiers Actually Mean\u003c\/h2\u003e\n    \u003cp class=\"mx-section-lead\"\u003eEMF concerns are legitimate. If you or your partner have questions about it, you’re not alone — it’s one of the most common things buyers bring up. Maxxus addresses it directly with three distinct certification tiers. Here’s the plain version, per manufacturer specifications at 2–3 inches from the panel.\u003c\/p\u003e\n    \u003cdiv class=\"mx-emf-row\"\u003e\n\n      \u003cdiv class=\"mx-emf-card mx-emf-card--low\"\u003e\n        \u003cspan class=\"mx-emf-label\"\u003eLow EMF\u003c\/span\u003e\n        \u003cspan class=\"mx-emf-level\"\u003e5–10 mG\u003c\/span\u003e\n        \u003cspan class=\"mx-emf-measure\"\u003eat 2–3 inches from panel\u003c\/span\u003e\n        \u003cp class=\"mx-emf-desc\"\u003eThe baseline across the entire Maxxus lineup. Panels are designed and tested to emit well within accepted guidelines. For most buyers, this is more than sufficient.\u003c\/p\u003e\n        \u003cp class=\"mx-emf-who\"\u003eJ-Series, K-Series, S-Line base models\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mx-emf-card mx-emf-card--ulow\"\u003e\n        \u003cspan class=\"mx-emf-label\"\u003eUltra Low EMF\u003c\/span\u003e\n        \u003cspan class=\"mx-emf-level\"\u003e3–5 mG\u003c\/span\u003e\n        \u003cspan class=\"mx-emf-measure\"\u003eat 2–3 inches from panel\u003c\/span\u003e\n        \u003cp class=\"mx-emf-desc\"\u003eA step further, with additional panel shielding built into the construction. A good choice if EMF is a concern you want to get well ahead of without stepping into the premium tier.\u003c\/p\u003e\n        \u003cp class=\"mx-emf-who\"\u003eS-Line ELITE models\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mx-emf-card mx-emf-card--nz\"\u003e\n        \u003cspan class=\"mx-emf-label\"\u003eNear-Zero EMF\u003c\/span\u003e\n        \u003cspan class=\"mx-emf-level\"\u003eUnder 2 mG\u003c\/span\u003e\n        \u003cspan class=\"mx-emf-measure\"\u003eat 2–3 inches from panel\u003c\/span\u003e\n        \u003cp class=\"mx-emf-desc\"\u003eThe highest tier in the Maxxus lineup. Panels are engineered to emit minimal measurable EMF at body distance. Standard on all M-Series models. If Near-Zero EMF is a firm requirement, start here.\u003c\/p\u003e\n        \u003cp class=\"mx-emf-who\"\u003eK-Series ZF, J-Series NZ, M-Series, S-Line Full Spectrum\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003chr class=\"mx-divider\"\u003e\n\n\u003c!-- ═══════════════════════════════════════════════════════\n     S-LINE YOGA STORY  (white)\n═══════════════════════════════════════════════════════ --\u003e\n\u003csection class=\"mx-section\"\u003e\n  \u003cdiv class=\"mx-container\"\u003e\n    \u003ch2 class=\"mx-section-title\"\u003eThe Maxxus S-Line Sauna: Built for More Than Sitting Still\u003c\/h2\u003e\n    \u003cp\u003ePicture 6am on a Tuesday. The house is quiet. You’ve pulled the bench out, set it against the wall, and now you’re in your sauna — actually moving. A slow sun salutation, a deep hip opener, a few minutes of breathwork while the heat builds around you. No studio, no commute, no other people. Just you and a 68-inch cabin that was built for exactly this.\u003c\/p\u003e\n    \u003cp\u003eThe S-Line Yoga Series is purpose-built for in-cabin movement in a way few infrared saunas at this price point can match. The bench detaches in seconds without tools, converting the full floor to open space. Interior dimensions on the 3-person model: 56″W × 38″D × 68″H — enough standing clearance for yoga flows, stretching, and mobility work. PureTech 360 carbon heaters line all four walls plus the floor boards, so radiant heat reaches you from every angle. Preliminary research from Auburn University Montgomery suggests that warming muscles in a heated environment may improve flexibility and range of motion before stretching. \u003cem\u003eIndividual results vary; intended for wellness use only.\u003c\/em\u003e\u003c\/p\u003e\n    \u003cp\u003eThis series resonates with a specific kind of buyer: athletes working on post-workout mobility, desk workers with hip and shoulder tightness, hot yoga lovers who can’t always make it to the studio, people who find that movement feels different when their muscles are already warm, and older adults who want a gentler, more comfortable way to stay limber. If any of those describe you, the S-Line isn’t just a sauna. It’s a practice.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003chr class=\"mx-divider\"\u003e\n\n\u003c!-- ═══════════════════════════════════════════════════════\n     NAVIGATE LINKS  (warm)\n═══════════════════════════════════════════════════════ --\u003e\n\u003csection class=\"mx-section--warm\"\u003e\n  \u003cdiv class=\"mx-container\"\u003e\n    \u003ch2 class=\"mx-section-title\"\u003eExplore More from Recovery Room Direct\u003c\/h2\u003e\n    \u003cp class=\"mx-section-lead\"\u003eBrowse related categories across our catalog — from the full infrared sauna lineup to flexible financing options.\u003c\/p\u003e\n    \u003cdiv class=\"mx-nav-grid\"\u003e\n\n      \u003ca href=\"\/collections\/saunas\" class=\"mx-nav-link\"\u003e\n        \u003cspan class=\"mx-nav-link-text\"\u003e\n          \u003cspan class=\"mx-nav-link-title\"\u003eAll Saunas\u003c\/span\u003e\n          \u003cspan class=\"mx-nav-link-desc\"\u003eBrowse every sauna we carry — every brand, every type, every size in one place.\u003c\/span\u003e\n        \u003c\/span\u003e\n        \u003cspan class=\"mx-nav-arrow\"\u003e›\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"\/collections\/infrared-saunas\" class=\"mx-nav-link\"\u003e\n        \u003cspan class=\"mx-nav-link-text\"\u003e\n          \u003cspan class=\"mx-nav-link-title\"\u003eAll Infrared Saunas\u003c\/span\u003e\n          \u003cspan class=\"mx-nav-link-desc\"\u003eEvery infrared model across all brands — find the right fit for your space and goals.\u003c\/span\u003e\n        \u003c\/span\u003e\n        \u003cspan class=\"mx-nav-arrow\"\u003e›\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"\/collections\/golden-designs\" class=\"mx-nav-link\"\u003e\n        \u003cspan class=\"mx-nav-link-text\"\u003e\n          \u003cspan class=\"mx-nav-link-title\"\u003eGolden Designs Saunas\u003c\/span\u003e\n          \u003cspan class=\"mx-nav-link-desc\"\u003eThe premium GDI tier — Red Cedar, Full Spectrum PureTech panels, Himalayan salt bar.\u003c\/span\u003e\n        \u003c\/span\u003e\n        \u003cspan class=\"mx-nav-arrow\"\u003e›\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"\/collections\/cold-plunges\" class=\"mx-nav-link\"\u003e\n        \u003cspan class=\"mx-nav-link-text\"\u003e\n          \u003cspan class=\"mx-nav-link-title\"\u003eCold Plunges\u003c\/span\u003e\n          \u003cspan class=\"mx-nav-link-desc\"\u003ePair your Maxxus sauna with a cold plunge for contrast therapy — heat and cold in one protocol.\u003c\/span\u003e\n        \u003c\/span\u003e\n        \u003cspan class=\"mx-nav-arrow\"\u003e›\u003c\/span\u003e\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003chr class=\"mx-divider\"\u003e\n\n\u003c!-- ═══════════════════════════════════════════════════════\n     BUYING GUIDE  (white)\n═══════════════════════════════════════════════════════ --\u003e\n\u003csection class=\"mx-section\"\u003e\n  \u003cdiv class=\"mx-container\"\u003e\n    \u003ch2 class=\"mx-section-title\"\u003eThe Honest Buyer’s Guide to Maxxus Saunas\u003c\/h2\u003e\n    \u003cp class=\"mx-section-lead\"\u003eThree decisions determine which Maxxus model is right for your space and goals. Here’s how to think through each one.\u003c\/p\u003e\n\n    \u003ch3\u003e1. Picking Your Series — Match to Your Lifestyle\u003c\/h3\u003e\n    \u003cp\u003eStart with how you actually plan to use it. If you want a solid, no-fuss home infrared sauna and you’re new to owning one, the J-Series gives you everything you need without overbuilding. If your space is tight or oddly shaped, the K-Series corner-fit models open up options most buyers don’t realize they have. If you want to move inside the cabin — stretch, do yoga, breathwork — the S-Line Yoga Series is purpose-built for it with a removable bench and standing-height interior. And if you want the best materials and the highest EMF certification in the lineup, the M-Series is where you end up. Most buyers know which series is theirs within five minutes of reading the descriptions. Trust that instinct.\u003c\/p\u003e\n\n    \u003ch3\u003e2. Wood Type — Why It Matters and What Each One Feels Like\u003c\/h3\u003e\n    \u003cp\u003eThis isn’t just about aesthetics, though aesthetics count when you’re looking at this thing in your home every morning. Canadian Hemlock is lighter in color, holds up well to humidity, and is the most common wood in the Maxxus lineup — it’s the practical choice. Canadian Red Cedar is warmer in tone, naturally aromatic, and releases a scent during sessions that most people find deeply relaxing. It smells like an actual cedar sauna — which some buyers specifically want — and carries a premium depending on the model. Pacific Cedar, found in S-Line Full Spectrum configurations, sits between the two: aromatic but lighter, sourced from sustainably managed Canadian forests. All three are durable and appropriate for long-term sauna use. The right choice is whichever one you’ll enjoy walking into every morning.\u003c\/p\u003e\n\n    \u003ch3\u003e3. Electrical Requirements — The Step Most Buyers Skip\u003c\/h3\u003e\n    \u003cp\u003eHere’s what nobody tells you upfront: most sauna brands at this price point require a dedicated 240V circuit, which means hiring an electrician before you can use the thing you just bought. Maxxus is different. All 1-person and 2-person models run on a standard 120V\/15A household outlet — the same outlet as any appliance in your home. No electrician, no new circuit. You plug it in and it works. Three-person and 4-person models require a dedicated 120V\/20A circuit (its own breaker) — which most modern homes already have in the garage or a spare room. If yours doesn’t, a licensed electrician can add one in a few hours. Crucially: no Maxxus model requires 240V, which eliminates the most common and most expensive installation hurdle buyers face with other sauna brands. Assembly takes 30–45 minutes with two people using the clasp-together panel system. No special tools required.\u003c\/p\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003chr class=\"mx-divider\"\u003e\n\n\u003c!-- ═══════════════════════════════════════════════════════\n     CONTACT TRUST BOX  (warm)\n═══════════════════════════════════════════════════════ --\u003e\n\u003csection class=\"mx-section--warm mx-section--compact\"\u003e\n  \u003cdiv class=\"mx-container\"\u003e\n    \u003cdiv class=\"mx-trust-box\"\u003e\n      \u003cdiv class=\"mx-trust-icon\"\u003e☎\u003c\/div\u003e\n      \u003cdiv class=\"mx-trust-body\"\u003e\n        \u003ch4\u003eQuestions About a Specific Model? We’ve Heard Them All.\u003c\/h4\u003e\n        \u003cp\u003eWe’ve helped hundreds of customers find the right sauna — and a lot of those conversations started with “I don’t even know where to begin.” Call us at \u003cstrong\u003e\u003ca href=\"tel:+18885005675\"\u003e1-888-500-5675\u003c\/a\u003e\u003c\/strong\u003e or send a message. No scripts, no pressure. Just honest answers from people who know this equipment.\u003c\/p\u003e\n        \u003ca href=\"\/pages\/contact\" class=\"mx-trust-btn\"\u003eSend Us a Message\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003chr class=\"mx-divider\"\u003e\n\n\u003c!-- ═══════════════════════════════════════════════════════\n     FAQ  (white)\n═══════════════════════════════════════════════════════ --\u003e\n\u003csection class=\"mx-section\"\u003e\n  \u003cdiv class=\"mx-container\"\u003e\n    \u003ch2 class=\"mx-section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cp class=\"mx-section-lead\"\u003eEverything you want to know before buying a Maxxus sauna — answered straight.\u003c\/p\u003e\n\n    \u003cdiv class=\"mx-faq\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWho makes Maxxus saunas — are they the same as Dynamic Saunas?\u003c\/summary\u003e\n        \u003cp class=\"mx-faq-answer\"\u003eMaxxus and Dynamic Saunas are both manufactured by Golden Designs, Inc., headquartered in Ontario, California. They share the same parent company and manufacturing infrastructure, but they are distinct product lines positioned differently. Dynamic is generally the entry-level label; Maxxus is the mid-to-premium tier — higher-grade materials, more series options, and a broader range of EMF certifications including Near-Zero options not available across the Dynamic lineup. Think of them the way you’d think of two car brands from the same automaker. Same factory, different standards for each model range. Recovery Room Direct is an authorized dealer for both.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the warranty on a Maxxus sauna?\u003c\/summary\u003e\n        \u003cp class=\"mx-faq-answer\"\u003eMaxxus saunas carry a manufacturer’s limited warranty from Golden Designs, Inc.: 5 years on heating elements and electronics — the components most likely to see wear — and 1 year on the wood structure. The warranty covers defects in materials and workmanship for the original purchaser at the original installation address. It doesn’t cover outdoor use, commercial use, or surface wood cracking, which is considered normal seasonal movement in kiln-dried lumber. Registration is required within 60 days — a two-minute online form that activates your full coverage and protects you for the complete warranty term. Because Recovery Room Direct is an authorized Maxxus dealer, every purchase through our store is eligible for the full manufacturer warranty from day one.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow much does a Maxxus sauna cost to run each month?\u003c\/summary\u003e\n        \u003cp class=\"mx-faq-answer\"\u003eLess than most buyers expect. A typical Maxxus 2-person model draws approximately 1.6–1.75 kW at full power. Running it 45 minutes a day, every day, at the US average electricity rate of around $0.16\/kWh works out to roughly $6–$10 per month. Larger 3-person and 4-person models draw up to 2.2 kW, putting monthly costs at approximately $12–$20 with daily use. Because infrared saunas reach a usable temperature in 15–20 minutes — versus 45–60 minutes for a traditional steam sauna — you’re only paying for active heat time. For context, that’s less than most people spend on a single week of coffee.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I put a Maxxus sauna on carpet or install it upstairs?\u003c\/summary\u003e\n        \u003cp class=\"mx-faq-answer\"\u003eYou can place a Maxxus sauna on carpet, hardwood, tile, or concrete — no floor prep required. For an upstairs installation, weight is the main consideration: a 2-person model ships at approximately 350–385 lbs, and 3-person models range from 465–485 lbs shipping weight. Most residential floors handle this without reinforcement, but it’s worth confirming with a contractor for older construction. Because infrared saunas produce no floor condensation (unlike steam), wood and laminate flooring underneath the unit is not at risk. We’re happy to help you think through placement — just give us a call before you order if you’re unsure.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs Recovery Room Direct an authorized Maxxus dealer?\u003c\/summary\u003e\n        \u003cp class=\"mx-faq-answer\"\u003eYes — Recovery Room Direct is an authorized Maxxus Saunas dealer. Every product we sell carries the full manufacturer warranty from Golden Designs, Inc., and all warranty and return communication goes through our team directly. You can call us at \u003ca href=\"tel:+18885005675\"\u003e1-888-500-5675\u003c\/a\u003e to verify our authorization status before purchasing.\u003c\/p\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003chr class=\"mx-divider\"\u003e\n\n\u003c!-- v4: Final CTA --\u003e\n\u003csection class=\"mx-section--warm mx-final-cta\"\u003e\n  \u003cdiv class=\"mx-container\"\u003e\n    \u003cdiv style=\"background:#0f172a;border-radius:12px;padding:40px 48px;text-align:center;\"\u003e\n      \u003ch2 style=\"color:#ffffff;font-size:24px;font-weight:700;margin:0 0 12px;line-height:1.3;\"\u003eReady to Find the Right Maxxus Sauna for You?\u003c\/h2\u003e\n      \u003cp style=\"color:#d1d5db;font-size:16px;line-height:1.7;margin:0 auto 28px;max-width:520px;\"\u003eBrowse all products above, or speak with our recovery specialists — we’ll match you to the right model for your space, goals, and budget.\u003c\/p\u003e\n      \u003cdiv class=\"mx-cta-btns\" style=\"display:flex;justify-content:center;gap:16px;flex-wrap:wrap;\"\u003e\n        \u003ca href=\"#\" onclick=\"event.preventDefault();window.scrollTo({top:0,behavior:'smooth'});\" style=\"display:inline-flex;align-items:center;background:#1a6fff;color:#ffffff!important;font-size:15px;font-weight:700;text-decoration:none!important;padding:13px 28px;border-radius:8px;white-space:nowrap;\"\u003eBrowse All Maxxus Saunas\u003c\/a\u003e\n        \u003ca href=\"tel:+18885005675\" style=\"display:inline-flex;align-items:center;background:transparent;color:#ffffff!important;font-size:15px;font-weight:700;text-decoration:none!important;padding:13px 28px;border-radius:8px;border:2px solid #1a6fff;white-space:nowrap;\"\u003e(888) 500-5675 — Speak with an Expert\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"CollectionPage\",\"@id\":\"https:\/\/recoveryroomdirect.com\/collections\/maxxus-saunas\",\"name\":\"Maxxus Infrared Saunas | Near-Zero EMF | Free Shipping\",\"description\":\"Browse 31 Maxxus infrared saunas — Near-Zero EMF carbon panels, 1 to 4-person, ETL certified. Free shipping at Recovery Room Direct.\",\"url\":\"https:\/\/recoveryroomdirect.com\/collections\/maxxus-saunas\",\"mainEntity\":{\"@type\":\"ItemList\",\"name\":\"Maxxus Saunas Products\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Maxxus Alpine 3-Person Low EMF FAR Infrared Sauna | Canadian Hemlock\",\"url\":\"https:\/\/recoveryroomdirect.com\/products\/maxxus-alpine-3-person-low-emf-far-infrared-sauna-canadian-hemlock\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Maxxus Aspen 2-Person Low EMF FAR Infrared Sauna | Canadian Hemlock\",\"url\":\"https:\/\/recoveryroomdirect.com\/products\/maxxus-aspen-2-person-low-emf-far-infrared-sauna-canadian-hemlock\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Maxxus 3-Person Low EMF FAR Infrared Sauna | Canadian Hemlock\",\"url\":\"https:\/\/recoveryroomdirect.com\/products\/maxxus-3-person-low-emf-far-infrared-sauna-canadian-hemlock-1\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Maxxus 2-Person Low EMF FAR Infrared Sauna | Canadian Hemlock\",\"url\":\"https:\/\/recoveryroomdirect.com\/products\/maxxus-2-person-low-emf-far-infrared-sauna-canadian-hemlock-1\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Maxxus 4-Person Low EMF FAR Infrared Sauna | Canadian Red Cedar\",\"url\":\"https:\/\/recoveryroomdirect.com\/products\/maxxus-4-person-low-emf-far-infrared-sauna-canadian-red-cedar\"},{\"@type\":\"ListItem\",\"position\":6,\"name\":\"Maxxus Seattle 2-Person Low EMF FAR Infrared Sauna | Canadian Hemlock\",\"url\":\"https:\/\/recoveryroomdirect.com\/products\/maxxus-seattle-2-person-low-emf-far-infrared-sauna-canadian-hemlock\"},{\"@type\":\"ListItem\",\"position\":7,\"name\":\"Maxxus S-Line 3-Person Low EMF FAR Infrared Sauna | Canadian Hemlock\",\"url\":\"https:\/\/recoveryroomdirect.com\/products\/maxxus-s-line-yoga-3-person-low-emf-far-infrared-sauna-canadian-hemlock\"},{\"@type\":\"ListItem\",\"position\":8,\"name\":\"Maxxus 3-Person Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar\",\"url\":\"https:\/\/recoveryroomdirect.com\/products\/maxxus-3-person-near-zero-emf-far-infrared-sauna-canadian-red-cedar\"}]}},{\"@type\":\"BreadcrumbList\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/recoveryroomdirect.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Saunas\",\"item\":\"https:\/\/recoveryroomdirect.com\/collections\/saunas\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Maxxus Saunas\",\"item\":\"https:\/\/recoveryroomdirect.com\/collections\/maxxus-saunas\"}]}]}\n\u003c\/script\u003e","products":[{"product_id":"maxxus-2-person-full-spectrum-near-zero-emf-far-infrared-sauna-canadian-red-cedar","title":"Maxxus 2-Person Full Spectrum Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;position:sticky;top:0;z-index:50;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:480px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-m206-01-fs-2024-02.webp?v=1778833650\" alt=\"Maxxus 2-Person Full Spectrum Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus Saunas — MX-M206-01-FS | 2-Person | Full Spectrum\u003c\/p\u003e\n\u003ch2\u003eFull Spectrum Infrared — FAR + MID + Near (8000nm)\u003c\/h2\u003e\n\u003cp\u003eSix 300W full spectrum heaters deliver FAR, MID, and Near infrared (8000nm) simultaneously in a premium Canadian Red Cedar cabin. Near Zero EMF (under 2 mG), 2024 touch screen, and chromotherapy LED lighting. The broadest infrared wavelength range in the 2-person Maxxus lineup.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003e6 Full Spectrum 300W Heaters — FAR + MID + Near Infrared (8000nm)\u003c\/li\u003e\n\u003cli\u003eNear Zero EMF — Under 2 mG at 2–3 Inches\u003c\/li\u003e\n\u003cli\u003e2024 Touch Screen Control Panel\u003c\/li\u003e\n\u003cli\u003eCanadian Red Cedar | Chromotherapy LED | 1700W \/ 15A\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specifications\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e\u0026lt;2 mG\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eNear Zero EMF\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e6\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eFull Spectrum Heaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e8000nm\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eNear Infrared\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e1700W \/ 15A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePower\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eWhy Full Spectrum Adds More Than Just Heat\u003c\/h2\u003e\n\u003cp\u003eStandard infrared saunas emit FAR infrared only (8–14 microns) — the wavelength best absorbed at the skin surface. Full Spectrum heaters add MID infrared (3–8 microns) and Near infrared (near 8000nm). Each wavelength interacts with tissue at a different depth: Near IR reaches below the dermis and has been studied in photobiomodulation research for its role in cellular energy pathways. The MX-M206-01-FS emits all three simultaneously from six 300W panels, delivering this broader thermal and photonic range while maintaining Near Zero EMF (under 2 mG) and fitting on a standard 15A household circuit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-m206-01-8000-near-infrared.webp?v=1778833665\" alt=\"Maxxus 2-Person Full Spectrum Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar interior\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eWhat's Inside\u003c\/p\u003e\n\u003ch2\u003eThree Infrared Wavelengths, One Sauna\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-m206-01-fs.webp?v=1778833662\" alt=\"Near Infrared at 8000nm\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eNear Infrared at 8000nm\u003c\/h3\u003e\n\u003cp\u003eNear infrared at 8000nm penetrates beyond the skin surface. Research in photobiomodulation associates this wavelength with support for cellular energy production (ATP synthesis) and tissue recovery at depth. Standard carbon saunas emit FAR only; the M206 adds this layer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-m206-01-canadian-red-cedar.webp?v=1778833669\" alt=\"6 Full Spectrum 300W Heaters\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e6 Full Spectrum 300W Heaters\u003c\/h3\u003e\n\u003cp\u003eEach 300W panel emits FAR (8–14 microns), MID, and Near infrared simultaneously. Positioned rear (2), sides (2), under-bench (1), and floor (1) for full-body coverage. Near Zero EMF certification: under 2 mG at 2–3 inches from any panel surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-m206-01-300w-heater-panel.webp?v=1778833673\" alt=\"Chromotherapy + 2024 Touch Screen\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy + 2024 Touch Screen\u003c\/h3\u003e\n\u003cp\u003eMulti-color LED chromotherapy with 662.7 nm red light wavelength, controlled via the 2024 touch screen. The exterior LED panel lets you pre-heat and set your session before entering. Bluetooth and MP3\/AUX audio included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\" id=\"compare\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare\u003c\/p\u003e\n\u003ch2\u003eFull Spectrum vs. Near Zero Carbon — FAR Only vs. Three Wavelengths\u003c\/h2\u003e\n\u003cp\u003eBoth models share the same Canadian Red Cedar cabin, Near Zero EMF rating, and 2024 touch screen. The difference is infrared output.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eFull Spectrum — MX-M206-01-FS\u003c\/th\u003e\n\u003cth\u003eNear Zero Carbon — MX-K206-01-ZF-CED\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Type\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eFAR + MID + Near (8000nm)\u003c\/td\u003e\n\u003ctd\u003eFAR only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eUnder 2 mG (Near Zero)\u003c\/td\u003e\n\u003ctd\u003eUnder 2 mG (Near Zero)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e6 Full Spectrum 300W\u003c\/td\u003e\n\u003ctd\u003e6 PureTech™ Carbon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e1700W \/ 15A\u003c\/td\u003e\n\u003ctd\u003e~1750W \/ 15A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e2024 Touch Screen\u003c\/td\u003e\n\u003ctd\u003e2024 Touch Screen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temp\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e140°F\u003c\/td\u003e\n\u003ctd\u003e140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e Same near-zero EMF and cedar cabinet. The Full Spectrum model adds MID and Near infrared (8000nm) alongside FAR, which photobiomodulation research associates with deeper tissue interaction. If FAR infrared alone meets your recovery goals, the \u003ca href=\"\/products\/maxxus-2-person-near-zero-emf-far-infrared-sauna-canadian-red-cedar\"\u003eNear Zero Carbon Cedar\u003c\/a\u003e delivers a comparable session quality at a lower price.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eMX-M206-01-FS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e~45″W × 37″D × 68″H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeating Capacity\u003c\/td\u003e\n\u003ctd\u003e2 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Type\u003c\/td\u003e\n\u003ctd\u003eFull Spectrum: FAR + MID + Near Infrared (8000nm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Heaters\u003c\/td\u003e\n\u003ctd\u003e6 × 300W Full Spectrum panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Rating\u003c\/td\u003e\n\u003ctd\u003eUnder 2 mG (Near Zero EMF)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFAR Wavelength\u003c\/td\u003e\n\u003ctd\u003e8–14 microns\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNear IR Wavelength\u003c\/td\u003e\n\u003ctd\u003e~8000nm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003e140°F (60°C)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Requirements\u003c\/td\u003e\n\u003ctd\u003e120V \/ 1700W \/ 15A dedicated circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChromotherapy\u003c\/td\u003e\n\u003ctd\u003eMulti-color LED system with 662.7 nm red light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl System\u003c\/td\u003e\n\u003ctd\u003e2024 Touch Screen (interior) + exterior LED panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio System\u003c\/td\u003e\n\u003ctd\u003eBluetooth + MP3\/AUX input\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood Material\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Time\u003c\/td\u003e\n\u003ctd\u003e~1–2 hours (2 people recommended)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertifications\u003c\/td\u003e\n\u003ctd\u003eETL \/ CETL \/ CE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-m206-01-fs-2024.webp?v=1778833647\" alt=\"Maxxus 2-Person Full Spectrum Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar in the box\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eEverything in the Box\u003c\/h2\u003e\n\u003cp\u003eYour Maxxus M206 Full Spectrum Cedar Sauna ships in 2 boxes with all components pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Red Cedar panels\u003c\/li\u003e\n\u003cli\u003eFull Spectrum 300W heating panels (FAR + MID + Near infrared 8000nm)\u003c\/li\u003e\n\u003cli\u003eTempered glass door with frame\u003c\/li\u003e\n\u003cli\u003e2024 Touch Screen interior control panel\u003c\/li\u003e\n\u003cli\u003eExterior LED control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting kit\u003c\/li\u003e\n\u003cli\u003eStereo speaker system with Bluetooth and MP3\/AUX input\u003c\/li\u003e\n\u003cli\u003eLED reading light\u003c\/li\u003e\n\u003cli\u003eAssembly hardware and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with 15A outlet adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the carrier’s bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e with questions before, during, or after delivery.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. No electrician needed — plug into the included outlet adapter.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat is the difference between Full Spectrum and FAR infrared?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFAR infrared saunas emit wavelengths in the 8–14 micron range, absorbed efficiently at the skin surface. Full Spectrum saunas add MID infrared (3–8 microns) and Near infrared (near 8000nm). Photobiomodulation research associates Near IR at this wavelength with cellular energy production and deeper tissue interaction. The M206-01-FS emits all three simultaneously.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs the M206 Near Zero EMF?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Full Spectrum heaters in the MX-M206-01-FS are certified Near Zero EMF — under 2 mG at 2–3 inches from any panel surface. This is the same certification tier as the PureTech™ carbon models.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical outlet does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA standard 120V \/ 15A dedicated circuit with a GFCI-protected outlet. Most homes already have this. Do not share the circuit with other high-draw appliances. No electrician is required for the sauna itself — just plug in.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 1–2 hours. The illustrated guide walks you through every step. The heaviest panels are manageable with two people.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes the Full Spectrum sauna have a touch screen?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. The MX-M206-01-FS comes with the 2024 touch screen interior control panel and a separate exterior LED panel for pre-heating.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states is included. The carrier brings the boxes to your curb or driveway. Inside delivery and room placement (White Glove) is available as a paid upgrade — contact us before placing your order.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus provides a limited warranty covering heaters, wood panels, and electrical components. Contact us or visit the Maxxus website for current warranty terms and registration details.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout, subject to approval. You can split your purchase over 3 to 24 months. Select Affirm at checkout to see your options with no impact to your credit score.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n        \u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n        \u003cp\u003eCurbside delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n        \u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n        \u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur recovery specialists will match you with the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with an Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940298551663,"sku":"MX-M206-01-FS CED","price":4299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-m206-01-fs-2024-02.webp?v=1778833650"},{"product_id":"maxxus-3-person-full-spectrum-near-zero-emf-far-infrared-sauna-canadian-red-cedar","title":"Maxxus 3-Person Full Spectrum Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;position:sticky;top:0;z-index:50;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:480px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-m306-01-fs-2024-02.webp?v=1778659092\" alt=\"Maxxus 3-Person Full Spectrum Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus Saunas — MX-M306-01-FS | 3-Person | Full Spectrum\u003c\/p\u003e\n\u003ch2\u003eFull Spectrum 3-Person Sauna — FAR + MID + Near (8000nm)\u003c\/h2\u003e\n\u003cp\u003eSeven 300W Full Spectrum heaters deliver FAR, MID, and Near infrared (8000nm) in a 58″×39″ Canadian Red Cedar three-person cabin. Near Zero EMF (under 2 mG), 2024 touch screen, and chromotherapy LED. More heaters than the standard 3-person NZ carbon model, with a broader infrared wavelength range.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003e7 Full Spectrum 300W Heaters — FAR + MID + Near Infrared (8000nm)\u003c\/li\u003e\n\u003cli\u003eNear Zero EMF — Under 2 mG at 2–3 Inches\u003c\/li\u003e\n\u003cli\u003e58″×39″ Interior — 3-Person Capacity\u003c\/li\u003e\n\u003cli\u003eCanadian Red Cedar | 2024 Touch Screen | 2100W \/ 20A\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specifications\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e\u0026lt;2 mG\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eNear Zero EMF\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e7\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eFull Spectrum Heaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e8000nm\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eNear Infrared\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e2100W \/ 20A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePower\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eFull Spectrum at the 3-Person Scale — Rectangular Cabin\u003c\/h2\u003e\n\u003cp\u003eThe MX-M306-01-FS brings Full Spectrum infrared (FAR + MID + Near 8000nm) to a 3-person rectangular cabin. Seven 300W heaters — one more than the standard 3-person NZ carbon model — provide comprehensive three-person coverage without the corner footprint. Each panel is certified under 2 mG EMF. At 2100W on a 20A circuit, this model delivers a higher total infrared output than the standard NZ 3-person models, combining more heater power with a broader wavelength range. Canadian Red Cedar construction and the 2024 touch screen round out the feature set.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-m306-01-300w-heater-panel.webp?v=1778659064\" alt=\"Maxxus 3-Person Full Spectrum Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar interior\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eWhat's Inside\u003c\/p\u003e\n\u003ch2\u003eSeven Full Spectrum Heaters for Three-Person Coverage\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-m306-01-fs.webp?v=1778659088\" alt=\"Near Infrared at 8000nm\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eNear Infrared at 8000nm\u003c\/h3\u003e\n\u003cp\u003eNear infrared at 8000nm adds a photobiomodulation dimension beyond standard FAR sessions. Research associates this wavelength with ATP (cellular energy) support and tissue interaction at depth. Present in all seven 300W Full Spectrum panels in the M306.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-m306-01-8000-near-infrared.webp?v=1778659085\" alt=\"7 Full Spectrum 300W Heaters\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e7 Full Spectrum 300W Heaters\u003c\/h3\u003e\n\u003cp\u003eEach 300W panel emits FAR, MID, and Near infrared simultaneously. Seven heaters provide broad three-person coverage from the rear (3), both side walls (2 each), and under-bench (1). All panels certified under 2 mG EMF at 2–3 inches.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-m306-01-canadian-red-cedar.webp?v=1778659082\" alt=\"Chromotherapy + 2024 Touch Screen\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy + 2024 Touch Screen\u003c\/h3\u003e\n\u003cp\u003eMulti-color LED chromotherapy with 662.7 nm red light, managed from the 2024 touch screen. Bluetooth and MP3\/AUX audio. A separate exterior LED panel provides pre-heat control without entering the cabin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\" id=\"compare\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare\u003c\/p\u003e\n\u003ch2\u003eFull Spectrum vs. Near Zero Carbon — 3-Person Rectangular\u003c\/h2\u003e\n\u003cp\u003eBoth are 3-person rectangular Canadian Red Cedar cabins with near-zero EMF and 2024 touch screen. The difference is infrared wavelength output and heater count.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eFull Spectrum — MX-M306-01-FS\u003c\/th\u003e\n\u003cth\u003eNear Zero Carbon — MX-K306-01-ZF-CED\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Type\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eFAR + MID + Near (8000nm)\u003c\/td\u003e\n\u003ctd\u003eFAR only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eUnder 2 mG (Near Zero)\u003c\/td\u003e\n\u003ctd\u003eUnder 2 mG (Near Zero)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e7 Full Spectrum 300W\u003c\/td\u003e\n\u003ctd\u003e6 PureTech™ Carbon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e2100W \/ 20A\u003c\/td\u003e\n\u003ctd\u003e2000W \/ 20A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e2024 Touch Screen\u003c\/td\u003e\n\u003ctd\u003e2024 Touch Screen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e58″×39″×68″\u003c\/td\u003e\n\u003ctd\u003e58″×39″×68″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temp\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e140°F\u003c\/td\u003e\n\u003ctd\u003e140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e Same rectangular cedar cabin and near-zero EMF. The Full Spectrum model adds MID and Near infrared (8000nm) and includes one additional heater. If FAR-only infrared meets your recovery goals, the \u003ca href=\"\/products\/maxxus-3-person-near-zero-emf-far-infrared-sauna-canadian-red-cedar\"\u003eNear Zero Carbon Cedar 3-Person\u003c\/a\u003e delivers strong performance at a lower price.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eMX-M306-01-FS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e58″W × 39″D × 68″H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeating Capacity\u003c\/td\u003e\n\u003ctd\u003e3 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Type\u003c\/td\u003e\n\u003ctd\u003eFull Spectrum: FAR + MID + Near Infrared (8000nm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Heaters\u003c\/td\u003e\n\u003ctd\u003e7 × 300W Full Spectrum panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Rating\u003c\/td\u003e\n\u003ctd\u003eUnder 2 mG (Near Zero EMF)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFAR Wavelength\u003c\/td\u003e\n\u003ctd\u003e8–14 microns\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNear IR Wavelength\u003c\/td\u003e\n\u003ctd\u003e~8000nm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003e140°F (60°C)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Requirements\u003c\/td\u003e\n\u003ctd\u003e120V \/ 2100W \/ 20A dedicated circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChromotherapy\u003c\/td\u003e\n\u003ctd\u003eMulti-color LED system with 662.7 nm red light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl System\u003c\/td\u003e\n\u003ctd\u003e2024 Touch Screen (interior) + exterior LED panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio System\u003c\/td\u003e\n\u003ctd\u003eBluetooth + MP3\/AUX input\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood Material\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Time\u003c\/td\u003e\n\u003ctd\u003e~2–3 hours (2 people recommended)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertifications\u003c\/td\u003e\n\u003ctd\u003eETL \/ CETL \/ CE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-m306-01-fs-2024.webp?v=1778659076\" alt=\"Maxxus 3-Person Full Spectrum Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar in the box\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eEverything in the Box\u003c\/h2\u003e\n\u003cp\u003eYour Maxxus M306 Full Spectrum 3-Person Sauna ships in 3 boxes with all components pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Red Cedar panels\u003c\/li\u003e\n\u003cli\u003eFull Spectrum 300W heating panels (FAR + MID + Near infrared 8000nm)\u003c\/li\u003e\n\u003cli\u003eTempered glass door with frame\u003c\/li\u003e\n\u003cli\u003e2024 Touch Screen interior control panel\u003c\/li\u003e\n\u003cli\u003eExterior LED control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting kit\u003c\/li\u003e\n\u003cli\u003eStereo speaker system with Bluetooth and MP3\/AUX input\u003c\/li\u003e\n\u003cli\u003eLED reading light\u003c\/li\u003e\n\u003cli\u003eAssembly hardware and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with 20A outlet adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the carrier’s bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e with questions before, during, or after delivery.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. No electrician needed — plug into the included outlet adapter.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow many heaters does the M306 have versus the standard 3-person NZ model?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe MX-M306-01-FS has seven Full Spectrum 300W heaters. The standard 3-person Near Zero carbon model (MX-K306-01-ZF) has six PureTech™ carbon heaters. The extra heater in the M306 adds coverage primarily at the rear wall.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs the Full Spectrum 3-Person model also Near Zero EMF?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. All seven Full Spectrum heaters in the MX-M306-01-FS are certified under 2 mG EMF at 2–3 inches from the panel surface — the Near Zero EMF tier.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical outlet does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA 120V \/ 20A dedicated circuit with a GFCI-protected outlet. Some homes may need an electrician to add a 20A circuit if one is not already available near your installation location.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 1–2 hours. The illustrated guide walks you through every step. The heaviest panels are manageable with two people.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs the M306 a corner unit or a standard rectangular sauna?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe MX-M306-01-FS is a standard rectangular 3-person cabin (58″×39″) — not a corner unit. If you need a corner installation, see the \u003ca href=\"\/products\/maxxus-3-person-corner-full-spectrum-near-zero-emf-far-infrared-sauna-canadian-red-cedar\"\u003eM356 Full Spectrum Corner\u003c\/a\u003e.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states is included. The carrier brings the boxes to your curb or driveway. Inside delivery and room placement (White Glove) is available as a paid upgrade — contact us before placing your order.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus provides a limited warranty covering heaters, wood panels, and electrical components. Contact us or visit the Maxxus website for current warranty terms and registration details.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout, subject to approval. You can split your purchase over 3 to 24 months. Select Affirm at checkout to see your options with no impact to your credit score.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n        \u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n        \u003cp\u003eCurbside delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n        \u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n        \u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur recovery specialists will match you with the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with an Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940298584431,"sku":"MX-M306-01-FS CED","price":4899.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-m306-01-fs-2024-02.webp?v=1778659092"},{"product_id":"maxxus-3-person-corner-full-spectrum-near-zero-emf-far-infrared-sauna-canadian-red-cedar","title":"Maxxus 3-Person Corner Full Spectrum Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;position:sticky;top:0;z-index:50;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:480px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-m356-01-red-cedar-02.webp?v=1778658925\" alt=\"Maxxus 3-Person Corner Full Spectrum Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus Saunas — MX-M356-01-FS | 3-Person Corner | Full Spectrum\u003c\/p\u003e\n\u003ch2\u003eFull Spectrum Corner Sauna — Three Wavelengths for Three People\u003c\/h2\u003e\n\u003cp\u003eNine 300W Full Spectrum heaters deliver FAR, MID, and Near infrared (8000nm) simultaneously in a 56″×56″ Canadian Red Cedar corner cabinet. Near Zero EMF (under 2 mG), 2024 touch screen, and chromotherapy LED. The most advanced infrared output available in the Maxxus 3-person corner lineup.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003e9 Full Spectrum 300W Heaters — FAR + MID + Near Infrared (8000nm)\u003c\/li\u003e\n\u003cli\u003eNear Zero EMF — Under 2 mG at 2–3 Inches\u003c\/li\u003e\n\u003cli\u003eCorner Installation — 56″×56″ Footprint\u003c\/li\u003e\n\u003cli\u003eCanadian Red Cedar | 2024 Touch Screen | 2200W \/ 20A\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specifications\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e\u0026lt;2 mG\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eNear Zero EMF\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e9\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eFull Spectrum Heaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e8000nm\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eNear Infrared\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e2200W \/ 20A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePower\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eWhy Full Spectrum Matters at the 3-Person Scale\u003c\/h2\u003e\n\u003cp\u003eScaling to a 3-person corner sauna with Full Spectrum heaters means nine 300W panels — each emitting FAR, MID, and Near infrared (8000nm) simultaneously — wrapped around every bather from three sides. At the 3-person scale, this translates to more than 2700W of total heater power, yet each individual panel remains certified under 2 mG EMF at 2–3 inches. The 56″×56″ Canadian Red Cedar corner cabinet fits flush into any corner, keeping the room footprint minimal while delivering the broadest infrared wavelength range in the Maxxus corner lineup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-m356-01-300w-heater-panel.webp?v=1778658901\" alt=\"Maxxus 3-Person Corner Full Spectrum Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar interior\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eWhat's Inside\u003c\/p\u003e\n\u003ch2\u003eFull Spectrum Coverage at Near Zero EMF\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-m356-01-background-view.webp?v=1778658897\" alt=\"Near Infrared at 8000nm\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eNear Infrared at 8000nm\u003c\/h3\u003e\n\u003cp\u003eNear infrared at 8000nm adds a photobiomodulation layer to the FAR infrared heat session. Photobiomodulation research associates this wavelength with cellular energy (ATP) support and deeper tissue interaction than FAR alone. Available in all nine 300W heaters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-m356-01-8000-near-infrared.webp?v=1778658922\" alt=\"9 Full Spectrum 300W Heaters\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e9 Full Spectrum 300W Heaters\u003c\/h3\u003e\n\u003cp\u003eEach panel emits FAR (8–14 microns), MID, and Near infrared simultaneously, certified under 2 mG EMF at 2–3 inches. Nine heaters distributed across the rear, both side walls, and under-bench provide full coverage for all three bathers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-m356-01-canadian-red-cedar.webp?v=1778658916\" alt=\"Chromotherapy + 2024 Touch Screen\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy + 2024 Touch Screen\u003c\/h3\u003e\n\u003cp\u003eMulti-color LED chromotherapy with 662.7 nm red light, managed from the 2024 touch screen. A separate exterior LED panel handles pre-heat control. Bluetooth and MP3\/AUX audio included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\" id=\"compare\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare\u003c\/p\u003e\n\u003ch2\u003eFull Spectrum vs. Near Zero Carbon Corner — Wavelength vs. Price\u003c\/h2\u003e\n\u003cp\u003eSame cedar corner cabinet and near-zero EMF rating. The Full Spectrum model adds MID and Near infrared (8000nm) to the FAR output.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eFull Spectrum — MX-M356-01-FS\u003c\/th\u003e\n\u003cth\u003eNear Zero Carbon — MX-K356-01-ZF-CED\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Type\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eFAR + MID + Near (8000nm)\u003c\/td\u003e\n\u003ctd\u003eFAR only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eUnder 2 mG (Near Zero)\u003c\/td\u003e\n\u003ctd\u003eUnder 2 mG (Near Zero)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e9 Full Spectrum 300W\u003c\/td\u003e\n\u003ctd\u003e9 PureTech™ Carbon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e2200W \/ 20A\u003c\/td\u003e\n\u003ctd\u003e2000W \/ 20A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e2024 Touch Screen\u003c\/td\u003e\n\u003ctd\u003e2024 Touch Screen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e56″×56″×68″\u003c\/td\u003e\n\u003ctd\u003e56″×56″×68″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temp\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e140°F\u003c\/td\u003e\n\u003ctd\u003e140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e Same corner cabinet, cedar wood, and near-zero EMF. The Full Spectrum model adds MID and Near infrared (8000nm), which photobiomodulation research associates with deeper tissue interaction. If FAR-only meets your recovery goals, the \u003ca href=\"\/products\/maxxus-3-person-corner-near-zero-emf-far-infrared-sauna-canadian-red-cedar\"\u003eNear Zero Carbon Cedar Corner\u003c\/a\u003e delivers comparable session quality at a lower price.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eMX-M356-01-FS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e56″W × 56″D × 68″H (corner)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeating Capacity\u003c\/td\u003e\n\u003ctd\u003e3 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Type\u003c\/td\u003e\n\u003ctd\u003eFull Spectrum: FAR + MID + Near Infrared (8000nm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Heaters\u003c\/td\u003e\n\u003ctd\u003e9 × 300W Full Spectrum panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Rating\u003c\/td\u003e\n\u003ctd\u003eUnder 2 mG (Near Zero EMF)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFAR Wavelength\u003c\/td\u003e\n\u003ctd\u003e8–14 microns\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNear IR Wavelength\u003c\/td\u003e\n\u003ctd\u003e~8000nm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003e140°F (60°C)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Requirements\u003c\/td\u003e\n\u003ctd\u003e120V \/ 2200W \/ 20A dedicated circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChromotherapy\u003c\/td\u003e\n\u003ctd\u003eMulti-color LED system with 662.7 nm red light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl System\u003c\/td\u003e\n\u003ctd\u003e2024 Touch Screen (interior) + exterior LED panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio System\u003c\/td\u003e\n\u003ctd\u003eBluetooth + MP3\/AUX input\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood Material\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Time\u003c\/td\u003e\n\u003ctd\u003e~2–3 hours (2 people recommended)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertifications\u003c\/td\u003e\n\u003ctd\u003eETL \/ CETL \/ CE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-m356-01-red-cedar.webp?v=1778658919\" alt=\"Maxxus 3-Person Corner Full Spectrum Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar in the box\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eEverything in the Box\u003c\/h2\u003e\n\u003cp\u003eYour Maxxus M356 Full Spectrum Corner Sauna ships in 3 boxes with all components pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Red Cedar corner panels\u003c\/li\u003e\n\u003cli\u003eFull Spectrum 300W heating panels (FAR + MID + Near infrared 8000nm)\u003c\/li\u003e\n\u003cli\u003eTempered glass door with frame\u003c\/li\u003e\n\u003cli\u003e2024 Touch Screen interior control panel\u003c\/li\u003e\n\u003cli\u003eExterior LED control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting kit\u003c\/li\u003e\n\u003cli\u003eStereo speaker system with Bluetooth and MP3\/AUX input\u003c\/li\u003e\n\u003cli\u003eLED reading light\u003c\/li\u003e\n\u003cli\u003eAssembly hardware and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with 20A outlet adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the carrier’s bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e with questions before, during, or after delivery.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. No electrician needed — plug into the included outlet adapter.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat is Full Spectrum infrared and how does it differ from FAR only?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFAR infrared (8–14 microns) is absorbed efficiently at the skin surface and is the primary infrared type in most saunas. Full Spectrum heaters add MID infrared (3–8 microns) and Near infrared (~8000nm). Photobiomodulation research associates Near IR at this wavelength with cellular energy (ATP) support and tissue interaction at greater depth than FAR alone. The M356 emits all three simultaneously from nine 300W panels.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs the M356 Near Zero EMF?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. All nine Full Spectrum heaters in the MX-M356-01-FS are certified under 2 mG EMF at 2–3 inches from the panel surface — the same Near Zero tier as the PureTech™ carbon models.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical outlet does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA 120V \/ 20A dedicated circuit with a GFCI-protected outlet. Some homes may need an electrician to add a 20A circuit if one is not already available near your installation location.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes this model require a corner installation?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. The MX-M356-01-FS is a corner unit with a 56″×56″ footprint designed to fit flush into a corner. It is not suitable for freestanding installation.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 1–2 hours. The illustrated guide walks you through every step. The heaviest panels are manageable with two people.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states is included. The carrier brings the boxes to your curb or driveway. Inside delivery and room placement (White Glove) is available as a paid upgrade — contact us before placing your order.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus provides a limited warranty covering heaters, wood panels, and electrical components. Contact us or visit the Maxxus website for current warranty terms and registration details.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout, subject to approval. You can split your purchase over 3 to 24 months. Select Affirm at checkout to see your options with no impact to your credit score.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n        \u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n        \u003cp\u003eCurbside delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n        \u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n        \u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur recovery specialists will match you with the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with an Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940298617199,"sku":"MX-M356-01-FS CED","price":5299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-m356-01-red-cedar-02.webp?v=1778658925"},{"product_id":"maxxus-s-line-yoga-2-person-full-spectrum-near-zero-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus S-Line 2-Person Full Spectrum Near Zero EMF FAR Infrared Sauna | Pacific Cedar","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:cover;object-position:top}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:480px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-s206-01-fs-pc-mx-s206-01-fs.webp?v=1778659599\" alt=\"Maxxus S-Line Yoga 2-Person Full Spectrum Infrared Sauna (Pacific Cedar)\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus S-Line | 2-Person | Full Spectrum\u003c\/p\u003e\n\u003ch2\u003e2-Person Full Spectrum Infrared Yoga Sauna in Aromatic Pacific Cedar\u003c\/h2\u003e\n\u003cp\u003eThe S206-FS-PC adds full spectrum infrared — FAR, MID, and NEAR wavelengths — to the S-Line yoga format. Pacific Cedar construction fills the cabin with a natural cedar scent. Remove the bench for yoga floor space. Seven total heaters deliver the broadest infrared experience in the 2-person S-Line.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003eRemovable bench — yoga floor space on demand\u003c\/li\u003e\n\u003cli\u003e4 PureTech™ FAR infrared + 3 NEAR infrared elements\u003c\/li\u003e\n\u003cli\u003ePacific Cedar construction — natural aromatic wood\u003c\/li\u003e\n\u003cli\u003eChromotherapy + red light | Bluetooth \/ MP3 \/ AUX\u003c\/li\u003e\n\u003cli\u003e120V \/ 15A plug-and-play\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specs\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e2\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePersons\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e7\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eHeaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e140°F\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eMax Temp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e15A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCircuit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eFAR + NEAR Infrared — The Broadest Wavelength Coverage\u003c\/h2\u003e\n\u003cp\u003eFull Spectrum combines three infrared ranges in one session. FAR infrared (6–12 microns) penetrates deepest for core warming and sweat response. NEAR infrared (0.8–1.5 microns) addresses the skin and cellular layer. The S206-FS-PC uses 4 PureTech™ near-zero EMF FAR infrared carbon panels and 3 NEAR infrared elements. Pacific Cedar construction adds natural antimicrobial properties and an aromatic scent that fills the cabin at temperature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-s206-01-fs-pc-mx-s206-01-fs-03.webp?v=1778659611\" alt=\"Maxxus S-Line Yoga 2-Person Full Spectrum Infrared Sauna (Pacific Cedar) interior view\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eBuilt-In Features\u003c\/p\u003e\n\u003ch2\u003eThree Features That Define the S206-FS-PC\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-s206-01-fs-pc-300w-heater-panel.webp?v=1778659582\" alt=\"Full Spectrum Infrared\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eFull Spectrum Infrared\u003c\/h3\u003e\n\u003cp\u003e4 PureTech™ FAR infrared panels + 3 NEAR infrared elements deliver the broadest wavelength coverage available in a 2-person S-Line sauna.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-s206-01-fs-pc-chromotherapy-light.webp?v=1778659586\" alt=\"Pacific Cedar Construction\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003ePacific Cedar Construction\u003c\/h3\u003e\n\u003cp\u003eNaturally aromatic Pacific Cedar wood fills the cabin with a warm cedar scent during each session. Natural antimicrobial properties and thermal stability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-s206-01-fs-pc-mp3-aux-connection.webp?v=1778659589\" alt=\"Chromotherapy + Red Light\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy + Red Light\u003c\/h3\u003e\n\u003cp\u003eFull-spectrum chromotherapy LED system with dedicated red light mode. Set your preferred light environment from the interior LED panel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare Models\u003c\/p\u003e\n\u003ch2\u003eS206 Full Spectrum vs. S206 Ultra Low EMF — Which Infrared Approach Is Right?\u003c\/h2\u003e\n\u003cp\u003eBoth are 2-person S-Line yoga saunas. The S206-FS-PC delivers the broadest infrared range in Pacific Cedar; the S206-ULE delivers the lowest EMF output in Canadian Hemlock.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eS206 Full Spectrum (This Model)\u003c\/th\u003e\n\u003cth\u003eS206 Ultra Low EMF\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003ePacific Cedar\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Type\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e4 FAR IR + 3 NEAR IR elements\u003c\/td\u003e\n\u003ctd\u003e7 PureTech™ FAR IR only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Range\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eFAR + NEAR infrared\u003c\/td\u003e\n\u003ctd\u003eFAR infrared only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eNear-zero @ 2–3\"\u003c\/td\u003e\n\u003ctd\u003eUnder 3 mg @ 6–8\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eBluetooth + MP3\/AUX\u003c\/td\u003e\n\u003ctd\u003eBluetooth + MP3\/AUX\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e120V \/ 15A plug-and-play\u003c\/td\u003e\n\u003ctd\u003e120V \/ 15A plug-and-play\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eUp to 140°F\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eOur honest take:\u003c\/strong\u003e Choose Full Spectrum for the widest range of infrared wavelengths and Pacific Cedar's natural aromatic qualities. Choose ULE if you want the lowest EMF output and Hemlock construction. Both have the removable yoga bench and identical capacity. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to compare.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e2 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003ePacific Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eBronze tempered glass door\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e7 total: 4 PureTech™ near-zero EMF FAR IR carbon panels + 3 NEAR IR elements\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd\u003eNear-zero @ 2–3 inches (FAR panels); NEAR IR elements as designed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F (118–132°F ideal range)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl Panel\u003c\/td\u003e\n\u003ctd\u003eInterior LED control panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSound System\u003c\/td\u003e\n\u003ctd\u003eBluetooth and MP3\/AUX input with built-in speakers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eInterior chromotherapy color system + red light feature\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e120V \/ 15A non-GFCI plug \u0026amp; play (dedicated outlet recommended)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLocation\u003c\/td\u003e\n\u003ctd\u003eIndoor use only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-s206-01-fs-pc-background-view.webp?v=1778659576\" alt=\"Maxxus S-Line Yoga 2-Person Full Spectrum Infrared Sauna (Pacific Cedar) box contents\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eWhat Comes With the Maxxus S206-FS-PC\u003c\/h2\u003e\n\u003cp\u003eYour sauna ships in multiple boxes, fully pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Pacific Cedar wood panels\u003c\/li\u003e\n\u003cli\u003eFAR infrared carbon fiber heating panels (PureTech™ near-zero EMF)\u003c\/li\u003e\n\u003cli\u003eNEAR infrared heating elements\u003c\/li\u003e\n\u003cli\u003eBronze tempered glass door with frame\u003c\/li\u003e\n\u003cli\u003eInterior LED control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy color LED lighting kit + red light feature\u003c\/li\u003e\n\u003cli\u003eBluetooth \/ MP3 \/ AUX sound system with built-in speakers\u003c\/li\u003e\n\u003cli\u003eAssembly hardware and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with outlet adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers palletized to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment confirmation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e immediately with any delivery concerns.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. Electrical: standard 120V \/ 15A outlet — plug-and-play, no electrician needed.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow does the removable bench work for yoga?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe S-Line bench is designed to be removed without tools, converting the cabin floor into open space for mat-based practice. The floor dimensions are generous enough for most standing poses, seated stretches, and lying postures. The infrared heat warms the cabin to your chosen temperature before your session — no traditional steam, no humidity.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is Full Spectrum infrared?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFull Spectrum combines FAR infrared (deep tissue warming), MID infrared (joint and circulation), and NEAR infrared (skin and cellular layer) wavelengths in one session. Standard Low EMF and ULE models use FAR infrared only — the most studied wavelength for cardiovascular response and sweat output. Full Spectrum adds breadth; FAR-only adds depth.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical outlet does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA standard 120V \/ 15A outlet — plug-and-play. Use a dedicated circuit (not shared with other high-draw appliances) and a GFCI-protected outlet. No electrician required.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 1–2 hours with two people. The illustrated guide walks through every step. The heaviest panels are manageable with two people.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does free shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states is included. The carrier brings the boxes to your curb or driveway. Inspect all boxes before signing the bill of lading and note any damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e with any delivery concerns.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus provides a limited warranty covering the structural frame, heaters, and electrical components. Contact us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e or visit the Maxxus website for current warranty terms and registration.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout, subject to approval. Select Affirm at checkout to see your options with no impact to your credit score. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e if you'd like to discuss before purchasing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n\u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n\u003cp\u003eFreight delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n\u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur sauna specialists will match you to the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with a Sauna Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940298649967,"sku":"MX-S206-01-FS-PC","price":3699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-s206-01-fs-pc-mx-s206-01-fs-03.webp?v=1778659611"},{"product_id":"maxxus-s-line-yoga-3-person-full-spectrum-near-zero-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus S-Line 3-Person Full Spectrum Near Zero EMF FAR Infrared Sauna | Pacific Cedar","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:cover;object-position:top}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:480px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-s306-01-fs-pc-mx-s306-01-fs.webp?v=1778659785\" alt=\"Maxxus S-Line Yoga 3-Person Full Spectrum Infrared Sauna (Pacific Cedar)\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus S-Line | 3-Person | Full Spectrum\u003c\/p\u003e\n\u003ch2\u003e3-Person Full Spectrum Infrared Yoga Sauna in Pacific Cedar\u003c\/h2\u003e\n\u003cp\u003eThe S306-FS-PC is the flagship of the S-Line family — 9 heaters delivering FAR and NEAR infrared wavelengths across a 3-person Pacific Cedar cabin. Remove the bench for a full hot yoga floor. Session with the broadest infrared spectrum Maxxus offers in the S-Line.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003eRemovable bench — largest yoga floor in the S-Line\u003c\/li\u003e\n\u003cli\u003e3 PureTech™ FAR infrared + 6 NEAR infrared elements\u003c\/li\u003e\n\u003cli\u003ePacific Cedar construction — aromatic and antimicrobial\u003c\/li\u003e\n\u003cli\u003eChromotherapy + red light | Bluetooth \/ MP3 \/ AUX\u003c\/li\u003e\n\u003cli\u003e120V \/ 20A dedicated circuit\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specs\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e3\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePersons\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e9\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eHeaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e140°F\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eMax Temp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e20A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCircuit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eThe Broadest Infrared Coverage in the S-Line\u003c\/h2\u003e\n\u003cp\u003eNine heaters — 3 PureTech™ near-zero EMF FAR infrared carbon panels and 6 NEAR infrared elements — fill the 3-person Pacific Cedar cabin with the full infrared spectrum. FAR infrared penetrates deepest for core warming and sweat response. NEAR infrared addresses the skin and cellular layer. Pacific Cedar adds natural aromatic properties, antimicrobial character, and exceptional thermal stability. This is the most capable S-Line sauna Maxxus makes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-s306-01-fs-pc-mx-s306-01-fs-03.webp?v=1778659797\" alt=\"Maxxus S-Line Yoga 3-Person Full Spectrum Infrared Sauna (Pacific Cedar) interior view\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eBuilt-In Features\u003c\/p\u003e\n\u003ch2\u003eThree Features That Define the S306-FS-PC\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-s306-01-fs-pc-f7a8c4e964fbd133c81a3b4ff99114ae.webp?v=1778659771\" alt=\"Full Spectrum Infrared\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eFull Spectrum Infrared\u003c\/h3\u003e\n\u003cp\u003e3 PureTech™ FAR IR carbon panels + 6 NEAR IR elements deliver the widest wavelength range in the S-Line — deep tissue and skin-layer coverage in every session.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-s306-01-fs-pc-mx-s306-01-fs-07.webp?v=1778659811\" alt=\"Pacific Cedar Construction\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003ePacific Cedar Construction\u003c\/h3\u003e\n\u003cp\u003eNaturally aromatic Pacific Cedar fills the cabin with a warm scent at temperature. Antimicrobial properties and outstanding thermal stability make it the premium S-Line material.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-s306-01-fs-pc-mx-s306-01-fs-09.webp?v=1778659818\" alt=\"Removable Bench — Yoga Floor\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eRemovable Bench — Yoga Floor\u003c\/h3\u003e\n\u003cp\u003eThe largest open floor in the Maxxus S-Line. Remove the bench for a full mat yoga session at 120–140°F — standing flows, floor work, and savasana in infrared heat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare Models\u003c\/p\u003e\n\u003ch2\u003eS306 Full Spectrum vs. S306 Ultra Low EMF — Which Is the Better Flagship?\u003c\/h2\u003e\n\u003cp\u003eBoth are the premium 3-person S-Line options. S306-FS-PC delivers the broadest infrared range in Pacific Cedar; S306-ULE delivers the lowest EMF output in Canadian Hemlock.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eS306 Full Spectrum (This Model)\u003c\/th\u003e\n\u003cth\u003eS306 Ultra Low EMF\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003ePacific Cedar\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Type\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e3 FAR IR + 6 NEAR IR elements\u003c\/td\u003e\n\u003ctd\u003e8 PureTech™ FAR IR only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Range\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eFAR + NEAR infrared\u003c\/td\u003e\n\u003ctd\u003eFAR infrared only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eNear-zero @ 2–3\"\u003c\/td\u003e\n\u003ctd\u003eUnder 3 mg @ 6–8\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eBluetooth + MP3\/AUX\u003c\/td\u003e\n\u003ctd\u003eBluetooth + MP3\/AUX\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e120V \/ 20A dedicated\u003c\/td\u003e\n\u003ctd\u003e120V \/ 20A dedicated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eUp to 140°F\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eOur honest take:\u003c\/strong\u003e Choose Full Spectrum for the widest range of infrared wavelengths and Pacific Cedar's natural aromatic qualities. Choose ULE if you want the lowest EMF output and prefer Hemlock construction. Both have the same 3-person yoga bench, chromotherapy, and audio. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e and we'll walk through both models.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e3 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003ePacific Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eBronze tempered glass door\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e9 total: 3 PureTech™ near-zero EMF FAR IR carbon panels + 6 NEAR IR elements\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd\u003eNear-zero @ 2–3 inches (FAR panels)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F (118–132°F ideal range)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl Panel\u003c\/td\u003e\n\u003ctd\u003eInterior LED control panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSound System\u003c\/td\u003e\n\u003ctd\u003eBluetooth and MP3\/AUX input with built-in speakers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eInterior chromotherapy color system + red light feature\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e120V \/ 20A non-GFCI dedicated receptacle (not 220\/240V)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLocation\u003c\/td\u003e\n\u003ctd\u003eIndoor use only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-s306-01-fs-pc-mx-s306-01-fs-05.webp?v=1778659804\" alt=\"Maxxus S-Line Yoga 3-Person Full Spectrum Infrared Sauna (Pacific Cedar) box contents\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eWhat Comes With the Maxxus S306-FS-PC\u003c\/h2\u003e\n\u003cp\u003eYour sauna ships in multiple boxes, fully pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Pacific Cedar wood panels\u003c\/li\u003e\n\u003cli\u003eFAR infrared carbon fiber heating panels (PureTech™ near-zero EMF)\u003c\/li\u003e\n\u003cli\u003eNEAR infrared heating elements\u003c\/li\u003e\n\u003cli\u003eBronze tempered glass door with frame\u003c\/li\u003e\n\u003cli\u003eInterior LED control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy color LED lighting kit + red light feature\u003c\/li\u003e\n\u003cli\u003eBluetooth \/ MP3 \/ AUX sound system with built-in speakers\u003c\/li\u003e\n\u003cli\u003eAssembly hardware and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with outlet adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers palletized to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment confirmation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e immediately with any delivery concerns.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. Electrical: 120V \/ 20A dedicated circuit (requires electrician if not already available).\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow does the removable bench work for yoga?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe S-Line bench is designed to be removed without tools, converting the cabin floor into open space for mat-based practice. The floor dimensions are generous enough for most standing poses, seated stretches, and lying postures. The infrared heat warms the cabin to your chosen temperature before your session — no traditional steam, no humidity.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is Full Spectrum infrared?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFull Spectrum combines FAR infrared (deep tissue warming), MID infrared (joint and circulation), and NEAR infrared (skin and cellular layer) wavelengths in one session. Standard Low EMF and ULE models use FAR infrared only — the most studied wavelength for cardiovascular response and sweat output. Full Spectrum adds breadth; FAR-only adds depth.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical outlet does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA dedicated 120V \/ 20A circuit with a GFCI-protected outlet. Most homes will need an electrician to add a 20A circuit if one isn't already available near your installation location.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 1–2 hours with two people. The illustrated guide walks through every step. The heaviest panels are manageable with two people.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does free shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states is included. The carrier brings the boxes to your curb or driveway. Inspect all boxes before signing the bill of lading and note any damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e with any delivery concerns.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus provides a limited warranty covering the structural frame, heaters, and electrical components. Contact us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e or visit the Maxxus website for current warranty terms and registration.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout, subject to approval. Select Affirm at checkout to see your options with no impact to your credit score. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e if you'd like to discuss before purchasing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n\u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n\u003cp\u003eFreight delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n\u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur sauna specialists will match you to the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with a Sauna Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940298682735,"sku":"MX-S306-01-FS-PC","price":4299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-full-spectrum-infrared-sauna-mx-s306-01-fs-pc-mx-s306-01-fs-05.webp?v=1778659804"},{"product_id":"maxxus-seattle-2-person-near-zero-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus Seattle 2-Person Near Zero EMF FAR Infrared Sauna | Canadian Hemlock","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:cover;object-position:top}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:520px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-j206-01-zf-mx-j206-01.webp?v=1778660020\" alt=\"Maxxus Seattle 2-Person Near Zero EMF FAR Infrared Sauna | Canadian Hemlock\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus Saunas | Seattle | 2-Person Near Zero EMF\u003c\/p\u003e\n\u003ch2\u003eThe Maxxus Seattle 2-Person Near Zero EMF Infrared Sauna\u003c\/h2\u003e\n\u003cp\u003eSix PureTech™ carbon panels emit under 2 milligauss on a standard 120V \/ 15A outlet — no electrician required. The most accessible Near Zero EMF infrared sauna in the Maxxus lineup. Compact 43-inch footprint, Bluetooth and MP3\/AUX audio, chromotherapy lighting, and Canadian hemlock construction.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003e6 PureTech™ FAR infrared heaters — near-zero EMF under 2 mG\u003c\/li\u003e\n\u003cli\u003eRuns on standard 120V \/ 15A outlet — plug-and-play, no electrician\u003c\/li\u003e\n\u003cli\u003eBluetooth + MP3\/AUX audio with built-in speakers and chromotherapy\u003c\/li\u003e\n\u003cli\u003eCanadian hemlock construction — durable and fine-grained\u003c\/li\u003e\n\u003cli\u003e43\" × 37\" × 68\" — small-footprint 2-person cabin\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specs\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e2\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCapacity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e\u0026lt;2mG\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eNear Zero EMF\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e6\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eHeaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e15A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCircuit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eNear Zero EMF on a Standard 15A Outlet\u003c\/h2\u003e\n\u003cp\u003eFAR infrared wavelengths (5–14 microns) penetrate 1.5–2 inches below the skin, reaching muscle tissue, joints, and fascia. Six PureTech™ carbon panels in the Seattle emit under 2 milligauss at 1,750 watts — low enough to run on a standard 15-amp household outlet. No dedicated circuit, no electrician, no installation cost. The most straightforward way to add a Near Zero EMF infrared sauna to any room in your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-j206-01-zf-background-view.webp?v=1778660001\" alt=\"Maxxus Seattle 2-Person Near Zero EMF FAR Infrared Sauna | Canadian Hemlock interior\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eBuilt-In Features\u003c\/p\u003e\n\u003ch2\u003eWhat the Seattle Delivers\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-j206-01-zf-heater.webp?v=1778660004\" alt=\"6 PureTech™ Near Zero EMF Heaters\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e6 PureTech™ Near Zero EMF Heaters\u003c\/h3\u003e\n\u003cp\u003eUltra-thin carbon panels emit under 2 milligauss. Six panels — rear walls, side walls, and floor — deliver surround FAR infrared coverage at both seat positions in the compact cabin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-j206-01-zf-chromotherapy-light.webp?v=1778660007\" alt=\"Chromotherapy LED Lighting\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy LED Lighting\u003c\/h3\u003e\n\u003cp\u003eBuilt-in LED color therapy system with multiple wavelength programs. Pair chromotherapy lighting with infrared heat for a complete multi-sensory recovery experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-j206-01-zf-control-panel.webp?v=1778660011\" alt=\"Bluetooth + MP3\/AUX Audio\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eBluetooth + MP3\/AUX Audio\u003c\/h3\u003e\n\u003cp\u003eBuilt-in speakers with Bluetooth and MP3\/AUX input. Stream any audio source through the cabin speakers — controlled from the interior LED panel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare Models\u003c\/p\u003e\n\u003ch2\u003eSeattle NZE vs. Bellevue NZE vs. Seattle Low EMF\u003c\/h2\u003e\n\u003cp\u003eSeattle and Bellevue J-series models share the same NZE heater specification. The key difference is capacity, footprint, and circuit requirement.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eSeattle NZE (This Model)\u003c\/th\u003e\n\u003cth\u003eBellevue 3P NZE — $2,899\u003c\/th\u003e\n\u003cth\u003eSeattle Low EMF — $2,299\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e$2,699\u003c\/td\u003e\n\u003ctd\u003e$2,899\u003c\/td\u003e\n\u003ctd\u003e$2,299\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e2 Person\u003c\/td\u003e\n\u003ctd\u003e3 Person\u003c\/td\u003e\n\u003ctd\u003e2 Person\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Rating\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e\u0026lt;2 mG NZE\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;2 mG NZE\u003c\/td\u003e\n\u003ctd\u003e5–10 mG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e6 PureTech™\u003c\/td\u003e\n\u003ctd\u003e7 PureTech™\u003c\/td\u003e\n\u003ctd\u003e6 Carbon Fiber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions W\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e43\" wide\u003c\/td\u003e\n\u003ctd\u003e56\" wide\u003c\/td\u003e\n\u003ctd\u003e43\" wide\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCircuit\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e15A Standard\u003c\/td\u003e\n\u003ctd\u003e20A Dedicated\u003c\/td\u003e\n\u003ctd\u003e15A Standard\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eBT + MP3\/AUX\u003c\/td\u003e\n\u003ctd\u003eBT + MP3\/AUX\u003c\/td\u003e\n\u003ctd\u003eBT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eClear tempered\u003c\/td\u003e\n\u003ctd\u003eClear tempered\u003c\/td\u003e\n\u003ctd\u003eClear tempered\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e If 2-person capacity is enough and you want to skip the 20A circuit install, this is the clearest choice in the Near Zero EMF lineup. For 3 people, the \u003ca href=\"\/products\/maxxus-bellevue-3-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003eBellevue 3P NZE\u003c\/a\u003e adds $200 and one more seat — but requires a 20A dedicated circuit. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to talk through your installation situation.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eExterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e43\" W × 37\" D × 68\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e2 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eNatural Canadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eClear tempered glass door\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e6 PureTech™ FAR infrared carbon fiber panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd\u003eUnder 2 milligauss (Near Zero EMF)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd\u003e1,750W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eElectrical\u003c\/td\u003e\n\u003ctd\u003e120V \/ 15A standard outlet (GFCI-protected, dedicated circuit recommended)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eBluetooth, MP3\/AUX — built-in speakers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControls\u003c\/td\u003e\n\u003ctd\u003eLED interior control panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eInterior chromotherapy LED color system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Time\u003c\/td\u003e\n\u003ctd\u003e30–60 minutes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003eLifetime structure \/ 7-yr heaters \/ 5-yr electrical\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-j206-01-zf-mx-j206-01-04.webp?v=1778660030\" alt=\"Maxxus Seattle 2-Person Near Zero EMF FAR Infrared Sauna | Canadian Hemlock contents\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eWhat Comes With the Maxxus Seattle 2P NZE\u003c\/h2\u003e\n\u003cp\u003eYour sauna ships in multiple boxes, fully pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Hemlock wood panels\u003c\/li\u003e\n\u003cli\u003ePureTech™ FAR infrared carbon fiber heating panels\u003c\/li\u003e\n\u003cli\u003eClear tempered glass door with hardware\u003c\/li\u003e\n\u003cli\u003eInterior LED control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting system\u003c\/li\u003e\n\u003cli\u003eBluetooth \/ MP3 \/ AUX audio system with built-in speakers\u003c\/li\u003e\n\u003cli\u003eAssembly hardware kit and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with plug adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers palletized to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment confirmation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e immediately with any delivery concerns.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. Electrical: standard 120V \/ 15A outlet — plug-and-play, no electrician needed.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes the Seattle really work on a standard 15A outlet?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. At 1,750W on 120V, the Seattle draws under 15 amps and plugs into any standard household outlet. Maxxus recommends a GFCI-protected dedicated circuit — not shared with other high-draw appliances. No electrician needed for most installations.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does Near Zero EMF mean?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe PureTech™ heaters on this model emit electromagnetic fields under 2 milligauss measured 6–8 inches from the panels — among the lowest outputs available in a home infrared sauna. This is lower than Low EMF (5–10 mG) models and is the specification preferred by long-session users and health-conscious buyers.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical circuit does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA standard 120V \/ 15A outlet — plug-and-play with no electrician required. Use a dedicated circuit (not shared with other high-draw appliances) and a GFCI-protected outlet for safety.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes this sauna include chromotherapy lighting?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Built-in LED chromotherapy cycles through color programs during your session. The lighting is controllable from the panel — choose a single color, a sequence, or turn it off for a simple heat session.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow does the Seattle compare to the Bellevue?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eSame Near Zero EMF specification and PureTech™ heater technology. The Seattle is a 2-person cabin (43\" wide, 6 heaters, 1,750W, 15A) vs. the \u003ca href=\"\/products\/maxxus-bellevue-3-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003eBellevue\u003c\/a\u003e (3-person, 56\" wide, 7 heaters, 2,200W, 20A). Choose Seattle for the smaller footprint and plug-and-play convenience; choose Bellevue for 3-person capacity.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 45–90 minutes with two people. The illustrated guide walks through every step.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty on this sauna?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus covers the structural frame for the lifetime of the original owner, heaters for 7 years, and electrical components for 5 years. Contact us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e for warranty registration and service.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does free shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states. The carrier delivers palletized boxes to your curb or driveway. Inspect all boxes before signing the bill of lading and note any visible damage in writing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout — select Affirm to see personalized options with no impact to your credit score. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to discuss before purchasing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n\u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n\u003cp\u003eFreight delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n\u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur sauna specialists will match you to the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with a Sauna Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940298715503,"sku":"MX-J206-01-ZF","price":2699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-j206-01-zf-mx-j206-01-02.webp?v=1778660024"},{"product_id":"maxxus-bellevue-3-person-near-zero-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus Bellevue 3-Person Near Zero EMF FAR Infrared Sauna | Canadian Hemlock","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:cover;object-position:top}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:520px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-j306-01-zf-mx-j306-01.webp?v=1778659412\" alt=\"Maxxus Bellevue 3-Person Near Zero EMF FAR Infrared Sauna | Canadian Hemlock\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus Saunas | Bellevue | 3-Person Near Zero EMF\u003c\/p\u003e\n\u003ch2\u003eThe Maxxus Bellevue 3-Person Near Zero EMF Infrared Sauna\u003c\/h2\u003e\n\u003cp\u003eSeven PureTech™ carbon panels emit under 2 milligauss — near-zero EMF in a practical 3-person cabin at an accessible price. Bluetooth and MP3\/AUX audio, chromotherapy lighting, and Canadian hemlock construction. The Bellevue delivers the same EMF specification as premium K-series models at a sharper entry price.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003e7 PureTech™ FAR infrared heaters — near-zero EMF at under 2 mG\u003c\/li\u003e\n\u003cli\u003eBluetooth + MP3\/AUX audio with built-in speakers\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting built into the cabin\u003c\/li\u003e\n\u003cli\u003eCanadian hemlock construction — durable, fine-grained\u003c\/li\u003e\n\u003cli\u003e56\" × 37\" × 68\" — practical 3-person size\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specs\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e3\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCapacity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e\u0026lt;2mG\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eNear Zero EMF\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e7\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eHeaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e20A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCircuit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eNear Zero EMF FAR Infrared at an Approachable Price\u003c\/h2\u003e\n\u003cp\u003eFAR infrared wavelengths (5–14 microns) penetrate 1.5–2 inches below the skin — reaching muscle tissue, joints, and fascia. PureTech™ carbon panels in the Bellevue emit under 2 milligauss — the same Near Zero EMF specification found in more expensive K-series models. The Bellevue achieves this in a more compact 56-inch-wide cabin, making it an excellent choice for spaces where square footage is limited.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-j306-01-zf-background-view.webp?v=1778659393\" alt=\"Maxxus Bellevue 3-Person Near Zero EMF FAR Infrared Sauna | Canadian Hemlock interior\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eBuilt-In Features\u003c\/p\u003e\n\u003ch2\u003eWhat the Bellevue Delivers\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-j306-01-zf-heater.webp?v=1778659396\" alt=\"7 PureTech™ Near Zero EMF Heaters\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e7 PureTech™ Near Zero EMF Heaters\u003c\/h3\u003e\n\u003cp\u003eUltra-thin carbon panels emit under 2 milligauss. Seven panels cover the rear walls, side walls, and floor for surround FAR infrared coverage across all three seat positions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-j306-01-zf-chromotherapy-light.webp?v=1778659399\" alt=\"Chromotherapy LED Lighting\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy LED Lighting\u003c\/h3\u003e\n\u003cp\u003eBuilt-in LED color therapy system programs through multiple wavelengths during your session. Combine with infrared heat for a multi-sensory recovery environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-j306-01-zf-control-panel.webp?v=1778659402\" alt=\"Bluetooth + MP3\/AUX Audio\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eBluetooth + MP3\/AUX Audio\u003c\/h3\u003e\n\u003cp\u003eBuilt-in speaker system with Bluetooth and MP3\/AUX input. Stream music, guided sessions, or podcasts through the cabin speakers while you heat. Controlled from the interior LED panel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare Models\u003c\/p\u003e\n\u003ch2\u003eBellevue NZE vs. Seattle NZE vs. Bellevue Low EMF\u003c\/h2\u003e\n\u003cp\u003eAll J-series models share the same NZE PureTech™ heater specification. The differences are capacity, footprint, and circuit requirements.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eBellevue NZE (This Model)\u003c\/th\u003e\n\u003cth\u003eSeattle 2P NZE — $2,699\u003c\/th\u003e\n\u003cth\u003eBellevue Low EMF — $2,699\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e$2,899\u003c\/td\u003e\n\u003ctd\u003e$2,699\u003c\/td\u003e\n\u003ctd\u003e$2,699\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e3 Person\u003c\/td\u003e\n\u003ctd\u003e2 Person\u003c\/td\u003e\n\u003ctd\u003e3 Person\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Rating\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e\u0026lt;2 mG NZE\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;2 mG NZE\u003c\/td\u003e\n\u003ctd\u003e5–10 mG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e7 PureTech™\u003c\/td\u003e\n\u003ctd\u003e6 PureTech™\u003c\/td\u003e\n\u003ctd\u003e7 Carbon Fiber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions W\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e56\" wide\u003c\/td\u003e\n\u003ctd\u003e43\" wide\u003c\/td\u003e\n\u003ctd\u003e56\" wide\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCircuit\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e20A Dedicated\u003c\/td\u003e\n\u003ctd\u003e15A Standard\u003c\/td\u003e\n\u003ctd\u003e20A Dedicated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eBT + MP3\/AUX\u003c\/td\u003e\n\u003ctd\u003eBT + MP3\/AUX\u003c\/td\u003e\n\u003ctd\u003eBT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eClear tempered\u003c\/td\u003e\n\u003ctd\u003eClear tempered\u003c\/td\u003e\n\u003ctd\u003eClear tempered\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e If you need 3-person capacity with Near Zero EMF, this is the most affordable path. The \u003ca href=\"\/products\/maxxus-seattle-2-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003eSeattle 2P NZE\u003c\/a\u003e is $200 less and runs on a 15A outlet — if 2-person capacity is enough and you want to avoid a 20A circuit install, it's worth considering. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to compare.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eExterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e56\" W × 37\" D × 68\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e3 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eNatural Canadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eClear tempered glass door\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e7 PureTech™ FAR infrared carbon fiber panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd\u003eUnder 2 milligauss (Near Zero EMF)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd\u003e2,200W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eElectrical\u003c\/td\u003e\n\u003ctd\u003e120V \/ 20A dedicated GFCI circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eBluetooth, MP3\/AUX — built-in speakers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControls\u003c\/td\u003e\n\u003ctd\u003eLED interior control panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eInterior chromotherapy LED color system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Time\u003c\/td\u003e\n\u003ctd\u003e45–90 minutes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003eLifetime structure \/ 7-yr heaters \/ 5-yr electrical\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-j306-01-zf-mx-j306-01-02.webp?v=1778659416\" alt=\"Maxxus Bellevue 3-Person Near Zero EMF FAR Infrared Sauna | Canadian Hemlock contents\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eWhat Comes With the Maxxus Bellevue 3P NZE\u003c\/h2\u003e\n\u003cp\u003eYour sauna ships in multiple boxes, fully pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Hemlock wood panels\u003c\/li\u003e\n\u003cli\u003ePureTech™ FAR infrared carbon fiber heating panels\u003c\/li\u003e\n\u003cli\u003eClear tempered glass door with hardware\u003c\/li\u003e\n\u003cli\u003eInterior LED control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting system\u003c\/li\u003e\n\u003cli\u003eBluetooth \/ MP3 \/ AUX audio system with built-in speakers\u003c\/li\u003e\n\u003cli\u003eAssembly hardware kit and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with plug adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers palletized to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment confirmation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e immediately with any delivery concerns.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. Electrical: 120V \/ 20A dedicated circuit (requires electrician if not already available).\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow does the Bellevue Near Zero EMF compare to the K306 NZE series?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eBoth deliver under-2-mG Near Zero EMF with PureTech™ heaters. The Bellevue ($2,899) is more affordable and slightly more compact (56\" vs. 58\" wide). The \u003ca href=\"\/products\/maxxus-3-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003eK306 NZE Hemlock\u003c\/a\u003e ($3,699) offers a wider cabin with FM radio, dual interior\/exterior LED panels, and bronze-tinted glass. Choose Bellevue for value and compact fit; choose K306 for more cabin space and audio features.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does Near Zero EMF mean?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe PureTech™ heaters on this model emit electromagnetic fields under 2 milligauss measured 6–8 inches from the panels — among the lowest outputs available in a home infrared sauna. This is lower than Low EMF (5–10 mG) models and is the specification preferred by long-session users and health-conscious buyers.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical circuit does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA dedicated 120V \/ 20A GFCI-protected circuit. Most homes will need an electrician to install a 20A circuit if one isn't already near your planned location. This is a one-time cost that adds to the total installation investment.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes this sauna include chromotherapy lighting?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Built-in LED chromotherapy cycles through color programs during your session. The lighting is controllable from the panel — choose a single color, a sequence, or turn it off for a simple heat session.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 45–90 minutes with two people. The illustrated guide walks through every step.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty on this sauna?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus covers the structural frame for the lifetime of the original owner, heaters for 7 years, and electrical components for 5 years. Contact us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e for warranty registration and service.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does free shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states. The carrier delivers palletized boxes to your curb or driveway. Inspect all boxes before signing the bill of lading and note any visible damage in writing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan I use this sauna every day?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. FAR infrared saunas are designed for daily use. Most people session 20–45 minutes at 120–140°F. Start with shorter sessions if you're new to infrared, and always hydrate before and after.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout — select Affirm to see personalized options with no impact to your credit score. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to discuss before purchasing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n\u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n\u003cp\u003eFreight delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n\u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur sauna specialists will match you to the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with a Sauna Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940298748271,"sku":"MX-J306-01-ZF","price":2899.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-j306-01-zf-mx-j306-01-03.webp?v=1778659419"},{"product_id":"maxxus-2-person-near-zero-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus 2-Person Near Zero EMF FAR Infrared Sauna | Canadian Hemlock","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;position:sticky;top:0;z-index:50;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:480px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"✓\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\n.mxx-sauna-nav{position:static!important}\n.mxx-sauna-cmp-grid{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;margin-top:32px}\n.mxx-sauna-cmp-col{padding:28px 20px;border-right:1px solid #EDE8E1}\n.mxx-sauna-cmp-col:last-child{border-right:0}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here{background:#1A1410}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here h3{color:#C8943A}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here p{color:#BCBFCA}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here .mxx-sauna-specs-tbl td{background:#fff;color:#1A1410;border-color:#EDE8E1}\n.mxx-sauna-cmp-badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:20px;margin-bottom:12px;background:#FAF7F2;color:#1A1410}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here .mxx-sauna-cmp-badge{background:#C8943A;color:#fff}\n.mxx-sauna-cmp-link{display:inline-block;margin-top:16px;font-size:13px;font-weight:600;color:#C8943A!important;text-decoration:none}\n.mxx-sauna-ship-ico{margin-bottom:12px;line-height:1}\n.mxx-sauna-ship-card{text-align:center}\n@media(max-width:768px){.mxx-sauna-cmp-grid{grid-template-columns:1fr}}\n\u003c\/style\u003e\n\u003cdiv class=\"mxx-sauna\"\u003e\n\n\u003c!-- 1. JUMP NAV --\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\n  \u003ca href=\"#technology\"\u003eTechnology\u003c\/a\u003e\n  \u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\n  \u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\n  \u003ca href=\"#compare\"\u003eCompare\u003c\/a\u003e\n  \u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\n\u003c\/nav\u003e\n\n\u003c!-- 2. HERO --\u003e\n\u003csection class=\"mxx-sauna-hero\"\u003e\n  \u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-hero-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k206-01-zf-hemlock-04.webp?v=1778658835\" alt=\"Maxxus 2-Person Near Zero EMF sauna in Canadian Hemlock, front view\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n      \u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus Saunas — MX-K206-01-ZF\u003c\/p\u003e\n      \u003ch2\u003eNear Zero EMF FAR Infrared Sauna — Under 2 mG, Proven Purity\u003c\/h2\u003e\n      \u003cp\u003eSix PureTech™ carbon heaters surround you in deeply penetrating FAR infrared heat while emitting under 2 milligauss of EMF — the lowest heater rating in the Maxxus lineup. Built from Canadian Hemlock with bronze-tinted glass and FM radio audio. Two-person capacity, 140°F max temp, 15A standard circuit.\u003c\/p\u003e\n      \u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 3. STATS BAR --\u003e\n\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specifications\"\u003e\n  \u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-stat\"\u003e\n      \u003cspan class=\"mxx-sauna-stat-num\"\u003e\u0026lt;2 mG\u003c\/span\u003e\n      \u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePureTech™ EMF Rating\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mxx-sauna-stat\"\u003e\n      \u003cspan class=\"mxx-sauna-stat-num\"\u003e6\u003c\/span\u003e\n      \u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCarbon FAR IR Heaters\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mxx-sauna-stat\"\u003e\n      \u003cspan class=\"mxx-sauna-stat-num\"\u003e140°F\u003c\/span\u003e\n      \u003cspan class=\"mxx-sauna-stat-lbl\"\u003eMax Temperature\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mxx-sauna-stat\"\u003e\n      \u003cspan class=\"mxx-sauna-stat-num\"\u003e15A\u003c\/span\u003e\n      \u003cspan class=\"mxx-sauna-stat-lbl\"\u003eStandard Circuit\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 4. TECHNOLOGY --\u003e\n\u003csection id=\"technology\" class=\"mxx-sauna-cream\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-tech-img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k206-01-zf-hemlock.webp?v=1778658823\" alt=\"Maxxus MX-K206 hemlock sauna interior showing bench and heater layout\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"mxx-sauna-eyebrow\"\u003ePureTech™ Near Zero EMF Technology\u003c\/p\u003e\n        \u003ch2\u003eFAR Infrared Heat at Under 2 mG — Measurably Cleaner\u003c\/h2\u003e\n        \u003cp\u003eEMF in infrared saunas comes primarily from the heaters — panels that heat up, draw current, and generate electromagnetic fields as a byproduct. Most carbon heaters measure 5–20 mG at contact distance. Maxxus’ Low EMF carbon tier reduces this to 5–10 mG. PureTech™ Near Zero EMF goes further: under 2 mG at 2–3 inches from the panel surface.\u003c\/p\u003e\n        \u003cp\u003eThe six carbon FAR infrared panels in the MX-K206 are arranged to maximize surface area: two full-height rear panels, one on each side wall, one under the bench, and one reflexology floor panel. Together they deliver even, enveloping heat at 45–60% infrared absorption efficiency — warming tissue, not just air.\u003c\/p\u003e\n        \u003cp\u003eRed light therapy at 662.7 nm wavelength is built in via the chromotherapy LED system, delivering near-infrared wavelengths shown in research to support cellular energy and skin-level recovery.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 5. FEATURES --\u003e\n\u003csection id=\"features\" class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat’s Inside\u003c\/p\u003e\n    \u003ch2\u003eBuilt for Daily Use, Engineered for Low EMF\u003c\/h2\u003e\n    \u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n        \u003cdiv class=\"mxx-sauna-feat-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k206-01-zf-heater.webp?v=1778658804\" alt=\"PureTech carbon FAR infrared heater panel close-up\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n          \u003ch3\u003ePureTech™ Carbon FAR IR Heaters\u003c\/h3\u003e\n          \u003cp\u003eSix large-surface carbon panels emit FAR infrared at 8–14 micron wavelength — the range most efficiently absorbed by the body. Positioned rear (2), sides (2), under-bench (1), and floor (1) to warm you from every angle. EMF certified under 2 mG at 2–3 inches.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n        \u003cdiv class=\"mxx-sauna-feat-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k206-01-zf-chromotherapy-light.webp?v=1778658807\" alt=\"Chromotherapy LED lighting system showing color options\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n          \u003ch3\u003eChromotherapy \u0026amp; 662.7 nm Red Light\u003c\/h3\u003e\n          \u003cp\u003eMulti-color LED chromotherapy cycles through the visible spectrum to complement your session. The 662.7 nm red wavelength is included — a wavelength associated in photobiomodulation research with cellular energy and skin recovery. Adjust color and intensity from the control panel.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n        \u003cdiv class=\"mxx-sauna-feat-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k206-01-zf-control-panel.webp?v=1778658811\" alt=\"Dual LED control panel showing interior and exterior controls\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n          \u003ch3\u003eDual LED Control Panels + FM Radio\u003c\/h3\u003e\n          \u003cp\u003eSeparate LED control panels inside and outside the cabin let you pre-heat and set your session without stepping in. FM radio with 30 presets, Bluetooth wireless streaming, MP3\/AUX input, SD card slot, and USB charging port — all managed from the interior panel.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 6. SPECS --\u003e\n\u003csection id=\"specs\" class=\"mxx-sauna-cream\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Specifications\u003c\/p\u003e\n    \u003ch2\u003eMX-K206-01-ZF — Canadian Hemlock Specifications\u003c\/h2\u003e\n    \u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n      \u003cthead\u003e\u003ctr\u003e\u003cth colspan=\"2\"\u003eMX-K206-01-ZF — 2-Person Near Zero EMF FAR Infrared Sauna\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e45″W × 37″D × 68″H\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eExterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e50″W × 42″D × 75″H (roof overhang adds depth)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eSeating Capacity\u003c\/td\u003e\n\u003ctd\u003e2 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eHeater Type\u003c\/td\u003e\n\u003ctd\u003ePureTech™ Near Zero EMF Carbon FAR Infrared\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eNumber of Heaters\u003c\/td\u003e\n\u003ctd\u003e6 (2 rear, 1 each side, 1 under-bench, 1 floor reflexology)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eEMF Rating\u003c\/td\u003e\n\u003ctd\u003eUnder 2 mG at 2–3 inches (PureTech™ certified)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eInfrared Wavelength\u003c\/td\u003e\n\u003ctd\u003e8–14 microns (FAR infrared)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eRed Light Wavelength\u003c\/td\u003e\n\u003ctd\u003e662.7 nm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003e140°F (60°C)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003ePower Requirements\u003c\/td\u003e\n\u003ctd\u003e120V \/ 15A dedicated non-GFCI circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eBronze-tinted tempered glass door + full-length bronze side windows\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eChromotherapy\u003c\/td\u003e\n\u003ctd\u003eMulti-color LED system with 662.7 nm red light\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eControl System\u003c\/td\u003e\n\u003ctd\u003eDual LED panels — interior + exterior\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eAudio System\u003c\/td\u003e\n\u003ctd\u003eFM radio (30 presets) + Bluetooth + MP3\/AUX + SD card + USB\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWood Material\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eAssembled Weight\u003c\/td\u003e\n\u003ctd\u003e250 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e330 lbs (2 boxes)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eAssembly Time\u003c\/td\u003e\n\u003ctd\u003e~1–2 hours (2 people recommended)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eCertifications\u003c\/td\u003e\n\u003ctd\u003eETL \/ CETL \/ CE\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eHeater \u0026amp; Electronics Warranty\u003c\/td\u003e\n\u003ctd\u003e5 years\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWood \u0026amp; Radio Warranty\u003c\/td\u003e\n\u003ctd\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 7. COMPARE: HEMLOCK vs CEDAR --\u003e\n\u003csection id=\"compare\" class=\"mxx-sauna-white\"\u003e\n\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHemlock vs. Cedar\u003c\/p\u003e\n\u003ch2\u003eSame PureTech™ Performance — Two Wood Choices\u003c\/h2\u003e\n\u003cp\u003eThe hemlock and cedar models share an identical MX-K206-01-ZF cabinet, the same six PureTech™ heaters, and the same under-2-mG EMF rating. The differences are wood aesthetics, control interface, and audio system — not performance.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-cmp-col mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eViewing Now\u003c\/span\u003e\n\u003ch3\u003eCanadian Hemlock\u003c\/h3\u003e\n\u003cp\u003ePale cream-to-warm-tan tone. Dual LED panels (interior + exterior) let you pre-heat without stepping inside. FM radio, Bluetooth, AUX, SD Card, USB.\u003c\/p\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" style=\"margin-top:16px\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;2 mG (Near Zero)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e6 Carbon FAR-IR\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior\u003c\/td\u003e\n\u003ctd\u003e45″ × 37″ × 68″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eFM + BT + AUX + SD + USB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControls\u003c\/td\u003e\n\u003ctd\u003eDual LED panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-cmp-col\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eCompare With\u003c\/span\u003e\n\u003ch3\u003eCanadian Red Cedar\u003c\/h3\u003e\n\u003cp\u003eWarm reddish-brown with classic cedar aroma. 2024 touch-screen control. Bluetooth + MP3\/AUX.\u003c\/p\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" style=\"margin-top:16px\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;2 mG (Near Zero)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e6 Carbon FAR-IR\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior\u003c\/td\u003e\n\u003ctd\u003e45″ × 37″ × 68″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eBluetooth + MP3\/AUX\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControls\u003c\/td\u003e\n\u003ctd\u003eTouch Screen (2024)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003ca class=\"mxx-sauna-cmp-link\" href=\"\/products\/maxxus-2-person-near-zero-emf-far-infrared-sauna-canadian-red-cedar\"\u003eView Cedar Model →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\n\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e If you want FM radio, dual control panels to pre-heat without entering the sauna, and a neutral wood tone that ages minimally — hemlock is the right call. If you prefer the classic cedar aroma and a modern touch screen — the \u003ca href=\"\/products\/maxxus-2-person-near-zero-emf-far-infrared-sauna-canadian-red-cedar\"\u003ecedar model\u003c\/a\u003e is worth a look. Both saunas perform identically.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 8. BOX (always white) --\u003e\n\u003csection id=\"box\" class=\"mxx-sauna-box-section\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k206-01-zf-hemlock-02.webp?v=1778658827\" alt=\"Maxxus MX-K206 hemlock sauna assembled view showing complete cabinet\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat’s in the Box\u003c\/p\u003e\n        \u003ch2\u003eEverything Needed for Assembly\u003c\/h2\u003e\n        \u003cp\u003eShips in 2 boxes via freight carrier. Panels are pre-assembled — heaters and chromotherapy lighting are factory-installed.\u003c\/p\u003e\n        \u003cul class=\"mxx-sauna-box-list\"\u003e\n          \u003cli\u003ePre-fabricated wall and ceiling panels (Canadian Hemlock)\u003c\/li\u003e\n          \u003cli\u003eInterior bench with backrest\u003c\/li\u003e\n          \u003cli\u003eFloor panel\u003c\/li\u003e\n          \u003cli\u003eBronze-tinted tempered glass door (pre-hung in front panel)\u003c\/li\u003e\n          \u003cli\u003e6 PureTech™ carbon FAR infrared heaters (factory-installed)\u003c\/li\u003e\n          \u003cli\u003eChromotherapy LED lighting system (factory-installed)\u003c\/li\u003e\n          \u003cli\u003eDual LED control panels — interior + exterior\u003c\/li\u003e\n          \u003cli\u003eFM radio \/ Bluetooth audio system with speakers\u003c\/li\u003e\n          \u003cli\u003eHardware package (screws, connectors, mounting brackets)\u003c\/li\u003e\n          \u003cli\u003eAssembly instruction guide \u0026amp; warranty registration card\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 9. SHIPPING --\u003e\n\u003csection id=\"shipping\" class=\"mxx-sauna-cream\"\u003e\n\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery \u0026amp; Shipping\u003c\/p\u003e\n\u003ch2\u003eFree Freight Shipping to the Contiguous 48 States\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n\u003cdiv class=\"mxx-sauna-ship-ico\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cstrong\u003eFree Freight Delivery\u003c\/strong\u003e\n\u003cp\u003eShips free via freight carrier to the contiguous 48 states. Delivery is curbside or to your garage. White Glove in-home placement and assembly is available as a paid upgrade — contact us for a quote.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n\u003cdiv class=\"mxx-sauna-ship-ico\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cstrong\u003eShips in 2–5 Business Days\u003c\/strong\u003e\n\u003cp\u003eMost orders leave the warehouse within 2–5 business days. Freight transit typically takes 5–10 additional business days depending on your location. You’ll receive a tracking number when your order ships.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n\u003cdiv class=\"mxx-sauna-ship-ico\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"23 4 23 10 17 10\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M20.49 15a9 9 0 1 1-2.12-9.36L23 10\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cstrong\u003e30-Day Return Policy\u003c\/strong\u003e\n\u003cp\u003eContact us within 30 days of delivery if you’re not satisfied. Returns are subject to a 20% restocking fee; buyer is responsible for return freight costs. Please reach out before initiating a return — we’re here to help resolve any issues first.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 10. FAQ --\u003e\n\u003csection id=\"faq\" class=\"mxx-sauna-cream\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eFrequently Asked Questions\u003c\/p\u003e\n    \u003ch2\u003eNear Zero EMF Sauna — Common Questions\u003c\/h2\u003e\n    \u003cdiv class=\"mxx-sauna-faq\"\u003e\n      \u003cdetails\u003e\u003csummary\u003eWhat is PureTech™ Near Zero EMF and how is it different from standard Low EMF?\u003c\/summary\u003e\n        \u003cdiv class=\"mxx-sauna-faq-a\"\u003ePureTech™ is Maxxus Saunas’ proprietary carbon FAR infrared heater technology engineered to emit under 2 milligauss (mG) of electromagnetic field radiation at 2–3 inches from the panel surface. Standard carbon heaters in home saunas typically measure 5–20 mG. Maxxus’ regular Low EMF carbon tier achieves 5–10 mG. PureTech™ Near Zero EMF reduces this further to under 2 mG without reducing heat output or infrared efficiency — making it Maxxus’ cleanest-emitting heater class.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\u003csummary\u003eWhat does “under 2 mG” mean in practical terms?\u003c\/summary\u003e\n        \u003cdiv class=\"mxx-sauna-faq-a\"\u003eMilligauss (mG) measures magnetic field strength. The World Health Organization’s continuous public exposure guideline is 2,000 mG, so 2 mG is far below any recognized health threshold. That said, many health-conscious sauna users prefer to minimize cumulative EMF exposure during a 30–45 minute session with heaters just inches away. Under 2 mG at 2–3 inches is among the lowest heater ratings available in residential infrared saunas.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\u003csummary\u003eWhat electrical circuit does the MX-K206 require?\u003c\/summary\u003e\n        \u003cdiv class=\"mxx-sauna-faq-a\"\u003eThe MX-K206-01-ZF requires a dedicated 120V \/ 15A non-GFCI circuit — a standard household breaker, the same type used for most bedroom outlets. Do not use a GFCI breaker: the heater electronics can cause nuisance tripping on GFCI circuits. If you need to add a dedicated circuit, a licensed electrician can typically add this circuit for a few hundred dollars depending on your panel’s location.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\u003csummary\u003eHow does Canadian Hemlock compare to Canadian Red Cedar for a sauna?\u003c\/summary\u003e\n        \u003cdiv class=\"mxx-sauna-faq-a\"\u003eCanadian Hemlock is a straight-grained softwood with a pale cream-to-tan tone and a mild, neutral scent. It doesn’t darken significantly over time and won’t emit heavy resins during heat cycles. Canadian Red Cedar has the classic aromatic sauna scent and warm reddish-brown tones — its natural oils contribute to both fragrance and some moisture resistance. Both perform equally well as sauna wood. The choice is purely aesthetic and olfactory. If you prefer the traditional cedar sauna smell, go cedar. If you prefer a more neutral palette and FM radio, hemlock is the right call.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\u003csummary\u003eWhat audio features are included in the hemlock model?\u003c\/summary\u003e\n        \u003cdiv class=\"mxx-sauna-faq-a\"\u003eThe MX-K206-01-ZF hemlock includes FM radio with 30 preset stations, Bluetooth wireless audio streaming, MP3\/AUX wired input, SD card slot, and USB charging port. You can connect your phone wirelessly via Bluetooth or plug in directly via the AUX jack. Controls are on the interior LED panel.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\u003csummary\u003eHow long does assembly take?\u003c\/summary\u003e\n        \u003cdiv class=\"mxx-sauna-faq-a\"\u003eMost customers complete assembly in 1–2 hours with one other person. The panels are pre-assembled with heaters and lighting already installed — you’re primarily connecting wall panels, attaching the roof, and routing the wiring harness. A detailed instruction manual is included. Our recovery specialists are available at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e if you need guidance during assembly.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\u003csummary\u003eIs financing available for the Maxxus sauna?\u003c\/summary\u003e\n        \u003cdiv class=\"mxx-sauna-faq-a\"\u003eYes — Affirm financing is available at checkout. Approved customers can spread the cost over 3 to 24 months. Qualification takes seconds at checkout with no impact to your credit score for checking rates. Call us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e if you’d like to discuss options before purchasing.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\u003csummary\u003eIs Recovery Room Direct an authorized Maxxus Saunas retailer?\u003c\/summary\u003e\n        \u003cdiv class=\"mxx-sauna-faq-a\"\u003eYes — Recovery Room Direct is an authorized Maxxus Saunas retailer. Your purchase includes the full manufacturer warranty: 5 years on heaters and electronics, 1 year on wood and radio components. We purchase directly from Maxxus and are fully authorized to sell and support all Maxxus Sauna products.\u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 11. TRUST BAND --\u003e\n\u003csection class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\" aria-label=\"Store trust signals\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n        \u003cp\u003eOfficial Maxxus Saunas retailer — full manufacturer warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M16 8h4l3 5v3h-7V8z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n        \u003cp\u003eFreight delivery to the contiguous 48 states at no charge\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n        \u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n        \u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 12. CTA --\u003e\n\u003csection class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady to Bring Near Zero EMF Infrared Therapy Home?\u003c\/h2\u003e\n    \u003cp\u003eOur recovery specialists are standing by to answer questions about EMF specs, room fit, assembly, or delivery. No pressure — just expertise.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with an Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e\n\u003cscript\u003edocument.querySelectorAll(\".mxx-sauna-faq details\").forEach(d=\u003e{d.addEventListener(\"toggle\",()=\u003e{if(d.open)document.querySelectorAll(\".mxx-sauna-faq details\").forEach(o=\u003e{if(o!==d)o.open=false;});});});\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\":\"https:\/\/schema.org\",\n  \"@type\":\"FAQPage\",\n  \"mainEntity\":[\n    {\n      \"@type\":\"Question\",\n      \"name\":\"What is PureTech Near Zero EMF and how is it different from standard Low EMF?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"PureTech is Maxxus Saunas proprietary carbon FAR infrared heater technology engineered to emit under 2 milligauss of electromagnetic field radiation at 2-3 inches from the panel surface. Standard carbon heaters measure 5-20 mG. PureTech Near Zero EMF reduces this to under 2 mG without reducing heat output or infrared efficiency.\"\n      }\n    },\n    {\n      \"@type\":\"Question\",\n      \"name\":\"What electrical circuit does the MX-K206 require?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"The MX-K206-01-ZF requires a dedicated 120V\/15A non-GFCI circuit. Do not use a GFCI breaker as the heater electronics can cause nuisance tripping.\"\n      }\n    },\n    {\n      \"@type\":\"Question\",\n      \"name\":\"How does Canadian Hemlock compare to Canadian Red Cedar for a sauna?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"Canadian Hemlock has a pale cream-to-tan tone and a mild neutral scent. Canadian Red Cedar has the classic aromatic sauna scent and warm reddish-brown tones. Both perform equally well as sauna wood. The choice is purely aesthetic and olfactory.\"\n      }\n    },\n    {\n      \"@type\":\"Question\",\n      \"name\":\"Is Recovery Room Direct an authorized Maxxus Saunas retailer?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"Yes. Recovery Room Direct is an authorized Maxxus Saunas retailer. Purchases include the full manufacturer warranty: 5 years on heaters and electronics, 1 year on wood and radio components.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940298781039,"sku":"MX-K206-01-ZF","price":3099.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k206-01-zf-hemlock-04.webp?v=1778658835"},{"product_id":"maxxus-3-person-near-zero-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus 3-Person Near Zero EMF FAR Infrared Sauna | Canadian Hemlock","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:cover;object-position:top}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:520px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k306-01-zf-hemlock.webp?v=1778659181\" alt=\"Maxxus 3-Person Near Zero EMF FAR Infrared Sauna | Canadian Hemlock\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus Saunas | 3-Person | Near Zero EMF\u003c\/p\u003e\n\u003ch2\u003eThe Maxxus 3-Person Near Zero EMF Infrared Sauna in Canadian Hemlock\u003c\/h2\u003e\n\u003cp\u003eSeven PureTech™ carbon panels emit under 2 milligauss — among the lowest EMF outputs available in a home infrared sauna. FM radio, Bluetooth, AUX, SD card, and USB audio through dual LED control panels inside and out. Canadian hemlock construction that ages beautifully and holds heat evenly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003e7 PureTech™ FAR infrared heaters — consistent heat across all seats\u003c\/li\u003e\n\u003cli\u003eUnder 2 mG Near Zero EMF — among the lowest available in home saunas\u003c\/li\u003e\n\u003cli\u003eFM radio + Bluetooth + AUX + SD + USB with dual LED control panels\u003c\/li\u003e\n\u003cli\u003eCanadian hemlock — durable, fine-grained, ages to a warm honey tone\u003c\/li\u003e\n\u003cli\u003e58\" × 39\" × 68\" — true 3-person capacity\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specs\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e3\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCapacity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e\u0026lt;2mG\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eNear Zero EMF\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e7\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eHeaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e20A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCircuit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eNear Zero EMF FAR Infrared Built Into Canadian Hemlock\u003c\/h2\u003e\n\u003cp\u003eFAR infrared wavelengths (5–14 microns) penetrate 1.5–2 inches below the skin — reaching muscle tissue, joints, and fascia. PureTech™ carbon panels spread heat evenly across the cabin at a lower surface temperature than rod heaters. EMF rating: under 2 milligauss at 6–8 inches — the strict specification preferred by long-session users and clinically-minded buyers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k306-01-zf-hemlock-02.webp?v=1778659185\" alt=\"Maxxus 3-Person Near Zero EMF FAR Infrared Sauna | Canadian Hemlock interior\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eBuilt-In Features\u003c\/p\u003e\n\u003ch2\u003eWhat Sets the Near Zero EMF Hemlock Apart\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k306-01-zf-heater.webp?v=1778659165\" alt=\"7 PureTech™ Near Zero EMF Heaters\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e7 PureTech™ Near Zero EMF Heaters\u003c\/h3\u003e\n\u003cp\u003eUltra-thin carbon panels emit under 2 milligauss — precise EMF output in a wide-area heater format. Seven panels cover the rear walls, side walls, and floor for complete surround coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k306-01-zf-chromotherapy-light.webp?v=1778659168\" alt=\"Chromotherapy LED Lighting\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy LED Lighting\u003c\/h3\u003e\n\u003cp\u003eBuilt-in color LED cycles through therapeutic light programs during your session. Combine with your preferred temperature for a full sensory recovery environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k306-01-zf-control-panel.webp?v=1778659171\" alt=\"Dual LED Control Panels + FM Radio\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eDual LED Control Panels + FM Radio\u003c\/h3\u003e\n\u003cp\u003eInterior and exterior LED panels let you pre-heat before entering. FM radio, Bluetooth, AUX, SD card, and USB audio with built-in speakers for complete audio flexibility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare Models\u003c\/p\u003e\n\u003ch2\u003e3-Person K306 Series — Which Model Is Right?\u003c\/h2\u003e\n\u003cp\u003eAll three K306 models share the same 3-person cabin and seven PureTech™ heaters. The differences are EMF output, wood type, and control system.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eLow EMF Cedar — $4,299\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eNZE Hemlock (This Model)\u003c\/th\u003e\n\u003cth\u003eNZE Cedar — $4,699\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice\u003c\/td\u003e\n\u003ctd\u003e$4,299\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e$3,699\u003c\/td\u003e\n\u003ctd\u003e$4,699\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Rating\u003c\/td\u003e\n\u003ctd\u003e5–10 mG\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e\u0026lt;2 mG Near Zero\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;2 mG Near Zero\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eCanadian Hemlock\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControls\u003c\/td\u003e\n\u003ctd\u003eTouch Screen (2024)\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eDual LED Panels\u003c\/td\u003e\n\u003ctd\u003eTouch Screen (2024)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eBT + MP3\/AUX\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eFM + BT + AUX + SD\/USB\u003c\/td\u003e\n\u003ctd\u003eFM + BT + AUX\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e7 PureTech™\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e7 PureTech™\u003c\/td\u003e\n\u003ctd\u003e7 PureTech™\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCircuit\u003c\/td\u003e\n\u003ctd\u003e20A Dedicated\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e20A Dedicated\u003c\/td\u003e\n\u003ctd\u003e20A Dedicated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eBronze-tinted\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eBronze-tinted\u003c\/td\u003e\n\u003ctd\u003eBronze-tinted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e This is the best value in the K306 NZE lineup if cedar aesthetics are not important to you. For the same Near Zero EMF performance in warm red cedar, the \u003ca href=\"\/products\/maxxus-3-person-near-zero-emf-far-infrared-sauna-canadian-red-cedar\"\u003eNZE Cedar\u003c\/a\u003e is an $1,000 upgrade. For cedar with a lower price, the \u003ca href=\"\/products\/maxxus-3-person-low-emf-far-infrared-sauna-canadian-red-cedar\"\u003eLow EMF Cedar\u003c\/a\u003e ($4,299) trades EMF specification for wood type. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to talk through priorities.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eExterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e58\" W × 39\" D × 68\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e3 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eNatural Canadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eBronze-tinted tempered glass door\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e7 PureTech™ FAR infrared carbon fiber panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd\u003eUnder 2 milligauss @ 6–8 inches from panels (Near Zero EMF)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd\u003e2,100W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eElectrical\u003c\/td\u003e\n\u003ctd\u003e120V \/ 20A dedicated GFCI circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eFM radio, Bluetooth, AUX, SD card, USB — built-in speakers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControls\u003c\/td\u003e\n\u003ctd\u003eDual LED panels (interior + exterior)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eInterior chromotherapy LED color system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Time\u003c\/td\u003e\n\u003ctd\u003e45–90 minutes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003eLifetime structure \/ 7-yr heaters \/ 5-yr electrical\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k306-01-zf-hemlock-04.webp?v=1778659192\" alt=\"Maxxus 3-Person Near Zero EMF FAR Infrared Sauna | Canadian Hemlock contents\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eWhat Comes With the Maxxus K306 Hemlock NZE\u003c\/h2\u003e\n\u003cp\u003eYour sauna ships in multiple boxes, fully pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Hemlock wood panels\u003c\/li\u003e\n\u003cli\u003ePureTech™ FAR infrared carbon fiber heating panels\u003c\/li\u003e\n\u003cli\u003eBronze-tinted tempered glass door with hardware\u003c\/li\u003e\n\u003cli\u003eInterior LED control panel\u003c\/li\u003e\n\u003cli\u003eExterior LED control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting system\u003c\/li\u003e\n\u003cli\u003eFM Radio \/ Bluetooth \/ AUX \/ SD \/ USB audio system with built-in speakers\u003c\/li\u003e\n\u003cli\u003eAssembly hardware kit and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with plug adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers palletized to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment confirmation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e immediately with any delivery concerns.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. Electrical: 120V \/ 20A dedicated circuit (requires electrician if not already available).\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat makes the Near Zero EMF Hemlock different from the Low EMF Cedar?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eSame K306 cabin and seven heaters. The Near Zero EMF model costs less ($3,699 vs $4,299) but delivers a stricter EMF specification (under 2 mG vs 5–10 mG) and a more complete audio system (FM radio + SD card vs BT\/AUX only). The Low EMF Cedar offers red cedar wood and touch screen controls. If EMF is the priority, this model wins on spec and value.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does Near Zero EMF mean?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe PureTech™ heaters on this model emit electromagnetic fields under 2 milligauss measured 6–8 inches from the panels — among the lowest outputs available in a home infrared sauna. This is lower than Low EMF (5–10 mG) models and is the specification preferred by long-session users and health-conscious buyers.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical circuit does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA dedicated 120V \/ 20A GFCI-protected circuit. Most homes will need an electrician to install a 20A circuit if one isn't already near your planned location. This is a one-time cost that adds to the total installation investment.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes this sauna include chromotherapy lighting?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Built-in LED chromotherapy cycles through color programs during your session. The lighting is controllable from the panel — choose a single color, a sequence, or turn it off for a simple heat session.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 45–90 minutes with two people. The illustrated guide walks through every step.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty on this sauna?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus covers the structural frame for the lifetime of the original owner, heaters for 7 years, and electrical components for 5 years. Contact us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e for warranty registration and service.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does free shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states. The carrier delivers palletized boxes to your curb or driveway. Inspect all boxes before signing the bill of lading and note any visible damage in writing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan I use this sauna every day?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. FAR infrared saunas are designed for daily use. Most people session 20–45 minutes at 120–140°F. Start with shorter sessions if you're new to infrared, and always hydrate before and after.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout — select Affirm to see personalized options with no impact to your credit score. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to discuss before purchasing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n\u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n\u003cp\u003eFreight delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n\u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur sauna specialists will match you to the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with a Sauna Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940298813807,"sku":"MX-K306-01-ZF","price":3699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k306-01-zf-hemlock-04.webp?v=1778659192"},{"product_id":"maxxus-3-person-corner-near-zero-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus 3-Person Corner Near Zero EMF FAR Infrared Sauna | Canadian Hemlock","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;position:sticky;top:0;z-index:50;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:480px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k356-01-zf-hemlock-02.webp?v=1778659014\" alt=\"Maxxus 3-Person Corner Near Zero EMF FAR Infrared Sauna | Canadian Hemlock\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus Saunas — MX-K356-01-ZF | 3-Person Corner | Canadian Hemlock\u003c\/p\u003e\n\u003ch2\u003e3-Person Corner Sauna — Near Zero EMF, Canadian Hemlock\u003c\/h2\u003e\n\u003cp\u003eNine PureTech™ Near Zero EMF carbon heaters in a 56″×56″ corner-fit cabinet of Canadian Hemlock. Under 2 mG EMF, dual LED control panels with FM radio, and a 140°F max temperature on a 20A circuit. Built for households that want full-family infrared capacity in a corner installation.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003e9 PureTech™ Carbon FAR IR Heaters — Near Zero EMF\u003c\/li\u003e\n\u003cli\u003eUnder 2 mG at 2–3 Inches from Panels\u003c\/li\u003e\n\u003cli\u003eCorner Installation — 56″×56″ Footprint\u003c\/li\u003e\n\u003cli\u003eDual LED Control Panels | FM Radio | Canadian Hemlock\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specifications\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e\u0026lt;2 mG\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eNear Zero EMF\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e9\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePureTech™ Heaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e2000W \/ 20A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePower\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e3-Person\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCorner Cabin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003ePureTech™ Near Zero EMF — 9-Heater Three-Person Coverage\u003c\/h2\u003e\n\u003cp\u003eThe MX-K356-01-ZF scales the PureTech™ Near Zero EMF heater system to a 3-person corner cabinet. Nine carbon FAR infrared panels (each certified under 2 mG at 2–3 inches) are distributed across the rear, both side walls, and the under-bench position. The 56″×56″ square footprint fits flush into any corner — no wasted wall space. At 2000W on a 20A circuit, this is the most heater-dense Near Zero EMF 3-person model in the standard Maxxus lineup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k356-01-zf-hemlock-03.webp?v=1778659017\" alt=\"Maxxus 3-Person Corner Near Zero EMF FAR Infrared Sauna | Canadian Hemlock interior\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eWhat's Inside\u003c\/p\u003e\n\u003ch2\u003eNine Heaters, Corner Footprint, Near Zero EMF\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k356-01-zf-hemlock-04.webp?v=1778659021\" alt=\"PureTech™ Near Zero EMF Heaters\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003ePureTech™ Near Zero EMF Heaters\u003c\/h3\u003e\n\u003cp\u003eNine large-surface PureTech™ carbon FAR infrared panels emit under 2 mG at 2–3 inches from each panel. Arranged for three-person coverage: rear wall (3), both side walls (2 each), and under-bench (1). Even heat from every direction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k356-01-zf-heater.webp?v=1778658992\" alt=\"Chromotherapy LED Lighting\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy LED Lighting\u003c\/h3\u003e\n\u003cp\u003eFull-spectrum chromotherapy cycles through the visible color range to complement your infrared session. Adjust color, intensity, and cycle speed from the interior LED panel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k356-01-zf-chromotherapy-light.webp?v=1778658995\" alt=\"Dual LED Control Panels + FM Radio\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eDual LED Control Panels + FM Radio\u003c\/h3\u003e\n\u003cp\u003eSeparate LED control panels inside and outside the cabin. FM radio with 30 presets, Bluetooth streaming, MP3\/AUX input, SD card slot, and USB charging — all accessible from the interior panel without interrupting your session.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\" id=\"compare\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare\u003c\/p\u003e\n\u003ch2\u003eNear Zero Hemlock vs. Near Zero Cedar — Wood \u0026amp; Controls\u003c\/h2\u003e\n\u003cp\u003eSame 9 PureTech™ heaters, same corner cabin, same under-2-mG EMF rating. The differences are wood type and control interface.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eNZ Hemlock — MX-K356-01-ZF\u003c\/th\u003e\n\u003cth\u003eNZ Cedar — MX-K356-01-ZF-CED\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eCanadian Hemlock\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl System\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eDual LED Panels (interior + exterior)\u003c\/td\u003e\n\u003ctd\u003e2024 Touch Screen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFM Radio\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eYes — 30 presets + Bluetooth + AUX + SD + USB\u003c\/td\u003e\n\u003ctd\u003eBluetooth + AUX only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eUnder 2 mG\u003c\/td\u003e\n\u003ctd\u003eUnder 2 mG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e9 PureTech™ Carbon\u003c\/td\u003e\n\u003ctd\u003e9 PureTech™ Carbon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e2000W \/ 20A\u003c\/td\u003e\n\u003ctd\u003e2000W \/ 20A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e56″×56″×68″\u003c\/td\u003e\n\u003ctd\u003e56″×56″×68″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temp\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e140°F\u003c\/td\u003e\n\u003ctd\u003e140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e Identical heater technology and EMF rating. Choose hemlock for the exterior dual LED panel (pre-heat without stepping inside) and a neutral, pale wood tone. Choose cedar for the 2024 touch screen and the classic cedar scent. See the \u003ca href=\"\/products\/maxxus-3-person-corner-near-zero-emf-far-infrared-sauna-canadian-red-cedar\"\u003eNear Zero Cedar Corner\u003c\/a\u003e.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eMX-K356-01-ZF\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e56″W × 56″D × 68″H (corner)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeating Capacity\u003c\/td\u003e\n\u003ctd\u003e3 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Type\u003c\/td\u003e\n\u003ctd\u003ePureTech™ Near Zero EMF Carbon FAR Infrared\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Heaters\u003c\/td\u003e\n\u003ctd\u003e9\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Rating\u003c\/td\u003e\n\u003ctd\u003eUnder 2 mG at 2–3 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Wavelength\u003c\/td\u003e\n\u003ctd\u003e8–14 microns (FAR infrared)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003e140°F (60°C)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Requirements\u003c\/td\u003e\n\u003ctd\u003e120V \/ 2000W \/ 20A dedicated circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChromotherapy\u003c\/td\u003e\n\u003ctd\u003eMulti-color LED system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl System\u003c\/td\u003e\n\u003ctd\u003eDual LED panels — interior + exterior\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio System\u003c\/td\u003e\n\u003ctd\u003eFM radio (30 presets) + Bluetooth + MP3\/AUX + SD card + USB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIonizer\u003c\/td\u003e\n\u003ctd\u003eYes — oxygen ionizer included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood Material\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Time\u003c\/td\u003e\n\u003ctd\u003e~2–3 hours (2 people recommended)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertifications\u003c\/td\u003e\n\u003ctd\u003eETL \/ CETL \/ CE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k356-01-zf-hemlock.webp?v=1778659010\" alt=\"Maxxus 3-Person Corner Near Zero EMF FAR Infrared Sauna | Canadian Hemlock in the box\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eEverything in the Box\u003c\/h2\u003e\n\u003cp\u003eYour Maxxus K356 3-Person Corner Hemlock Sauna ships in 3 boxes with all components pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Hemlock corner panels\u003c\/li\u003e\n\u003cli\u003eCarbon FAR infrared heating panels\u003c\/li\u003e\n\u003cli\u003eTempered glass door with frame\u003c\/li\u003e\n\u003cli\u003eInterior and exterior LED control panels\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting kit\u003c\/li\u003e\n\u003cli\u003eStereo speaker system with FM radio, Bluetooth, and MP3\/AUX input\u003c\/li\u003e\n\u003cli\u003eOxygen ionizer\u003c\/li\u003e\n\u003cli\u003eLED reading light\u003c\/li\u003e\n\u003cli\u003eAssembly hardware and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with 20A outlet adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the carrier’s bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e with questions before, during, or after delivery.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. No electrician needed — plug into the included outlet adapter.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes this sauna require a corner installation?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. The MX-K356-01-ZF is a corner unit with a 56″×56″ square footprint designed to fit flush against two walls in a corner. It cannot be installed as a freestanding unit away from a corner.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical outlet does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA 120V \/ 20A dedicated circuit with a GFCI-protected outlet. Some homes may need an electrician to add a 20A circuit if one is not already available near your installation location.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 1–2 hours. The illustrated guide walks you through every step. The heaviest panels are manageable with two people.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow does the Near Zero EMF rating work in a 3-person model?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eEach of the nine PureTech™ carbon panels is individually rated under 2 mG at 2–3 inches. More heaters means more overall power, but the per-panel EMF measurement remains under 2 mG. The 20A circuit handles the combined 2000W load.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhy does the hemlock corner model have dual LED panels instead of a touch screen?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe hemlock variant of the MX-K356-01-ZF uses dual LED control panels on both the interior and exterior of the cabin. This allows you to pre-heat and set temperature and timer from outside before entering. The cedar variant uses the 2024 touch screen on the interior with a separate exterior LED panel.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states is included. The carrier brings the boxes to your curb or driveway. Inside delivery and room placement (White Glove) is available as a paid upgrade — contact us before placing your order.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus provides a limited warranty covering heaters, wood panels, and electrical components. Contact us or visit the Maxxus website for current warranty terms and registration details.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout, subject to approval. You can split your purchase over 3 to 24 months. Select Affirm at checkout to see your options with no impact to your credit score.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n        \u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n        \u003cp\u003eCurbside delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n        \u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n        \u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur recovery specialists will match you with the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with an Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940298846575,"sku":"MX-K356-01-ZF","price":3899.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k356-01-zf-hemlock-02.webp?v=1778659014"},{"product_id":"maxxus-4-person-near-zero-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus 4-Person Near Zero EMF FAR Infrared Sauna | Canadian Hemlock","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:cover;object-position:top}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:520px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k406-01-zf-hemlock.webp?v=1778659333\" alt=\"Maxxus 4-Person Near Zero EMF FAR Infrared Sauna | Canadian Hemlock\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus Saunas | 4-Person | Near Zero EMF\u003c\/p\u003e\n\u003ch2\u003eThe Maxxus 4-Person Near Zero EMF Infrared Sauna in Canadian Hemlock\u003c\/h2\u003e\n\u003cp\u003eNine PureTech™ carbon panels emit under 2 milligauss — among the lowest EMF outputs in a home infrared sauna at any size. FM radio, Bluetooth, AUX, SD card, and USB audio through dual interior and exterior LED control panels. A genuine 4-person cabin for households that take daily recovery seriously.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003e9 PureTech™ FAR infrared heaters — nine-point coverage for 4 people\u003c\/li\u003e\n\u003cli\u003eUnder 2 mG Near Zero EMF — clinic-grade specification\u003c\/li\u003e\n\u003cli\u003eFM radio + Bluetooth + AUX + SD card + USB with dual LED controls\u003c\/li\u003e\n\u003cli\u003eCanadian hemlock — strong, stable, ages to a warm honey tone\u003c\/li\u003e\n\u003cli\u003e68\" × 37\" × 68\" — true 4-person family-size interior\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specs\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e4\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCapacity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e\u0026lt;2mG\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eNear Zero EMF\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e9\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eHeaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e20A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCircuit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eNine Near Zero EMF Heaters for a True 4-Person Cabin\u003c\/h2\u003e\n\u003cp\u003eFAR infrared wavelengths (5–14 microns) penetrate 1.5–2 inches below the skin, reaching muscle tissue, joints, and fascia. Nine PureTech™ panels distribute heat across all four seat positions — no cold zones, no hot spots near panels. EMF: under 2 milligauss at 6–8 inches from panels — the specification chosen by daily users, health-focused families, and clinical recovery programs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k406-01-zf-hemlock-04.webp?v=1778659343\" alt=\"Maxxus 4-Person Near Zero EMF FAR Infrared Sauna | Canadian Hemlock interior\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eBuilt-In Features\u003c\/p\u003e\n\u003ch2\u003eWhat Sets the 4-Person NZE Hemlock Apart\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k406-01-zf-heater.webp?v=1778659316\" alt=\"9 PureTech™ Near Zero EMF Heaters\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e9 PureTech™ Near Zero EMF Heaters\u003c\/h3\u003e\n\u003cp\u003eUltra-thin carbon panels emit under 2 milligauss. Nine panels cover rear walls, side walls, and floor to deliver full surround FAR infrared coverage at every seat position.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k406-01-zf-chromotherapy-light.webp?v=1778659319\" alt=\"Chromotherapy LED Lighting\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy LED Lighting\u003c\/h3\u003e\n\u003cp\u003eBuilt-in color LED system cycles through therapeutic light programs. Pair with your chosen temperature for a complete multi-sensory recovery environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k406-01-zf-control-panel.webp?v=1778659322\" alt=\"Dual LED Panels + FM Radio\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eDual LED Panels + FM Radio\u003c\/h3\u003e\n\u003cp\u003eInterior and exterior LED panels let you pre-heat and monitor temperature from outside. FM radio, Bluetooth, AUX, SD card, and USB audio through built-in speakers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare Models\u003c\/p\u003e\n\u003ch2\u003e4-Person K406 Series — Which Model Is Right?\u003c\/h2\u003e\n\u003cp\u003eAll three K406 models share the same 4-person cabin and nine PureTech™ heaters. The differences are EMF output, wood type, and audio\/control system.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eLow EMF Cedar — $4,699\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eNZE Hemlock (This Model)\u003c\/th\u003e\n\u003cth\u003eNZE Cedar — $5,499\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice\u003c\/td\u003e\n\u003ctd\u003e$4,699\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e$4,499\u003c\/td\u003e\n\u003ctd\u003e$5,499\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Rating\u003c\/td\u003e\n\u003ctd\u003e5–10 mG\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e\u0026lt;2 mG Near Zero\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;2 mG Near Zero\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eCanadian Hemlock\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControls\u003c\/td\u003e\n\u003ctd\u003eTouch Screen (2024)\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eDual LED Panels\u003c\/td\u003e\n\u003ctd\u003eTouch Screen (2024)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eBT + MP3\/AUX\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eFM + BT + AUX + SD\/USB\u003c\/td\u003e\n\u003ctd\u003eFM + BT + AUX\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e9 PureTech™\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e9 PureTech™\u003c\/td\u003e\n\u003ctd\u003e9 PureTech™\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCircuit\u003c\/td\u003e\n\u003ctd\u003e20A Dedicated\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e20A Dedicated\u003c\/td\u003e\n\u003ctd\u003e20A Dedicated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eBronze-tinted\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eBronze-tinted\u003c\/td\u003e\n\u003ctd\u003eBronze-tinted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e This is the best value in the 4-person Near Zero EMF lineup. You get the same under-2-mG spec as the \u003ca href=\"\/products\/maxxus-4-person-near-zero-emf-far-infrared-sauna-canadian-red-cedar\"\u003eNZE Cedar\u003c\/a\u003e for $1,000 less — the difference is hemlock vs. cedar and the audio\/control interface. If cedar is important to you, the NZE Cedar is the upgrade path. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to talk it through.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eExterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e68\" W × 37\" D × 68\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e4 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eNatural Canadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eBronze-tinted tempered glass door\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e9 PureTech™ FAR infrared carbon fiber panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd\u003eUnder 2 milligauss @ 6–8 inches from panels (Near Zero EMF)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd\u003e2,160W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eElectrical\u003c\/td\u003e\n\u003ctd\u003e120V \/ 20A dedicated GFCI circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eFM radio, Bluetooth, AUX, SD card, USB — built-in speakers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControls\u003c\/td\u003e\n\u003ctd\u003eDual LED panels (interior + exterior)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eInterior chromotherapy LED color system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Time\u003c\/td\u003e\n\u003ctd\u003e60–90 minutes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003eLifetime structure \/ 7-yr heaters \/ 5-yr electrical\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k406-01-zf-hemlock-02.webp?v=1778659336\" alt=\"Maxxus 4-Person Near Zero EMF FAR Infrared Sauna | Canadian Hemlock contents\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eWhat Comes With the Maxxus K406 Hemlock NZE\u003c\/h2\u003e\n\u003cp\u003eYour sauna ships in multiple boxes, fully pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Hemlock wood panels\u003c\/li\u003e\n\u003cli\u003ePureTech™ FAR infrared carbon fiber heating panels\u003c\/li\u003e\n\u003cli\u003eBronze-tinted tempered glass door with hardware\u003c\/li\u003e\n\u003cli\u003eInterior LED control panel\u003c\/li\u003e\n\u003cli\u003eExterior LED control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting system\u003c\/li\u003e\n\u003cli\u003eFM Radio \/ Bluetooth \/ AUX \/ SD \/ USB audio system with built-in speakers\u003c\/li\u003e\n\u003cli\u003eAssembly hardware kit and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with plug adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers palletized to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment confirmation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e immediately with any delivery concerns.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. Electrical: 120V \/ 20A dedicated circuit (requires electrician if not already available).\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow does the NZE Hemlock compare to the Low EMF Cedar?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eSame K406 cabin and nine heaters. The NZE Hemlock ($4,499) delivers under-2-mG EMF — versus 5–10 mG for the \u003ca href=\"\/products\/maxxus-4-person-low-emf-far-infrared-sauna-canadian-red-cedar\"\u003eLow EMF Cedar\u003c\/a\u003e ($4,699). The NZE model also includes a more complete audio system (FM + SD card) with dual interior\/exterior LED panels. Unless cedar aesthetics are a priority, the NZE Hemlock offers more specification for less money.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does Near Zero EMF mean?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe PureTech™ heaters on this model emit electromagnetic fields under 2 milligauss measured 6–8 inches from the panels — among the lowest outputs available in a home infrared sauna. This is lower than Low EMF (5–10 mG) models and is the specification preferred by long-session users and health-conscious buyers.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical circuit does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA dedicated 120V \/ 20A GFCI-protected circuit. Most homes will need an electrician to install a 20A circuit if one isn't already near your planned location. This is a one-time cost that adds to the total installation investment.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes this sauna include chromotherapy lighting?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Built-in LED chromotherapy cycles through color programs during your session. The lighting is controllable from the panel — choose a single color, a sequence, or turn it off for a simple heat session.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 60–90 minutes with two people. The illustrated guide walks through every step.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty on this sauna?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus covers the structural frame for the lifetime of the original owner, heaters for 7 years, and electrical components for 5 years. Contact us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e for warranty registration and service.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does free shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states. The carrier delivers palletized boxes to your curb or driveway. Inspect all boxes before signing the bill of lading and note any visible damage in writing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan I use this sauna every day?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. FAR infrared saunas are designed for daily use. Most people session 20–45 minutes at 120–140°F. Start with shorter sessions if you're new to infrared, and always hydrate before and after.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout — select Affirm to see personalized options with no impact to your credit score. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to discuss before purchasing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n\u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n\u003cp\u003eFreight delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n\u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur sauna specialists will match you to the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with a Sauna Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940298879343,"sku":"MX-K406-01-ZF","price":4499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k406-01-zf-hemlock-05.webp?v=1778659347"},{"product_id":"maxxus-s-line-yoga-1-person-ultra-low-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus S-Line 1-Person Ultra Low EMF FAR Infrared Sauna | Canadian Hemlock","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:cover;object-position:top}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:480px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s106-01-right-copy_cf65d924-66bc-4a47-af5d-e469d607c656.webp?v=1778659555\" alt=\"Maxxus S-Line Yoga 1-Person PureTech™ Ultra Low EMF Infrared Sauna\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus S-Line | 1-Person | Ultra Low EMF\u003c\/p\u003e\n\u003ch2\u003e1-Person Yoga Infrared Sauna with PureTech™ Ultra Low EMF Panels\u003c\/h2\u003e\n\u003cp\u003eThe S106-ULE delivers the full S-Line yoga sauna experience with PureTech™ ultra low EMF heaters — emitting under 3 milligauss at 6–8 inches from the panels. Remove the bench, lay down your mat, and session in the cleanest infrared environment Maxxus makes.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003eRemovable bench — converts to yoga floor space\u003c\/li\u003e\n\u003cli\u003e7 PureTech™ Ultra Low EMF panels (under 3 mg @ 6–8 inches)\u003c\/li\u003e\n\u003cli\u003eChromotherapy + red light | FM radio + Bluetooth\u003c\/li\u003e\n\u003cli\u003e120V \/ 15A plug-and-play — no electrician needed\u003c\/li\u003e\n\u003cli\u003eCanadian Hemlock | up to 140°F\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specs\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e1\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePerson\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e7\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePureTech™\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e140°F\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eMax Temp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e15A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCircuit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eThe Cleanest FAR Infrared Sauna in the S-Line\u003c\/h2\u003e\n\u003cp\u003ePureTech™ panels reposition the heating elements so that EMF fields cancel out before reaching the occupant — measured under 3 milligauss at 6–8 inches from the panel surface. Seven panels cover the rear wall (2), both side walls (1 each), front wall (1), and floor (2). Same removable bench as all S-Line models. Same Canadian Hemlock construction. The only upgrade is what you can't see.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s106-01-view-05_eab73713-523e-4ecc-824c-1796772be4dc.webp?v=1778659525\" alt=\"Maxxus S-Line Yoga 1-Person PureTech™ Ultra Low EMF Infrared Sauna interior view\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eBuilt-In Features\u003c\/p\u003e\n\u003ch2\u003eThree Features That Define the S106-ULE\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s106-01-300w-heater-panel_8989449b-7cbc-4a6c-b3f9-1818d094c849.webp?v=1778659538\" alt=\"PureTech™ Ultra Low EMF\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003ePureTech™ Ultra Low EMF\u003c\/h3\u003e\n\u003cp\u003eUnder 3 milligauss at 6–8 inches — the lowest EMF output in the Maxxus lineup. Ideal for daily long sessions or those who want maximum peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s106-01-chromotherapy-light_fa1a2443-aa69-4d12-a5a1-58268b1630c1.webp?v=1778659542\" alt=\"Chromotherapy + Red Light\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy + Red Light\u003c\/h3\u003e\n\u003cp\u003eFull-spectrum chromotherapy with red light mode. Adjust during your session or pre-set your preferred light environment from the interior panel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s106-01-mp3-aux-connection_41fd4529-8ebc-453d-b5b4-78f002ed339d.webp?v=1778659545\" alt=\"FM Radio + Bluetooth\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eFM Radio + Bluetooth\u003c\/h3\u003e\n\u003cp\u003eFM tuner, Bluetooth, and MP3\/AUX connectivity with built-in speakers — the most complete audio setup in the 1-person S-Line.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare Models\u003c\/p\u003e\n\u003ch2\u003eS106 Ultra Low EMF vs. S106 Low EMF — Is the Upgrade Worth It?\u003c\/h2\u003e\n\u003cp\u003eBoth are 1-person S-Line yoga saunas with removable bench and Canadian Hemlock construction. The difference is heating panel technology, EMF output, and audio features.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eS106 ULE (This Model)\u003c\/th\u003e\n\u003cth\u003eS106 Low EMF\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Technology\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003ePureTech™ ultra low EMF\u003c\/td\u003e\n\u003ctd\u003eLow EMF carbon fiber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eUnder 3 mg @ 6–8\"\u003c\/td\u003e\n\u003ctd\u003e5–10 mg @ 2–3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Layout\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e2 rear \/ 1 each side \/ 1 front \/ 2 floor\u003c\/td\u003e\n\u003ctd\u003e3 rear \/ 1 each side \/ 1 bench \/ 1 floor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio System\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eFM radio + Bluetooth + MP3\/AUX\u003c\/td\u003e\n\u003ctd\u003eBluetooth + MP3\/AUX\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eCanadian Hemlock\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e120V \/ 15A plug-and-play\u003c\/td\u003e\n\u003ctd\u003e120V \/ 15A plug-and-play\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eUp to 140°F\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eOur honest take:\u003c\/strong\u003e The ULE is the right choice if you plan daily 45+ minute sessions or are sensitive to EMF. The FM radio is a bonus. For occasional use or shorter sessions, the Low EMF model performs identically for heat and yoga. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to compare.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e1 person\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eNatural Reforested Canadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eBronze tempered glass door\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e7 PureTech™ Ultra Low EMF FAR infrared carbon fiber panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd\u003eUnder 3 milligauss @ 6–8 inches from panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Layout\u003c\/td\u003e\n\u003ctd\u003e2 rear wall, 1 each side wall, 1 front wall, 2 floor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F (118–132°F ideal range)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl Panel\u003c\/td\u003e\n\u003ctd\u003eInterior LED control panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSound System\u003c\/td\u003e\n\u003ctd\u003eFM radio with Bluetooth and MP3\/AUX input, built-in speakers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eInterior chromotherapy color system + red light feature\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e120V \/ 15A non-GFCI plug \u0026amp; play (dedicated outlet recommended)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLocation\u003c\/td\u003e\n\u003ctd\u003eIndoor use only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s106-01-background-view_fc05b81a-0826-4082-be2e-0996ff30d121.webp?v=1778659502\" alt=\"Maxxus S-Line Yoga 1-Person PureTech™ Ultra Low EMF Infrared Sauna box contents\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eWhat Comes With the Maxxus S106-ULE\u003c\/h2\u003e\n\u003cp\u003eYour sauna ships in multiple boxes, fully pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Hemlock wood panels\u003c\/li\u003e\n\u003cli\u003eFAR infrared carbon fiber heating panels\u003c\/li\u003e\n\u003cli\u003eBronze tempered glass door with frame\u003c\/li\u003e\n\u003cli\u003eInterior LED control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy color LED lighting kit + red light feature\u003c\/li\u003e\n\u003cli\u003eFM radio \/ Bluetooth \/ MP3 \/ AUX sound system with built-in speakers\u003c\/li\u003e\n\u003cli\u003eAssembly hardware and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with outlet adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers palletized to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment confirmation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e immediately with any delivery concerns.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. Electrical: standard 120V \/ 15A outlet — plug-and-play, no electrician needed.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow does the removable bench work for yoga?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe S-Line bench is designed to be removed without tools, converting the cabin floor into open space for mat-based practice. The floor dimensions are generous enough for most standing poses, seated stretches, and lying postures. The infrared heat warms the cabin to your chosen temperature before your session — no traditional steam, no humidity.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does Ultra Low EMF (PureTech™) mean?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003ePureTech™ Ultra Low EMF heaters are Maxxus's most advanced panels, emitting under 3 milligauss measured 6–8 inches from the panels. This is the lowest EMF option in the Maxxus lineup, designed for people who want maximum peace of mind during long daily sessions.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical outlet does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA standard 120V \/ 15A outlet — plug-and-play. Use a dedicated circuit (not shared with other high-draw appliances) and a GFCI-protected outlet. No electrician required.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 1–2 hours with two people. The illustrated guide walks through every step. The heaviest panels are manageable with two people.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does free shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states is included. The carrier brings the boxes to your curb or driveway. Inspect all boxes before signing the bill of lading and note any damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e with any delivery concerns.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus provides a limited warranty covering the structural frame, heaters, and electrical components. Contact us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e or visit the Maxxus website for current warranty terms and registration.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout, subject to approval. Select Affirm at checkout to see your options with no impact to your credit score. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e if you'd like to discuss before purchasing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n\u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n\u003cp\u003eFreight delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n\u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur sauna specialists will match you to the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with a Sauna Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940298912111,"sku":"MX-S106-01","price":2499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s106-01-view-05_eab73713-523e-4ecc-824c-1796772be4dc.webp?v=1778659525"},{"product_id":"maxxus-s-line-yoga-2-person-ultra-low-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus S-Line 2-Person Ultra Low EMF FAR Infrared Sauna | Canadian Hemlock","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:cover;object-position:top}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:480px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s206-01-right-7052-copy_1b23a03a-e195-4e38-a63b-27b6e044fdf6.webp?v=1778659751\" alt=\"Maxxus S-Line Yoga 2-Person PureTech™ Ultra Low EMF Infrared Sauna\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus S-Line | 2-Person | Ultra Low EMF\u003c\/p\u003e\n\u003ch2\u003e2-Person Yoga Infrared Sauna with PureTech™ Ultra Low EMF Heaters\u003c\/h2\u003e\n\u003cp\u003eThe S206-ULE combines the 2-person S-Line yoga format with PureTech™ ultra low EMF panels emitting under 3 milligauss. Partner yoga sessions, daily recovery, or solo hot yoga practice — all in the cleanest infrared environment the 2-person S-Line offers.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003eRemovable bench — converts to yoga floor space\u003c\/li\u003e\n\u003cli\u003e7 PureTech™ Ultra Low EMF panels (under 3 mg @ 6–8 inches)\u003c\/li\u003e\n\u003cli\u003eChromotherapy + red light | Bluetooth \/ MP3 \/ AUX\u003c\/li\u003e\n\u003cli\u003e120V \/ 15A plug-and-play — no electrician needed\u003c\/li\u003e\n\u003cli\u003eCanadian Hemlock | up to 140°F\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specs\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e2\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePersons\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e7\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePureTech™\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e140°F\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eMax Temp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e15A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCircuit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eUltra Low EMF for Daily Long Sessions\u003c\/h2\u003e\n\u003cp\u003ePureTech™ panels reposition heating elements so EMF fields cancel before reaching the occupant — under 3 milligauss at 6–8 inches from the panel surface. Seven panels cover the rear wall (2), both side walls (1 each), front wall (1), and floor (2). The same removable bench design as all S-Line models. The same Canadian Hemlock construction. Built for people who treat their sauna like a daily practice.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s206-01-view-03_e98c1439-e01a-4dc9-a0e7-8732d3a4c6ec.webp?v=1778659710\" alt=\"Maxxus S-Line Yoga 2-Person PureTech™ Ultra Low EMF Infrared Sauna interior view\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eBuilt-In Features\u003c\/p\u003e\n\u003ch2\u003eThree Features That Define the S206-ULE\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s206-01-300w-heater-panel_43bc522d-e54a-49d2-83b1-d46eb725a5e4.webp?v=1778659730\" alt=\"PureTech™ Ultra Low EMF\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003ePureTech™ Ultra Low EMF\u003c\/h3\u003e\n\u003cp\u003eUnder 3 milligauss at 6–8 inches — the lowest EMF output in the 2-person S-Line. Ideal for daily 45+ minute sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s206-01-chromotherapy-light_5ab8bde2-f631-48d1-8c60-2a5ee6672995.webp?v=1778659733\" alt=\"Chromotherapy + Red Light\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy + Red Light\u003c\/h3\u003e\n\u003cp\u003eFull-spectrum chromotherapy and red light mode. Choose your light environment from the interior LED panel — energizing, calming, or therapeutic.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s206-01-mp3-aux-connection_fd2979ad-7f06-40ff-bdca-1016c5cae5dd.webp?v=1778659737\" alt=\"Bluetooth Sound System\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eBluetooth Sound System\u003c\/h3\u003e\n\u003cp\u003eBluetooth and MP3\/AUX connectivity with built-in speakers. Sync your device from inside the cabin without opening the door.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare Models\u003c\/p\u003e\n\u003ch2\u003eS206 Ultra Low EMF vs. S206 Full Spectrum — FAR IR vs. Full Spectrum\u003c\/h2\u003e\n\u003cp\u003eBoth are 2-person S-Line yoga saunas with removable bench. The S206-ULE prioritizes EMF reduction in Canadian Hemlock; the S206-FS-PC prioritizes infrared breadth in Pacific Cedar.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eS206 ULE (This Model)\u003c\/th\u003e\n\u003cth\u003eS206 Full Spectrum (Pacific Cedar)\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eCanadian Hemlock\u003c\/td\u003e\n\u003ctd\u003ePacific Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Type\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e7 PureTech™ FAR IR only\u003c\/td\u003e\n\u003ctd\u003e4 FAR IR + 3 NEAR IR elements\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Range\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eFAR infrared only\u003c\/td\u003e\n\u003ctd\u003eFAR + NEAR infrared\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eUnder 3 mg @ 6–8\"\u003c\/td\u003e\n\u003ctd\u003eNear-zero @ 2–3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eBluetooth + MP3\/AUX\u003c\/td\u003e\n\u003ctd\u003eBluetooth + MP3\/AUX\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e120V \/ 15A plug-and-play\u003c\/td\u003e\n\u003ctd\u003e120V \/ 15A plug-and-play\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eUp to 140°F\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eOur honest take:\u003c\/strong\u003e Choose this ULE model if minimizing EMF is your top priority and you prefer Hemlock construction. Choose Full Spectrum if you want the broadest infrared wavelength range and the aromatic quality of Pacific Cedar. Both include the removable yoga bench. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e and we'll walk through the science.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e2 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eNatural Reforested Canadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eBronze tempered glass door\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e7 PureTech™ Ultra Low EMF FAR infrared carbon fiber panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd\u003eUnder 3 milligauss @ 6–8 inches from panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Layout\u003c\/td\u003e\n\u003ctd\u003e2 rear wall, 1 each side wall, 1 front wall, 2 floor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F (118–132°F ideal range)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl Panel\u003c\/td\u003e\n\u003ctd\u003eInterior LED control panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSound System\u003c\/td\u003e\n\u003ctd\u003eBluetooth and MP3\/AUX input with built-in speakers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eInterior chromotherapy color system + red light feature\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e120V \/ 15A non-GFCI plug \u0026amp; play (dedicated outlet recommended)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLocation\u003c\/td\u003e\n\u003ctd\u003eIndoor use only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s206-01-background-view_ecba0acf-abd6-404f-baac-2da446a2ad44.webp?v=1778659696\" alt=\"Maxxus S-Line Yoga 2-Person PureTech™ Ultra Low EMF Infrared Sauna box contents\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eWhat Comes With the Maxxus S206-ULE\u003c\/h2\u003e\n\u003cp\u003eYour sauna ships in multiple boxes, fully pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Hemlock wood panels\u003c\/li\u003e\n\u003cli\u003eFAR infrared carbon fiber heating panels\u003c\/li\u003e\n\u003cli\u003eBronze tempered glass door with frame\u003c\/li\u003e\n\u003cli\u003eInterior LED control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy color LED lighting kit + red light feature\u003c\/li\u003e\n\u003cli\u003eBluetooth \/ MP3 \/ AUX sound system with built-in speakers\u003c\/li\u003e\n\u003cli\u003eAssembly hardware and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with outlet adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers palletized to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment confirmation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e immediately with any delivery concerns.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. Electrical: standard 120V \/ 15A outlet — plug-and-play, no electrician needed.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow does the removable bench work for yoga?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe S-Line bench is designed to be removed without tools, converting the cabin floor into open space for mat-based practice. The floor dimensions are generous enough for most standing poses, seated stretches, and lying postures. The infrared heat warms the cabin to your chosen temperature before your session — no traditional steam, no humidity.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does Ultra Low EMF (PureTech™) mean?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003ePureTech™ Ultra Low EMF heaters are Maxxus's most advanced panels, emitting under 3 milligauss measured 6–8 inches from the panels. This is the lowest EMF option in the Maxxus lineup, designed for people who want maximum peace of mind during long daily sessions.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical outlet does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA standard 120V \/ 15A outlet — plug-and-play. Use a dedicated circuit (not shared with other high-draw appliances) and a GFCI-protected outlet. No electrician required.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 1–2 hours with two people. The illustrated guide walks through every step. The heaviest panels are manageable with two people.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does free shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states is included. The carrier brings the boxes to your curb or driveway. Inspect all boxes before signing the bill of lading and note any damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e with any delivery concerns.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus provides a limited warranty covering the structural frame, heaters, and electrical components. Contact us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e or visit the Maxxus website for current warranty terms and registration.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout, subject to approval. Select Affirm at checkout to see your options with no impact to your credit score. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e if you'd like to discuss before purchasing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n\u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n\u003cp\u003eFreight delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n\u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur sauna specialists will match you to the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with a Sauna Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940298944879,"sku":"MX-S206-01","price":3299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s206-01-view-03_e98c1439-e01a-4dc9-a0e7-8732d3a4c6ec.webp?v=1778659710"},{"product_id":"maxxus-s-line-yoga-3-person-ultra-low-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus S-Line 3-Person Ultra Low EMF FAR Infrared Sauna | Canadian Hemlock","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:cover;object-position:top}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:480px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s306-01-left-copy_c11cd27e-dad4-4471-a31f-cec4a00c8bfd.webp?v=1778659942\" alt=\"Maxxus S-Line Yoga 3-Person PureTech™ Ultra Low EMF Infrared Sauna\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus S-Line | 3-Person | Ultra Low EMF\u003c\/p\u003e\n\u003ch2\u003e3-Person Yoga Infrared Sauna with PureTech™ Ultra Low EMF Panels\u003c\/h2\u003e\n\u003cp\u003eThe S306-ULE delivers the 3-person S-Line yoga experience with PureTech™ ultra low EMF panels emitting under 3 milligauss. The largest open yoga floor in the Maxxus lineup, the cleanest EMF profile, and eight heaters covering every surface of the cabin.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003eRemovable bench — largest yoga floor in the S-Line\u003c\/li\u003e\n\u003cli\u003e8 PureTech™ Ultra Low EMF panels (under 3 mg @ 6–8 inches)\u003c\/li\u003e\n\u003cli\u003eChromotherapy + red light | Bluetooth \/ MP3 \/ AUX\u003c\/li\u003e\n\u003cli\u003e120V \/ 20A dedicated circuit\u003c\/li\u003e\n\u003cli\u003eCanadian Hemlock | up to 140°F\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specs\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e3\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePersons\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e8\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePureTech™\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e140°F\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eMax Temp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e20A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCircuit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eUltra Low EMF in the Largest S-Line Format\u003c\/h2\u003e\n\u003cp\u003ePureTech™ panels cancel EMF fields before they reach the occupant — under 3 milligauss at 6–8 inches from the panel surface. Eight panels cover the rear wall (3), both side walls (1 each), front wall (1), and floor (2). The S306-ULE is built for households or small studios where people session daily — and where minimizing cumulative EMF exposure is a priority over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s306-01-view_ce93dcfa-bf9f-4b9a-99b4-cedf0dd3e4eb.webp?v=1778659892\" alt=\"Maxxus S-Line Yoga 3-Person PureTech™ Ultra Low EMF Infrared Sauna interior view\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eBuilt-In Features\u003c\/p\u003e\n\u003ch2\u003eThree Features That Define the S306-ULE\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s306-01-bench-removed_49b63db1-7bb8-4760-a456-7c1edc4540d0.webp?v=1778659959\" alt=\"Removable Bench — Full Yoga Floor\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eRemovable Bench — Full Yoga Floor\u003c\/h3\u003e\n\u003cp\u003eThe largest open floor in the S-Line family. Remove the bench for a full mat yoga practice, lying flat, or partner stretching at full infrared temperature.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s306-01-300w-heater-panel_a57d941a-6079-478a-bc73-ace4777a5e5f.webp?v=1778659929\" alt=\"8 PureTech™ Panels\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e8 PureTech™ Panels\u003c\/h3\u003e\n\u003cp\u003eUltra low EMF output under 3 milligauss at 6–8 inches. Eight panels cover every surface — walls, front, and floor — for complete infrared coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s306-01-chromotherapy-light_d7e043f6-2a97-4fe9-9253-1ed787780ba1.webp?v=1778659932\" alt=\"Chromotherapy + Red Light\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy + Red Light\u003c\/h3\u003e\n\u003cp\u003eAdjustable chromotherapy LED system with dedicated red light mode. Full spectrum color range controlled from the interior LED panel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare Models\u003c\/p\u003e\n\u003ch2\u003eS306 Ultra Low EMF vs. S306 Full Spectrum — The Top Two 3-Person S-Line Options\u003c\/h2\u003e\n\u003cp\u003eBoth are the premium tier of the 3-person S-Line. The difference is infrared breadth vs. EMF minimization and wood species.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eS306 ULE (This Model)\u003c\/th\u003e\n\u003cth\u003eS306 Full Spectrum (Pacific Cedar)\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eCanadian Hemlock\u003c\/td\u003e\n\u003ctd\u003ePacific Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Type\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e8 PureTech™ FAR IR only\u003c\/td\u003e\n\u003ctd\u003e3 FAR IR + 6 NEAR IR elements\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Range\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eFAR infrared only\u003c\/td\u003e\n\u003ctd\u003eFAR + NEAR infrared\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eUnder 3 mg @ 6–8\"\u003c\/td\u003e\n\u003ctd\u003eNear-zero @ 2–3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eBluetooth + MP3\/AUX\u003c\/td\u003e\n\u003ctd\u003eBluetooth + MP3\/AUX\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e120V \/ 20A dedicated\u003c\/td\u003e\n\u003ctd\u003e120V \/ 20A dedicated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eUp to 140°F\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eOur honest take:\u003c\/strong\u003e Choose this ULE if ultra-low EMF and Hemlock construction are your priorities. Choose Full Spectrum for the broadest infrared wavelength range and Pacific Cedar's aromatic qualities. Both have the 3-person removable yoga bench and identical audio + chromotherapy features. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to compare.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e3 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eNatural Reforested Canadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eBronze tempered glass door\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e8 PureTech™ Ultra Low EMF FAR infrared carbon fiber panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd\u003eUnder 3 milligauss @ 6–8 inches from panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Layout\u003c\/td\u003e\n\u003ctd\u003e3 rear wall, 1 each side wall, 1 front wall, 2 floor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F (118–132°F ideal range)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl Panel\u003c\/td\u003e\n\u003ctd\u003eInterior LED control panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSound System\u003c\/td\u003e\n\u003ctd\u003eBluetooth and MP3\/AUX input with built-in speakers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eInterior chromotherapy color system + red light feature\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e120V \/ 20A non-GFCI dedicated receptacle (not 220\/240V)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLocation\u003c\/td\u003e\n\u003ctd\u003eIndoor use only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s306-01-background-view_ecb0e0af-bc23-4cfa-897f-8d9465831d69.webp?v=1778659895\" alt=\"Maxxus S-Line Yoga 3-Person PureTech™ Ultra Low EMF Infrared Sauna box contents\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eWhat Comes With the Maxxus S306-ULE\u003c\/h2\u003e\n\u003cp\u003eYour sauna ships in multiple boxes, fully pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Hemlock wood panels\u003c\/li\u003e\n\u003cli\u003eFAR infrared carbon fiber heating panels\u003c\/li\u003e\n\u003cli\u003eBronze tempered glass door with frame\u003c\/li\u003e\n\u003cli\u003eInterior LED control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy color LED lighting kit + red light feature\u003c\/li\u003e\n\u003cli\u003eBluetooth \/ MP3 \/ AUX sound system with built-in speakers\u003c\/li\u003e\n\u003cli\u003eAssembly hardware and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with outlet adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers palletized to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment confirmation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e immediately with any delivery concerns.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. Electrical: 120V \/ 20A dedicated circuit (requires electrician if not already available).\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow does the removable bench work for yoga?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe S-Line bench is designed to be removed without tools, converting the cabin floor into open space for mat-based practice. The floor dimensions are generous enough for most standing poses, seated stretches, and lying postures. The infrared heat warms the cabin to your chosen temperature before your session — no traditional steam, no humidity.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does Ultra Low EMF (PureTech™) mean?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003ePureTech™ Ultra Low EMF heaters are Maxxus's most advanced panels, emitting under 3 milligauss measured 6–8 inches from the panels. This is the lowest EMF option in the Maxxus lineup, designed for people who want maximum peace of mind during long daily sessions.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical outlet does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA dedicated 120V \/ 20A circuit with a GFCI-protected outlet. Most homes will need an electrician to add a 20A circuit if one isn't already available near your installation location.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 1–2 hours with two people. The illustrated guide walks through every step. The heaviest panels are manageable with two people.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does free shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states is included. The carrier brings the boxes to your curb or driveway. Inspect all boxes before signing the bill of lading and note any damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e with any delivery concerns.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus provides a limited warranty covering the structural frame, heaters, and electrical components. Contact us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e or visit the Maxxus website for current warranty terms and registration.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout, subject to approval. Select Affirm at checkout to see your options with no impact to your credit score. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e if you'd like to discuss before purchasing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n\u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n\u003cp\u003eFreight delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n\u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur sauna specialists will match you to the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with a Sauna Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940298977647,"sku":"MX-S306-01","price":3699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s306-01-left-copy_c11cd27e-dad4-4471-a31f-cec4a00c8bfd.webp?v=1778659942"},{"product_id":"maxxus-2-person-near-zero-emf-far-infrared-sauna-canadian-red-cedar","title":"Maxxus 2-Person Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;position:sticky;top:0;z-index:50;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:480px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"✓\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\n.mxx-sauna-nav{position:static!important}\n.mxx-sauna-cmp-grid{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;margin-top:32px}\n.mxx-sauna-cmp-col{padding:28px 20px;border-right:1px solid #EDE8E1}\n.mxx-sauna-cmp-col:last-child{border-right:0}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here{background:#1A1410}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here h3{color:#C8943A}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here p{color:#BCBFCA}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here .mxx-sauna-specs-tbl td{background:#fff;color:#1A1410;border-color:#EDE8E1}\n.mxx-sauna-cmp-badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:20px;margin-bottom:12px;background:#FAF7F2;color:#1A1410}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here .mxx-sauna-cmp-badge{background:#C8943A;color:#fff}\n.mxx-sauna-cmp-link{display:inline-block;margin-top:16px;font-size:13px;font-weight:600;color:#C8943A!important;text-decoration:none}\n.mxx-sauna-ship-ico{margin-bottom:12px;line-height:1}\n.mxx-sauna-ship-card{text-align:center}\n@media(max-width:768px){.mxx-sauna-cmp-grid{grid-template-columns:1fr}}\n\u003c\/style\u003e\n\u003cdiv class=\"mxx-sauna\"\u003e\n\n\u003c!-- 1. JUMP NAV --\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\n  \u003ca href=\"#technology\"\u003eTechnology\u003c\/a\u003e\n  \u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\n  \u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\n  \u003ca href=\"#compare\"\u003eCompare\u003c\/a\u003e\n  \u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\n\u003c\/nav\u003e\n\n\u003c!-- 2. HERO --\u003e\n\u003csection class=\"mxx-sauna-hero\"\u003e\n  \u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-hero-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k206-01-zf-mx-k206-01-zf-cedar-ts-03.webp?v=1778658886\" alt=\"Maxxus 2-Person Near Zero EMF sauna in Canadian Red Cedar with 2024 touch screen, front view\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n      \u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus Saunas — MX-K206-01-ZF Cedar\u003c\/p\u003e\n      \u003ch2\u003eNear Zero EMF FAR Infrared Sauna — 2024 Touch Screen, Canadian Red Cedar\u003c\/h2\u003e\n      \u003cp\u003eSix PureTech™ carbon heaters deliver deeply penetrating FAR infrared heat at under 2 milligauss of EMF — Maxxus’ lowest heater rating. The cedar model adds a 2024 touch screen controller and the warm aromatic presence of Canadian Red Cedar. Same cabin, same performance, refined control interface.\u003c\/p\u003e\n      \u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 3. STATS BAR --\u003e\n\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specifications\"\u003e\n  \u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-stat\"\u003e\n      \u003cspan class=\"mxx-sauna-stat-num\"\u003e\u0026lt;2 mG\u003c\/span\u003e\n      \u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePureTech™ EMF Rating\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mxx-sauna-stat\"\u003e\n      \u003cspan class=\"mxx-sauna-stat-num\"\u003e6\u003c\/span\u003e\n      \u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCarbon FAR IR Heaters\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mxx-sauna-stat\"\u003e\n      \u003cspan class=\"mxx-sauna-stat-num\"\u003e140°F\u003c\/span\u003e\n      \u003cspan class=\"mxx-sauna-stat-lbl\"\u003eMax Temperature\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mxx-sauna-stat\"\u003e\n      \u003cspan class=\"mxx-sauna-stat-num\"\u003e15A\u003c\/span\u003e\n      \u003cspan class=\"mxx-sauna-stat-lbl\"\u003eStandard Circuit\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 4. TECHNOLOGY --\u003e\n\u003csection id=\"technology\" class=\"mxx-sauna-cream\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-tech-img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k206-01-zf-background-view.webp?v=1778658844\" alt=\"Maxxus MX-K206 cedar sauna interior background view showing heater layout\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"mxx-sauna-eyebrow\"\u003ePureTech™ Near Zero EMF Technology\u003c\/p\u003e\n        \u003ch2\u003eFAR Infrared Heat at Under 2 mG — Measurably Cleaner\u003c\/h2\u003e\n        \u003cp\u003eEMF in infrared saunas comes primarily from the heaters — panels that heat up, draw current, and generate electromagnetic fields as a byproduct. Most carbon heaters measure 5–20 mG at contact distance. Maxxus’ Low EMF carbon tier reduces this to 5–10 mG. PureTech™ Near Zero EMF goes further: under 2 mG at 2–3 inches from the panel surface.\u003c\/p\u003e\n        \u003cp\u003eThe six carbon FAR infrared panels in the MX-K206 are arranged for full surround coverage: two full-height rear panels, one on each side wall, one under the bench, and one reflexology floor panel. Together they deliver even, enveloping heat with 45–60% infrared absorption efficiency — warming tissue, not just air.\u003c\/p\u003e\n        \u003cp\u003eRed light therapy at 662.7 nm wavelength is built into the chromotherapy LED system, delivering wavelengths associated in photobiomodulation research with cellular energy and skin-level recovery.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 5. FEATURES --\u003e\n\u003csection id=\"features\" class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat’s Inside\u003c\/p\u003e\n    \u003ch2\u003ePureTech™ Performance, Modern Touch Screen Control\u003c\/h2\u003e\n    \u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n        \u003cdiv class=\"mxx-sauna-feat-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k206-01-zf-heater_4ae59c97-59c1-48c5-9951-433a7875c6e8.webp?v=1778658852\" alt=\"PureTech carbon FAR infrared heater panel close-up\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n          \u003ch3\u003ePureTech™ Carbon FAR IR Heaters\u003c\/h3\u003e\n          \u003cp\u003eSix large-surface carbon panels emit FAR infrared at 8–14 micron wavelength — the range most efficiently absorbed by the body. Positioned rear (2), sides (2), under-bench (1), and floor (1) to warm you from every angle. EMF certified under 2 mG at 2–3 inches.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n        \u003cdiv class=\"mxx-sauna-feat-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k206-01-zf-chromotherapy-light_cbe98473-cb20-43e6-80f6-26d89cc3dee3.webp?v=1778658856\" alt=\"Chromotherapy LED lighting system showing color options\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n          \u003ch3\u003eChromotherapy \u0026amp; 662.7 nm Red Light\u003c\/h3\u003e\n          \u003cp\u003eMulti-color LED chromotherapy cycles through the visible spectrum to complement your session. The 662.7 nm red wavelength is included — associated in photobiomodulation research with cellular energy and skin recovery. Adjust color and intensity from the touch screen.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n        \u003cdiv class=\"mxx-sauna-feat-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k206-01-zf-touch-screen-2024-2025.webp?v=1778658870\" alt=\"2024 touch screen control panel for Maxxus cedar sauna\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n          \u003ch3\u003e2024 Touch Screen Controller\u003c\/h3\u003e\n          \u003cp\u003eThe cedar model features an updated 2024 touch screen panel inside the cabin for intuitive control of temperature, timer, chromotherapy, and audio. Bluetooth wireless streaming and MP3\/AUX wired input are included. The touch screen replaces the dual-button LED panels found on the hemlock variant.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 6. SPECS --\u003e\n\u003csection id=\"specs\" class=\"mxx-sauna-cream\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Specifications\u003c\/p\u003e\n    \u003ch2\u003eMX-K206-01-ZF Cedar — Canadian Red Cedar Specifications\u003c\/h2\u003e\n    \u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n      \u003cthead\u003e\u003ctr\u003e\u003cth colspan=\"2\"\u003eMX-K206-01-ZF Cedar — 2-Person Near Zero EMF FAR Infrared Sauna\u003c\/th\u003e\u003c\/tr\u003e\u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e45″W × 37″D × 68″H\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eExterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e50″W × 42″D × 75″H (roof overhang adds depth)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eSeating Capacity\u003c\/td\u003e\n\u003ctd\u003e2 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eHeater Type\u003c\/td\u003e\n\u003ctd\u003ePureTech™ Near Zero EMF Carbon FAR Infrared\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eNumber of Heaters\u003c\/td\u003e\n\u003ctd\u003e6 (2 rear, 1 each side, 1 under-bench, 1 floor reflexology)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eEMF Rating\u003c\/td\u003e\n\u003ctd\u003eUnder 2 mG at 2–3 inches (PureTech™ certified)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eInfrared Wavelength\u003c\/td\u003e\n\u003ctd\u003e8–14 microns (FAR infrared)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eRed Light Wavelength\u003c\/td\u003e\n\u003ctd\u003e662.7 nm\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003e140°F (60°C)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003ePower Requirements\u003c\/td\u003e\n\u003ctd\u003e120V \/ 15A dedicated non-GFCI circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eBronze-tinted tempered glass door + full-length bronze side windows\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eChromotherapy\u003c\/td\u003e\n\u003ctd\u003eMulti-color LED system with 662.7 nm red light\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eControl System\u003c\/td\u003e\n\u003ctd\u003e2024 Touch Screen (interior)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eAudio System\u003c\/td\u003e\n\u003ctd\u003eBluetooth + MP3\/AUX\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWood Material\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eAssembled Weight\u003c\/td\u003e\n\u003ctd\u003e250 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e320 lbs (2 boxes)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eAssembly Time\u003c\/td\u003e\n\u003ctd\u003e~1–2 hours (2 people recommended)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eCertifications\u003c\/td\u003e\n\u003ctd\u003eETL \/ CETL \/ CE\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eHeater \u0026amp; Electronics Warranty\u003c\/td\u003e\n\u003ctd\u003e5 years\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWood \u0026amp; Radio Warranty\u003c\/td\u003e\n\u003ctd\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 7. COMPARE: CEDAR vs HEMLOCK --\u003e\n\u003csection id=\"compare\" class=\"mxx-sauna-white\"\u003e\n\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCedar vs. Hemlock\u003c\/p\u003e\n\u003ch2\u003eSame PureTech™ Performance — Two Wood Choices\u003c\/h2\u003e\n\u003cp\u003eThe cedar and hemlock models share an identical MX-K206-01-ZF cabinet, the same six PureTech™ heaters, and the same under-2-mG EMF rating. The differences are wood aesthetics, control interface, and audio features — not performance.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-cmp-col mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eViewing Now\u003c\/span\u003e\n\u003ch3\u003eCanadian Red Cedar\u003c\/h3\u003e\n\u003cp\u003eWarm reddish-brown with a signature aromatic cedar scent. 2024 touch-screen control. Bluetooth + MP3\/AUX.\u003c\/p\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" style=\"margin-top:16px\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;2 mG (Near Zero)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e6 Carbon FAR-IR\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior\u003c\/td\u003e\n\u003ctd\u003e45″ × 37″ × 68″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eBluetooth + MP3\/AUX\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControls\u003c\/td\u003e\n\u003ctd\u003eTouch Screen (2024)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-cmp-col\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eCompare With\u003c\/span\u003e\n\u003ch3\u003eCanadian Hemlock\u003c\/h3\u003e\n\u003cp\u003ePale cream-to-warm-tan tone. Dual LED panels for pre-heating from outside. FM radio, Bluetooth, AUX, SD Card, USB.\u003c\/p\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" style=\"margin-top:16px\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;2 mG (Near Zero)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e6 Carbon FAR-IR\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior\u003c\/td\u003e\n\u003ctd\u003e45″ × 37″ × 68″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eFM + BT + AUX + SD + USB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControls\u003c\/td\u003e\n\u003ctd\u003eDual LED panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003ca class=\"mxx-sauna-cmp-link\" href=\"\/products\/maxxus-2-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003eView Hemlock Model →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\n\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e If you want to pre-heat from outside the sauna, use FM radio, or prefer a wood tone that ages minimally — the \u003ca href=\"\/products\/maxxus-2-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003ehemlock model\u003c\/a\u003e is worth a look. If you love the classic cedar aroma and prefer a modern touch screen — this cedar model is the right choice. Both saunas perform identically.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 8. BOX (always white) --\u003e\n\u003csection id=\"box\" class=\"mxx-sauna-box-section\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k206-01-zf-mx-k206-01-zf-cedar-ts.webp?v=1778658874\" alt=\"Maxxus MX-K206 cedar sauna assembled view showing complete cabinet\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat’s in the Box\u003c\/p\u003e\n        \u003ch2\u003eEverything Needed for Assembly\u003c\/h2\u003e\n        \u003cp\u003eShips in 2 boxes via freight carrier. Panels are pre-assembled — heaters and chromotherapy lighting are factory-installed.\u003c\/p\u003e\n        \u003cul class=\"mxx-sauna-box-list\"\u003e\n          \u003cli\u003ePre-fabricated wall and ceiling panels (Canadian Red Cedar)\u003c\/li\u003e\n          \u003cli\u003eInterior bench with backrest\u003c\/li\u003e\n          \u003cli\u003eFloor panel\u003c\/li\u003e\n          \u003cli\u003eBronze-tinted tempered glass door (pre-hung in front panel)\u003c\/li\u003e\n          \u003cli\u003e6 PureTech™ carbon FAR infrared heaters (factory-installed)\u003c\/li\u003e\n          \u003cli\u003eChromotherapy LED lighting system (factory-installed)\u003c\/li\u003e\n          \u003cli\u003e2024 touch screen controller\u003c\/li\u003e\n          \u003cli\u003eBluetooth audio system with speakers\u003c\/li\u003e\n          \u003cli\u003eHardware package (screws, connectors, mounting brackets)\u003c\/li\u003e\n          \u003cli\u003eAssembly instruction guide \u0026amp; warranty registration card\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 9. SHIPPING --\u003e\n\u003csection id=\"shipping\" class=\"mxx-sauna-cream\"\u003e\n\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery \u0026amp; Shipping\u003c\/p\u003e\n\u003ch2\u003eFree Freight Shipping to the Contiguous 48 States\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n\u003cdiv class=\"mxx-sauna-ship-ico\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cstrong\u003eFree Freight Delivery\u003c\/strong\u003e\n\u003cp\u003eShips free via freight carrier to the contiguous 48 states. Delivery is curbside or to your garage. White Glove in-home placement and assembly is available as a paid upgrade — contact us for a quote.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n\u003cdiv class=\"mxx-sauna-ship-ico\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cstrong\u003eShips in 2–5 Business Days\u003c\/strong\u003e\n\u003cp\u003eMost orders leave the warehouse within 2–5 business days. Freight transit typically takes 5–10 additional business days depending on your location. You’ll receive a tracking number when your order ships.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n\u003cdiv class=\"mxx-sauna-ship-ico\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"23 4 23 10 17 10\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M20.49 15a9 9 0 1 1-2.12-9.36L23 10\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cstrong\u003e30-Day Return Policy\u003c\/strong\u003e\n\u003cp\u003eContact us within 30 days of delivery if you’re not satisfied. Returns are subject to a 20% restocking fee; buyer is responsible for return freight costs. Please reach out before initiating a return — we’re here to help resolve any issues first.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 10. FAQ --\u003e\n\u003csection id=\"faq\" class=\"mxx-sauna-cream\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eFrequently Asked Questions\u003c\/p\u003e\n    \u003ch2\u003eNear Zero EMF Sauna — Common Questions\u003c\/h2\u003e\n    \u003cdiv class=\"mxx-sauna-faq\"\u003e\n      \u003cdetails\u003e\u003csummary\u003eWhat is PureTech™ Near Zero EMF and how is it different from standard Low EMF?\u003c\/summary\u003e\n        \u003cdiv class=\"mxx-sauna-faq-a\"\u003ePureTech™ is Maxxus Saunas’ proprietary carbon FAR infrared heater technology engineered to emit under 2 milligauss (mG) of electromagnetic field radiation at 2–3 inches from the panel surface. Standard carbon heaters in home saunas typically measure 5–20 mG. Maxxus’ regular Low EMF carbon tier achieves 5–10 mG. PureTech™ Near Zero EMF reduces this further to under 2 mG without reducing heat output or infrared efficiency — making it Maxxus’ cleanest-emitting heater class.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\u003csummary\u003eWhat does “under 2 mG” mean in practical terms?\u003c\/summary\u003e\n        \u003cdiv class=\"mxx-sauna-faq-a\"\u003eMilligauss (mG) measures magnetic field strength. The World Health Organization’s continuous public exposure guideline is 2,000 mG, so 2 mG is far below any recognized health threshold. That said, many health-conscious sauna users prefer to minimize cumulative EMF exposure during a 30–45 minute session with heaters just inches away. Under 2 mG at 2–3 inches is among the lowest heater ratings available in residential infrared saunas.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\u003csummary\u003eWhat electrical circuit does the MX-K206 Cedar require?\u003c\/summary\u003e\n        \u003cdiv class=\"mxx-sauna-faq-a\"\u003eThe MX-K206-01-ZF Cedar requires a dedicated 120V \/ 15A non-GFCI circuit — a standard household breaker. Do not use a GFCI breaker: the heater electronics can cause nuisance tripping. If you need a dedicated circuit added, a licensed electrician can typically add this circuit for a few hundred dollars depending on your panel’s location.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\u003csummary\u003eHow does Canadian Red Cedar compare to Canadian Hemlock for a sauna?\u003c\/summary\u003e\n        \u003cdiv class=\"mxx-sauna-faq-a\"\u003eCanadian Red Cedar has the classic aromatic sauna scent and warm reddish-brown tones many people associate with a premium sauna experience. Its natural oils contribute to fragrance and some moisture resistance. Canadian Hemlock has a paler tone, mild neutral scent, and doesn’t darken significantly over time. Both perform equally well structurally. If you love the traditional cedar sauna aroma, this model is the right choice. If you prefer a neutral palette and FM radio with dual control panels, consider the hemlock model.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\u003csummary\u003eWhat does the 2024 touch screen control?\u003c\/summary\u003e\n        \u003cdiv class=\"mxx-sauna-faq-a\"\u003eThe 2024 touch screen panel (interior) controls temperature, session timer, chromotherapy LED color and intensity, and audio settings. You can connect your phone via Bluetooth for wireless audio or use the AUX jack for a wired connection. The touch screen replaces the dual interior\/exterior LED button panels found on the hemlock model.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\u003csummary\u003eHow long does assembly take?\u003c\/summary\u003e\n        \u003cdiv class=\"mxx-sauna-faq-a\"\u003eMost customers complete assembly in 1–2 hours with one other person. The panels are pre-assembled with heaters and lighting already factory-installed — you’re primarily connecting wall panels, attaching the roof, and routing the wiring harness. A detailed instruction manual is included. Our recovery specialists are available at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e if you need guidance during assembly.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\u003csummary\u003eIs financing available for the Maxxus sauna?\u003c\/summary\u003e\n        \u003cdiv class=\"mxx-sauna-faq-a\"\u003eYes — Affirm financing is available at checkout. Approved customers can spread the cost over 3 to 24 months. Qualification takes seconds at checkout. Call us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e if you’d like to discuss options before purchasing.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\u003csummary\u003eIs Recovery Room Direct an authorized Maxxus Saunas retailer?\u003c\/summary\u003e\n        \u003cdiv class=\"mxx-sauna-faq-a\"\u003eYes — Recovery Room Direct is an authorized Maxxus Saunas retailer. Your purchase includes the full manufacturer warranty: 5 years on heaters and electronics, 1 year on wood and radio components. We purchase directly from Maxxus and are fully authorized to sell and support all Maxxus Sauna products.\u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 11. TRUST BAND --\u003e\n\u003csection class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\" aria-label=\"Store trust signals\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n        \u003cp\u003eOfficial Maxxus Saunas retailer — full manufacturer warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M16 8h4l3 5v3h-7V8z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n        \u003cp\u003eFreight delivery to the contiguous 48 states at no charge\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n        \u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n        \u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 12. CTA --\u003e\n\u003csection class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady to Bring Near Zero EMF Infrared Therapy Home?\u003c\/h2\u003e\n    \u003cp\u003eOur recovery specialists are standing by to answer questions about EMF specs, room fit, assembly, or delivery. No pressure — just expertise.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with an Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e\n\u003cscript\u003edocument.querySelectorAll(\".mxx-sauna-faq details\").forEach(d=\u003e{d.addEventListener(\"toggle\",()=\u003e{if(d.open)document.querySelectorAll(\".mxx-sauna-faq details\").forEach(o=\u003e{if(o!==d)o.open=false;});});});\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\":\"https:\/\/schema.org\",\n  \"@type\":\"FAQPage\",\n  \"mainEntity\":[\n    {\n      \"@type\":\"Question\",\n      \"name\":\"What is PureTech Near Zero EMF and how is it different from standard Low EMF?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"PureTech is Maxxus Saunas proprietary carbon FAR infrared heater technology engineered to emit under 2 milligauss of electromagnetic field radiation at 2-3 inches from the panel surface. Standard carbon heaters measure 5-20 mG. PureTech Near Zero EMF reduces this to under 2 mG without reducing heat output or infrared efficiency.\"\n      }\n    },\n    {\n      \"@type\":\"Question\",\n      \"name\":\"What electrical circuit does the MX-K206 Cedar require?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"The MX-K206-01-ZF Cedar requires a dedicated 120V\/15A non-GFCI circuit. Do not use a GFCI breaker as the heater electronics can cause nuisance tripping.\"\n      }\n    },\n    {\n      \"@type\":\"Question\",\n      \"name\":\"How does Canadian Red Cedar compare to Canadian Hemlock for a sauna?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"Canadian Red Cedar has the classic aromatic sauna scent and warm reddish-brown tones. Canadian Hemlock has a paler tone and mild neutral scent. Both perform equally well structurally. The choice is purely aesthetic and olfactory.\"\n      }\n    },\n    {\n      \"@type\":\"Question\",\n      \"name\":\"Is Recovery Room Direct an authorized Maxxus Saunas retailer?\",\n      \"acceptedAnswer\":{\n        \"@type\":\"Answer\",\n        \"text\":\"Yes. Recovery Room Direct is an authorized Maxxus Saunas retailer. Purchases include the full manufacturer warranty: 5 years on heaters and electronics, 1 year on wood and radio components.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940299010415,"sku":"MX-K206-01-ZF CED","price":3499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k206-01-zf-mx-k206-01-zf-cedar-ts-03.webp?v=1778658886"},{"product_id":"maxxus-3-person-near-zero-emf-far-infrared-sauna-canadian-red-cedar","title":"Maxxus 3-Person Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:cover;object-position:top}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:520px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k306-01-zf-mx-k306-01-zf-cedar-ts.webp?v=1778659227\" alt=\"Maxxus 3-Person Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus Saunas | 3-Person | Near Zero EMF\u003c\/p\u003e\n\u003ch2\u003eThe Maxxus 3-Person Near Zero EMF Infrared Sauna in Canadian Red Cedar\u003c\/h2\u003e\n\u003cp\u003eThe top configuration in the 3-person K306 lineup — under 2 milligauss EMF, warm aromatic Canadian red cedar, 2024 touch screen, and FM radio through Bluetooth and AUX audio. Seven PureTech™ carbon panels surround all three positions with even FAR infrared heat.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003e7 PureTech™ FAR infrared heaters — even heat, no cold zones\u003c\/li\u003e\n\u003cli\u003eUnder 2 mG Near Zero EMF — the strictest spec in the K306 range\u003c\/li\u003e\n\u003cli\u003e2024 touch screen with FM radio + Bluetooth + AUX audio and speakers\u003c\/li\u003e\n\u003cli\u003eWarm aromatic Canadian red cedar — naturally antimicrobial\u003c\/li\u003e\n\u003cli\u003e58\" × 39\" × 68\" — genuine 3-person capacity\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specs\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e3\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCapacity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e\u0026lt;2mG\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eNear Zero EMF\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e7\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eHeaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e20A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCircuit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eNear Zero EMF FAR Infrared in Premium Red Cedar\u003c\/h2\u003e\n\u003cp\u003eFAR infrared wavelengths (5–14 microns) penetrate 1.5–2 inches below the skin — reaching muscle tissue, joints, and fascia. PureTech™ carbon panels distribute heat across the full cabin surface at a lower surface temperature than rod heaters, producing a gentler, more enveloping warmth. EMF rating: under 2 milligauss — the same specification as the hemlock variant, delivered in warm aromatic Canadian red cedar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k306-01-zf-background-view.webp?v=1778659200\" alt=\"Maxxus 3-Person Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar interior\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eBuilt-In Features\u003c\/p\u003e\n\u003ch2\u003eWhat Sets the NZE Cedar Apart\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k306-01-zf-heater_c383734a-d53c-4acd-b139-3773f485f403.webp?v=1778659207\" alt=\"7 PureTech™ Near Zero EMF Heaters\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e7 PureTech™ Near Zero EMF Heaters\u003c\/h3\u003e\n\u003cp\u003eUltra-thin carbon panels emit under 2 milligauss. Seven panels — rear walls, side walls, and floor — deliver surround FAR infrared coverage at every seat position.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k306-01-zf-chromotherapy-light_1fe8c703-c5fe-4c2b-8991-89b9e7f26a24.webp?v=1778659210\" alt=\"Chromotherapy LED Lighting\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy LED Lighting\u003c\/h3\u003e\n\u003cp\u003eBuilt-in LED chromotherapy system cycles through color programs during your session. Combine with infrared heat for a fully customized recovery environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k306-01-zf-touch-screen-2024-2025.webp?v=1778659223\" alt=\"2024 Touch Screen + FM Radio\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e2024 Touch Screen + FM Radio\u003c\/h3\u003e\n\u003cp\u003eClean touch interface for temperature and timer control. FM radio, Bluetooth, and MP3\/AUX audio through built-in speakers — the most versatile audio system in the K306 cedar lineup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare Models\u003c\/p\u003e\n\u003ch2\u003e3-Person K306 Series — Which Model Is Right?\u003c\/h2\u003e\n\u003cp\u003eAll three K306 models share the same 3-person cabin and seven PureTech™ heaters. The differences are EMF tier, wood, and audio system.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eLow EMF Cedar — $4,299\u003c\/th\u003e\n\u003cth\u003eNZE Hemlock — $3,699\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eNZE Cedar (This Model)\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice\u003c\/td\u003e\n\u003ctd\u003e$4,299\u003c\/td\u003e\n\u003ctd\u003e$3,699\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e$4,699\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Rating\u003c\/td\u003e\n\u003ctd\u003e5–10 mG\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;2 mG Near Zero\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e\u0026lt;2 mG Near Zero\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControls\u003c\/td\u003e\n\u003ctd\u003eTouch Screen (2024)\u003c\/td\u003e\n\u003ctd\u003eDual LED Panels\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eTouch Screen (2024)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eBT + MP3\/AUX\u003c\/td\u003e\n\u003ctd\u003eFM + BT + AUX + SD\/USB\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eFM + BT + AUX\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e7 PureTech™\u003c\/td\u003e\n\u003ctd\u003e7 PureTech™\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e7 PureTech™\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCircuit\u003c\/td\u003e\n\u003ctd\u003e20A Dedicated\u003c\/td\u003e\n\u003ctd\u003e20A Dedicated\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e20A Dedicated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eBronze-tinted\u003c\/td\u003e\n\u003ctd\u003eBronze-tinted\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eBronze-tinted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e This is the premium configuration. If budget is a concern, the \u003ca href=\"\/products\/maxxus-3-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003eNZE Hemlock\u003c\/a\u003e ($3,699) delivers the same under-2-mG performance for $1,000 less — the only trade-off is hemlock vs. cedar. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e if you want help deciding.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eExterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e58\" W × 39\" D × 68\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e3 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eNatural Canadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eBronze-tinted tempered glass door\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e7 PureTech™ FAR infrared carbon fiber panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd\u003eUnder 2 milligauss @ 6–8 inches from panels (Near Zero EMF)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd\u003e2,100W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eElectrical\u003c\/td\u003e\n\u003ctd\u003e120V \/ 20A dedicated GFCI circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eFM radio, Bluetooth, MP3\/AUX — built-in speakers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControls\u003c\/td\u003e\n\u003ctd\u003eTouch Screen (2024)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eInterior chromotherapy LED color system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Time\u003c\/td\u003e\n\u003ctd\u003e45–90 minutes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003eLifetime structure \/ 7-yr heaters \/ 5-yr electrical\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k306-01-zf-background-view-02.webp?v=1778659203\" alt=\"Maxxus 3-Person Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar contents\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eWhat Comes With the Maxxus K306 Cedar NZE\u003c\/h2\u003e\n\u003cp\u003eYour sauna ships in multiple boxes, fully pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Red Cedar wood panels\u003c\/li\u003e\n\u003cli\u003ePureTech™ FAR infrared carbon fiber heating panels\u003c\/li\u003e\n\u003cli\u003eBronze-tinted tempered glass door with hardware\u003c\/li\u003e\n\u003cli\u003e2024 touch screen control module with integrated speakers\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting system\u003c\/li\u003e\n\u003cli\u003eFM Radio \/ Bluetooth \/ AUX audio components\u003c\/li\u003e\n\u003cli\u003eAssembly hardware kit and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with plug adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers palletized to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment confirmation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e immediately with any delivery concerns.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. Electrical: 120V \/ 20A dedicated circuit (requires electrician if not already available).\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow does the NZE Cedar compare to the NZE Hemlock?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eSame K306 cabin, same seven PureTech™ heaters, same under-2-mG EMF specification. The cedar version adds the 2024 touch screen (vs. dual LED panels on the hemlock) and warm aromatic red cedar wood. The price premium for cedar is $1,000. If aesthetics are the main driver, cedar wins. If performance-per-dollar matters, the \u003ca href=\"\/products\/maxxus-3-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003eNZE Hemlock\u003c\/a\u003e delivers identical infrared and EMF at a lower price.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does Near Zero EMF mean?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe PureTech™ heaters on this model emit electromagnetic fields under 2 milligauss measured 6–8 inches from the panels — among the lowest outputs available in a home infrared sauna. This is lower than Low EMF (5–10 mG) models and is the specification preferred by long-session users and health-conscious buyers.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical circuit does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA dedicated 120V \/ 20A GFCI-protected circuit. Most homes will need an electrician to install a 20A circuit if one isn't already near your planned location. This is a one-time cost that adds to the total installation investment.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes this sauna include chromotherapy lighting?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Built-in LED chromotherapy cycles through color programs during your session. The lighting is controllable from the panel — choose a single color, a sequence, or turn it off for a simple heat session.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 45–90 minutes with two people. The illustrated guide walks through every step.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty on this sauna?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus covers the structural frame for the lifetime of the original owner, heaters for 7 years, and electrical components for 5 years. Contact us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e for warranty registration and service.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does free shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states. The carrier delivers palletized boxes to your curb or driveway. Inspect all boxes before signing the bill of lading and note any visible damage in writing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan I use this sauna every day?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. FAR infrared saunas are designed for daily use. Most people session 20–45 minutes at 120–140°F. Start with shorter sessions if you're new to infrared, and always hydrate before and after.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout — select Affirm to see personalized options with no impact to your credit score. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to discuss before purchasing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n\u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n\u003cp\u003eFreight delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n\u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur sauna specialists will match you to the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with a Sauna Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940299043183,"sku":"MX-K306-01-ZF CED","price":4699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k306-01-zf-mx-k306-01-zf-cedar-ts-03.webp?v=1778659234"},{"product_id":"maxxus-3-person-corner-near-zero-emf-far-infrared-sauna-canadian-red-cedar","title":"Maxxus 3-Person Corner Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;position:sticky;top:0;z-index:50;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:480px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k356-01-zf-background-view.webp?v=1778659024\" alt=\"Maxxus 3-Person Corner Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus Saunas — MX-K356-01-ZF-CED | 3-Person Corner | Canadian Red Cedar\u003c\/p\u003e\n\u003ch2\u003e3-Person Corner Sauna in Red Cedar — Near Zero EMF, Touch Screen\u003c\/h2\u003e\n\u003cp\u003eNine PureTech™ Near Zero EMF carbon heaters in a 56″×56″ Canadian Red Cedar corner cabinet. Under 2 mG EMF, 2024 touch screen, chromotherapy LED lighting, and oxygen ionizer — on a 20A dedicated circuit. The premium cedar corner for near-zero EMF buyers who want aromatic character and modern controls.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003e9 PureTech™ Carbon FAR IR Heaters — Under 2 mG\u003c\/li\u003e\n\u003cli\u003eCorner Installation — 56″×56″ Footprint\u003c\/li\u003e\n\u003cli\u003e2024 Touch Screen Control Panel\u003c\/li\u003e\n\u003cli\u003eCanadian Red Cedar | Chromotherapy | Oxygen Ionizer\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specifications\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e\u0026lt;2 mG\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eNear Zero EMF\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e9\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePureTech™ Heaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e2000W \/ 20A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePower\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e3-Person\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCorner Cabin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003ePureTech™ Near Zero EMF in Canadian Red Cedar\u003c\/h2\u003e\n\u003cp\u003eThe MX-K356-01-ZF-CED brings PureTech™ Near Zero EMF certification to the cedar corner format. Nine carbon panels are individually rated under 2 mG at contact distance and distributed across the 56″×56″ corner cabin for full three-person infrared coverage. Canadian Red Cedar provides natural aromatic warmth; the 2024 touch screen delivers a modern control experience. At 2000W on a 20A circuit, this is the cedar equivalent of the hemlock NZ corner model — with cedar’s scent character and touch-screen interface in place of dual LED panels.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k356-01-zf-heater_d758d498-d8e3-4b59-b6a9-dc2bb1a79915.webp?v=1778659031\" alt=\"Maxxus 3-Person Corner Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar interior\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eWhat's Inside\u003c\/p\u003e\n\u003ch2\u003eNear Zero EMF, Cedar Warmth, Modern Controls\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k356-01-zf-background-view-02.webp?v=1778659028\" alt=\"PureTech™ Near Zero EMF Heaters\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003ePureTech™ Near Zero EMF Heaters\u003c\/h3\u003e\n\u003cp\u003eNine PureTech™ carbon FAR infrared panels, each certified under 2 mG at 2–3 inches. Distributed across rear (3), both side walls (2 each), and under-bench (1) for even coverage of all three bathers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k356-01-zf-canadian-red-cedar.webp?v=1778659047\" alt=\"Chromotherapy LED Lighting\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy LED Lighting\u003c\/h3\u003e\n\u003cp\u003eMulti-color LED chromotherapy cycles through the visible spectrum. Integrated with the 2024 touch screen for easy color, intensity, and cycle adjustment without interrupting your session.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k356-01-zf-20-amp-outlet_b08ff770-e77e-4f0f-8d3d-a4eafc68d8d6.webp?v=1778659041\" alt=\"2024 Touch Screen Control Panel\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e2024 Touch Screen Control Panel\u003c\/h3\u003e\n\u003cp\u003eThe updated 2024 touch screen interface provides clean session management for temperature, timer, chromotherapy, and audio. A separate exterior LED panel allows pre-heat and setting control without opening the sauna door.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\" id=\"compare\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare\u003c\/p\u003e\n\u003ch2\u003eNear Zero Cedar vs. Near Zero Hemlock Corner — Wood \u0026amp; Controls\u003c\/h2\u003e\n\u003cp\u003eSame 9 PureTech™ heaters and near-zero EMF rating. The differences are wood aesthetic and control interface.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eNZ Cedar — MX-K356-01-ZF-CED\u003c\/th\u003e\n\u003cth\u003eNZ Hemlock — MX-K356-01-ZF\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl System\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e2024 Touch Screen\u003c\/td\u003e\n\u003ctd\u003eDual LED Panels (interior + exterior)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFM Radio\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eNo (Bluetooth + AUX only)\u003c\/td\u003e\n\u003ctd\u003eYes — 30 presets + Bluetooth + AUX + SD + USB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eUnder 2 mG\u003c\/td\u003e\n\u003ctd\u003eUnder 2 mG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e9 PureTech™ Carbon\u003c\/td\u003e\n\u003ctd\u003e9 PureTech™ Carbon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e2000W \/ 20A\u003c\/td\u003e\n\u003ctd\u003e2000W \/ 20A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e56″×56″×68″\u003c\/td\u003e\n\u003ctd\u003e56″×56″×68″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temp\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e140°F\u003c\/td\u003e\n\u003ctd\u003e140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e Identical heater technology and near-zero EMF. Choose cedar for the 2024 touch screen and the aromatic scent character that deepens with use. Choose hemlock for exterior dual LED control panels (pre-heat without stepping in) and a neutral pale wood tone. See the \u003ca href=\"\/products\/maxxus-3-person-corner-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003eNear Zero Hemlock Corner\u003c\/a\u003e.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eMX-K356-01-ZF-CED\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e56″W × 56″D × 68″H (corner)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeating Capacity\u003c\/td\u003e\n\u003ctd\u003e3 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Type\u003c\/td\u003e\n\u003ctd\u003ePureTech™ Near Zero EMF Carbon FAR Infrared\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Heaters\u003c\/td\u003e\n\u003ctd\u003e9\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Rating\u003c\/td\u003e\n\u003ctd\u003eUnder 2 mG at 2–3 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Wavelength\u003c\/td\u003e\n\u003ctd\u003e8–14 microns (FAR infrared)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003e140°F (60°C)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Requirements\u003c\/td\u003e\n\u003ctd\u003e120V \/ 2000W \/ 20A dedicated circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChromotherapy\u003c\/td\u003e\n\u003ctd\u003eMulti-color LED system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl System\u003c\/td\u003e\n\u003ctd\u003e2024 Touch Screen (interior) + exterior LED panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio System\u003c\/td\u003e\n\u003ctd\u003eBluetooth + MP3\/AUX input\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIonizer\u003c\/td\u003e\n\u003ctd\u003eYes — oxygen ionizer included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood Material\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Time\u003c\/td\u003e\n\u003ctd\u003e~2–3 hours (2 people recommended)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertifications\u003c\/td\u003e\n\u003ctd\u003eETL \/ CETL \/ CE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k356-01-zf-mx-k356-01-zf-ced-ts-03.webp?v=1778659057\" alt=\"Maxxus 3-Person Corner Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar in the box\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eEverything in the Box\u003c\/h2\u003e\n\u003cp\u003eYour Maxxus K356 Near Zero Cedar Corner Sauna ships in 3 boxes with all components pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Red Cedar corner panels\u003c\/li\u003e\n\u003cli\u003eCarbon FAR infrared heating panels\u003c\/li\u003e\n\u003cli\u003eTempered glass door with frame\u003c\/li\u003e\n\u003cli\u003e2024 Touch Screen interior control panel\u003c\/li\u003e\n\u003cli\u003eExterior LED control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting kit\u003c\/li\u003e\n\u003cli\u003eStereo speaker system with Bluetooth and MP3\/AUX input\u003c\/li\u003e\n\u003cli\u003eOxygen ionizer\u003c\/li\u003e\n\u003cli\u003eLED reading light\u003c\/li\u003e\n\u003cli\u003eAssembly hardware and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with 20A outlet adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the carrier’s bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e with questions before, during, or after delivery.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. No electrician needed — plug into the included outlet adapter.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow does this differ from the Near Zero Hemlock corner model?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe MX-K356-01-ZF-CED uses the same nine PureTech™ heaters and near-zero EMF rating as the hemlock corner model. The cedar version uses Canadian Red Cedar wood (aromatic, reddish-brown), a 2024 touch screen interior panel, and Bluetooth\/AUX audio. The hemlock version uses Hemlock (neutral, pale tone), dual LED panels on both interior and exterior, and includes FM radio.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical outlet does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA 120V \/ 20A dedicated circuit with a GFCI-protected outlet. Some homes may need an electrician to add a 20A circuit if one is not already available near your installation location.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 1–2 hours. The illustrated guide walks you through every step. The heaviest panels are manageable with two people.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes this model require a corner installation?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. The MX-K356-01-ZF-CED is a corner unit with a 56″×56″ square footprint designed to fit flush in a corner. It cannot be installed as a freestanding unit.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs there an exterior control panel on the cedar touch-screen model?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. In addition to the 2024 touch screen inside the cabin, there is a separate exterior LED panel that allows you to pre-heat the sauna and set temperature and timer without opening the door.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states is included. The carrier brings the boxes to your curb or driveway. Inside delivery and room placement (White Glove) is available as a paid upgrade — contact us before placing your order.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus provides a limited warranty covering heaters, wood panels, and electrical components. Contact us or visit the Maxxus website for current warranty terms and registration details.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout, subject to approval. You can split your purchase over 3 to 24 months. Select Affirm at checkout to see your options with no impact to your credit score.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n        \u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n        \u003cp\u003eCurbside delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n        \u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n        \u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur recovery specialists will match you with the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with an Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940299075951,"sku":"MX-K356-01-ZF CED","price":4899.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k356-01-zf-mx-k356-01-zf-ced-ts-03.webp?v=1778659057"},{"product_id":"maxxus-4-person-near-zero-emf-far-infrared-sauna-canadian-red-cedar","title":"Maxxus 4-Person Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:cover;object-position:top}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:520px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k406-01-zf-mx-k406-01-zf-cedar-ts.webp?v=1778659371\" alt=\"Maxxus 4-Person Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus Saunas | 4-Person | Near Zero EMF\u003c\/p\u003e\n\u003ch2\u003eThe Maxxus 4-Person Near Zero EMF Infrared Sauna in Canadian Red Cedar\u003c\/h2\u003e\n\u003cp\u003eThe top configuration in the 4-person K406 lineup — under 2 milligauss Near Zero EMF, warm aromatic Canadian red cedar, 2024 touch screen, FM radio, and Bluetooth audio. Nine PureTech™ carbon panels deliver even FAR infrared heat to all four seat positions.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003e9 PureTech™ FAR infrared heaters — full coverage for 4 occupants\u003c\/li\u003e\n\u003cli\u003eUnder 2 mG Near Zero EMF — the strictest spec in the K406 lineup\u003c\/li\u003e\n\u003cli\u003e2024 touch screen with FM radio + Bluetooth + AUX audio\u003c\/li\u003e\n\u003cli\u003eAromatic Canadian red cedar — signature warmth, naturally antimicrobial\u003c\/li\u003e\n\u003cli\u003e68\" × 37\" × 68\" — spacious family-size sauna\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specs\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e4\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCapacity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e\u0026lt;2mG\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eNear Zero EMF\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e9\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eHeaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e20A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCircuit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eNear Zero EMF FAR Infrared in a Premium Red Cedar Cabin\u003c\/h2\u003e\n\u003cp\u003eFAR infrared wavelengths (5–14 microns) penetrate 1.5–2 inches below the skin, reaching muscle tissue, joints, and fascia. Nine PureTech™ carbon panels cover every seat position in the spacious 4-person cabin. EMF: under 2 milligauss — the same strict specification as the hemlock variant, delivered in warm aromatic Canadian red cedar with 2024 touch screen controls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k406-01-zf-background-view.webp?v=1778659350\" alt=\"Maxxus 4-Person Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar interior\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eBuilt-In Features\u003c\/p\u003e\n\u003ch2\u003eWhat Sets the 4-Person NZE Cedar Apart\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k406-01-zf-heater_b7c59f3a-2bf4-4be8-a526-d4046a849d47.webp?v=1778659357\" alt=\"9 PureTech™ Near Zero EMF Heaters\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e9 PureTech™ Near Zero EMF Heaters\u003c\/h3\u003e\n\u003cp\u003eUltra-thin carbon panels emit under 2 milligauss. Nine panels across the rear walls, side walls, and floor deliver complete surround FAR infrared coverage at all four seat positions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k406-01-zf-chromotherapy-light_8285512c-0b8a-4bfe-8055-7d45a014498b.webp?v=1778659361\" alt=\"Chromotherapy LED Lighting\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy LED Lighting\u003c\/h3\u003e\n\u003cp\u003eBuilt-in LED color therapy system programs through multiple wavelengths during your session. Pair with infrared heat for a full multi-sensory recovery environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k406-01-zf-touch-screen-2024-2025.webp?v=1778659377\" alt=\"2024 Touch Screen + FM Radio\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e2024 Touch Screen + FM Radio\u003c\/h3\u003e\n\u003cp\u003eIntuitive touch interface for temperature, timer, and audio. FM radio, Bluetooth, and AUX audio through built-in speakers — the premium audio configuration in the K406 cedar lineup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare Models\u003c\/p\u003e\n\u003ch2\u003e4-Person K406 Series — Which Model Is Right?\u003c\/h2\u003e\n\u003cp\u003eAll three K406 models share the same 4-person cabin and nine PureTech™ heaters. The differences are EMF tier, wood, and control\/audio system.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eLow EMF Cedar — $4,699\u003c\/th\u003e\n\u003cth\u003eNZE Hemlock — $4,499\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eNZE Cedar (This Model)\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice\u003c\/td\u003e\n\u003ctd\u003e$4,699\u003c\/td\u003e\n\u003ctd\u003e$4,499\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e$5,499\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Rating\u003c\/td\u003e\n\u003ctd\u003e5–10 mG\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;2 mG Near Zero\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e\u0026lt;2 mG Near Zero\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControls\u003c\/td\u003e\n\u003ctd\u003eTouch Screen (2024)\u003c\/td\u003e\n\u003ctd\u003eDual LED Panels\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eTouch Screen (2024)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eBT + MP3\/AUX\u003c\/td\u003e\n\u003ctd\u003eFM + BT + AUX + SD\/USB\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eFM + BT + AUX\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e9 PureTech™\u003c\/td\u003e\n\u003ctd\u003e9 PureTech™\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e9 PureTech™\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCircuit\u003c\/td\u003e\n\u003ctd\u003e20A Dedicated\u003c\/td\u003e\n\u003ctd\u003e20A Dedicated\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e20A Dedicated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eBronze-tinted\u003c\/td\u003e\n\u003ctd\u003eBronze-tinted\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eBronze-tinted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e This is the premium configuration. The \u003ca href=\"\/products\/maxxus-4-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003eNZE Hemlock\u003c\/a\u003e ($4,499) delivers the same under-2-mG specification for $1,000 less — the difference is cedar vs. hemlock aesthetics and the touch screen vs. dual LED control interface. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e if you want help deciding.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eExterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e68\" W × 37\" D × 68\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e4 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eNatural Canadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eBronze-tinted tempered glass door\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e9 PureTech™ FAR infrared carbon fiber panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd\u003eUnder 2 milligauss @ 6–8 inches from panels (Near Zero EMF)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd\u003e2,160W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eElectrical\u003c\/td\u003e\n\u003ctd\u003e120V \/ 20A dedicated GFCI circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eFM radio, Bluetooth, AUX — built-in speakers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControls\u003c\/td\u003e\n\u003ctd\u003eTouch Screen (2024)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eInterior chromotherapy LED color system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Time\u003c\/td\u003e\n\u003ctd\u003e60–90 minutes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003eLifetime structure \/ 7-yr heaters \/ 5-yr electrical\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k406-01-zf-background-view-02.webp?v=1778659354\" alt=\"Maxxus 4-Person Near Zero EMF FAR Infrared Sauna | Canadian Red Cedar contents\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eWhat Comes With the Maxxus K406 Cedar NZE\u003c\/h2\u003e\n\u003cp\u003eYour sauna ships in multiple boxes, fully pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Red Cedar wood panels\u003c\/li\u003e\n\u003cli\u003ePureTech™ FAR infrared carbon fiber heating panels\u003c\/li\u003e\n\u003cli\u003eBronze-tinted tempered glass door with hardware\u003c\/li\u003e\n\u003cli\u003e2024 touch screen control module with integrated speakers\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting system\u003c\/li\u003e\n\u003cli\u003eFM Radio \/ Bluetooth \/ AUX audio components\u003c\/li\u003e\n\u003cli\u003eAssembly hardware kit and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with plug adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers palletized to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment confirmation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e immediately with any delivery concerns.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. Electrical: 120V \/ 20A dedicated circuit (requires electrician if not already available).\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow does the NZE Cedar compare to the NZE Hemlock?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eSame K406 cabin, nine heaters, and under-2-mG EMF. The cedar version ($5,499) adds the 2024 touch screen and warm red cedar aesthetics. The \u003ca href=\"\/products\/maxxus-4-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003eNZE Hemlock\u003c\/a\u003e ($4,499) delivers the same infrared and EMF performance with a dual LED control system and hemlock wood. The $1,000 premium for cedar is purely an aesthetic and interface choice.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does Near Zero EMF mean?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe PureTech™ heaters on this model emit electromagnetic fields under 2 milligauss measured 6–8 inches from the panels — among the lowest outputs available in a home infrared sauna. This is lower than Low EMF (5–10 mG) models and is the specification preferred by long-session users and health-conscious buyers.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical circuit does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA dedicated 120V \/ 20A GFCI-protected circuit. Most homes will need an electrician to install a 20A circuit if one isn't already near your planned location. This is a one-time cost that adds to the total installation investment.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes this sauna include chromotherapy lighting?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Built-in LED chromotherapy cycles through color programs during your session. The lighting is controllable from the panel — choose a single color, a sequence, or turn it off for a simple heat session.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 60–90 minutes with two people. The illustrated guide walks through every step.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty on this sauna?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus covers the structural frame for the lifetime of the original owner, heaters for 7 years, and electrical components for 5 years. Contact us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e for warranty registration and service.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does free shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states. The carrier delivers palletized boxes to your curb or driveway. Inspect all boxes before signing the bill of lading and note any visible damage in writing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan I use this sauna every day?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. FAR infrared saunas are designed for daily use. Most people session 20–45 minutes at 120–140°F. Start with shorter sessions if you're new to infrared, and always hydrate before and after.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout — select Affirm to see personalized options with no impact to your credit score. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to discuss before purchasing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n\u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n\u003cp\u003eFreight delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n\u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur sauna specialists will match you to the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with a Sauna Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940299108719,"sku":"MX-K406-01-ZF CED","price":5499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-near-zero-emf-infrared-sauna-mx-k406-01-zf-mx-k406-01-zf-cedar-ts-03.webp?v=1778659384"},{"product_id":"maxxus-seattle-2-person-low-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus Seattle 2-Person Low EMF FAR Infrared Sauna | Canadian Hemlock","description":"\n\u003cstyle\u003e\n.mxs{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;line-height:1.6;overflow-x:hidden;max-width:100%;}\n.mxs img{border:none !important;outline:none !important;box-shadow:none !important;}\n.mxs *{box-sizing:border-box;}\n.mxs a{text-decoration:none;color:inherit;}\n.mxs-img-cover{width:100%;height:100%;object-fit:cover;display:block;}\n.mxs-img-contain{width:100%;height:100%;object-fit:contain;display:block;mix-blend-mode:multiply;}\n.mxs-nav{display:flex;flex-wrap:wrap;gap:6px 18px;padding:13px 28px;background:#FAF7F2;}\n.mxs-nav a{font-size:11px;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;color:#8B6B50;}\n.mxs-nav a:hover{color:#C07830;}\n.mxs-hero{display:grid;grid-template-columns:1fr 1fr;gap:0;}\n.mxs-hero-img{aspect-ratio:1\/1;overflow:hidden;background:#1A1410;}\n.mxs-hero-copy{padding:52px 44px;display:flex;flex-direction:column;justify-content:center;background:#fff;}\n.mxs-hero-eyebrow{font-size:11px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:#E8A359;margin-bottom:14px;}\n.mxs-hero-h2{font-size:32px;font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 18px;}\n.mxs-hero-sub{font-size:15px;color:#3C2A1E;line-height:1.75;margin:0;}\n.mxs-hero-finance{font-size:13px;color:#8B6B50;margin-top:14px;margin-bottom:0;}\n.mxs-facts{display:grid;grid-template-columns:repeat(6,1fr);gap:0;background:#1A1410;border-radius:8px;overflow:hidden;margin:24px 0 0;}\n.mxs-fact{padding:22px 10px;text-align:center;border-right:1px solid #2E2018;}\n.mxs-fact:last-child{border-right:0;}\n.mxs-fact-num{font-size:22px;font-weight:700;color:#E8A359;display:block;line-height:1;margin-bottom:6px;letter-spacing:-0.01em;}\n.mxs-fact-lbl{font-size:10px;letter-spacing:0.07em;text-transform:uppercase;color:#9C8070;}\n.mxs-wrap{max-width:1080px;margin:0 auto;}\n.mxs-w{padding:60px 40px;background:#fff;}\n.mxs-w-alt{padding:60px 40px;background:#FAF7F2;}\n.mxs-h2{font-size:28px;font-weight:800;color:#1A1410;margin:0 0 10px;line-height:1.2;}\n.mxs-rule{width:40px;height:3px;background:#E8A359;border-radius:2px;margin:10px 0 26px;}\n.mxs-p{font-size:15px;color:#3C2A1E;line-height:1.75;margin:0 0 16px;}\n.mxs-p:last-child{margin-bottom:0;}\n.mxs-p-sub{font-size:15px;color:#5C4030;line-height:1.75;max-width:700px;}\n.mxs-hook{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center;}\n.mxs-hook-img{overflow:hidden;border-radius:8px;}\n.mxs-hook-img img{width:100%;height:auto;display:block;object-fit:unset;}\n.mxs-brand-bar{background:#FAF7F2;border:1px solid #E0D5C5;border-left:4px solid #E8A359;border-radius:6px;padding:16px 22px;margin-top:20px;font-size:14px;color:#3C2A1E;line-height:1.65;}\n.mxs-brand-bar strong{color:#1A1410;}\n.mxs-ir-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:40px;}\n.mxs-ir-img{overflow:hidden;border-radius:8px;background:#F5EFE2;}\n.mxs-ir-img img{width:100%;height:auto;display:block;object-fit:unset;}\n.mxs-science-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}\n.mxs-science-card{background:#fff;border-radius:8px;border-left:3px solid #E8A359;padding:24px;box-shadow:0 1px 4px rgba(0,0,0,.06);}\n.mxs-science-num{font-size:36px;font-weight:800;color:#E8A359;line-height:1;margin-bottom:10px;display:block;}\n.mxs-science-title{font-size:12px;font-weight:700;color:#1A1410;text-transform:uppercase;letter-spacing:0.07em;margin-bottom:8px;}\n.mxs-science-desc{font-size:14px;color:#5C4030;line-height:1.65;}\n.mxs-emf-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;}\n.mxs-emf-badge{background:#FAF7F2;border:1px solid #E0D5C5;border-radius:8px;padding:28px;}\n.mxs-emf-badge-title{font-size:11px;font-weight:700;letter-spacing:0.09em;text-transform:uppercase;color:#C07830;margin-bottom:18px;}\n.mxs-emf-cert{display:flex;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid #E0D5C5;}\n.mxs-emf-cert:last-child{border-bottom:none;padding-bottom:0;}\n.mxs-emf-dot{width:8px;height:8px;border-radius:50%;background:#E8A359;flex-shrink:0;margin-top:5px;}\n.mxs-emf-cert-name{font-size:14px;font-weight:700;color:#1A1410;display:block;}\n.mxs-emf-cert-desc{font-size:12px;color:#8B6B50;display:block;margin-top:2px;}\n.mxs-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px;}\n.mxs-feat-card{background:#FAF7F2;border-radius:8px;overflow:hidden;border:1px solid #E0D5C5;}\n.mxs-feat-img-wrap{overflow:hidden;background:#F5EFE2;}\n.mxs-feat-img-wrap img{width:100%;height:auto;display:block;object-fit:unset;}\n.mxs-feat-body{padding:20px;}\n.mxs-feat-title{font-size:15px;font-weight:700;color:#1A1410;margin-bottom:8px;}\n.mxs-feat-desc{font-size:14px;color:#5C4030;line-height:1.65;}\n.mxs-protocol-layout{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center;}\n.mxs-protocol-img{overflow:hidden;border-radius:8px;}\n.mxs-protocol-img img{width:100%;height:auto;display:block;object-fit:unset;}\n.mxs-protocol-items{margin-top:28px;display:flex;flex-direction:column;}\n.mxs-protocol-item{display:flex;gap:16px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E8C98A;}\n.mxs-protocol-item:first-child{padding-top:0;}\n.mxs-protocol-item:last-child{border-bottom:none;padding-bottom:0;}\n.mxs-protocol-badge{font-size:10px;font-weight:700;letter-spacing:0.09em;text-transform:uppercase;color:#C07830;min-width:90px;padding-top:3px;flex-shrink:0;}\n.mxs-protocol-text{font-size:14px;color:#3C2A1E;line-height:1.7;}\n.mxs-persona-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px;}\n.mxs-persona-card{border-radius:8px;padding:28px 24px;background:#fff;border:1px solid #E0D5C5;border-top:3px solid #E8A359;}\n.mxs-persona-tag{font-size:10px;font-weight:700;letter-spacing:0.09em;text-transform:uppercase;color:#C07830;margin-bottom:10px;}\n.mxs-persona-title{font-size:16px;font-weight:700;color:#1A1410;margin-bottom:10px;}\n.mxs-persona-desc{font-size:14px;color:#5C4030;line-height:1.65;}\n.mxs-callout{background:#FFF8EC;border:1px solid #E8A359;border-radius:8px;padding:18px 22px;margin-top:24px;}\n.mxs-callout p{margin:0;font-size:14px;color:#3C2A1E;line-height:1.7;}\n.mxs-callout strong{color:#1A1410;}\n.mxs-roi{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid #E8C98A;border-radius:8px;overflow:hidden;margin-top:32px;}\n.mxs-roi-item{background:#FFF8EC;padding:32px 24px;text-align:center;border-right:1px solid #E8C98A;}\n.mxs-roi-item:last-child{border-right:none;}\n.mxs-roi-num{font-size:36px;font-weight:800;color:#E8A359;display:block;line-height:1;margin-bottom:8px;}\n.mxs-roi-label{font-size:11px;letter-spacing:0.07em;text-transform:uppercase;color:#8B6B50;display:block;margin-bottom:6px;}\n.mxs-roi-note{font-size:13px;color:#5C4030;line-height:1.5;}\n.mxs-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin:28px 0;border:1px solid #E0D5C5;}\n.mxs-compare{width:100%;min-width:520px;border-collapse:collapse;}\n.mxs-compare th{background:#1A1410;color:#9C8070;font-size:12px;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;padding:14px 20px;text-align:left;border-bottom:2px solid #2E2018;}\n.mxs-compare th.mxs-active-col{background:#E8A359;color:#1A1410;}\n.mxs-compare td{padding:12px 20px;font-size:14px;border-bottom:1px solid #EDE6DB;color:#2C1A12;vertical-align:top;}\n.mxs-compare tr:last-child td{border-bottom:none;}\n.mxs-compare .mxs-row-label{font-weight:600;color:#8B6B50;background:#FAF7F2;}\n.mxs-compare .mxs-active-col{background:#FFF8EC;font-weight:500;}\n.mxs-honest-take{background:#FFF8EC;border:1px solid #E8A359;border-radius:8px;padding:18px 22px;margin-top:18px;}\n.mxs-honest-take p{margin:0;font-size:14px;color:#3C2A1E;line-height:1.7;}\n.mxs-specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid #E0D5C5;border-radius:8px;overflow:hidden;margin-top:28px;}\n.mxs-spec-label{padding:11px 20px;font-size:13px;font-weight:600;color:#5C4030;background:#FAF7F2;border-bottom:1px solid #E0D5C5;}\n.mxs-spec-val{padding:11px 20px;font-size:13px;color:#1A1410;background:#fff;border-bottom:1px solid #E0D5C5;}\n.mxs-box-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px;}\n.mxs-box-item{background:#fff;border:1px solid #E0D5C5;border-radius:8px;padding:18px 16px;display:flex;gap:12px;align-items:flex-start;}\n.mxs-box-icon{flex-shrink:0;margin-top:2px;color:#E8A359;}\n.mxs-box-name{font-size:14px;font-weight:600;color:#1A1410;display:block;}\n.mxs-box-sub{font-size:12px;color:#8B6B50;display:block;margin-top:2px;}\n.mxs-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:28px;}\n.mxs-ship-card{background:#FAF7F2;border:1px solid #E0D5C5;border-radius:8px;padding:20px;border-top:2px solid #E8A359;}\n.mxs-ship-title{font-size:12px;font-weight:700;color:#C07830;text-transform:uppercase;letter-spacing:0.07em;margin-bottom:8px;}\n.mxs-ship-desc{font-size:14px;color:#3C2A1E;line-height:1.65;}\n.mxs-faq{border:1px solid #E0D5C5;border-radius:8px;overflow:hidden;margin-top:28px;}\ndetails.mxs-faq-item{border-bottom:1px solid #E0D5C5;}\ndetails.mxs-faq-item:last-child{border-bottom:none;}\ndetails.mxs-faq-item summary{list-style:none;-webkit-appearance:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;font-size:15px;font-weight:600;color:#1A1410;background:#fff;}\ndetails.mxs-faq-item summary::-webkit-details-marker{display:none;}\ndetails.mxs-faq-item[open] summary{background:#FFF8EC;color:#C07830;}\n.mxs-faq-chevron{width:18px;height:18px;flex-shrink:0;stroke:#E8A359;transition:transform 0.2s ease;}\ndetails.mxs-faq-item[open] .mxs-faq-chevron{transform:rotate(180deg);}\n.mxs-faq-a{padding:4px 24px 20px;font-size:14px;color:#3C2A1E;line-height:1.75;margin:0;background:#fff;}\n.mxs-faq-a a{color:#C07830;text-decoration:underline;}\n.mxs-trust{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #E0D5C5;border-radius:8px;overflow:hidden;margin-top:32px;}\n.mxs-trust-item{padding:22px 12px;text-align:center;border-right:1px solid #E0D5C5;background:#fff;}\n.mxs-trust-item:last-child{border-right:none;}\n.mxs-trust-icon{color:#E8A359;margin-bottom:8px;}\n.mxs-trust-label{font-size:12px;font-weight:700;color:#1A1410;display:block;}\n.mxs-trust-sub{font-size:11px;color:#8B6B50;display:block;margin-top:2px;}\n.mxs-cta{background:linear-gradient(135deg,#1A1410 0%,#2C1810 100%);padding:64px 40px;text-align:center;border-radius:12px;margin-top:0;}\n.mxs-cta-h2{font-size:28px;font-weight:800;color:#F5EFE2;margin:0 0 16px;}\n.mxs-cta-p{font-size:15px;color:#C0A898;max-width:560px;margin:0 auto;line-height:1.75;}\n.mxs-cta-pills{display:grid;grid-template-columns:repeat(4,auto);justify-content:center;gap:8px 10px;margin:28px 0 0;}\n.mxs-cta-pill{padding:8px 16px;border-radius:24px;font-size:13px;font-weight:600;background:rgba(232,163,89,.15);border:1px solid rgba(232,163,89,.3);color:#E8A359;}\n.mxs-cta-actions{display:flex;justify-content:center;margin-top:28px;margin-bottom:32px;}\n.mxs-cta-btn{display:inline-block;padding:16px 44px;background:#E8A359;color:#1A1410;font-size:16px;font-weight:800;border-radius:12px;letter-spacing:0.01em;}\n.mxs-cta-order{margin:0;}\n.mxs-cta-order a{font-size:16px;font-weight:600;color:#C0A070;letter-spacing:0.01em;text-decoration:underline;text-underline-offset:3px;}\n@media(max-width:768px){\n  .mxs-hero{grid-template-columns:1fr;}\n  .mxs-hero-img{order:-1;aspect-ratio:1\/1;min-height:0;}\n  .mxs-hero-copy{padding:28px 20px;}\n  .mxs-hero-h2{font-size:24px;}\n  .mxs-h2{font-size:22px;}\n  .mxs-w,.mxs-w-alt{padding:40px 20px;}\n  .mxs-facts{grid-template-columns:repeat(3,1fr);}\n  .mxs-fact:nth-child(3n){border-right:0;}\n  .mxs-fact{border-bottom:1px solid #2E2018;}\n  .mxs-fact:nth-last-child(-n+3){border-bottom:0;}\n  .mxs-fact-num{font-size:19px;}\n  .mxs-hook{grid-template-columns:1fr;gap:28px;}\n  .mxs-hook-img{border-radius:8px;}\n  .mxs-ir-layout{grid-template-columns:1fr;gap:28px;}\n  .mxs-science-grid{grid-template-columns:1fr;}\n  .mxs-emf-layout{grid-template-columns:1fr;gap:28px;}\n  .mxs-feat-grid{grid-template-columns:1fr;}\n  .mxs-protocol-layout{grid-template-columns:1fr;gap:28px;}\n  .mxs-persona-grid{grid-template-columns:1fr;}\n  .mxs-roi{grid-template-columns:1fr;}\n  .mxs-roi-item{border-right:none;border-bottom:1px solid #E0D5C5;}\n  .mxs-roi-item:last-child{border-bottom:none;}\n  .mxs-specs-grid{grid-template-columns:1fr;}\n  .mxs-box-grid{grid-template-columns:1fr;}\n  .mxs-ship-grid{grid-template-columns:1fr;}\n  .mxs-trust{grid-template-columns:repeat(2,1fr);}\n  .mxs-trust-item:nth-child(2n){border-right:none;}\n  .mxs-trust-item{border-bottom:1px solid #E0D5C5;}\n  .mxs-trust-item:nth-last-child(-n+2){border-bottom:none;}\n  .mxs-cta{padding:40px 20px;}\n  .mxs-cta-pills{grid-template-columns:repeat(2,1fr);gap:8px;}\n  .mxs-cta-actions{flex-direction:column;align-items:stretch;}\n  .mxs-cta-btn{text-align:center;}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"mxs\"\u003e\n\n\u003cnav class=\"mxs-nav\" aria-label=\"Page sections\"\u003e\n  \u003ca href=\"#how-it-works\"\u003eHow It Works\u003c\/a\u003e\n  \u003ca href=\"#emf\"\u003eEMF \u0026amp; Certifications\u003c\/a\u003e\n  \u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\n  \u003ca href=\"#ritual\"\u003eDaily Ritual\u003c\/a\u003e\n  \u003ca href=\"#compare\"\u003eCompare Models\u003c\/a\u003e\n  \u003ca href=\"#specs\"\u003eSpecifications\u003c\/a\u003e\n  \u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\n\u003c\/nav\u003e\n\n\u003csection class=\"mxs-hero\"\u003e\n  \u003cdiv class=\"mxs-hero-img\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-seattle-low-emf-infrared-sauna-mx-j206-01-view-02.webp?v=1778659969\" class=\"mxs-img-cover\" loading=\"eager\" alt=\"Maxxus Seattle 2-Person Low EMF FAR Infrared Sauna — Canadian Hemlock — angle view\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"mxs-hero-copy\"\u003e\n    \u003cp class=\"mxs-hero-eyebrow\"\u003eMaxxus Seattle · 2-Person FAR Infrared Sauna · Canadian Hemlock\u003c\/p\u003e\n    \u003ch2 class=\"mxs-hero-h2\"\u003ePlug It In. Six Panels. Reflexology Floor Heater. Premium FAR Infrared for $2,299.\u003c\/h2\u003e\n    \u003cp class=\"mxs-hero-sub\"\u003eSix low-EMF carbon panels. A dedicated foot reflexology heater at floor level. Bluetooth audio. Red light therapy included. Canadian Hemlock construction. The Maxxus Seattle is Golden Designs’ premium entry into 2-person infrared — and it plugs into a standard 15-amp household outlet. No dedicated circuit. No electrician required before delivery.\u003c\/p\u003e\n    \u003cp class=\"mxs-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"mxs-facts\" role=\"list\" aria-label=\"Key specifications\"\u003e\n  \u003cdiv class=\"mxs-fact\" role=\"listitem\"\u003e\n\u003cspan class=\"mxs-fact-num\"\u003e140°F\u003c\/span\u003e\u003cspan class=\"mxs-fact-lbl\"\u003eMax Temp\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"mxs-fact\" role=\"listitem\"\u003e\n\u003cspan class=\"mxs-fact-num\"\u003e6\u003c\/span\u003e\u003cspan class=\"mxs-fact-lbl\"\u003eCarbon Panels\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"mxs-fact\" role=\"listitem\"\u003e\n\u003cspan class=\"mxs-fact-num\"\u003e15A\u003c\/span\u003e\u003cspan class=\"mxs-fact-lbl\"\u003ePlug \u0026amp; Play\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"mxs-fact\" role=\"listitem\"\u003e\n\u003cspan class=\"mxs-fact-num\"\u003e44\"\u003c\/span\u003e\u003cspan class=\"mxs-fact-lbl\"\u003eInterior Width\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"mxs-fact\" role=\"listitem\"\u003e\n\u003cspan class=\"mxs-fact-num\"\u003eETL\u003c\/span\u003e\u003cspan class=\"mxs-fact-lbl\"\u003eSafety Certified\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003cdiv class=\"mxs-fact\" role=\"listitem\"\u003e\n\u003cspan class=\"mxs-fact-num\"\u003e5-YR\u003c\/span\u003e\u003cspan class=\"mxs-fact-lbl\"\u003eWarranty\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"mxs-w\" style=\"padding-top:32px;\"\u003e\n  \u003cdiv class=\"mxs-hook mxs-wrap\"\u003e\n    \u003cdiv\u003e\n      \u003ch2 class=\"mxs-h2\"\u003e$2,299. The sauna that doesn’t need an electrician before it arrives.\u003c\/h2\u003e\n      \u003cdiv class=\"mxs-rule\"\u003e\u003c\/div\u003e\n      \u003cp class=\"mxs-p\"\u003eMost full-feature 2-person infrared saunas require a dedicated 20-amp circuit. The Maxxus Seattle does not. It runs on the standard 120V \/ 15-amp outlets already in your home — the same type your refrigerator and lamps use. Plug it in, assemble it in under an hour, and use it the same day it arrives. That’s a meaningful logistical advantage for buyers who want their sauna this week, not after an electrician visit.\u003c\/p\u003e\n      \u003cp class=\"mxs-p\"\u003eSix carbon flat-wave panels cover the rear wall, both side walls, the under-bench position, and a dedicated floor reflexology heater. That reflexology heater is a Maxxus standard inclusion that most entry-level competitors don’t include at this price point. It warms your feet and calves from below — the body’s most reflexively sensitive zone — and you’ll notice the difference in a longer session immediately.\u003c\/p\u003e\n      \u003cp class=\"mxs-p\"\u003eMaxxus is manufactured by Golden Designs Inc. — the same company behind Dynamic Saunas. The Seattle is Golden Designs’ premium residential 2-person model: double-paneled walls, red light therapy included as standard, and the plug-and-play convenience that makes it genuinely accessible. Questions? Call us at \u003ca href=\"tel:+18885005675\" style=\"color:#C07830;\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n      \u003cdiv class=\"mxs-brand-bar\"\u003e\n        \u003cstrong\u003eWho makes Maxxus?\u003c\/strong\u003e Golden Designs Inc. (Rancho Cucamonga, CA) — the same manufacturer behind Dynamic Saunas. Maxxus is their premium residential line: more standard features, more wood options across the lineup, and built for buyers who want the step up from entry-level without going to full custom.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mxs-hook-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-seattle-low-emf-infrared-sauna-mx-j206-01-view.webp?v=1778659962\" class=\"mxs-img-cover\" loading=\"lazy\" alt=\"Maxxus Seattle 2-person infrared sauna — front view Canadian Hemlock\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"mxs-w-alt\" id=\"how-it-works\" style=\"border-top:none;\"\u003e\n  \u003cdiv class=\"mxs-wrap\"\u003e\n    \u003ch2 class=\"mxs-h2\"\u003eHow FAR Infrared Works\u003c\/h2\u003e\n    \u003cdiv class=\"mxs-rule\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"mxs-ir-layout\"\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"mxs-p\"\u003eTraditional saunas heat the air to 180–200°F. You absorb that heat through your skin surface. FAR infrared saunas work differently: the wavelengths (8–14 microns) are absorbed directly by the body’s tissues, raising your core temperature from within at a much lower ambient temperature. Deeper physiological response. Better tolerance for longer sessions. More consistent use.\u003c\/p\u003e\n        \u003cp class=\"mxs-p\"\u003eThe Seattle’s six carbon flat-wave panels are positioned for complete body coverage: rear wall panels at shoulder and back height, side wall panels at mid-back and lower back, an under-bench panel radiating upward from below, and a dedicated floor-level reflexology heater for your feet and calves. Every position in the 44-inch cabin receives consistent heat from multiple directions simultaneously.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxs-ir-img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-seattle-low-emf-infrared-sauna-mx-j206-01-heater.webp?v=1778659985\" class=\"mxs-img-contain\" loading=\"lazy\" alt=\"Maxxus Seattle FAR infrared carbon panel heater — low EMF\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mxs-science-grid\"\u003e\n      \u003cdiv class=\"mxs-science-card\"\u003e\n        \u003cspan class=\"mxs-science-num\"\u003e01\u003c\/span\u003e\n        \u003cp class=\"mxs-science-title\"\u003ePenetrating Heat\u003c\/p\u003e\n        \u003cp class=\"mxs-science-desc\"\u003eFAR infrared waves penetrate 1–2 inches beneath the skin surface — heating tissue directly rather than heating the air around you. At 110–140°F, you generate a sweat response comparable to moderate aerobic exercise at a temperature most people sustain comfortably for 30+ minutes.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxs-science-card\"\u003e\n        \u003cspan class=\"mxs-science-num\"\u003e02\u003c\/span\u003e\n        \u003cp class=\"mxs-science-title\"\u003eCardiovascular Response\u003c\/p\u003e\n        \u003cp class=\"mxs-science-desc\"\u003eCore temperature elevation triggers increased heart rate and blood vessel dilation — improving circulation to muscles, joints, and peripheral tissue. Research suggests regular FAR infrared use may support improved blood flow markers linked to oxygen and nutrient delivery to recovering tissue.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxs-science-card\"\u003e\n        \u003cspan class=\"mxs-science-num\"\u003e03\u003c\/span\u003e\n        \u003cp class=\"mxs-science-title\"\u003eThe Reflexology Difference\u003c\/p\u003e\n        \u003cp class=\"mxs-science-desc\"\u003eThe Seattle’s dedicated floor heater targets the sole of the foot — the body’s densest concentration of reflex points connected to nearly every organ system. Heat applied to the feet reflexively promotes full-body relaxation and circulatory response. Most entry saunas at this price don’t include this feature.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"mxs-w\" id=\"emf\"\u003e\n  \u003cdiv class=\"mxs-wrap\"\u003e\n    \u003ch2 class=\"mxs-h2\"\u003eEMF \u0026amp; Safety Certifications\u003c\/h2\u003e\n    \u003cdiv class=\"mxs-rule\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"mxs-emf-layout\"\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"mxs-p\"\u003eThe Seattle’s six carbon flat-wave panels measure 5–10 milligauss at 2–3 inches from the heating surface — the Low EMF standard across Maxxus’ J-Series lineup. Carbon flat-wave technology distributes infrared output across a wide panel surface, producing significantly less electromagnetic output than traditional ceramic rod heaters at the same heat delivery.\u003c\/p\u003e\n        \u003cp class=\"mxs-p\"\u003eEMF diminishes rapidly with distance. In a normal seated position — centered on the 44-inch bench, several inches from the side panels — real-world exposure falls well within international safety guidelines established by ICNIRP and the WHO. The Seattle’s double-paneled hemlock walls also add an additional material layer between the heater surface and the cabin interior.\u003c\/p\u003e\n        \u003cp class=\"mxs-p\"\u003eFor buyers with specific EMF sensitivity, the \u003ca href=\"\/products\/maxxus-seattle-2-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\" style=\"color:#C07830;text-decoration:underline;\"\u003eMaxxus Seattle Near Zero EMF\u003c\/a\u003e uses the same cabinet with upgraded PureTech™ shielding, reducing readings to below 2 mG at 2–3 inches from the panel — one of the most stringent near-zero EMF measurements at this price point.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxs-emf-badge\"\u003e\n        \u003cp class=\"mxs-emf-badge-title\"\u003eIndependent Certifications\u003c\/p\u003e\n        \u003cdiv class=\"mxs-emf-cert\"\u003e\n          \u003cdiv class=\"mxs-emf-dot\"\u003e\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"mxs-emf-cert-name\"\u003eETL Listed\u003c\/span\u003e\n            \u003cspan class=\"mxs-emf-cert-desc\"\u003eElectrical Testing Laboratories — North American safety certification, tested by Intertek\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mxs-emf-cert\"\u003e\n          \u003cdiv class=\"mxs-emf-dot\"\u003e\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"mxs-emf-cert-name\"\u003eCETL Listed\u003c\/span\u003e\n            \u003cspan class=\"mxs-emf-cert-desc\"\u003eCanadian ETL equivalent — meets Canadian Standards Association requirements\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mxs-emf-cert\"\u003e\n          \u003cdiv class=\"mxs-emf-dot\"\u003e\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"mxs-emf-cert-name\"\u003eCE Marked\u003c\/span\u003e\n            \u003cspan class=\"mxs-emf-cert-desc\"\u003eMeets European health, safety, and environmental protection standards\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mxs-emf-cert\"\u003e\n          \u003cdiv class=\"mxs-emf-dot\"\u003e\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cspan class=\"mxs-emf-cert-name\"\u003eISO 9001 Manufacturer\u003c\/span\u003e\n            \u003cspan class=\"mxs-emf-cert-desc\"\u003eQuality management certification at Golden Designs’ manufacturing facility\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"mxs-w-alt\" id=\"features\"\u003e\n  \u003cdiv class=\"mxs-wrap\"\u003e\n    \u003ch2 class=\"mxs-h2\"\u003eMaxxus Seattle Features\u003c\/h2\u003e\n    \u003cdiv class=\"mxs-rule\"\u003e\u003c\/div\u003e\n    \u003cp class=\"mxs-p-sub\"\u003ePremium standard inclusions that most 2-person saunas at this price point treat as upgrades.\u003c\/p\u003e\n    \u003cdiv class=\"mxs-feat-grid\"\u003e\n      \u003cdiv class=\"mxs-feat-card\"\u003e\n        \u003cdiv class=\"mxs-feat-img-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-seattle-low-emf-infrared-sauna-mx-j206-01-chromotherapy-light.webp?v=1778659988\" class=\"mxs-img-contain\" loading=\"lazy\" alt=\"Maxxus Seattle chromotherapy LED color light system with red light therapy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mxs-feat-body\"\u003e\n          \u003cp class=\"mxs-feat-title\"\u003eChromotherapy + Red Light Therapy\u003c\/p\u003e\n          \u003cp class=\"mxs-feat-desc\"\u003eInterior LED chromotherapy delivers full-spectrum color cycling and a dedicated red light mode at approximately 662.7 nm. Engineered based on research showing that specific light wavelengths influence mood and cellular function. Red light therapy is included as standard on the Seattle — on many competing brands, it’s a paid upgrade.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxs-feat-card\"\u003e\n        \u003cdiv class=\"mxs-feat-img-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-seattle-low-emf-infrared-sauna-mx-j206-01-control-panel.webp?v=1778659991\" class=\"mxs-img-contain\" loading=\"lazy\" alt=\"Maxxus Seattle interior LED control panel with timer and temperature display\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mxs-feat-body\"\u003e\n          \u003cp class=\"mxs-feat-title\"\u003eInterior LED Control Panel\u003c\/p\u003e\n          \u003cp class=\"mxs-feat-desc\"\u003eFull-featured interior LED control panel with temperature display, timer, and chromotherapy controls. Set your target temperature, pre-set a session timer, and manage the lighting all from the bench. The 15-amp plug-in design means you can also control the unit remotely by simply plugging it into a smart outlet or timer if you prefer to pre-heat before you enter.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxs-feat-card\"\u003e\n        \u003cdiv class=\"mxs-feat-img-wrap\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-seattle-low-emf-infrared-sauna-mx-j206-01-mp3-aux-connection.webp?v=1778659995\" class=\"mxs-img-contain\" loading=\"lazy\" alt=\"Maxxus Seattle Bluetooth audio dual speakers MP3 AUX connection\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mxs-feat-body\"\u003e\n          \u003cp class=\"mxs-feat-title\"\u003eDual Speaker Bluetooth \u0026amp; AUX Audio\u003c\/p\u003e\n          \u003cp class=\"mxs-feat-desc\"\u003eTwo dynamic speakers with built-in pre-amplifier. Bluetooth wireless streaming plus a wired 3.5mm MP3\/AUX input for any source. Audio fills the 44-inch cabin evenly whether you’re running a guided meditation, a podcast, or an album. Volume stays consistent across the full session — no need to adjust for the ambient heat dampening the sound.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"mxs-w-alt\" id=\"ritual\" style=\"background:#FFF8EC;\"\u003e\n  \u003cdiv class=\"mxs-wrap\"\u003e\n    \u003cdiv class=\"mxs-protocol-layout\"\u003e\n      \u003cdiv class=\"mxs-protocol-img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-seattle-low-emf-infrared-sauna-mx-j206-01-background-view.webp?v=1778659965\" class=\"mxs-img-cover\" loading=\"lazy\" alt=\"Maxxus Seattle 2-person infrared sauna lifestyle environment view\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch2 class=\"mxs-h2\"\u003eThe Daily Protocol\u003c\/h2\u003e\n        \u003cdiv class=\"mxs-rule\"\u003e\u003c\/div\u003e\n        \u003cp class=\"mxs-p\"\u003eInfrared sauna therapy compounds with consistent use. The Seattle’s plug-and-play convenience removes the activation energy that keeps most people from using their sauna every day. Plug in, heat up in 15 minutes, and go.\u003c\/p\u003e\n        \u003cdiv class=\"mxs-protocol-items\"\u003e\n          \u003cdiv class=\"mxs-protocol-item\"\u003e\n            \u003cspan class=\"mxs-protocol-badge\"\u003eMorning\u003c\/span\u003e\n            \u003cspan class=\"mxs-protocol-text\"\u003e20 minutes at 110–120°F. Lower temperature, shorter duration. Raises core temperature, promotes alertness, and supports lymphatic circulation before the day starts. The Seattle heats up while you make coffee — plug it in when you wake up, enter when you’re ready.\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"mxs-protocol-item\"\u003e\n            \u003cspan class=\"mxs-protocol-badge\"\u003ePost-Workout\u003c\/span\u003e\n            \u003cspan class=\"mxs-protocol-text\"\u003e30 minutes within 2 hours of training. 130–140°F for higher-output sessions. Supports the body’s recovery process and may help ease the delayed onset soreness that follows micro-tears, systemic inflammation, and neural fatigue. The reflexology floor heater specifically targets foot and calf recovery that athletes often overlook.\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"mxs-protocol-item\"\u003e\n            \u003cspan class=\"mxs-protocol-badge\"\u003eEvening\u003c\/span\u003e\n            \u003cspan class=\"mxs-protocol-text\"\u003e20–30 minutes after 7pm at 110–120°F. Core temperature rises during the session, then drops sharply afterward — signaling the body toward deep sleep. Use the chromotherapy red light mode for an additional wind-down signal that compound with the heat response.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"mxs-w\"\u003e\n  \u003cdiv class=\"mxs-wrap\"\u003e\n    \u003ch2 class=\"mxs-h2\"\u003eWho the Seattle Is For\u003c\/h2\u003e\n    \u003cdiv class=\"mxs-rule\"\u003e\u003c\/div\u003e\n    \u003cp class=\"mxs-p-sub\"\u003eThree buyer profiles that consistently find the Seattle is the right fit.\u003c\/p\u003e\n    \u003cdiv class=\"mxs-persona-grid\"\u003e\n      \u003cdiv class=\"mxs-persona-card\"\u003e\n        \u003cp class=\"mxs-persona-tag\"\u003eThe First-Time Sauna Buyer\u003c\/p\u003e\n        \u003cp class=\"mxs-persona-title\"\u003ePremium entry with no installation barriers.\u003c\/p\u003e\n        \u003cp class=\"mxs-persona-desc\"\u003eThe Seattle’s plug-and-play 15A design removes the biggest friction point for first-time buyers: the “do I need an electrician first?” question. The answer here is no. Standard outlet, assemble in an hour, use the same day. For buyers making their first infrared purchase, the Seattle delivers premium features — reflexology heater, red light, dual audio — at an accessible entry price.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxs-persona-card\"\u003e\n        \u003cp class=\"mxs-persona-tag\"\u003eThe Daily Wellness Practitioner\u003c\/p\u003e\n        \u003cp class=\"mxs-persona-title\"\u003eFull feature set for a serious daily practice.\u003c\/p\u003e\n        \u003cp class=\"mxs-persona-desc\"\u003eBuyers who use their sauna five to seven times per week consistently prioritize the reflexology floor heater, red light therapy integration, and robust heat distribution over cabinet size. The Seattle covers all three. Its 44-inch interior has enough room for solo sessions with room to stretch. For daily users with limited space who refuse to compromise on features, this is the calculus that leads to the Seattle.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxs-persona-card\"\u003e\n        \u003cp class=\"mxs-persona-tag\"\u003eThe Couple with Limited Space\u003c\/p\u003e\n        \u003cp class=\"mxs-persona-title\"\u003eTwo people in a compact, premium cabin.\u003c\/p\u003e\n        \u003cp class=\"mxs-persona-desc\"\u003eThe Seattle’s 44-inch interior accommodates two adults for shared sessions. It’s a compact 2-person — closer than spacious, but genuinely workable for couples who want to share the experience without needing a room-sized sauna. The 48-inch exterior fits in most spare bedrooms, bathrooms, or finished basements where a 60-inch model wouldn’t.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mxs-callout\"\u003e\n      \u003cp\u003e\u003cstrong\u003eSizing note:\u003c\/strong\u003e The Seattle’s 44-inch interior bench is comfortable for two average adults in a close-sitting configuration. For couples who want genuine elbow room, the 2-person Dynamic Santiago at 42” or the 3-person Dynamic Bellagio at 56” may be worth considering based on your space. Call us at \u003ca href=\"tel:+18885005675\" style=\"color:#C07830;\"\u003e(888) 500-5675\u003c\/a\u003e and we can compare interior dimensions for your specific situation.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"mxs-w-alt\"\u003e\n  \u003cdiv class=\"mxs-wrap\"\u003e\n    \u003ch2 class=\"mxs-h2\"\u003eThe Investment Breakdown\u003c\/h2\u003e\n    \u003cdiv class=\"mxs-rule\"\u003e\u003c\/div\u003e\n    \u003cp class=\"mxs-p-sub\"\u003eA premium 2-person sauna at $2,299. The math on daily use.\u003c\/p\u003e\n    \u003cdiv class=\"mxs-roi\"\u003e\n      \u003cdiv class=\"mxs-roi-item\"\u003e\n        \u003cspan class=\"mxs-roi-num\"\u003e$0.63\u003c\/span\u003e\n        \u003cspan class=\"mxs-roi-label\"\u003eCost Per Day (10-Year Use)\u003c\/span\u003e\n        \u003cspan class=\"mxs-roi-note\"\u003e$2,299 over 10 years of daily use. Less than a cup of coffee per session for a daily recovery ritual at home.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxs-roi-item\"\u003e\n        \u003cspan class=\"mxs-roi-num\"\u003e$0.20\u003c\/span\u003e\n        \u003cspan class=\"mxs-roi-label\"\u003eElectricity Per Session\u003c\/span\u003e\n        \u003cspan class=\"mxs-roi-note\"\u003eApproximately $0.16–$0.22 per 30-minute session at average US electricity rates. The 15A draw is modest by home appliance standards.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxs-roi-item\"\u003e\n        \u003cspan class=\"mxs-roi-num\"\u003e~6 Mo\u003c\/span\u003e\n        \u003cspan class=\"mxs-roi-label\"\u003ePayback vs. Spa Visits\u003c\/span\u003e\n        \u003cspan class=\"mxs-roi-note\"\u003eTwo sauna spa visits per week at $40–$60 each runs $4,160–$6,240 annually. The Seattle pays for itself in under 6 months of replacing those visits.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"mxs-w\" id=\"compare\"\u003e\n  \u003cdiv class=\"mxs-wrap\"\u003e\n    \u003ch2 class=\"mxs-h2\"\u003eCompare 2-Person Infrared Saunas\u003c\/h2\u003e\n    \u003cdiv class=\"mxs-rule\"\u003e\u003c\/div\u003e\n    \u003cp class=\"mxs-p-sub\"\u003eHow the Seattle stacks up against its closest alternatives by price and feature set.\u003c\/p\u003e\n    \u003cdiv class=\"mxs-table-wrap\"\u003e\n      \u003ctable class=\"mxs-compare\" aria-label=\"2-person infrared sauna comparison\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eFeature\u003c\/th\u003e\n            \u003cth class=\"mxs-active-col\"\u003eMaxxus Seattle — MX-J206-01\u003c\/th\u003e\n            \u003cth\u003eMaxxus Seattle Near Zero EMF\u003c\/th\u003e\n            \u003cth\u003eDynamic Santiago — DYN-6209-01\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd class=\"mxs-row-label\"\u003ePrice\u003c\/td\u003e\n\u003ctd class=\"mxs-active-col\"\u003e$2,299\u003c\/td\u003e\n\u003ctd\u003e$2,699\u003c\/td\u003e\n\u003ctd\u003e$2,299\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"mxs-row-label\"\u003eCapacity\u003c\/td\u003e\n\u003ctd class=\"mxs-active-col\"\u003e2-Person\u003c\/td\u003e\n\u003ctd\u003e2-Person\u003c\/td\u003e\n\u003ctd\u003e2-Person\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"mxs-row-label\"\u003eInterior Width\u003c\/td\u003e\n\u003ctd class=\"mxs-active-col\"\u003e44\"\u003c\/td\u003e\n\u003ctd\u003e44\"\u003c\/td\u003e\n\u003ctd\u003e42\"\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"mxs-row-label\"\u003eCarbon Panels\u003c\/td\u003e\n\u003ctd class=\"mxs-active-col\"\u003e6\u003c\/td\u003e\n\u003ctd\u003e6\u003c\/td\u003e\n\u003ctd\u003e6\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"mxs-row-label\"\u003eReflexology Heater\u003c\/td\u003e\n\u003ctd class=\"mxs-active-col\"\u003eYes — floor panel\u003c\/td\u003e\n\u003ctd\u003eYes — floor panel\u003c\/td\u003e\n\u003ctd\u003eYes — floor panel\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"mxs-row-label\"\u003eEMF Rating\u003c\/td\u003e\n\u003ctd class=\"mxs-active-col\"\u003eLow EMF (5–10 mG)\u003c\/td\u003e\n\u003ctd\u003eNear Zero (\u0026lt;2 mG)\u003c\/td\u003e\n\u003ctd\u003eLow EMF (6–10 mG)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"mxs-row-label\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"mxs-active-col\"\u003e120V \/ 15A plug-in\u003c\/td\u003e\n\u003ctd\u003e120V \/ 15A plug-in\u003c\/td\u003e\n\u003ctd\u003e120V \/ 20A dedicated\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"mxs-row-label\"\u003eRed Light Therapy\u003c\/td\u003e\n\u003ctd class=\"mxs-active-col\"\u003eYes — included\u003c\/td\u003e\n\u003ctd\u003eYes — included\u003c\/td\u003e\n\u003ctd\u003eYes — included\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"mxs-row-label\"\u003eExterior Control Panel\u003c\/td\u003e\n\u003ctd class=\"mxs-active-col\"\u003eNo — interior only\u003c\/td\u003e\n\u003ctd\u003eNo — interior only\u003c\/td\u003e\n\u003ctd\u003eYes — interior + exterior\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"mxs-row-label\"\u003eSpeakers\u003c\/td\u003e\n\u003ctd class=\"mxs-active-col\"\u003eDual (2)\u003c\/td\u003e\n\u003ctd\u003eDual (2)\u003c\/td\u003e\n\u003ctd\u003eDual (2)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"mxs-row-label\"\u003eBrand\u003c\/td\u003e\n\u003ctd class=\"mxs-active-col\"\u003eMaxxus (premium tier)\u003c\/td\u003e\n\u003ctd\u003eMaxxus (premium tier)\u003c\/td\u003e\n\u003ctd\u003eDynamic Saunas\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"mxs-row-label\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"mxs-active-col\"\u003e5-yr electrical \/ 1-yr wood\u003c\/td\u003e\n\u003ctd\u003e5-yr electrical \/ 1-yr wood\u003c\/td\u003e\n\u003ctd\u003e5-yr electrical \/ 1-yr wood\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mxs-honest-take\"\u003e\n      \u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e The biggest difference between the Seattle and the \u003ca href=\"\/products\/dynamic-santiago-2-person-low-emf-far-infrared-sauna-canadian-hemlock\" style=\"color:#C07830;\"\u003eDynamic Santiago\u003c\/a\u003e isn’t the brand — it’s the electrical requirement. The Santiago needs a dedicated 20-amp circuit (requires an electrician if you don’t have one). The Seattle runs on the 15-amp outlet already in your room. Both are excellent saunas from the same manufacturer at the same $2,299 price. If installation simplicity matters, Seattle wins clearly. If you value the exterior control panel and don’t mind the 20A circuit, Santiago is worth considering. For buyers who want the lowest possible EMF, the \u003ca href=\"\/products\/maxxus-seattle-2-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\" style=\"color:#C07830;\"\u003eSeattle Near Zero EMF\u003c\/a\u003e is the step up for $400 more.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"mxs-w-alt\" id=\"specs\"\u003e\n  \u003cdiv class=\"mxs-wrap\"\u003e\n    \u003ch2 class=\"mxs-h2\"\u003eFull Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"mxs-rule\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"mxs-specs-grid\" role=\"table\" aria-label=\"Maxxus Seattle specifications\"\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eModel \/ SKU\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003eMX-J206-01\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eExterior Dimensions\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003e48\" W × 42\" D × 75\" H\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eInterior Dimensions\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003e44\" W × 38\" D × 68\" H\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eDoor Width\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003e23.6\"\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eCapacity\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003e2 persons\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eWeight (assembled)\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003e~275 lbs\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eShipping Weight\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003e~415 lbs (2 cartons)\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eWood Material\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003eNatural Reforested Canadian Hemlock\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eWall Construction\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003eDouble-paneled hemlock (improved heat retention)\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eHeater Type\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003eCarbon Flat-Wave FAR Infrared Panels\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eHeater Count\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003e6 panels (rear, side walls, under-bench, floor reflexology)\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eEMF Rating\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003eLow EMF — 5–10 mG at 2–3\" from panels\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eMax Temperature\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003e140°F (60°C)\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eIdeal Operating Range\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003e118°F – 132°F\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eHeat-Up Time\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003e15–30 minutes\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003ePower Requirements\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003e120V \/ 15A non-GFCI — standard household outlet\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eCord Length\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003e9 ft.\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eControl Panel\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003eInterior LED (temperature display, timer, chromotherapy)\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eAudio\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003eBluetooth + 3.5mm AUX, dual dynamic speakers, pre-amp\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eChromotherapy\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003eFull-spectrum LED color cycling + dedicated red light mode\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eDoor\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003eClear tempered glass full-panel door\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eWindows\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003e2 full-length side windows (tempered glass)\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eRoof Vent\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003eYes — included\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eAssembly\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003eClasp-together panel system; ~30–60 min, 2 adults\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eIndoor Use\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003eYes — not rated for outdoor installation\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eCertifications\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003eETL \/ cETL \/ CE\u003c\/div\u003e\n      \u003cdiv class=\"mxs-spec-label\"\u003eWarranty\u003c\/div\u003e\n\u003cdiv class=\"mxs-spec-val\"\u003e5-year electrical \u0026amp; heaters \/ 1-year wood structure\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"mxs-w\"\u003e\n  \u003cdiv class=\"mxs-wrap\"\u003e\n    \u003ch2 class=\"mxs-h2\"\u003eWhat’s in the Box\u003c\/h2\u003e\n    \u003cdiv class=\"mxs-rule\"\u003e\u003c\/div\u003e\n    \u003cp class=\"mxs-p-sub\"\u003eEverything needed for assembly and first use. Ships in 2 cartons.\u003c\/p\u003e\n    \u003cdiv class=\"mxs-box-grid\"\u003e\n      \u003cdiv class=\"mxs-box-item\"\u003e\n        \u003cdiv class=\"mxs-box-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"mxs-box-name\"\u003eSauna Wall Panels\u003c\/span\u003e\u003cspan class=\"mxs-box-sub\"\u003eDouble-paneled Canadian Hemlock — clasp assembly\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxs-box-item\"\u003e\n        \u003cdiv class=\"mxs-box-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"mxs-box-name\"\u003e6 Carbon Heater Panels\u003c\/span\u003e\u003cspan class=\"mxs-box-sub\"\u003eLow EMF flat-wave infrared incl. reflexology floor heater\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxs-box-item\"\u003e\n        \u003cdiv class=\"mxs-box-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"mxs-box-name\"\u003eBench\u003c\/span\u003e\u003cspan class=\"mxs-box-sub\"\u003eFull-width Canadian Hemlock bench, 44\" interior\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxs-box-item\"\u003e\n        \u003cdiv class=\"mxs-box-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"mxs-box-name\"\u003eTempered Glass Door\u003c\/span\u003e\u003cspan class=\"mxs-box-sub\"\u003eClear full-panel door with handle\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxs-box-item\"\u003e\n        \u003cdiv class=\"mxs-box-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"mxs-box-name\"\u003eInterior LED Control Panel\u003c\/span\u003e\u003cspan class=\"mxs-box-sub\"\u003ePre-wired; chromotherapy lighting + red light mode included\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxs-box-item\"\u003e\n        \u003cdiv class=\"mxs-box-icon\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cspan class=\"mxs-box-name\"\u003e9 ft. Power Cord + Manual\u003c\/span\u003e\u003cspan class=\"mxs-box-sub\"\u003eAll hardware and printed installation guide\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"mxs-w-alt\"\u003e\n  \u003cdiv class=\"mxs-wrap\"\u003e\n    \u003ch2 class=\"mxs-h2\"\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cdiv class=\"mxs-rule\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"mxs-ship-grid\"\u003e\n      \u003cdiv class=\"mxs-ship-card\"\u003e\n        \u003cp class=\"mxs-ship-title\"\u003eFreight Delivery — Included\u003c\/p\u003e\n        \u003cp class=\"mxs-ship-desc\"\u003eThe Seattle ships via LTL freight carrier on a pallet. Delivery is curbside: the truck brings the shipment to the end of your driveway or nearest accessible point. At approximately 415 lbs across 2 cartons, plan for 2 adults for the carry-in. Transit: 5–10 business days after processing.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxs-ship-card\"\u003e\n        \u003cp class=\"mxs-ship-title\"\u003eWhite Glove Option\u003c\/p\u003e\n        \u003cp class=\"mxs-ship-desc\"\u003eWhite Glove delivery includes inside placement into your preferred room. Assembly service available separately. Call us at \u003ca href=\"tel:+18885005675\" style=\"color:#C07830;\"\u003e(888) 500-5675\u003c\/a\u003e before ordering to add White Glove — it cannot be added after the fact.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxs-ship-card\"\u003e\n        \u003cp class=\"mxs-ship-title\"\u003eInspect Before Signing\u003c\/p\u003e\n        \u003cp class=\"mxs-ship-desc\"\u003eBefore signing the freight delivery receipt, inspect both cartons for visible damage. Note any damage on the receipt before the driver leaves. Internal packing is substantial — do not refuse the shipment for outer box cosmetic damage, but document what you see. Call us immediately at \u003ca href=\"tel:+18885005675\" style=\"color:#C07830;\"\u003e(888) 500-5675\u003c\/a\u003e if you find damage.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"mxs-w\" id=\"faq\"\u003e\n  \u003cdiv class=\"mxs-wrap\"\u003e\n    \u003ch2 class=\"mxs-h2\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cdiv class=\"mxs-rule\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"mxs-faq\"\u003e\n      \u003cdetails class=\"mxs-faq-item\"\u003e\n        \u003csummary\u003eHow does the Maxxus Seattle differ from Dynamic Saunas at the same price?\n          \u003csvg class=\"mxs-faq-chevron\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/summary\u003e\n        \u003cp class=\"mxs-faq-a\"\u003eMaxxus and Dynamic are both manufactured by Golden Designs Inc. The main difference at the $2,299 price point comes down to electrical requirements. The Seattle runs on a standard 15-amp household outlet — no dedicated circuit or electrician required. The Dynamic Santiago (also $2,299) requires a dedicated 20-amp circuit. Both have similar heater counts and feature sets. If installation simplicity is a priority, the Seattle has a clear advantage. If you prefer the exterior control panel that Santiago includes, that’s worth considering. Call us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e and we’ll compare both for your specific situation.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"mxs-faq-item\"\u003e\n        \u003csummary\u003eDoes the Seattle really plug into a standard household outlet?\n          \u003csvg class=\"mxs-faq-chevron\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/summary\u003e\n        \u003cp class=\"mxs-faq-a\"\u003eYes. The Maxxus Seattle MX-J206-01 runs on 120V \/ 15A — the standard household outlet type found throughout most US homes (the same outlets your lamps, toasters, and refrigerators use). No dedicated circuit, no 20-amp upgrade, no electrician visit before delivery. Plug it in, assemble in under an hour, and your first session can be the same day it arrives. We do recommend a dedicated outlet — not sharing a circuit with other high-draw appliances — but a standard 15-amp outlet is all you need.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"mxs-faq-item\"\u003e\n        \u003csummary\u003eWhat is the reflexology floor heater and why does it matter?\n          \u003csvg class=\"mxs-faq-chevron\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/summary\u003e\n        \u003cp class=\"mxs-faq-a\"\u003eThe reflexology floor heater is a dedicated carbon panel positioned at floor level that radiates infrared heat upward, directly warming your feet and calves during a session. The sole of the foot contains a high density of nerve endings and reflex points connected throughout the body. Heat applied to the feet reflexively promotes relaxation, circulation, and a deeper physiological response than upper-body heat alone. Most entry-level saunas at $2,299 don’t include a dedicated floor heater — it’s one of the standard inclusions that positions the Seattle in Maxxus’ premium tier.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"mxs-faq-item\"\u003e\n        \u003csummary\u003eCan two adults comfortably use the Seattle together?\n          \u003csvg class=\"mxs-faq-chevron\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/summary\u003e\n        \u003cp class=\"mxs-faq-a\"\u003eTwo average-sized adults fit in the Seattle’s 44-inch interior bench. It’s a close configuration — comfortable but not spacious for two larger adults. For couples who want generous personal space in a shared session, the 3-person Dynamic Bellagio at $2,699 offers 56 inches of interior bench for $400 more. For a single daily user or occasional two-person use, the Seattle’s 44-inch bench is workable. Questions about fit? Call us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"mxs-faq-item\"\u003e\n        \u003csummary\u003eDoes the Seattle have an exterior control panel?\n          \u003csvg class=\"mxs-faq-chevron\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/summary\u003e\n        \u003cp class=\"mxs-faq-a\"\u003eNo — the Maxxus Seattle has an interior LED control panel only. There is no exterior panel. Because the Seattle runs on 15A, a practical workaround many users adopt is plugging it into a smart outlet or timer so you can start the pre-heat cycle remotely. This effectively gives you external control for temperature pre-heating. If an exterior panel is a priority, the \u003ca href=\"\/products\/dynamic-santiago-2-person-low-emf-far-infrared-sauna-canadian-hemlock\"\u003eDynamic Santiago\u003c\/a\u003e includes both interior and exterior panels at the same $2,299 price.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"mxs-faq-item\"\u003e\n        \u003csummary\u003eWhat’s the difference between the Seattle Low EMF and Seattle Near Zero EMF?\n          \u003csvg class=\"mxs-faq-chevron\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/summary\u003e\n        \u003cp class=\"mxs-faq-a\"\u003eSame cabinet. Same 6 panels. Same feature set. The difference is EMF shielding technology. The standard Seattle measures 5–10 mG at 2–3 inches from the panels (Low EMF). The \u003ca href=\"\/products\/maxxus-seattle-2-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003eNear Zero EMF variant\u003c\/a\u003e adds PureTech™ shielding to every panel, reducing readings to under 2 mG at the same distance — one of the most stringent near-zero measurements in the lineup. For most buyers sitting at normal bench distance, the standard Low EMF is well within safe ranges. For buyers with specific EMF concerns, the Near Zero upgrade is $400 more.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"mxs-faq-item\"\u003e\n        \u003csummary\u003eHow long does the Seattle take to heat up?\n          \u003csvg class=\"mxs-faq-chevron\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/summary\u003e\n        \u003cp class=\"mxs-faq-a\"\u003eTypically 15–30 minutes from a cold start to reach an operating temperature of 118–130°F. At the 15-amp draw, heat-up is gradual and consistent. Reaching 140°F maximum takes 30–45 minutes depending on ambient room temperature. Most users start the sauna when they begin a workout or other activity, then enter when they’re ready. The standard 9-foot cord makes placement near a standard outlet straightforward.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"mxs-faq-item\"\u003e\n        \u003csummary\u003eWhat financing options are available?\n          \u003csvg class=\"mxs-faq-chevron\" viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/summary\u003e\n        \u003cp class=\"mxs-faq-a\"\u003eAffirm financing is available at checkout, allowing you to spread the $2,299 investment over monthly payments. Rates and terms are determined by Affirm at checkout based on your profile. HSA and FSA cards are accepted — sauna therapy may qualify as a wellness expense under many plans. Confirm eligibility with your plan administrator before purchase. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"mxs-w-alt\"\u003e\n  \u003cdiv class=\"mxs-wrap\"\u003e\n    \u003cdiv class=\"mxs-trust\" role=\"list\" aria-label=\"Recovery Room Direct commitments\"\u003e\n      \u003cdiv class=\"mxs-trust-item\" role=\"listitem\"\u003e\n        \u003cdiv class=\"mxs-trust-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M12 2L3 7l9 5 9-5-9-5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 12l9 5 9-5\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 17l9 5 9-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan class=\"mxs-trust-label\"\u003eAuthorized Dealer\u003c\/span\u003e\n        \u003cspan class=\"mxs-trust-sub\"\u003eOfficial Maxxus retailer\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxs-trust-item\" role=\"listitem\"\u003e\n        \u003cdiv class=\"mxs-trust-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan class=\"mxs-trust-label\"\u003eFree Shipping\u003c\/span\u003e\n        \u003cspan class=\"mxs-trust-sub\"\u003eFreight delivery included\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxs-trust-item\" role=\"listitem\"\u003e\n        \u003cdiv class=\"mxs-trust-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan class=\"mxs-trust-label\"\u003eExpert Support\u003c\/span\u003e\n        \u003cspan class=\"mxs-trust-sub\"\u003eReal humans, real answers\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxs-trust-item\" role=\"listitem\"\u003e\n        \u003cdiv class=\"mxs-trust-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cspan class=\"mxs-trust-label\"\u003eUSA-Based\u003c\/span\u003e\n        \u003cspan class=\"mxs-trust-sub\"\u003eShips from within the US\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"mxs-w\"\u003e\n  \u003cdiv class=\"mxs-wrap\"\u003e\n    \u003cdiv class=\"mxs-cta\"\u003e\n      \u003ch2 class=\"mxs-cta-h2\"\u003ePremium infrared. Standard outlet. Daily practice starts here.\u003c\/h2\u003e\n      \u003cp class=\"mxs-cta-p\"\u003eThe Maxxus Seattle removes every barrier between you and your first session. Plug it in, assemble it in under an hour, and use it the same day. We’re here to help you choose between the Seattle, the Near Zero upgrade, or a different model entirely — no pressure, just honest answers.\u003c\/p\u003e\n      \u003cdiv class=\"mxs-cta-pills\"\u003e\n        \u003cspan class=\"mxs-cta-pill\"\u003e✓ Free Freight Shipping\u003c\/span\u003e\n        \u003cspan class=\"mxs-cta-pill\"\u003e✓ Affirm Financing Available\u003c\/span\u003e\n        \u003cspan class=\"mxs-cta-pill\"\u003e✓ 5-Year Warranty\u003c\/span\u003e\n        \u003cspan class=\"mxs-cta-pill\"\u003e✓ Price Match Guarantee\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxs-cta-actions\"\u003e\n        \u003ca href=\"tel:+18885005675\" class=\"mxs-cta-btn\"\u003eSpeak with an Expert — (888) 500-5675\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"mxs-cta-order\"\u003e\u003ca href=\"#\" onclick=\"window.scrollTo({top:0,behavior:'smooth'});return false;\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940299141487,"sku":"MX-J206-01","price":2299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-seattle-low-emf-infrared-sauna-mx-j206-01-view-02.webp?v=1778659969"},{"product_id":"maxxus-bellevue-3-person-low-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus Bellevue 3-Person Low EMF FAR Infrared Sauna | Canadian Hemlock","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;position:sticky;top:0;z-index:50;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:480px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"✓\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\n.mxx-sauna-nav{position:static!important}\n.mxx-sauna-cmp-grid{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;margin-top:32px}\n.mxx-sauna-cmp-col{padding:28px 20px;border-right:1px solid #EDE8E1}\n.mxx-sauna-cmp-col:last-child{border-right:0}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here{background:#1A1410}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here h3{color:#C8943A}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here p{color:#BCBFCA}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here .mxx-sauna-specs-tbl td{background:#fff;color:#1A1410;border-color:#EDE8E1}\n.mxx-sauna-cmp-badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:20px;margin-bottom:12px;background:#FAF7F2;color:#1A1410}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here .mxx-sauna-cmp-badge{background:#C8943A;color:#fff}\n.mxx-sauna-cmp-link{display:inline-block;margin-top:16px;font-size:13px;font-weight:600;color:#C8943A!important;text-decoration:none}\n.mxx-sauna-ship-ico{margin-bottom:12px;line-height:1}\n.mxx-sauna-ship-card{text-align:center}\n@media(max-width:768px){.mxx-sauna-cmp-grid{grid-template-columns:1fr}}\n\n\/* ── LAYOUT BRIDGE: maps new HTML class names to correct visual rules ── *\/\n\n\/* Hero section wrapper *\/\n.mxx-sauna-hero-section{background:#fff;padding:40px 24px}\n\n\/* Hero inner — activates 2-col grid; overrides padding from .mxx-sauna-hero\n   (.mxx-sauna-inner.mxx-sauna-hero specificity 0,2,0 beats .mxx-sauna-hero 0,1,0) *\/\n.mxx-sauna-inner.mxx-sauna-hero{\n  display:grid;grid-template-columns:1fr 1fr;gap:48px;\n  align-items:center;padding:0;background:transparent}\n\n\/* Hero image container *\/\n.mxx-sauna-hero-img-wrap{\n  background:#fff;border-radius:12px;overflow:hidden;\n  aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img-wrap img{width:100%;height:100%;object-fit:contain}\n\n\/* Hero copy elements *\/\n.mxx-sauna-emf-badge{\n  display:inline-block;background:#1A1410;color:#C8943A;\n  font-size:11px;font-weight:700;padding:4px 12px;border-radius:20px;\n  letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}\n.mxx-sauna-hero-h{\n  font-size:clamp(26px,3.5vw,40px);font-weight:800;\n  color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-sub{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n\n\/* Stats bar — activates grid on .mxx-sauna-facts;\n   grid-template-columns is already set via inline style in HTML *\/\n.mxx-sauna-facts{display:grid;gap:0}\n.mxx-sauna-fact{\n  padding:24px 16px;text-align:center;\n  border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-fact:last-child{border-right:none}\n.mxx-sauna-fact-num{\n  display:block;font-size:28px;font-weight:800;color:#C8943A;\n  line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-fact-lbl{\n  font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n\n\/* Tech section image — restore aspect-ratio and cover fit *\/\n.mxx-sauna-tech-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img-wrap img{width:100%;height:100%;object-fit:cover}\n\n\/* Box section — activates 2-col grid on .mxx-sauna-inner.mxx-sauna-box-wrap *\/\n.mxx-sauna-inner.mxx-sauna-box-wrap{\n  display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n\n\/* Trust band — activates 4-col horizontal grid *\/\n.mxx-sauna-trust{\n  display:grid;grid-template-columns:repeat(4,1fr);\n  border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-ico{display:block;margin-bottom:4px}\n.mxx-sauna-trust-item strong{\n  font-size:14px;font-weight:700;color:#1A1410;display:block;margin:8px 0 4px}\n\n\/* Mobile overrides *\/\n@media(max-width:768px){\n  .mxx-sauna-hero-section{padding:32px 16px}\n  .mxx-sauna-inner.mxx-sauna-hero{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img-wrap{order:-1}\n  .mxx-sauna-facts{grid-template-columns:repeat(2,1fr)!important}\n  .mxx-sauna-fact:nth-child(2n){border-right:none}\n  .mxx-sauna-fact{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-fact:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-inner.mxx-sauna-box-wrap{grid-template-columns:1fr}\n  .mxx-sauna-trust{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n}\n\u003c\/style\u003e\n\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#technology\" class=\"mxx-sauna-nav-link\"\u003eTechnology\u003c\/a\u003e\u003ca href=\"#features\" class=\"mxx-sauna-nav-link\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\" class=\"mxx-sauna-nav-link\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#compare\" class=\"mxx-sauna-nav-link\"\u003eCompare\u003c\/a\u003e\u003ca href=\"#shipping\" class=\"mxx-sauna-nav-link\"\u003eShipping\u003c\/a\u003e\u003ca href=\"#faq\" class=\"mxx-sauna-nav-link\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero-section\"\u003e\n\u003cdiv class=\"mxx-sauna-inner mxx-sauna-hero\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cspan class=\"mxx-sauna-emf-badge\"\u003eLow EMF 5–10 mG\u003c\/span\u003e\n\u003ch2 class=\"mxx-sauna-hero-h\"\u003eBellevue 3-Person Low EMF Sauna — Canadian Hemlock\u003c\/h2\u003e\n\u003cp class=\"mxx-sauna-hero-sub\"\u003eSeven PureTech™ carbon heaters in a clear-glass hemlock cabin. Low EMF at a sharper price point, with Bluetooth audio and chromotherapy lighting built in.\u003c\/p\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-img-wrap\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-bellevue-3-person-low-emf-far-infrared-sauna-canadian-hemlock-mx-j306-01-left-angle-view.webp?v=1778503999\" alt=\"Bellevue 3-Person Low EMF Sauna — Canadian Hemlock\" loading=\"eager\" style=\"width:100%;height:auto;display:block;mix-blend-mode:multiply\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\u003csection class=\"mxx-sauna-dark\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-facts\" aria-label=\"Key specifications\" style=\"grid-template-columns:repeat(4,1fr)\"\u003e\n\u003cdiv class=\"mxx-sauna-fact\"\u003e\n\u003cspan class=\"mxx-sauna-fact-num\"\u003e3\u003c\/span\u003e\u003cspan class=\"mxx-sauna-fact-lbl\"\u003ePerson Capacity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-fact\"\u003e\n\u003cspan class=\"mxx-sauna-fact-num\"\u003e5–10 mG\u003c\/span\u003e\u003cspan class=\"mxx-sauna-fact-lbl\"\u003eLow EMF\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-fact\"\u003e\n\u003cspan class=\"mxx-sauna-fact-num\"\u003e7\u003c\/span\u003e\u003cspan class=\"mxx-sauna-fact-lbl\"\u003eCarbon Heaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-fact\"\u003e\n\u003cspan class=\"mxx-sauna-fact-num\"\u003e140℃\u003c\/span\u003e\u003cspan class=\"mxx-sauna-fact-lbl\"\u003eMax Temperature\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection id=\"technology\" class=\"mxx-sauna-cream\"\u003e\n\u003cdiv class=\"mxx-sauna-inner mxx-sauna-tech-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCore Technology\u003c\/p\u003e\n\u003ch2\u003ePureTech™ FAR-Infrared Heat — Built Into Canadian Hemlock\u003c\/h2\u003e\n\u003cp\u003eFar-infrared wavelengths (5–14 microns) penetrate 1.5–2 inches below the skin surface — reaching muscle tissue, joints, and fascia where surface heat cannot reach. PureTech™ carbon panels distribute that heat across a wider surface area than traditional rod heaters, producing a gentler, more enveloping warmth at lower air temperatures.\u003c\/p\u003e\n\u003cp\u003eEMF rating: \u003cstrong\u003e5 to 10 milligauss (mG)\u003c\/strong\u003e. A responsible EMF level that delivers full infrared benefits at a sharper price point.\u003c\/p\u003e\n\u003cp\u003eThe Canadian Hemlock construction absorbs and radiates infrared energy evenly, keeping surface temperatures consistent throughout your session — no hot spots near heaters, no cold zones near the door.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img-wrap\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-bellevue-3-person-low-emf-far-infrared-sauna-canadian-hemlock-mx-j306-01-in-a-room.webp?v=1778503999\" alt=\"Maxxus infrared sauna interior\" loading=\"lazy\" style=\"width:100%;height:auto;display:block;border-radius:8px\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\u003csection id=\"features\" class=\"mxx-sauna-white\"\u003e\n\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Inside\u003c\/p\u003e\n\u003ch2\u003eEverything You Need for a Clinical-Grade Home Sauna\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-bellevue-3-person-low-emf-far-infrared-sauna-canadian-hemlock-mx-j306-01-heater.webp?v=1778503999\" alt=\"PureTech™ Carbon FAR-IR Heaters\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003ePureTech™ Carbon FAR-IR Heaters\u003c\/h3\u003e\n\u003cp\u003eUltra-thin PureTech™ carbon panels spread far-infrared heat evenly across the walls and floor. Each panel runs at a lower surface temperature than rod heaters — producing a gentler warmth that envelops rather than scorches, even during extended sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-bellevue-3-person-low-emf-far-infrared-sauna-canadian-hemlock-mx-j306-01-light-options.webp?v=1778503999\" alt=\"Chromotherapy LED Lighting\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy LED Lighting\u003c\/h3\u003e\n\u003cp\u003eSeven selectable color modes let you tune the light environment to your session. Chromotherapy pairs naturally with infrared heat — from energizing amber before a workout to calming blue for an evening wind-down.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-bellevue-3-person-low-emf-far-infrared-sauna-canadian-hemlock-mx-j306-01-control-panel.webp?v=1778503999\" alt=\"LED Control Panel\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eLED Control Panel\u003c\/h3\u003e\n\u003cp\u003eSimple, reliable LED control panel inside the sauna lets you set temperature and session timer with confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\u003csection id=\"specs\" class=\"mxx-sauna-cream\"\u003e\n\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Specifications\u003c\/p\u003e\n\u003ch2\u003eMaxxus Sauna Technical Specifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Full product specifications\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eMX-J306-01\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeries\u003c\/td\u003e\n\u003ctd\u003eBellevue J-Series\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e3 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e56″ W × 37″ D × 68″ H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCarbon Heaters\u003c\/td\u003e\n\u003ctd\u003e7 PureTech™\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd\u003e2,200W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eElectrical\u003c\/td\u003e\n\u003ctd\u003e120V \/ 20A dedicated circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Rating\u003c\/td\u003e\n\u003ctd\u003e5–10 mG (Low EMF)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003e140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eClear tempered\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eBluetooth, MP3\/AUX\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControls\u003c\/td\u003e\n\u003ctd\u003eLED interior control panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Time\u003c\/td\u003e\n\u003ctd\u003e45–90 minutes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003eLifetime structure \/ 7-yr heaters \/ 5-yr electrical\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\u003csection id=\"compare\" class=\"mxx-sauna-white\"\u003e\n\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eLow EMF vs. Near Zero EMF\u003c\/p\u003e\n\u003ch2\u003eSame Bellevue Cabin — Different EMF Tier\u003c\/h2\u003e\n\u003cp\u003eThe Bellevue Low EMF and Near Zero EMF hemlock models share the same MX-J306-01 cabin and seven PureTech™ heaters. The difference is EMF output level and price.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-cmp-col mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eViewing Now\u003c\/span\u003e\n\u003ch3\u003eBellevue Low EMF (5–10 mG)\u003c\/h3\u003e\n\u003cp\u003eSame hemlock cabin and 7 heaters at a sharper price. For buyers who want full FAR-infrared benefits without the Near Zero EMF premium.\u003c\/p\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" style=\"margin-top:16px\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF\u003c\/td\u003e\n\u003ctd\u003e5–10 mG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e7 Carbon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior\u003c\/td\u003e\n\u003ctd\u003e56″×37″×68″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd\u003e2,200W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eClear tempered\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-cmp-col\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eCompare With\u003c\/span\u003e\n\u003ch3\u003eBellevue Near Zero EMF (\u0026lt;2 mG)\u003c\/h3\u003e\n\u003cp\u003eSame cabin and heaters with EMF output under 2 mG. For buyers prioritizing the lowest possible EMF exposure.\u003c\/p\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" style=\"margin-top:16px\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;2 mG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e7 Carbon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior\u003c\/td\u003e\n\u003ctd\u003e56″×37″×68″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd\u003e2,200W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eClear tempered\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003ca class=\"mxx-sauna-cmp-link\" href=\"\/products\/maxxus-bellevue-3-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003eView Near Zero EMF Bellevue →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e If EMF output below 2 mG matters for your health goals — the Near Zero EMF Bellevue is worth the upgrade. If you want the same Bellevue sauna experience at a lower price and 5–10 mG is acceptable — this Low EMF model delivers identical heat and construction quality.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\"\u003e\n\u003cdiv class=\"mxx-sauna-inner mxx-sauna-box-wrap\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eIn the Box\u003c\/p\u003e\n\u003ch2\u003eWhat’s Included With Your Maxxus Sauna\u003c\/h2\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut Canadian hemlock sauna panels (numbered for tool-free assembly)\u003c\/li\u003e\n\u003cli\u003eHinged clear tempered glass door with handle\u003c\/li\u003e\n\u003cli\u003e7 PureTech™ carbon FAR-IR heaters (pre-installed in panels)\u003c\/li\u003e\n\u003cli\u003eLED interior control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED light system (7 color modes)\u003c\/li\u003e\n\u003cli\u003eBluetooth + MP3\/AUX audio system with speaker\u003c\/li\u003e\n\u003cli\u003eAssembly hardware kit and allen wrench\u003c\/li\u003e\n\u003cli\u003eOwner’s manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-bellevue-3-person-low-emf-far-infrared-sauna-canadian-hemlock-mx-j306-01-right-angle-view.webp?v=1778503999\" alt=\"Maxxus sauna included components\" loading=\"lazy\" style=\"width:100%;height:auto;display:block;border-radius:8px;mix-blend-mode:multiply\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\u003csection id=\"shipping\" class=\"mxx-sauna-cream\"\u003e\n\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery \u0026amp; Shipping\u003c\/p\u003e\n\u003ch2\u003eFree Freight Shipping to the Contiguous 48 States\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n\u003cdiv class=\"mxx-sauna-ship-ico\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cstrong\u003eFree Freight Delivery\u003c\/strong\u003e\n\u003cp\u003eShips free via freight carrier to the contiguous 48 states. Delivery is curbside or to your garage. White Glove in-home placement and assembly is available as a paid upgrade — contact us for a quote.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n\u003cdiv class=\"mxx-sauna-ship-ico\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cstrong\u003eShips in 2–5 Business Days\u003c\/strong\u003e\n\u003cp\u003eMost orders leave the warehouse within 2–5 business days. Freight transit typically takes 5–10 additional business days depending on your location. You’ll receive a tracking number when your order ships.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n\u003cdiv class=\"mxx-sauna-ship-ico\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"23 4 23 10 17 10\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M20.49 15a9 9 0 1 1-2.12-9.36L23 10\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cstrong\u003e30-Day Return Policy\u003c\/strong\u003e\n\u003cp\u003eContact us within 30 days of delivery if you’re not satisfied. Returns are subject to a 20% restocking fee; buyer is responsible for return freight costs. Please reach out before initiating a return — we’re here to help resolve any issues first.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\u003csection id=\"faq\" class=\"mxx-sauna-white\"\u003e\n\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eQuestions \u0026amp; Answers\u003c\/p\u003e\n\u003ch2\u003eMaxxus Sauna FAQ — What Buyers Ask Most\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails class=\"mxx-sauna-faq-item\"\u003e\u003csummary class=\"mxx-sauna-faq-q\"\u003eHow long does it take to assemble this Maxxus sauna?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMost buyers complete assembly in 45–90 minutes with two people. All panels are pre-cut, numbered, and fit together with included hardware. No special tools are required beyond the included allen wrench.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"mxx-sauna-faq-item\"\u003e\u003csummary class=\"mxx-sauna-faq-q\"\u003eWhat electrical requirements does the MX-J306-01 have?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA dedicated 20-amp, 120V circuit. The sauna plugs into a standard NEMA 5-20 outlet — no hardwiring required, but a dedicated circuit is strongly recommended.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"mxx-sauna-faq-item\"\u003e\u003csummary class=\"mxx-sauna-faq-q\"\u003eWhat does “Low EMF” mean for this sauna?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eBetween 5 and 10 milligauss (mG) — a responsible EMF level that delivers full infrared benefits at a more accessible price.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"mxx-sauna-faq-item\"\u003e\u003csummary class=\"mxx-sauna-faq-q\"\u003eDoes the MX-J306-01 Bellevue have FM radio?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eNo. The J-Series (Bellevue) series features Bluetooth, MP3 player input, and AUX connection — but does not include an FM radio receiver. If FM radio is important to you, consider a K-series model instead.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"mxx-sauna-faq-item\"\u003e\u003csummary class=\"mxx-sauna-faq-q\"\u003eDoes this sauna need ventilation or special flooring?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe sauna is fully enclosed and does not require ventilation ducting. It can be placed on any level, clean surface — hardwood, tile, concrete, or carpet with a protective pad. Ensure adequate clearance (minimum 3 inches) on sides and rear for heat dissipation.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"mxx-sauna-faq-item\"\u003e\u003csummary class=\"mxx-sauna-faq-q\"\u003eWhat is the return policy?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eContact Recovery Room Direct within 30 days of delivery. Returns are subject to a 20% restocking fee and the buyer is responsible for return freight costs. We encourage you to reach out first — we can often resolve fit or setup concerns without a return.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"mxx-sauna-faq-item\"\u003e\u003csummary class=\"mxx-sauna-faq-q\"\u003eWhat warranty does the Maxxus sauna include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus covers the structural wood frame for lifetime, the PureTech™ carbon heaters for 7 years, and the electrical components and controls for 5 years. The warranty is fulfilled through Recovery Room Direct as an authorized dealer.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"mxx-sauna-faq-item\"\u003e\u003csummary class=\"mxx-sauna-faq-q\"\u003eCan I use this infrared sauna every day?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Daily sessions of 20–45 minutes are common for regular users. Start with shorter sessions (15–20 minutes) at lower temperatures to allow your body to acclimate, especially if you are new to infrared therapy.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails class=\"mxx-sauna-faq-item\"\u003e\u003csummary class=\"mxx-sauna-faq-q\"\u003eIs financing available for this sauna?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes — Affirm financing is available at checkout, allowing you to spread the investment over time. Terms are determined at checkout based on your credit profile.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\"\u003e\n\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-trust\" aria-label=\"Store trust signals\"\u003e\n\u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n\u003cspan class=\"mxx-sauna-trust-ico\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cstrong\u003eAuthorized Dealer\u003c\/strong\u003e\u003cp\u003eGenuine Maxxus products with full manufacturer warranty\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n\u003cspan class=\"mxx-sauna-trust-ico\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cstrong\u003eFree Freight Shipping\u003c\/strong\u003e\u003cp\u003eDelivered to the contiguous 48 states at no charge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n\u003cspan class=\"mxx-sauna-trust-ico\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.61 3.41 2 2 0 0 1 3.6 1.24h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 8.91a16 16 0 0 0 5.97 5.97l.75-.75a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cstrong\u003eExpert Guidance\u003c\/strong\u003e\u003cp\u003eSpeak with a sauna specialist before you buy\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n\u003cspan class=\"mxx-sauna-trust-ico\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cstrong\u003eRecovery Specialists\u003c\/strong\u003e\u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\u003csection class=\"mxx-sauna-dark\" style=\"border-radius:12px;margin:32px auto;max-width:900px;padding:48px 32px;text-align:center\"\u003e\n\u003ch2 style=\"color:#fff;font-size:clamp(22px,3vw,30px);margin-bottom:12px\"\u003eReady to Bring Infrared Heat Home?\u003c\/h2\u003e\n\u003cp style=\"color:#BCBFCA;max-width:520px;margin:0 auto 28px;font-size:16px\"\u003eQuestions about capacity, EMF levels, or installation? Our sauna specialists are here to help you choose the right model.\u003c\/p\u003e\n\u003cdiv style=\"display:flex;flex-wrap:wrap;justify-content:center;gap:8px 10px;margin-bottom:28px\"\u003e\n\u003cspan style=\"padding:8px 16px;border-radius:24px;font-size:13px;font-weight:600;background:rgba(200,148,58,.15);color:#C8943A\"\u003eFree Freight Shipping\u003c\/span\u003e\n\u003cspan style=\"padding:8px 16px;border-radius:24px;font-size:13px;font-weight:600;background:rgba(200,148,58,.15);color:#C8943A\"\u003eAuthorized Dealer\u003c\/span\u003e\n\u003cspan style=\"padding:8px 16px;border-radius:24px;font-size:13px;font-weight:600;background:rgba(200,148,58,.15);color:#C8943A\"\u003e30-Day Returns\u003c\/span\u003e\n\u003cspan style=\"padding:8px 16px;border-radius:24px;font-size:13px;font-weight:600;background:rgba(200,148,58,.15);color:#C8943A\"\u003eExpert Guidance\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display:flex;justify-content:center;margin-bottom:32px\"\u003e\n\u003ca href=\"tel:+18885005675\" style=\"display:inline-block;padding:16px 36px;background:#C8943A;color:#fff;font-size:17px;font-weight:700;border-radius:12px;text-decoration:none\"\u003e(888) 500-5675 — Speak with a Specialist\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin:0\"\u003e\u003ca href=\"#top\" style=\"color:#C8943A;font-size:16px;font-weight:600;text-decoration:none\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940299174255,"sku":"MX-J306-01","price":2699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-bellevue-3-person-low-emf-far-infrared-sauna-canadian-hemlock-mx-j306-01-left-angle-view.webp?v=1778503999"},{"product_id":"maxxus-2-person-low-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus 2-Person Low EMF FAR Infrared Sauna | Canadian Hemlock","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;position:sticky;top:0;z-index:50;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:480px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls2-01-lsif-02-02.webp?v=1778658732\" alt=\"Maxxus 2-Person Low EMF FAR Infrared Sauna | Canadian Hemlock | MX-LS2-01\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus Saunas — MX-LS2-01 | 2-Person | Canadian Hemlock\u003c\/p\u003e\n\u003ch2\u003eDual Tech Infrared Sauna — Carbon + Ceramic, 15A Circuit\u003c\/h2\u003e\n\u003cp\u003eThe MX-LS2-01 combines five carbon and one ceramic FAR infrared heater in a compact 44″×36″ Canadian Hemlock cabin. Dual LED control panels, FM radio with 30 presets, Bluetooth streaming, and chromotherapy LED lighting — all on a standard 15A household circuit.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003eDual Tech Heaters — 5 Carbon + 1 Ceramic FAR Infrared\u003c\/li\u003e\n\u003cli\u003e5–10 mG Low EMF Rating\u003c\/li\u003e\n\u003cli\u003eDual LED Control Panels — Interior \u0026amp; Exterior\u003c\/li\u003e\n\u003cli\u003eFM Radio, Bluetooth, MP3\/AUX | Canadian Hemlock\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specifications\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e5–10 mG\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eLow EMF Rating\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e6\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eDual Tech Heaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e1600W \/ 15A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePower\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003eFree\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eShipping\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eFAR Infrared Heat with Dual Heater Technology\u003c\/h2\u003e\n\u003cp\u003eThe LS2 uses a combination of carbon and ceramic infrared heating. Carbon heaters emit broad-surface FAR infrared at 8–14 microns — the range most efficiently absorbed at the skin level — while the single ceramic element delivers concentrated heat ideal for warming the lower back and leg areas. Combined EMF output measures 5–10 mG at contact distance, well within the Low EMF category. The 44″×36″ interior fits two comfortably and preheats to 140°F in approximately 15 minutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls2-01-lsif-02-03.webp?v=1778658739\" alt=\"Maxxus 2-Person Low EMF FAR Infrared Sauna | Canadian Hemlock | MX-LS2-01 interior\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eWhat's Inside\u003c\/p\u003e\n\u003ch2\u003eDesigned for Daily Infrared Sessions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls2-01-lsif-02-07.webp?v=1778658751\" alt=\"Dual Tech Infrared Heaters\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eDual Tech Infrared Heaters\u003c\/h3\u003e\n\u003cp\u003eFive carbon FAR infrared panels provide broad, even heat distribution; one ceramic heater delivers targeted high-intensity infrared. Together they warm the cabin to 140°F while drawing just 1600W on a standard 15A circuit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls2-01-lsif-02-08.webp?v=1778658754\" alt=\"Chromotherapy LED Lighting\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy LED Lighting\u003c\/h3\u003e\n\u003cp\u003eMulti-color LED chromotherapy cycles through the visible spectrum to complement your infrared session. Adjust color and intensity from the interior control panel without interrupting your session.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls2-01-lsif-02-05.webp?v=1778658745\" alt=\"Dual LED Control Panels + FM Radio\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eDual LED Control Panels + FM Radio\u003c\/h3\u003e\n\u003cp\u003eSeparate LED panels inside and outside the cabin let you pre-heat and set your session without stepping in. FM radio with 30 presets, Bluetooth wireless streaming, and MP3\/AUX input managed from the interior panel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\" id=\"compare\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare\u003c\/p\u003e\n\u003ch2\u003eLS2 vs. Near Zero EMF Hemlock — Which Is Right for You?\u003c\/h2\u003e\n\u003cp\u003eBoth models use Canadian Hemlock and dual LED control panels. The key differences are heater technology and EMF certification.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eLS2 — MX-LS2-01\u003c\/th\u003e\n\u003cth\u003eNZ Hemlock — MX-K206-01-ZF\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e5–10 mG (Low EMF)\u003c\/td\u003e\n\u003ctd\u003eUnder 2 mG (Near Zero)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Tech\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eDual Tech: 5 Carbon + 1 Ceramic\u003c\/td\u003e\n\u003ctd\u003e6 PureTech™ Carbon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e44″×36″×68″\u003c\/td\u003e\n\u003ctd\u003e45″×37″×68″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e1600W \/ 15A\u003c\/td\u003e\n\u003ctd\u003e~1750W \/ 15A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl System\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eDual LED Panels\u003c\/td\u003e\n\u003ctd\u003eDual LED Panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFM Radio\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eYes — 30 presets + Bluetooth + AUX\u003c\/td\u003e\n\u003ctd\u003eYes — FM + Bluetooth + AUX + SD + USB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temp\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e140°F\u003c\/td\u003e\n\u003ctd\u003e140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e If sub-2 mG EMF is a priority, the \u003ca href=\"\/products\/maxxus-2-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003eNear Zero Hemlock\u003c\/a\u003e is the right upgrade. The LS2 delivers the same FAR infrared session at a lower price point; its 5–10 mG rating is still well below unrated carbon sauna averages. Both use dual LED control panels with exterior pre-heat capability.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eMX-LS2-01\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e44″W × 36″D × 68″H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeating Capacity\u003c\/td\u003e\n\u003ctd\u003e2 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Type\u003c\/td\u003e\n\u003ctd\u003eDual Tech — 5 Carbon FAR IR + 1 Ceramic FAR IR\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Heaters\u003c\/td\u003e\n\u003ctd\u003e6\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Rating\u003c\/td\u003e\n\u003ctd\u003e5–10 mG (Low EMF)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Wavelength\u003c\/td\u003e\n\u003ctd\u003e8–14 microns (FAR infrared)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003e140°F (60°C)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Requirements\u003c\/td\u003e\n\u003ctd\u003e120V \/ 15A dedicated circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChromotherapy\u003c\/td\u003e\n\u003ctd\u003eMulti-color LED system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl System\u003c\/td\u003e\n\u003ctd\u003eDual LED panels — interior + exterior\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio System\u003c\/td\u003e\n\u003ctd\u003eFM radio (30 presets) + Bluetooth + MP3\/AUX input\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood Material\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Time\u003c\/td\u003e\n\u003ctd\u003e~1–2 hours (2 people recommended)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertifications\u003c\/td\u003e\n\u003ctd\u003eETL \/ CETL \/ CE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls2-01-lsif-02.webp?v=1778658735\" alt=\"Maxxus 2-Person Low EMF FAR Infrared Sauna | Canadian Hemlock | MX-LS2-01 in the box\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eEverything in the Box\u003c\/h2\u003e\n\u003cp\u003eYour Maxxus LS2 2-Person Sauna ships in 2 boxes with all components pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Hemlock panels\u003c\/li\u003e\n\u003cli\u003eDual Tech heating panels (5 carbon + 1 ceramic)\u003c\/li\u003e\n\u003cli\u003eTempered clear glass door with frame\u003c\/li\u003e\n\u003cli\u003eInterior and exterior LED control panels\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting kit\u003c\/li\u003e\n\u003cli\u003eStereo speaker system with FM radio, Bluetooth, and MP3\/AUX input\u003c\/li\u003e\n\u003cli\u003eLED reading light\u003c\/li\u003e\n\u003cli\u003eAssembly hardware and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with 15A outlet adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the carrier’s bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e with questions before, during, or after delivery.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. No electrician needed — plug into the included outlet adapter.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes the LS2 have Near Zero EMF heaters?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eNo. The MX-LS2-01 uses Dual Tech heaters (5 carbon + 1 ceramic) rated at 5–10 mG — the Low EMF tier. If Near Zero EMF (under 2 mG) is a requirement, see the \u003ca href=\"\/products\/maxxus-2-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003eMX-K206-01-ZF Hemlock\u003c\/a\u003e.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical outlet does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA standard 120V \/ 15A dedicated circuit with a GFCI-protected outlet. Most homes already have this. Do not share the circuit with other high-draw appliances. No electrician is required for the sauna itself — just plug in.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 1–2 hours. The illustrated guide walks you through every step. The heaviest panels are manageable with two people.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the difference between carbon and ceramic infrared heaters?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eCarbon heaters have a larger surface area and emit even, lower-intensity FAR infrared. Ceramic heaters have a smaller surface but emit more intense, concentrated heat. The LS2 combines both: five carbon panels for full-cabin warmth and one ceramic panel for targeted high-intensity IR at the lower back or legs.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes the LS2 have an ionizer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eNo. The MX-LS2-01 does not include an oxygen ionizer. It includes chromotherapy LED lighting, FM radio, Bluetooth, and MP3\/AUX audio.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states is included. The carrier brings the boxes to your curb or driveway. Inside delivery and room placement (White Glove) is available as a paid upgrade — contact us before placing your order.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus provides a limited warranty covering heaters, wood panels, and electrical components. Contact us or visit the Maxxus website for current warranty terms and registration details.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout, subject to approval. You can split your purchase over 3 to 24 months. Select Affirm at checkout to see your options with no impact to your credit score.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n        \u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n        \u003cp\u003eCurbside delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n        \u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n        \u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur recovery specialists will match you with the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with an Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940299207023,"sku":"MX-LS2-01","price":2699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls2-01-lsif-02-02.webp?v=1778658732"},{"product_id":"maxxus-3-person-low-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus 3-Person Low EMF FAR Infrared Sauna | Canadian Hemlock","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;position:sticky;top:0;z-index:50;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-grid{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;margin-top:32px}\n.mxx-sauna-cmp-col{padding:28px 20px;border-right:1px solid #EDE8E1}\n.mxx-sauna-cmp-col:last-child{border-right:0}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here{background:#1A1410}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here h3{color:#C8943A}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here p{color:#BCBFCA}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here .mxx-sauna-specs-tbl td{background:#fff;color:#1A1410;border-color:#EDE8E1}\n.mxx-sauna-cmp-badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:20px;margin-bottom:12px;background:#FAF7F2;color:#1A1410}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here .mxx-sauna-cmp-badge{background:#C8943A;color:#fff}\n.mxx-sauna-cmp-link{display:inline-block;margin-top:16px;font-size:13px;font-weight:600;color:#C8943A;text-decoration:none}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1;text-align:center}\n.mxx-sauna-ship-ico{margin-bottom:12px;line-height:1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-cmp-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003cdiv class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls3-01-lsif-03.webp?v=1778659108\" alt=\"Maxxus 3-Person Low EMF FAR Infrared Sauna | Canadian Hemlock\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus MX-LS3-01 | 3-Person | Canadian Hemlock\u003c\/p\u003e\n\u003ch2\u003e3-Person Low EMF FAR Infrared — The Family-Size Option\u003c\/h2\u003e\n\u003cp\u003eThe MX-LS3-01 scales the proven LS-series design to 3-person capacity. Six carbon panels plus one bench heater create 2000W of even FAR infrared heat in a Canadian Hemlock cabin with a clear glass door and built-in Bluetooth audio.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003e6 Carbon Panels + 1 Ceramic Heater (Dual Tech) (7 Total)\u003c\/li\u003e\n\u003cli\u003eLow EMF — 5–10 mG at 2–3 inches from the heating panels\u003c\/li\u003e\n\u003cli\u003eBluetooth Audio \u0026amp; MP3 Input\u003c\/li\u003e\n\u003cli\u003eCanadian Hemlock | Clear Tempered Glass Door\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stats\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e5–10 mG\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eEMF at 2–8 Inches\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e7\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eDual Tech Heaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e2000W \/ 20A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePower\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003eFree\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eShipping\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eLS-Series Carbon Technology — Scaled to 3 People\u003c\/h2\u003e\n\u003cp\u003eThe LS-series uses large-surface carbon panels for wide, even FAR infrared distribution. The 3-person version adds a seventh heater at the bench position to ensure lower-body coverage. Carbon panels operate at lower surface temperatures than ceramic while maintaining consistent FAR output across back, side, and floor positions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls3-01-lsif-03-03.webp?v=1778659112\" alt=\"Maxxus 3-Person Low EMF FAR Infrared Sauna | Canadian Hemlock interior\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls3-01-lsif-03-05.webp?v=1778659118\" alt=\"7 Carbon Heating Panels\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e7 Dual Tech Heaters (6 Carbon + 1 Ceramic)\u003c\/h3\u003e\n\u003cp\u003eSix carbon panels cover back and side wall positions; one ceramic element adds a higher-surface-temperature heat source at the bench position. The LS series is a Dual Tech design — both heater types work together to deliver FAR infrared across all positions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls3-01-chromotherapy-light.webp?v=1778659099\" alt=\"Chromotherapy Lighting\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy Lighting\u003c\/h3\u003e\n\u003cp\u003eSeven-color chromotherapy lighting is built into the control panel. Select the color channel that matches your session intent from inside or outside the cabin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls3-01-lsif-03-06.webp?v=1778659121\" alt=\"Bluetooth \u0026amp; MP3 Audio\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eBluetooth \u0026amp; MP3 Audio\u003c\/h3\u003e\n\u003cp\u003eIntegrated stereo speakers connect via Bluetooth or the 3.5mm auxiliary input. Stream directly from your phone for music, podcasts, or guided meditation during your session.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv id=\"compare\" class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare\u003c\/p\u003e\n\u003ch2\u003eLow EMF Hemlock vs. Full Spectrum Cedar — 3-Person Comparison\u003c\/h2\u003e\n\u003cp\u003eBoth models seat three people but use different heater technologies, wood species, and infrared wavelength ranges. Choosing between them comes down to protocol goals and aesthetic preference.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-cmp-col mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eYou’re Here\u003c\/span\u003e\n\u003ch3\u003eMX-LS3-01 — Low EMF\u003c\/h3\u003e\n\u003cp\u003eSix carbon panels plus one ceramic heater deliver Dual Tech FAR infrared. Hemlock cabin with analog controls — solid performance at a more accessible price.\u003c\/p\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" style=\"margin-top:16px\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Type\u003c\/td\u003e\n\u003ctd\u003eFAR Infrared Only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Tech\u003c\/td\u003e\n\u003ctd\u003e6 Carbon + 1 Ceramic (Dual Tech)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF\u003c\/td\u003e\n\u003ctd\u003e5–10 mG at 2–3 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior\u003c\/td\u003e\n\u003ctd\u003e51\" W × 38\" D × 68\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd\u003e2,000W \/ 20A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-cmp-col\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eCompare\u003c\/span\u003e\n\u003ch3\u003eMX-M306-01-FS — Full Spectrum\u003c\/h3\u003e\n\u003cp\u003eSeven 300W Full Spectrum panels deliver FAR, MID, and Near infrared (8000nm) simultaneously. Red Cedar cabin with bronze glass door and Touch Screen — the premium 3-person option.\u003c\/p\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" style=\"margin-top:16px\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Type\u003c\/td\u003e\n\u003ctd\u003eFAR + MID + NIR (8000nm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Tech\u003c\/td\u003e\n\u003ctd\u003e7 × 300W Full Spectrum Panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;2 mG at 2–3 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior\u003c\/td\u003e\n\u003ctd\u003e58\" W × 39\" D × 68\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd\u003e2,100W \/ 20A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003ca href=\"\/products\/maxxus-3-person-full-spectrum-near-zero-emf-far-infrared-sauna-canadian-red-cedar\" class=\"mxx-sauna-cmp-link\"\u003eView Full Spectrum 3-Person Cedar →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003eIf FAR infrared performance at a lower price point is the priority, this Low EMF model is the right choice. If MID and Near infrared wavelengths matter to your protocol — and you want cedar and bronze glass — the \u003ca href=\"\/products\/maxxus-3-person-full-spectrum-near-zero-emf-far-infrared-sauna-canadian-red-cedar\"\u003eFull Spectrum 3-Person Cedar\u003c\/a\u003e is the upgrade.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSKU\u003c\/td\u003e\n\u003ctd\u003eMX-LS3-01\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e3 Person\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConfiguration\u003c\/td\u003e\n\u003ctd\u003eStraight-Wall\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e51\" W × 38\" D × 68\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Type\u003c\/td\u003e\n\u003ctd\u003eFAR Infrared (6–14 µm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Count\u003c\/td\u003e\n\u003ctd\u003e6 Carbon Panels + 1 Ceramic Heater (Dual Tech)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Wattage\u003c\/td\u003e\n\u003ctd\u003e2,000W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eElectrical\u003c\/td\u003e\n\u003ctd\u003e120V \/ 20A dedicated circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd\u003e5–10 mG at 2–3 inches from the heating panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass Door\u003c\/td\u003e\n\u003ctd\u003eClear Tempered Glass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl Panel\u003c\/td\u003e\n\u003ctd\u003eInterior + exterior analog controls\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eBluetooth + 3.5mm MP3 auxiliary input\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChromotherapy\u003c\/td\u003e\n\u003ctd\u003eYes — 7-color LED\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Boxes\u003c\/td\u003e\n\u003ctd\u003e3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertifications\u003c\/td\u003e\n\u003ctd\u003eETL Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls3-01-lsif-03-02.webp?v=1778659105\" alt=\"Maxxus 3-Person Low EMF FAR Infrared Sauna | Canadian Hemlock in the box\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eEverything in the Box\u003c\/h2\u003e\n\u003cp\u003eYour Maxxus 3-Person Low EMF FAR Infrared Sauna | Canadian Hemlock ships in 3 boxes with all components pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered wood panels (Canadian Hemlock)\u003c\/li\u003e\n\u003cli\u003eCarbon infrared heating panels\u003c\/li\u003e\n\u003cli\u003eTempered clear glass door with frame\u003c\/li\u003e\n\u003cli\u003eInterior and exterior control panels\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting kit\u003c\/li\u003e\n\u003cli\u003eStereo speaker system with Bluetooth and MP3 input\u003c\/li\u003e\n\u003cli\u003eLED reading light\u003c\/li\u003e\n\u003cli\u003eAssembly hardware and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with outlet adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003csection id=\"shipping\" class=\"mxx-sauna-cream\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery \u0026amp; Shipping\u003c\/p\u003e\n    \u003ch2\u003eFree Freight Shipping to the Contiguous 48 States\u003c\/h2\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003cdiv class=\"mxx-sauna-ship-ico\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eFree Freight Delivery\u003c\/h3\u003e\n        \u003cp\u003eShips free via freight carrier to the contiguous 48 states. Delivery is curbside or to your garage. White Glove in-home placement and assembly is available as a paid upgrade — contact us for a quote.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003cdiv class=\"mxx-sauna-ship-ico\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eShips in 2–5 Business Days\u003c\/h3\u003e\n        \u003cp\u003eMost orders leave the warehouse within 2–5 business days. Freight transit typically takes 5–10 additional business days depending on your location. You'll receive a tracking number when your order ships.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003cdiv class=\"mxx-sauna-ship-ico\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"23 4 23 10 17 10\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M20.49 15a9 9 0 1 1-2.12-9.36L23 10\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003e30-Day Return Policy\u003c\/h3\u003e\n        \u003cp\u003eContact us within 30 days of delivery if you're not satisfied. Returns are subject to a 20% restocking fee; buyer is responsible for return freight costs. Please reach out before initiating a return — we're here to help resolve any issues first.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow does this 3-person model differ from the 2-person LS-series?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe MX-LS3-01 adds a seventh bench heater and a larger cabin (55\" W vs 48\" W) to comfortably seat three adults. The heater technology, EMF profile, and audio setup are the same LS-series design — just scaled up.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs this sauna appropriate for regular family use?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. The LS-series is built for regular residential use. Canadian Hemlock is stable and durable under frequent heat cycling. The clear glass door gives the interior a bright, open feel that works well in family settings.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical outlet does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA 120V \/ 20A dedicated circuit with a GFCI-protected outlet. Some homes may need an electrician to add a 20A circuit if one is not already available near your installation location.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 1–2 hours. The illustrated guide walks you through every step. The heaviest panels are manageable with two people.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states is included. The carrier brings the boxes to your curb or driveway. Inside delivery and room placement (White Glove) is available as a paid upgrade — contact us before placing your order.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus provides a limited warranty covering heaters, wood panels, and electrical components. Contact us or visit the Maxxus website for current warranty terms and registration details.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout, subject to approval. You can split your purchase over 3 to 24 months. Select Affirm at checkout to see your options with no impact to your credit score.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n        \u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n        \u003cp\u003eCurbside delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n        \u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n        \u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady to Experience Infrared Recovery?\u003c\/h2\u003e\n    \u003cp\u003eOur recovery specialists will match you with the right sauna for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with an Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940299239791,"sku":"MX-LS3-01","price":2999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls3-01-lsif-03-02.webp?v=1778659105"},{"product_id":"maxxus-3-person-corner-low-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus 3-Person Corner Low EMF FAR Infrared Sauna | Canadian Hemlock","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;position:sticky;top:0;z-index:50;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-grid{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;margin-top:32px}\n.mxx-sauna-cmp-col{padding:28px 20px;border-right:1px solid #EDE8E1}\n.mxx-sauna-cmp-col:last-child{border-right:0}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here{background:#1A1410}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here h3{color:#C8943A}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here p{color:#BCBFCA}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here .mxx-sauna-specs-tbl td{background:#fff;color:#1A1410;border-color:#EDE8E1}\n.mxx-sauna-cmp-badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:20px;margin-bottom:12px;background:#FAF7F2;color:#1A1410}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here .mxx-sauna-cmp-badge{background:#C8943A;color:#fff}\n.mxx-sauna-cmp-link{display:inline-block;margin-top:16px;font-size:13px;font-weight:600;color:#C8943A;text-decoration:none}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1;text-align:center}\n.mxx-sauna-ship-ico{margin-bottom:12px;line-height:1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-cmp-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003cdiv class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k356-01-ced-ts-03.webp?v=1778658960\" alt=\"Maxxus 3-Person Corner Low EMF FAR Infrared Sauna | Canadian Hemlock\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus MX-K356-01 | 3-Person Corner | Canadian Hemlock\u003c\/p\u003e\n\u003ch2\u003e3-Person Corner Infrared — Nine Heaters, Spacious Layout\u003c\/h2\u003e\n\u003cp\u003eThe MX-K356-01 fits three people comfortably in a 60-inch corner layout. Nine carbon panels deliver even FAR infrared heat across back, side, floor, and bench positions. FM radio, Bluetooth, and MP3 audio are built in to the touch screen control.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003e9 Carbon Heaters — Low EMF (5–10 mG at 2–3 Inches from the heating panels)\u003c\/li\u003e\n\u003cli\u003e60\" × 60\" Corner Configuration — 3-Person Capacity\u003c\/li\u003e\n\u003cli\u003eFM Radio + Bluetooth + MP3 Audio | Touch Screen Control\u003c\/li\u003e\n\u003cli\u003eCanadian Hemlock | Bronze Glass Door\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stats\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e5–10 mG\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eEMF at 2–8 Inches\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e9\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCarbon Heaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e2000W \/ 20A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePower\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003eFree\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eShipping\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eNine-Panel Carbon Coverage in the Corner Format\u003c\/h2\u003e\n\u003cp\u003eNine carbon panels are positioned across the back wall, two side walls, floor, and bench of the 60\" × 60\" corner cabin. This multi-position layout ensures all three occupants receive direct FAR infrared exposure across back, legs, and torso simultaneously. Carbon technology provides stable output at 5–10 mG at 2–3 inches from the heating panels.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k356-01-background-view.webp?v=1778658935\" alt=\"Maxxus 3-Person Corner Low EMF FAR Infrared Sauna | Canadian Hemlock interior\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k356-01-background-view-02.webp?v=1778658938\" alt=\"9 Carbon Panels — Full Coverage\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e9 Carbon Panels — Full Coverage\u003c\/h3\u003e\n\u003cp\u003eNine carbon heating panels are distributed across all wall and floor positions of the 60-inch corner cabin. Back wall, side walls, floor, and bench positions ensure complete FAR infrared coverage for all three occupants.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k356-01-chromotherapy-light.webp?v=1778658941\" alt=\"Chromotherapy Lighting\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy Lighting\u003c\/h3\u003e\n\u003cp\u003eSeven-color chromotherapy is fully integrated into the touch screen control. Adjust the LED color to complement your session — calming tones for stress recovery or neutral whites for a clean, focused environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k356-01-touch-screen-2024-2025.webp?v=1778658948\" alt=\"Touch Screen with Full Audio\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eTouch Screen with Full Audio\u003c\/h3\u003e\n\u003cp\u003eThe integrated touch screen gives access to FM radio, Bluetooth streaming, and MP3 auxiliary input — plus temperature and chromotherapy controls — from inside and outside the cabin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv id=\"compare\" class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare\u003c\/p\u003e\n\u003ch2\u003eLow EMF vs. Near Zero EMF — Same 3-Person Corner Hemlock Cabin\u003c\/h2\u003e\n\u003cp\u003eBoth models use a 3-person corner Canadian Hemlock cabin with identical 56\"×56\"×68\" interior dimensions. The difference is heater technology and EMF profile.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-cmp-col mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eYou’re Here\u003c\/span\u003e\n\u003ch3\u003eMX-K356-01 — Low EMF\u003c\/h3\u003e\n\u003cp\u003eNine standard carbon panels deliver FAR infrared across the large corner cabin. Solid performance at a more accessible price point than the Near Zero EMF tier.\u003c\/p\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" style=\"margin-top:16px\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Type\u003c\/td\u003e\n\u003ctd\u003eFAR Infrared Only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Tech\u003c\/td\u003e\n\u003ctd\u003e9 Standard Carbon Panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF\u003c\/td\u003e\n\u003ctd\u003e5–10 mG at 2–3 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior\u003c\/td\u003e\n\u003ctd\u003e56\" W × 56\" D × 68\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eFM + BT + MP3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd\u003e2,320W \/ 20A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-cmp-col\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eCompare\u003c\/span\u003e\n\u003ch3\u003eMX-K356-01-ZF — Near Zero EMF\u003c\/h3\u003e\n\u003cp\u003eNine PureTech™ carbon panels with enhanced shielding. Same corner hemlock cabin and audio — the right upgrade if minimizing EMF is the priority.\u003c\/p\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" style=\"margin-top:16px\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Type\u003c\/td\u003e\n\u003ctd\u003eFAR Infrared Only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Tech\u003c\/td\u003e\n\u003ctd\u003e9 PureTech™ Carbon Panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;2 mG at 2–3 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior\u003c\/td\u003e\n\u003ctd\u003e56\" W × 56\" D × 68\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eFM + BT + MP3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd\u003e2,000W \/ 20A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003ca href=\"\/products\/maxxus-3-person-corner-near-zero-emf-far-infrared-sauna-canadian-hemlock\" class=\"mxx-sauna-cmp-link\"\u003eView Near Zero EMF Corner Hemlock →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003eIf a lower price point matters more than achieving the lowest possible EMF, this Low EMF model delivers the same infrared performance in the same cabin. If EMF minimization is a priority, the \u003ca href=\"\/products\/maxxus-3-person-corner-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003eNear Zero EMF Corner Hemlock\u003c\/a\u003e delivers PureTech™ panels at \u0026lt;2 mG.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSKU\u003c\/td\u003e\n\u003ctd\u003eMX-K356-01\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e3 Person\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConfiguration\u003c\/td\u003e\n\u003ctd\u003eCorner\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e56\" W × 56\" D × 68\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Type\u003c\/td\u003e\n\u003ctd\u003eFAR Infrared (6–14 µm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Count\u003c\/td\u003e\n\u003ctd\u003e9 Carbon Panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Wattage\u003c\/td\u003e\n\u003ctd\u003e2,320W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eElectrical\u003c\/td\u003e\n\u003ctd\u003e120V \/ 20A dedicated circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd\u003e5–10 mG at 2–3 inches from the heating panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass Door\u003c\/td\u003e\n\u003ctd\u003eBronze Tempered Glass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl Panel\u003c\/td\u003e\n\u003ctd\u003eTouch Screen (interior + exterior)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eFM Radio + Bluetooth + MP3 auxiliary input\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChromotherapy\u003c\/td\u003e\n\u003ctd\u003eYes — 7-color LED\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOxygen Ionizer\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Boxes\u003c\/td\u003e\n\u003ctd\u003e3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertifications\u003c\/td\u003e\n\u003ctd\u003eETL Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k356-01-ced-ts-03.webp?v=1778658960\" alt=\"Maxxus 3-Person Corner Low EMF FAR Infrared Sauna | Canadian Hemlock in the box\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eEverything in the Box\u003c\/h2\u003e\n\u003cp\u003eYour Maxxus 3-Person Corner Low EMF FAR Infrared Sauna | Canadian Hemlock ships in 3 boxes with all components pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered wood panels (Canadian Hemlock or Red Cedar)\u003c\/li\u003e\n\u003cli\u003eCarbon infrared heating panels\u003c\/li\u003e\n\u003cli\u003eTempered glass door with frame\u003c\/li\u003e\n\u003cli\u003eInterior and exterior control panels\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting kit\u003c\/li\u003e\n\u003cli\u003eStereo speaker system with audio input\u003c\/li\u003e\n\u003cli\u003eOxygen ionizer\u003c\/li\u003e\n\u003cli\u003eLED reading light\u003c\/li\u003e\n\u003cli\u003eAssembly hardware and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with outlet adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003csection id=\"shipping\" class=\"mxx-sauna-cream\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery \u0026amp; Shipping\u003c\/p\u003e\n    \u003ch2\u003eFree Freight Shipping to the Contiguous 48 States\u003c\/h2\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003cdiv class=\"mxx-sauna-ship-ico\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eFree Freight Delivery\u003c\/h3\u003e\n        \u003cp\u003eShips free via freight carrier to the contiguous 48 states. Delivery is curbside or to your garage. White Glove in-home placement and assembly is available as a paid upgrade — contact us for a quote.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003cdiv class=\"mxx-sauna-ship-ico\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eShips in 2–5 Business Days\u003c\/h3\u003e\n        \u003cp\u003eMost orders leave the warehouse within 2–5 business days. Freight transit typically takes 5–10 additional business days depending on your location. You'll receive a tracking number when your order ships.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003cdiv class=\"mxx-sauna-ship-ico\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"23 4 23 10 17 10\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M20.49 15a9 9 0 1 1-2.12-9.36L23 10\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003e30-Day Return Policy\u003c\/h3\u003e\n        \u003cp\u003eContact us within 30 days of delivery if you're not satisfied. Returns are subject to a 20% restocking fee; buyer is responsible for return freight costs. Please reach out before initiating a return — we're here to help resolve any issues first.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eCan all three people use this sauna at the same time?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. The 60\" × 60\" corner layout comfortably seats three adults on the L-shaped bench. All occupants receive direct infrared exposure from the surrounding panels. Two adults is the more typical configuration for a deeper, less crowded session.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical outlet does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA 120V \/ 20A dedicated circuit with a GFCI-protected outlet. Some homes may need an electrician to add a 20A circuit if one is not already available near your installation location.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 1–2 hours. The illustrated guide walks you through every step. The heaviest panels are manageable with two people.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states is included. The carrier brings the boxes to your curb or driveway. Inside delivery and room placement (White Glove) is available as a paid upgrade — contact us before placing your order.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus provides a limited warranty covering heaters, wood panels, and electrical components. Contact us or visit the Maxxus website for current warranty terms and registration details.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout, subject to approval. You can split your purchase over 3 to 24 months. Select Affirm at checkout to see your options with no impact to your credit score.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n        \u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n        \u003cp\u003eCurbside delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n        \u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n        \u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady to Experience Infrared Recovery?\u003c\/h2\u003e\n    \u003cp\u003eOur recovery specialists will match you with the right sauna for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with an Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940299272559,"sku":"MX-K356-01","price":3299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k356-01-ced-ts-03.webp?v=1778658960"},{"product_id":"maxxus-4-person-low-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus 4-Person Low EMF FAR Infrared Sauna | Canadian Hemlock","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:cover;object-position:top}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:480px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k406-01-cedar-ts.webp?v=1778659265\" alt=\"Maxxus 4-Person Near Zero EMF FAR Infrared Sauna\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus Saunas | 4-Person\u003c\/p\u003e\n\u003ch2\u003eThe 4-Person FAR Infrared Sauna Built for Households That Take Recovery Seriously\u003c\/h2\u003e\n\u003cp\u003eNine near-zero EMF carbon fiber heaters surround all four seat positions with even FAR infrared heat. Canadian Hemlock construction, exterior accent lighting, and dual control panels — inside and out. Pre-heat remotely before you walk through the door.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003e9 Low EMF carbon fiber heaters (5–10 mg @ 2–3 inches)\u003c\/li\u003e\n\u003cli\u003eCanadian Hemlock wood with bronze tinted tempered glass\u003c\/li\u003e\n\u003cli\u003eChromotherapy + red light feature | FM radio + Bluetooth\u003c\/li\u003e\n\u003cli\u003eInterior \u0026amp; exterior LED control panels\u003c\/li\u003e\n\u003cli\u003eUp to 140°F | 120V \/ 20A dedicated circuit\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specs\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e4\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCapacity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e9\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eHeaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e140°F\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eMax Temp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e20A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCircuit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eFAR Infrared Heat That Penetrates, Not Just Warms\u003c\/h2\u003e\n\u003cp\u003eFAR infrared wavelengths (6–12 microns) are absorbed directly by tissue — bypassing surface heating and raising core body temperature more efficiently than a conventional steam sauna. Nine carbon fiber panels on the K406 distribute heat evenly across all four positions, eliminating the cold spots common in corner-heater designs. EMF output: 5–10 milligauss at 2–3 inches from the panels.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k406-01-cedar-ts-04.webp?v=1778659275\" alt=\"Maxxus 4-Person Near Zero EMF FAR Infrared Sauna interior view\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eBuilt-In Features\u003c\/p\u003e\n\u003ch2\u003eWhat Sets the K406 Apart\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k406-01-heater.webp?v=1778659248\" alt=\"9 Carbon Fiber Heaters\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e9 Carbon Fiber Heaters\u003c\/h3\u003e\n\u003cp\u003eThree heaters per rear wall section, two under the bench, and one on the floor. No cold spots — every seat position receives full infrared coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k406-01-chromotherapy-light.webp?v=1778659252\" alt=\"Chromotherapy + Red Light\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy + Red Light\u003c\/h3\u003e\n\u003cp\u003eAdjustable color light therapy built into the cabin. Pair with your preferred temperature protocol for a fully customized recovery environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k406-01-touch-screen-2024-2025.webp?v=1778659261\" alt=\"Dual Control Panels\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eDual Control Panels\u003c\/h3\u003e\n\u003cp\u003eInterior and exterior LED panels let you pre-heat and monitor temperature without stepping inside. Exterior accent lighting adds a premium finishing touch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare Models\u003c\/p\u003e\n\u003ch2\u003eK406 (4-Person) vs. S-Line 3-Person — Which Size Is Right?\u003c\/h2\u003e\n\u003cp\u003eThe K406 seats four adults across multiple bench sections. The S-Line 3-Person is a more compact option for households that rarely need four simultaneous users.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eK406 — 4-Person\u003c\/th\u003e\n\u003cth\u003eS-Line S306 — 3-Person\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e4 persons\u003c\/td\u003e\n\u003ctd\u003e3 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Count\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e9 FAR infrared panels\u003c\/td\u003e\n\u003ctd\u003e8 FAR infrared panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e5–10 mg @ 2–3\"\u003c\/td\u003e\n\u003ctd\u003e5–10 mg @ 2–3\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl System\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eInterior + exterior LED\u003c\/td\u003e\n\u003ctd\u003eInterior LED only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eExterior Lighting\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eIncluded\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eCanadian Hemlock\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e120V \/ 20A dedicated\u003c\/td\u003e\n\u003ctd\u003e120V \/ 20A dedicated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eUp to 140°F\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eOur honest take:\u003c\/strong\u003e If you'll regularly use the sauna with 3–4 people, the K406 gives each person more room and adds the exterior control panel. For households that mostly session solo or in pairs, the S-Line 3P gives more open floor space per person at a lower price. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to talk through which fits your space.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e4 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eNatural Reforested Canadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eBronze tinted tempered glass door with side window\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e9 Low EMF FAR infrared carbon fiber panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd\u003e5–10 milligauss @ 2–3 inches from panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Layout\u003c\/td\u003e\n\u003ctd\u003e3 on each rear wall section, 2 under bench, 1 on floor board\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F (118–132°F ideal range)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl Panels\u003c\/td\u003e\n\u003ctd\u003eInterior + exterior LED control panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSound System\u003c\/td\u003e\n\u003ctd\u003eFM radio with Bluetooth and MP3\/AUX input, built-in speakers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eInterior chromotherapy color system + red light feature + exterior accent\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e120V \/ 20A non-GFCI dedicated receptacle (not 220\/240V)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLocation\u003c\/td\u003e\n\u003ctd\u003eIndoor use only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k406-01-background-view.webp?v=1778659241\" alt=\"Maxxus 4-Person Near Zero EMF FAR Infrared Sauna box contents\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eWhat Comes With the Maxxus K406\u003c\/h2\u003e\n\u003cp\u003eYour sauna ships in multiple boxes, fully pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Hemlock wood panels\u003c\/li\u003e\n\u003cli\u003eFAR infrared carbon fiber heating panels\u003c\/li\u003e\n\u003cli\u003eBronze tempered glass door with frame\u003c\/li\u003e\n\u003cli\u003eExterior LED control panel\u003c\/li\u003e\n\u003cli\u003eInterior LED control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy color LED lighting kit + red light feature\u003c\/li\u003e\n\u003cli\u003eBluetooth \/ MP3 \/ AUX sound system with built-in speakers\u003c\/li\u003e\n\u003cli\u003eAssembly hardware and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with outlet adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers palletized to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment confirmation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e immediately with any delivery concerns.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. Electrical: 120V \/ 20A dedicated circuit (requires electrician if not already available).\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow many people fit in the K406?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe K406 seats four adults with bench seating on multiple walls. The layout gives each person genuine elbow room — it's one of the most spacious home saunas at this price point.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does Low EMF mean on this sauna?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eLow EMF carbon fiber heaters on this model emit electromagnetic fields between 5–10 milligauss measured 2–3 inches from the panels — well within safety guidelines. If you want even lower EMF output, consider the Ultra Low EMF (ULE) version of this model, which uses PureTech™ panels rated under 3 milligauss.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical outlet does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA dedicated 120V \/ 20A circuit with a GFCI-protected outlet. Most homes will need an electrician to add a 20A circuit if one isn't already available near your installation location.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 1–2 hours with two people. The illustrated guide walks through every step. The heaviest panels are manageable with two people.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does free shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states is included. The carrier brings the boxes to your curb or driveway. Inspect all boxes before signing the bill of lading and note any damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e with any delivery concerns.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus provides a limited warranty covering the structural frame, heaters, and electrical components. Contact us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e or visit the Maxxus website for current warranty terms and registration.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout, subject to approval. Select Affirm at checkout to see your options with no impact to your credit score. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e if you'd like to discuss before purchasing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n\u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n\u003cp\u003eFreight delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n\u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur sauna specialists will match you to the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with a Sauna Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940299305327,"sku":"MX-K406-01","price":3699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k406-01-cedar-ts-04.webp?v=1778659275"},{"product_id":"maxxus-s-line-yoga-1-person-low-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus S-Line 1-Person Low EMF FAR Infrared Sauna | Canadian Hemlock","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:cover;object-position:top}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:480px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s106-01-mx-s106-left-copy.webp?v=1778659492\" alt=\"Maxxus S-Line Yoga 1-Person FAR Infrared Sauna\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus S-Line | 1-Person | Hot Yoga Sauna\u003c\/p\u003e\n\u003ch2\u003eThe 1-Person Infrared Sauna with a Removable Bench — For Yoga, Stretching, and Deep Recovery\u003c\/h2\u003e\n\u003cp\u003eThe S106 is a compact single-person infrared sauna with one feature that changes everything: the bench comes out. Remove it in seconds, lay down your mat, and practice hot yoga at 120–140°F. Seven low EMF carbon fiber heaters surround you on all sides — floor to ceiling.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003eRemovable bench — converts to yoga floor space instantly\u003c\/li\u003e\n\u003cli\u003e7 Low EMF carbon fiber heaters (5–10 mg @ 2–3 inches)\u003c\/li\u003e\n\u003cli\u003eChromotherapy + red light | Bluetooth \/ MP3 \/ AUX\u003c\/li\u003e\n\u003cli\u003e120V \/ 15A plug-and-play — no electrician needed\u003c\/li\u003e\n\u003cli\u003eCanadian Hemlock | up to 140°F\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specs\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e1\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePerson\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e7\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eHeaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e140°F\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eMax Temp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e15A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCircuit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eHot Yoga Meets FAR Infrared Recovery\u003c\/h2\u003e\n\u003cp\u003eTraditional hot yoga classes reach 95–105°F with high humidity. The S106 lets you session at 118–132°F in dry infrared heat — deeper penetration, heavier sweat, no shared studio, no commute. The 7 carbon fiber heaters cover rear wall (3), both side walls (1 each), under bench (1), and floor (1) — even heat from every direction. Remove the bench and the floor becomes your mat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s106-01-view.webp?v=1778659422\" alt=\"Maxxus S-Line Yoga 1-Person FAR Infrared Sauna interior view\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eBuilt-In Features\u003c\/p\u003e\n\u003ch2\u003eThree Features That Define the S106\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s106-01-300w-heater-panel.webp?v=1778659462\" alt=\"7 Low EMF Heaters\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e7 Low EMF Heaters\u003c\/h3\u003e\n\u003cp\u003eCarbon fiber panels on all four walls, under the bench, and the floor. Every part of your body receives direct FAR infrared energy — no cold spots, no uneven heat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s106-01-chromotherapy-light.webp?v=1778659466\" alt=\"Chromotherapy Lighting\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy Lighting\u003c\/h3\u003e\n\u003cp\u003eFull-spectrum chromotherapy LED system with red light mode. Choose the light environment that matches your recovery goal — energizing, calming, or focused.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s106-01-mp3-aux-connection.webp?v=1778659469\" alt=\"Bluetooth Sound System\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eBluetooth Sound System\u003c\/h3\u003e\n\u003cp\u003eBluetooth and MP3\/AUX connectivity with built-in speakers. Play your yoga flow, guided meditation, or recovery playlist without bringing your phone inside.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare Models\u003c\/p\u003e\n\u003ch2\u003eS106 Low EMF vs. S106 Ultra Low EMF — What's the Difference?\u003c\/h2\u003e\n\u003cp\u003eBoth are 1-person S-Line yoga saunas with the same removable bench design and Canadian Hemlock construction. The only difference is heating panel technology and EMF output.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eS106 Low EMF (This Model)\u003c\/th\u003e\n\u003cth\u003eS106 Ultra Low EMF\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Technology\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eLow EMF carbon fiber\u003c\/td\u003e\n\u003ctd\u003ePureTech™ ultra low EMF\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e5–10 mg @ 2–3\"\u003c\/td\u003e\n\u003ctd\u003eUnder 3 mg @ 6–8\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Layout\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e3 rear \/ 1 each side \/ 1 bench \/ 1 floor\u003c\/td\u003e\n\u003ctd\u003e2 rear \/ 1 each side \/ 1 front \/ 2 floor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio System\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eBluetooth + MP3\/AUX\u003c\/td\u003e\n\u003ctd\u003eFM radio + Bluetooth + MP3\/AUX\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eCanadian Hemlock\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e120V \/ 15A plug-and-play\u003c\/td\u003e\n\u003ctd\u003e120V \/ 15A plug-and-play\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eUp to 140°F\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eOur honest take:\u003c\/strong\u003e Both perform identically in terms of heat output and yoga bench functionality. The ULE version also includes FM radio and repositions heaters for lower EMF at distance. If you session 45+ minutes daily or are EMF-sensitive, ULE is worth the upgrade. For most buyers, Low EMF is more than sufficient. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to talk it through.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e1 person\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eNatural Reforested Canadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eBronze tempered glass door\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e7 Low EMF FAR infrared carbon fiber panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd\u003e5–10 milligauss @ 2–3 inches from panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Layout\u003c\/td\u003e\n\u003ctd\u003e3 rear wall, 1 each side wall, 1 under bench, 1 floor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F (118–132°F ideal range)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl Panel\u003c\/td\u003e\n\u003ctd\u003eInterior LED control panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSound System\u003c\/td\u003e\n\u003ctd\u003eBluetooth and MP3\/AUX input with built-in speakers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eInterior chromotherapy color system + red light feature\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e120V \/ 15A non-GFCI plug \u0026amp; play (dedicated outlet recommended)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLocation\u003c\/td\u003e\n\u003ctd\u003eIndoor use only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s106-01-background-view.webp?v=1778659426\" alt=\"Maxxus S-Line Yoga 1-Person FAR Infrared Sauna box contents\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eWhat Comes With the Maxxus S106\u003c\/h2\u003e\n\u003cp\u003eYour sauna ships in multiple boxes, fully pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Hemlock wood panels\u003c\/li\u003e\n\u003cli\u003eFAR infrared carbon fiber heating panels\u003c\/li\u003e\n\u003cli\u003eBronze tempered glass door with frame\u003c\/li\u003e\n\u003cli\u003eInterior LED control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy color LED lighting kit + red light feature\u003c\/li\u003e\n\u003cli\u003eBluetooth \/ MP3 \/ AUX sound system with built-in speakers\u003c\/li\u003e\n\u003cli\u003eAssembly hardware and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with outlet adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers palletized to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment confirmation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e immediately with any delivery concerns.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. Electrical: standard 120V \/ 15A outlet — plug-and-play, no electrician needed.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow does the removable bench work for yoga?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe S-Line bench is designed to be removed without tools, converting the cabin floor into open space for mat-based practice. The floor dimensions are generous enough for most standing poses, seated stretches, and lying postures. The infrared heat warms the cabin to your chosen temperature before your session — no traditional steam, no humidity.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does Low EMF mean on this sauna?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eLow EMF carbon fiber heaters on this model emit electromagnetic fields between 5–10 milligauss measured 2–3 inches from the panels — well within safety guidelines. If you want even lower EMF output, consider the Ultra Low EMF (ULE) version of this model, which uses PureTech™ panels rated under 3 milligauss.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical outlet does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA standard 120V \/ 15A outlet — plug-and-play. Use a dedicated circuit (not shared with other high-draw appliances) and a GFCI-protected outlet. No electrician required.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 1–2 hours with two people. The illustrated guide walks through every step. The heaviest panels are manageable with two people.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does free shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states is included. The carrier brings the boxes to your curb or driveway. Inspect all boxes before signing the bill of lading and note any damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e with any delivery concerns.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus provides a limited warranty covering the structural frame, heaters, and electrical components. Contact us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e or visit the Maxxus website for current warranty terms and registration.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout, subject to approval. Select Affirm at checkout to see your options with no impact to your credit score. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e if you'd like to discuss before purchasing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n\u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n\u003cp\u003eFreight delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n\u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur sauna specialists will match you to the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with a Sauna Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940299338095,"sku":"MX-S106-01","price":2299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s106-01-mx-s106-left-copy.webp?v=1778659492"},{"product_id":"maxxus-s-line-yoga-2-person-low-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus S-Line 2-Person Low EMF FAR Infrared Sauna | Canadian Hemlock","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:cover;object-position:top}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:480px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s206-01-left-copy.webp?v=1778659683\" alt=\"Maxxus S-Line Yoga 2-Person FAR Infrared Sauna\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus S-Line | 2-Person | Hot Yoga Sauna\u003c\/p\u003e\n\u003ch2\u003e2-Person Infrared Sauna with Removable Bench — Yoga, Recovery, and Partner Sessions\u003c\/h2\u003e\n\u003cp\u003eThe S206 brings the S-Line yoga format to two-person sessions. Seven low EMF carbon fiber heaters fill the cabin with FAR infrared heat. Remove the bench for yoga floor space, leave it in for side-by-side recovery. The most versatile sauna in the Maxxus lineup.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003eRemovable bench — yoga floor space for solo or duo practice\u003c\/li\u003e\n\u003cli\u003e7 Low EMF carbon fiber heaters (5–10 mg @ 2–3 inches)\u003c\/li\u003e\n\u003cli\u003eChromotherapy + red light | Bluetooth \/ MP3 \/ AUX\u003c\/li\u003e\n\u003cli\u003e120V \/ 15A plug-and-play — no electrician needed\u003c\/li\u003e\n\u003cli\u003eCanadian Hemlock | up to 140°F\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specs\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e2\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePersons\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e7\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eHeaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e140°F\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eMax Temp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e15A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCircuit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eMore Space, Same Infrared Depth\u003c\/h2\u003e\n\u003cp\u003eThe 2-person S-Line cabin gives you room to session with a partner or, with the bench removed, full floor space for a solo yoga or stretching practice. Seven carbon fiber heaters cover the rear wall (3), both side walls (1 each), under the bench (1), and the floor (1). FAR infrared heat penetrates 1.5–2 inches into tissue — raising core temperature and triggering sweat at 118–132°F.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s206-01-view.webp?v=1778659629\" alt=\"Maxxus S-Line Yoga 2-Person FAR Infrared Sauna interior view\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eBuilt-In Features\u003c\/p\u003e\n\u003ch2\u003eThree Features That Define the S206\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s206-01-300w-heater-panel.webp?v=1778659659\" alt=\"7 Low EMF Heaters\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e7 Low EMF Heaters\u003c\/h3\u003e\n\u003cp\u003eCarbon fiber panels on all four walls, under bench, and floor. Even heat distribution across both seat positions with no cold spots.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s206-01-chromotherapy-light.webp?v=1778659663\" alt=\"Chromotherapy System\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy System\u003c\/h3\u003e\n\u003cp\u003eIntegrated color light therapy with red light mode. Pair with your temperature to create a fully tailored recovery environment for each session.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s206-01-mp3-aux-connection.webp?v=1778659666\" alt=\"Bluetooth Sound System\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eBluetooth Sound System\u003c\/h3\u003e\n\u003cp\u003eBluetooth and MP3\/AUX with built-in speakers. Sync two phones, alternate playlists — or just enjoy the silence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare Models\u003c\/p\u003e\n\u003ch2\u003eS206 Low EMF vs. S206 Ultra Low EMF\u003c\/h2\u003e\n\u003cp\u003eBoth are 2-person S-Line yoga saunas with removable bench and Canadian Hemlock construction. The difference is heating panel technology and EMF output.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eS206 Low EMF (This Model)\u003c\/th\u003e\n\u003cth\u003eS206 Ultra Low EMF\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e2 persons\u003c\/td\u003e\n\u003ctd\u003e2 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Technology\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eLow EMF carbon fiber\u003c\/td\u003e\n\u003ctd\u003ePureTech™ ultra low EMF\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e5–10 mg @ 2–3\"\u003c\/td\u003e\n\u003ctd\u003eUnder 3 mg @ 6–8\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Layout\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e3 rear \/ 1 each side \/ 1 bench \/ 1 floor\u003c\/td\u003e\n\u003ctd\u003e2 rear \/ 1 each side \/ 1 front \/ 2 floor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eCanadian Hemlock\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e120V \/ 15A plug-and-play\u003c\/td\u003e\n\u003ctd\u003e120V \/ 15A plug-and-play\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eUp to 140°F\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eOur honest take:\u003c\/strong\u003e For most buyers, the Low EMF model provides more than adequate EMF reduction during a typical sauna session. Choose Ultra Low EMF if you plan daily sessions of 45+ minutes and want the lowest possible EMF output over time. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to discuss.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e2 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eNatural Reforested Canadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eBronze tempered glass door\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e7 Low EMF FAR infrared carbon fiber panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd\u003e5–10 milligauss @ 2–3 inches from panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Layout\u003c\/td\u003e\n\u003ctd\u003e3 rear wall, 1 each side wall, 1 under bench, 1 floor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F (118–132°F ideal range)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl Panel\u003c\/td\u003e\n\u003ctd\u003eInterior LED control panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSound System\u003c\/td\u003e\n\u003ctd\u003eBluetooth and MP3\/AUX input with built-in speakers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eInterior chromotherapy color system + red light feature\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e120V \/ 15A non-GFCI plug \u0026amp; play (dedicated outlet recommended)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLocation\u003c\/td\u003e\n\u003ctd\u003eIndoor use only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s206-01-background-view.webp?v=1778659625\" alt=\"Maxxus S-Line Yoga 2-Person FAR Infrared Sauna box contents\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eWhat Comes With the Maxxus S206\u003c\/h2\u003e\n\u003cp\u003eYour sauna ships in multiple boxes, fully pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Hemlock wood panels\u003c\/li\u003e\n\u003cli\u003eFAR infrared carbon fiber heating panels\u003c\/li\u003e\n\u003cli\u003eBronze tempered glass door with frame\u003c\/li\u003e\n\u003cli\u003eInterior LED control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy color LED lighting kit + red light feature\u003c\/li\u003e\n\u003cli\u003eBluetooth \/ MP3 \/ AUX sound system with built-in speakers\u003c\/li\u003e\n\u003cli\u003eAssembly hardware and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with outlet adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers palletized to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment confirmation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e immediately with any delivery concerns.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. Electrical: standard 120V \/ 15A outlet — plug-and-play, no electrician needed.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow does the removable bench work for yoga?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe S-Line bench is designed to be removed without tools, converting the cabin floor into open space for mat-based practice. The floor dimensions are generous enough for most standing poses, seated stretches, and lying postures. The infrared heat warms the cabin to your chosen temperature before your session — no traditional steam, no humidity.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does Low EMF mean on this sauna?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eLow EMF carbon fiber heaters on this model emit electromagnetic fields between 5–10 milligauss measured 2–3 inches from the panels — well within safety guidelines. If you want even lower EMF output, consider the Ultra Low EMF (ULE) version of this model, which uses PureTech™ panels rated under 3 milligauss.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical outlet does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA standard 120V \/ 15A outlet — plug-and-play. Use a dedicated circuit (not shared with other high-draw appliances) and a GFCI-protected outlet. No electrician required.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 1–2 hours with two people. The illustrated guide walks through every step. The heaviest panels are manageable with two people.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does free shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states is included. The carrier brings the boxes to your curb or driveway. Inspect all boxes before signing the bill of lading and note any damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e with any delivery concerns.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus provides a limited warranty covering the structural frame, heaters, and electrical components. Contact us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e or visit the Maxxus website for current warranty terms and registration.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout, subject to approval. Select Affirm at checkout to see your options with no impact to your credit score. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e if you'd like to discuss before purchasing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n\u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n\u003cp\u003eFreight delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n\u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur sauna specialists will match you to the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with a Sauna Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940299370863,"sku":"MX-S206-01","price":2899.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s206-01-left-copy.webp?v=1778659683"},{"product_id":"maxxus-s-line-yoga-3-person-low-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus S-Line 3-Person Low EMF FAR Infrared Sauna | Canadian Hemlock","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:cover;object-position:top}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:480px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s306-01-left-copy.webp?v=1778659872\" alt=\"Maxxus S-Line Yoga 3-Person FAR Infrared Sauna\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus S-Line | 3-Person | Hot Yoga Sauna\u003c\/p\u003e\n\u003ch2\u003e3-Person Infrared Sauna with Removable Bench — The Most Versatile S-Line Yet\u003c\/h2\u003e\n\u003cp\u003eThe S306 brings the S-Line yoga format to three-person capacity. Eight low EMF carbon fiber heaters cover the full cabin. Leave the bench in for group recovery sessions. Remove it for a spacious solo yoga floor that rivals a dedicated yoga room. 120V \/ 20A with full chromotherapy and Bluetooth.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003eRemovable bench — largest yoga floor in the S-Line range\u003c\/li\u003e\n\u003cli\u003e8 Low EMF carbon fiber heaters (5–10 mg @ 2–3 inches)\u003c\/li\u003e\n\u003cli\u003eChromotherapy + red light | Bluetooth \/ MP3 \/ AUX\u003c\/li\u003e\n\u003cli\u003e120V \/ 20A dedicated circuit\u003c\/li\u003e\n\u003cli\u003eCanadian Hemlock | up to 140°F\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specs\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e3\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePersons\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e8\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eHeaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e140°F\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eMax Temp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e20A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCircuit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eThe Largest S-Line Floor — Hot Yoga at Scale\u003c\/h2\u003e\n\u003cp\u003eWith the bench removed, the S306 3-person cabin offers the largest open floor space in the S-Line family — enough for a full-length yoga mat, lying flat, or a wide-stance power flow. Eight carbon fiber heaters cover the rear wall (3), both side walls (1 each), front wall (1), and floor (2). FAR infrared heat reaches 118–132°F for a full sweat response. A 20A dedicated circuit handles the load with no throttling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s306-01-view.webp?v=1778659821\" alt=\"Maxxus S-Line Yoga 3-Person FAR Infrared Sauna interior view\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eBuilt-In Features\u003c\/p\u003e\n\u003ch2\u003eThree Features That Define the S306\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s306-01-bench-removed.webp?v=1778659888\" alt=\"Removable Bench — Full Yoga Floor\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eRemovable Bench — Full Yoga Floor\u003c\/h3\u003e\n\u003cp\u003eRemove the bench in seconds. The 3-person floor converts to the largest mat-friendly open space in the Maxxus S-Line — ideal for standing sequences, floor work, and savasana.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s306-01-300w-heater-panel.webp?v=1778659859\" alt=\"8 Low EMF Heaters\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e8 Low EMF Heaters\u003c\/h3\u003e\n\u003cp\u003eEight carbon fiber panels on all walls and the floor deliver consistent FAR infrared coverage across the full 3-person cabin. No cold spots for bench or floor sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s306-01-chromotherapy-light.webp?v=1778659862\" alt=\"Chromotherapy + Red Light\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy + Red Light\u003c\/h3\u003e\n\u003cp\u003eFull-spectrum chromotherapy LED system with dedicated red light mode. Set your preferred light environment from the interior LED panel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare Models\u003c\/p\u003e\n\u003ch2\u003eS306 Low EMF vs. S306 Ultra Low EMF\u003c\/h2\u003e\n\u003cp\u003eBoth are 3-person S-Line yoga saunas with removable bench and Canadian Hemlock construction. The difference is heating panel technology and EMF output.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eS306 Low EMF (This Model)\u003c\/th\u003e\n\u003cth\u003eS306 Ultra Low EMF\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e3 persons\u003c\/td\u003e\n\u003ctd\u003e3 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Technology\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eLow EMF carbon fiber\u003c\/td\u003e\n\u003ctd\u003ePureTech™ ultra low EMF\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e5–10 mg @ 2–3\"\u003c\/td\u003e\n\u003ctd\u003eUnder 3 mg @ 6–8\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Count\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e8 carbon fiber panels\u003c\/td\u003e\n\u003ctd\u003e8 PureTech™ panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eCanadian Hemlock\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e120V \/ 20A dedicated\u003c\/td\u003e\n\u003ctd\u003e120V \/ 20A dedicated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eUp to 140°F\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eOur honest take:\u003c\/strong\u003e The Low EMF model is the right call for most buyers. Choose Ultra Low EMF if you plan daily 45+ minute sessions and want the lowest possible EMF exposure over time. Both have the same 3-person yoga floor and identical feature set. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to discuss.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e3 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eNatural Reforested Canadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eBronze tempered glass door\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e8 Low EMF FAR infrared carbon fiber panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd\u003e5–10 milligauss @ 2–3 inches from panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Layout\u003c\/td\u003e\n\u003ctd\u003e3 rear wall, 1 each side wall, 1 front wall, 2 floor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F (118–132°F ideal range)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl Panel\u003c\/td\u003e\n\u003ctd\u003eInterior LED control panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSound System\u003c\/td\u003e\n\u003ctd\u003eBluetooth and MP3\/AUX input with built-in speakers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eInterior chromotherapy color system + red light feature\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower\u003c\/td\u003e\n\u003ctd\u003e120V \/ 20A non-GFCI dedicated receptacle (not 220\/240V)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLocation\u003c\/td\u003e\n\u003ctd\u003eIndoor use only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s306-01-background-view.webp?v=1778659825\" alt=\"Maxxus S-Line Yoga 3-Person FAR Infrared Sauna box contents\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eWhat Comes With the Maxxus S306\u003c\/h2\u003e\n\u003cp\u003eYour sauna ships in multiple boxes, fully pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Hemlock wood panels\u003c\/li\u003e\n\u003cli\u003eFAR infrared carbon fiber heating panels\u003c\/li\u003e\n\u003cli\u003eBronze tempered glass door with frame\u003c\/li\u003e\n\u003cli\u003eInterior LED control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy color LED lighting kit + red light feature\u003c\/li\u003e\n\u003cli\u003eBluetooth \/ MP3 \/ AUX sound system with built-in speakers\u003c\/li\u003e\n\u003cli\u003eAssembly hardware and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with outlet adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers palletized to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment confirmation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e immediately with any delivery concerns.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. Electrical: 120V \/ 20A dedicated circuit (requires electrician if not already available).\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow does the removable bench work for yoga?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe S-Line bench is designed to be removed without tools, converting the cabin floor into open space for mat-based practice. The floor dimensions are generous enough for most standing poses, seated stretches, and lying postures. The infrared heat warms the cabin to your chosen temperature before your session — no traditional steam, no humidity.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does Low EMF mean on this sauna?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eLow EMF carbon fiber heaters on this model emit electromagnetic fields between 5–10 milligauss measured 2–3 inches from the panels — well within safety guidelines. If you want even lower EMF output, consider the Ultra Low EMF (ULE) version of this model, which uses PureTech™ panels rated under 3 milligauss.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical outlet does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA dedicated 120V \/ 20A circuit with a GFCI-protected outlet. Most homes will need an electrician to add a 20A circuit if one isn't already available near your installation location.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 1–2 hours with two people. The illustrated guide walks through every step. The heaviest panels are manageable with two people.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does free shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states is included. The carrier brings the boxes to your curb or driveway. Inspect all boxes before signing the bill of lading and note any damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e with any delivery concerns.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus provides a limited warranty covering the structural frame, heaters, and electrical components. Contact us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e or visit the Maxxus website for current warranty terms and registration.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout, subject to approval. Select Affirm at checkout to see your options with no impact to your credit score. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e if you'd like to discuss before purchasing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n\u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n\u003cp\u003eFreight delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n\u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur sauna specialists will match you to the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with a Sauna Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940299403631,"sku":"MX-S306-01","price":3299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-s306-01-left-copy.webp?v=1778659872"},{"product_id":"maxxus-2-person-low-emf-far-infrared-sauna-canadian-red-cedar","title":"Maxxus 2-Person Low EMF FAR Infrared Sauna | Canadian Red Cedar","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;position:sticky;top:0;z-index:50;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:480px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k206-01-ts-cedar-03.webp?v=1778658793\" alt=\"Maxxus 2-Person Low EMF FAR Infrared Sauna | Canadian Red Cedar | MX-K206\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus Saunas — MX-K206-01-CED | 2-Person | Canadian Red Cedar\u003c\/p\u003e\n\u003ch2\u003eFAR Infrared in Canadian Red Cedar — 2024 Touch Screen\u003c\/h2\u003e\n\u003cp\u003eSix carbon FAR infrared heaters in a 45″×37″ Canadian Red Cedar cabin. Low EMF carbon heaters, 2024 touch screen control, chromotherapy LED lighting, and oxygen ionizer — all on a standard 15A circuit. The aromatic cedar panel is the choice for buyers who want classic sauna character without upgrading to the Near Zero tier.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003e6 Carbon FAR Infrared Heaters — 1750W \/ 15A\u003c\/li\u003e\n\u003cli\u003eLow EMF — 5–10 mG Rating\u003c\/li\u003e\n\u003cli\u003e2024 Touch Screen Control Panel\u003c\/li\u003e\n\u003cli\u003eCanadian Red Cedar | Chromotherapy | Ionizer\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specifications\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e5–10 mG\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eLow EMF Rating\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e6\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCarbon FAR IR Heaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e1750W \/ 15A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePower\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003eFree\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eShipping\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eCarbon FAR Infrared — Deep Heat at 8–14 Microns\u003c\/h2\u003e\n\u003cp\u003eCarbon FAR infrared panels emit at the 8–14 micron range — a wavelength that research shows is absorbed efficiently at the skin surface and underlying tissue. At Low EMF levels (5–10 mG), the MX-K206-01-CED delivers the full FAR infrared session in aromatic Canadian Red Cedar. The cabin preheats in approximately 15 minutes, and the 2024 touch screen makes it easy to dial in your preferred temperature and session length before entering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k206-01-heater.webp?v=1778658766\" alt=\"Maxxus 2-Person Low EMF FAR Infrared Sauna | Canadian Red Cedar | MX-K206 interior\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eWhat's Inside\u003c\/p\u003e\n\u003ch2\u003eCedar Quality, Carbon FAR Infrared Performance\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k206-01-ts-cedar-04.webp?v=1778658797\" alt=\"Carbon FAR Infrared Heaters\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eCarbon FAR Infrared Heaters\u003c\/h3\u003e\n\u003cp\u003eSix large-surface carbon panels emit FAR infrared at 8–14 micron wavelength — the range most efficiently absorbed by the body. Arranged rear (2), sides (2), under-bench (1), and floor reflexology (1) for even coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k206-01-canadian-red-cedar.webp?v=1778658777\" alt=\"Chromotherapy LED Lighting\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy LED Lighting\u003c\/h3\u003e\n\u003cp\u003eMulti-color LED chromotherapy cycles through the visible spectrum to complement your infrared session. Adjust color and intensity from the 2024 touch screen without interrupting your session.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k206-01-15-amp-outlet.webp?v=1778658773\" alt=\"2024 Touch Screen Control Panel\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e2024 Touch Screen Control Panel\u003c\/h3\u003e\n\u003cp\u003eThe updated 2024 touch screen provides a clean, modern interface for temperature, timer, chromotherapy, and audio. A separate exterior LED panel lets you pre-heat the cabin without stepping in.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\" id=\"compare\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare\u003c\/p\u003e\n\u003ch2\u003eLow EMF Cedar vs. Near Zero EMF Cedar — What Changes?\u003c\/h2\u003e\n\u003cp\u003eBoth are Canadian Red Cedar cabins with the 2024 touch screen and six carbon heaters. The difference is heater certification level.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eLow EMF Cedar — MX-K206-01-CED\u003c\/th\u003e\n\u003cth\u003eNear Zero Cedar — MX-K206-01-ZF-CED\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e5–10 mG (Low EMF)\u003c\/td\u003e\n\u003ctd\u003eUnder 2 mG (Near Zero)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Tech\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e6 Carbon FAR IR\u003c\/td\u003e\n\u003ctd\u003e6 PureTech™ Carbon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e1750W \/ 15A\u003c\/td\u003e\n\u003ctd\u003e~1750W \/ 15A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl System\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e2024 Touch Screen\u003c\/td\u003e\n\u003ctd\u003e2024 Touch Screen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e45″×37″×68″\u003c\/td\u003e\n\u003ctd\u003e45″×37″×68″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temp\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e140°F\u003c\/td\u003e\n\u003ctd\u003e140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e Same cedar cabin, same touch screen, same six-heater layout. The key difference is heater certification: the Low EMF carbon tier reads 5–10 mG; PureTech™ Near Zero reads under 2 mG. If minimizing EMF exposure is your priority, the \u003ca href=\"\/products\/maxxus-2-person-near-zero-emf-far-infrared-sauna-canadian-red-cedar\"\u003eNear Zero Cedar\u003c\/a\u003e is the right call.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eMX-K206-01-CED\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e45″W × 37″D × 68″H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeating Capacity\u003c\/td\u003e\n\u003ctd\u003e2 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Type\u003c\/td\u003e\n\u003ctd\u003eCarbon FAR Infrared\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Heaters\u003c\/td\u003e\n\u003ctd\u003e6 (2 rear, 1 each side, 1 under-bench, 1 floor reflexology)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Rating\u003c\/td\u003e\n\u003ctd\u003e5–10 mG (Low EMF)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Wavelength\u003c\/td\u003e\n\u003ctd\u003e8–14 microns (FAR infrared)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003e140°F (60°C)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Requirements\u003c\/td\u003e\n\u003ctd\u003e120V \/ 15A dedicated circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChromotherapy\u003c\/td\u003e\n\u003ctd\u003eMulti-color LED system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl System\u003c\/td\u003e\n\u003ctd\u003e2024 Touch Screen (interior) + exterior LED panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio System\u003c\/td\u003e\n\u003ctd\u003eBluetooth + MP3\/AUX input\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIonizer\u003c\/td\u003e\n\u003ctd\u003eYes — oxygen ionizer included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood Material\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Time\u003c\/td\u003e\n\u003ctd\u003e~1–2 hours (2 people recommended)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertifications\u003c\/td\u003e\n\u003ctd\u003eETL \/ CETL \/ CE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k206-01-ts-cedar.webp?v=1778658781\" alt=\"Maxxus 2-Person Low EMF FAR Infrared Sauna | Canadian Red Cedar | MX-K206 in the box\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eEverything in the Box\u003c\/h2\u003e\n\u003cp\u003eYour Maxxus K206 Low EMF Cedar Sauna ships in 2 boxes with all components pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Red Cedar panels\u003c\/li\u003e\n\u003cli\u003eCarbon FAR infrared heating panels\u003c\/li\u003e\n\u003cli\u003eTempered glass door with frame\u003c\/li\u003e\n\u003cli\u003e2024 Touch Screen interior control panel\u003c\/li\u003e\n\u003cli\u003eExterior LED control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting kit\u003c\/li\u003e\n\u003cli\u003eStereo speaker system with Bluetooth and MP3\/AUX input\u003c\/li\u003e\n\u003cli\u003eOxygen ionizer\u003c\/li\u003e\n\u003cli\u003eLED reading light\u003c\/li\u003e\n\u003cli\u003eAssembly hardware and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with outlet adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the carrier’s bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e with questions before, during, or after delivery.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. No electrician needed — plug into the included outlet adapter.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat is the difference between Low EMF and Near Zero EMF?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eLow EMF carbon heaters measure 5–10 mG at contact distance. Near Zero EMF (PureTech™) heaters are certified under 2 mG at 2–3 inches from the panel surface. Both are significantly lower than unrated sauna heaters. If sub-2 mG is important to you, consider the \u003ca href=\"\/products\/maxxus-2-person-near-zero-emf-far-infrared-sauna-canadian-red-cedar\"\u003eNear Zero Cedar\u003c\/a\u003e.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical outlet does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA standard 120V \/ 15A dedicated circuit with a GFCI-protected outlet. Most homes already have this. Do not share the circuit with other high-draw appliances. No electrician is required for the sauna itself — just plug in.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 1–2 hours. The illustrated guide walks you through every step. The heaviest panels are manageable with two people.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes the cedar sauna have an ionizer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. The MX-K206-01-CED includes an oxygen ionizer. It also includes chromotherapy LED lighting, a 2024 touch screen, and Bluetooth\/MP3 audio.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhy does the cedar model use a touch screen instead of dual LED panels?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe cedar variant of the MX-K206 uses the 2024 touch screen interior panel paired with an exterior LED panel. The hemlock variant uses dual LED panels on both interior and exterior — a practical choice if you want to pre-heat and adjust settings without entering the cabin.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states is included. The carrier brings the boxes to your curb or driveway. Inside delivery and room placement (White Glove) is available as a paid upgrade — contact us before placing your order.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus provides a limited warranty covering heaters, wood panels, and electrical components. Contact us or visit the Maxxus website for current warranty terms and registration details.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout, subject to approval. You can split your purchase over 3 to 24 months. Select Affirm at checkout to see your options with no impact to your credit score.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n        \u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n        \u003cp\u003eCurbside delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n        \u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n        \u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur recovery specialists will match you with the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with an Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940299436399,"sku":"MX-K206-01 CED","price":3899.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k206-01-ts-cedar-03.webp?v=1778658793"},{"product_id":"maxxus-3-person-low-emf-far-infrared-sauna-canadian-red-cedar","title":"Maxxus 3-Person Low EMF FAR Infrared Sauna | Canadian Red Cedar","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:cover;object-position:top}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:520px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k306-01-cedar-ts.webp?v=1778659147\" alt=\"Maxxus 3-Person Low EMF FAR Infrared Sauna | Canadian Red Cedar\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus Saunas | 3-Person | Low EMF\u003c\/p\u003e\n\u003ch2\u003eThe Maxxus 3-Person Low EMF Infrared Sauna in Warm Canadian Red Cedar\u003c\/h2\u003e\n\u003cp\u003eSeven PureTech™ FAR infrared carbon panels surround all three seat positions with even heat at 5–10 milligauss — a responsible EMF level that still delivers the full infrared benefit. Canadian red cedar is naturally antimicrobial and moisture-resistant, with a warm cedar scent that deepens every session.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003e7 PureTech™ FAR infrared heaters — even coverage, no cold zones\u003c\/li\u003e\n\u003cli\u003e5–10 mG Low EMF — full infrared performance at a sharper price\u003c\/li\u003e\n\u003cli\u003e2024 touch screen with Bluetooth + MP3\/AUX audio and built-in speakers\u003c\/li\u003e\n\u003cli\u003eNatural Canadian red cedar — antimicrobial, aromatic, durable\u003c\/li\u003e\n\u003cli\u003e58\" × 39\" × 68\" — genuine 3-person interior\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specs\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e3\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCapacity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e7\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eHeaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e140°F\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eMax Temp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e20A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCircuit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eFAR Infrared Heat That Reaches Muscle and Fascia\u003c\/h2\u003e\n\u003cp\u003eFAR infrared wavelengths (5–14 microns) penetrate 1.5–2 inches below the skin — reaching muscle tissue, joints, and fascia where surface heat cannot. PureTech™ carbon panels spread that heat across a wider surface area than rod heaters, producing a gentler, more enveloping warmth at lower air temperatures. EMF: 5–10 milligauss at 2–3 inches — a balanced specification for buyers who want full FAR infrared performance without paying the Near Zero EMF premium.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k306-01-background-view.webp?v=1778659128\" alt=\"Maxxus 3-Person Low EMF FAR Infrared Sauna | Canadian Red Cedar interior\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eBuilt-In Features\u003c\/p\u003e\n\u003ch2\u003eWhat Sets This Model Apart\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k306-01-heater.webp?v=1778659135\" alt=\"7 PureTech™ FAR Infrared Heaters\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e7 PureTech™ FAR Infrared Heaters\u003c\/h3\u003e\n\u003cp\u003eCarbon fiber panels line the rear walls, side walls, and floor — surrounding all three seat positions with consistent, even heat. No hot spots near panels, no cold zones near the door.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k306-01-chromotherapy-light.webp?v=1778659138\" alt=\"Chromotherapy LED Lighting\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy LED Lighting\u003c\/h3\u003e\n\u003cp\u003eBuilt-in color LED system cycles through therapeutic light programs. Pair with your chosen temperature for a fully controlled recovery environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k306-01-touch-screen-2024-2025.webp?v=1778659144\" alt=\"2024 Touch Screen Control\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e2024 Touch Screen Control\u003c\/h3\u003e\n\u003cp\u003eClean, intuitive touch interface for temperature, timer, and audio. Bluetooth and MP3\/AUX inputs let you play any audio source through the built-in speakers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare Models\u003c\/p\u003e\n\u003ch2\u003e3-Person K306 Series — Which Model Is Right?\u003c\/h2\u003e\n\u003cp\u003eAll three K306 models share the same 3-person cabin, seven PureTech™ heaters, and bronze-tinted glass. The differences are EMF output, wood type, and audio system.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eLow EMF Cedar (This Model)\u003c\/th\u003e\n\u003cth\u003eNZE Hemlock — $3,699\u003c\/th\u003e\n\u003cth\u003eNZE Cedar — $4,699\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e$4,299\u003c\/td\u003e\n\u003ctd\u003e$3,699\u003c\/td\u003e\n\u003ctd\u003e$4,699\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Rating\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e5–10 mG\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;2 mG Near Zero\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;2 mG Near Zero\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControls\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eTouch Screen (2024)\u003c\/td\u003e\n\u003ctd\u003eDual LED Panels\u003c\/td\u003e\n\u003ctd\u003eTouch Screen (2024)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eBT + MP3\/AUX\u003c\/td\u003e\n\u003ctd\u003eFM + BT + AUX + SD\/USB\u003c\/td\u003e\n\u003ctd\u003eFM + BT + AUX\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e7 PureTech™\u003c\/td\u003e\n\u003ctd\u003e7 PureTech™\u003c\/td\u003e\n\u003ctd\u003e7 PureTech™\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCircuit\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e20A Dedicated\u003c\/td\u003e\n\u003ctd\u003e20A Dedicated\u003c\/td\u003e\n\u003ctd\u003e20A Dedicated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eBronze-tinted\u003c\/td\u003e\n\u003ctd\u003eBronze-tinted\u003c\/td\u003e\n\u003ctd\u003eBronze-tinted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e If minimal EMF is your priority, the \u003ca href=\"\/products\/maxxus-3-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003e3-Person Near Zero EMF Hemlock\u003c\/a\u003e (under 2 mG) costs less than this model and delivers a stronger EMF specification. The Low EMF Cedar makes sense if you want cedar aesthetics without paying the Near Zero EMF premium. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to talk through the right choice.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eExterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e58\" W × 39\" D × 68\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e3 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eNatural Canadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eBronze-tinted tempered glass door\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e7 PureTech™ FAR infrared carbon fiber panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd\u003e5–10 milligauss @ 2–3 inches from panels (Low EMF)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd\u003e2,100W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eElectrical\u003c\/td\u003e\n\u003ctd\u003e120V \/ 20A dedicated GFCI circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eBluetooth, MP3\/AUX — built-in speakers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControls\u003c\/td\u003e\n\u003ctd\u003eTouch Screen (2024)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eInterior chromotherapy LED color system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Time\u003c\/td\u003e\n\u003ctd\u003e45–90 minutes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003eLifetime structure \/ 7-yr heaters \/ 5-yr electrical\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k306-01-background-view-02.webp?v=1778659131\" alt=\"Maxxus 3-Person Low EMF FAR Infrared Sauna | Canadian Red Cedar contents\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eWhat Comes With the Maxxus K306 Cedar\u003c\/h2\u003e\n\u003cp\u003eYour sauna ships in multiple boxes, fully pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Red Cedar wood panels\u003c\/li\u003e\n\u003cli\u003ePureTech™ FAR infrared carbon fiber heating panels\u003c\/li\u003e\n\u003cli\u003eBronze-tinted tempered glass door with hardware\u003c\/li\u003e\n\u003cli\u003e2024 touch screen control module with integrated speakers\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting system\u003c\/li\u003e\n\u003cli\u003eBluetooth \/ MP3 \/ AUX audio components\u003c\/li\u003e\n\u003cli\u003eAssembly hardware kit and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with plug adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers palletized to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment confirmation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e immediately with any delivery concerns.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. Electrical: 120V \/ 20A dedicated circuit (requires electrician if not already available).\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow does the 3-Person Low EMF Cedar compare to Near Zero EMF?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eBoth use the same K306 cabinet and seven PureTech™ heaters. The difference is EMF output: Low EMF emits 5–10 mG, Near Zero EMF emits under 2 mG. If EMF is a significant concern, the \u003ca href=\"\/products\/maxxus-3-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003eNear Zero EMF Hemlock\u003c\/a\u003e costs less and delivers a stricter specification. If you want cedar wood, the \u003ca href=\"\/products\/maxxus-3-person-near-zero-emf-far-infrared-sauna-canadian-red-cedar\"\u003eNear Zero EMF Cedar\u003c\/a\u003e is the upgrade path.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does Low EMF mean on this sauna?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eLow EMF carbon fiber heaters on this model emit electromagnetic fields between 5–10 milligauss at 2–3 inches from the panels — well within industry guidelines. If you want even lower output, consider the Near Zero EMF version of this model.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical circuit does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA dedicated 120V \/ 20A GFCI-protected circuit. Most homes will need an electrician to install a 20A circuit if one isn't already near your planned location. This is a one-time cost that adds to the total installation investment.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes this sauna include chromotherapy lighting?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Built-in LED chromotherapy cycles through color programs during your session. The lighting is controllable from the panel — choose a single color, a sequence, or turn it off for a simple heat session.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 45–90 minutes with two people. The illustrated guide walks through every step.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty on this sauna?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus covers the structural frame for the lifetime of the original owner, heaters for 7 years, and electrical components for 5 years. Contact us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e for warranty registration and service.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does free shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states. The carrier delivers palletized boxes to your curb or driveway. Inspect all boxes before signing the bill of lading and note any visible damage in writing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan I use this sauna every day?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. FAR infrared saunas are designed for daily use. Most people session 20–45 minutes at 120–140°F. Start with shorter sessions if you're new to infrared, and always hydrate before and after.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout — select Affirm to see personalized options with no impact to your credit score. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to discuss before purchasing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n\u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n\u003cp\u003eFreight delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n\u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur sauna specialists will match you to the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with a Sauna Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940299469167,"sku":"MX-K306-01 CED","price":4299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k306-01-cedar-ts-03.webp?v=1778659158"},{"product_id":"maxxus-3-person-corner-low-emf-far-infrared-sauna-canadian-red-cedar","title":"Maxxus 3-Person Corner Low EMF FAR Infrared Sauna | Canadian Red Cedar","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;position:sticky;top:0;z-index:50;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:480px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k356-01-ced-ts-02_d6e45968-a71b-440a-ba71-d5cfde65d2d6.webp?v=1778658986\" alt=\"Maxxus 3-Person Corner Low EMF FAR Infrared Sauna | Canadian Red Cedar\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus Saunas — MX-K356-01-CED | 3-Person Corner | Canadian Red Cedar\u003c\/p\u003e\n\u003ch2\u003e3-Person Corner Sauna in Red Cedar — 9 Heaters, 2024 Touch Screen\u003c\/h2\u003e\n\u003cp\u003eNine carbon FAR infrared heaters in a 56″×56″ Canadian Red Cedar corner cabinet. Low EMF rating (5–10 mG), 2024 touch screen control, chromotherapy, and oxygen ionizer. At 2320W on a 20A circuit, this is the highest-wattage carbon option in the corner lineup.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003e9 Carbon FAR Infrared Heaters — Low EMF (5–10 mG)\u003c\/li\u003e\n\u003cli\u003e2024 Touch Screen Control Panel\u003c\/li\u003e\n\u003cli\u003eCorner Installation — 56″×56″ Footprint\u003c\/li\u003e\n\u003cli\u003eCanadian Red Cedar | Chromotherapy | Ionizer\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specifications\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e5–10 mG\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eLow EMF Rating\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e9\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCarbon FAR IR Heaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e2320W \/ 20A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePower\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e3-Person\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCorner Cabin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eCarbon FAR Infrared at Scale — Nine-Heater Corner Coverage\u003c\/h2\u003e\n\u003cp\u003eWith nine carbon FAR infrared panels distributed across the rear wall, both side walls, and the under-bench position, the MX-K356-01-CED wraps three bathers in even infrared heat. At 2320W, this is the highest-wattage carbon corner model in the Maxxus lineup — a higher heater power output than the Near Zero models, paired with a Low EMF rating (5–10 mG). Canadian Red Cedar provides natural aromatic character; the 2024 touch screen gives clean session control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k356-01-20-amp-outlet_0e987395-f0b6-4f1f-a399-8244ba17ca81.webp?v=1778658973\" alt=\"Maxxus 3-Person Corner Low EMF FAR Infrared Sauna | Canadian Red Cedar interior\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eWhat's Inside\u003c\/p\u003e\n\u003ch2\u003eCedar Corner Build with Full Feature Suite\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k356-01-ced-ts_f6d9fe25-2d3f-45ac-9ec8-c6e38a193ba1.webp?v=1778658980\" alt=\"3-Person Corner Design\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e3-Person Corner Design\u003c\/h3\u003e\n\u003cp\u003eThe 56″×56″ square footprint sits flush against two walls, maximizing bench space while minimizing room footprint. Three-person bench capacity with full-height side panels and a bronze-tinted glass door.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k356-01-touch-screen-2024-2025_90830dff-84c0-40ac-ba88-3a4a90ef4559.webp?v=1778658976\" alt=\"Chromotherapy LED Lighting\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy LED Lighting\u003c\/h3\u003e\n\u003cp\u003eMulti-color LED chromotherapy cycles through the visible spectrum. Adjust color and intensity from the 2024 touch screen or exterior LED panel to set the mood for your session.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k356-01-background-view-02_06e65cad-c9dc-4a67-ac88-036cff201107.webp?v=1778658967\" alt=\"2024 Touch Screen + Exterior LED\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e2024 Touch Screen + Exterior LED\u003c\/h3\u003e\n\u003cp\u003eThe 2024 touch screen interior panel controls temperature, timer, chromotherapy, and audio. A separate exterior LED panel allows pre-heat control without opening the sauna door.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\" id=\"compare\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare\u003c\/p\u003e\n\u003ch2\u003eLow EMF Cedar vs. Near Zero Cedar Corner — EMF Tier vs. Price\u003c\/h2\u003e\n\u003cp\u003eSame Canadian Red Cedar corner cabinet and 2024 touch screen. The key difference is heater certification.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eLow EMF Cedar — MX-K356-01-CED\u003c\/th\u003e\n\u003cth\u003eNear Zero Cedar — MX-K356-01-ZF-CED\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e5–10 mG (Low EMF)\u003c\/td\u003e\n\u003ctd\u003eUnder 2 mG (Near Zero)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Tech\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e9 Carbon FAR IR\u003c\/td\u003e\n\u003ctd\u003e9 PureTech™ Carbon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e2320W \/ 20A\u003c\/td\u003e\n\u003ctd\u003e2000W \/ 20A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl System\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e2024 Touch Screen\u003c\/td\u003e\n\u003ctd\u003e2024 Touch Screen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e56″×56″×68″\u003c\/td\u003e\n\u003ctd\u003e56″×56″×68″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temp\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e140°F\u003c\/td\u003e\n\u003ctd\u003e140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e Same cedar corner layout and touch screen. The Near Zero Cedar uses PureTech™ heaters certified under 2 mG; the Low EMF Cedar uses standard carbon heaters at 5–10 mG. If minimizing EMF is your priority, see the \u003ca href=\"\/products\/maxxus-3-person-corner-near-zero-emf-far-infrared-sauna-canadian-red-cedar\"\u003eNear Zero Cedar Corner\u003c\/a\u003e.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eMX-K356-01-CED\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e56″W × 56″D × 68″H (corner)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeating Capacity\u003c\/td\u003e\n\u003ctd\u003e3 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Type\u003c\/td\u003e\n\u003ctd\u003eCarbon FAR Infrared\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Heaters\u003c\/td\u003e\n\u003ctd\u003e9\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Rating\u003c\/td\u003e\n\u003ctd\u003e5–10 mG (Low EMF)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Wavelength\u003c\/td\u003e\n\u003ctd\u003e8–14 microns (FAR infrared)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003e140°F (60°C)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Requirements\u003c\/td\u003e\n\u003ctd\u003e120V \/ 2320W \/ 20A dedicated circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChromotherapy\u003c\/td\u003e\n\u003ctd\u003eMulti-color LED system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl System\u003c\/td\u003e\n\u003ctd\u003e2024 Touch Screen (interior) + exterior LED panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio System\u003c\/td\u003e\n\u003ctd\u003eBluetooth + MP3\/AUX input\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIonizer\u003c\/td\u003e\n\u003ctd\u003eYes — oxygen ionizer included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood Material\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Time\u003c\/td\u003e\n\u003ctd\u003e~2–3 hours (2 people recommended)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertifications\u003c\/td\u003e\n\u003ctd\u003eETL \/ CETL \/ CE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k356-01-ced-ts-03_de81eaa4-6ce1-4237-ac44-571ce3c21711.webp?v=1778658989\" alt=\"Maxxus 3-Person Corner Low EMF FAR Infrared Sauna | Canadian Red Cedar in the box\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eEverything in the Box\u003c\/h2\u003e\n\u003cp\u003eYour Maxxus K356 Low EMF Cedar Corner Sauna ships in 3 boxes with all components pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Red Cedar corner panels\u003c\/li\u003e\n\u003cli\u003eCarbon FAR infrared heating panels\u003c\/li\u003e\n\u003cli\u003eTempered glass door with frame\u003c\/li\u003e\n\u003cli\u003e2024 Touch Screen interior control panel\u003c\/li\u003e\n\u003cli\u003eExterior LED control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting kit\u003c\/li\u003e\n\u003cli\u003eStereo speaker system with Bluetooth and MP3\/AUX input\u003c\/li\u003e\n\u003cli\u003eOxygen ionizer\u003c\/li\u003e\n\u003cli\u003eLED reading light\u003c\/li\u003e\n\u003cli\u003eAssembly hardware and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with 20A outlet adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the carrier’s bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e with questions before, during, or after delivery.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. No electrician needed — plug into the included outlet adapter.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes the corner cedar model require a 20A circuit?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. The MX-K356-01-CED draws 2320W and requires a 120V \/ 20A dedicated GFCI circuit. This is the highest-wattage model in the corner lineup. If you do not have a 20A circuit in your installation location, an electrician may need to add one.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the difference between this model and the Near Zero Cedar corner?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe Low EMF Cedar and Near Zero Cedar corner models share the same cabinet, wood, and touch screen. The difference is heater certification: this model (Low EMF) reads 5–10 mG; the Near Zero Cedar uses PureTech™ heaters certified under 2 mG. The Near Zero Cedar also draws 2000W vs. 2320W here.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 1–2 hours. The illustrated guide walks you through every step. The heaviest panels are manageable with two people.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes this sauna require a corner installation?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. The MX-K356-01-CED is a corner unit designed to fit flush against two walls in a corner. The 56″×56″ square footprint is not suitable for freestanding installation away from a corner.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states is included. The carrier brings the boxes to your curb or driveway. Inside delivery and room placement (White Glove) is available as a paid upgrade — contact us before placing your order.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus provides a limited warranty covering heaters, wood panels, and electrical components. Contact us or visit the Maxxus website for current warranty terms and registration details.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout, subject to approval. You can split your purchase over 3 to 24 months. Select Affirm at checkout to see your options with no impact to your credit score.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n        \u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n        \u003cp\u003eCurbside delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n        \u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n        \u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur recovery specialists will match you with the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with an Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940299501935,"sku":"MX-K356-01 CED","price":4499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k356-01-ced-ts-03_de81eaa4-6ce1-4237-ac44-571ce3c21711.webp?v=1778658989"},{"product_id":"maxxus-4-person-low-emf-far-infrared-sauna-canadian-red-cedar","title":"Maxxus 4-Person Low EMF FAR Infrared Sauna | Canadian Red Cedar","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:cover;object-position:top}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:520px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k406-01-cedar-ts_29b37143-47dc-4831-bac1-03c282ee2367.webp?v=1778659302\" alt=\"Maxxus 4-Person Low EMF FAR Infrared Sauna | Canadian Red Cedar\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus Saunas | 4-Person | Low EMF\u003c\/p\u003e\n\u003ch2\u003eThe Maxxus 4-Person Low EMF Infrared Sauna in Warm Canadian Red Cedar\u003c\/h2\u003e\n\u003cp\u003eNine PureTech™ FAR infrared carbon panels cover all four seat positions at 5–10 milligauss — full infrared performance at a responsible EMF level. Premium Canadian red cedar, 2024 touch screen controls, Bluetooth and MP3\/AUX audio. Built for families and households that session together.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003e9 PureTech™ FAR infrared heaters — nine-point coverage for 4 people\u003c\/li\u003e\n\u003cli\u003e5–10 mG Low EMF — responsible EMF for daily family use\u003c\/li\u003e\n\u003cli\u003e2024 touch screen with Bluetooth + MP3\/AUX audio and built-in speakers\u003c\/li\u003e\n\u003cli\u003ePremium Canadian red cedar — warm aromatics, moisture-resistant\u003c\/li\u003e\n\u003cli\u003e68\" × 37\" × 68\" — genuine family-size cabin\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specs\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e4\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCapacity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e9\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eHeaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e140°F\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eMax Temp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e20A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCircuit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eNine-Heater FAR Infrared for a Four-Person Cabin\u003c\/h2\u003e\n\u003cp\u003eFAR infrared wavelengths (5–14 microns) penetrate 1.5–2 inches below the skin — reaching muscle tissue, joints, and fascia. Nine PureTech™ carbon panels are distributed across the rear walls, side walls, and floor to eliminate cold zones at any seat position. EMF: 5–10 milligauss at 2–3 inches — full performance for buyers who don't require the Near Zero EMF premium.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k406-01-background-view_ab92c153-e3a9-4e2f-8df1-9f5d73fca847.webp?v=1778659279\" alt=\"Maxxus 4-Person Low EMF FAR Infrared Sauna | Canadian Red Cedar interior\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eBuilt-In Features\u003c\/p\u003e\n\u003ch2\u003eWhat Sets This Model Apart\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k406-01-heater_6452ab25-9adb-4862-bbeb-abc0fb5d9c15.webp?v=1778659286\" alt=\"9 PureTech™ FAR Infrared Heaters\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e9 PureTech™ FAR Infrared Heaters\u003c\/h3\u003e\n\u003cp\u003eNine carbon panels — rear walls, side walls, and floor — ensure every seat in the 4-person cabin receives consistent FAR infrared heat from all angles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k406-01-chromotherapy-light_20917bd1-fb3f-42c8-a729-336405d253e8.webp?v=1778659289\" alt=\"Chromotherapy LED Lighting\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy LED Lighting\u003c\/h3\u003e\n\u003cp\u003eBuilt-in color LED system cycles through therapeutic light programs. Pair chromotherapy with infrared heat for a complete multi-sensory recovery environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k406-01-touch-screen-2024-2025_82b29bc8-34bc-4736-9f0c-a6450c1564e4.webp?v=1778659299\" alt=\"2024 Touch Screen Control\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e2024 Touch Screen Control\u003c\/h3\u003e\n\u003cp\u003eIntuitive touch interface for temperature, timer, and audio. Bluetooth and MP3\/AUX inputs let you stream music or podcasts through built-in speakers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare Models\u003c\/p\u003e\n\u003ch2\u003e4-Person K406 Series — Which Model Is Right?\u003c\/h2\u003e\n\u003cp\u003eAll three K406 models share the same 4-person cabin and nine PureTech™ heaters. The differences are EMF output, wood type, and control system.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eLow EMF Cedar (This Model)\u003c\/th\u003e\n\u003cth\u003eNZE Hemlock — $4,499\u003c\/th\u003e\n\u003cth\u003eNZE Cedar — $5,499\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrice\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e$4,699\u003c\/td\u003e\n\u003ctd\u003e$4,499\u003c\/td\u003e\n\u003ctd\u003e$5,499\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Rating\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e5–10 mG\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;2 mG Near Zero\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;2 mG Near Zero\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControls\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eTouch Screen (2024)\u003c\/td\u003e\n\u003ctd\u003eDual LED Panels\u003c\/td\u003e\n\u003ctd\u003eTouch Screen (2024)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eBT + MP3\/AUX\u003c\/td\u003e\n\u003ctd\u003eFM + BT + AUX + SD\/USB\u003c\/td\u003e\n\u003ctd\u003eFM + BT + AUX\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e9 PureTech™\u003c\/td\u003e\n\u003ctd\u003e9 PureTech™\u003c\/td\u003e\n\u003ctd\u003e9 PureTech™\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCircuit\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e20A Dedicated\u003c\/td\u003e\n\u003ctd\u003e20A Dedicated\u003c\/td\u003e\n\u003ctd\u003e20A Dedicated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eBronze-tinted\u003c\/td\u003e\n\u003ctd\u003eBronze-tinted\u003c\/td\u003e\n\u003ctd\u003eBronze-tinted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e If Near Zero EMF is your priority, the \u003ca href=\"\/products\/maxxus-4-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003eNZE Hemlock\u003c\/a\u003e ($4,499) delivers under-2-mG performance for only $200 more. The Low EMF Cedar is the right choice if you want red cedar aesthetics without paying the full NZE cedar premium. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e for a comparison.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eExterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e68\" W × 37\" D × 68\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e4 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eNatural Canadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eBronze-tinted tempered glass door\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeaters\u003c\/td\u003e\n\u003ctd\u003e9 PureTech™ FAR infrared carbon fiber panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd\u003e5–10 milligauss @ 2–3 inches from panels (Low EMF)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd\u003e2,160W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eElectrical\u003c\/td\u003e\n\u003ctd\u003e120V \/ 20A dedicated GFCI circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003eUp to 140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eBluetooth, MP3\/AUX — built-in speakers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControls\u003c\/td\u003e\n\u003ctd\u003eTouch Screen (2024)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eInterior chromotherapy LED color system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Time\u003c\/td\u003e\n\u003ctd\u003e60–90 minutes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003eLifetime structure \/ 7-yr heaters \/ 5-yr electrical\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k406-01-background-view-02_d76cfafb-a755-4ba4-9d31-af9ce5996a60.webp?v=1778659283\" alt=\"Maxxus 4-Person Low EMF FAR Infrared Sauna | Canadian Red Cedar contents\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eWhat Comes With the Maxxus K406 Cedar\u003c\/h2\u003e\n\u003cp\u003eYour sauna ships in multiple boxes, fully pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Red Cedar wood panels\u003c\/li\u003e\n\u003cli\u003ePureTech™ FAR infrared carbon fiber heating panels\u003c\/li\u003e\n\u003cli\u003eBronze-tinted tempered glass door with hardware\u003c\/li\u003e\n\u003cli\u003e2024 touch screen control module with integrated speakers\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting system\u003c\/li\u003e\n\u003cli\u003eBluetooth \/ MP3 \/ AUX audio components\u003c\/li\u003e\n\u003cli\u003eAssembly hardware kit and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with plug adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers palletized to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment confirmation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e immediately with any delivery concerns.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. Electrical: 120V \/ 20A dedicated circuit (requires electrician if not already available).\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow does the 4-Person Low EMF Cedar compare to Near Zero EMF?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eSame K406 cabin and nine PureTech™ heaters. The Low EMF Cedar emits 5–10 mG; the \u003ca href=\"\/products\/maxxus-4-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003eNZE Hemlock\u003c\/a\u003e emits under 2 mG for $200 more. If EMF is a primary concern, the NZE models are worth the upgrade. The cedar version makes sense if red cedar aesthetics matter and you don't require the Near Zero spec.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does Low EMF mean on this sauna?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eLow EMF carbon fiber heaters on this model emit electromagnetic fields between 5–10 milligauss at 2–3 inches from the panels — well within industry guidelines. If you want even lower output, consider the Near Zero EMF version of this model.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical circuit does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA dedicated 120V \/ 20A GFCI-protected circuit. Most homes will need an electrician to install a 20A circuit if one isn't already near your planned location. This is a one-time cost that adds to the total installation investment.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes this sauna include chromotherapy lighting?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Built-in LED chromotherapy cycles through color programs during your session. The lighting is controllable from the panel — choose a single color, a sequence, or turn it off for a simple heat session.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 60–90 minutes with two people. The illustrated guide walks through every step.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty on this sauna?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus covers the structural frame for the lifetime of the original owner, heaters for 7 years, and electrical components for 5 years. Contact us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e for warranty registration and service.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does free shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states. The carrier delivers palletized boxes to your curb or driveway. Inspect all boxes before signing the bill of lading and note any visible damage in writing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan I use this sauna every day?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. FAR infrared saunas are designed for daily use. Most people session 20–45 minutes at 120–140°F. Start with shorter sessions if you're new to infrared, and always hydrate before and after.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout — select Affirm to see personalized options with no impact to your credit score. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to discuss before purchasing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n\u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n\u003cp\u003eFreight delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eExpert Support\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n\u003cp\u003eExpert product guidance, every order\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur sauna specialists will match you to the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with a Sauna Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":52940299534703,"sku":"MX-K406-01 CED","price":4699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-k406-01-cedar-ts-04_2c6b53fd-1d0c-4c1e-9dec-7e722aeac9d9.webp?v=1778659313"},{"product_id":"maxxus-2-person-low-emf-far-infrared-sauna-canadian-hemlock-1","title":"Maxxus 2-Person Low EMF FAR Infrared Sauna | Canadian Hemlock","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;position:sticky;top:0;z-index:50;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:480px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls2-01-lsif-02-02.webp?v=1778658732\" alt=\"Maxxus 2-Person Low EMF FAR Infrared Sauna | Canadian Hemlock | MX-LS2-01\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus Saunas — MX-LS2-01 | 2-Person | Canadian Hemlock\u003c\/p\u003e\n\u003ch2\u003eDual Tech Infrared Sauna — Carbon + Ceramic, 15A Circuit\u003c\/h2\u003e\n\u003cp\u003eThe MX-LS2-01 combines five carbon and one ceramic FAR infrared heater in a compact 44″×36″ Canadian Hemlock cabin. Dual LED control panels, FM radio with 30 presets, Bluetooth streaming, and chromotherapy LED lighting — all on a standard 15A household circuit.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003eDual Tech Heaters — 5 Carbon + 1 Ceramic FAR Infrared\u003c\/li\u003e\n\u003cli\u003e5–10 mG Low EMF Rating\u003c\/li\u003e\n\u003cli\u003eDual LED Control Panels — Interior \u0026amp; Exterior\u003c\/li\u003e\n\u003cli\u003eFM Radio, Bluetooth, MP3\/AUX | Canadian Hemlock\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specifications\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e5–10 mG\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eLow EMF Rating\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e6\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eDual Tech Heaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e1600W \/ 15A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePower\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003eFree\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eShipping\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eFAR Infrared Heat with Dual Heater Technology\u003c\/h2\u003e\n\u003cp\u003eThe LS2 uses a combination of carbon and ceramic infrared heating. Carbon heaters emit broad-surface FAR infrared at 8–14 microns — the range most efficiently absorbed at the skin level — while the single ceramic element delivers concentrated heat ideal for warming the lower back and leg areas. Combined EMF output measures 5–10 mG at contact distance, well within the Low EMF category. The 44″×36″ interior fits two comfortably and preheats to 140°F in approximately 15 minutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls2-01-lsif-02-03.webp?v=1778658739\" alt=\"Maxxus 2-Person Low EMF FAR Infrared Sauna | Canadian Hemlock | MX-LS2-01 interior\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eWhat's Inside\u003c\/p\u003e\n\u003ch2\u003eDesigned for Daily Infrared Sessions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls2-01-lsif-02-07.webp?v=1778658751\" alt=\"Dual Tech Infrared Heaters\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eDual Tech Infrared Heaters\u003c\/h3\u003e\n\u003cp\u003eFive carbon FAR infrared panels provide broad, even heat distribution; one ceramic heater delivers targeted high-intensity infrared. Together they warm the cabin to 140°F while drawing just 1600W on a standard 15A circuit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls2-01-lsif-02-08.webp?v=1778658754\" alt=\"Chromotherapy LED Lighting\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy LED Lighting\u003c\/h3\u003e\n\u003cp\u003eMulti-color LED chromotherapy cycles through the visible spectrum to complement your infrared session. Adjust color and intensity from the interior control panel without interrupting your session.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls2-01-lsif-02-05.webp?v=1778658745\" alt=\"Dual LED Control Panels + FM Radio\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eDual LED Control Panels + FM Radio\u003c\/h3\u003e\n\u003cp\u003eSeparate LED panels inside and outside the cabin let you pre-heat and set your session without stepping in. FM radio with 30 presets, Bluetooth wireless streaming, and MP3\/AUX input managed from the interior panel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\" id=\"compare\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare\u003c\/p\u003e\n\u003ch2\u003eLS2 vs. Near Zero EMF Hemlock — Which Is Right for You?\u003c\/h2\u003e\n\u003cp\u003eBoth models use Canadian Hemlock and dual LED control panels. The key differences are heater technology and EMF certification.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eLS2 — MX-LS2-01\u003c\/th\u003e\n\u003cth\u003eNZ Hemlock — MX-K206-01-ZF\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e5–10 mG (Low EMF)\u003c\/td\u003e\n\u003ctd\u003eUnder 2 mG (Near Zero)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Tech\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eDual Tech: 5 Carbon + 1 Ceramic\u003c\/td\u003e\n\u003ctd\u003e6 PureTech™ Carbon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e44″×36″×68″\u003c\/td\u003e\n\u003ctd\u003e45″×37″×68″\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e1600W \/ 15A\u003c\/td\u003e\n\u003ctd\u003e~1750W \/ 15A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl System\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eDual LED Panels\u003c\/td\u003e\n\u003ctd\u003eDual LED Panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFM Radio\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eYes — 30 presets + Bluetooth + AUX\u003c\/td\u003e\n\u003ctd\u003eYes — FM + Bluetooth + AUX + SD + USB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temp\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e140°F\u003c\/td\u003e\n\u003ctd\u003e140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e If sub-2 mG EMF is a priority, the \u003ca href=\"\/products\/maxxus-2-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003eNear Zero Hemlock\u003c\/a\u003e is the right upgrade. The LS2 delivers the same FAR infrared session at a lower price point; its 5–10 mG rating is still well below unrated carbon sauna averages. Both use dual LED control panels with exterior pre-heat capability.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eMX-LS2-01\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e44″W × 36″D × 68″H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeating Capacity\u003c\/td\u003e\n\u003ctd\u003e2 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Type\u003c\/td\u003e\n\u003ctd\u003eDual Tech — 5 Carbon FAR IR + 1 Ceramic FAR IR\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Heaters\u003c\/td\u003e\n\u003ctd\u003e6\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Rating\u003c\/td\u003e\n\u003ctd\u003e5–10 mG (Low EMF)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Wavelength\u003c\/td\u003e\n\u003ctd\u003e8–14 microns (FAR infrared)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003e140°F (60°C)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Requirements\u003c\/td\u003e\n\u003ctd\u003e120V \/ 15A dedicated circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChromotherapy\u003c\/td\u003e\n\u003ctd\u003eMulti-color LED system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl System\u003c\/td\u003e\n\u003ctd\u003eDual LED panels — interior + exterior\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio System\u003c\/td\u003e\n\u003ctd\u003eFM radio (30 presets) + Bluetooth + MP3\/AUX input\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood Material\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly Time\u003c\/td\u003e\n\u003ctd\u003e~1–2 hours (2 people recommended)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertifications\u003c\/td\u003e\n\u003ctd\u003eETL \/ CETL \/ CE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls2-01-lsif-02.webp?v=1778658735\" alt=\"Maxxus 2-Person Low EMF FAR Infrared Sauna | Canadian Hemlock | MX-LS2-01 in the box\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eEverything in the Box\u003c\/h2\u003e\n\u003cp\u003eYour Maxxus LS2 2-Person Sauna ships in 2 boxes with all components pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Hemlock panels\u003c\/li\u003e\n\u003cli\u003eDual Tech heating panels (5 carbon + 1 ceramic)\u003c\/li\u003e\n\u003cli\u003eTempered clear glass door with frame\u003c\/li\u003e\n\u003cli\u003eInterior and exterior LED control panels\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting kit\u003c\/li\u003e\n\u003cli\u003eStereo speaker system with FM radio, Bluetooth, and MP3\/AUX input\u003c\/li\u003e\n\u003cli\u003eLED reading light\u003c\/li\u003e\n\u003cli\u003eAssembly hardware and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with 15A outlet adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the carrier’s bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e with questions before, during, or after delivery.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. No electrician needed — plug into the included outlet adapter.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes the LS2 have Near Zero EMF heaters?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eNo. The MX-LS2-01 uses Dual Tech heaters (5 carbon + 1 ceramic) rated at 5–10 mG — the Low EMF tier. If Near Zero EMF (under 2 mG) is a requirement, see the \u003ca href=\"\/products\/maxxus-2-person-near-zero-emf-far-infrared-sauna-canadian-hemlock\"\u003eMX-K206-01-ZF Hemlock\u003c\/a\u003e.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical outlet does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA standard 120V \/ 15A dedicated circuit with a GFCI-protected outlet. Most homes already have this. Do not share the circuit with other high-draw appliances. No electrician is required for the sauna itself — just plug in.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 1–2 hours. The illustrated guide walks you through every step. The heaviest panels are manageable with two people.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the difference between carbon and ceramic infrared heaters?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eCarbon heaters have a larger surface area and emit even, lower-intensity FAR infrared. Ceramic heaters have a smaller surface but emit more intense, concentrated heat. The LS2 combines both: five carbon panels for full-cabin warmth and one ceramic panel for targeted high-intensity IR at the lower back or legs.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes the LS2 have an ionizer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eNo. The MX-LS2-01 does not include an oxygen ionizer. It includes chromotherapy LED lighting, FM radio, Bluetooth, and MP3\/AUX audio.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states is included. The carrier brings the boxes to your curb or driveway. Inside delivery and room placement (White Glove) is available as a paid upgrade — contact us before placing your order.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus provides a limited warranty covering heaters, wood panels, and electrical components. Contact us or visit the Maxxus website for current warranty terms and registration details.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout, subject to approval. You can split your purchase over 3 to 24 months. Select Affirm at checkout to see your options with no impact to your credit score.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n        \u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n        \u003cp\u003eCurbside delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n        \u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003ccircle cx=\"12\" cy=\"8\" r=\"6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M15.477 12.89L17 22l-5-3-5 3 1.523-9.11\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003e5-Year Warranty\u003c\/h3\u003e\n\u003cp\u003e5-year limited warranty on heating elements and electronics\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n    \u003cp\u003eOur recovery specialists will match you with the right model for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with an Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":53125979832687,"sku":"MX-K206-01","price":2699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-hemlock-low-emf-infrared-sauna-mx-k206-01-h-05.webp?v=1781786721"},{"product_id":"maxxus-3-person-low-emf-far-infrared-sauna-canadian-hemlock-1","title":"Maxxus 3-Person Low EMF FAR Infrared Sauna | Canadian Hemlock","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;position:sticky;top:0;z-index:50;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-grid{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;margin-top:32px}\n.mxx-sauna-cmp-col{padding:28px 20px;border-right:1px solid #EDE8E1}\n.mxx-sauna-cmp-col:last-child{border-right:0}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here{background:#1A1410}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here h3{color:#C8943A}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here p{color:#BCBFCA}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here .mxx-sauna-specs-tbl td{background:#fff;color:#1A1410;border-color:#EDE8E1}\n.mxx-sauna-cmp-badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:20px;margin-bottom:12px;background:#FAF7F2;color:#1A1410}\n.mxx-sauna-cmp-col.mxx-sauna-cmp-here .mxx-sauna-cmp-badge{background:#C8943A;color:#fff}\n.mxx-sauna-cmp-link{display:inline-block;margin-top:16px;font-size:13px;font-weight:600;color:#C8943A;text-decoration:none}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1;text-align:center}\n.mxx-sauna-ship-ico{margin-bottom:12px;line-height:1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-dark{padding:48px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-cmp-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003cdiv class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls3-01-lsif-03.webp?v=1778659108\" alt=\"Maxxus 3-Person Low EMF FAR Infrared Sauna | Canadian Hemlock\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus MX-LS3-01 | 3-Person | Canadian Hemlock\u003c\/p\u003e\n\u003ch2\u003e3-Person Low EMF FAR Infrared — The Family-Size Option\u003c\/h2\u003e\n\u003cp\u003eThe MX-LS3-01 scales the proven LS-series design to 3-person capacity. Six carbon panels plus one bench heater create 2000W of even FAR infrared heat in a Canadian Hemlock cabin with a clear glass door and built-in Bluetooth audio.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003e6 Carbon Panels + 1 Ceramic Heater (Dual Tech) (7 Total)\u003c\/li\u003e\n\u003cli\u003eLow EMF — 5–10 mG at 2–3 inches from the heating panels\u003c\/li\u003e\n\u003cli\u003eBluetooth Audio \u0026amp; MP3 Input\u003c\/li\u003e\n\u003cli\u003eCanadian Hemlock | Clear Tempered Glass Door\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stats\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e5–10 mG\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eEMF at 2–8 Inches\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e7\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eDual Tech Heaters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e2000W \/ 20A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003ePower\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003eFree\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eShipping\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eLS-Series Carbon Technology — Scaled to 3 People\u003c\/h2\u003e\n\u003cp\u003eThe LS-series uses large-surface carbon panels for wide, even FAR infrared distribution. The 3-person version adds a seventh heater at the bench position to ensure lower-body coverage. Carbon panels operate at lower surface temperatures than ceramic while maintaining consistent FAR output across back, side, and floor positions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls3-01-lsif-03-03.webp?v=1778659112\" alt=\"Maxxus 3-Person Low EMF FAR Infrared Sauna | Canadian Hemlock interior\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls3-01-lsif-03-05.webp?v=1778659118\" alt=\"7 Carbon Heating Panels\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e7 Dual Tech Heaters (6 Carbon + 1 Ceramic)\u003c\/h3\u003e\n\u003cp\u003eSix carbon panels cover back and side wall positions; one ceramic element adds a higher-surface-temperature heat source at the bench position. The LS series is a Dual Tech design — both heater types work together to deliver FAR infrared across all positions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls3-01-chromotherapy-light.webp?v=1778659099\" alt=\"Chromotherapy Lighting\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy Lighting\u003c\/h3\u003e\n\u003cp\u003eSeven-color chromotherapy lighting is built into the control panel. Select the color channel that matches your session intent from inside or outside the cabin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls3-01-lsif-03-06.webp?v=1778659121\" alt=\"Bluetooth \u0026amp; MP3 Audio\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eBluetooth \u0026amp; MP3 Audio\u003c\/h3\u003e\n\u003cp\u003eIntegrated stereo speakers connect via Bluetooth or the 3.5mm auxiliary input. Stream directly from your phone for music, podcasts, or guided meditation during your session.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv id=\"compare\" class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare\u003c\/p\u003e\n\u003ch2\u003eLow EMF Hemlock vs. Full Spectrum Cedar — 3-Person Comparison\u003c\/h2\u003e\n\u003cp\u003eBoth models seat three people but use different heater technologies, wood species, and infrared wavelength ranges. Choosing between them comes down to protocol goals and aesthetic preference.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-cmp-col mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eYou’re Here\u003c\/span\u003e\n\u003ch3\u003eMX-LS3-01 — Low EMF\u003c\/h3\u003e\n\u003cp\u003eSix carbon panels plus one ceramic heater deliver Dual Tech FAR infrared. Hemlock cabin with analog controls — solid performance at a more accessible price.\u003c\/p\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" style=\"margin-top:16px\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Type\u003c\/td\u003e\n\u003ctd\u003eFAR Infrared Only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Tech\u003c\/td\u003e\n\u003ctd\u003e6 Carbon + 1 Ceramic (Dual Tech)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF\u003c\/td\u003e\n\u003ctd\u003e5–10 mG at 2–3 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior\u003c\/td\u003e\n\u003ctd\u003e51\" W × 38\" D × 68\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd\u003e2,000W \/ 20A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-cmp-col\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eCompare\u003c\/span\u003e\n\u003ch3\u003eMX-M306-01-FS — Full Spectrum\u003c\/h3\u003e\n\u003cp\u003eSeven 300W Full Spectrum panels deliver FAR, MID, and Near infrared (8000nm) simultaneously. Red Cedar cabin with bronze glass door and Touch Screen — the premium 3-person option.\u003c\/p\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" style=\"margin-top:16px\"\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Type\u003c\/td\u003e\n\u003ctd\u003eFAR + MID + NIR (8000nm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Tech\u003c\/td\u003e\n\u003ctd\u003e7 × 300W Full Spectrum Panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;2 mG at 2–3 In.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior\u003c\/td\u003e\n\u003ctd\u003e58\" W × 39\" D × 68\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd\u003e2,100W \/ 20A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/table\u003e\n\u003ca href=\"\/products\/maxxus-3-person-full-spectrum-near-zero-emf-far-infrared-sauna-canadian-red-cedar\" class=\"mxx-sauna-cmp-link\"\u003eView Full Spectrum 3-Person Cedar →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003eIf FAR infrared performance at a lower price point is the priority, this Low EMF model is the right choice. If MID and Near infrared wavelengths matter to your protocol — and you want cedar and bronze glass — the \u003ca href=\"\/products\/maxxus-3-person-full-spectrum-near-zero-emf-far-infrared-sauna-canadian-red-cedar\"\u003eFull Spectrum 3-Person Cedar\u003c\/a\u003e is the upgrade.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSKU\u003c\/td\u003e\n\u003ctd\u003eMX-LS3-01\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e3 Person\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConfiguration\u003c\/td\u003e\n\u003ctd\u003eStraight-Wall\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e51\" W × 38\" D × 68\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInfrared Type\u003c\/td\u003e\n\u003ctd\u003eFAR Infrared (6–14 µm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeater Count\u003c\/td\u003e\n\u003ctd\u003e6 Carbon Panels + 1 Ceramic Heater (Dual Tech)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTotal Wattage\u003c\/td\u003e\n\u003ctd\u003e2,000W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eElectrical\u003c\/td\u003e\n\u003ctd\u003e120V \/ 20A dedicated circuit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEMF Level\u003c\/td\u003e\n\u003ctd\u003e5–10 mG at 2–3 inches from the heating panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass Door\u003c\/td\u003e\n\u003ctd\u003eClear Tempered Glass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl Panel\u003c\/td\u003e\n\u003ctd\u003eInterior + exterior analog controls\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eBluetooth + 3.5mm MP3 auxiliary input\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChromotherapy\u003c\/td\u003e\n\u003ctd\u003eYes — 7-color LED\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNumber of Boxes\u003c\/td\u003e\n\u003ctd\u003e3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertifications\u003c\/td\u003e\n\u003ctd\u003eETL Listed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-ls3-01-lsif-03-02.webp?v=1778659105\" alt=\"Maxxus 3-Person Low EMF FAR Infrared Sauna | Canadian Hemlock in the box\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eEverything in the Box\u003c\/h2\u003e\n\u003cp\u003eYour Maxxus 3-Person Low EMF FAR Infrared Sauna | Canadian Hemlock ships in 3 boxes with all components pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered wood panels (Canadian Hemlock)\u003c\/li\u003e\n\u003cli\u003eCarbon infrared heating panels\u003c\/li\u003e\n\u003cli\u003eTempered clear glass door with frame\u003c\/li\u003e\n\u003cli\u003eInterior and exterior control panels\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting kit\u003c\/li\u003e\n\u003cli\u003eStereo speaker system with Bluetooth and MP3 input\u003c\/li\u003e\n\u003cli\u003eLED reading light\u003c\/li\u003e\n\u003cli\u003eAssembly hardware and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with outlet adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003csection id=\"shipping\" class=\"mxx-sauna-cream\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery \u0026amp; Shipping\u003c\/p\u003e\n    \u003ch2\u003eFree Freight Shipping to the Contiguous 48 States\u003c\/h2\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003cdiv class=\"mxx-sauna-ship-ico\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eFree Freight Delivery\u003c\/h3\u003e\n        \u003cp\u003eShips free via freight carrier to the contiguous 48 states. Delivery is curbside or to your garage. White Glove in-home placement and assembly is available as a paid upgrade — contact us for a quote.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003cdiv class=\"mxx-sauna-ship-ico\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003eShips in 2–5 Business Days\u003c\/h3\u003e\n        \u003cp\u003eMost orders leave the warehouse within 2–5 business days. Freight transit typically takes 5–10 additional business days depending on your location. You'll receive a tracking number when your order ships.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003cdiv class=\"mxx-sauna-ship-ico\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"23 4 23 10 17 10\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M20.49 15a9 9 0 1 1-2.12-9.36L23 10\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003ch3\u003e30-Day Return Policy\u003c\/h3\u003e\n        \u003cp\u003eContact us within 30 days of delivery if you're not satisfied. Returns are subject to a 20% restocking fee; buyer is responsible for return freight costs. Please reach out before initiating a return — we're here to help resolve any issues first.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow does this 3-person model differ from the 2-person LS-series?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe MX-LS3-01 adds a seventh bench heater and a larger cabin (55\" W vs 48\" W) to comfortably seat three adults. The heater technology, EMF profile, and audio setup are the same LS-series design — just scaled up.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs this sauna appropriate for regular family use?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. The LS-series is built for regular residential use. Canadian Hemlock is stable and durable under frequent heat cycling. The clear glass door gives the interior a bright, open feel that works well in family settings.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat electrical outlet does this sauna require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eA 120V \/ 20A dedicated circuit with a GFCI-protected outlet. Some homes may need an electrician to add a 20A circuit if one is not already available near your installation location.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow difficult is assembly?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus saunas use a numbered panel system — no tools required. Most buyers complete assembly in 1–2 hours. The illustrated guide walks you through every step. The heaviest panels are manageable with two people.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states is included. The carrier brings the boxes to your curb or driveway. Inside delivery and room placement (White Glove) is available as a paid upgrade — contact us before placing your order.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus provides a limited warranty covering heaters, wood panels, and electrical components. Contact us or visit the Maxxus website for current warranty terms and registration details.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout, subject to approval. You can split your purchase over 3 to 24 months. Select Affirm at checkout to see your options with no impact to your credit score.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n        \u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n        \u003cp\u003eCurbside delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n        \u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"\u003e\u003ccircle cx=\"12\" cy=\"8\" r=\"6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M15.477 12.89L17 22l-5-3-5 3 1.523-9.11\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003e5-Year Warranty\u003c\/h3\u003e\n\u003cp\u003e5-year limited warranty on heating elements and electronics\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-dark\"\u003e\n  \u003cdiv class=\"mxx-sauna-cta-inner\"\u003e\n    \u003ch2\u003eReady to Experience Infrared Recovery?\u003c\/h2\u003e\n    \u003cp\u003eOur recovery specialists will match you with the right sauna for your space, goals, and budget.\u003c\/p\u003e\n    \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with an Expert — (888) 500-5675\u003c\/a\u003e\n    \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":53125980815727,"sku":"MX-K306-01","price":2899.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-hemlock-low-emf-infrared-sauna-mx-k306-01-h-05.webp?v=1781786787"},{"product_id":"maxxus-aspen-2-person-low-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus Aspen 2-Person FAR Infrared Sauna | J-Series Dual-Tech | Canadian Hemlock","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:cover;object-position:top}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:520px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n.mxx-sauna-cta-box{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);border-radius:16px;padding:56px 20px;text-align:center;max-width:900px;margin:0 auto}\n.mxx-sauna-cta-box h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-box p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-j206-02s-view.webp?v=1781786818\" alt=\"Maxxus Aspen 2-Person FAR Infrared Sauna | J-Series Dual-Tech | Canadian Hemlock\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus J-Series | 2-Person | Dual-Tech\u003c\/p\u003e\n\u003ch2\u003eThe Maxxus Aspen 2-Person J-Series FAR Infrared Sauna\u003c\/h2\u003e\n\u003cp\u003eA 2-person FAR infrared sauna on the J-Series 02S platform: Dual-Tech heating combines 5 PureTech™ carbon fiber panels with a ceramic heater panel and a dedicated floor reflexology heater beneath your feet. The result is a more enveloping heat experience than carbon-only models. Canadian Hemlock, Bluetooth audio, chromotherapy. Plugs into a standard 15A outlet — no electrician required.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003eDual-Tech: 5 carbon fiber panels + 1 ceramic heater panel + floor reflexology heater\u003c\/li\u003e\n\u003cli\u003eStandard 120V \/ 15A outlet — no electrician required\u003c\/li\u003e\n\u003cli\u003e44” interior width — comfortable 2-person seating\u003c\/li\u003e\n\u003cli\u003eBluetooth + MP3\/AUX audio with built-in speakers\u003c\/li\u003e\n\u003cli\u003eInterior LED control panel, chromotherapy lighting\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specs\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003eDual-Tech\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCarbon + Ceramic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e2\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCapacity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e140°F\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eMax Temp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e15A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eStandard Outlet\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eDual-Tech Heating — 5 Carbon Panels + Ceramic Panel + Floor Reflexology Heater\u003c\/h2\u003e\n\u003cp\u003eFAR infrared wavelengths (5–14 microns) penetrate 1.5–2 inches below the skin surface, increasing core body temperature and supporting circulation and muscle relaxation. The J-Series 02S Dual-Tech layout delivers this heat from multiple sources simultaneously: 5 PureTech™ carbon fiber panels on the cabin walls for broad surround coverage, a ceramic heater panel for intense localized heat, and a dedicated floor reflexology heater beneath your feet for lower leg warmth that the wall panels can’t reach as effectively. Always consult a healthcare provider before beginning any heat therapy routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-j206-02s-view-06.webp?v=1781786851\" alt=\"Maxxus Aspen 2-Person FAR Infrared Sauna | J-Series Dual-Tech | Canadian Hemlock interior\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eBuilt-In Features\u003c\/p\u003e\n\u003ch2\u003eWhat the Aspen J-Series Delivers\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-j206-02s-chromotherapy-light.webp?v=1781786824\" alt=\"5 PureTech™ FAR Infrared Carbon Fiber Panels\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003e5 PureTech™ FAR Infrared Carbon Fiber Panels\u003c\/h3\u003e\n\u003cp\u003eFive PureTech™ carbon fiber panels on the cabin walls emit FAR infrared heat evenly across both seated positions. Carbon panels maintain stable output across the full session temperature range and cover the rear and side walls for surround-style heat coverage. Pre-installed before shipping.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-j206-02s-mp3-aux-connection.webp?v=1781786831\" alt=\"Ceramic Panel + Floor Reflexology Heater — The J-Series 02S Advantage\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eCeramic Panel + Floor Reflexology Heater — The J-Series 02S Advantage\u003c\/h3\u003e\n\u003cp\u003eTwo additional heat sources separate the 02S from the base J-Series: a ceramic heater panel delivers intense focused heat from one direction, while the dedicated floor reflexology heater warms your feet and lower legs from below. Together with the 5 carbon panels, you get a layered, multi-source heat experience that addresses your full seated body.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-j206-02s-15-amp-outlet.webp?v=1781786821\" alt=\"Chromotherapy + Bluetooth Audio\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy + Bluetooth Audio\u003c\/h3\u003e\n\u003cp\u003eInterior chromotherapy LED lighting cycles through multiple color wavelengths. Bluetooth audio pairs wirelessly with your phone; MP3\/AUX input provides a wired backup. Two built-in speakers deliver clear sound at sauna temperatures. All controlled from the interior LED panel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare Models\u003c\/p\u003e\n\u003ch2\u003eAspen 2P vs. Alpine 3P vs. Seattle 2P — J-Series Comparison\u003c\/h2\u003e\n\u003cp\u003eAll three are Canadian Hemlock FAR infrared saunas. The Aspen and Alpine (02S) add Dual-Tech heating over the base Seattle J-Series.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eAspen 2P J-Series\u003c\/th\u003e\n\u003cth\u003eAlpine 3P J-Series\u003c\/th\u003e\n\u003cth\u003eSeattle 2P J-Series\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e2 Person\u003c\/td\u003e\n\u003ctd\u003e3 Person\u003c\/td\u003e\n\u003ctd\u003e2 Person\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Width\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e44”\u003c\/td\u003e\n\u003ctd\u003e57”\u003c\/td\u003e\n\u003ctd\u003e44”\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Depth\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e38”\u003c\/td\u003e\n\u003ctd\u003e40”\u003c\/td\u003e\n\u003ctd\u003e38”\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Height\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e68”\u003c\/td\u003e\n\u003ctd\u003e68”\u003c\/td\u003e\n\u003ctd\u003e68”\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeating System\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eDual-Tech\u003c\/td\u003e\n\u003ctd\u003eDual-Tech\u003c\/td\u003e\n\u003ctd\u003eCarbon Only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCarbon Panels\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e5\u003c\/td\u003e\n\u003ctd\u003e6\u003c\/td\u003e\n\u003ctd\u003e6\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCeramic Panel\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e✓\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFloor Reflexology Heater\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e✓\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl Panel\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eInterior Only\u003c\/td\u003e\n\u003ctd\u003eInterior Only\u003c\/td\u003e\n\u003ctd\u003eInterior Only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCircuit\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e15A Standard\u003c\/td\u003e\n\u003ctd\u003e20A Dedicated\u003c\/td\u003e\n\u003ctd\u003e15A Standard\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChromotherapy + Red Light\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e✓\u003c\/td\u003e\n\u003ctd\u003e✓\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eBT + MP3\/AUX\u003c\/td\u003e\n\u003ctd\u003eBT + MP3\/AUX\u003c\/td\u003e\n\u003ctd\u003eBT + MP3\/AUX\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eView Model\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e—\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"\/products\/maxxus-alpine-3-person-low-emf-far-infrared-sauna-canadian-hemlock\" style=\"color:#C8943A;font-weight:700;text-decoration:none;white-space:nowrap;\"\u003eView Alpine 3P J-Series ›\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"\/products\/maxxus-seattle-2-person-low-emf-far-infrared-sauna-canadian-hemlock\" style=\"color:#C8943A;font-weight:700;text-decoration:none;white-space:nowrap;\"\u003eView Seattle 2P J-Series ›\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e Aspen adds Dual-Tech heat (ceramic panel + floor reflexology heater) to the same-size cabin as the \u003ca href=\"\/products\/maxxus-seattle-2-person-low-emf-far-infrared-sauna-canadian-hemlock\"\u003eSeattle J-Series\u003c\/a\u003e. The Seattle has 6 carbon panels but no ceramic panel and no floor heater — a simpler, more focused carbon-only experience. If the layered Dual-Tech heat is the priority, choose Aspen. For 3-person capacity with the same Dual-Tech system, see the \u003ca href=\"\/products\/maxxus-alpine-3-person-low-emf-far-infrared-sauna-canadian-hemlock\"\u003eAlpine 3P J-Series\u003c\/a\u003e. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to talk through your situation.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e44”W × 38”D × 68”H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eExterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e48”W × 42”D × 75”H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e2 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeating System\u003c\/td\u003e\n\u003ctd\u003eDual-Tech: 5 PureTech™ FAR infrared carbon fiber panels + 1 ceramic heater panel + 1 floor reflexology heater\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003e140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eElectrical\u003c\/td\u003e\n\u003ctd\u003e120V \/ 15A — standard household outlet. No dedicated circuit required.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eClear tempered glass door\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl Panel\u003c\/td\u003e\n\u003ctd\u003eInterior LED only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChromotherapy\u003c\/td\u003e\n\u003ctd\u003eInterior LED chromotherapy lighting + Red Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eBluetooth + MP3\/AUX; 2 built-in speakers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly\u003c\/td\u003e\n\u003ctd\u003ePre-cut numbered panels, no tools required (~45–90 min with 2 people)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembled Weight\u003c\/td\u003e\n\u003ctd\u003eApproximately 275 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertification\u003c\/td\u003e\n\u003ctd\u003eETL, CE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e5-year limited (heating elements + electronics)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-j206-02s-view-03.webp?v=1781786839\" alt=\"Maxxus Aspen 2-Person FAR Infrared Sauna | J-Series Dual-Tech | Canadian Hemlock contents\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eWhat Comes With the Maxxus Aspen 2P\u003c\/h2\u003e\n\u003cp\u003eYour sauna ships in multiple boxes, fully pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Hemlock wood panels\u003c\/li\u003e\n\u003cli\u003ePureTech™ FAR infrared carbon fiber heating panels (pre-installed)\u003c\/li\u003e\n\u003cli\u003eCeramic heater panel (pre-installed)\u003c\/li\u003e\n\u003cli\u003eFloor reflexology heater (pre-installed)\u003c\/li\u003e\n\u003cli\u003eClear tempered glass door with hardware\u003c\/li\u003e\n\u003cli\u003eInterior LED control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting system\u003c\/li\u003e\n\u003cli\u003eBluetooth \/ MP3 \/ AUX audio system with built-in speakers\u003c\/li\u003e\n\u003cli\u003eAssembly hardware kit and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with plug adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers palletized to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment confirmation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e immediately with any delivery concerns.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. Electrical: standard 120V \/ 15A outlet — plug-and-play, no electrician needed.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat is Dual-Tech heating on the Maxxus Aspen J-Series?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eDual-Tech refers to the combination of multiple heater types in one cabin: 5 PureTech™ FAR infrared carbon fiber panels on the walls for broad surround coverage, plus a ceramic heater panel for intense focused heat, plus a dedicated floor reflexology heater beneath your feet. The carbon panels deliver even radiant heat. The ceramic panel adds intensity. The floor heater reaches your feet and lower legs — an area the wall panels address only indirectly. Together they create a layered, multi-source heat environment that carbon-only models can’t replicate.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes the Maxxus Aspen J-Series have an exterior control panel?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eNo — the Aspen J-Series has an interior-only LED control panel. You set the temperature and timer from inside the cabin. The \u003ca href=\"\/products\/maxxus-seattle-2-person-low-emf-far-infrared-sauna-canadian-hemlock\"\u003eMaxxus Seattle J-Series\u003c\/a\u003e also uses an interior-only control panel. See the comparison section above for a full breakdown of how these models differ.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the difference between the Aspen J-Series and the Maxxus Seattle J-Series?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eBoth are 2-person Canadian Hemlock saunas with a 44” interior and the same 15A standard outlet. The Aspen J-Series 02S uses Dual-Tech heating: 5 carbon panels + 1 ceramic panel + 1 floor reflexology heater. The \u003ca href=\"\/products\/maxxus-seattle-2-person-low-emf-far-infrared-sauna-canadian-hemlock\"\u003eSeattle J-Series\u003c\/a\u003e uses 6 carbon panels only — no ceramic panel, no floor heater. If the layered Dual-Tech heat experience is the priority, choose Aspen. If a simpler 6-panel carbon setup is preferred, choose Seattle.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes the Aspen J-Series play FM radio?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eNo — the J-Series audio system supports Bluetooth wireless connection and MP3\/AUX wired input only. There is no FM radio tuner on the Aspen or any J-Series Maxxus model. If FM radio is important, check the Maxxus K-Series lineup for models that include it.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat circuit does the Aspen J-Series require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe Aspen 2P runs on a standard 120V \/ 15A household outlet — the same as most home appliances. No dedicated circuit or electrician required. For best results, plug into a dedicated outlet not shared with other high-draw appliances.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes this sauna include chromotherapy lighting?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Built-in LED chromotherapy cycles through color programs during your session. The lighting is controllable from the interior panel — choose a single color, a sequence, or turn it off for a simple heat session.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow long does assembly take?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eAssembly typically takes 60–90 minutes with two people. The pre-cut numbered panel system requires no tools — follow the illustrated guide panel-by-panel. Most buyers complete it comfortably in under 90 minutes.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty on this sauna?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus covers heating elements for 5 years and electrical components for 5 years under the limited warranty. Contact us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e for warranty registration and service.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does free shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states. The carrier delivers palletized boxes to your curb or driveway. Inspect all boxes before signing the bill of lading and note any visible damage in writing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan I use this sauna every day?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. FAR infrared saunas are designed for daily use. Most people session 20–45 minutes at 120–140°F. Start with shorter sessions if you’re new to infrared, and always hydrate before and after.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout — select Affirm to see personalized options with no impact to your credit score. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to discuss before purchasing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n\u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n\u003cp\u003eFreight delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"8\" r=\"6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M15.477 12.89L17 22l-5-3-5 3 1.523-9.11\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003e5-Year Warranty\u003c\/h3\u003e\n\u003cp\u003e5-year limited warranty on heating elements and electronics\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-white\" style=\"padding:56px 24px;\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-cta-box\"\u003e\n      \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n      \u003cp\u003eOur sauna specialists will match you to the right model for your space, goals, and budget.\u003c\/p\u003e\n      \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with a Sauna Expert — (888) 500-5675\u003c\/a\u003e\n      \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":53125980914031,"sku":"MX-J206-02S","price":2699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-j206-02s-view-03.webp?v=1781786839"},{"product_id":"maxxus-alpine-3-person-low-emf-far-infrared-sauna-canadian-hemlock","title":"Maxxus Alpine 3-Person FAR Infrared Sauna | J-Series Dual-Tech | Canadian Hemlock","description":"\u003cstyle\u003e\n.mxx-sauna{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#1A1410;overflow-x:hidden}\n.mxx-sauna img{border:none!important;outline:none!important;box-shadow:none!important;display:block}\n.mxx-sauna a{color:#C8943A}\n.mxx-sauna *{box-sizing:border-box}\n.mxx-sauna-nav{background:#1A1410;padding:10px 24px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}\n.mxx-sauna-nav a{color:#FAF7F2!important;font-size:13px;font-weight:600;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;opacity:.85}\n.mxx-sauna-nav a:hover{opacity:1;color:#C8943A!important}\n.mxx-sauna-white{background:#fff;padding:56px 24px}\n.mxx-sauna-cream{background:#FAF7F2;padding:56px 24px}\n.mxx-sauna-dark{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);padding:64px 24px}\n.mxx-sauna-inner{max-width:1100px;margin:0 auto}\n.mxx-sauna h2{font-size:clamp(24px,3vw,36px);font-weight:700;color:#1A1410;margin:0 0 12px}\n.mxx-sauna h3{font-size:clamp(17px,2.2vw,22px);font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-eyebrow{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#C8943A;margin:0 0 8px}\n.mxx-sauna-hero{background:#fff;padding:40px 24px}\n.mxx-sauna-hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-hero-img{background:#fff;border-radius:12px;overflow:hidden;aspect-ratio:1\/1;padding:16px}\n.mxx-sauna-hero-img img{width:100%;height:100%;object-fit:contain}\n.mxx-sauna-hero-copy h2{font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#1A1410;line-height:1.15;margin:0 0 16px}\n.mxx-sauna-hero-copy p{font-size:16px;line-height:1.7;color:#3D3530;margin:0 0 16px}\n.mxx-sauna-hero-finance{font-size:13px;color:#7A6E65;margin-top:14px;margin-bottom:0}\n.mxx-sauna-hero-bullets{list-style:none;padding:0;margin:0 0 16px}\n.mxx-sauna-hero-bullets li{padding:5px 0;font-size:15px;color:#3D3530;display:flex;gap:8px;align-items:flex-start}\n.mxx-sauna-hero-bullets li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0}\n.mxx-sauna-stats{background:#1A1410}\n.mxx-sauna-stats-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}\n.mxx-sauna-stat{padding:24px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}\n.mxx-sauna-stat:last-child{border-right:none}\n.mxx-sauna-stat-num{display:block;font-size:28px;font-weight:800;color:#C8943A;line-height:1;margin-bottom:6px;letter-spacing:-.02em}\n.mxx-sauna-stat-lbl{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#A09080}\n.mxx-sauna-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-tech-img{border-radius:12px;overflow:hidden;aspect-ratio:4\/3}\n.mxx-sauna-tech-img img{width:100%;height:100%;object-fit:cover}\n.mxx-sauna-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-feat-card{background:#fff;border:1px solid #EDE8E1;border-radius:12px;overflow:hidden;padding:28px}\n.mxx-sauna-feat-img{aspect-ratio:4\/3;overflow:hidden;border-radius:8px;margin-bottom:16px;background:#fff}\n.mxx-sauna-feat-img img{width:100%;height:100%;object-fit:cover;object-position:top}\n.mxx-sauna-feat-body h3{font-size:17px;font-weight:700;color:#1A1410;margin:0 0 10px}\n.mxx-sauna-feat-body p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-specs-tbl{width:100%;border-collapse:collapse;margin-top:24px}\n.mxx-sauna-specs-tbl th{background:#1A1410;color:#FAF7F2;text-align:left;padding:12px 16px;font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}\n.mxx-sauna-specs-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;vertical-align:top}\n.mxx-sauna-specs-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-specs-tbl td:first-child{font-weight:600;color:#1A1410;width:40%}\n.mxx-sauna-specs-tbl td:last-child{color:#3D3530}\n.mxx-sauna-cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;margin-top:32px}\n.mxx-sauna-cmp-tbl{width:100%;min-width:520px;border-collapse:collapse}\n.mxx-sauna-cmp-tbl th{background:#1A1410;color:#FAF7F2;padding:14px 16px;text-align:center;font-size:13px;font-weight:700;letter-spacing:.04em}\n.mxx-sauna-cmp-tbl th:first-child{text-align:left}\n.mxx-sauna-cmp-tbl td{padding:12px 16px;border-bottom:1px solid #EDE8E1;font-size:14px;text-align:center;vertical-align:middle}\n.mxx-sauna-cmp-tbl td:first-child{text-align:left;font-weight:600;color:#1A1410}\n.mxx-sauna-cmp-tbl tr:nth-child(even) td{background:#F5EFE2}\n.mxx-sauna-cmp-here{background:#FFF8EC!important;border-left:3px solid #C8943A!important;border-right:3px solid #C8943A!important;color:#1A1410!important}\n.mxx-sauna-cmp-badge{display:inline-block;background:#C8943A;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.04em;white-space:nowrap}\n.mxx-sauna-honest{background:#FFF8EC;border-left:4px solid #C8943A;padding:16px 20px;border-radius:0 8px 8px 0;margin-top:20px}\n.mxx-sauna-honest p{font-size:14px;color:#3D3530;margin:0}\n.mxx-sauna-box-section{background:#fff;padding:56px 24px}\n.mxx-sauna-box-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}\n.mxx-sauna-box-img-wrap{border-radius:12px;overflow:hidden;aspect-ratio:1\/1;background:#F5EFE2}\n.mxx-sauna-box-img-wrap img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}\n.mxx-sauna-box-list{list-style:none;padding:0;margin:16px 0 0}\n.mxx-sauna-box-list li{padding:10px 0;border-bottom:1px solid #EDE8E1;font-size:15px;color:#3D3530;display:flex;gap:10px;align-items:flex-start}\n.mxx-sauna-box-list li::before{content:\"\\2713\";color:#C8943A;font-weight:700;flex-shrink:0;margin-top:1px}\n.mxx-sauna-ship-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}\n.mxx-sauna-ship-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #EDE8E1}\n.mxx-sauna-ship-card h3{font-size:16px;font-weight:700;color:#1A1410;margin:0 0 8px}\n.mxx-sauna-ship-card p{font-size:14px;line-height:1.6;color:#3D3530;margin:0}\n.mxx-sauna-faq{margin-top:32px}\n.mxx-sauna-faq details{border-bottom:1px solid #EDE8E1;padding:4px 0}\n.mxx-sauna-faq details:first-child{border-top:1px solid #EDE8E1}\n.mxx-sauna-faq summary{padding:16px 0;font-size:16px;font-weight:600;cursor:pointer;color:#1A1410;list-style:none;display:flex;justify-content:space-between;align-items:center}\n.mxx-sauna-faq summary::-webkit-details-marker{display:none}\n.mxx-sauna-faq summary::after{content:\"+\";font-size:20px;color:#C8943A;flex-shrink:0}\n.mxx-sauna-faq details[open] summary::after{content:\"-\"}\n.mxx-sauna-faq-a{padding:0 0 16px;font-size:15px;color:#3D3530;line-height:1.7}\n.mxx-sauna-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EDE8E1;border-radius:12px;overflow:hidden}\n.mxx-sauna-trust-item{padding:28px 20px;text-align:center;border-right:1px solid #EDE8E1}\n.mxx-sauna-trust-item:last-child{border-right:none}\n.mxx-sauna-trust-item h3{font-size:14px;font-weight:700;color:#1A1410;margin:8px 0 4px}\n.mxx-sauna-trust-item p{font-size:12px;color:#7A6E65;margin:0}\n.mxx-sauna-cta-inner{max-width:700px;margin:0 auto;text-align:center}\n.mxx-sauna-cta-inner h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-inner p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n.mxx-sauna-cta-btn{display:inline-block;background:#C8943A;color:#fff!important;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none}\n.mxx-sauna-cta-scroll{display:block;color:#fff!important;font-size:16px;font-weight:600;text-decoration:none;margin-top:24px;opacity:.7}\n.mxx-sauna-cta-box{background:linear-gradient(135deg,#1A1410 0%,#2D2018 100%);border-radius:16px;padding:56px 20px;text-align:center;max-width:900px;margin:0 auto}\n.mxx-sauna-cta-box h2{color:#FAF7F2;font-size:clamp(26px,3.5vw,38px);font-weight:800;margin:0 0 16px}\n.mxx-sauna-cta-box p{color:#C0A898!important;font-size:16px;margin:0 0 32px}\n@media(max-width:768px){\n  .mxx-sauna-hero{padding:32px 16px}\n  .mxx-sauna-hero-inner{grid-template-columns:1fr;gap:24px}\n  .mxx-sauna-hero-img{order:-1}\n  .mxx-sauna-white,.mxx-sauna-cream,.mxx-sauna-box-section{padding:40px 16px}\n  .mxx-sauna-stats-inner{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-stat:nth-child(2n){border-right:none}\n  .mxx-sauna-stat{border-bottom:1px solid rgba(255,255,255,.1)}\n  .mxx-sauna-stat:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-tech-grid{grid-template-columns:1fr}\n  .mxx-sauna-feat-grid{grid-template-columns:1fr}\n  .mxx-sauna-box-grid{grid-template-columns:1fr}\n  .mxx-sauna-ship-grid{grid-template-columns:1fr}\n  .mxx-sauna-trust-grid{grid-template-columns:repeat(2,1fr)}\n  .mxx-sauna-trust-item:nth-child(2n){border-right:none}\n  .mxx-sauna-trust-item{border-bottom:1px solid #EDE8E1}\n  .mxx-sauna-trust-item:nth-last-child(-n+2){border-bottom:none}\n  .mxx-sauna-nav{gap:12px;padding:8px 16px}\n  .mxx-sauna-nav a{font-size:12px}\n}\n\u003c\/style\u003e\u003cdiv class=\"mxx-sauna\"\u003e\n\u003cnav class=\"mxx-sauna-nav\" aria-label=\"Page sections\"\u003e\u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\u003ca href=\"#specs\"\u003eSpecs\u003c\/a\u003e\u003ca href=\"#box\"\u003eIn the Box\u003c\/a\u003e\u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\u003c\/nav\u003e\u003csection class=\"mxx-sauna-hero\" id=\"overview\"\u003e\u003cdiv class=\"mxx-sauna-hero-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-hero-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-j306-02s-view-04.webp?v=1781786889\" alt=\"Maxxus Alpine 3-Person FAR Infrared Sauna | J-Series Dual-Tech | Canadian Hemlock\" loading=\"eager\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-hero-copy\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eMaxxus J-Series | 3-Person | Dual-Tech\u003c\/p\u003e\n\u003ch2\u003eThe Maxxus Alpine 3-Person J-Series FAR Infrared Sauna\u003c\/h2\u003e\n\u003cp\u003eA full 3-person FAR infrared sauna on the J-Series 02S platform: Dual-Tech heating combines 6 PureTech™ carbon fiber panels with a ceramic heater panel and a dedicated floor reflexology heater for a multi-source heat experience. Spacious 57” interior seats three comfortably. Chromotherapy, Bluetooth audio, Canadian Hemlock. Requires a dedicated 120V\/20A circuit.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-hero-bullets\"\u003e\n\u003cli\u003eDual-Tech: 6 carbon fiber panels + 1 ceramic heater panel + floor reflexology heater\u003c\/li\u003e\n\u003cli\u003e57” interior width — genuine 3-person comfort\u003c\/li\u003e\n\u003cli\u003eDedicated 120V \/ 20A circuit for full 3P heater load\u003c\/li\u003e\n\u003cli\u003eBluetooth + MP3\/AUX audio with built-in speakers\u003c\/li\u003e\n\u003cli\u003eInterior LED control panel, chromotherapy lighting\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"mxx-sauna-hero-finance\"\u003eAffirm financing available at checkout — spread the investment over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-stats\" aria-label=\"Key specs\"\u003e\u003cdiv class=\"mxx-sauna-stats-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003eDual-Tech\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCarbon + Ceramic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e3\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eCapacity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e140°F\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eMax Temp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-stat\"\u003e\n\u003cspan class=\"mxx-sauna-stat-num\"\u003e20A\u003c\/span\u003e\u003cspan class=\"mxx-sauna-stat-lbl\"\u003eDedicated Circuit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"features\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cdiv class=\"mxx-sauna-tech-grid\"\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2\u003eDual-Tech Heating Across a Wide 57” Interior\u003c\/h2\u003e\n\u003cp\u003eFAR infrared wavelengths (5–14 microns) penetrate 1.5–2 inches below the skin surface, increasing core body temperature and supporting circulation and muscle relaxation. The J-Series 02S Dual-Tech layout delivers this heat from multiple sources in the spacious 3-person cabin: 6 PureTech™ carbon fiber panels on the cabin walls for full surround coverage across all three seated positions, a ceramic heater panel for intense focused heat, and a dedicated floor reflexology heater beneath your feet. The 57” interior width means three adults sit comfortably side by side with meaningful personal space. Always consult a healthcare provider before beginning any heat therapy routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-tech-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-j306-02s-view-03.webp?v=1781786885\" alt=\"Maxxus Alpine 3-Person FAR Infrared Sauna | J-Series Dual-Tech | Canadian Hemlock interior\" loading=\"lazy\" width=\"800\" height=\"600\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"mxx-sauna-eyebrow\" style=\"margin-top:48px\"\u003eBuilt-In Features\u003c\/p\u003e\n\u003ch2\u003eWhat the Alpine J-Series Delivers\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-feat-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-j306-02s-chromotherapy-light.webp?v=1781786869\" alt=\"Wide 57” Interior — Genuine 3-Person Space\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eWide 57” Interior — Genuine 3-Person Space\u003c\/h3\u003e\n\u003cp\u003eThe Alpine's 57\" interior width is the defining advantage in this capacity tier. Three adults sit comfortably on the bench without shoulder contact. Six PureTech™ carbon fiber panels cover the rear and side walls, wrapping all three seated positions with direct FAR infrared radiant heat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-j306-02s-mp3-aux-connection.webp?v=1781786877\" alt=\"Ceramic Panel + Floor Reflexology Heater — J-Series 02S Dual-Tech\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eCeramic Panel + Floor Reflexology Heater — J-Series 02S Dual-Tech\u003c\/h3\u003e\n\u003cp\u003eThe 02S adds two heat sources beyond the base J-Series: a ceramic heater panel delivers intense focused heat from one direction, while the dedicated floor reflexology heater warms your feet and lower legs from below — an area the wall panels address only indirectly. Combined with 6 carbon wall panels, the Alpine delivers a fully layered, multi-source heat environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-card\"\u003e\n\u003cdiv class=\"mxx-sauna-feat-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-j306-02s-heater.webp?v=1781786872\" alt=\"Chromotherapy + Bluetooth Audio\" loading=\"lazy\" width=\"600\" height=\"450\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-feat-body\"\u003e\n\u003ch3\u003eChromotherapy + Bluetooth Audio\u003c\/h3\u003e\n\u003cp\u003eInterior chromotherapy LED lighting offers multiple color settings to customize your session environment. Bluetooth audio pairs wirelessly with your phone; MP3\/AUX provides a wired backup. Two built-in speakers deliver clear audio at sauna temperatures. All functions are controlled from the interior LED panel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-white\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCompare Models\u003c\/p\u003e\n\u003ch2\u003eAlpine 3P vs. Aspen 2P vs. Bellevue 3P — J-Series Comparison\u003c\/h2\u003e\n\u003cp\u003eAll three are Canadian Hemlock FAR infrared saunas. The Alpine and Aspen (02S) add Dual-Tech heating over the base Bellevue J-Series.\u003c\/p\u003e\n\u003cdiv class=\"mxx-sauna-cmp-wrap\"\u003e\u003ctable class=\"mxx-sauna-cmp-tbl\" aria-label=\"Model comparison\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eAspen 2P J-Series\u003c\/th\u003e\n\u003cth class=\"mxx-sauna-cmp-here\"\u003e\n\u003cspan class=\"mxx-sauna-cmp-badge\"\u003eThis Model\u003c\/span\u003e\u003cbr\u003eAlpine 3P J-Series\u003c\/th\u003e\n\u003cth\u003eBellevue 3P J-Series\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e2 Person\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e3 Person\u003c\/td\u003e\n\u003ctd\u003e3 Person\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Width\u003c\/td\u003e\n\u003ctd\u003e44”\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e57”\u003c\/td\u003e\n\u003ctd\u003e57”\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Depth\u003c\/td\u003e\n\u003ctd\u003e38”\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e40”\u003c\/td\u003e\n\u003ctd\u003e38”\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Height\u003c\/td\u003e\n\u003ctd\u003e68”\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e68”\u003c\/td\u003e\n\u003ctd\u003e68”\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeating System\u003c\/td\u003e\n\u003ctd\u003eDual-Tech\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eDual-Tech\u003c\/td\u003e\n\u003ctd\u003eCarbon Only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCarbon Panels\u003c\/td\u003e\n\u003ctd\u003e5\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e6\u003c\/td\u003e\n\u003ctd\u003e7\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCeramic Panel\u003c\/td\u003e\n\u003ctd\u003e✓\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFloor Reflexology Heater\u003c\/td\u003e\n\u003ctd\u003e✓\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl Panel\u003c\/td\u003e\n\u003ctd\u003eInterior Only\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eInterior Only\u003c\/td\u003e\n\u003ctd\u003eInterior Only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCircuit\u003c\/td\u003e\n\u003ctd\u003e15A Standard\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e20A Dedicated\u003c\/td\u003e\n\u003ctd\u003e20A Dedicated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChromotherapy + Red Light\u003c\/td\u003e\n\u003ctd\u003e✓\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e✓\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eBT + MP3\/AUX\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003eBT + MP3\/AUX\u003c\/td\u003e\n\u003ctd\u003eBT + MP3\/AUX\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eView Model\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"\/products\/maxxus-aspen-2-person-low-emf-far-infrared-sauna-canadian-hemlock\" style=\"color:#C8943A;font-weight:700;text-decoration:none;white-space:nowrap;\"\u003eView Aspen 2P J-Series ›\u003c\/a\u003e\u003c\/td\u003e\n\u003ctd class=\"mxx-sauna-cmp-here\"\u003e—\u003c\/td\u003e\n\u003ctd\u003e\u003ca href=\"\/products\/maxxus-bellevue-3-person-low-emf-far-infrared-sauna-canadian-hemlock\" style=\"color:#C8943A;font-weight:700;text-decoration:none;white-space:nowrap;\"\u003eView Bellevue 3P J-Series ›\u003c\/a\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-honest\"\u003e\u003cp\u003e\u003cstrong\u003eHonest take:\u003c\/strong\u003e Alpine adds Dual-Tech heat (ceramic panel + floor reflexology heater) to the same-width cabin as the \u003ca href=\"\/products\/maxxus-bellevue-3-person-low-emf-far-infrared-sauna-canadian-hemlock\"\u003eBellevue J-Series\u003c\/a\u003e. The Bellevue has 7 carbon panels but no ceramic panel and no floor heater. Alpine also runs 2 inches deeper (40” vs. 38”). If the layered Dual-Tech heat is the priority, choose Alpine. If a straightforward 7-panel carbon setup is preferred, Bellevue is worth considering. For 2-person capacity on a 15A outlet, see the \u003ca href=\"\/products\/maxxus-aspen-2-person-low-emf-far-infrared-sauna-canadian-hemlock\"\u003eAspen 2P J-Series\u003c\/a\u003e. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-cream\" id=\"specs\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eFull Details\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"mxx-sauna-specs-tbl\" aria-label=\"Product specifications\"\u003e\n\u003cthead\u003e\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e57”W × 40”D × 68”H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eExterior Dimensions\u003c\/td\u003e\n\u003ctd\u003e61”W × 44”D × 75”H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e3 persons\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeating System\u003c\/td\u003e\n\u003ctd\u003eDual-Tech: 6 PureTech™ FAR infrared carbon fiber panels + 1 ceramic heater panel + 1 floor reflexology heater\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax Temperature\u003c\/td\u003e\n\u003ctd\u003e140°F\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eElectrical\u003c\/td\u003e\n\u003ctd\u003e120V \/ 20A — dedicated non-GFCI circuit required\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWood\u003c\/td\u003e\n\u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003ctd\u003eClear tempered glass door\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eControl Panel\u003c\/td\u003e\n\u003ctd\u003eInterior LED only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eChromotherapy\u003c\/td\u003e\n\u003ctd\u003eInterior LED chromotherapy lighting + Red Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAudio\u003c\/td\u003e\n\u003ctd\u003eBluetooth + MP3\/AUX; 2 built-in speakers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembly\u003c\/td\u003e\n\u003ctd\u003ePre-cut numbered panels, no tools required (~60–120 min with 2 people)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAssembled Weight\u003c\/td\u003e\n\u003ctd\u003eApproximately 300 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertification\u003c\/td\u003e\n\u003ctd\u003eETL, CE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e5-year limited (heating elements + electronics)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"mxx-sauna-box-section\" id=\"box\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\u003cdiv class=\"mxx-sauna-box-grid\"\u003e\n\u003cdiv class=\"mxx-sauna-box-img-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-j306-02s-view-04.webp?v=1781786889\" alt=\"Maxxus Alpine 3-Person FAR Infrared Sauna | J-Series Dual-Tech | Canadian Hemlock contents\" loading=\"lazy\" width=\"600\" height=\"600\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eWhat Comes With the Maxxus Alpine 3P\u003c\/h2\u003e\n\u003cp\u003eYour sauna ships in multiple boxes, fully pre-fitted and numbered for easy assembly.\u003c\/p\u003e\n\u003cul class=\"mxx-sauna-box-list\"\u003e\n\u003cli\u003ePre-cut numbered Canadian Hemlock wood panels\u003c\/li\u003e\n\u003cli\u003ePureTech™ FAR infrared carbon fiber heating panels (pre-installed)\u003c\/li\u003e\n\u003cli\u003eCeramic heater panel (pre-installed)\u003c\/li\u003e\n\u003cli\u003eFloor reflexology heater (pre-installed)\u003c\/li\u003e\n\u003cli\u003eClear tempered glass door with hardware\u003c\/li\u003e\n\u003cli\u003eInterior LED control panel\u003c\/li\u003e\n\u003cli\u003eChromotherapy LED lighting system\u003c\/li\u003e\n\u003cli\u003eBluetooth \/ MP3 \/ AUX audio system with built-in speakers\u003c\/li\u003e\n\u003cli\u003eAssembly hardware kit and illustrated guide\u003c\/li\u003e\n\u003cli\u003ePower cord with plug adapter\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-cream\" id=\"shipping\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cp class=\"mxx-sauna-eyebrow\"\u003eDelivery\u003c\/p\u003e\n    \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n    \u003cp\u003eAll Maxxus saunas ship free via freight carrier to the contiguous 48 states. Questions? Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e.\u003c\/p\u003e\n    \u003cdiv class=\"mxx-sauna-ship-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eFree Curbside Delivery\u003c\/h3\u003e\n        \u003cp\u003eFreight carrier delivers palletized to your curb or driveway at no charge. Typical transit: 5–10 business days after shipment confirmation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eDelivery Day\u003c\/h3\u003e\n        \u003cp\u003eInspect all boxes before signing the bill of lading. Note any visible damage in writing. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e immediately with any delivery concerns.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-ship-card\"\u003e\n        \u003ch3\u003eAssembly\u003c\/h3\u003e\n        \u003cp\u003eNumbered panels assemble tool-free in 1–2 hours. Electrical: 120V \/ 20A dedicated circuit (requires electrician if not already available).\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"mxx-sauna-white\" id=\"faq\"\u003e\u003cdiv class=\"mxx-sauna-inner\"\u003e\n\u003cp class=\"mxx-sauna-eyebrow\"\u003eCommon Questions\u003c\/p\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"mxx-sauna-faq\"\u003e\n\u003cdetails\u003e\u003csummary\u003eWhat is the J-Series Dual-Tech heating system in the Alpine?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eDual-Tech refers to the combination of three heater types: 6 PureTech™ FAR infrared carbon fiber panels on the cabin walls for broad surround coverage, a ceramic heater panel for intense focused heat, and a dedicated floor reflexology heater beneath your feet. The carbon panels deliver even radiant heat across the 3-person seated space. The ceramic panel adds intensity. The floor heater reaches your feet and lower legs directly — an area the wall panels address only indirectly. This layered, multi-source approach is what distinguishes the J-Series 02S from the base J-Series carbon-only models.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow does the Alpine 3P compare to the Maxxus Bellevue J-Series?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eBoth are 3-person Canadian Hemlock saunas on the J-Series platform. The Alpine J-Series 02S adds Dual-Tech heating: 6 carbon panels + 1 ceramic panel + 1 floor reflexology heater. The \u003ca href=\"\/products\/maxxus-bellevue-3-person-low-emf-far-infrared-sauna-canadian-hemlock\"\u003eBellevue J-Series\u003c\/a\u003e uses 7 carbon panels only — no ceramic panel, no floor heater. The Alpine also runs 2” deeper (57”W × 40”D vs. 57”W × 38”D). If the layered Dual-Tech heat experience and deeper cabin are priorities, choose Alpine. If a straightforward 7-panel carbon setup is preferred, Bellevue is worth considering.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes the Alpine J-Series have an exterior control panel?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eNo — the Alpine J-Series includes an interior-only LED control panel. Temperature, timer, and chromotherapy are all managed from inside the cabin. The \u003ca href=\"\/products\/maxxus-bellevue-3-person-low-emf-far-infrared-sauna-canadian-hemlock\"\u003eBellevue J-Series\u003c\/a\u003e also uses an interior-only panel. See the comparison table above for a full breakdown of how these models differ.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes the Alpine J-Series play FM radio?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eNo — the J-Series audio system supports Bluetooth and MP3\/AUX wired input only. There is no FM radio tuner on any J-Series Maxxus model. If FM radio is needed, check the Maxxus K-Series lineup.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat circuit does the Maxxus Alpine 3P require?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eThe Alpine J-Series 3P requires a dedicated 120V \/ 20A circuit (non-GFCI, standard receptacle). Unlike the 2-person Aspen which runs on a standard 15A outlet, the 3-person Alpine’s higher total heater wattage requires a dedicated 20A circuit. Most homes will need an electrician to install a 20A dedicated circuit if one isn’t already near your planned location. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e if you want guidance on electrical requirements before ordering.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eDoes this sauna include chromotherapy lighting?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Built-in LED chromotherapy cycles through color programs during your session. The lighting is controllable from the interior panel — choose a single color, a sequence, or turn it off for a simple heat session.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eHow long does it take to assemble the Alpine 3P?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eAssembly typically takes 60–120 minutes with two people. The Alpine 3P ships in multiple boxes on pallets (approximately 300 lbs assembled). Pre-cut numbered panels connect with the clasp-together system — no tools required. Plan to have your 20A circuit ready and your planned placement clear before delivery.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat is the warranty on this sauna?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eMaxxus covers heating elements for 5 years and electrical components for 5 years under the limited warranty. Contact us at \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e for warranty registration and service.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eWhat does free shipping include?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eFree curbside freight delivery to the contiguous 48 states. The carrier delivers palletized boxes to your curb or driveway. Inspect all boxes before signing the bill of lading and note any visible damage in writing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eCan I use this sauna every day?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. FAR infrared saunas are designed for daily use. Most people session 20–45 minutes at 120–140°F. Start with shorter sessions if you’re new to infrared, and always hydrate before and after.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs recoveryroomdirect.com an authorized Maxxus dealer?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Recovery Room Direct is an authorized Maxxus retailer. Every unit ships from an authorized distribution channel and carries the full manufacturer warranty. We do not sell gray-market or refurbished units.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\u003cdetails\u003e\u003csummary\u003eIs financing available?\u003c\/summary\u003e\u003cdiv class=\"mxx-sauna-faq-a\"\u003e\u003cp\u003eYes. Affirm financing is available at checkout — select Affirm to see personalized options with no impact to your credit score. Call \u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e to discuss before purchasing.\u003c\/p\u003e\u003c\/div\u003e\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003cdiv class=\"mxx-sauna-white\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-trust-grid\"\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eAuthorized Dealer\u003c\/h3\u003e\n\u003cp\u003eOfficial Maxxus retailer — full factory warranty\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eFree Shipping\u003c\/h3\u003e\n\u003cp\u003eFreight delivery to contiguous 48 states\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.62 3.45a2 2 0 0 1 2-2.17h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9A16 16 0 0 0 15 15.91l.86-.86a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eRecovery Specialists\u003c\/h3\u003e\n\u003cp\u003e\u003ca href=\"tel:+18885005675\"\u003e(888) 500-5675\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mxx-sauna-trust-item\"\u003e\n        \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#C8943A\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"8\" r=\"6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M15.477 12.89L17 22l-5-3-5 3 1.523-9.11\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003e5-Year Warranty\u003c\/h3\u003e\n\u003cp\u003e5-year limited warranty on heating elements and electronics\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mxx-sauna-white\" style=\"padding:56px 24px;\"\u003e\n  \u003cdiv class=\"mxx-sauna-inner\"\u003e\n    \u003cdiv class=\"mxx-sauna-cta-box\"\u003e\n      \u003ch2\u003eReady for Your Infrared Recovery Sauna?\u003c\/h2\u003e\n      \u003cp\u003eOur sauna specialists will match you to the right model for your space, goals, and budget.\u003c\/p\u003e\n      \u003ca href=\"tel:+18885005675\" class=\"mxx-sauna-cta-btn\"\u003eSpeak with a Sauna Expert — (888) 500-5675\u003c\/a\u003e\n      \u003ca href=\"#\" class=\"mxx-sauna-cta-scroll\"\u003e↑ Ready to order? Scroll up to add to cart\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.querySelectorAll('.mxx-sauna-faq details').forEach(function(d){\n  d.addEventListener('toggle',function(){\n    if(d.open){document.querySelectorAll('.mxx-sauna-faq details').forEach(function(o){if(o!==d)o.removeAttribute('open')});}\n  });\n});\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":53125981012335,"sku":"MX-J306-02S","price":2999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/files\/maxxus-low-emf-infrared-sauna-mx-j306-02s-view-04.webp?v=1781786889"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0674\/1103\/collections\/maxxus-saunas.png?v=1779004467","url":"https:\/\/recoveryroomdirect.com\/collections\/maxxus-saunas.oembed?page=3","provider":"Recovery Room Direct","version":"1.0","type":"link"}