{"title":"Corner Saunas","description":"\u003cbody\u003e\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\n\u003ctitle\u003eCorner Saunas — Peak Primal Wellness\u003c\/title\u003e\n\u003cstyle\u003e\n:root{\n  --ppw-accent:#065F46;\n  --ppw-accent-contrast:#ffffff;\n  --ppw-border:#e5e7eb;\n  --ppw-muted:#f9fafb;\n  --ppw-thead:#f3f4f6;\n}\nbody{font-family:system-ui,sans-serif;margin:0;padding:1rem;}\n.ppw-wrap{ max-width:100%; line-height:1.6; }\n.ppw-section{ margin:3rem 0; }\n.ppw-section.alt{ padding:1.25rem; }\n.ppw-grid{ display:grid; gap:1rem; }\n@media (min-width:768px){\n  .ppw-grid.cols-2{ grid-template-columns:1fr 1fr; }\n  .ppw-grid.cols-3{ grid-template-columns:repeat(3,1fr); }\n}\n.ppw-tablewrap{ overflow:auto; border:1px solid var(--ppw-border); border-radius:12px; }\ntable.ppw-table{ width:100%; border-collapse:collapse; background:#fff; }\n.ppw-table thead th{ background:var(--ppw-thead); font-weight:700; }\n.ppw-table th, .ppw-table td{\n  border-bottom:1px solid var(--ppw-border); padding:.7rem; text-align:left; vertical-align:top;\n}\n.ppw-badge{\n  display:inline-block; padding:.15rem .5rem; border:1px solid var(--ppw-border);\n  border-radius:999px; font-size:.85rem; margin-left:.35rem; background:#fff;\n}\n.ppw-topnav{\n  top:64px; z-index:8; background:#fff; padding:.6rem .5rem; margin:0 0 1rem;\n  border:1px solid var(--ppw-border); border-radius:12px; display:flex; flex-wrap:wrap; gap:.5rem;\n  box-shadow:0 6px 20px rgba(0,0,0,.04);\n}\n.ppw-topnav a{\n  position:relative; display:inline-flex; align-items:center; gap:.4rem;\n  padding:.48rem .8rem; border-radius:999px; text-decoration:none;\n  color:#0f172a; font-weight:600; transition:background .2s ease, color .2s ease;\n}\n.ppw-topnav a:hover{ background:var(--ppw-muted); }\n.ppw-topnav a.is-active{ color:var(--ppw-accent); background:rgba(6,95,70,.08); }\n.ppw-topnav a.is-active::after{\n  content:\"\"; position:absolute; left:14px; right:14px; bottom:4px;\n  height:2px; background:var(--ppw-accent); border-radius:2px;\n}\n#overview,#faq,#quiz,#guide,#lineup,#resources,#benefits,#compare,#space,#delivery,#care{ scroll-margin-top:96px; }\n.ppw-overview{ padding:1.25rem 0; }\n.ppw-overview__top{ margin-bottom:1.25rem; }\n.ppw-overview__top h2{ margin:0 0 .4rem; font-size:clamp(28px,4vw,44px); color:#09195b; font-weight:700; letter-spacing:.2px; }\n.ppw-overview__top p{ color:#4b5563; max-width:70ch; margin:0; }\n.ppw-overview__bottom{\n  display:grid; grid-template-columns:minmax(0,1fr) auto; gap:1.75rem; align-items:center;\n  border-radius:16px; padding:1.25rem;\n}\n@media (max-width:900px){ .ppw-overview__bottom{ grid-template-columns:1fr; padding:1rem; } }\n.ppw-overview__list ul{ margin:.1rem 0 0 1.25rem; }\n.ppw-overview__list li{ margin:.65rem 0; color:#111827; }\n.ppw-overview__list li strong{ font-weight:800; }\n.ppw-overview__media{\n  justify-self:end; width:clamp(260px,26vw,320px); min-height:clamp(170px,18vw,220px); padding:1.1rem;\n  border-radius:16px; border:1px solid #eef0f3; background:#fff;\n  box-shadow:0 10px 28px rgba(0,0,0,.06); display:grid; place-items:center; overflow:hidden;\n}\n.ppw-overview__media img{ width:100%; height:auto; max-height:clamp(150px,16vw,210px); object-fit:contain; }\n.ppw-overview__list{ max-width:720px; }\n@media (max-width:900px){\n  .ppw-overview__media{ justify-self:center; width:clamp(220px,70vw,320px); min-height:clamp(150px,42vw,200px); }\n  .ppw-overview__media img{ max-height:clamp(140px,38vw,190px); }\n}\n.faq-modern{ max-width:100%; }\n.faq-modern__head{ text-align:center; margin-bottom:3rem; }\n.faq-modern__head h2{ font-size:3rem; margin:0; font-weight:500; color:#09195b; letter-spacing:.2px; }\n.faq-modern .item{\n  border-radius:12px; overflow:hidden; border:1px solid var(--ppw-border);\n  margin-bottom:.75rem; background:#fff; box-shadow:0 4px 14px rgba(0,0,0,.04);\n}\n.faq-modern details summary{\n  list-style:none; display:flex; align-items:center; justify-content:space-between;\n  gap:.75rem; padding:1.5rem 1rem; cursor:pointer;\n  font-weight:700; color:#111827; background:#f6f7fb; transition:background .18s ease, color .18s ease;\n}\n.faq-modern details[open] summary{ background:#f6f7fb; color:#111827; }\n.faq-modern details summary .chev{\n  width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent;\n  border-top:8px solid currentColor; transition:transform .2s ease;\n}\n.faq-modern details[open] summary .chev{ transform:rotate(180deg); }\n.faq-modern details .body{ padding:1.25rem 1rem; color:#374151; line-height:1.65; }\n.ppw-types{ --tile-bg:#ffffff; display:grid; gap:1rem; }\n@media (min-width:900px){ .ppw-types{ grid-template-columns:repeat(2,1fr); } }\n.ppw-type{ display:block; text-decoration:none; color:inherit; border:1px solid var(--ppw-border); border-radius:14px; background:var(--tile-bg); padding:.85rem; box-shadow:0 8px 22px rgba(0,0,0,.04); transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease; }\n.ppw-type:hover{ transform:translateY(-2px); box-shadow:0 12px 28px rgba(0,0,0,.06); border-color:#dbe1e8; }\n.ppw-type__img{ aspect-ratio:4\/3; width:100%; border-radius:10px; background:#fff; display:grid; place-items:center; margin-bottom:.65rem; }\n.ppw-type__img img{ width:69% !important; height:100%; object-fit:contain; }\n.ppw-type h3{ margin:.1rem 0 .25rem; font-size:1.1rem; display:flex; align-items:center; gap:.4rem; justify-content:space-between; }\n.ppw-guide-v2 .ppw-steps-rail{ display:grid; gap:1.5rem; }\n@media (min-width:900px){ .ppw-guide-v2 .ppw-steps-rail{ grid-template-columns:repeat(3,1fr); } }\n.ppw-stepv2{ border:1px solid var(--ppw-border); border-radius:14px; padding:1.25rem; background:#fff; box-shadow:0 4px 14px rgba(0,0,0,.04); }\n.ppw-stepv2__num{ display:inline-flex; align-items:center; justify-content:center; width:32px; height:32px; border-radius:50%; background:var(--ppw-accent); color:#fff; font-weight:700; font-size:.9rem; margin-bottom:.75rem; }\n.ppw-stepv2__head{ display:flex; align-items:center; gap:.6rem; margin-bottom:.75rem; }\n.ppw-stepv2__icon{ font-size:1.5rem; }\n.ppw-stepv2__head h3{ margin:0; font-size:1.05rem; font-weight:700; color:#09195b; }\n.ppw-stepv2 ul{ margin:.25rem 0 0 1.25rem; padding:0; }\n.ppw-stepv2 li{ color:#374151; margin:.45rem 0; font-size:.95rem; }\n.ppw-benefits{ }\n.ppw-benefits__list{ display:grid; gap:1rem; }\n@media (min-width:768px){ .ppw-benefits__list{ grid-template-columns:repeat(2,1fr); } }\n.ppw-benefit{ display:flex; gap:.85rem; align-items:flex-start; border:1px solid var(--ppw-border); border-radius:12px; padding:1rem 1.1rem; background:#fff; box-shadow:0 4px 14px rgba(0,0,0,.04); }\n.ppw-benefit__icon{ font-size:1.75rem; flex-shrink:0; }\n.ppw-benefit strong{ font-weight:700; display:block; margin-bottom:.25rem; color:#09195b; }\n.ppw-benefit p{ margin:0; color:#6b7280; font-size:.9rem; line-height:1.5; }\n.ppw-delivery__list{ display:grid; gap:1rem; }\n@media (min-width:768px){ .ppw-delivery__list{ grid-template-columns:repeat(3,1fr); } }\n.ppw-check{ display:flex; gap:.85rem; align-items:flex-start; border:1px solid var(--ppw-border); border-radius:12px; padding:1rem 1.1rem; background:#fff; }\n.ppw-check__icon{ font-size:1.6rem; flex-shrink:0; }\n.ppw-check strong{ font-weight:700; display:block; margin-bottom:.25rem; }\n.ppw-check p{ margin:0; color:#6b7280; font-size:.9rem; }\n.ppw-care__wrap{ display:grid; gap:1.25rem; }\n@media (min-width:768px){ .ppw-care__wrap{ grid-template-columns:1fr auto; align-items:start; } }\n.ppw-care__card{ border:1px solid var(--ppw-border); border-radius:12px; padding:1.1rem 1.25rem; background:#fff; }\n.ppw-care__links{ display:flex; flex-direction:column; gap:.6rem; min-width:160px; }\n.ppw-care__link{ display:flex; justify-content:space-between; align-items:center; padding:.65rem 1rem; border:1px solid var(--ppw-border); border-radius:8px; text-decoration:none; color:#0f172a; font-weight:600; background:#fff; transition:background .18s ease; }\n.ppw-care__link:hover{ background:var(--ppw-muted); }\n.ppw-care__link .arrow{ color:var(--ppw-accent); font-size:1.1rem; }\n.ppw-guide-section__clusters { display:grid; gap:1rem; }\n@media (min-width:768px){ .ppw-guide-section__clusters { grid-template-columns:repeat(2,1fr); } }\n.ppw-cluster-card {\n  display:block; text-decoration:none; color:inherit;\n  border:1px solid var(--ppw-border); border-radius:12px; padding:1rem 1.1rem;\n  background:var(--ppw-muted);\n  transition:background .2s ease, border-color .2s ease, transform .2s ease;\n}\n.ppw-cluster-card:hover{ background:#fff; border-color:#065F46; transform:translateX(4px); }\n.ppw-cluster-card h4{ color:#0f172a; font-size:1.05rem; font-weight:700; margin:0 0 .5rem; display:flex; align-items:center; gap:.5rem; }\n.ppw-cluster-card h4::before{ content:\"→\"; color:#065F46; font-weight:700; }\n.ppw-cluster-card p{ color:#6b7280; font-size:.9rem; margin:0; line-height:1.5; }\n.ppw-lineup{ display:grid; gap:1.25rem; }\n@media (min-width:768px){ .ppw-lineup{ grid-template-columns:repeat(2,1fr); } }\n.ppw-card{ border:1px solid var(--ppw-border); border-radius:14px; background:#fff; overflow:hidden; box-shadow:0 4px 14px rgba(0,0,0,.04); display:flex; flex-direction:column; }\n.ppw-card__img{ background:var(--ppw-muted); display:grid; place-items:center; padding:1rem; aspect-ratio:4\/3; }\n.ppw-card__img img{ width:100%; height:100%; object-fit:contain; }\n.ppw-card__body{ padding:1rem 1.1rem; flex:1; display:flex; flex-direction:column; }\n.ppw-card__body h3{ margin:0 0 .35rem; font-size:1rem; color:#09195b; font-weight:700; }\n.ppw-card__price{ font-size:1.2rem; font-weight:800; color:var(--ppw-accent); margin:0 0 .5rem; }\n.ppw-card__tags{ display:flex; flex-wrap:wrap; gap:.35rem; margin-bottom:.75rem; }\n.ppw-card__tag{ font-size:.75rem; padding:.2rem .55rem; border-radius:999px; background:rgba(6,95,70,.08); color:var(--ppw-accent); font-weight:600; }\n.ppw-card__desc{ font-size:.875rem; color:#6b7280; margin:0 0 .85rem; line-height:1.5; flex:1; }\n.ppw-card__cta{ display:inline-block; background:var(--ppw-accent); color:#fff; padding:.6rem 1.1rem; border-radius:8px; text-decoration:none; font-weight:700; font-size:.9rem; text-align:center; transition:opacity .18s ease; }\n.ppw-card__cta:hover{ opacity:.88; }\n\u003c\/style\u003e\n\n\n\n\u003cnav class=\"ppw-topnav\" id=\"ppwTopNav\"\u003e\n  \u003ca href=\"#overview\"\u003eOverview\u003c\/a\u003e\n  \u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\n  \u003ca href=\"#guide\"\u003eBuying Guide\u003c\/a\u003e\n  \u003ca href=\"#lineup\"\u003eBrowse by Size\u003c\/a\u003e\n  \u003ca href=\"#resources\"\u003eLearning Center\u003c\/a\u003e\n  \u003ca href=\"#benefits\"\u003eKey Benefits\u003c\/a\u003e\n  \u003ca href=\"#compare\"\u003eCompare Models\u003c\/a\u003e\n  \u003ca href=\"#space\"\u003eSpace \u0026amp; Placement\u003c\/a\u003e\n  \u003ca href=\"#delivery\"\u003eDelivery Path\u003c\/a\u003e\n  \u003ca href=\"#care\"\u003eCare, Warranty \u0026amp; Shipping\u003c\/a\u003e\n\u003c\/nav\u003e\n\n\u003cscript\u003e\n(function(){\n  var nav=document.getElementById('ppwTopNav');\n  if(!nav) return;\n  var links=nav.querySelectorAll('a[href^=\"#\"]');\n  var ids=Array.from(links).map(function(l){return l.getAttribute('href').slice(1);});\n  function update(){\n    var active='';\n    ids.forEach(function(id){\n      var el=document.getElementById(id);\n      if(el \u0026\u0026 el.getBoundingClientRect().top\u003c=110) active=id;\n    });\n    links.forEach(function(l){\n      l.classList.toggle('is-active', l.getAttribute('href')==='#'+active);\n    });\n  }\n  window.addEventListener('scroll',update,{passive:true});\n  update();\n})();\n\u003c\/script\u003e\n\n\u003cdiv class=\"ppw-wrap\"\u003e\n\n\u003c!-- 1) OVERVIEW --\u003e\n\u003csection class=\"ppw-section ppw-overview\" id=\"overview\"\u003e\n  \u003cdiv class=\"ppw-overview__top\"\u003e\n    \u003ch2\u003eCorner Saunas — Maximum Infrared Therapy in Minimum Floor Space\u003c\/h2\u003e\n    \u003cp\u003eA corner sauna is engineered to fit snugly into a 90° room corner, turning otherwise wasted space into a dedicated wellness retreat. Instead of requiring a full wall section or freestanding floor area, corner saunas use a pentagonal or angled front-panel design that reclaims dead corner space. All of our corner saunas are infrared — so there's no ventilation stack, no water source, and no high-amperage hardwired connection required for most models. If you've been told your space \"can't fit a sauna,\" a corner sauna is often the answer.\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"ppw-overview__bottom\" style=\"background:var(--ppw-muted);\"\u003e\n    \u003cdiv class=\"ppw-overview__list\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSpace-saving pentagonal design\u003c\/strong\u003e — fits into any 90° corner; 2-person models need as little as 39″ × 39″ of corner clearance\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eAll infrared heating\u003c\/strong\u003e — FAR, near-zero EMF FAR, or full-spectrum options across every corner model\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTwo capacity options\u003c\/strong\u003e — 2-person (Dynamic Heming) or 3-person (Maxxus MX-356 series)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePlug-and-play electrical\u003c\/strong\u003e — most models run on standard 120V\/20A household circuits; no electrician required\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTruemed FSA\/HSA eligible\u003c\/strong\u003e — all models qualify for tax-free purchase via Truemed with a qualifying letter of medical necessity\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePrices from $2,699\u003c\/strong\u003e — corner saunas deliver full infrared therapy at some of the most accessible price points in the catalog\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ppw-overview__media\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/1224\/4854\/files\/MX-K356-01-ZFHemlock_1_3x3_4b369d82-052a-4160-b85f-f8cb07947883.jpg?v=1761801259\" alt=\"Maxxus Avignon 3-person corner infrared sauna\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 2) FAQ --\u003e\n\u003csection class=\"ppw-section faq-modern\" id=\"faq\"\u003e\n  \u003cdiv class=\"faq-modern__head\"\u003e\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"item\"\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat exactly is a corner sauna and how does the shape work? \u003cspan class=\"chev\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"body\"\u003eA corner sauna has a pentagonal floor plan — three standard rectangular walls meet a pair of angled front panels that form a 90° cutout. You position that angled cutout against the corner of your room, and the cabinet tucks in with its back and side walls running flush along your existing walls. The result is a fully enclosed sauna room that takes up roughly the same floor area as a medium armchair, with no dead space wasted. Interior seating is still a full bench, and the angled front panels typically include a glass door and side windows to keep the space feeling open.\u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"item\"\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eHow much floor space does a corner sauna actually need? \u003cspan class=\"chev\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"body\"\u003eThe 2-person Dynamic Heming requires approximately 39″ × 39″ (about 3.25 ft × 3.25 ft) at the corner point, with front panel depth of around 47″. The 3-person Maxxus MX-356 series requires roughly 47″ × 47″ at the corner, with front panel depth of approximately 55″. In both cases, measure from corner to corner rather than straight wall length. You also want 6–12 inches of clearance from any adjacent heat source or obstruction, and standard 7′ ceiling height is sufficient — corner saunas are typically 75–78″ tall.\u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"item\"\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eDo corner saunas require special electrical installation? \u003cspan class=\"chev\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"body\"\u003eMost corner saunas in our lineup run on a standard 120V\/20A household outlet — the same circuit as a microwave or window AC unit. The Dynamic Heming and Maxxus Avignon models both plug into a standard NEMA 5-20P outlet, which many homes already have in bedrooms or finished spaces. The full-spectrum Maxxus MX-M356 may require a 240V\/20A dedicated circuit due to higher wattage from the full-spectrum heater array. Always verify the spec sheet for the specific model. If you need a dedicated circuit run, a licensed electrician can typically complete the work in under two hours.\u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"item\"\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat's the difference between FAR infrared, near-zero EMF, and full-spectrum in corner saunas? \u003cspan class=\"chev\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"body\"\u003eAll infrared corner saunas emit FAR infrared (8–14 micron wavelength), which is the spectrum most associated with deep tissue warmth and sweat response. The distinction is in EMF output from the heaters. Standard low-EMF models emit 3–8 milligauss at bench level — within safe ranges but higher than near-zero models. Near-zero EMF models (Maxxus ZF series, Dynamic Heming Elite) use shielded carbon heaters that measure under 3 milligauss at bench distance, which is recommended for individuals with EMF sensitivity or those doing daily sessions. Full-spectrum models (Maxxus MX-M356-FS) add mid-infrared and near-infrared wavelengths alongside FAR, which some users prefer for skin-surface benefit alongside deep penetration. If EMF reduction is a primary concern, choose a model with \"near-zero EMF\" or \"ZF\" in the name.\u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"item\"\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I put a corner sauna on the second floor or in a condo? \u003cspan class=\"chev\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"body\"\u003eYes — corner saunas are among the most condo- and upper-floor-friendly sauna types. They're all-electric infrared with no open flame, no steam, and no plumbing, so they meet typical condo association requirements for sauna installation. Weight is generally 250–380 lbs fully assembled, which is within standard residential floor load ratings (typically 40–50 lbs per sq ft). The angled corner footprint also distributes weight more evenly than a full rectangular cabinet. Check your specific building's HOA or lease agreement for any infrared appliance restrictions, but most modern condos permit them.\u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"item\"\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eAre corner saunas Truemed FSA\/HSA eligible? \u003cspan class=\"chev\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"body\"\u003eYes. Every corner sauna we carry is Truemed-eligible, meaning you can purchase using FSA (Flexible Spending Account) or HSA (Health Savings Account) funds after obtaining a letter of medical necessity (LMN) from a licensed healthcare provider. Truemed coordinates the LMN process, and the tax savings are typically 25–40% depending on your bracket. At checkout, select Truemed as your payment method and follow the LMN steps — the whole process takes about 10 minutes. This makes a $3,899 corner sauna effectively $2,340–$2,924 after tax savings for many buyers.\u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"item\"\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat wood types are available for corner saunas? \u003cspan class=\"chev\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"body\"\u003eCorner saunas come in two primary wood options. Canadian Hemlock (light blond grain, tight knot pattern) is the standard wood in most Dynamic and Maxxus hemlock models — it's odor-neutral, resistant to warping, and less expensive to produce, making it the most common choice. Canadian Red Cedar (rich reddish-brown, aromatic) is available in the Maxxus MX-K356-01 CED and MX-M356-01-FS CED models. Cedar has a natural aroma that many sauna enthusiasts prefer, and it's naturally antimicrobial. Cedar models carry a $1,000–$1,400 premium over comparable hemlock models. Both woods require the same basic maintenance — occasional wiping with a dry cloth and airing out after sessions.\u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"item\"\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eHow do corner saunas compare to traditional box saunas of the same capacity? \u003cspan class=\"chev\"\u003e\u003c\/span\u003e\u003c\/summary\u003e\n      \u003cdiv class=\"body\"\u003eA 3-person traditional rectangular infrared sauna typically measures 60″ × 47″ — requiring a 20 square foot floor footprint with clearance. The Maxxus 3-person corner sauna occupies roughly 16 square feet in the corner zone, with no clearance needed on the two back walls since they're flush against your room's corner. The tradeoff is bench configuration: corner saunas use an L-shaped or angled bench rather than a straight bench, which some users find equally comfortable for lying down but others find less spacious for seated side-by-side use. Interior volume is comparable, but the perceived openness is greater in a corner sauna due to the glass front panels. If you have the wall space, a rectangular sauna gives more flexible bench arrangements; if space is at a premium, a corner sauna wins on footprint efficiency.\u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 3) QUIZ CTA --\u003e\n\u003csection class=\"ppw-section\" id=\"quiz\" style=\"background:var(--ppw-accent);border-radius:20px;padding:2rem 1.5rem;text-align:center;\"\u003e\n  \u003ch3 style=\"color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 .75rem;\"\u003e🌿 Not Sure Which Corner Sauna Fits Your Space?\u003c\/h3\u003e\n  \u003cp style=\"color:rgba(255,255,255,.85);margin:0 0 1.25rem;max-width:52ch;margin-inline:auto;\"\u003eTake our 2-minute sauna quiz — answer a few questions about your room, budget, and wellness goals and we'll match you to the right model.\u003c\/p\u003e\n  \u003ca href=\"\/pages\/sauna-quiz\" style=\"display:inline-block;background:#fff;color:var(--ppw-accent);padding:.75rem 1.75rem;border-radius:10px;text-decoration:none;font-weight:700;font-size:1rem;\"\u003eTake the Sauna Quiz →\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c!-- 4) BUYING GUIDE --\u003e\n\u003csection class=\"ppw-section ppw-guide-v2\" id=\"guide\"\u003e\n  \u003ch2\u003eCorner Sauna Buying Guide\u003c\/h2\u003e\n  \u003cdiv class=\"ppw-steps-rail\"\u003e\n    \u003cdiv class=\"ppw-stepv2\"\u003e\n      \u003cdiv class=\"ppw-stepv2__num\"\u003e1\u003c\/div\u003e\n      \u003cdiv class=\"ppw-stepv2__head\"\u003e\n        \u003cspan class=\"ppw-stepv2__icon\"\u003e📐\u003c\/span\u003e\n        \u003ch3\u003eMeasure Your Corner First\u003c\/h3\u003e\n      \u003c\/div\u003e\n      \u003cul\u003e\n        \u003cli\u003eIdentify the corner: drywall (can cut baseboard), tile (no cutting needed), or exterior wall (check insulation depth)\u003c\/li\u003e\n        \u003cli\u003e2-person Heming: needs 39″ clearance on both walls from corner; 3-person Maxxus needs 47″ on both walls\u003c\/li\u003e\n        \u003cli\u003eAccount for door swing — corner sauna doors typically open outward into the room; leave 24–30″ swing clearance\u003c\/li\u003e\n        \u003cli\u003eCeiling height minimum: 75″ (6′3″) for all models; most rooms are fine at 8′\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ppw-stepv2\"\u003e\n      \u003cdiv class=\"ppw-stepv2__num\"\u003e2\u003c\/div\u003e\n      \u003cdiv class=\"ppw-stepv2__head\"\u003e\n        \u003cspan class=\"ppw-stepv2__icon\"\u003e⚡\u003c\/span\u003e\n        \u003ch3\u003eMatch EMF Level to Your Routine\u003c\/h3\u003e\n      \u003c\/div\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCasual use (2–3×\/week):\u003c\/strong\u003e Standard low-EMF models like Maxxus MX-K356-01 at $3,299 are well-suited and cost-effective\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDaily sessions or EMF sensitivity:\u003c\/strong\u003e Choose near-zero EMF — Maxxus Avignon ($3,899), Maxxus ZF Cedar ($4,899), or Dynamic Heming Elite ($2,999)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSkin therapy priority:\u003c\/strong\u003e Maxxus Full Spectrum Cedar ($5,299) adds near- and mid-IR wavelengths alongside FAR for a comprehensive spectrum\u003c\/li\u003e\n        \u003cli\u003eNear-zero EMF models measure under 3 milligauss at bench distance vs. 3–8 milligauss for standard low-EMF\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ppw-stepv2\"\u003e\n      \u003cdiv class=\"ppw-stepv2__num\"\u003e3\u003c\/div\u003e\n      \u003cdiv class=\"ppw-stepv2__head\"\u003e\n        \u003cspan class=\"ppw-stepv2__icon\"\u003e🪵\u003c\/span\u003e\n        \u003ch3\u003eChoose Capacity and Wood\u003c\/h3\u003e\n      \u003c\/div\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSolo or couples use:\u003c\/strong\u003e The 2-person Dynamic Heming is the most space-efficient at 39″ × 47″ — fits even tight bedroom corners\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFamily or social sessions:\u003c\/strong\u003e The 3-person Maxxus series seats two comfortably lying down or three seated; the L-bench layout works well for families\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eHemlock wood:\u003c\/strong\u003e Light, neutral scent, lower price — best for buyers who want function over aesthetics\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eRed cedar wood:\u003c\/strong\u003e Rich aroma, natural antimicrobial properties, premium look — add $1,000–$1,400 over hemlock equivalent\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 5) FEATURED PRODUCTS --\u003e\n\u003csection class=\"ppw-section\" id=\"lineup\"\u003e\n  \u003ch2\u003eFeatured Corner Saunas\u003c\/h2\u003e\n  \u003cdiv class=\"ppw-lineup\"\u003e\n\n    \u003cdiv class=\"ppw-card\"\u003e\n      \u003cdiv class=\"ppw-card__img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/1224\/4854\/files\/6225_2_3x3_07f02256-98e6-4ad0-840d-1d3c288323d8.jpg?v=1761336080\" alt=\"Dynamic Heming Corner 2-Person Low EMF Infrared Sauna\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ppw-card__body\"\u003e\n        \u003ch3\u003eDynamic Heming Corner 2P \u003cspan class=\"ppw-badge\"\u003eLow EMF\u003c\/span\u003e\n\u003c\/h3\u003e\n        \u003cdiv class=\"ppw-card__price\"\u003e$2,699\u003c\/div\u003e\n        \u003cdiv class=\"ppw-card__tags\"\u003e\n          \u003cspan class=\"ppw-card__tag\"\u003e2 Person\u003c\/span\u003e\n          \u003cspan class=\"ppw-card__tag\"\u003eFAR Infrared\u003c\/span\u003e\n          \u003cspan class=\"ppw-card__tag\"\u003eLow EMF\u003c\/span\u003e\n          \u003cspan class=\"ppw-card__tag\"\u003eTruemed Eligible\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"ppw-card__desc\"\u003eThe most affordable entry into corner sauna therapy. Canadian hemlock construction, 6 carbon heaters, digital controls with Bluetooth audio. Requires only a 120V\/20A outlet — no electrician needed.\u003c\/p\u003e\n        \u003ca href=\"\/products\/dynamic-heming-2-person-low-emf-far-ir-sauna-dyn-6225-02\" class=\"ppw-card__cta\"\u003eView Product →\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ppw-card\"\u003e\n      \u003cdiv class=\"ppw-card__img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/1224\/4854\/files\/MX-K356-01-ZFHemlock_1_3x3_4b369d82-052a-4160-b85f-f8cb07947883.jpg?v=1761801259\" alt=\"Maxxus Avignon 3-Person Corner Near Zero EMF Infrared Sauna\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ppw-card__body\"\u003e\n        \u003ch3\u003eMaxxus Avignon 3P Corner \u003cspan class=\"ppw-badge\"\u003eNear Zero EMF\u003c\/span\u003e\n\u003c\/h3\u003e\n        \u003cdiv class=\"ppw-card__price\"\u003e$3,899\u003c\/div\u003e\n        \u003cdiv class=\"ppw-card__tags\"\u003e\n          \u003cspan class=\"ppw-card__tag\"\u003e3 Person\u003c\/span\u003e\n          \u003cspan class=\"ppw-card__tag\"\u003eFAR Infrared\u003c\/span\u003e\n          \u003cspan class=\"ppw-card__tag\"\u003eNear Zero EMF\u003c\/span\u003e\n          \u003cspan class=\"ppw-card__tag\"\u003eTruemed Eligible\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"ppw-card__desc\"\u003eBest-selling 3-person corner sauna. Hemlock construction with 9 carbon heaters measuring under 3MG at bench distance. Ideal for daily use or EMF-sensitive users. Bluetooth, chromotherapy, and full digital panel included.\u003c\/p\u003e\n        \u003ca href=\"\/products\/maxxus-avignon-3-person-corner-near-zero-emf-far-ir-sauna-mx-k356-01-zf-ced\" class=\"ppw-card__cta\"\u003eView Product →\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ppw-card\"\u003e\n      \u003cdiv class=\"ppw-card__img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/1224\/4854\/files\/MX-K356-01CEDTS_1.jpg?v=1761801260\" alt=\"Maxxus 3-Person Corner Low EMF FAR Infrared Sauna Cedar\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ppw-card__body\"\u003e\n        \u003ch3\u003eMaxxus 3P Corner Cedar \u003cspan class=\"ppw-badge\"\u003eLow EMF\u003c\/span\u003e\n\u003c\/h3\u003e\n        \u003cdiv class=\"ppw-card__price\"\u003e$4,499\u003c\/div\u003e\n        \u003cdiv class=\"ppw-card__tags\"\u003e\n          \u003cspan class=\"ppw-card__tag\"\u003e3 Person\u003c\/span\u003e\n          \u003cspan class=\"ppw-card__tag\"\u003eFAR Infrared\u003c\/span\u003e\n          \u003cspan class=\"ppw-card__tag\"\u003eRed Cedar\u003c\/span\u003e\n          \u003cspan class=\"ppw-card__tag\"\u003eTruemed Eligible\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"ppw-card__desc\"\u003ePremium Canadian red cedar construction with natural antimicrobial aroma. 9 carbon heaters, low EMF output. The aromatic cedar experience at a mid-range price point for buyers who want the classic sauna aesthetic.\u003c\/p\u003e\n        \u003ca href=\"\/products\/maxxus-3-person-low-emf-far-ir-sauna-mx-k356-01-zf-ced\" class=\"ppw-card__cta\"\u003eView Product →\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ppw-card\"\u003e\n      \u003cdiv class=\"ppw-card__img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/1224\/4854\/files\/MX-M356-01RedCedar3x3_1.jpg?v=1761801238\" alt=\"Maxxus 3-Person Corner Full Spectrum Near Zero EMF Infrared Sauna Cedar\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ppw-card__body\"\u003e\n        \u003ch3\u003eMaxxus 3P Full Spectrum Cedar \u003cspan class=\"ppw-badge\"\u003eNear Zero EMF\u003c\/span\u003e\n\u003c\/h3\u003e\n        \u003cdiv class=\"ppw-card__price\"\u003e$5,299\u003c\/div\u003e\n        \u003cdiv class=\"ppw-card__tags\"\u003e\n          \u003cspan class=\"ppw-card__tag\"\u003e3 Person\u003c\/span\u003e\n          \u003cspan class=\"ppw-card__tag\"\u003eFull Spectrum\u003c\/span\u003e\n          \u003cspan class=\"ppw-card__tag\"\u003eNear Zero EMF\u003c\/span\u003e\n          \u003cspan class=\"ppw-card__tag\"\u003eTruemed Eligible\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"ppw-card__desc\"\u003eThe flagship corner sauna — full-spectrum infrared (near, mid, and FAR IR) in Canadian red cedar with near-zero EMF output. Combines the broadest therapeutic wavelength range with the premium wood choice. Top pick for wellness enthusiasts.\u003c\/p\u003e\n        \u003ca href=\"\/products\/maxxus-3-person-full-spectrum-ir-sauna-mx-m356-01-fs-ced\" class=\"ppw-card__cta\"\u003eView Product →\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 6) BROWSE BY SIZE --\u003e\n\u003csection class=\"ppw-section alt\" style=\"background:var(--ppw-muted);border-radius:16px;padding:1.5rem;\"\u003e\n  \u003ch2 style=\"margin:0 0 1rem;\"\u003eBrowse Corner Saunas by Size\u003c\/h2\u003e\n  \u003cdiv class=\"ppw-types\"\u003e\n    \u003ca href=\"\/collections\/2-person-corner-sauna\" class=\"ppw-type\"\u003e\n      \u003cdiv class=\"ppw-type__img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/1224\/4854\/files\/6225_2_3x3_07f02256-98e6-4ad0-840d-1d3c288323d8.jpg?v=1761336080\" alt=\"2 person corner sauna\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003ch3 style=\"justify-content:center;\"\u003e2 Person \u003cspan style=\"color:var(--ppw-accent);font-size:.95rem;\"\u003e→\u003c\/span\u003e\n\u003c\/h3\u003e\n      \u003cp style=\"font-size:.85rem;color:#6b7280;margin:.15rem 0 0;text-align:center;\"\u003eFrom $2,699 · 39″ × 47″ footprint\u003c\/p\u003e\n    \u003c\/a\u003e\n    \u003ca href=\"\/collections\/3-person-corner-sauna\" class=\"ppw-type\"\u003e\n      \u003cdiv class=\"ppw-type__img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0585\/1224\/4854\/files\/MX-K356-01-ZFHemlock_1_3x3_4b369d82-052a-4160-b85f-f8cb07947883.jpg?v=1761801259\" alt=\"3 person corner sauna\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003ch3 style=\"justify-content:center;\"\u003e3 Person \u003cspan style=\"color:var(--ppw-accent);font-size:.95rem;\"\u003e→\u003c\/span\u003e\n\u003c\/h3\u003e\n      \u003cp style=\"font-size:.85rem;color:#6b7280;margin:.15rem 0 0;text-align:center;\"\u003eFrom $3,299 · 47″ × 55″ footprint\u003c\/p\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 7) LEARNING CENTER --\u003e\n\u003csection class=\"ppw-section\" id=\"resources\"\u003e\n  \u003cdiv style=\"background:var(--ppw-accent);border-radius:16px;padding:1.5rem 1.75rem;margin-bottom:1.5rem;text-align:center;\"\u003e\n    \u003ch2 style=\"color:#fff;margin:0 0 .5rem;font-size:1.5rem;\"\u003eCorner Sauna Learning Center\u003c\/h2\u003e\n    \u003cp style=\"color:rgba(255,255,255,.8);margin:0 0 1rem;max-width:60ch;margin-inline:auto;\"\u003eNew to infrared saunas? Start with our comprehensive guide, then explore the articles below to go deeper on specific topics.\u003c\/p\u003e\n    \u003ch3 style=\"color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 .75rem;\"\u003e📚 The Ultimate Guide to Saunas\u003c\/h3\u003e\n    \u003ca href=\"\/blogs\/wellness\/ultimate-guide-to-saunas\" style=\"display:inline-block;background:#fff;color:#022c22;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:700;\"\u003eRead the Ultimate Guide →\u003c\/a\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"ppw-guide-section__clusters\"\u003e\n    \u003ca href=\"\/blogs\/wellness\/best-sauna-for-small-spaces\" class=\"ppw-cluster-card\"\u003e\n      \u003ch4\u003eBest Sauna for Small Spaces\u003c\/h4\u003e\n      \u003cp\u003eNot much room to work with? We break down which sauna types and models fit tight footprints — including why corner saunas are often the best small-space solution.\u003c\/p\u003e\n    \u003c\/a\u003e\n    \u003ca href=\"\/blogs\/sauna-guides\/best-saunas-for-apartments-condos\" class=\"ppw-cluster-card\"\u003e\n      \u003ch4\u003eBest Saunas for Apartments \u0026amp; Condos\u003c\/h4\u003e\n      \u003cp\u003eCovers plug-in models, weight limits, HOA considerations, and which saunas work best when you can't hardwire or modify the space.\u003c\/p\u003e\n    \u003c\/a\u003e\n    \u003ca href=\"\/blogs\/wellness\/cedar-vs-hemlock-saunas\" class=\"ppw-cluster-card\"\u003e\n      \u003ch4\u003eCedar vs Hemlock Saunas: Which Wood Is Right for You?\u003c\/h4\u003e\n      \u003cp\u003eA practical comparison of the two most common sauna woods — aroma, durability, price difference, and maintenance — so you can choose with confidence.\u003c\/p\u003e\n    \u003c\/a\u003e\n    \u003ca href=\"\/blogs\/sauna-guides\/best-plug-in-saunas-no-electrician\" class=\"ppw-cluster-card\"\u003e\n      \u003ch4\u003eBest Saunas That Don't Require an Electrician\u003c\/h4\u003e\n      \u003cp\u003eMost corner saunas run on standard 120V\/20A household outlets. This guide explains what that means, what to check at home, and which models truly plug and play.\u003c\/p\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 8) KEY BENEFITS --\u003e\n\u003csection class=\"ppw-section ppw-benefits\" id=\"benefits\"\u003e\n  \u003ch2\u003eKey Benefits of Corner Infrared Saunas\u003c\/h2\u003e\n  \u003cdiv class=\"ppw-benefits__list\"\u003e\n    \u003cdiv class=\"ppw-benefit\"\u003e\n      \u003cspan class=\"ppw-benefit__icon\"\u003e📐\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eMakes Use of Dead Corner Space\u003c\/strong\u003e\n        \u003cp\u003eThe angled pentagonal design fits into any 90° room corner — turning unused space into a functional wellness room without adding a footprint to your usable floor area.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ppw-benefit\"\u003e\n      \u003cspan class=\"ppw-benefit__icon\"\u003e🔌\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003ePlug-In Simplicity\u003c\/strong\u003e\n        \u003cp\u003eMost models run on a standard 120V\/20A outlet — no dedicated electrical circuit, no hardwiring, no contractor required. Assemble and start using the same day it arrives.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ppw-benefit\"\u003e\n      \u003cspan class=\"ppw-benefit__icon\"\u003e🌡️\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eDeep Penetrating FAR Infrared Heat\u003c\/strong\u003e\n        \u003cp\u003eFAR infrared wavelengths (8–14 microns) heat the body directly rather than heating the air, reaching 1.5–2 inches into soft tissue at comfortable cabin temperatures of 120–150°F.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ppw-benefit\"\u003e\n      \u003cspan class=\"ppw-benefit__icon\"\u003e🛡️\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eNear-Zero EMF Options Available\u003c\/strong\u003e\n        \u003cp\u003eSeveral models in our corner lineup use shielded carbon heater panels that measure under 3 milligauss at bench distance — ideal for daily users and those with EMF sensitivity.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ppw-benefit\"\u003e\n      \u003cspan class=\"ppw-benefit__icon\"\u003e💳\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eFSA\/HSA Eligible via Truemed\u003c\/strong\u003e\n        \u003cp\u003eEvery corner sauna we carry qualifies for tax-free FSA\/HSA purchase through Truemed, effectively reducing your cost by 25–40% with a qualifying letter of medical necessity.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ppw-benefit\"\u003e\n      \u003cspan class=\"ppw-benefit__icon\"\u003e🪵\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eCedar or Hemlock — Your Choice\u003c\/strong\u003e\n        \u003cp\u003eChoose the neutral, functional Canadian hemlock build for maximum value, or upgrade to aromatic red cedar for the classic sauna aesthetic and natural antimicrobial properties.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 9) COMPARE TABLE --\u003e\n\u003csection class=\"ppw-section\" id=\"compare\"\u003e\n  \u003ch2\u003eCompare Corner Saunas\u003c\/h2\u003e\n  \u003cdiv class=\"ppw-tablewrap\"\u003e\n    \u003ctable class=\"ppw-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eModel\u003c\/th\u003e\n          \u003cth\u003eCapacity\u003c\/th\u003e\n          \u003cth\u003ePrice\u003c\/th\u003e\n          \u003cth\u003eInfrared Type\u003c\/th\u003e\n          \u003cth\u003eEMF Level\u003c\/th\u003e\n          \u003cth\u003eWood\u003c\/th\u003e\n          \u003cth\u003eElectrical\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003ca href=\"\/products\/dynamic-heming-2-person-low-emf-far-ir-sauna-dyn-6225-02\"\u003eDynamic Heming Corner (DYN-6225-02)\u003c\/a\u003e\u003c\/td\u003e\n          \u003ctd\u003e2 Person\u003c\/td\u003e\n          \u003ctd\u003e$2,699\u003c\/td\u003e\n          \u003ctd\u003eFAR\u003c\/td\u003e\n          \u003ctd\u003eLow EMF\u003c\/td\u003e\n          \u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n          \u003ctd\u003e120V\/20A\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003ca href=\"\/products\/dynamic-heming-2-person-ultra-low-emf-far-ir-sauna-dyn-6225-02-elite\"\u003eDynamic Heming Elite (DYN-6225-02 Elite)\u003c\/a\u003e\u003c\/td\u003e\n          \u003ctd\u003e2 Person\u003c\/td\u003e\n          \u003ctd\u003e$2,999\u003c\/td\u003e\n          \u003ctd\u003eFAR\u003c\/td\u003e\n          \u003ctd\u003eUltra Low EMF\u003c\/td\u003e\n          \u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n          \u003ctd\u003e120V\/20A\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003ca href=\"\/products\/maxxus-3-person-low-emf-far-ir-sauna-mx-k356-01\"\u003eMaxxus MX-K356-01 (Hemlock)\u003c\/a\u003e\u003c\/td\u003e\n          \u003ctd\u003e3 Person\u003c\/td\u003e\n          \u003ctd\u003e$3,299\u003c\/td\u003e\n          \u003ctd\u003eFAR\u003c\/td\u003e\n          \u003ctd\u003eLow EMF\u003c\/td\u003e\n          \u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n          \u003ctd\u003e120V\/20A\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003ca href=\"\/products\/maxxus-avignon-3-person-corner-near-zero-emf-far-ir-sauna-mx-k356-01-zf-ced\"\u003eMaxxus Avignon (MX-K356-01-ZF)\u003c\/a\u003e\u003c\/td\u003e\n          \u003ctd\u003e3 Person\u003c\/td\u003e\n          \u003ctd\u003e$3,899\u003c\/td\u003e\n          \u003ctd\u003eFAR\u003c\/td\u003e\n          \u003ctd\u003eNear Zero EMF\u003c\/td\u003e\n          \u003ctd\u003eCanadian Hemlock\u003c\/td\u003e\n          \u003ctd\u003e120V\/20A\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003ca href=\"\/products\/maxxus-3-person-low-emf-far-ir-sauna-mx-k356-01-zf-ced\"\u003eMaxxus MX-K356-01 CED (Cedar)\u003c\/a\u003e\u003c\/td\u003e\n          \u003ctd\u003e3 Person\u003c\/td\u003e\n          \u003ctd\u003e$4,499\u003c\/td\u003e\n          \u003ctd\u003eFAR\u003c\/td\u003e\n          \u003ctd\u003eLow EMF\u003c\/td\u003e\n          \u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n          \u003ctd\u003e120V\/20A\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003ca href=\"\/products\/maxxus-3-person-low-emf-far-ir-sauna-mx-k356-01-zf-ced-1\"\u003eMaxxus MX-K356-01-ZF CED (Cedar)\u003c\/a\u003e\u003c\/td\u003e\n          \u003ctd\u003e3 Person\u003c\/td\u003e\n          \u003ctd\u003e$4,899\u003c\/td\u003e\n          \u003ctd\u003eFAR\u003c\/td\u003e\n          \u003ctd\u003eNear Zero EMF\u003c\/td\u003e\n          \u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n          \u003ctd\u003e120V\/20A\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e\u003ca href=\"\/products\/maxxus-3-person-full-spectrum-ir-sauna-mx-m356-01-fs-ced\"\u003eMaxxus Full Spectrum Cedar (MX-M356-01-FS)\u003c\/a\u003e\u003c\/td\u003e\n          \u003ctd\u003e3 Person\u003c\/td\u003e\n          \u003ctd\u003e$5,299\u003c\/td\u003e\n          \u003ctd\u003eFull Spectrum (Near\/Mid\/FAR)\u003c\/td\u003e\n          \u003ctd\u003eNear Zero EMF\u003c\/td\u003e\n          \u003ctd\u003eCanadian Red Cedar\u003c\/td\u003e\n          \u003ctd\u003e240V\/20A\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!-- 10) SPACE \u0026 PLACEMENT --\u003e\n\u003csection class=\"ppw-section alt\" id=\"space\"\u003e\n  \u003ch2\u003eSpace \u0026amp; Placement\u003c\/h2\u003e\n  \u003cdiv class=\"ppw-grid cols-2\" style=\"margin-top:1rem;\"\u003e\n    \u003cdiv style=\"border:1px solid var(--ppw-border);border-radius:12px;padding:1.1rem;background:#fff;\"\u003e\n      \u003ch3 style=\"margin:0 0 .6rem;color:#09195b;\"\u003e✅ Ideal Installation Spots\u003c\/h3\u003e\n      \u003cul style=\"margin:.25rem 0 0 1.25rem;padding:0;color:#374151;\"\u003e\n        \u003cli\u003eBedroom corner opposite the bed — turns underused corner into a dedicated morning or evening ritual space\u003c\/li\u003e\n        \u003cli\u003eHome gym or finished basement corner — concrete floor is ideal; add a rubber mat under the feet pads\u003c\/li\u003e\n        \u003cli\u003eCondo living room or spare bedroom corner — plug-in electrical means no permit required in most jurisdictions\u003c\/li\u003e\n        \u003cli\u003eMaster bath corner (if space allows) — proximity to a shower makes contrast therapy easy\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"border:1px solid var(--ppw-border);border-radius:12px;padding:1.1rem;background:#fff;\"\u003e\n      \u003ch3 style=\"margin:0 0 .6rem;color:#09195b;\"\u003e⚠️ Placement Checklist\u003c\/h3\u003e\n      \u003cul style=\"margin:.25rem 0 0 1.25rem;padding:0;color:#374151;\"\u003e\n        \u003cli\u003eConfirm 39″ (2P) or 47″ (3P) of wall clearance on both sides of the corner\u003c\/li\u003e\n        \u003cli\u003eVerify the corner walls are true 90° — older homes may have slightly off-square corners\u003c\/li\u003e\n        \u003cli\u003eLocate a 120V\/20A outlet within 6 feet; full-spectrum model needs 240V\/20A dedicated circuit\u003c\/li\u003e\n        \u003cli\u003eFlooring: hardwood, tile, laminate, or concrete all work; avoid thick carpet which can restrict ventilation\u003c\/li\u003e\n        \u003cli\u003eLeave 1–2″ gap between sauna back walls and room walls for minor ventilation and ease of cleaning\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 11) DELIVERY PATH --\u003e\n\u003csection class=\"ppw-section\" id=\"delivery\"\u003e\n  \u003ch2\u003eDelivery Path Checklist\u003c\/h2\u003e\n  \u003cp style=\"color:#6b7280;margin:0 0 1.25rem;\"\u003eCorner saunas ship in 3–5 flat-pack panels and assemble in under 90 minutes with two people. Verify your delivery path before ordering.\u003c\/p\u003e\n  \u003cdiv class=\"ppw-delivery__list\"\u003e\n    \u003cdiv class=\"ppw-check\"\u003e\n      \u003cspan class=\"ppw-check__icon\"\u003e🚪\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eDoor Width\u003c\/strong\u003e\n        \u003cp\u003ePanels are typically 20–22″ wide × 75″ tall. Standard 32″ doorways clear easily; 28″ minimum doorway required. Check any hallway bends or stairwell landings.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ppw-check\"\u003e\n      \u003cspan class=\"ppw-check__icon\"\u003e🪜\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eStairs \u0026amp; Elevators\u003c\/strong\u003e\n        \u003cp\u003ePanels are 60–80 lbs each. Two-person carry up stairs is manageable. Elevator interior must be at least 24″ × 78″ with doors that stay open during loading.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ppw-check\"\u003e\n      \u003cspan class=\"ppw-check__icon\"\u003e🔧\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eAssembly\u003c\/strong\u003e\n        \u003cp\u003eCorner saunas assemble with a standard screwdriver or drill. Pre-drilled tongue-and-groove panels snap together; typical assembly time is 60–90 minutes for two people.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- 12) CARE, WARRANTY \u0026 SHIPPING --\u003e\n\u003csection class=\"ppw-section alt\" id=\"care\"\u003e\n  \u003ch2\u003eCare, Warranty \u0026amp; Shipping\u003c\/h2\u003e\n  \u003cdiv class=\"ppw-care__wrap\"\u003e\n    \u003cdiv class=\"ppw-care__card\"\u003e\n      \u003cp style=\"margin:0 0 .85rem;color:#374151;\"\u003eAll corner saunas ship free via freight carrier. White-glove delivery (room-of-choice, debris removal) is available at checkout for an additional fee. Assembly is not included in standard shipping but most buyers complete it in under 90 minutes with two people and a drill.\u003c\/p\u003e\n      \u003cp style=\"margin:0 0 .85rem;color:#374151;\"\u003eWarranty coverage varies by brand: \u003cstrong\u003eDynamic Saunas\u003c\/strong\u003e provides a 3-year limited warranty on electrical components and a 1-year warranty on wood panels. \u003cstrong\u003eMaxxus\u003c\/strong\u003e provides a 5-year warranty on the sauna structure and electrical components. All warranties cover manufacturer defects and exclude physical damage from misuse.\u003c\/p\u003e\n      \u003cp style=\"margin:0;color:#374151;\"\u003eFor routine care, wipe down interior benches and walls with a dry cloth or lightly damp microfiber after each session. Leave the door ajar for 15–30 minutes post-session to air out moisture. Treat cedar benches with food-safe mineral oil every 6–12 months to maintain the wood and aroma.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ppw-care__links\"\u003e\n      \u003ca href=\"\/pages\/shipping-policy\" class=\"ppw-care__link\"\u003eShipping Policy \u003cspan class=\"arrow\"\u003e→\u003c\/span\u003e\u003c\/a\u003e\n      \u003ca href=\"\/pages\/return-policy\" class=\"ppw-care__link\"\u003eReturn Policy \u003cspan class=\"arrow\"\u003e→\u003c\/span\u003e\u003c\/a\u003e\n      \u003ca href=\"\/pages\/warranty\" class=\"ppw-care__link\"\u003eWarranty Info \u003cspan class=\"arrow\"\u003e→\u003c\/span\u003e\u003c\/a\u003e\n      \u003ca href=\"\/pages\/contact\" class=\"ppw-care__link\"\u003eContact Us \u003cspan class=\"arrow\"\u003e→\u003c\/span\u003e\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\"@type\":\"Question\",\"name\":\"What exactly is a corner sauna and how does the shape work?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"A corner sauna has a pentagonal floor plan — three standard rectangular walls meet a pair of angled front panels that form a 90° cutout. You position that angled cutout against the corner of your room, and the cabinet tucks in with its back and side walls running flush along your existing walls.\"}},\n    {\"@type\":\"Question\",\"name\":\"How much floor space does a corner sauna actually need?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The 2-person Dynamic Heming requires approximately 39 inches by 39 inches of corner clearance with front panel depth of around 47 inches. The 3-person Maxxus MX-356 series requires roughly 47 inches by 47 inches at the corner with front panel depth of approximately 55 inches.\"}},\n    {\"@type\":\"Question\",\"name\":\"Do corner saunas require special electrical installation?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Most corner saunas run on a standard 120V\/20A household outlet. The Dynamic Heming and Maxxus Avignon models plug into a standard NEMA 5-20P outlet. The full-spectrum Maxxus MX-M356 may require a 240V\/20A dedicated circuit.\"}},\n    {\"@type\":\"Question\",\"name\":\"What is the difference between FAR infrared, near-zero EMF, and full-spectrum in corner saunas?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"All infrared corner saunas emit FAR infrared (8–14 micron wavelength). Near-zero EMF models use shielded carbon heaters measuring under 3 milligauss at bench distance. Full-spectrum models add mid-infrared and near-infrared wavelengths alongside FAR.\"}},\n    {\"@type\":\"Question\",\"name\":\"Can I put a corner sauna on the second floor or in a condo?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes — corner saunas are all-electric infrared with no open flame, no steam, and no plumbing. Weight is 250–380 lbs fully assembled, within standard residential floor load ratings. Most modern condos permit infrared saunas.\"}},\n    {\"@type\":\"Question\",\"name\":\"Are corner saunas Truemed FSA\/HSA eligible?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. Every corner sauna we carry is Truemed-eligible for FSA\/HSA purchase after obtaining a letter of medical necessity. Tax savings are typically 25–40%.\"}},\n    {\"@type\":\"Question\",\"name\":\"What wood types are available for corner saunas?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Corner saunas come in Canadian Hemlock (light, odor-neutral, standard price) and Canadian Red Cedar (aromatic, antimicrobial, $1,000–$1,400 premium over hemlock).\"}},\n    {\"@type\":\"Question\",\"name\":\"How do corner saunas compare to traditional box saunas of the same capacity?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"A 3-person rectangular infrared sauna typically needs 20 square feet with clearance. The Maxxus 3-person corner sauna occupies roughly 16 square feet in the corner zone with no clearance needed on the two back walls. If space is at a premium, a corner sauna wins on footprint efficiency.\"}}\n  ]\n}\n\u003c\/script\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"ItemList\",\n  \"name\": \"Corner Saunas\",\n  \"description\": \"Corner infrared saunas from $2,699 — space-saving pentagonal design fits any 90° room corner. 2-person and 3-person options, FAR and full-spectrum infrared, Truemed FSA\/HSA eligible.\",\n  \"url\": \"https:\/\/peakprimalwellness.com\/collections\/corner-saunas\",\n  \"numberOfItems\": 7,\n  \"itemListElement\": [\n    {\"@type\":\"ListItem\",\"position\":1,\"name\":\"Dynamic Saunas Heming Corner 2 Person Low EMF Far Infrared Sauna\",\"url\":\"https:\/\/peakprimalwellness.com\/products\/dynamic-heming-2-person-low-emf-far-ir-sauna-dyn-6225-02\"},\n    {\"@type\":\"ListItem\",\"position\":2,\"name\":\"Dynamic Saunas Heming 2 Person Ultra Low EMF Far Infrared Sauna Elite\",\"url\":\"https:\/\/peakprimalwellness.com\/products\/dynamic-heming-2-person-ultra-low-emf-far-ir-sauna-dyn-6225-02-elite\"},\n    {\"@type\":\"ListItem\",\"position\":3,\"name\":\"Maxxus 3 Person Corner Low EMF FAR Infrared Sauna\",\"url\":\"https:\/\/peakprimalwellness.com\/products\/maxxus-3-person-low-emf-far-ir-sauna-mx-k356-01\"},\n    {\"@type\":\"ListItem\",\"position\":4,\"name\":\"Maxxus Avignon 3 Person Corner Near Zero EMF FAR Infrared Sauna\",\"url\":\"https:\/\/peakprimalwellness.com\/products\/maxxus-avignon-3-person-corner-near-zero-emf-far-ir-sauna-mx-k356-01-zf-ced\"},\n    {\"@type\":\"ListItem\",\"position\":5,\"name\":\"Maxxus 3 Person Corner Low EMF FAR Infrared Sauna Cedar\",\"url\":\"https:\/\/peakprimalwellness.com\/products\/maxxus-3-person-low-emf-far-ir-sauna-mx-k356-01-zf-ced\"},\n    {\"@type\":\"ListItem\",\"position\":6,\"name\":\"Maxxus 3 Person Corner Near Zero EMF FAR Infrared Sauna Cedar\",\"url\":\"https:\/\/peakprimalwellness.com\/products\/maxxus-3-person-low-emf-far-ir-sauna-mx-k356-01-zf-ced-1\"},\n    {\"@type\":\"ListItem\",\"position\":7,\"name\":\"Maxxus 3 Person Corner Full Spectrum Near Zero EMF Infrared Sauna Cedar\",\"url\":\"https:\/\/peakprimalwellness.com\/products\/maxxus-3-person-full-spectrum-ir-sauna-mx-m356-01-fs-ced\"}\n  ]\n}\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","products":[{"product_id":"dynamic-heming-2-person-low-emf-far-ir-sauna-dyn-6225-02","title":"Dynamic Saunas Heming 2 Person Low EMF Far IR Sauna (DYN-6225-02)","description":"\u003cp\u003eDynamic Heming 2-person Corner Low EMF (Between 5-10MG) FAR Infrared Sauna (Canadian Hemlock)\u003cbr\u003eDynamic Saunas are constructed of environmentally-friendly Canadian Hemlock wood planks. Our saunas feature energy efficient Low EMF FAR infrared heating panels that help relax and rejuvenate the body. Dynamic Saunas can be installed on carpet or any indoor location including basements, master baths, walk in closets or can be added to a fitness room.\u003cbr\u003e\u003cstrong\u003eDelivery: \u003c\/strong\u003eThis item will be delivered curbside only on a pallet by a freight carrier.\u003cbr\u003e\u003cstrong\u003eCapacity: \u003c\/strong\u003eFull 2 person capacity\u003cbr\u003e\u003cstrong\u003eHeating Elements: \u003c\/strong\u003e7 Dynamic Low EMF (EMF between 5-10MG - 2 to 3 inches from the heating panels) FAR Infrared Carbon heating panels 2 on each of the 2 rear walls,  2 under the bench and 1 on the floor board \u003cbr\u003e\u003cstrong\u003eWood Type:\u003c\/strong\u003e Natural Reforested Canadian Hemlock wood construction \u003cbr\u003eGlass: Bronze Tinted Tempered glass door and with side windows \u003cbr\u003e\u003cstrong\u003eInterior Lighting: \u003c\/strong\u003eInterior Chromotherapy Color Lighting System + Red Light Therapy Feature\u003cbr\u003e\u003cstrong\u003eControl Panels: \u003c\/strong\u003eInterior \/ Exterior LED control panels\u003cbr\u003e\u003cstrong\u003eSound System: \u003c\/strong\u003eFM radio with Bluetooth and MP3 auxiliary connection and built in speakers\u003cbr\u003e\u003cstrong\u003eTemperature Range: \u003c\/strong\u003e118F-132F is the deal temperature range, sauna can heat up to 140F\u003cbr\u003e\u003cstrong\u003eElectrical service: \u003c\/strong\u003e120 V\/15 AMP Non GFCI plug \u0026amp; play (Recommend Dedicated Outlet)\u003cbr\u003e\u003cstrong\u003eLocation: \u003c\/strong\u003eIndoor Use Only\u003cbr\u003e\u003c\/p\u003e","brand":"Dynamic Saunas","offers":[{"title":"Default Title","offer_id":42484507443318,"sku":"DYN-6225-02","price":2699.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0585\/1224\/4854\/files\/6225_2_3x3_07f02256-98e6-4ad0-840d-1d3c288323d8.jpg?v=1761336080"},{"product_id":"maxxus-3-person-low-emf-far-ir-sauna-mx-k356-01","title":"Maxxus 3 Person Low EMF FAR IR Sauna (MX-K356-01)","description":"\u003cp\u003eMaxxus 3-Person Corner Low EMF (Between 5-10 MG) FAR Infrared Sauna (Canadian Hemlock)\u003cbr\u003eMaxxus Saunas are constructed of Canadian Reforested Hemlock Wood. These sauna products feature Low EMF heating panels, FM radio with MP3 Aux and Bluetooth capability, privacy glass and Chromotherapy Lighting.\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDelivery: \u003c\/strong\u003eThis item will be delivered curbside only on a pallet by a freight carrier.\u003cbr\u003e\u003cstrong\u003eCapacity: \u003c\/strong\u003eFull 3 person capacity\u003cbr\u003e\u003cstrong\u003eHeating Elements\u003c\/strong\u003eb 9 Maxxus Low EMF (EMF between 5-10MG - 2 to 3 inches from the heating panels) FAR Infrared Carbon heating panels 3 on each of the 2 rear walls,  2 under the bench and 1 on the floor board \u003cbr\u003e\u003cstrong\u003eWood Type: \u003c\/strong\u003eNatural Reforested Canadian Hemlock wood construction \u003cbr\u003e\u003cstrong\u003eGlass: \u003c\/strong\u003eBronze Tinted Tempered glass door and with side windows \u003cbr\u003eInterior Lighting: Oversize Interior Chromotherapy Color Lighting System + Red Light Therapy Feature\u003cbr\u003eExterior Accent Lighting\u003cbr\u003e\u003cstrong\u003eControl Panels: \u003c\/strong\u003eInterior LED control panel\u003cbr\u003e\u003cstrong\u003eSound System:\u003c\/strong\u003e FM radio with Bluetooth and MP3 auxiliary connection and built in speakers\u003cbr\u003e\u003cstrong\u003eTemperature Range: \u003c\/strong\u003e118F-132F is the deal temperature range, sauna can heat up to 140F\u003cbr\u003e\u003cstrong\u003eElectrical Service: \u003c\/strong\u003eSpecial Electrical 120 V\/20 AMP Non GFCI dedicated receptacle and breaker (Not 220\/240 V) (Please consult a certified electrician.)\u003cbr\u003e\u003cstrong\u003eLocation:\u003c\/strong\u003e Indoor Use Only\u003c\/p\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":42484572061814,"sku":"MX-K356-01","price":3299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0585\/1224\/4854\/files\/MX-K356-01H3x3_1.jpg?v=1761336079"},{"product_id":"golden-designs-reserve-edition-3-person-full-spectrum-with-himalayan-salt-bar-gdi-8035-03","title":"2025 Golden Designs Reserve Edition 3 Person Full Spectrum with Himalayan Salt Bar (GDI-8035-03)","description":"\u003cp\u003eGolden Designs “2025” Full Spectrum 8000 Reserve Series with Himalayan Salt is constructed of 100% Canadian Hemlock Fir and easily assembled by two adults. Heating panels feature PureTech™ Heating Technology that uses NEAR, MID and FAR wavelengths to deliver full spectrum heat while maintaining a near zero EMF standard.\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\"\u003e\n\u003ccolgroup\u003e\u003ccol width=\"1466\"\u003e\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eDelivery: \u003c\/span\u003e\u003cspan\u003eThis item will be delivered curbside only on a pallet by a freight carrier.\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eCapacity: \u003c\/span\u003e\u003cspan\u003eFull 3 person capacity \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eHeating Elements: \u003c\/span\u003e\u003cspan\u003e8 Total Heaters, 3 PureTech™ Near Zero EMF (EMF Under 3MG when sitting 2 to 3 inches from the heating panels) FAR IR Carbon Panels, 5 Near IR Elements. \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eWood Type: \u003c\/span\u003e\u003cspan\u003eNatural Reforested Canadian Hemlock wood construction \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eGlass: \u003c\/span\u003e\u003cspan\u003eBronze Privacy Tempered glass \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eDoor Handle: \u003c\/span\u003e\u003cspan\u003eBlack Finish Door Handle \/ Interior Towel Bar\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eInterior Lighting: \u003c\/span\u003e\u003cspan\u003eOversize Interior Chromotherapy Color Lighting System \u003c\/span\u003e\u003cspan\u003e+ Red Light Feature\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eExterior Accent Lighting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eControl Panels: \u003c\/span\u003e\u003cspan\u003eTouch Screen Control Panel \\with built in FM Station, Bluetooth, MP3 Aux Connection\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eSound System: \u003c\/span\u003e\u003cspan\u003eMusic function control on Touch Screen Control Panel (no physical radio) with built in speakers\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eTemperature Range: \u003c\/span\u003e\u003cspan\u003e118F-132F is the deal temperature range, sauna can heat up to 140F\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eElectrical Service:\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003eSpecial Electrical 120 V\/20 AMP Non GFCI dedicated receptacle and breaker (Not 220\/240 V) (Please consult a certified electrician.)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eLocation: \u003c\/span\u003e\u003cspan\u003eIndoor Use Only\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2 Himalayan Salt Bar (Above Rear Wall Heating Elements and Below the bench)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"Golden Designs Inc.","offers":[{"title":"Default Title","offer_id":42504861974646,"sku":"GDI-8035-03","price":4999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0585\/1224\/4854\/files\/GDI-8035-03_1_3x3_2db64243-a600-46cc-9cce-a427cbf1f194.jpg?v=1761801413"},{"product_id":"dynamic-heming-2-person-ultra-low-emf-far-ir-sauna-dyn-6225-02-elite","title":"Dynamic Saunas Heming 2 Person Ultra Low EMF Far IR Sauna (DYN-6225-02 Elite)","description":"\u003cp\u003eDynamic Saunas are constructed of environmentally-friendly Canadian Hemlock wood planks. Our saunas feature energy PureTech™ Ultra-Low EMF Heating Technology that help relax and rejuvenate the body. Dynamic Saunas can be installed on carpet or any indoor location including basements, master bath, walk in closet or can also be added it to a fitness room.\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\"\u003e\n\u003ccolgroup\u003e\u003ccol width=\"1593\"\u003e\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eDelivery: \u003c\/span\u003e\u003cspan\u003eThis item will be delivered curbside only on a pallet by a freight carrier.\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eCapacity: \u003c\/span\u003e\u003cspan\u003eFull 2 person capacity \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eHeating Elements: \u003c\/span\u003e\u003cspan\u003e7 Dynamic PureTech™ Ultra Low EMF (EMF between 3-5MG - 2 to 3 inches from the heating panels) FAR Infrared Carbon heating panels 2 on each of the 2 rear walls, 2 under the bench and 1 on the floor board \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eWood Type: \u003c\/span\u003e\u003cspan\u003eNatural Reforested Canadian Hemlock wood construction \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eGlass: \u003c\/span\u003e\u003cspan\u003eBronze Tinted Tempered glass door and with side Windows\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eInterior Lighting: \u003c\/span\u003e\u003cspan\u003eInterior Chromotherapy Color Lighting System \u003c\/span\u003e\u003cspan\u003e+ Red Light Feature\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eControl Panels: \u003c\/span\u003e\u003cspan\u003eInterior \/ Exterior LED control panels\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eSound System: \u003c\/span\u003e\u003cspan\u003eBluetooth and MP3 auxiliary connection with built in speakers\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eTemperature Range: \u003c\/span\u003e\u003cspan\u003e118F-132F is the deal temperature range, sauna can heat up to 140F\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eElectrical service: \u003c\/span\u003e\u003cspan\u003e120 V\/15 AMP Non GFCI plug \u0026amp; play (Recommend Dedicated Outlet)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eLocation: \u003c\/span\u003e\u003cspan\u003eIndoor Use Only\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"Dynamic Saunas","offers":[{"title":"Default Title","offer_id":42507452121206,"sku":"DYN-6225-02 Elite","price":2999.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0585\/1224\/4854\/files\/62253x3_acee1115-701f-421e-b5be-39732f7ea953.jpg?v=1761801356"},{"product_id":"maxxus-4-person-low-emf-far-ir-sauna-mx-k406-01","title":"Maxxus 4 Person Low EMF FAR IR Sauna (MX-K406-01)","description":"\u003cp\u003eMaxxus Saunas are constructed of Canadian Reforested Hemlock Wood. These sauna products feature Low EMF heating panels, FM radio with MP3 Aux and Bluetooth capability, privacy glass and Chromotherapy Lighting.\u003cbr\u003e\u003c\/p\u003e\n\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\"\u003e\n\u003ccolgroup\u003e\u003ccol width=\"1480\"\u003e\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eDelivery: \u003c\/span\u003e\u003cspan\u003eThis item will be delivered curbside only on a pallet by a freight carrier.\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eCapacity: \u003c\/span\u003e\u003cspan\u003eFull 4 person capacity \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eHeating Elements: \u003c\/span\u003e\u003cspan\u003e9 Maxxus Low EMF (EMF between 5-10MG - 2 to 3 inches from the heating panels) FAR Infrared Carbon heating panels 3 on each of the 2 rear walls, 2 under the bench and 1 on the floor board\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eWood Type: \u003c\/span\u003e\u003cspan\u003eNatural Reforested Canadian Hemlock wood construction \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eGlass: \u003c\/span\u003e\u003cspan\u003eBronze Tinted Tempered glass door and with side Window\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eInterior Lighting: \u003c\/span\u003e\u003cspan\u003eInterior Chromotherapy Color Lighting System \u003c\/span\u003e\u003cspan\u003e+ Red Light Feature\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eControl Panels: \u003c\/span\u003e\u003cspan\u003eInterior \/ Exterior LED control panels\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eSound System: \u003c\/span\u003e\u003cspan\u003eFM Radio with Bluetooth and MP3 auxiliary connection and built in speakers\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eTemperature Range: \u003c\/span\u003e\u003cspan\u003e118F-132F is the deal temperature range, sauna can heat up to 140F\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eElectrical service:\u003c\/span\u003e\u003cspan\u003e Special Electrical 120 V\/20 AMP\u003c\/span\u003e\u003cspan\u003e Non GFCI dedicated receptacle and breaker (Not 220\/240 V) (Please consult a certified electrician.)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eLocation: \u003c\/span\u003e\u003cspan\u003eIndoor Use Only\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eExterior Accent Lighting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":42507519164534,"sku":"MX-K406-01","price":3699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0585\/1224\/4854\/files\/floorheater_bd231906-c8b3-48e3-aae0-ee69864702a0.jpg?v=1761801356"},{"product_id":"maxxus-3-person-low-emf-far-ir-sauna-mx-k356-01-zf-ced","title":"Maxxus 3 Person Corner Low EMF FAR IR Sauna (MX-K356-01 CED)","description":"\u003cp\u003eMaxxus Saunas are constructed of Canadian Reforested Red Cedar Wood. These sauna products feature Low EMF heating panels, FM Station with MP3 Aux and Bluetooth capability, privacy glass and Chromotherapy Lighting.\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\"\u003e\n\u003ccolgroup\u003e\u003ccol width=\"1480\"\u003e\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eDelivery: \u003c\/span\u003e\u003cspan\u003eThis item will be delivered curbside only on a pallet by a freight carrier.\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eCapacity: \u003c\/span\u003e\u003cspan\u003eFull 3 person capacity \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eHeating Elements: \u003c\/span\u003e\u003cspan\u003e9 Maxxus Low EMF (EMF between 5-10MG - 2 to 3 inches from the heating panels) FAR Infrared Carbon heating panels 3 on each of the 2 rear walls, 2 under the bench and 1 on the floor board\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eWood Type: \u003c\/span\u003e\u003cspan\u003eNatural Reforested Canadian Red Cedar wood construction \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eGlass: \u003c\/span\u003e\u003cspan\u003eBronze Tinted Tempered glass door and with side Window\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eInterior Lighting: \u003c\/span\u003e\u003cspan\u003eOversize Interior Chromotherapy Color Lighting System \u003c\/span\u003e\u003cspan\u003e+ Red Light Feature\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eControl Panels: Interior Touch Screen Control Panel \u003c\/span\u003e\u003cspan\u003e(2024 UPDATED MODELS, NO EXTERIOR CONTROL PANEL)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eSound System: \u003c\/span\u003e\u003cspan\u003eFM Radio with Bluetooth and MP3 auxiliary connection and built in speakers\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eTemperature Range: \u003c\/span\u003e\u003cspan\u003e118F-132F is the deal temperature range, sauna can heat up to 140F\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eElectrical service:\u003c\/span\u003e\u003cspan\u003e Special Electrical 120 V\/20 AMP\u003c\/span\u003e\u003cspan\u003e Non GFCI dedicated receptacle and breaker (Not 220\/240 V) (Please consult a certified electrician.)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eLocation: \u003c\/span\u003e\u003cspan\u003eIndoor Use Only\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eExterior Accent Lighting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":42510554792054,"sku":"MX-K356-01 CED","price":4499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0585\/1224\/4854\/files\/MX-K356-01CEDTS_1.jpg?v=1761801260"},{"product_id":"maxxus-4-person-low-emf-far-ir-sauna-mx-k406-01-ced","title":"Maxxus 4 Person Low EMF FAR IR Sauna (MX-K406-01 CED)","description":"\u003cp\u003eMaxxus Saunas are constructed of Canadian Reforested Red Cedar Wood. These sauna products feature Low EMF heating panels, FM Station with MP3 Aux and Bluetooth capability, privacy glass and Chromotherapy Lighting.\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\"\u003e\n\u003ccolgroup\u003e\u003ccol width=\"1480\"\u003e\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eDelivery: \u003c\/span\u003e\u003cspan\u003eThis item will be delivered curbside only on a pallet by a freight carrier.\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eCapacity: \u003c\/span\u003e\u003cspan\u003eFull 4 person capacity \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eHeating Elements: \u003c\/span\u003e\u003cspan\u003e9 Maxxus Low EMF (EMF between 5-10MG - 2 to 3 inches from the heating panels) FAR Infrared Carbon heating panels 3 on each of the 2 rear walls, 2 under the bench and 1 on the floor board\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eWood Type: \u003c\/span\u003e\u003cspan\u003eNatural Reforested Canadian Red Cedar wood construction \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eGlass: \u003c\/span\u003e\u003cspan\u003eBronze Tinted Tempered glass door and with side Window\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eInterior Lighting: \u003c\/span\u003e\u003cspan\u003eOversize Interior Chromotherapy Color Lighting System \u003c\/span\u003e\u003cspan\u003e+ Red Light Feature\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eControl Panels: Interior Touch Screen Control Panel \u003c\/span\u003e\u003cspan\u003e(2024 UPDATED MODELS, NO EXTERIOR CONTROL PANEL)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eSound System: \u003c\/span\u003e\u003cspan\u003eFM Radio with Bluetooth and MP3 auxiliary connection and built in speakers\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eTemperature Range: \u003c\/span\u003e\u003cspan\u003e118F-132F is the deal temperature range, sauna can heat up to 140F\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eElectrical service:\u003c\/span\u003e\u003cspan\u003e Special Electrical 120 V\/20 AMP\u003c\/span\u003e\u003cspan\u003e Non GFCI dedicated receptacle and breaker (Not 220\/240 V) (Please consult a certified electrician.)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eLocation: \u003c\/span\u003e\u003cspan\u003eIndoor Use Only\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eExterior Accent Lighting\u003cbr\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":42510559576182,"sku":"MX-K406-01 CED","price":4699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0585\/1224\/4854\/files\/MX-K406-01CedarTS3x3_1.jpg?v=1761801259"},{"product_id":"maxxus-avignon-3-person-corner-near-zero-emf-far-ir-sauna-mx-k356-01-zf-ced","title":"Maxxus Avignon 3 Person Corner Near Zero EMF FAR IR Sauna (MX-K356-01-ZF)","description":"\u003cp\u003eMaxxus Saunas are constructed of Canadian Reforested Hemlock Wood. These sauna products feature PureTech™ Near Zero EMF heating panels, FM radio with MP3 Aux and Bluetooth capability, privacy glass and Chromotherapy Lighting.\u003cbr\u003e\u003c\/p\u003e\n\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\"\u003e\n\u003ccolgroup\u003e\u003ccol width=\"1580\"\u003e\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eDelivery: \u003c\/span\u003e\u003cspan\u003eThis item will be delivered curbside only on a pallet by a freight carrier.\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eCapacity: \u003c\/span\u003e\u003cspan\u003eFull 3 person capacity \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eHeating Elements: \u003c\/span\u003e\u003cspan\u003e9 PureTech™ Near Zero EMF (EMF Under 2MG when sitting 2 to 3 inches from the heating panels) FAR Infrared Carbon heating panels 3 on each of the 2 rear walls, 2 under the bench and 1 on the floor board \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eWood Type: \u003c\/span\u003e\u003cspan\u003eNatural Reforested Canadian Hemlock wood construction \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eGlass: \u003c\/span\u003e\u003cspan\u003eBronze Tinted Tempered glass door and with side windows \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eInterior Lighting: \u003c\/span\u003e\u003cspan\u003eOversize Interior Chromotherapy Color Lighting System \u003c\/span\u003e\u003cspan\u003e+ Red Light Feature\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eControl Panels: \u003c\/span\u003e\u003cspan\u003eInterior LED control panels\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eSound System: \u003c\/span\u003e\u003cspan\u003eFM Radio with Bluetooth and MP3 auxiliary connection and built in speakers\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eTemperature Range: \u003c\/span\u003e\u003cspan\u003e118F-132F is the deal temperature range, sauna can heat up to 140F\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eElectrical service: \u003c\/span\u003e\u003cspan\u003eSpecial Electrical 120 V\/20 AMP\u003c\/span\u003e\u003cspan\u003e Non GFCI dedicated receptacle and breaker (Not 220\/240 V) (Please consult a certified electrician.)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eLocation: \u003c\/span\u003e\u003cspan\u003eIndoor Use Only\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eExterior Accent Lighting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":42510599553142,"sku":"MX-K356-01-ZF","price":3899.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0585\/1224\/4854\/files\/MX-K356-01-ZFHemlock_1_3x3_4b369d82-052a-4160-b85f-f8cb07947883.jpg?v=1761801259"},{"product_id":"maxxus-4-person-near-zero-emf-far-ir-sauna-mx-k406-01-zf-hem","title":"Maxxus 4 Person Near Zero EMF FAR IR Sauna (MX-K406-01-ZF)","description":"\u003cp\u003eMaxxus Saunas are constructed of Canadian Reforested Hemlock Wood. These sauna products feature PureTech™ Near Zero EMF heating panels, FM radio with MP3 Aux and Bluetooth capability, privacy glass and Chromotherapy Lighting.\u003cbr\u003e\u003c\/p\u003e\n\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\"\u003e\n\u003ccolgroup\u003e\u003ccol width=\"1580\"\u003e\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eDelivery: \u003c\/span\u003e\u003cspan\u003eThis item will be delivered curbside only on a pallet by a freight carrier.\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eCapacity: \u003c\/span\u003e\u003cspan\u003eFull 4 person capacity \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eHeating Elements: \u003c\/span\u003e\u003cspan\u003e9 PureTech™ Near Zero EMF (EMF Under 2MG when sitting 2 to 3 inches from the heating panels) FAR Infrared Carbon heating panels 3 on each of the 2 rear walls, 2 under the bench and 1 on the floor board \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eWood Type: \u003c\/span\u003e\u003cspan\u003eNatural Reforested Canadian Hemlock wood construction \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eGlass: \u003c\/span\u003e\u003cspan\u003eBronze Tinted Tempered glass door and with side windows \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eInterior Lighting: \u003c\/span\u003e\u003cspan\u003eOversize Interior Chromotherapy Color Lighting System \u003c\/span\u003e\u003cspan\u003e+ Red Light Feature\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eControl Panels: \u003c\/span\u003e\u003cspan\u003eInterior \/ Exterior LED control panels\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eSound System: \u003c\/span\u003e\u003cspan\u003eFM Radio with Bluetooth and MP3 auxiliary connection and built in speakers\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eTemperature Range: \u003c\/span\u003e\u003cspan\u003e118F-132F is the deal temperature range, sauna can heat up to 140F\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eElectrical service: \u003c\/span\u003e\u003cspan\u003eSpecial Electrical 120 V\/20 AMP\u003c\/span\u003e\u003cspan\u003e Non GFCI dedicated receptacle and breaker (Not 220\/240 V) (Please consult a certified electrician.)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eLocation: \u003c\/span\u003e\u003cspan\u003eIndoor Use Only\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eExterior Accent Lighting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":42510606008438,"sku":"MX-K406-01-ZF","price":4499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0585\/1224\/4854\/files\/MX-K406-01-ZFHemlock3x3_4.jpg?v=1761801259"},{"product_id":"maxxus-3-person-low-emf-far-ir-sauna-mx-k356-01-zf-ced-1","title":"Maxxus 3 Person Corner Low EMF FAR IR Sauna (MX-K356-01-ZF CED)","description":"\u003cp\u003eMaxxus Saunas are constructed of Canadian Reforested Red Cedar Wood. These sauna products feature PureTech™ Near Zero EMF heating panels, FM radio with MP3 Aux and Bluetooth capability, privacy glass and Chromotherapy Lighting.\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\"\u003e\n\u003ccolgroup\u003e\u003ccol width=\"1580\"\u003e\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eDelivery: \u003c\/span\u003e\u003cspan\u003eThis item will be delivered curbside only on a pallet by a freight carrier.\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eCapacity: \u003c\/span\u003e\u003cspan\u003eFull 3 person capacity \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eHeating Elements: \u003c\/span\u003e\u003cspan\u003e9 PureTech™ Near Zero EMF (EMF Under 2MG when sitting 2 to 3 inches from the heating panels) FAR Infrared Carbon heating panels 3 on each of the 2 rear walls, 2 under the bench and 1 on the floor board \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eWood Type: \u003c\/span\u003e\u003cspan\u003eNatural Reforested Canadian Red Cedar wood construction\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eGlass: \u003c\/span\u003e\u003cspan\u003eBronze Tinted Tempered glass door and with side windows \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eInterior Lighting: \u003c\/span\u003e\u003cspan\u003eOversize Interior Chromotherapy Color Lighting System \u003c\/span\u003e\u003cspan\u003e+ Red Light Feature\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eControl Panels: \u003c\/span\u003e\u003cspan\u003eInterior Touch Screen Control Panel \u003c\/span\u003e\u003cspan\u003e(2024 UPDATED MODELS, NO EXTERIOR CONTROL PANEL)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eSound System: \u003c\/span\u003e\u003cspan\u003eFM Radio with Bluetooth and MP3 auxiliary connection and built in speakers\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eTemperature Range: \u003c\/span\u003e\u003cspan\u003e118F-132F is the deal temperature range, sauna can heat up to 140F\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eElectrical service: \u003c\/span\u003e\u003cspan\u003eSpecial Electrical 120 V\/20 AMP\u003c\/span\u003e\u003cspan\u003e Non GFCI dedicated receptacle and breaker (Not 220\/240 V) (Please consult a certified electrician.)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eLocation: \u003c\/span\u003e\u003cspan\u003eIndoor Use Only\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eExterior Accent Lighting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":42510645428342,"sku":"MX-K356-01-ZF CED","price":4899.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0585\/1224\/4854\/files\/MX-K356-01ZFCEDTS_2.jpg?v=1761801238"},{"product_id":"maxxus-chaumont-4-person-near-zero-emf-far-ir-sauna-mx-k406-01-zf-ced","title":"Maxxus Chaumont 4 Person Near Zero EMF FAR IR Sauna (MX-K406-01-ZF CED)","description":"\u003cp\u003eMaxxus Saunas are constructed of Canadian Reforested Red Cedar Wood. These sauna products feature PureTech™ Near Zero EMF heating panels, FM radio with MP3 Aux and Bluetooth capability, privacy glass and Chromotherapy Lighting.\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\"\u003e\n\u003ccolgroup\u003e\u003ccol width=\"1580\"\u003e\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eDelivery: \u003c\/span\u003e\u003cspan\u003eThis item will be delivered curbside only on a pallet by a freight carrier.\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eCapacity: \u003c\/span\u003e\u003cspan\u003eFull 4 person capacity \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eHeating Elements: \u003c\/span\u003e\u003cspan\u003e9 PureTech™ Near Zero EMF (EMF Under 2MG when sitting 2 to 3 inches from the heating panels) FAR Infrared Carbon heating panels 3 on each of the 2 rear walls, 2 under the bench and 1 on the floor board \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eWood Type: \u003c\/span\u003e\u003cspan\u003eNatural Reforested Canadian Red Cedar wood construction\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eGlass: \u003c\/span\u003e\u003cspan\u003eBronze Tinted Tempered glass door and with side windows \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eInterior Lighting: \u003c\/span\u003e\u003cspan\u003eOversize Interior Chromotherapy Color Lighting System \u003c\/span\u003e\u003cspan\u003e+ Red Light Feature\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eControl Panels: \u003c\/span\u003e\u003cspan\u003eInterior Touch Screen Control Panel \u003c\/span\u003e\u003cspan\u003e(2024 UPDATED MODELS, NO EXTERIOR CONTROL PANEL)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eSound System: \u003c\/span\u003e\u003cspan\u003eFM Radio with Bluetooth and MP3 auxiliary connection and built in speakers\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eTemperature Range: \u003c\/span\u003e\u003cspan\u003e118F-132F is the deal temperature range, sauna can heat up to 140F\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eElectrical service: \u003c\/span\u003e\u003cspan\u003eSpecial Electrical 120 V\/20 AMP\u003c\/span\u003e\u003cspan\u003e Non GFCI dedicated receptacle and breaker (Not 220\/240 V) (Please consult a certified electrician.)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eLocation: \u003c\/span\u003e\u003cspan\u003eIndoor Use Only\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eExterior Accent Lighting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":42510648213622,"sku":"MX-K406-01-ZF CED","price":5499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0585\/1224\/4854\/files\/MX-K406-01ZFCedarTSBG3x3.jpg?v=1761801238"},{"product_id":"maxxus-3-person-full-spectrum-ir-sauna-mx-m356-01-fs-ced","title":"Maxxus 3 Person Corner Full Spectrum Near Zero EMF Sauna (MX-M356-01-FS CED)","description":"\u003cp\u003eMaxxus Saunas are constructed of Canadian Reforested Red Cedar that emits a natural aroma to enhance your sauna experience. This sauna features our newest Full Spectrum heating technology, floor heater, MP3 Aux and Bluetooth capability, privacy glass and Chromotherapy Lighting system. \u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ctable xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\" cellspacing=\"0\" cellpadding=\"0\" dir=\"ltr\" border=\"1\" data-sheets-root=\"1\" data-sheets-baot=\"1\"\u003e\n\u003ccolgroup\u003e\u003ccol width=\"1191\"\u003e\u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eDelivery: \u003c\/span\u003e\u003cspan\u003eThis item will be delivered curbside only on a pallet by a freight carrier.\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eCapacity: \u003c\/span\u003e\u003cspan\u003eFull 3 person capacity \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eHeating Elements: \u003c\/span\u003e\u003cspan\u003e9 Total Heaters, 3 PureTech™ Near Zero EMF (EMF Under 2MG when sitting 2 to 3 inches from the heating panels) FAR IR Carbon Panels, 6 Near IR Elements. \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eWood Type: \u003c\/span\u003e\u003cspan\u003eNatural Reforested Canadian Red Cedar wood construction \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eGlass: \u003c\/span\u003e\u003cspan\u003eBronze Tinted Tempered glass door and with side windows \u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eInterior Lighting: \u003c\/span\u003e\u003cspan\u003eInterior Chromotherapy Color Lighting System \u003c\/span\u003e\u003cspan\u003e+ Red Light Feature\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eControl Panels: \u003c\/span\u003e\u003cspan\u003eInterior Touch Screen Control Panel \u003c\/span\u003e\u003cspan\u003e(2024 MID YEAR MODEL UPDATE, NO EXTERIOR CONTROL PANEL)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eSound System: \u003c\/span\u003e\u003cspan\u003eFM Station, Bluetooth, and MP3 auxiliary connection and built in speakers\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eTemperature Range: \u003c\/span\u003e\u003cspan\u003e118F-132F is the deal temperature range, sauna can heat up to 140F\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eElectrical service: \u003c\/span\u003e\u003cspan\u003eSpecial Electrical 120 V\/20 AMP\u003c\/span\u003e\u003cspan\u003e Non GFCI dedicated receptacle and breaker (Not 220\/240 V) (Please consult a certified electrician.)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cspan\u003eLocation: \u003c\/span\u003e\u003cspan\u003eIndoor Use Only\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eExterior Accent Lighting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"Maxxus Saunas","offers":[{"title":"Default Title","offer_id":42510666137718,"sku":"MX-M356-01-FS CED","price":5299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0585\/1224\/4854\/files\/MX-M356-01RedCedar3x3_1.jpg?v=1761801238"}],"url":"https:\/\/peakprimalwellness.com\/collections\/corner-saunas.oembed","provider":"Peak Primal Wellness","version":"1.0","type":"link"}