{"title":"EOS Sauna Heaters and Controls","description":"\u003c!-- ===================== MLHS | EOS SAUNA COLLECTION | SEO\/AEO COLLECTION PAGE ===================== --\u003e\n\n\u003cstyle\u003e\n  .mlhs-eos {\n    --mlhs-text: #25313a;\n    --mlhs-heading: #152027;\n    --mlhs-muted: #63717b;\n    --mlhs-line: #dde4e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-dark: #172229;\n    --mlhs-accent: #a56538;\n    --mlhs-accent-dark: #7d4928;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-white: #ffffff;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 14px 36px rgba(21, 32, 39, 0.08);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 0 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-eos,\n  .mlhs-eos * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-eos h2,\n  .mlhs-eos h3 {\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n    margin-top: 0;\n  }\n\n  .mlhs-eos h2 {\n    font-size: clamp(26px, 3.5vw, 40px);\n    margin-bottom: 16px;\n  }\n\n  .mlhs-eos h3 {\n    font-size: clamp(19px, 2vw, 24px);\n    margin-bottom: 10px;\n  }\n\n  .mlhs-eos p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-eos a {\n    color: var(--mlhs-accent-dark);\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n\n  .mlhs-eos a:hover {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-eos strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-eos__eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.1em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .mlhs-eos__intro {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 54px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background:\n      linear-gradient(\n        115deg,\n        rgba(255, 255, 255, 0.98),\n        rgba(248, 242, 237, 0.96)\n      );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-eos__intro-inner {\n    max-width: 860px;\n  }\n\n  .mlhs-eos__lead {\n    max-width: 820px;\n    margin-bottom: 20px;\n    color: #3d4b54;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-eos__trust {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin: 22px 0 0;\n  }\n\n  .mlhs-eos__trust span {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #e2d5cb;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.78);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .mlhs-eos__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-eos__section-intro {\n    max-width: 850px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-eos__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-eos__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-eos__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(21, 32, 39, 0.05);\n  }\n\n  .mlhs-eos__card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-eos__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 46px;\n    height: 46px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 22px;\n    font-weight: 800;\n  }\n\n  .mlhs-eos__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-eos__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-eos__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-eos__feature {\n    display: grid;\n    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #edf2f4;\n  }\n\n  .mlhs-eos__feature h2,\n  .mlhs-eos__feature h3,\n  .mlhs-eos__feature strong {\n    color: #ffffff;\n  }\n\n  .mlhs-eos__feature p {\n    color: #dce4e7;\n  }\n\n  .mlhs-eos__feature-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-eos__feature-box ul {\n    margin: 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-eos__feature-box li {\n    margin-bottom: 9px;\n  }\n\n  .mlhs-eos__feature-box li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-eos__steps {\n    counter-reset: eos-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-eos__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 24px 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-eos__step::before {\n    counter-increment: eos-step;\n    content: counter(eos-step);\n    position: absolute;\n    top: 20px;\n    left: 24px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-eos__comparison {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-eos__comparison table {\n    width: 100%;\n    min-width: 720px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-eos__comparison th,\n  .mlhs-eos__comparison td {\n    padding: 16px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-eos__comparison th {\n    background: var(--mlhs-dark);\n    color: #ffffff;\n    font-size: 14px;\n    letter-spacing: 0.02em;\n  }\n\n  .mlhs-eos__comparison tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-eos__comparison td:first-child {\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-eos__notice {\n    margin-top: 24px;\n    padding: 18px 20px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 12px 12px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-eos__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-eos__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-eos__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-eos__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-eos__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-eos__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    font-weight: 500;\n    line-height: 1;\n  }\n\n  .mlhs-eos__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-eos__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-eos__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-eos__cta-inner {\n    max-width: 780px;\n    margin: 0 auto;\n  }\n\n  .mlhs-eos__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-eos__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n    transition:\n      background 0.2s ease,\n      color 0.2s ease,\n      transform 0.2s ease;\n  }\n\n  .mlhs-eos__button:hover {\n    transform: translateY(-1px);\n  }\n\n  .mlhs-eos__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-eos__button--primary:hover {\n    background: var(--mlhs-heading);\n    border-color: var(--mlhs-heading);\n  }\n\n  .mlhs-eos__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-eos__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-eos__grid--three,\n    .mlhs-eos__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-eos__feature {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-eos {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-eos__grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-eos__intro {\n      border-radius: 18px;\n    }\n\n    .mlhs-eos__card,\n    .mlhs-eos__step {\n      padding-right: 20px;\n      padding-left: 20px;\n    }\n\n    .mlhs-eos__step {\n      padding-top: 62px;\n    }\n\n    .mlhs-eos__step::before {\n      left: 20px;\n    }\n\n    .mlhs-eos__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-eos__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-eos\"\u003e\n\n  \u003c!-- COLLECTION INTRODUCTION --\u003e\n  \u003csection class=\"mlhs-eos__intro\" aria-labelledby=\"eos-introduction\"\u003e\n    \u003cdiv class=\"mlhs-eos__intro-inner\"\u003e\n      \u003cspan class=\"mlhs-eos__eyebrow\"\u003eGerman Sauna Engineering\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-introduction\"\u003e\n        EOS Sauna Heaters, Controls and Complete Heating Systems\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-eos__lead\"\u003e\n        Explore EOS sauna heaters and control systems engineered for precise,\n        dependable performance in home saunas, custom wellness rooms and\n        commercial facilities.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The EOS product portfolio includes compact wall-mounted heaters,\n        floor-standing designs, high-capacity stone heaters, Bi-O sauna systems\n        with integrated vaporizers, concealed heater solutions and advanced\n        digital controls. This wide selection makes it possible to build a\n        sauna system around the size, design and intended use of your space.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Whether you are planning a traditional Finnish sauna, a mild and humid\n        Bi-O sauna experience or a demanding commercial installation, choosing\n        compatible equipment is essential. My Luxury Home Spa can help you\n        compare heater output, control requirements, room volume and supporting\n        components before you order.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-eos__trust\" aria-label=\"Collection benefits\"\u003e\n        \u003cspan\u003ePremium EOS equipment\u003c\/span\u003e\n        \u003cspan\u003eHome and commercial options\u003c\/span\u003e\n        \u003cspan\u003eExpert selection support\u003c\/span\u003e\n        \u003cspan\u003eSecure nationwide shipping\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY EOS --\u003e\n  \u003csection class=\"mlhs-eos__section\" aria-labelledby=\"why-choose-eos\"\u003e\n    \u003cdiv class=\"mlhs-eos__section-intro\"\u003e\n      \u003cspan class=\"mlhs-eos__eyebrow\"\u003ePerformance and Flexibility\u003c\/span\u003e\n\n      \u003ch2 id=\"why-choose-eos\"\u003eWhy Choose an EOS Sauna System?\u003c\/h2\u003e\n\n      \u003cp\u003e\n        EOS sauna equipment is designed to support more than one type of sauna\n        project. The collection includes heating and control solutions for\n        compact residential cabins, custom luxury saunas and intensive\n        commercial environments.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-eos__grid mlhs-eos__grid--three\"\u003e\n      \u003carticle class=\"mlhs-eos__card\"\u003e\n        \u003cdiv class=\"mlhs-eos__icon\" aria-hidden=\"true\"\u003e1\u003c\/div\u003e\n        \u003ch3\u003ePurpose-Built Heater Designs\u003c\/h3\u003e\n        \u003cp\u003e\n          Compare wall-mounted, floor-standing, open-stone, concealed and\n          high-output heater configurations based on your sauna layout and\n          available space.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-eos__card\"\u003e\n        \u003cdiv class=\"mlhs-eos__icon\" aria-hidden=\"true\"\u003e2\u003c\/div\u003e\n        \u003ch3\u003eDry or Humid Sauna Options\u003c\/h3\u003e\n        \u003cp\u003e\n          Select a classic Finnish sauna heater or an EOS Bi-O system with an\n          integrated vaporizer for a broader range of temperature and humidity\n          settings.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-eos__card\"\u003e\n        \u003cdiv class=\"mlhs-eos__icon\" aria-hidden=\"true\"\u003e3\u003c\/div\u003e\n        \u003ch3\u003eAdvanced System Control\u003c\/h3\u003e\n        \u003cp\u003e\n          Compatible EOS controllers can manage sauna temperature and, on\n          supported systems, functions such as humidity, lighting, sound,\n          fragrances and remote connectivity.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PRODUCT TYPES --\u003e\n  \u003csection class=\"mlhs-eos__section\" aria-labelledby=\"eos-product-types\"\u003e\n    \u003cdiv class=\"mlhs-eos__section-intro\"\u003e\n      \u003cspan class=\"mlhs-eos__eyebrow\"\u003eExplore the Collection\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-product-types\"\u003eEOS Sauna Equipment by Product Type\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Start by identifying the type of system your sauna project requires.\n        Product availability and required accessories vary by model.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-eos__grid\"\u003e\n      \u003carticle class=\"mlhs-eos__card\"\u003e\n        \u003ch3\u003eTraditional Finnish Sauna Heaters\u003c\/h3\u003e\n        \u003cp\u003e\n          Electric heaters designed to create the elevated temperatures and\n          authentic stone-generated steam associated with traditional sauna\n          bathing.\n        \u003c\/p\u003e\n        \u003cul class=\"mlhs-eos__list\"\u003e\n          \u003cli\u003eWall-mounted and floor-standing configurations\u003c\/li\u003e\n          \u003cli\u003eCompact residential models\u003c\/li\u003e\n          \u003cli\u003eLarge stone-capacity designs\u003c\/li\u003e\n          \u003cli\u003ePrivate and commercial output options\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-eos__card\"\u003e\n        \u003ch3\u003eEOS Bi-O Sauna Heaters\u003c\/h3\u003e\n        \u003cp\u003e\n          Combination heater systems with integrated vaporizers that support\n          both classic dry sauna sessions and milder, more humid sauna\n          environments.\n        \u003c\/p\u003e\n        \u003cul class=\"mlhs-eos__list\"\u003e\n          \u003cli\u003eAdjustable temperature and humidity\u003c\/li\u003e\n          \u003cli\u003eIntegrated vaporizer system\u003c\/li\u003e\n          \u003cli\u003eDry-run and water-shortage protection on Bi-O models\u003c\/li\u003e\n          \u003cli\u003eCan also be used for traditional dry sauna bathing\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-eos__card\"\u003e\n        \u003ch3\u003eEOS Sauna Control Units\u003c\/h3\u003e\n        \u003cp\u003e\n          Digital control systems designed to coordinate compatible EOS\n          heaters and sauna functions from a convenient operating panel.\n        \u003c\/p\u003e\n        \u003cul class=\"mlhs-eos__list\"\u003e\n          \u003cli\u003eDry sauna and humid sauna control options\u003c\/li\u003e\n          \u003cli\u003ePrivate and commercial configurations\u003c\/li\u003e\n          \u003cli\u003eTouchscreen and digital display models\u003c\/li\u003e\n          \u003cli\u003eCloud and app-compatible options on select systems\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-eos__card\"\u003e\n        \u003ch3\u003eCommercial Sauna Equipment\u003c\/h3\u003e\n        \u003cp\u003e\n          Higher-output and specialized equipment for hotels, health clubs,\n          wellness centers, multifamily amenities and other frequently used\n          sauna facilities.\n        \u003c\/p\u003e\n        \u003cul class=\"mlhs-eos__list\"\u003e\n          \u003cli\u003eHigh-performance heating systems\u003c\/li\u003e\n          \u003cli\u003eBehind-the-bench and concealed installations\u003c\/li\u003e\n          \u003cli\u003eMulti-cabin control capability on select controllers\u003c\/li\u003e\n          \u003cli\u003eEquipment for demanding daily use\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BI-O FEATURE --\u003e\n  \u003csection class=\"mlhs-eos__section\" aria-labelledby=\"eos-bio-explained\"\u003e\n    \u003cdiv class=\"mlhs-eos__feature\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-eos__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Flexible Sauna Climate\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-bio-explained\"\u003eWhat Is an EOS Bi-O Sauna Heater?\u003c\/h2\u003e\n\n        \u003cp\u003e\n          An EOS Bi-O heater combines an electric sauna heater with an\n          integrated vaporizer. This allows the sauna to operate as a\n          traditional hot and dry Finnish sauna or at a lower temperature with\n          increased humidity.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          A Bi-O system can be a strong choice for households or facilities\n          that want multiple sauna experiences from one cabin. A compatible\n          humidity-capable controller is normally required to manage the\n          vaporizer and related functions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-eos__feature-box\"\u003e\n        \u003ch3\u003eBi-O Sauna May Be Right for You If:\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eYou want both dry and humid sauna settings\u003c\/li\u003e\n          \u003cli\u003eMultiple users prefer different sauna climates\u003c\/li\u003e\n          \u003cli\u003eYou want greater control over temperature and humidity\u003c\/li\u003e\n          \u003cli\u003eYou are building a multipurpose home wellness space\u003c\/li\u003e\n          \u003cli\u003eYour commercial facility needs flexible programming\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COMPARISON --\u003e\n  \u003csection class=\"mlhs-eos__section\" aria-labelledby=\"eos-comparison\"\u003e\n    \u003cdiv class=\"mlhs-eos__section-intro\"\u003e\n      \u003cspan class=\"mlhs-eos__eyebrow\"\u003eChoosing Your Experience\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-comparison\"\u003eTraditional EOS Heater vs. EOS Bi-O Heater\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-eos__comparison\" role=\"region\" aria-label=\"Comparison of traditional and Bi-O sauna heaters\" tabindex=\"0\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eFeature\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eTraditional EOS Heater\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eEOS Bi-O Heater\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePrimary experience\u003c\/td\u003e\n            \u003ctd\u003eHot, dry Finnish sauna\u003c\/td\u003e\n            \u003ctd\u003eDry Finnish sauna or mild, humid sauna\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eHumidity source\u003c\/td\u003e\n            \u003ctd\u003eWater poured over heated sauna stones\u003c\/td\u003e\n            \u003ctd\u003eSauna stones plus an integrated vaporizer\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eTemperature range\u003c\/td\u003e\n            \u003ctd\u003eDesigned primarily for elevated sauna temperatures\u003c\/td\u003e\n            \u003ctd\u003eSupports high-temperature and lower-temperature sessions\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eControl requirement\u003c\/td\u003e\n            \u003ctd\u003eCompatible dry-sauna controller\u003c\/td\u003e\n            \u003ctd\u003eCompatible humidity-capable controller\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eBest suited for\u003c\/td\u003e\n            \u003ctd\u003eUsers who prefer a classic sauna environment\u003c\/td\u003e\n            \u003ctd\u003eUsers who want greater climate flexibility\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!-- SIZING --\u003e\n  \u003csection class=\"mlhs-eos__section\" aria-labelledby=\"eos-sizing\"\u003e\n    \u003cdiv class=\"mlhs-eos__section-intro\"\u003e\n      \u003cspan class=\"mlhs-eos__eyebrow\"\u003ePlan Before Purchasing\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-sizing\"\u003eHow to Choose the Right EOS Sauna Heater\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Sauna heater selection should be based on more than the number of\n        people who will use the sauna. The room's calculated volume,\n        construction and intended usage all affect the required output.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-eos__steps\"\u003e\n      \u003carticle class=\"mlhs-eos__step\"\u003e\n        \u003ch3\u003eCalculate the Sauna Volume\u003c\/h3\u003e\n        \u003cp\u003e\n          Measure the interior length, width and height of the sauna. Multiply\n          these dimensions to determine the room's basic cubic volume.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-eos__step\"\u003e\n        \u003ch3\u003eAccount for Heat-Loss Surfaces\u003c\/h3\u003e\n        \u003cp\u003e\n          Glass doors, windows, tile, masonry and other non-insulated surfaces\n          may increase the effective room volume and heater demand.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-eos__step\"\u003e\n        \u003ch3\u003eMatch the Complete System\u003c\/h3\u003e\n        \u003cp\u003e\n          Confirm the heater, controller, power unit, stones, sensors, safety\n          equipment and electrical supply are compatible before installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-eos__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eImportant:\u003c\/strong\u003e Never select a sauna heater solely by its\n        exterior dimensions or kilowatt rating. Always follow the specific EOS\n        model's approved room-volume range, installation clearances and\n        electrical requirements.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CONTROLS --\u003e\n  \u003csection class=\"mlhs-eos__section\" aria-labelledby=\"eos-controls\"\u003e\n    \u003cdiv class=\"mlhs-eos__section-intro\"\u003e\n      \u003cspan class=\"mlhs-eos__eyebrow\"\u003eComplete System Planning\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-controls\"\u003eDoes an EOS Sauna Heater Include a Controller?\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Many EOS sauna heaters are designed for use with a separate compatible\n        control unit. The correct controller depends on whether the heater is a\n        dry Finnish model or a Bi-O model with a vaporizer, as well as the\n        heater's electrical output and intended application.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-eos__grid mlhs-eos__grid--three\"\u003e\n      \u003carticle class=\"mlhs-eos__card\"\u003e\n        \u003ch3\u003eDry Sauna Controls\u003c\/h3\u003e\n        \u003cp\u003e\n          Designed to regulate compatible traditional Finnish sauna heaters,\n          temperature, operating time and other supported cabin functions.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-eos__card\"\u003e\n        \u003ch3\u003eHumidity-Capable Controls\u003c\/h3\u003e\n        \u003cp\u003e\n          Required for compatible Bi-O systems when controlling both the\n          heater and integrated vaporizer.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-eos__card\"\u003e\n        \u003ch3\u003eCommercial Controls\u003c\/h3\u003e\n        \u003cp\u003e\n          Specialized control and power-extension options are available for\n          higher-output systems and select multi-cabin applications.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- APPLICATIONS --\u003e\n  \u003csection class=\"mlhs-eos__section\" aria-labelledby=\"eos-applications\"\u003e\n    \u003cdiv class=\"mlhs-eos__section-intro\"\u003e\n      \u003cspan class=\"mlhs-eos__eyebrow\"\u003eResidential and Commercial\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-applications\"\u003eWhere EOS Sauna Equipment Can Be Used\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-eos__grid\"\u003e\n      \u003carticle class=\"mlhs-eos__card\"\u003e\n        \u003ch3\u003eHome Sauna Projects\u003c\/h3\u003e\n        \u003cp\u003e\n          EOS equipment can support custom indoor saunas, backyard sauna\n          cabins, home gyms, primary bathroom retreats and dedicated home\n          wellness rooms.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-eos__card\"\u003e\n        \u003ch3\u003eCommercial Wellness Projects\u003c\/h3\u003e\n        \u003cp\u003e\n          Select EOS equipment is designed for hotels, fitness clubs, spas,\n          wellness studios, athletic facilities, apartment communities and\n          other shared-use environments.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INSTALLATION --\u003e\n  \u003csection class=\"mlhs-eos__section\" aria-labelledby=\"eos-installation\"\u003e\n    \u003cdiv class=\"mlhs-eos__section-intro\"\u003e\n      \u003cspan class=\"mlhs-eos__eyebrow\"\u003eInstallation Guidance\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-installation\"\u003e\n        Electrical and Installation Requirements\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        EOS electric sauna heaters require professional planning and\n        installation. Voltage, phase, circuit size, conductor requirements and\n        control configuration vary by model.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        A qualified electrician should install the heater and control system\n        according to the current product manual, applicable electrical codes\n        and local permitting requirements. Required safety clearances,\n        ventilation and sensor placement must also be verified before the sauna\n        is operated.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-eos__list\"\u003e\n        \u003cli\u003eConfirm available voltage and phase before ordering\u003c\/li\u003e\n        \u003cli\u003eVerify heater output against calculated sauna volume\u003c\/li\u003e\n        \u003cli\u003eUse only compatible controls, sensors and power extensions\u003c\/li\u003e\n        \u003cli\u003eFollow the exact clearance requirements for the selected model\u003c\/li\u003e\n        \u003cli\u003eConfirm ventilation and air-circulation requirements\u003c\/li\u003e\n        \u003cli\u003eHave all electrical work completed by a qualified professional\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY BUY MLHS --\u003e\n  \u003csection class=\"mlhs-eos__section\" aria-labelledby=\"why-buy-eos-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-eos__section-intro\"\u003e\n      \u003cspan class=\"mlhs-eos__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-mlhs\"\u003e\n        Why Buy EOS Equipment from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-eos__grid mlhs-eos__grid--three\"\u003e\n      \u003carticle class=\"mlhs-eos__card\"\u003e\n        \u003ch3\u003eProduct Selection Support\u003c\/h3\u003e\n        \u003cp\u003e\n          We can help you compare room size, heater type, output, controls and\n          required accessories before you place your order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-eos__card\"\u003e\n        \u003ch3\u003eComplete-System Guidance\u003c\/h3\u003e\n        \u003cp\u003e\n          Sauna heaters often require separate controls, stones, safety\n          components or power equipment. We help identify the system pieces\n          associated with your selected model.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-eos__card\"\u003e\n        \u003ch3\u003eReal Customer Support\u003c\/h3\u003e\n        \u003cp\u003e\n          Have a question before or after ordering? Contact our team for\n          straightforward assistance with product information, ordering and\n          delivery.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"mlhs-eos__section\" aria-labelledby=\"eos-faq-heading\"\u003e\n    \u003cdiv class=\"mlhs-eos__section-intro\"\u003e\n      \u003cspan class=\"mlhs-eos__eyebrow\"\u003eEOS Sauna FAQ\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-faq-heading\"\u003e\n        Frequently Asked Questions About EOS Sauna Equipment\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-eos__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is EOS Sauna?\u003c\/summary\u003e\n        \u003cdiv class=\"mlhs-eos__faq-answer\"\u003e\n          \u003cp\u003e\n            EOS is a German sauna-equipment manufacturer offering electric\n            sauna heaters, heaters with integrated vaporizers, digital control\n            systems and equipment for private and commercial sauna projects.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the difference between EOS and EOS Bi-O?\u003c\/summary\u003e\n        \u003cdiv class=\"mlhs-eos__faq-answer\"\u003e\n          \u003cp\u003e\n            A traditional EOS sauna heater is designed primarily for a hot,\n            dry Finnish sauna. An EOS Bi-O heater includes an integrated\n            vaporizer, allowing compatible systems to create both dry sauna\n            conditions and milder sessions with increased humidity.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDo EOS sauna heaters include controls?\u003c\/summary\u003e\n        \u003cdiv class=\"mlhs-eos__faq-answer\"\u003e\n          \u003cp\u003e\n            Controls may be sold separately depending on the model. The\n            controller must be compatible with the heater type, output and\n            application. Bi-O heaters generally require a humidity-capable\n            control system.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eAre sauna stones included with an EOS heater?\u003c\/summary\u003e\n        \u003cdiv class=\"mlhs-eos__faq-answer\"\u003e\n          \u003cp\u003e\n            Sauna stones may be sold separately. Review the individual product\n            page to confirm the required stone type, size and quantity before\n            ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do I size an EOS sauna heater?\u003c\/summary\u003e\n        \u003cdiv class=\"mlhs-eos__faq-answer\"\u003e\n          \u003cp\u003e\n            Measure the sauna's interior volume and account for heat-loss\n            surfaces such as glass, tile, stone or masonry. Then select a model\n            whose approved room-volume range covers the adjusted calculation.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan EOS equipment be used in a commercial sauna?\u003c\/summary\u003e\n        \u003cdiv class=\"mlhs-eos__faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. EOS offers equipment intended for private saunas as well as\n            commercial and high-use environments. Confirm that the selected\n            model is approved for the intended application.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan an EOS sauna system be controlled remotely?\u003c\/summary\u003e\n        \u003cdiv class=\"mlhs-eos__faq-answer\"\u003e\n          \u003cp\u003e\n            Select EOS controls support cloud or app connectivity when the\n            required control equipment, network connection and safety\n            components are installed. Availability varies by control model.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWho should install an EOS sauna heater?\u003c\/summary\u003e\n        \u003cdiv class=\"mlhs-eos__faq-answer\"\u003e\n          \u003cp\u003e\n            A qualified electrician should complete the electrical\n            installation. The sauna builder or installer must also follow the\n            heater manual for clearances, ventilation, guarding and sensor\n            placement.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"mlhs-eos__cta\" aria-labelledby=\"eos-help\"\u003e\n    \u003cdiv class=\"mlhs-eos__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-eos__eyebrow\"\u003eNeed Help Choosing?\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-help\"\u003eBuild the Right EOS Sauna System\u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us your sauna's interior dimensions, construction details,\n        available electrical service and preferred sauna experience. We will\n        help you identify suitable EOS heater and control options.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-eos__buttons\"\u003e\n        \u003ca class=\"mlhs-eos__button mlhs-eos__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Guidance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-eos__button mlhs-eos__button--secondary\" href=\"\/pages\/sauna-buying-guide-how-to-choose-the-right-sauna-for-your-home\"\u003e\n          Read the Sauna Buying Guide\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ===================== EOS COLLECTION FAQ + COLLECTION PAGE SCHEMA ===================== --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"CollectionPage\",\n      \"@id\": \"{{ shop.url }}{{ collection.url }}#collectionpage\",\n      \"url\": \"{{ shop.url }}{{ collection.url }}\",\n      \"name\": \"{{ collection.title | escape }}\",\n      \"description\": \"{{ collection.description | strip_html | strip_newlines | escape }}\",\n      \"isPartOf\": {\n        \"@type\": \"WebSite\",\n        \"@id\": \"{{ shop.url }}#website\",\n        \"url\": \"{{ shop.url }}\",\n        \"name\": \"{{ shop.name | escape }}\"\n      },\n      \"about\": {\n        \"@type\": \"Brand\",\n        \"name\": \"EOS Sauna\"\n      },\n      \"mainEntity\": {\n        \"@type\": \"ItemList\",\n        \"name\": \"EOS Sauna Heaters and Controls\",\n        \"numberOfItems\": {{ collection.products_count | default: 0 }},\n        \"itemListElement\": [\n          {% for product in collection.products limit: 24 %}\n          {\n            \"@type\": \"ListItem\",\n            \"position\": {{ forloop.index }},\n            \"url\": \"{{ shop.url }}{{ product.url }}\",\n            \"name\": \"{{ product.title | escape }}\"\n          }{% unless forloop.last %},{% endunless %}\n          {% endfor %}\n        ]\n      }\n    },\n    {\n      \"@type\": \"BreadcrumbList\",\n      \"@id\": \"{{ shop.url }}{{ collection.url }}#breadcrumb\",\n      \"itemListElement\": [\n        {\n          \"@type\": \"ListItem\",\n          \"position\": 1,\n          \"name\": \"Home\",\n          \"item\": \"{{ shop.url }}\"\n        },\n        {\n          \"@type\": \"ListItem\",\n          \"position\": 2,\n          \"name\": \"Sauna Heaters\",\n          \"item\": \"{{ shop.url }}\/collections\/sauna-heaters-for-home\"\n        },\n        {\n          \"@type\": \"ListItem\",\n          \"position\": 3,\n          \"name\": \"{{ collection.title | escape }}\",\n          \"item\": \"{{ shop.url }}{{ collection.url }}\"\n        }\n      ]\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"@id\": \"{{ shop.url }}{{ collection.url }}#faq\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"What is EOS Sauna?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"EOS is a German sauna-equipment manufacturer offering electric sauna heaters, heaters with integrated vaporizers, digital control systems and equipment for private and commercial sauna projects.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"What is the difference between EOS and EOS Bi-O?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"A traditional EOS sauna heater is designed primarily for a hot, dry Finnish sauna. An EOS Bi-O heater includes an integrated vaporizer, allowing compatible systems to create both dry sauna conditions and milder sessions with increased humidity.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Do EOS sauna heaters include controls?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Controls may be sold separately depending on the model. The controller must be compatible with the heater type, output and application. Bi-O heaters generally require a humidity-capable control system.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Are sauna stones included with an EOS heater?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Sauna stones may be sold separately. Review the individual product page to confirm the required stone type, size and quantity before ordering.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"How do I size an EOS sauna heater?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Measure the sauna's interior volume and account for heat-loss surfaces such as glass, tile, stone or masonry. Then select a model whose approved room-volume range covers the adjusted calculation.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can EOS equipment be used in a commercial sauna?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Yes. EOS offers equipment intended for private saunas as well as commercial and high-use environments. Confirm that the selected model is approved for the intended application.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can an EOS sauna system be controlled remotely?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Select EOS controls support cloud or app connectivity when the required control equipment, network connection and safety components are installed. Availability varies by control model.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Who should install an EOS sauna heater?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"A qualified electrician should complete the electrical installation. The sauna builder or installer must also follow the heater manual for clearances, ventilation, guarding and sensor placement.\"\n          }\n        }\n      ]\n    }\n  ]\n}\n\u003c\/script\u003e","products":[{"product_id":"eos-5m-sensor-extension-cable-touch-3-emotec-d-14-20015195","title":"EOS 5M Sensor Extension Cable for Touch 3 and Emotec D Controls","description":"\u003c!-- =========================================================\nMLHS | EOS 14-20015195 SENSOR EXTENSION CABLE\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nDo not add an H1. Shopify should generate the product title.\n========================================================= --\u003e\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-muted: #65727b;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-success: #285f45;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product a {\n    color: var(--mlhs-accent-dark);\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n\n  .mlhs-product a:hover {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background:\n      linear-gradient(\n        120deg,\n        rgba(255, 255, 255, 0.98),\n        rgba(248, 242, 237, 0.96)\n      );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.8);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 45px;\n    height: 45px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 18px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 640px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__compatibility-item p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--important {\n    border-left-color: #9a312b;\n    background: #fff4f2;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    font-weight: 500;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n    transition:\n      background 0.2s ease,\n      color 0.2s ease,\n      transform 0.2s ease;\n  }\n\n  .mlhs-product__button:hover {\n    transform: translateY(-1px);\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__hero {\n      border-radius: 18px;\n    }\n\n    .mlhs-product__card,\n    .mlhs-product__step {\n      padding-right: 20px;\n      padding-left: 20px;\n    }\n\n    .mlhs-product__step {\n      padding-top: 62px;\n    }\n\n    .mlhs-product__step::before {\n      left: 20px;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"mlhs-product\"\u003e\n\u003c!-- PRODUCT INTRODUCTION --\u003e\n\u003csection aria-labelledby=\"eos-extension-cable-intro\" class=\"mlhs-product__hero\"\u003e\n\u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e Genuine EOS Sauna Control Accessory \u003c\/span\u003e\n\u003ch2 id=\"eos-extension-cable-intro\"\u003eExtend the Sensor Connection to Your EOS Relay Box\u003c\/h2\u003e\n\u003cp class=\"mlhs-product__lead\"\u003eThe EOS 14-20015195 is a 5-meter extension cable designed to extend the connection between the sauna sensor and relay box in compatible EOS Touch 3 and Emotec D control systems.\u003c\/p\u003e\n\u003cp\u003eThis model-specific control accessory provides additional cable length when the standard sensor connection does not accommodate the planned relay-box location. Confirm the control model and part number before ordering to ensure compatibility with your sauna system.\u003c\/p\u003e\n\u003cdiv aria-label=\"Key product information\" class=\"mlhs-product__badges\"\u003e\n\u003cspan class=\"mlhs-product__badge\"\u003e5-meter cable\u003c\/span\u003e \u003cspan class=\"mlhs-product__badge\"\u003eSensor-to-relay connection\u003c\/span\u003e \u003cspan class=\"mlhs-product__badge\"\u003eTouch 3 compatible\u003c\/span\u003e \u003cspan class=\"mlhs-product__badge\"\u003eEmotec D compatible\u003c\/span\u003e \u003cspan class=\"mlhs-product__badge\"\u003eEOS part 14-20015195\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK PRODUCT SUMMARY --\u003e\n\u003csection aria-labelledby=\"eos-cable-overview\" class=\"mlhs-product__section\"\u003e\n\u003cdiv class=\"mlhs-product__summary\"\u003e\n\u003cdiv\u003e\n\u003cspan style=\"color: #e6b58f;\" class=\"mlhs-product__eyebrow\"\u003e Product Overview \u003c\/span\u003e\n\u003ch2 id=\"eos-cable-overview\"\u003eEOS 5M Sensor Extension Cable\u003c\/h2\u003e\n\u003cp\u003eUse this EOS extension cable when additional distance is required between the compatible sauna sensor and relay box. It is intended specifically for supported EOS Touch 3 and Emotec D control installations.\u003c\/p\u003e\n\u003cp\u003eBecause this is a specialized sauna control component, the existing control model, cable routing and installation requirements should be verified before purchase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv aria-label=\"Product summary\" class=\"mlhs-product__summary-box\"\u003e\n\u003cdl\u003e\n\u003cdt\u003eBrand\u003c\/dt\u003e\n\u003cdd\u003eEOS\u003c\/dd\u003e\n\u003cdt\u003ePart number\u003c\/dt\u003e\n\u003cdd\u003e14-20015195\u003c\/dd\u003e\n\u003cdt\u003eModel\u003c\/dt\u003e\n\u003cdd\u003e14-20015195\u003c\/dd\u003e\n\u003cdt\u003eCable length\u003c\/dt\u003e\n\u003cdd\u003e5 meters\u003c\/dd\u003e\n\u003cdt\u003eConnection\u003c\/dt\u003e\n\u003cdd\u003eSensor to relay box\u003c\/dd\u003e\n\u003cdt\u003eCompatibility\u003c\/dt\u003e\n\u003cdd\u003eEOS Touch 3 and Emotec D controls\u003c\/dd\u003e\n\u003cdt\u003eProduct type\u003c\/dt\u003e\n\u003cdd\u003eSauna control extension cable\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- KEY FEATURES --\u003e\n\u003csection aria-labelledby=\"eos-cable-features\" class=\"mlhs-product__section\"\u003e\n\u003cdiv class=\"mlhs-product__section-intro\"\u003e\n\u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\u003ch2 id=\"eos-cable-features\"\u003eDesigned for Compatible EOS Control Installations\u003c\/h2\u003e\n\u003cp\u003eThis extension cable serves a specific connection within compatible EOS sauna control systems. It is not a universal electrical extension cable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n\u003carticle class=\"mlhs-product__card\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mlhs-product__icon\"\u003e5M\u003c\/div\u003e\n\u003ch3\u003eAdditional Cable Length\u003c\/h3\u003e\n\u003cp\u003eProvides 5 meters of additional reach between the sauna sensor and the compatible EOS relay box.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"mlhs-product__card\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mlhs-product__icon\"\u003eEOS\u003c\/div\u003e\n\u003ch3\u003eModel-Specific Accessory\u003c\/h3\u003e\n\u003cp\u003eDesigned for use with supported EOS control equipment rather than as a generic or universal sauna-control cable.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"mlhs-product__card\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mlhs-product__icon\"\u003e✓\u003c\/div\u003e\n\u003ch3\u003eDefined Compatibility\u003c\/h3\u003e\n\u003cp\u003eIdentified for sensor-to-relay-box connections involving EOS Touch 3 and Emotec D sauna controls.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COMPATIBILITY --\u003e\n\u003csection aria-labelledby=\"eos-cable-compatibility\" class=\"mlhs-product__section\"\u003e\n\u003cdiv class=\"mlhs-product__compatibility\"\u003e\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e Compatibility Information \u003c\/span\u003e\n\u003ch2 id=\"eos-cable-compatibility\"\u003eConfirm Your EOS Control Before Ordering\u003c\/h2\u003e\n\u003cp\u003eThe EOS 14-20015195 extension cable is identified for use between the sensor and relay box in compatible Touch 3 and Emotec D systems. Compatibility should be verified using the control model, existing cable connection and EOS part number.\u003c\/p\u003e\n\u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n\u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n\u003ch3\u003eCompatible Control Families\u003c\/h3\u003e\n\u003cul class=\"mlhs-product__list\"\u003e\n\u003cli\u003eEOS Touch 3\u003c\/li\u003e\n\u003cli\u003eEOS Emotec D\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n\u003ch3\u003eIntended Connection\u003c\/h3\u003e\n\u003cp\u003eExtends the cable path from the compatible sauna sensor to the EOS relay box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mlhs-product__notice\"\u003e\n\u003cp\u003e\u003cstrong\u003eBefore purchasing:\u003c\/strong\u003e Match the EOS part number \u003cstrong\u003e14-20015195\u003c\/strong\u003e to your equipment documentation or have your installer confirm that this is the correct cable for your control system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection aria-labelledby=\"eos-cable-specifications\" class=\"mlhs-product__section\"\u003e\n\u003cdiv class=\"mlhs-product__section-intro\"\u003e\n\u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\u003ch2 id=\"eos-cable-specifications\"\u003eEOS 14-20015195 Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv aria-label=\"EOS extension cable specifications\" role=\"region\" class=\"mlhs-product__table-wrap\" tabindex=\"0\"\u003e\n\u003ctable class=\"mlhs-product__table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n\u003ctd\u003eEOS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n\u003ctd\u003e14-20015195\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eModel number\u003c\/th\u003e\n\u003ctd\u003e14-20015195\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct description\u003c\/th\u003e\n\u003ctd\u003eSensor-to-relay-box extension cable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCable length\u003c\/th\u003e\n\u003ctd\u003e5 meters\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompatible control families\u003c\/th\u003e\n\u003ctd\u003eEOS Touch 3 and EOS Emotec D\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eApplication\u003c\/th\u003e\n\u003ctd\u003eExtending the supported sensor connection to the relay box\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReturn status\u003c\/th\u003e\n\u003ctd\u003eNonreturnable replacement component. Verify compatibility before ordering.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT IS INCLUDED --\u003e\n\u003csection aria-labelledby=\"eos-cable-included\" class=\"mlhs-product__section\"\u003e\n\u003cdiv class=\"mlhs-product__section-intro\"\u003e\n\u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\u003ch2 id=\"eos-cable-included\"\u003eWhat Is Included?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mlhs-product__grid\"\u003e\n\u003carticle class=\"mlhs-product__card\"\u003e\n\u003ch3\u003eIncluded\u003c\/h3\u003e\n\u003cul class=\"mlhs-product__list\"\u003e\n\u003cli\u003eOne EOS 14-20015195 5-meter sensor extension cable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/article\u003e\n\u003carticle class=\"mlhs-product__card\"\u003e\n\u003ch3\u003eNot Identified as Included\u003c\/h3\u003e\n\u003cul class=\"mlhs-product__list\"\u003e\n\u003cli\u003eSauna control panel\u003c\/li\u003e\n\u003cli\u003eRelay box\u003c\/li\u003e\n\u003cli\u003eTemperature sensor\u003c\/li\u003e\n\u003cli\u003eSauna heater\u003c\/li\u003e\n\u003cli\u003eAdditional installation components\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mlhs-product__notice\"\u003e\n\u003cp\u003eProduct images may show the cable for identification or installation context. Only the components specifically listed as included are part of this product.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INSTALLATION --\u003e\n\u003csection aria-labelledby=\"eos-cable-installation\" class=\"mlhs-product__section\"\u003e\n\u003cdiv class=\"mlhs-product__section-intro\"\u003e\n\u003cspan class=\"mlhs-product__eyebrow\"\u003eInstallation Planning\u003c\/span\u003e\n\u003ch2 id=\"eos-cable-installation\"\u003ePlan the Cable Route Before Installation\u003c\/h2\u003e\n\u003cp\u003eSauna-control wiring and sensor placement affect safe and accurate system operation. Installation should follow the instructions supplied with the applicable EOS control system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mlhs-product__steps\"\u003e\n\u003carticle class=\"mlhs-product__step\"\u003e\n\u003ch3\u003eIdentify the Control\u003c\/h3\u003e\n\u003cp\u003eConfirm that the installed or planned system uses a compatible EOS Touch 3 or Emotec D control configuration.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"mlhs-product__step\"\u003e\n\u003ch3\u003eVerify the Connection\u003c\/h3\u003e\n\u003cp\u003eConfirm that the extension is needed specifically between the sauna sensor and relay box.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"mlhs-product__step\"\u003e\n\u003ch3\u003eFollow EOS Instructions\u003c\/h3\u003e\n\u003cp\u003eRoute and connect the cable according to the instructions and requirements for the applicable EOS control system.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mlhs-product__notice\"\u003e\n\u003cp\u003e\u003cstrong\u003eInstallation note:\u003c\/strong\u003e Sauna control components should be installed or serviced by a qualified professional familiar with the applicable control system, local requirements and manufacturer instructions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- RETURN POLICY --\u003e\n\u003csection aria-labelledby=\"eos-cable-return-policy\" class=\"mlhs-product__section\"\u003e\n\u003cdiv class=\"mlhs-product__section-intro\"\u003e\n\u003cspan class=\"mlhs-product__eyebrow\"\u003eImportant Purchase Information\u003c\/span\u003e\n\u003ch2 id=\"eos-cable-return-policy\"\u003eThis Replacement Part Is Nonreturnable\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mlhs-product__notice mlhs-product__notice--important\"\u003e\n\u003cp\u003e\u003cstrong\u003eFinal-sale replacement component:\u003c\/strong\u003e To preserve the originality, operation and safety of replacement parts, this product is not returnable. Please verify the EOS part number and system compatibility before placing your order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHY BUY FROM MLHS --\u003e\n\u003csection aria-labelledby=\"why-buy-eos-cable-mlhs\" class=\"mlhs-product__section\"\u003e\n\u003cdiv class=\"mlhs-product__section-intro\"\u003e\n\u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\u003ch2 id=\"why-buy-eos-cable-mlhs\"\u003eWhy Order from My Luxury Home Spa?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n\u003carticle class=\"mlhs-product__card\"\u003e\n\u003ch3\u003eCompatibility Support\u003c\/h3\u003e\n\u003cp\u003eContact us before ordering if you need help confirming the listed part number or control family.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"mlhs-product__card\"\u003e\n\u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\u003cp\u003eWe identify the intended connection, listed compatibility and nonreturnable status before purchase.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"mlhs-product__card\"\u003e\n\u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\u003cp\u003eOrder online through My Luxury Home Spa using the secure payment options displayed during checkout.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection aria-labelledby=\"eos-cable-faq\" class=\"mlhs-product__section\"\u003e\n\u003cdiv class=\"mlhs-product__section-intro\"\u003e\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e Frequently Asked Questions \u003c\/span\u003e\n\u003ch2 id=\"eos-cable-faq\"\u003eEOS 14-20015195 Extension Cable FAQ\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mlhs-product__faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the EOS 14-20015195 cable used for?\u003c\/summary\u003e\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\u003cp\u003eIt is a 5-meter extension cable used to extend the connection from a compatible sauna sensor to the relay box in supported EOS Touch 3 and Emotec D control systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long is the extension cable?\u003c\/summary\u003e\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\u003cp\u003eThe cable is 5 meters long.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich EOS controls are compatible?\u003c\/summary\u003e\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\u003cp\u003eThe cable is identified for compatible EOS Touch 3 and Emotec D controls. Confirm the exact control model and EOS part number before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a universal sauna control cable?\u003c\/summary\u003e\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\u003cp\u003eNo. It is a model-specific EOS accessory intended for the listed control families and sensor-to-relay-box connection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this product include the sensor or relay box?\u003c\/summary\u003e\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\u003cp\u003eNo. This listing is for the 5-meter extension cable. The sauna sensor, relay box and control system are not identified as included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this cable be returned?\u003c\/summary\u003e\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\u003cp\u003eNo. This replacement component is nonreturnable. Verify the part number and compatibility before purchasing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWho should install the extension cable?\u003c\/summary\u003e\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\u003cp\u003eInstallation or control-system service should be completed by a qualified professional following the applicable EOS instructions and local requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow can I confirm that this is the correct EOS part?\u003c\/summary\u003e\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\u003cp\u003eCompare part number 14-20015195 with your EOS documentation, existing component or installer-supplied parts list. You may also contact My Luxury Home Spa before ordering for product-selection assistance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection aria-labelledby=\"eos-cable-help\" class=\"mlhs-product__cta\"\u003e\n\u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e Need Help Confirming Compatibility? \u003c\/span\u003e\n\u003ch2 id=\"eos-cable-help\"\u003eVerify the Part Before You Order\u003c\/h2\u003e\n\u003cp\u003eSend us the model of your EOS sauna control and the part number shown in your system documentation. We will help you determine whether this is the appropriate listed extension cable.\u003c\/p\u003e\n\u003cdiv class=\"mlhs-product__buttons\"\u003e\n\u003ca href=\"\/pages\/contact-us\" class=\"mlhs-product__button mlhs-product__button--primary\"\u003e Request Product Assistance \u003c\/a\u003e \u003ca href=\"\/collections\/eos-sauna-heaters-controls\" class=\"mlhs-product__button mlhs-product__button--secondary\"\u003e Shop EOS Sauna Equipment \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\nPRODUCT + FAQ STRUCTURED DATA\nKeep only one Product schema on the page.\nIf the Shopify theme already outputs complete Product schema,\nremove the Product object below and retain only FAQPage.\n========================================================= --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50427640905957,"sku":"14-20015195","price":60.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-5m-sensor-extension-cable-for-touch-3-and-emotec-d-controls-6427541.jpg?v=1784586007"},{"product_id":"eos-10m-control-panel-relay-box-extension-cable-14-946802","title":"EOS 10M Control Panel to Relay Box Extension Cable RJ10\/RJ14","description":"\u003c!-- =========================================================\nMLHS | EOS 14-946802 10M CONTROL EXTENSION CABLE\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nDo not add an H1. Shopify should generate the product title.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-muted: #65727b;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background:\n      linear-gradient(\n        120deg,\n        rgba(255, 255, 255, 0.98),\n        rgba(248, 242, 237, 0.96)\n      );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.8);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 48px;\n    height: 45px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 16px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 640px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--important {\n    border-left-color: #9a312b;\n    background: #fff4f2;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    font-weight: 500;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    color: var(--mlhs-accent-dark);\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__hero {\n      border-radius: 18px;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-extension-cable-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Genuine EOS Sauna Control Accessory\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-extension-cable-intro\"\u003e\n        Extend the Connection Between Your EOS Control Panel and Relay Box\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS 14-946802 is a 10-meter extension cable designed to extend\n        the connection between a compatible EOS sauna control panel and relay\n        box using RJ10 and RJ14 connections.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        This specialized control accessory provides additional installation\n        flexibility when the control panel and relay box must be positioned\n        farther apart than the standard cable permits. Verify the EOS part\n        number and connection requirements before ordering.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key product information\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e10-meter length\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eControl panel to relay box\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eRJ10\/RJ14 connections\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eGenuine EOS accessory\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003ePart 14-946802\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-cable-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-cable-overview\"\u003e\n          EOS 10M Control Panel Extension Cable\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Use the EOS 14-946802 when additional cable distance is required\n          between a compatible sauna control panel and relay box. The cable\n          features the RJ10\/RJ14 connection configuration identified for this\n          EOS component.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This is a model-specific sauna control accessory and should not be\n          treated as a universal communications cable. Confirm compatibility\n          with the planned or installed EOS control system before purchase.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"Product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003ePart number\u003c\/dt\u003e\n          \u003cdd\u003e14-946802\u003c\/dd\u003e\n\n          \u003cdt\u003eModel\u003c\/dt\u003e\n          \u003cdd\u003e14-946802\u003c\/dd\u003e\n\n          \u003cdt\u003eCable length\u003c\/dt\u003e\n          \u003cdd\u003e10 meters\u003c\/dd\u003e\n\n          \u003cdt\u003eConnection type\u003c\/dt\u003e\n          \u003cdd\u003eRJ10\/RJ14\u003c\/dd\u003e\n\n          \u003cdt\u003eApplication\u003c\/dt\u003e\n          \u003cdd\u003eControl panel to relay box\u003c\/dd\u003e\n\n          \u003cdt\u003eProduct type\u003c\/dt\u003e\n          \u003cdd\u003eSauna control extension cable\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-cable-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-cable-features\"\u003e\n        Installation Flexibility for EOS Sauna Controls\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS 14-946802 is designed for a specific low-voltage control\n        connection within a compatible EOS sauna control installation.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e10M\u003c\/div\u003e\n\n        \u003ch3\u003eExtended Cable Reach\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Provides 10 meters of cable length between the compatible control\n          panel and relay box.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eRJ\u003c\/div\u003e\n\n        \u003ch3\u003eRJ10\/RJ14 Configuration\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Uses the RJ10\/RJ14 connection configuration identified for this\n          specific EOS extension cable.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eEOS\u003c\/div\u003e\n\n        \u003ch3\u003eModel-Specific Component\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Designed as an EOS control-system accessory rather than a universal\n          sauna or networking cable.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-cable-compatibility\"\u003e\n    \u003cdiv class=\"mlhs-product__compatibility\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Compatibility Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-cable-compatibility\"\u003e\n        Confirm the Control System and Connector Type\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        This extension cable is intended to connect a compatible EOS sauna\n        control panel to its relay box. The supplier identifies the connection\n        type as RJ10\/RJ14.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eIntended Connection\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Compatible EOS sauna control panel to relay box.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eConnector Configuration\u003c\/h3\u003e\n\n          \u003cp\u003e\n            RJ10\/RJ14, as identified for EOS part number 14-946802.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eBefore purchasing:\u003c\/strong\u003e Compare EOS part number\n          \u003cstrong\u003e14-946802\u003c\/strong\u003e and the RJ10\/RJ14 configuration with your\n          control documentation, existing cable or installer-supplied parts\n          list.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-cable-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-cable-specifications\"\u003e\n        EOS 14-946802 Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS extension cable specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e14-946802\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel number\u003c\/th\u003e\n            \u003ctd\u003e14-946802\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct description\u003c\/th\u003e\n            \u003ctd\u003eControl-panel-to-relay-box extension cable\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCable length\u003c\/th\u003e\n            \u003ctd\u003e10 meters\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eConnector configuration\u003c\/th\u003e\n            \u003ctd\u003eRJ10\/RJ14\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eApplication\u003c\/th\u003e\n            \u003ctd\u003e\n              Extending the connection between a compatible EOS sauna control\n              panel and relay box\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eReturn status\u003c\/th\u003e\n            \u003ctd\u003e\n              Nonreturnable replacement component. Verify compatibility before\n              ordering.\n            \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  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-cable-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-cable-included\"\u003eWhat Is Included?\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003e\n            One EOS 14-946802 10-meter control extension cable\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Identified as Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eSauna control panel\u003c\/li\u003e\n          \u003cli\u003eRelay box\u003c\/li\u003e\n          \u003cli\u003eTemperature or humidity sensors\u003c\/li\u003e\n          \u003cli\u003eSauna heater\u003c\/li\u003e\n          \u003cli\u003eAdditional wiring or installation hardware\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Product images may show the cable for identification or installation\n        context. Only the component specifically listed as included is part of\n        this product.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-cable-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eInstallation Planning\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-cable-installation\"\u003e\n        Verify the Cable Route Before Installation\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Control wiring should be routed and connected according to the\n        instructions supplied with the applicable EOS sauna control system.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eIdentify the Equipment\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Confirm the models of the EOS control panel and relay box before\n          selecting the extension cable.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eCheck the Connectors\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Verify that the required extension uses the listed RJ10\/RJ14\n          connection configuration.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eFollow EOS Instructions\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Install and route the cable according to the applicable EOS\n          documentation and local requirements.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eInstallation note:\u003c\/strong\u003e Sauna control equipment should be\n        installed or serviced by a qualified professional familiar with the\n        specific EOS system and manufacturer instructions.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-cable-return-policy\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eImportant Purchase Information\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-cable-return-policy\"\u003e\n        This Replacement Part Is Nonreturnable\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice mlhs-product__notice--important\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eFinal-sale replacement component:\u003c\/strong\u003e This product is not\n        returnable. Verify the part number, cable length, connector\n        configuration and system compatibility before placing your order.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-cable-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-cable-mlhs\"\u003e\n        Why Order from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eProduct Selection Support\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Contact us before ordering if you need help comparing the listed EOS\n          part number with your system documentation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Compatibility Details\u003c\/h3\u003e\n\n        \u003cp\u003e\n          We clearly identify the listed cable length, application, connector\n          configuration and nonreturnable status.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-cable-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-cable-faq\"\u003e\n        EOS 14-946802 Extension Cable FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS 14-946802 cable used for?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a 10-meter extension cable designed to extend the connection\n            between a compatible EOS sauna control panel and relay box.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow long is the cable?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The cable is 10 meters long.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich connector types does the cable use?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The supplier identifies the connector configuration as RJ10\/RJ14.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a universal RJ extension cable?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. It is a model-specific EOS sauna control accessory. Verify\n            part number 14-946802 and compatibility before purchase.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the cable include a control panel or relay box?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This listing is for the extension cable only. The control\n            panel, relay box and other sauna components are not included.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the EOS 14-946802 cable be returned?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This replacement component is nonreturnable. Verify the part\n            number, connections and compatibility before ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWho should install the cable?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Installation or sauna-control service should be completed by a\n            qualified professional following the applicable EOS instructions\n            and local requirements.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-cable-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Need Help Confirming Compatibility?\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-cable-help\"\u003e\n        Verify the EOS Part Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us your EOS control model, relay-box model and the part number\n        shown in your documentation. We will help you compare that information\n        with this listing.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA\nThe Shopify theme or Google \u0026 YouTube app should normally\ngenerate Product and Offer schema dynamically.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS 14-946802 cable used for?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"It is a 10-meter extension cable designed to extend the connection between a compatible EOS sauna control panel and relay box.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How long is the EOS 14-946802 cable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The cable is 10 meters long.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which connector types does the EOS 14-946802 cable use?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The connector configuration is identified as RJ10\/RJ14.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS 14-946802 a universal RJ extension cable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. It is a model-specific EOS sauna control accessory. Verify part number 14-946802 and compatibility before purchase.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the EOS 14-946802 include a control panel or relay box?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This listing is for the extension cable only. The control panel, relay box and other sauna components are not included.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 14-946802 cable be returned?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This replacement component is nonreturnable. Verify the part number, connections and compatibility before ordering.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who should install the EOS 14-946802 cable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Installation or sauna-control service should be completed by a qualified professional following the applicable EOS instructions and local requirements.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50427689009381,"sku":"14-946802","price":75.71,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-10m-control-panel-to-relay-box-extension-cable-rj10rj14-5240052.jpg?v=1784586007"},{"product_id":"eos-cubo-avantgarde-1250w-replacement-heating-element-20016850","title":"EOS Cubo Avantgarde 1,250W Replacement Heating Element 240V","description":"\u003c!-- =========================================================\nMLHS | EOS 20016850 CUBO AVANTGARDE HEATING ELEMENT\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\n========================================================= --\u003e\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-muted: #65727b;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-danger: #943c35;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background:\n      linear-gradient(\n        120deg,\n        rgba(255, 255, 255, 0.98),\n        rgba(248, 242, 237, 0.96)\n      );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 50px;\n    height: 46px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 15px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 640px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--important {\n    border-left-color: var(--mlhs-danger);\n    background: #fff4f2;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    font-weight: 500;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    color: var(--mlhs-accent-dark);\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__hero {\n      border-radius: 18px;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"mlhs-product\"\u003e\n\u003c!-- PRODUCT INTRODUCTION --\u003e\n\u003csection aria-labelledby=\"eos-heating-element-intro\" class=\"mlhs-product__hero\"\u003e\n\u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e Genuine EOS Sauna Heater Replacement Part \u003c\/span\u003e\n\u003ch2 id=\"eos-heating-element-intro\"\u003eReplacement Heating Element for the EOS Cubo Avantgarde 7.5 kW Heater\u003c\/h2\u003e\n\u003cp class=\"mlhs-product__lead\"\u003eThe EOS 20016850 is a 1,250-watt, 240-volt replacement heating element designed for compatible EOS Cubo Avantgarde 7.5 kW electric sauna heaters.\u003c\/p\u003e\n\u003cp\u003eUse this genuine EOS replacement component when servicing a compatible Cubo Avantgarde heater that requires part number 20016850. Because heating elements are model-specific electrical components, the heater model, voltage, total heater output and required part number should all be confirmed before ordering.\u003c\/p\u003e\n\u003cdiv aria-label=\"Key product information\" class=\"mlhs-product__badges\"\u003e\n\u003cspan class=\"mlhs-product__badge\"\u003e1,250W element\u003c\/span\u003e \u003cspan class=\"mlhs-product__badge\"\u003e240V rated\u003c\/span\u003e \u003cspan class=\"mlhs-product__badge\"\u003eFor 7.5 kW Cubo Avantgarde\u003c\/span\u003e \u003cspan class=\"mlhs-product__badge\"\u003eGenuine EOS component\u003c\/span\u003e \u003cspan class=\"mlhs-product__badge\"\u003ePart 20016850\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK OVERVIEW --\u003e\n\u003csection aria-labelledby=\"eos-heating-element-overview\" class=\"mlhs-product__section\"\u003e\n\u003cdiv class=\"mlhs-product__summary\"\u003e\n\u003cdiv\u003e\n\u003cspan style=\"color: #e6b58f;\" class=\"mlhs-product__eyebrow\"\u003e Product Overview \u003c\/span\u003e\n\u003ch2 id=\"eos-heating-element-overview\"\u003eEOS Cubo Avantgarde Spare Heater Element\u003c\/h2\u003e\n\u003cp\u003eThis replacement element is intended for compatible 7.5 kW EOS Cubo Avantgarde sauna heaters operating at 240 volts. Each element is rated at 1,250 watts.\u003c\/p\u003e\n\u003cp\u003eA complete sauna heater typically uses multiple heating elements to achieve its total rated output. This listing is for one replacement element only unless the product quantity selected at checkout states otherwise.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv aria-label=\"Product summary\" class=\"mlhs-product__summary-box\"\u003e\n\u003cdl\u003e\n\u003cdt\u003eBrand\u003c\/dt\u003e\n\u003cdd\u003eEOS\u003c\/dd\u003e\n\u003cdt\u003ePart number\u003c\/dt\u003e\n\u003cdd\u003e20016850\u003c\/dd\u003e\n\u003cdt\u003eComponent\u003c\/dt\u003e\n\u003cdd\u003eReplacement heating element\u003c\/dd\u003e\n\u003cdt\u003eElement output\u003c\/dt\u003e\n\u003cdd\u003e1,250 watts\u003c\/dd\u003e\n\u003cdt\u003eVoltage\u003c\/dt\u003e\n\u003cdd\u003e240 volts\u003c\/dd\u003e\n\u003cdt\u003eHeater series\u003c\/dt\u003e\n\u003cdd\u003eEOS Cubo Avantgarde\u003c\/dd\u003e\n\u003cdt\u003eHeater output\u003c\/dt\u003e\n\u003cdd\u003e7.5 kW\u003c\/dd\u003e\n\u003c\/dl\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection aria-labelledby=\"eos-element-features\" class=\"mlhs-product__section\"\u003e\n\u003cdiv class=\"mlhs-product__section-intro\"\u003e\n\u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\u003ch2 id=\"eos-element-features\"\u003eModel-Specific Replacement for EOS Sauna Heater Service\u003c\/h2\u003e\n\u003cp\u003eThe EOS 20016850 is designed for a defined heater, voltage and wattage configuration. It should not be selected solely because another element has a similar shape or terminal layout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n\u003carticle class=\"mlhs-product__card\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mlhs-product__icon\"\u003e1250W\u003c\/div\u003e\n\u003ch3\u003eDefined Element Output\u003c\/h3\u003e\n\u003cp\u003eEach replacement element is rated at 1,250 watts for the specified heater configuration.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"mlhs-product__card\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mlhs-product__icon\"\u003e240V\u003c\/div\u003e\n\u003ch3\u003e240-Volt Rating\u003c\/h3\u003e\n\u003cp\u003eDesigned for the compatible 240-volt version of the EOS Cubo Avantgarde 7.5 kW sauna heater.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"mlhs-product__card\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"mlhs-product__icon\"\u003eEOS\u003c\/div\u003e\n\u003ch3\u003eGenuine Replacement Component\u003c\/h3\u003e\n\u003cp\u003eIdentified by EOS part number 20016850 for compatible Cubo Avantgarde heater service.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COMPATIBILITY --\u003e\n\u003csection aria-labelledby=\"eos-element-compatibility\" class=\"mlhs-product__section\"\u003e\n\u003cdiv class=\"mlhs-product__compatibility\"\u003e\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e Compatibility Information \u003c\/span\u003e\n\u003ch2 id=\"eos-element-compatibility\"\u003eConfirm the Heater Model, Voltage and Output\u003c\/h2\u003e\n\u003cp\u003eThe EOS 20016850 is listed for compatible EOS Cubo Avantgarde electric sauna heaters with a total output of 7.5 kW and a 240-volt electrical configuration.\u003c\/p\u003e\n\u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n\u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n\u003ch3\u003eListed Heater Compatibility\u003c\/h3\u003e\n\u003cul class=\"mlhs-product__list\"\u003e\n\u003cli\u003eEOS Cubo Avantgarde series\u003c\/li\u003e\n\u003cli\u003e7.5 kW heater configuration\u003c\/li\u003e\n\u003cli\u003e240-volt heater configuration\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n\u003ch3\u003eElement Identification\u003c\/h3\u003e\n\u003cul class=\"mlhs-product__list\"\u003e\n\u003cli\u003eEOS part number 20016850\u003c\/li\u003e\n\u003cli\u003e1,250-watt element rating\u003c\/li\u003e\n\u003cli\u003eOne replacement element per quantity ordered\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mlhs-product__notice\"\u003e\n\u003cp\u003e\u003cstrong\u003eBefore purchasing:\u003c\/strong\u003e Match part number \u003cstrong\u003e20016850\u003c\/strong\u003e to the heater data plate, service manual, existing element or installer-supplied parts list. Similar EOS heaters may use different elements depending on output and voltage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003csection aria-labelledby=\"eos-element-specifications\" class=\"mlhs-product__section\"\u003e\n\u003cdiv class=\"mlhs-product__section-intro\"\u003e\n\u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\u003ch2 id=\"eos-element-specifications\"\u003eEOS 20016850 Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv aria-label=\"EOS replacement heater element specifications\" role=\"region\" class=\"mlhs-product__table-wrap\" tabindex=\"0\"\u003e\n\u003ctable class=\"mlhs-product__table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n\u003ctd\u003eEOS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n\u003ctd\u003e20016850\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eModel number\u003c\/th\u003e\n\u003ctd\u003e20016850\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n\u003ctd\u003eElectric sauna heater replacement element\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eElement output\u003c\/th\u003e\n\u003ctd\u003e1,250 watts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n\u003ctd\u003e240 volts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompatible heater series\u003c\/th\u003e\n\u003ctd\u003eEOS Cubo Avantgarde\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompatible heater output\u003c\/th\u003e\n\u003ctd\u003e7.5 kW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003eOne replacement heating element\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eReturn status\u003c\/th\u003e\n\u003ctd\u003eNonreturnable replacement part. Verify compatibility before ordering.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT IS INCLUDED --\u003e\n\u003csection aria-labelledby=\"eos-element-included\" class=\"mlhs-product__section\"\u003e\n\u003cdiv class=\"mlhs-product__section-intro\"\u003e\n\u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\u003ch2 id=\"eos-element-included\"\u003eWhat Is Included?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mlhs-product__grid\"\u003e\n\u003carticle class=\"mlhs-product__card\"\u003e\n\u003ch3\u003eIncluded\u003c\/h3\u003e\n\u003cul class=\"mlhs-product__list\"\u003e\n\u003cli\u003eOne EOS 20016850 1,250W replacement heating element\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/article\u003e\n\u003carticle class=\"mlhs-product__card\"\u003e\n\u003ch3\u003eNot Identified as Included\u003c\/h3\u003e\n\u003cul class=\"mlhs-product__list\"\u003e\n\u003cli\u003eComplete sauna heater\u003c\/li\u003e\n\u003cli\u003eAdditional heating elements\u003c\/li\u003e\n\u003cli\u003eSauna stones\u003c\/li\u003e\n\u003cli\u003eControl system\u003c\/li\u003e\n\u003cli\u003eElectrical wiring\u003c\/li\u003e\n\u003cli\u003eInstallation labor\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mlhs-product__notice\"\u003e\n\u003cp\u003eProduct photos may show the element from multiple angles or within an installation context. This listing is for the replacement element only.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW TO VERIFY --\u003e\n\u003csection aria-labelledby=\"eos-element-verification\" class=\"mlhs-product__section\"\u003e\n\u003cdiv class=\"mlhs-product__section-intro\"\u003e\n\u003cspan class=\"mlhs-product__eyebrow\"\u003eBefore You Order\u003c\/span\u003e\n\u003ch2 id=\"eos-element-verification\"\u003eHow to Verify the Correct Replacement Element\u003c\/h2\u003e\n\u003cp\u003eDo not assume every Cubo Avantgarde heater uses the same element. Confirm the exact electrical and model information before removing or replacing heater components.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mlhs-product__steps\"\u003e\n\u003carticle class=\"mlhs-product__step\"\u003e\n\u003ch3\u003eRead the Heater Data Plate\u003c\/h3\u003e\n\u003cp\u003eConfirm that the installed sauna heater is an EOS Cubo Avantgarde model rated at 7.5 kW and 240 volts.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"mlhs-product__step\"\u003e\n\u003ch3\u003eMatch the Part Number\u003c\/h3\u003e\n\u003cp\u003eCompare EOS part number 20016850 with the service documentation, existing element or professional parts list.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"mlhs-product__step\"\u003e\n\u003ch3\u003eConfirm the Quantity Needed\u003c\/h3\u003e\n\u003cp\u003eDetermine whether one or multiple heating elements require replacement before placing the order.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INSTALLATION --\u003e\n\u003csection aria-labelledby=\"eos-element-installation\" class=\"mlhs-product__section\"\u003e\n\u003cdiv class=\"mlhs-product__section-intro\"\u003e\n\u003cspan class=\"mlhs-product__eyebrow\"\u003eProfessional Installation\u003c\/span\u003e\n\u003ch2 id=\"eos-element-installation\"\u003eHeating Element Replacement Requires Qualified Service\u003c\/h2\u003e\n\u003cp\u003eReplacing an electric sauna heater element involves high-voltage electrical connections, heater disassembly and testing. The heater must be fully disconnected from power before inspection or service.\u003c\/p\u003e\n\u003cp\u003eInstallation should be completed by a licensed electrician or qualified sauna-service professional who can confirm the failed component, inspect related wiring and follow the current EOS service instructions.\u003c\/p\u003e\n\u003cul class=\"mlhs-product__list\"\u003e\n\u003cli\u003eDisconnect and lock out electrical power before service\u003c\/li\u003e\n\u003cli\u003eConfirm the heater is cool before removing sauna stones\u003c\/li\u003e\n\u003cli\u003eInspect wiring, terminals and adjacent elements for damage\u003c\/li\u003e\n\u003cli\u003eInstall the element according to EOS instructions\u003c\/li\u003e\n\u003cli\u003eVerify resistance and electrical connections before operation\u003c\/li\u003e\n\u003cli\u003eReinstall sauna stones without forcing them against elements\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mlhs-product__notice\"\u003e\n\u003cp\u003e\u003cstrong\u003eSafety note:\u003c\/strong\u003e Do not energize the heater until the heating element, wiring, stones, protective components and heater enclosure have been correctly reassembled and inspected.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- RETURN POLICY --\u003e\n\u003csection aria-labelledby=\"eos-element-return-policy\" class=\"mlhs-product__section\"\u003e\n\u003cdiv class=\"mlhs-product__section-intro\"\u003e\n\u003cspan class=\"mlhs-product__eyebrow\"\u003eImportant Purchase Information\u003c\/span\u003e\n\u003ch2 id=\"eos-element-return-policy\"\u003eThis Replacement Part Is Nonreturnable\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mlhs-product__notice mlhs-product__notice--important\"\u003e\n\u003cp\u003e\u003cstrong\u003eFinal-sale replacement component:\u003c\/strong\u003e This heating element is not returnable. Verify the heater model, 7.5 kW output, 240V configuration, 1,250W element rating and EOS part number 20016850 before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHY BUY FROM MLHS --\u003e\n\u003csection aria-labelledby=\"why-buy-eos-element-mlhs\" class=\"mlhs-product__section\"\u003e\n\u003cdiv class=\"mlhs-product__section-intro\"\u003e\n\u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\u003ch2 id=\"why-buy-eos-element-mlhs\"\u003eWhy Order EOS Replacement Parts from My Luxury Home Spa?\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n\u003carticle class=\"mlhs-product__card\"\u003e\n\u003ch3\u003eCompatibility Assistance\u003c\/h3\u003e\n\u003cp\u003eSend us your heater model, voltage, output and part number before ordering if you need help comparing them with this listing.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"mlhs-product__card\"\u003e\n\u003ch3\u003eClear Product Details\u003c\/h3\u003e\n\u003cp\u003eWe clearly identify the element wattage, voltage, compatible heater family and nonreturnable status.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"mlhs-product__card\"\u003e\n\u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\u003cp\u003eOrder through My Luxury Home Spa using the secure payment options available during checkout.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection aria-labelledby=\"eos-element-faq\" class=\"mlhs-product__section\"\u003e\n\u003cdiv class=\"mlhs-product__section-intro\"\u003e\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e Frequently Asked Questions \u003c\/span\u003e\n\u003ch2 id=\"eos-element-faq\"\u003eEOS 20016850 Replacement Heating Element FAQ\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mlhs-product__faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the EOS 20016850?\u003c\/summary\u003e\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\u003cp\u003eIt is a 1,250-watt, 240-volt replacement heating element for compatible EOS Cubo Avantgarde 7.5 kW electric sauna heaters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich sauna heater uses EOS part 20016850?\u003c\/summary\u003e\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\u003cp\u003eThe part is listed for compatible EOS Cubo Avantgarde electric sauna heaters rated at 7.5 kW and 240 volts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the wattage of this heating element?\u003c\/summary\u003e\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\u003cp\u003eThe individual heating element is rated at 1,250 watts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this the complete 7.5 kW sauna heater?\u003c\/summary\u003e\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\u003cp\u003eNo. This listing is for one replacement heating element. It is not a complete sauna heater.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many elements do I need?\u003c\/summary\u003e\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\u003cp\u003eThe quantity depends on how many elements in the heater require replacement. Have the heater inspected and confirm the required quantity before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use this element in another EOS sauna heater?\u003c\/summary\u003e\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\u003cp\u003eDo not use it based only on appearance. The heater model, voltage, output and required EOS part number must match this listing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWho should install the heating element?\u003c\/summary\u003e\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\u003cp\u003eA licensed electrician or qualified sauna-service professional should diagnose the heater and install the replacement element according to EOS instructions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the EOS 20016850 be returned?\u003c\/summary\u003e\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\u003cp\u003eNo. This replacement part is nonreturnable. Verify compatibility and the required quantity before purchasing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection aria-labelledby=\"eos-element-help\" class=\"mlhs-product__cta\"\u003e\n\u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e Need Help Confirming the Correct Element? \u003c\/span\u003e\n\u003ch2 id=\"eos-element-help\"\u003eVerify Your EOS Heater Before Ordering\u003c\/h2\u003e\n\u003cp\u003eSend us a clear photo of the heater data plate along with the heater model, voltage, kilowatt rating and required part number. We will help you compare that information with this product listing.\u003c\/p\u003e\n\u003cdiv class=\"mlhs-product__buttons\"\u003e\n\u003ca href=\"\/pages\/contact-us\" class=\"mlhs-product__button mlhs-product__button--primary\"\u003e Request Product Assistance \u003c\/a\u003e \u003ca href=\"\/collections\/eos-sauna-heaters-controls\" class=\"mlhs-product__button mlhs-product__button--secondary\"\u003e Shop EOS Sauna Equipment \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA\nProduct and Offer schema should normally be generated by the\nShopify theme or Google \u0026 YouTube app to prevent conflicting\nprice and inventory information in Google Merchant Center.\n========================================================= --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50427726135525,"sku":"20016850","price":94.29,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-cubo-avantgarde-1250w-replacement-heating-element-240v-1243831.jpg?v=1784586006"},{"product_id":"eos-cubo-avantgarde-1250w-208v-heating-element-20016848","title":"EOS Cubo Avantgarde 1,250W Replacement Heating Element 208V","description":"\u003c!-- =========================================================\nMLHS | EOS 20016848 CUBO AVANTGARDE HEATING ELEMENT\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-muted: #65727b;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-danger: #943c35;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background:\n      linear-gradient(\n        120deg,\n        rgba(255, 255, 255, 0.98),\n        rgba(248, 242, 237, 0.96)\n      );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 54px;\n    height: 46px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 640px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--important {\n    border-left-color: var(--mlhs-danger);\n    background: #fff4f2;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    font-weight: 500;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    color: var(--mlhs-accent-dark);\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__hero {\n      border-radius: 18px;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003c!-- PRODUCT INTRODUCTION --\u003e\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-20016848-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Genuine EOS Sauna Heater Replacement Part\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016848-intro\"\u003e\n        208V Replacement Element for the EOS Cubo Avantgarde 7.5 kW Heater\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS 20016848 is a 1,250-watt, 208-volt replacement heating\n        element designed for compatible EOS Cubo Avantgarde 7.5 kW electric\n        sauna heaters.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Use this model-specific EOS component when servicing a compatible\n        Cubo Avantgarde heater that requires part number 20016848. Confirm the\n        heater model, electrical voltage, total kilowatt rating and required\n        replacement part before ordering.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key product information\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e1,250W element\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e208V rated\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eFor 7.5 kW Cubo Avantgarde\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eGenuine EOS component\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003ePart 20016848\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- QUICK OVERVIEW --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016848-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-20016848-overview\"\u003e\n          EOS Cubo Avantgarde Spare Heating Element\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          This replacement element is intended for compatible 7.5 kW EOS Cubo\n          Avantgarde sauna heaters operating on a 208-volt electrical supply.\n          The individual element is rated at 1,250 watts.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This listing is for a replacement heating element rather than a\n          complete sauna heater. Verify the required quantity with the\n          technician servicing the heater before placing an order.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"Product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003ePart number\u003c\/dt\u003e\n          \u003cdd\u003e20016848\u003c\/dd\u003e\n\n          \u003cdt\u003eComponent\u003c\/dt\u003e\n          \u003cdd\u003eReplacement heating element\u003c\/dd\u003e\n\n          \u003cdt\u003eElement output\u003c\/dt\u003e\n          \u003cdd\u003e1,250 watts\u003c\/dd\u003e\n\n          \u003cdt\u003eVoltage\u003c\/dt\u003e\n          \u003cdd\u003e208 volts\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater series\u003c\/dt\u003e\n          \u003cdd\u003eEOS Cubo Avantgarde\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater output\u003c\/dt\u003e\n          \u003cdd\u003e7.5 kW\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- KEY FEATURES --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016848-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016848-features\"\u003e\n        Purpose-Built for Compatible EOS Heater Service\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Heating elements must match the electrical design of the sauna heater.\n        The EOS 20016848 is identified by a specific voltage, wattage, heater\n        output and manufacturer part number.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e1250W\u003c\/div\u003e\n\n        \u003ch3\u003e1,250-Watt Output\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The individual replacement heating element is rated at 1,250 watts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e208V\u003c\/div\u003e\n\n        \u003ch3\u003e208-Volt Configuration\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Intended for the compatible 208-volt version of the Cubo Avantgarde\n          7.5 kW electric sauna heater.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eEOS\u003c\/div\u003e\n\n        \u003ch3\u003eGenuine EOS Part\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Identified as EOS part number 20016848 for compatible heater service\n          and replacement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COMPATIBILITY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016848-compatibility\"\u003e\n    \u003cdiv class=\"mlhs-product__compatibility\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Compatibility Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016848-compatibility\"\u003e\n        Confirm 208V Compatibility Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS 20016848 is listed for compatible Cubo Avantgarde electric\n        sauna heaters rated at 7.5 kW and configured for 208-volt electrical\n        service.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eListed Heater Configuration\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS Cubo Avantgarde heater series\u003c\/li\u003e\n            \u003cli\u003e7.5 kW total heater rating\u003c\/li\u003e\n            \u003cli\u003e208-volt electrical configuration\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eReplacement Part Identification\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS part number 20016848\u003c\/li\u003e\n            \u003cli\u003e1,250-watt element rating\u003c\/li\u003e\n            \u003cli\u003eReplacement heating element component\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eImportant:\u003c\/strong\u003e Do not substitute the similar\n          240-volt EOS element for this 208-volt component. Confirm the voltage\n          shown on the heater data plate and match EOS part number\n          \u003cstrong\u003e20016848\u003c\/strong\u003e before ordering.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 208V VS 240V --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-element-voltage-comparison\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eVoltage Selection\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-element-voltage-comparison\"\u003e\n        208V and 240V Heating Elements Are Not Interchangeable by Default\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Commercial and residential properties may use different electrical\n        supply configurations. Always select the replacement element that\n        matches the heater data plate, service documentation and required EOS\n        part number.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS Cubo Avantgarde heating element comparison\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eThis Product\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eDifferent EOS Version\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eEOS part number\u003c\/th\u003e\n            \u003ctd\u003e20016848\u003c\/td\u003e\n            \u003ctd\u003e20016850\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e208V\u003c\/td\u003e\n            \u003ctd\u003e240V\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElement rating\u003c\/th\u003e\n            \u003ctd\u003e1,250W\u003c\/td\u003e\n            \u003ctd\u003e1,250W\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eListed heater output\u003c\/th\u003e\n            \u003ctd\u003e7.5 kW\u003c\/td\u003e\n            \u003ctd\u003e7.5 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSelection guidance\u003c\/th\u003e\n            \u003ctd\u003e\n              Choose only when the heater requires EOS part 20016848 and a\n              208V element.\n            \u003c\/td\u003e\n            \u003ctd\u003e\n              Choose only when the heater requires EOS part 20016850 and a\n              240V element.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Similar product names and wattage ratings do not establish\n        compatibility. Match the voltage and manufacturer part number exactly.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016848-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016848-specifications\"\u003e\n        EOS 20016848 Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS replacement heating element specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016848\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel number\u003c\/th\u003e\n            \u003ctd\u003e20016848\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eElectric sauna heater replacement element\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElement output\u003c\/th\u003e\n            \u003ctd\u003e1,250 watts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e208 volts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater series\u003c\/th\u003e\n            \u003ctd\u003eEOS Cubo Avantgarde\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater output\u003c\/th\u003e\n            \u003ctd\u003e7.5 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct condition\u003c\/th\u003e\n            \u003ctd\u003eNew replacement component\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eReturn status\u003c\/th\u003e\n            \u003ctd\u003e\n              Nonreturnable replacement part. Verify compatibility before\n              ordering.\n            \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!-- PACKAGE CONTENTS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016848-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016848-included\"\u003eWhat Is Included?\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003e\n            EOS 20016848 1,250W, 208V replacement heating element\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eComplete Cubo Avantgarde sauna heater\u003c\/li\u003e\n          \u003cli\u003eAdditional replacement elements\u003c\/li\u003e\n          \u003cli\u003eSauna stones\u003c\/li\u003e\n          \u003cli\u003eSauna control system\u003c\/li\u003e\n          \u003cli\u003eElectrical wiring or breakers\u003c\/li\u003e\n          \u003cli\u003eInstallation or service labor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Product images may show the element from multiple angles or in an\n        installation context. This listing is for the replacement heating\n        element only.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- VERIFICATION --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016848-verification\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eBefore You Order\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016848-verification\"\u003e\n        How to Confirm the Correct EOS Heating Element\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Verify all equipment information before replacing an electrical sauna\n        heater component. The model family alone is not enough to confirm\n        compatibility.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eCheck the Heater Data Plate\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Confirm that the installed heater is an EOS Cubo Avantgarde model\n          rated at 7.5 kW and designed for 208-volt electrical service.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eMatch Part Number 20016848\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Compare the part number with the heater service manual, existing\n          component or parts list supplied by a qualified technician.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eConfirm the Required Quantity\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Have the heater diagnosed to determine how many elements require\n          replacement before placing the order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INSTALLATION --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016848-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProfessional Installation\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016848-installation\"\u003e\n        Heating Element Replacement Requires Qualified Electrical Service\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Servicing an electric sauna heater involves high-voltage electrical\n        connections, heater disassembly, component testing and correct\n        placement of sauna stones. The heater must be completely disconnected\n        from power before inspection or service.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Installation should be completed by a licensed electrician or\n        qualified sauna-service professional following the current EOS\n        instructions and all applicable electrical requirements.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eDisconnect and secure electrical power before servicing\u003c\/li\u003e\n        \u003cli\u003eAllow the heater and stones to cool completely\u003c\/li\u003e\n        \u003cli\u003eConfirm the failed component before replacement\u003c\/li\u003e\n        \u003cli\u003eInspect terminals, wiring and adjacent elements\u003c\/li\u003e\n        \u003cli\u003eInstall the element according to EOS documentation\u003c\/li\u003e\n        \u003cli\u003eReinstall sauna stones without compressing the elements\u003c\/li\u003e\n        \u003cli\u003eTest the completed installation before normal operation\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eSafety note:\u003c\/strong\u003e Do not energize the sauna heater until\n        all electrical connections, protective components, stones and exterior\n        panels have been properly reinstalled and inspected.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- RETURN INFORMATION --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016848-return-policy\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eImportant Purchase Information\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016848-return-policy\"\u003e\n        This Replacement Part Is Nonreturnable\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice mlhs-product__notice--important\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eFinal-sale replacement component:\u003c\/strong\u003e This heating\n        element cannot be returned. Confirm the Cubo Avantgarde heater model,\n        7.5 kW output, 208V configuration, 1,250W element rating and EOS part\n        number 20016848 before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY BUY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-20016848-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-20016848-mlhs\"\u003e\n        Why Order EOS Replacement Parts from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eCompatibility Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Send us the heater model, voltage, kilowatt rating and required EOS\n          part number if you need help comparing them with this listing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the listed voltage, wattage, heater series, application and\n          final-sale status before placing your order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016848-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016848-faq\"\u003e\n        EOS 20016848 Replacement Heating Element FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS 20016848?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a 1,250-watt, 208-volt replacement heating element for\n            compatible EOS Cubo Avantgarde 7.5 kW electric sauna heaters.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich sauna heater uses EOS part 20016848?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The part is listed for compatible EOS Cubo Avantgarde electric\n            sauna heaters rated at 7.5 kW and configured for 208 volts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the output of this heating element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The individual replacement element is rated at 1,250 watts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a complete 7.5 kW sauna heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This is a replacement heating element for a compatible sauna\n            heater. It is not a complete sauna heater.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Is EOS part 20016848 the same as the 240V part 20016850?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. EOS part 20016848 is identified for a 208V configuration,\n            while part 20016850 is identified for a 240V configuration. Match\n            the voltage and part number to the heater documentation.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow many replacement elements should I order?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The required quantity depends on the results of a professional\n            heater diagnosis. Confirm how many elements have failed before\n            ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWho should install the EOS heating element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            A licensed electrician or qualified sauna-service professional\n            should diagnose and service the heater according to EOS\n            instructions and local electrical requirements.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the EOS 20016848 heating element be returned?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This replacement component is nonreturnable. Verify the heater\n            model, voltage, wattage and part number before ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-20016848-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Need Help Confirming Compatibility?\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016848-help\"\u003e\n        Verify Your EOS Heater Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us a clear photo of the sauna heater data plate along with the\n        model, voltage, kilowatt rating and required part number. We will help\n        you compare that information with this product listing.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA\nProduct and Offer schema should normally be generated by the\nShopify theme or Google \u0026 YouTube app to avoid conflicting\nprice, currency and inventory information in Merchant Center.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS 20016848?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 20016848 is a 1,250-watt, 208-volt replacement heating element for compatible EOS Cubo Avantgarde 7.5 kW electric sauna heaters.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which sauna heater uses EOS part 20016848?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The part is listed for compatible EOS Cubo Avantgarde electric sauna heaters rated at 7.5 kW and configured for 208 volts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the output of the EOS 20016848 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The individual replacement element is rated at 1,250 watts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS 20016848 a complete 7.5 kW sauna heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This is a replacement heating element for a compatible sauna heater and not a complete sauna heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is EOS part 20016848 the same as the 240V part 20016850?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. EOS part 20016848 is identified for a 208V configuration, while part 20016850 is identified for a 240V configuration. Match the voltage and part number to the heater documentation.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How many EOS 20016848 replacement elements should be ordered?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The required quantity depends on the results of a professional heater diagnosis. Confirm how many elements have failed before ordering.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who should install the EOS 20016848 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A licensed electrician or qualified sauna-service professional should diagnose and service the heater according to EOS instructions and local electrical requirements.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 20016848 heating element be returned?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This replacement component is nonreturnable. Verify the heater model, voltage, wattage and part number before ordering.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50427780923621,"sku":"20016848","price":94.29,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-cubo-avantgarde-1250w-replacement-heating-element-208v-8887506.jpg?v=1784586008"},{"product_id":"eos-10m-sensor-extension-cable-touch-3-emotec-d-14-20016063","title":"EOS 10M Sensor Extension Cable for Touch 3 and Emotec D Controls","description":"\u003c!-- =========================================================\nMLHS | EOS 14-20016063 10M SENSOR EXTENSION CABLE\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-muted: #65727b;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-danger: #943c35;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background:\n      linear-gradient(\n        120deg,\n        rgba(255, 255, 255, 0.98),\n        rgba(248, 242, 237, 0.96)\n      );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 52px;\n    height: 46px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 15px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 640px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--important {\n    border-left-color: var(--mlhs-danger);\n    background: #fff4f2;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    font-weight: 500;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    color: var(--mlhs-accent-dark);\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__hero {\n      border-radius: 18px;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003c!-- PRODUCT INTRODUCTION --\u003e\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-14-20016063-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Genuine EOS Sauna Control Accessory\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-14-20016063-intro\"\u003e\n        Extend the Sensor Connection to Your EOS Relay Box\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS 14-20016063 is a 10-meter extension cable designed to extend\n        the connection between the sauna sensor and relay box in compatible\n        EOS Touch 3 and Emotec D control systems.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        This model-specific control accessory provides additional cable length\n        when the standard sensor cable does not accommodate the planned\n        relay-box location. Confirm the control family, required connection\n        and EOS part number before ordering.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key product information\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e10-meter cable\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eSensor to relay box\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eTouch 3 compatible\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eEmotec D compatible\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003ePart 14-20016063\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PRODUCT OVERVIEW --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-14-20016063-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-14-20016063-overview\"\u003e\n          EOS 10M Sensor Extension Cable\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Use this EOS extension cable when additional distance is required\n          between a compatible sauna sensor and relay box. The 10-meter cable\n          is identified for supported EOS Touch 3 and Emotec D control\n          installations.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This is a specialized sauna control component rather than a universal\n          electrical or networking cable. Verify compatibility with the\n          installed or planned EOS control system before purchase.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"Product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003ePart number\u003c\/dt\u003e\n          \u003cdd\u003e14-20016063\u003c\/dd\u003e\n\n          \u003cdt\u003eModel\u003c\/dt\u003e\n          \u003cdd\u003e14-20016063\u003c\/dd\u003e\n\n          \u003cdt\u003eCable length\u003c\/dt\u003e\n          \u003cdd\u003e10 meters\u003c\/dd\u003e\n\n          \u003cdt\u003eConnection\u003c\/dt\u003e\n          \u003cdd\u003eSensor to relay box\u003c\/dd\u003e\n\n          \u003cdt\u003eCompatibility\u003c\/dt\u003e\n          \u003cdd\u003eEOS Touch 3 and Emotec D controls\u003c\/dd\u003e\n\n          \u003cdt\u003eProduct type\u003c\/dt\u003e\n          \u003cdd\u003eSauna control extension cable\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- KEY FEATURES --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-14-20016063-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-14-20016063-features\"\u003e\n        Additional Reach for Compatible EOS Sensor Installations\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS 14-20016063 supports a specific control-system connection and\n        should be selected by part number and control compatibility.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e10M\u003c\/div\u003e\n\n        \u003ch3\u003eExtended Cable Length\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Provides 10 meters of cable length between the compatible sauna\n          sensor and EOS relay box.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eEOS\u003c\/div\u003e\n\n        \u003ch3\u003eModel-Specific Accessory\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Designed for supported EOS sauna control installations rather than\n          use as a universal sensor cable.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e✓\u003c\/div\u003e\n\n        \u003ch3\u003eDefined Control Compatibility\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Identified for sensor-to-relay-box connections involving EOS Touch 3\n          and Emotec D control systems.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COMPATIBILITY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-14-20016063-compatibility\"\u003e\n    \u003cdiv class=\"mlhs-product__compatibility\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Compatibility Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-14-20016063-compatibility\"\u003e\n        Confirm Your EOS Control Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS 14-20016063 extension cable is identified for use between the\n        sensor and relay box in compatible Touch 3 and Emotec D sauna control\n        systems.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eCompatible Control Families\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS Touch 3\u003c\/li\u003e\n            \u003cli\u003eEOS Emotec D\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eIntended Connection\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Extends the connection between the compatible sauna sensor and\n            relay box.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eBefore purchasing:\u003c\/strong\u003e Match EOS part number\n          \u003cstrong\u003e14-20016063\u003c\/strong\u003e to the control documentation, existing\n          cable or installer-supplied parts list.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 5M VS 10M GUIDANCE --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-sensor-cable-length-guide\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eCable Length Selection\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-sensor-cable-length-guide\"\u003e\n        Choose the Correct Sensor Extension Length\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        EOS offers sensor extension components in different lengths. Select the\n        part that matches the required cable route and manufacturer part number.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS sensor extension cable comparison\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eThis Product\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eShorter Version\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eEOS part number\u003c\/th\u003e\n            \u003ctd\u003e14-20016063\u003c\/td\u003e\n            \u003ctd\u003e14-20015195\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCable length\u003c\/th\u003e\n            \u003ctd\u003e10 meters\u003c\/td\u003e\n            \u003ctd\u003e5 meters\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eConnection\u003c\/th\u003e\n            \u003ctd\u003eSensor to relay box\u003c\/td\u003e\n            \u003ctd\u003eSensor to relay box\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eListed controls\u003c\/th\u003e\n            \u003ctd\u003eTouch 3 and Emotec D\u003c\/td\u003e\n            \u003ctd\u003eTouch 3 and Emotec D\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSelection guidance\u003c\/th\u003e\n            \u003ctd\u003e\n              Choose when the system requires the 10-meter EOS extension and\n              part number 14-20016063.\n            \u003c\/td\u003e\n            \u003ctd\u003e\n              Choose when a 5-meter extension is sufficient and the system\n              requires part number 14-20015195.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Do not select an extension cable by length alone. Confirm the exact EOS\n        part number and compatibility requirements before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-14-20016063-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-14-20016063-specifications\"\u003e\n        EOS 14-20016063 Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS sensor extension cable specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e14-20016063\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel number\u003c\/th\u003e\n            \u003ctd\u003e14-20016063\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eSauna control sensor extension cable\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCable length\u003c\/th\u003e\n            \u003ctd\u003e10 meters\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eConnection\u003c\/th\u003e\n            \u003ctd\u003eSauna sensor to relay box\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible control families\u003c\/th\u003e\n            \u003ctd\u003eEOS Touch 3 and EOS Emotec D\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct condition\u003c\/th\u003e\n            \u003ctd\u003eNew replacement component\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eReturn status\u003c\/th\u003e\n            \u003ctd\u003e\n              Nonreturnable replacement part. Verify compatibility before\n              ordering.\n            \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!-- PACKAGE CONTENTS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-14-20016063-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-14-20016063-included\"\u003eWhat Is Included?\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003e\n            One EOS 14-20016063 10-meter sensor extension cable\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eSauna control panel\u003c\/li\u003e\n          \u003cli\u003eRelay box\u003c\/li\u003e\n          \u003cli\u003eTemperature sensor\u003c\/li\u003e\n          \u003cli\u003eHumidity sensor\u003c\/li\u003e\n          \u003cli\u003eSauna heater\u003c\/li\u003e\n          \u003cli\u003eAdditional installation components\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Product images may show the extension cable for identification or\n        installation context. Only the cable specifically listed as included\n        is part of this product.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INSTALLATION PLANNING --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-14-20016063-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eInstallation Planning\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-14-20016063-installation\"\u003e\n        Verify the Sensor and Relay-Box Cable Route\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Sensor placement and control wiring affect the safe and accurate\n        operation of a sauna control system. Installation should follow the\n        current instructions supplied for the applicable EOS control.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eIdentify the Control\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Confirm that the system uses a compatible EOS Touch 3 or Emotec D\n          control configuration.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eMeasure the Cable Route\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Confirm that a 10-meter extension is appropriate for the planned\n          route between the sensor and relay box.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eMatch the Part Number\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Verify part number 14-20016063 in the EOS documentation or\n          installer-supplied equipment list before installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eInstallation note:\u003c\/strong\u003e Sauna control equipment should be\n        installed or serviced by a qualified professional familiar with the\n        applicable EOS system, manufacturer instructions and local\n        requirements.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- RETURN POLICY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-14-20016063-return-policy\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eImportant Purchase Information\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-14-20016063-return-policy\"\u003e\n        This Replacement Part Is Nonreturnable\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice mlhs-product__notice--important\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eFinal-sale replacement component:\u003c\/strong\u003e This cable cannot\n        be returned. Verify the 10-meter length, sensor-to-relay-box\n        application, compatible control family and EOS part number\n        14-20016063 before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY BUY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-14-20016063-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-14-20016063-mlhs\"\u003e\n        Why Order EOS Parts from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eCompatibility Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Send us your EOS control model and required part number if you need\n          help comparing them with this listing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Product Details\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the listed cable length, connection, compatible control\n          families and final-sale status before ordering.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-14-20016063-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-14-20016063-faq\"\u003e\n        EOS 14-20016063 Sensor Extension Cable FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS 14-20016063 used for?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a 10-meter extension cable used to extend the connection\n            between a compatible sauna sensor and relay box in supported EOS\n            Touch 3 and Emotec D control systems.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow long is the EOS 14-20016063 cable?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The extension cable is 10 meters long.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich EOS controls are compatible?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The cable is identified for compatible EOS Touch 3 and Emotec D\n            controls. Confirm the exact control model and required part number\n            before ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes this cable connect the sensor to the control panel?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The listed application is extending the connection between the\n            compatible sauna sensor and relay box.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a universal sauna sensor cable?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. It is a model-specific EOS accessory intended for supported\n            Touch 3 and Emotec D installations.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          What is the difference between EOS 14-20016063 and 14-20015195?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Both are listed for sensor-to-relay-box connections on compatible\n            Touch 3 and Emotec D controls. Part 14-20016063 is 10 meters long,\n            while part 14-20015195 is 5 meters long.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes this product include the sensor or relay box?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This listing is for the 10-meter extension cable only. The\n            sensor, relay box, control panel and sauna heater are not included.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the EOS 14-20016063 cable be returned?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This replacement component is nonreturnable. Verify the part\n            number, cable length and system compatibility before purchasing.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWho should install the extension cable?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Installation or control-system service should be completed by a\n            qualified professional following the applicable EOS instructions\n            and local requirements.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-14-20016063-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Need Help Confirming Compatibility?\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-14-20016063-help\"\u003e\n        Verify the EOS Part Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us your EOS control model, the required cable length and the part\n        number shown in your system documentation. We will help you compare\n        that information with this product listing.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA\nProduct and Offer schema should normally be generated by the\nShopify theme or Google \u0026 YouTube app to avoid conflicting\nprice, currency and availability information in Merchant Center.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS 14-20016063 used for?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 14-20016063 is a 10-meter extension cable used to extend the connection between a compatible sauna sensor and relay box in supported EOS Touch 3 and Emotec D control systems.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How long is the EOS 14-20016063 cable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The extension cable is 10 meters long.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which controls are compatible with EOS part 14-20016063?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The cable is identified for compatible EOS Touch 3 and Emotec D controls. Confirm the exact control model and required part number before ordering.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the EOS 14-20016063 connect the sensor to the control panel?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The listed application is extending the connection between the compatible sauna sensor and relay box.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS 14-20016063 a universal sauna sensor cable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. It is a model-specific EOS accessory intended for supported Touch 3 and Emotec D installations.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the difference between EOS 14-20016063 and 14-20015195?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Both are listed for sensor-to-relay-box connections on compatible Touch 3 and Emotec D controls. Part 14-20016063 is 10 meters long, while part 14-20015195 is 5 meters long.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the EOS 14-20016063 include the sensor or relay box?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This listing is for the 10-meter extension cable only. The sensor, relay box, control panel and sauna heater are not included.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 14-20016063 extension cable be returned?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This replacement component is nonreturnable. Verify the part number, cable length and system compatibility before purchasing.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who should install the EOS 14-20016063 extension cable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Installation or control-system service should be completed by a qualified professional following the applicable EOS instructions and local requirements.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50427822276837,"sku":"14-20016063","price":97.14,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-10m-sensor-extension-cable-for-touch-3-and-emotec-d-controls-1911908.jpg?v=1784586006"},{"product_id":"eos-round-sauna-hygrometer-polished-black-14-946036","title":"EOS Round Polished Black Sauna Hygrometer","description":"\u003c!-- =========================================================\nMLHS | EOS HYGROMETER 14-946036\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-muted: #65727b;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background:\n      linear-gradient(\n        120deg,\n        rgba(255, 255, 255, 0.98),\n        rgba(248, 242, 237, 0.96)\n      );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 54px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 620px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__highlight {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__highlight-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__highlight-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    font-weight: 500;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    color: var(--mlhs-accent-dark);\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__highlight-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__hero {\n      border-radius: 18px;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-hygrometer-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        EOS Sauna Climate Accessory\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-hygrometer-intro\"\u003e\n        Monitor Sauna Humidity with a Clear, Easy-to-Read Dial\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS Hygrometer is a round, wall-mounted sauna humidity gauge\n        designed to help you monitor moisture levels and better understand the\n        climate inside your sauna.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Its polished-black bezel, black face and contrasting dial create a\n        refined appearance that complements traditional and modern sauna\n        interiors. A blue highlighted range provides a quick visual reference,\n        while the full dial measures relative humidity from 0% to 100%.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key product information\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e0% to 100% humidity range\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eWall-mounted design\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003ePolished-black finish\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e3.9-inch diameter\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e2-year limited warranty\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-hygrometer-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-hygrometer-overview\"\u003e\n          A Dedicated Humidity Gauge for Sauna Environments\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          The EOS Hygrometer gives sauna users an at-a-glance reading of the\n          room's relative humidity. This can help you observe how water added\n          to the sauna stones changes the atmosphere throughout a session.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Unlike a thermometer, which measures temperature, a hygrometer\n          measures moisture in the air. Using both instruments provides a more\n          complete picture of the sauna climate.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"EOS hygrometer product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003eModel\u003c\/dt\u003e\n          \u003cdd\u003eHYGROMETER\u003c\/dd\u003e\n\n          \u003cdt\u003eSKU\u003c\/dt\u003e\n          \u003cdd\u003e14-946036\u003c\/dd\u003e\n\n          \u003cdt\u003eGauge type\u003c\/dt\u003e\n          \u003cdd\u003eSauna hygrometer\u003c\/dd\u003e\n\n          \u003cdt\u003eHumidity range\u003c\/dt\u003e\n          \u003cdd\u003e0% to 100%\u003c\/dd\u003e\n\n          \u003cdt\u003eInstallation\u003c\/dt\u003e\n          \u003cdd\u003eWall-mounted\u003c\/dd\u003e\n\n          \u003cdt\u003eFinish\u003c\/dt\u003e\n          \u003cdd\u003ePolished black\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-hygrometer-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-hygrometer-features\"\u003e\n        Practical Climate Monitoring with Refined EOS Styling\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eRH\u003c\/div\u003e\n\n        \u003ch3\u003eHumidity Monitoring\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Displays relative humidity across a full 0% to 100% measurement\n          range.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eVIEW\u003c\/div\u003e\n\n        \u003ch3\u003eEasy-Read Dial\u003c\/h3\u003e\n\n        \u003cp\u003e\n          A contrasting dial and blue highlighted range make readings easy to\n          review during a sauna session.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eWALL\u003c\/div\u003e\n\n        \u003ch3\u003eSpace-Saving Mounting\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The compact round gauge mounts to the sauna wall without taking up\n          bench or floor space.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-monitor-sauna-humidity\"\u003e\n    \u003cdiv class=\"mlhs-product__highlight\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eSauna Climate Guidance\u003c\/span\u003e\n\n      \u003ch2 id=\"why-monitor-sauna-humidity\"\u003e\n        Why Measure Humidity in a Sauna?\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Temperature alone does not fully describe how a sauna feels. Relative\n        humidity can change when water is poured over heated sauna stones,\n        producing a temporary rise in moisture and a stronger sensation of\n        heat.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__highlight-grid\"\u003e\n        \u003cdiv class=\"mlhs-product__highlight-item\"\u003e\n          \u003ch3\u003eTrack Changes During Bathing\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Observe how the sauna atmosphere changes before and after water is\n            added to the stones.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mlhs-product__highlight-item\"\u003e\n          \u003ch3\u003eLearn Your Preferred Climate\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Use the gauge as a reference when recreating the temperature and\n            humidity balance that feels most comfortable to you.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          The colored range on the dial is a visual reference. Personal\n          comfort, sauna design, temperature and bathing practices can all\n          affect the preferred humidity level.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"hygrometer-vs-thermometer\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eInstrument Comparison\u003c\/span\u003e\n\n      \u003ch2 id=\"hygrometer-vs-thermometer\"\u003e\n        Sauna Hygrometer vs. Sauna Thermometer\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The two gauges measure different parts of the sauna environment and\n        are often used together.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"Sauna hygrometer and thermometer comparison\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eInstrument\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eWhat It Measures\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eHow It Helps\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHygrometer\u003c\/th\u003e\n            \u003ctd\u003eRelative humidity in the sauna\u003c\/td\u003e\n            \u003ctd\u003e\n              Helps you monitor moisture levels and changes after water is\n              added to the stones.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eThermometer\u003c\/th\u003e\n            \u003ctd\u003eSauna air temperature\u003c\/td\u003e\n            \u003ctd\u003e\n              Helps you monitor the room temperature during heating and use.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eUsing Both\u003c\/th\u003e\n            \u003ctd\u003eTemperature and relative humidity\u003c\/td\u003e\n            \u003ctd\u003e\n              Provides a broader view of the sauna climate and bathing\n              conditions.\n            \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  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-hygrometer-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-hygrometer-specifications\"\u003e\n        EOS Hygrometer Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS hygrometer specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel\u003c\/th\u003e\n            \u003ctd\u003eHYGROMETER\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSKU \/ MPN\u003c\/th\u003e\n            \u003ctd\u003e14-946036\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eUPC\u003c\/th\u003e\n            \u003ctd\u003e652592097663\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eRound sauna hygrometer\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHumidity range\u003c\/th\u003e\n            \u003ctd\u003e0% to 100% relative humidity\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eFinish\u003c\/th\u003e\n            \u003ctd\u003ePolished black\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMounting type\u003c\/th\u003e\n            \u003ctd\u003eWall-mounted\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n            \u003ctd\u003e3.9 inches (10 cm)\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n            \u003ctd\u003e3.9 inches (10 cm)\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eDepth\u003c\/th\u003e\n            \u003ctd\u003e1.2 inches (3 cm)\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eWarranty\u003c\/th\u003e\n            \u003ctd\u003e\n              Limited 2-year warranty for consumer and commercial use\n            \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  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-hygrometer-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-hygrometer-included\"\u003eWhat Is Included?\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eEOS wall-mounted sauna hygrometer\u003c\/li\u003e\n          \u003cli\u003e2-year limited manufacturer warranty\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eSauna thermometer\u003c\/li\u003e\n          \u003cli\u003eCombined climate station\u003c\/li\u003e\n          \u003cli\u003eSauna heater or control system\u003c\/li\u003e\n          \u003cli\u003eProfessional installation services\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Product images may show the dial from different angles or within a\n        sauna setting. This listing is for the EOS hygrometer described above.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-hygrometer-placement\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePlacement Guidance\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-hygrometer-placement\"\u003e\n        Choose a Visible Wall Location\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Install the hygrometer where it can be read easily while following the\n        placement and mounting guidance supplied with the product.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eSelect the Location\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Choose a wall area where the dial remains visible and is not likely\n          to be struck by bathers or accessories.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eAvoid Extreme Placement\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Avoid placing the gauge directly above the heater or where it will\n          receive direct splashes of water.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eFollow the Instructions\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Mount and use the hygrometer according to the current EOS product\n          instructions.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Readings can vary based on placement because temperature and moisture\n        are not always distributed evenly throughout a sauna room.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-hygrometer-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-hygrometer-mlhs\"\u003e\n        Why Order from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the measurement range, dimensions, finish and installation\n          type before placing your order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSauna Product Support\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Contact us when you need help comparing EOS sauna accessories for\n          your room or project.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-hygrometer-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-hygrometer-faq\"\u003e\n        EOS Sauna Hygrometer FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat does the EOS Hygrometer measure?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It measures relative humidity inside the sauna across a range of\n            0% to 100%.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes this gauge measure sauna temperature?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This product is a hygrometer and measures humidity. A separate\n            sauna thermometer is required to measure temperature.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat are the dimensions?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The gauge measures approximately 3.9 inches wide, 3.9 inches high\n            and 1.2 inches deep.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat finish does the hygrometer have?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It has a polished-black bezel and black face with a contrasting\n            dial.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the EOS Hygrometer wall-mounted?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. It is designed as a compact wall-mounted sauna gauge.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhere should I install a sauna hygrometer?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Install it in a visible wall location according to the EOS\n            instructions. Avoid placing it directly above the heater or in an\n            area exposed to direct water splashes.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I use a hygrometer and thermometer together?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. The hygrometer measures humidity while a thermometer measures\n            temperature, giving you a broader view of the sauna climate.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat warranty is included?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The EOS Hygrometer is supported by a limited 2-year warranty for\n            consumer and commercial use.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-hygrometer-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Complete Your Sauna Setup\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-hygrometer-help\"\u003e\n        Monitor More Than Temperature Alone\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Add a dedicated humidity gauge to your sauna and gain a clearer view\n        of how heat, moisture and water-on-stone bathing affect the room\n        atmosphere.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA\nProduct and Offer schema should normally be generated by the\nShopify theme or Google \u0026 YouTube app to avoid conflicts with\nlive pricing, currency and availability in Merchant Center.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What does the EOS Hygrometer measure?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Hygrometer measures relative humidity inside the sauna across a range of 0% to 100%.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the EOS Hygrometer measure sauna temperature?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This product is a hygrometer and measures humidity. A separate sauna thermometer is required to measure temperature.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What are the dimensions of the EOS Hygrometer?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The gauge measures approximately 3.9 inches wide, 3.9 inches high and 1.2 inches deep.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What finish does the EOS Hygrometer have?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Hygrometer has a polished-black bezel and black face with a contrasting dial.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS Hygrometer wall-mounted?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. It is designed as a compact wall-mounted sauna humidity gauge.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Where should a sauna hygrometer be installed?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Install it in a visible wall location according to the EOS instructions. Avoid placing it directly above the heater or in an area exposed to direct water splashes.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can a sauna hygrometer and thermometer be used together?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. A hygrometer measures relative humidity while a thermometer measures temperature, giving users a broader view of the sauna climate.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What warranty is included with the EOS Hygrometer?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Hygrometer is supported by a limited 2-year warranty for consumer and commercial use.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50427868053733,"sku":"14-946036","price":104.29,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-round-polished-black-sauna-hygrometer-5037067.jpg?v=1784586008"},{"product_id":"eos-round-sauna-thermometer-fahrenheit-black-14-948908","title":"EOS Round Polished Black Sauna Thermometer","description":"\u003c!-- =========================================================\nMLHS | EOS THERMOMETER 14-948908\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-muted: #65727b;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background:\n      linear-gradient(\n        120deg,\n        rgba(255, 255, 255, 0.98),\n        rgba(248, 242, 237, 0.96)\n      );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 56px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 620px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__highlight {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__highlight-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__highlight-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    font-weight: 500;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    color: var(--mlhs-accent-dark);\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__highlight-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__hero {\n      border-radius: 18px;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003c!-- PRODUCT INTRODUCTION --\u003e\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-thermometer-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        EOS Sauna Temperature Gauge\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-thermometer-intro\"\u003e\n        Monitor Your Sauna Temperature with a Clear Fahrenheit Dial\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS Thermometer is a round, wall-mounted Fahrenheit sauna gauge\n        designed for clear temperature monitoring in high-heat sauna\n        environments.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        A polished-black bezel and black face contrast with the white dial\n        markings for convenient viewing. An orange highlighted temperature\n        zone adds a quick visual reference while complementing both\n        traditional and contemporary sauna interiors.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key product information\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eFahrenheit display\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e50°F to 250°F range\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eWall-mounted design\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003ePolished-black finish\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e2-year warranty\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PRODUCT OVERVIEW --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-thermometer-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-thermometer-overview\"\u003e\n          A Dedicated Temperature Gauge for Sauna Use\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          The EOS Thermometer gives sauna users a visible Fahrenheit\n          temperature reading during warm-up and bathing. Its compact round\n          design mounts directly to the sauna wall without using bench or\n          floor space.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This thermometer measures air temperature. For a broader view of the\n          sauna climate, pair it with a separate hygrometer that measures\n          relative humidity.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"EOS thermometer product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003eModel\u003c\/dt\u003e\n          \u003cdd\u003eTHERMOMETER\u003c\/dd\u003e\n\n          \u003cdt\u003eSKU \/ MPN\u003c\/dt\u003e\n          \u003cdd\u003e14-948908\u003c\/dd\u003e\n\n          \u003cdt\u003eMeasurement\u003c\/dt\u003e\n          \u003cdd\u003eTemperature\u003c\/dd\u003e\n\n          \u003cdt\u003eScale\u003c\/dt\u003e\n          \u003cdd\u003eFahrenheit\u003c\/dd\u003e\n\n          \u003cdt\u003eRange\u003c\/dt\u003e\n          \u003cdd\u003e50°F to 250°F\u003c\/dd\u003e\n\n          \u003cdt\u003eInstallation\u003c\/dt\u003e\n          \u003cdd\u003eWall-mounted\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- KEY FEATURES --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-thermometer-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-thermometer-features\"\u003e\n        Easy Temperature Monitoring with Refined EOS Styling\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Designed for sauna interiors, the EOS Thermometer combines a\n        high-temperature measurement range with a compact, easy-to-read\n        wall-mounted design.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e°F\u003c\/div\u003e\n\n        \u003ch3\u003eFahrenheit Temperature Scale\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Displays sauna temperature in Fahrenheit across a range of\n          approximately 50°F to 250°F.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eVIEW\u003c\/div\u003e\n\n        \u003ch3\u003eHigh-Contrast Dial\u003c\/h3\u003e\n\n        \u003cp\u003e\n          White markings contrast against the black face to support convenient\n          temperature checks during a sauna session.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eWALL\u003c\/div\u003e\n\n        \u003ch3\u003eCompact Wall Mounting\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The round gauge mounts to the sauna wall and occupies minimal space\n          inside the room.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- TEMPERATURE MONITORING --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-monitor-sauna-temperature\"\u003e\n    \u003cdiv class=\"mlhs-product__highlight\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eSauna Climate Monitoring\u003c\/span\u003e\n\n      \u003ch2 id=\"why-monitor-sauna-temperature\"\u003e\n        Why Use a Dedicated Sauna Thermometer?\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        A sauna thermometer provides a visible reference for the room\n        temperature during warm-up and use. This helps bathers observe how the\n        sauna responds to heater settings, ventilation, door openings and\n        bathing conditions.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__highlight-grid\"\u003e\n        \u003cdiv class=\"mlhs-product__highlight-item\"\u003e\n          \u003ch3\u003eTrack Sauna Warm-Up\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Follow the room temperature as the heater brings the sauna toward\n            the preferred bathing range.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mlhs-product__highlight-item\"\u003e\n          \u003ch3\u003eRecreate Preferred Sessions\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Use the temperature reading as a reference when recreating the\n            sauna climate that feels most comfortable.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          The thermometer is a monitoring accessory and does not control the\n          sauna heater. Always operate the heater through its approved control\n          system and follow the heater manufacturer's instructions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- THERMOMETER VS HYGROMETER --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"thermometer-vs-hygrometer\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eGauge Comparison\u003c\/span\u003e\n\n      \u003ch2 id=\"thermometer-vs-hygrometer\"\u003e\n        Sauna Thermometer vs. Sauna Hygrometer\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        A thermometer and hygrometer measure different parts of the sauna\n        environment. Many sauna owners use both.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"Sauna thermometer and hygrometer comparison\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eInstrument\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eWhat It Measures\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eHow It Helps\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eThermometer\u003c\/th\u003e\n            \u003ctd\u003eSauna air temperature\u003c\/td\u003e\n            \u003ctd\u003e\n              Helps users monitor room temperature during warm-up and bathing.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHygrometer\u003c\/th\u003e\n            \u003ctd\u003eRelative humidity\u003c\/td\u003e\n            \u003ctd\u003e\n              Helps users observe changes in moisture, including changes after\n              water is added to sauna stones.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eUsing Both\u003c\/th\u003e\n            \u003ctd\u003eTemperature and relative humidity\u003c\/td\u003e\n            \u003ctd\u003e\n              Provides a more complete view of the sauna's overall climate.\n            \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!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-thermometer-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-thermometer-specifications\"\u003e\n        EOS Thermometer Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS sauna thermometer specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel\u003c\/th\u003e\n            \u003ctd\u003eTHERMOMETER\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSKU \/ MPN\u003c\/th\u003e\n            \u003ctd\u003e14-948908\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eRound sauna thermometer\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMeasurement scale\u003c\/th\u003e\n            \u003ctd\u003eFahrenheit\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eTemperature range\u003c\/th\u003e\n            \u003ctd\u003eApproximately 50°F to 250°F\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eFinish\u003c\/th\u003e\n            \u003ctd\u003ePolished black\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMounting type\u003c\/th\u003e\n            \u003ctd\u003eWall-mounted\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n            \u003ctd\u003e3.9 inches (100 mm)\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n            \u003ctd\u003e3.9 inches (100 mm)\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eDepth\u003c\/th\u003e\n            \u003ctd\u003e1.2 inches (30 mm)\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eWarranty\u003c\/th\u003e\n            \u003ctd\u003e2-year limited manufacturer warranty\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!-- PACKAGE CONTENTS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-thermometer-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-thermometer-included\"\u003e\n        What Is Included?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eEOS wall-mounted Fahrenheit sauna thermometer\u003c\/li\u003e\n          \u003cli\u003e2-year limited manufacturer warranty\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eSauna hygrometer\u003c\/li\u003e\n          \u003cli\u003eCombination climate station\u003c\/li\u003e\n          \u003cli\u003eSauna heater\u003c\/li\u003e\n          \u003cli\u003eSauna control system\u003c\/li\u003e\n          \u003cli\u003eProfessional installation services\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Product images may show the thermometer from multiple angles or in a\n        sauna setting. This listing is for the EOS thermometer described\n        above.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PLACEMENT --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-thermometer-placement\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePlacement Guidance\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-thermometer-placement\"\u003e\n        Select a Visible and Representative Wall Location\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Sauna temperature can vary depending on height, heater location,\n        ventilation and room design. Install the thermometer according to the\n        current EOS instructions.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eChoose a Visible Location\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Select a wall position where the dial can be viewed easily without\n          interfering with seating or movement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eAvoid Direct Heater Exposure\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Do not mount the thermometer directly above the sauna heater unless\n          the manufacturer instructions specifically direct that placement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eFollow EOS Instructions\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Use the placement and mounting guidance supplied with the\n          thermometer for the most representative reading.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Readings may differ from the sauna control sensor because the two\n        devices can be installed at different heights and locations within the\n        room.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY BUY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-thermometer-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-thermometer-mlhs\"\u003e\n        Why Order from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the measurement scale, temperature range, dimensions and\n          mounting type before placing your order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSauna Product Support\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Contact us when you need help comparing EOS sauna accessories for\n          your home or commercial sauna project.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-thermometer-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-thermometer-faq\"\u003e\n        EOS Sauna Thermometer FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat does the EOS Thermometer measure?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It measures the air temperature inside the sauna and displays the\n            reading in degrees Fahrenheit.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the temperature range?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The thermometer measures approximately 50°F to 250°F.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the EOS Thermometer display Celsius?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            This model is identified as the Fahrenheit version. The dial\n            displays temperature in degrees Fahrenheit.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes this thermometer measure humidity?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. It measures temperature only. A separate hygrometer is\n            required to monitor relative humidity.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat are the thermometer dimensions?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It measures approximately 3.9 inches wide, 3.9 inches high and\n            1.2 inches deep.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the EOS Thermometer wall-mounted?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. It is designed as a compact, wall-mounted sauna gauge.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhere should a sauna thermometer be installed?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Install it in a visible wall location according to the EOS\n            instructions. Avoid placing it directly above the heater unless\n            the manufacturer specifically recommends that position.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Why might the thermometer reading differ from the sauna control?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Temperature varies by height and location. The wall thermometer\n            and the control sensor may be installed in different areas of the\n            sauna room.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat warranty is included?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The EOS Thermometer is supported by a 2-year limited manufacturer\n            warranty.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-thermometer-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Complete Your Sauna Setup\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-thermometer-help\"\u003e\n        Add a Clear Temperature Reference to Your Sauna\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Monitor sauna temperature with a dedicated Fahrenheit gauge designed\n        to complement traditional and modern sauna interiors.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA\nProduct and Offer schema should normally be generated by the\nShopify theme or Google \u0026 YouTube app to avoid conflicts with\nlive pricing, currency and availability in Merchant Center.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What does the EOS Thermometer measure?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Thermometer measures the air temperature inside the sauna and displays the reading in degrees Fahrenheit.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the temperature range of the EOS Thermometer?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The thermometer measures approximately 50 degrees Fahrenheit to 250 degrees Fahrenheit.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the EOS Thermometer display Celsius?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"This model is identified as the Fahrenheit version and displays temperature in degrees Fahrenheit.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the EOS Thermometer measure humidity?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The EOS Thermometer measures temperature only. A separate hygrometer is required to monitor relative humidity.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What are the dimensions of the EOS Thermometer?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The thermometer measures approximately 3.9 inches wide, 3.9 inches high and 1.2 inches deep.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS Thermometer wall-mounted?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. It is designed as a compact, wall-mounted sauna temperature gauge.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Where should the EOS Sauna Thermometer be installed?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Install it in a visible wall location according to the EOS instructions. Avoid placing it directly above the heater unless the manufacturer specifically recommends that position.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why might the wall thermometer reading differ from the sauna control?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Temperature varies by height and location. The wall thermometer and control sensor may be installed in different areas of the sauna room.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What warranty is included with the EOS Thermometer?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Thermometer is supported by a 2-year limited manufacturer warranty.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50427903246565,"sku":"14-948908","price":104.29,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-round-polished-black-sauna-thermometer-6634676.jpg?v=1784586006"},{"product_id":"eos-cubo-avantgarde-1500w-240v-heating-element-20016757","title":"EOS Cubo Avantgarde 1,500W Replacement Heating Element 240V","description":"\u003c!-- =========================================================\nMLHS | EOS 20016757 CUBO AVANTGARDE HEATING ELEMENT\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-muted: #65727b;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-danger: #943c35;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background:\n      linear-gradient(\n        120deg,\n        rgba(255, 255, 255, 0.98),\n        rgba(248, 242, 237, 0.96)\n      );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 58px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 640px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--important {\n    border-left-color: var(--mlhs-danger);\n    background: #fff4f2;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    font-weight: 500;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    color: var(--mlhs-accent-dark);\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__hero {\n      border-radius: 18px;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003c!-- PRODUCT INTRODUCTION --\u003e\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-20016757-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Genuine EOS Sauna Heater Replacement Part\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016757-intro\"\u003e\n        240V Replacement Element for the EOS Cubo Avantgarde 9 kW Heater\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS 20016757 is a 1,500-watt, 240-volt replacement heating\n        element designed for compatible EOS Cubo Avantgarde 9 kW electric\n        sauna heaters.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Use this genuine EOS component when servicing a compatible Cubo\n        Avantgarde heater that requires manufacturer part number 20016757.\n        Confirm the heater model, voltage, total kilowatt output and required\n        element rating before ordering.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key product information\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e1,500W element\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e240V rated\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eFor 9 kW Cubo Avantgarde\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eGenuine EOS component\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003ePart 20016757\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PRODUCT OVERVIEW --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016757-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-20016757-overview\"\u003e\n          EOS Cubo Avantgarde Spare Heating Element\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          This replacement component is intended for compatible EOS Cubo\n          Avantgarde sauna heaters with a total rated output of 9 kW and a\n          240-volt electrical configuration. The individual heating element\n          is rated at 1,500 watts.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This listing is for one replacement element rather than a complete\n          sauna heater. A qualified technician should diagnose the heater and\n          determine the correct number of elements required before purchase.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"Product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003ePart number\u003c\/dt\u003e\n          \u003cdd\u003e20016757\u003c\/dd\u003e\n\n          \u003cdt\u003eComponent\u003c\/dt\u003e\n          \u003cdd\u003eReplacement heating element\u003c\/dd\u003e\n\n          \u003cdt\u003eElement output\u003c\/dt\u003e\n          \u003cdd\u003e1,500 watts\u003c\/dd\u003e\n\n          \u003cdt\u003eVoltage\u003c\/dt\u003e\n          \u003cdd\u003e240 volts\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater series\u003c\/dt\u003e\n          \u003cdd\u003eEOS Cubo Avantgarde\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater output\u003c\/dt\u003e\n          \u003cdd\u003e9 kW\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016757-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016757-features\"\u003e\n        Model-Specific Replacement for Compatible EOS Heaters\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Electric sauna heating elements must match the heater's electrical\n        design. The EOS 20016757 is identified by a specific wattage, voltage,\n        heater family and manufacturer part number.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e1500W\u003c\/div\u003e\n\n        \u003ch3\u003e1,500-Watt Output\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The individual replacement heating element is rated at 1,500 watts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e240V\u003c\/div\u003e\n\n        \u003ch3\u003e240-Volt Configuration\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Intended for the compatible 240-volt Cubo Avantgarde 9 kW sauna\n          heater configuration.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eEOS\u003c\/div\u003e\n\n        \u003ch3\u003eGenuine EOS Component\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Identified by EOS part number 20016757 for compatible sauna heater\n          service and repair.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COMPATIBILITY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016757-compatibility\"\u003e\n    \u003cdiv class=\"mlhs-product__compatibility\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Compatibility Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016757-compatibility\"\u003e\n        Confirm the Heater Model, Voltage and Output\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS 20016757 is listed for compatible EOS Cubo Avantgarde\n        electric sauna heaters rated at 9 kW and configured for 240-volt\n        electrical service.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eListed Heater Configuration\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS Cubo Avantgarde heater series\u003c\/li\u003e\n            \u003cli\u003e9 kW total heater output\u003c\/li\u003e\n            \u003cli\u003e240-volt electrical configuration\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eReplacement Part Identification\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS part number 20016757\u003c\/li\u003e\n            \u003cli\u003e1,500-watt individual element\u003c\/li\u003e\n            \u003cli\u003eReplacement heating element component\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eBefore purchasing:\u003c\/strong\u003e Match part number\n          \u003cstrong\u003e20016757\u003c\/strong\u003e to the heater data plate, EOS service\n          documentation, existing component or technician-supplied parts list.\n          Similar Cubo Avantgarde heaters may use different elements.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- MODEL COMPARISON --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-element-output-comparison\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eElement Selection\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-element-output-comparison\"\u003e\n        Do Not Select a Heating Element by Appearance Alone\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        EOS Cubo Avantgarde heaters are available in different total outputs\n        and electrical configurations. Each replacement element must match the\n        heater specifications and required manufacturer part number.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS Cubo Avantgarde element comparison\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eThis Product\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eOther EOS Element Example\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eEOS part number\u003c\/th\u003e\n            \u003ctd\u003e20016757\u003c\/td\u003e\n            \u003ctd\u003e20016850\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eListed heater output\u003c\/th\u003e\n            \u003ctd\u003e9 kW\u003c\/td\u003e\n            \u003ctd\u003e7.5 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e240V\u003c\/td\u003e\n            \u003ctd\u003e240V\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIndividual element output\u003c\/th\u003e\n            \u003ctd\u003e1,500W\u003c\/td\u003e\n            \u003ctd\u003e1,250W\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSelection guidance\u003c\/th\u003e\n            \u003ctd\u003e\n              Choose only when the heater requires EOS part 20016757.\n            \u003c\/td\u003e\n            \u003ctd\u003e\n              Choose only when the heater requires EOS part 20016850.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        The same voltage does not make two heating elements interchangeable.\n        Match the heater output, element wattage and EOS part number exactly.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016757-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016757-specifications\"\u003e\n        EOS 20016757 Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS replacement heating element specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016757\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel number\u003c\/th\u003e\n            \u003ctd\u003e20016757\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eElectric sauna heater replacement element\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElement output\u003c\/th\u003e\n            \u003ctd\u003e1,500 watts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e240 volts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater series\u003c\/th\u003e\n            \u003ctd\u003eEOS Cubo Avantgarde\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater output\u003c\/th\u003e\n            \u003ctd\u003e9 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eQuantity\u003c\/th\u003e\n            \u003ctd\u003eOne replacement heating element per quantity ordered\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eReturn status\u003c\/th\u003e\n            \u003ctd\u003e\n              Nonreturnable replacement part. Verify compatibility before\n              ordering.\n            \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!-- PACKAGE CONTENTS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016757-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016757-included\"\u003eWhat Is Included?\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003e\n            One EOS 20016757 1,500W, 240V replacement heating element\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eComplete Cubo Avantgarde sauna heater\u003c\/li\u003e\n          \u003cli\u003eAdditional heating elements\u003c\/li\u003e\n          \u003cli\u003eSauna stones\u003c\/li\u003e\n          \u003cli\u003eSauna control system\u003c\/li\u003e\n          \u003cli\u003eElectrical wiring or breakers\u003c\/li\u003e\n          \u003cli\u003eInstallation or service labor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Product images may show the component from multiple angles or in an\n        installation context. This listing is for the replacement heating\n        element only.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- VERIFICATION --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016757-verification\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eBefore You Order\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016757-verification\"\u003e\n        How to Confirm the Correct EOS Element\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Verify the full heater configuration before purchasing an electrical\n        replacement component. The heater family or physical appearance alone\n        is not enough to establish compatibility.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eCheck the Heater Data Plate\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Confirm that the installed heater is an EOS Cubo Avantgarde model\n          rated at 9 kW and designed for 240-volt electrical service.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eMatch Part Number 20016757\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Compare the part number with the EOS service documentation, existing\n          element or parts list supplied by a qualified technician.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eConfirm the Required Quantity\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Have the heater diagnosed to determine whether one or multiple\n          heating elements require replacement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INSTALLATION --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016757-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProfessional Installation\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016757-installation\"\u003e\n        Heating Element Replacement Requires Qualified Service\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Replacing an electric sauna heating element involves high-voltage\n        electrical connections, heater disassembly, component testing and\n        correct sauna-stone placement. The heater must be completely\n        disconnected from power before inspection or service.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Installation should be completed by a licensed electrician or\n        qualified sauna-service professional following current EOS\n        instructions and all applicable electrical requirements.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eDisconnect and secure electrical power before servicing\u003c\/li\u003e\n        \u003cli\u003eAllow the heater and sauna stones to cool completely\u003c\/li\u003e\n        \u003cli\u003eConfirm the failed component before replacement\u003c\/li\u003e\n        \u003cli\u003eInspect terminals, wiring and adjacent elements\u003c\/li\u003e\n        \u003cli\u003eInstall the element according to EOS documentation\u003c\/li\u003e\n        \u003cli\u003eReinstall sauna stones without forcing them against elements\u003c\/li\u003e\n        \u003cli\u003eInspect and test the completed installation before use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eSafety note:\u003c\/strong\u003e Do not energize the heater until all\n        wiring, protective components, stones and exterior panels have been\n        properly reassembled and inspected.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- RETURN POLICY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016757-return-policy\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eImportant Purchase Information\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016757-return-policy\"\u003e\n        This Replacement Part Is Nonreturnable\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice mlhs-product__notice--important\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eFinal-sale replacement component:\u003c\/strong\u003e This heating\n        element cannot be returned. Confirm the Cubo Avantgarde heater model,\n        9 kW output, 240V configuration, 1,500W element rating and EOS part\n        number 20016757 before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY BUY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-20016757-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-20016757-mlhs\"\u003e\n        Why Order EOS Replacement Parts from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eCompatibility Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Send us the heater model, voltage, kilowatt rating and required EOS\n          part number if you need help comparing them with this listing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the listed voltage, wattage, heater application and\n          nonreturnable status before placing your order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016757-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016757-faq\"\u003e\n        EOS 20016757 Replacement Heating Element FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS 20016757?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a 1,500-watt, 240-volt replacement heating element for\n            compatible EOS Cubo Avantgarde 9 kW electric sauna heaters.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich sauna heater uses EOS part 20016757?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The part is listed for compatible EOS Cubo Avantgarde electric\n            sauna heaters rated at 9 kW and configured for 240 volts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the output of this heating element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The individual replacement heating element is rated at 1,500\n            watts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a complete 9 kW sauna heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This listing is for one replacement heating element. It is not\n            a complete sauna heater.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Is EOS part 20016757 interchangeable with a 1,250W element?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No compatibility should be assumed. Match the heater output,\n            voltage, individual element wattage and EOS part number to the\n            heater documentation.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow many replacement elements should I order?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The required quantity depends on the heater diagnosis. Confirm how\n            many elements have failed before placing the order.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWho should install the EOS heating element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            A licensed electrician or qualified sauna-service professional\n            should diagnose and service the heater according to EOS\n            instructions and applicable electrical requirements.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the EOS 20016757 be returned?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This replacement component is nonreturnable. Verify the heater\n            model, voltage, wattage and required part number before ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-20016757-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Need Help Confirming Compatibility?\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016757-help\"\u003e\n        Verify Your EOS Heater Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us a clear photo of the sauna heater data plate along with the\n        heater model, voltage, kilowatt rating and required part number. We\n        will help you compare that information with this product listing.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA\nProduct and Offer schema should normally be generated by the\nShopify theme or Google \u0026 YouTube app to prevent conflicting\nprice, inventory and availability information.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS 20016757?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 20016757 is a 1,500-watt, 240-volt replacement heating element for compatible EOS Cubo Avantgarde 9 kW electric sauna heaters.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which sauna heater uses EOS part 20016757?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The part is listed for compatible EOS Cubo Avantgarde electric sauna heaters rated at 9 kW and configured for 240 volts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the output of the EOS 20016757 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The individual replacement heating element is rated at 1,500 watts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS 20016757 a complete 9 kW sauna heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This listing is for one replacement heating element and not a complete sauna heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is EOS part 20016757 interchangeable with a 1,250-watt element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No compatibility should be assumed. Match the heater output, voltage, individual element wattage and EOS part number to the heater documentation.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How many EOS 20016757 heating elements should be ordered?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The required quantity depends on the heater diagnosis. Confirm how many elements have failed before placing the order.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who should install the EOS 20016757 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A licensed electrician or qualified sauna-service professional should diagnose and service the heater according to EOS instructions and applicable electrical requirements.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 20016757 heating element be returned?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This replacement component is nonreturnable. Verify the heater model, voltage, wattage and required part number before ordering.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50428813869285,"sku":"20016757","price":104.29,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-cubo-avantgarde-1500w-replacement-heating-element-240v-7871407.jpg?v=1784586007"},{"product_id":"eos-cubo-avantgarde-1500w-208v-heating-element-20016476","title":"EOS Cubo Avantgarde 1,500W Replacement Heating Element 208V","description":"\u003c!-- =========================================================\nMLHS | EOS 20016476 CUBO AVANTGARDE HEATING ELEMENT\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-danger: #943c35;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background: linear-gradient(\n      120deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(248, 242, 237, 0.96)\n    );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 58px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 640px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--important {\n    border-left-color: var(--mlhs-danger);\n    background: #fff4f2;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    color: var(--mlhs-accent-dark);\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-20016476-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Genuine EOS Sauna Heater Replacement Part\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016476-intro\"\u003e\n        208V Replacement Element for EOS Cubo Avantgarde Heaters\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS 20016476 is a 1,500-watt, 208-volt replacement heating\n        element designed for compatible EOS Cubo Avantgarde 9 kW and\n        10.5 kW electric sauna heaters.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Use this genuine EOS component when servicing a compatible heater that\n        requires manufacturer part number 20016476. Confirm the heater model,\n        voltage, total kilowatt rating and required element wattage before\n        ordering.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key product information\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e1,500W element\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e208V rated\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eFor 9 kW heaters\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eFor 10.5 kW heaters\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003ePart 20016476\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016476-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-20016476-overview\"\u003e\n          EOS Cubo Avantgarde Spare Heating Element\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          This replacement element is intended for compatible EOS Cubo\n          Avantgarde heaters with a 208-volt electrical configuration and a\n          total heater rating of either 9 kW or 10.5 kW. The individual\n          element is rated at 1,500 watts.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This listing is for one replacement heating element rather than a\n          complete sauna heater. A qualified technician should diagnose the\n          heater and confirm the required replacement quantity.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"Product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003ePart number\u003c\/dt\u003e\n          \u003cdd\u003e20016476\u003c\/dd\u003e\n\n          \u003cdt\u003eComponent\u003c\/dt\u003e\n          \u003cdd\u003eReplacement heating element\u003c\/dd\u003e\n\n          \u003cdt\u003eElement output\u003c\/dt\u003e\n          \u003cdd\u003e1,500 watts\u003c\/dd\u003e\n\n          \u003cdt\u003eVoltage\u003c\/dt\u003e\n          \u003cdd\u003e208 volts\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater series\u003c\/dt\u003e\n          \u003cdd\u003eEOS Cubo Avantgarde\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater output\u003c\/dt\u003e\n          \u003cdd\u003e9 kW or 10.5 kW\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016476-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016476-features\"\u003e\n        Model-Specific Replacement for Compatible EOS Heaters\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Sauna heating elements must match the electrical and mechanical design\n        of the heater. The EOS 20016476 is identified by its voltage, wattage,\n        heater family and manufacturer part number.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e1500W\u003c\/div\u003e\n\n        \u003ch3\u003e1,500-Watt Output\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The individual replacement heating element is rated at 1,500 watts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e208V\u003c\/div\u003e\n\n        \u003ch3\u003e208-Volt Configuration\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Intended for compatible 208-volt EOS Cubo Avantgarde heater\n          configurations.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eEOS\u003c\/div\u003e\n\n        \u003ch3\u003eGenuine EOS Component\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Identified by EOS manufacturer part number 20016476 for compatible\n          heater service and repair.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016476-compatibility\"\u003e\n    \u003cdiv class=\"mlhs-product__compatibility\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Compatibility Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016476-compatibility\"\u003e\n        Confirm the Heater Output and 208V Configuration\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS 20016476 is listed for compatible EOS Cubo Avantgarde electric\n        sauna heaters rated at either 9 kW or 10.5 kW and configured for\n        208-volt electrical service.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eListed Heater Configurations\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS Cubo Avantgarde heater series\u003c\/li\u003e\n            \u003cli\u003e9 kW total heater output\u003c\/li\u003e\n            \u003cli\u003e10.5 kW total heater output\u003c\/li\u003e\n            \u003cli\u003e208-volt electrical configuration\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eReplacement Part Identification\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS part number 20016476\u003c\/li\u003e\n            \u003cli\u003e1,500-watt individual element\u003c\/li\u003e\n            \u003cli\u003eReplacement heating element component\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eBefore purchasing:\u003c\/strong\u003e Match EOS part number\n          \u003cstrong\u003e20016476\u003c\/strong\u003e to the heater data plate, service\n          documentation, existing element or technician-supplied parts list.\n          Do not rely on appearance alone.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016476-voltage-guide\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eVoltage Selection\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016476-voltage-guide\"\u003e\n        Match the Heating Element to the Heater Voltage\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        A replacement element with the same wattage is not automatically\n        compatible if the voltage or manufacturer part number is different.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS Cubo Avantgarde heating element comparison\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eThis Product\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eDifferent EOS Element\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eEOS part number\u003c\/th\u003e\n            \u003ctd\u003e20016476\u003c\/td\u003e\n            \u003ctd\u003e20016757\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e208V\u003c\/td\u003e\n            \u003ctd\u003e240V\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElement output\u003c\/th\u003e\n            \u003ctd\u003e1,500W\u003c\/td\u003e\n            \u003ctd\u003e1,500W\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eListed heater output\u003c\/th\u003e\n            \u003ctd\u003e9 kW or 10.5 kW\u003c\/td\u003e\n            \u003ctd\u003e9 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSelection guidance\u003c\/th\u003e\n            \u003ctd\u003e\n              Choose only when the heater requires EOS part 20016476 and a\n              208V element.\n            \u003c\/td\u003e\n            \u003ctd\u003e\n              Choose only when the heater requires EOS part 20016757 and a\n              240V element.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Do not substitute a 240V element for this 208V replacement component.\n        Match the voltage, wattage, heater output and EOS part number exactly.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016476-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016476-specifications\"\u003e\n        EOS 20016476 Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS replacement heating element specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016476\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel number\u003c\/th\u003e\n            \u003ctd\u003e20016476\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eElectric sauna heater replacement element\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElement output\u003c\/th\u003e\n            \u003ctd\u003e1,500 watts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e208 volts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater series\u003c\/th\u003e\n            \u003ctd\u003eEOS Cubo Avantgarde\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater outputs\u003c\/th\u003e\n            \u003ctd\u003e9 kW and 10.5 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eQuantity\u003c\/th\u003e\n            \u003ctd\u003eOne replacement heating element per quantity ordered\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eReturn status\u003c\/th\u003e\n            \u003ctd\u003e\n              Nonreturnable replacement part. Verify compatibility before\n              ordering.\n            \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  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016476-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016476-included\"\u003eWhat Is Included?\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003e\n            One EOS 20016476 1,500W, 208V replacement heating element\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eComplete Cubo Avantgarde sauna heater\u003c\/li\u003e\n          \u003cli\u003eAdditional heating elements\u003c\/li\u003e\n          \u003cli\u003eSauna stones\u003c\/li\u003e\n          \u003cli\u003eSauna control system\u003c\/li\u003e\n          \u003cli\u003eElectrical wiring or breakers\u003c\/li\u003e\n          \u003cli\u003eInstallation or service labor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016476-verification\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eBefore You Order\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016476-verification\"\u003e\n        How to Confirm the Correct EOS Heating Element\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Verify the complete heater configuration before purchasing an\n        electrical replacement component.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eCheck the Heater Data Plate\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Confirm that the heater is an EOS Cubo Avantgarde model rated at\n          9 kW or 10.5 kW and configured for 208-volt service.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eMatch Part Number 20016476\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Compare the part number with EOS documentation, the existing\n          component or a parts list supplied by a qualified technician.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eConfirm the Required Quantity\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Have the heater diagnosed to determine whether one or multiple\n          heating elements require replacement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016476-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProfessional Installation\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016476-installation\"\u003e\n        Heating Element Replacement Requires Qualified Service\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Replacing an electric sauna heating element involves high-voltage\n        electrical connections, heater disassembly, component testing and\n        correct sauna-stone placement. The heater must be fully disconnected\n        from power before inspection or service.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Installation should be completed by a licensed electrician or\n        qualified sauna-service professional following current EOS\n        instructions and applicable electrical requirements.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eDisconnect and secure electrical power before servicing\u003c\/li\u003e\n        \u003cli\u003eAllow the heater and stones to cool completely\u003c\/li\u003e\n        \u003cli\u003eConfirm the failed component before replacement\u003c\/li\u003e\n        \u003cli\u003eInspect wiring, terminals and adjacent elements\u003c\/li\u003e\n        \u003cli\u003eInstall the replacement according to EOS documentation\u003c\/li\u003e\n        \u003cli\u003eReinstall sauna stones without damaging the elements\u003c\/li\u003e\n        \u003cli\u003eInspect and test the completed installation before use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eSafety note:\u003c\/strong\u003e Do not energize the sauna heater until\n        all wiring, protective components, stones and exterior panels have\n        been correctly reinstalled and inspected.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016476-return-policy\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eImportant Purchase Information\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016476-return-policy\"\u003e\n        This Replacement Part Is Nonreturnable\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice mlhs-product__notice--important\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eFinal-sale replacement component:\u003c\/strong\u003e This heating\n        element cannot be returned. Confirm the Cubo Avantgarde heater model,\n        9 kW or 10.5 kW output, 208V configuration, 1,500W element rating and\n        EOS part number 20016476 before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-20016476-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-20016476-mlhs\"\u003e\n        Why Order EOS Replacement Parts from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eCompatibility Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Send us the heater model, voltage, kilowatt rating and required EOS\n          part number when you need help comparing them with this listing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the voltage, wattage, heater application and final-sale\n          status before placing your order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016476-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016476-faq\"\u003e\n        EOS 20016476 Replacement Heating Element FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS 20016476?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a 1,500-watt, 208-volt replacement heating element for\n            compatible EOS Cubo Avantgarde 9 kW and 10.5 kW electric sauna\n            heaters.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich sauna heaters use EOS part 20016476?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The part is listed for compatible EOS Cubo Avantgarde heaters\n            rated at 9 kW or 10.5 kW and configured for 208 volts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the output of this heating element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The individual replacement heating element is rated at\n            1,500 watts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a complete sauna heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This listing is for one replacement heating element and not a\n            complete EOS sauna heater.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Is EOS 20016476 the same as the 240V part 20016757?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. EOS 20016476 is a 208V replacement element. EOS 20016757 is a\n            240V replacement element. Match the voltage and manufacturer part\n            number to the heater documentation.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan this element fit both 9 kW and 10.5 kW heaters?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is listed for compatible Cubo Avantgarde heaters in both\n            9 kW and 10.5 kW configurations. The heater must also require\n            208V EOS part number 20016476.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow many replacement elements should I order?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The required quantity depends on the heater diagnosis. Confirm how\n            many elements require replacement before ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWho should install this replacement element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            A licensed electrician or qualified sauna-service professional\n            should diagnose and service the heater according to EOS\n            instructions and applicable electrical requirements.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the EOS 20016476 be returned?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This replacement component is nonreturnable. Verify the heater\n            model, voltage, output and required part number before ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-20016476-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Need Help Confirming Compatibility?\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016476-help\"\u003e\n        Verify Your EOS Heater Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us a clear photo of the heater data plate along with the heater\n        model, voltage, kilowatt rating and required part number. We will help\n        you compare that information with this product listing.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA\nProduct and Offer schema should normally be generated by the\nShopify theme or Google \u0026 YouTube app to avoid conflicting\nprice, currency and availability information.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS 20016476?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 20016476 is a 1,500-watt, 208-volt replacement heating element for compatible EOS Cubo Avantgarde 9 kW and 10.5 kW electric sauna heaters.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which sauna heaters use EOS part 20016476?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The part is listed for compatible EOS Cubo Avantgarde heaters rated at 9 kW or 10.5 kW and configured for 208 volts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the output of the EOS 20016476 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The individual replacement heating element is rated at 1,500 watts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS 20016476 a complete sauna heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This listing is for one replacement heating element and not a complete EOS sauna heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is EOS 20016476 the same as the 240V part 20016757?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. EOS 20016476 is a 208V replacement element, while EOS 20016757 is a 240V replacement element. Match the voltage and manufacturer part number to the heater documentation.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can EOS 20016476 fit both 9 kW and 10.5 kW heaters?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"It is listed for compatible Cubo Avantgarde heaters in both 9 kW and 10.5 kW configurations. The heater must also require 208V EOS part number 20016476.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How many EOS 20016476 heating elements should be ordered?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The required quantity depends on the heater diagnosis. Confirm how many elements require replacement before ordering.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who should install the EOS 20016476 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A licensed electrician or qualified sauna-service professional should diagnose and service the heater according to EOS instructions and applicable electrical requirements.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 20016476 heating element be returned?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This replacement component is nonreturnable. Verify the heater model, voltage, output and required part number before ordering.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50428816621797,"sku":"20016476","price":104.29,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-cubo-avantgarde-1500w-replacement-heating-element-208v-8413806.jpg?v=1784586007"},{"product_id":"eos-invisio-midi-stainless-steel-safety-grill-14-69900","title":"EOS Invisio Midi Stainless Steel Safety Grill","description":"\u003c!-- =========================================================\nMLHS | EOS INVISIO MIDI SAFETY GRILL 14-69900\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background: linear-gradient(\n      120deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(248, 242, 237, 0.96)\n    );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 58px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 620px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003c!-- PRODUCT INTRODUCTION --\u003e\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-invisio-grill-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        EOS Invisio Midi Heater Accessory\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-invisio-grill-intro\"\u003e\n        Protective Stainless Steel Cover for the Invisio Midi Heater\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS Invisio Midi Safety Grill securely fastens across the top of a\n        compatible Invisio Midi sauna heater to help reduce accidental contact\n        with the hot heater.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Designed specifically for the concealed Invisio Midi heater system,\n        this durable stainless-steel grill provides a finished protective\n        barrier while maintaining a coordinated appearance with the heater.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key product information\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eInvisio Midi compatible\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eStainless-steel construction\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e47.2-inch width\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e3.9-inch depth\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eEOS part 14-69900\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- OVERVIEW --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-invisio-grill-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-invisio-grill-overview\"\u003e\n          Purpose-Built Protection for a Concealed Sauna Heater\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          EOS Invisio Midi heaters are designed for concealed installation\n          beneath or behind sauna benching. The safety grill is installed over\n          the heater opening, creating a protective cover between bathers and\n          the heated equipment below.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This accessory is model-specific and should only be used with an\n          approved EOS Invisio Midi heater installation. Confirm the heater\n          model, opening dimensions and part number before ordering.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"EOS Invisio Midi Safety Grill summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003eModel\u003c\/dt\u003e\n          \u003cdd\u003eInvisio Midi Safety Grill\u003c\/dd\u003e\n\n          \u003cdt\u003eSKU \/ MPN\u003c\/dt\u003e\n          \u003cdd\u003e14-69900\u003c\/dd\u003e\n\n          \u003cdt\u003eProduct type\u003c\/dt\u003e\n          \u003cdd\u003eSauna heater safety grill\u003c\/dd\u003e\n\n          \u003cdt\u003eCompatibility\u003c\/dt\u003e\n          \u003cdd\u003eEOS Invisio Midi heaters\u003c\/dd\u003e\n\n          \u003cdt\u003eMaterial\u003c\/dt\u003e\n          \u003cdd\u003eStainless steel\u003c\/dd\u003e\n\n          \u003cdt\u003eMounting area\u003c\/dt\u003e\n          \u003cdd\u003eTop of heater opening\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-invisio-grill-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-invisio-grill-features\"\u003e\n        A Coordinated Safety Accessory for Invisio Midi Installations\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The safety grill is designed to provide physical separation from the\n        heater while complementing the concealed EOS installation.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eSAFE\u003c\/div\u003e\n\n        \u003ch3\u003eProtective Heater Cover\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Creates a barrier over the heater opening to help reduce accidental\n          contact with the hot sauna heater.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eSS\u003c\/div\u003e\n\n        \u003ch3\u003eStainless-Steel Construction\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Durable stainless steel coordinates with the EOS heater and is\n          suited to the demanding sauna environment.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eFIT\u003c\/div\u003e\n\n        \u003ch3\u003eModel-Specific Fit\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Designed specifically for compatible EOS Invisio Midi sauna heater\n          installations.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COMPATIBILITY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-invisio-grill-compatibility\"\u003e\n    \u003cdiv class=\"mlhs-product__compatibility\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Compatibility Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-invisio-grill-compatibility\"\u003e\n        Designed for the EOS Invisio Midi Heater\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS 14-69900 Safety Grill is identified for use with compatible\n        EOS Invisio Midi sauna heaters. It should not be treated as a universal\n        heater guard or substituted for another Invisio heater accessory\n        without manufacturer confirmation.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eCompatible Product Family\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS Invisio Midi concealed sauna heaters\u003c\/li\u003e\n            \u003cli\u003eInstallations requiring EOS part 14-69900\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eConfirm Before Ordering\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eHeater model and series\u003c\/li\u003e\n            \u003cli\u003eManufacturer part number\u003c\/li\u003e\n            \u003cli\u003eRequired grill width and depth\u003c\/li\u003e\n            \u003cli\u003eBench and heater-opening dimensions\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eCompatibility note:\u003c\/strong\u003e Match EOS part number\n          \u003cstrong\u003e14-69900\u003c\/strong\u003e to the Invisio Midi heater documentation\n          or installer-supplied equipment list before purchasing.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SAFETY ROLE --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-invisio-grill-safety\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eSauna Safety\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-invisio-grill-safety\"\u003e\n        Why the Heater Opening Requires a Protective Grill\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        A concealed heater can remain extremely hot during and after a sauna\n        session. The safety grill covers the upper heater opening while\n        allowing the installation to function as designed.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eReduces Accidental Contact\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The grill provides a physical cover between bathers and the heated\n          equipment beneath or behind the sauna bench.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eCompletes the Heater Installation\u003c\/h3\u003e\n\n        \u003cp\u003e\n          It creates a finished protective surface across the heater opening\n          when installed according to EOS requirements.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        A safety grill does not eliminate every burn or fire risk. Maintain all\n        required clearances, keep combustible objects away from the heater and\n        follow the complete EOS installation and operating instructions.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-invisio-grill-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-invisio-grill-specifications\"\u003e\n        EOS Invisio Midi Safety Grill Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS Invisio Midi Safety Grill specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel\u003c\/th\u003e\n            \u003ctd\u003eInvisio Midi Safety Grill\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSKU \/ MPN\u003c\/th\u003e\n            \u003ctd\u003e14-69900\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eUPC\u003c\/th\u003e\n            \u003ctd\u003e652592101452\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eSauna heater safety grill\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater\u003c\/th\u003e\n            \u003ctd\u003eEOS Invisio Midi\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eStainless steel\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n            \u003ctd\u003e47.2 inches (120 cm)\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eDepth\u003c\/th\u003e\n            \u003ctd\u003e3.9 inches (10 cm)\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInstallation position\u003c\/th\u003e\n            \u003ctd\u003eAcross the top of the compatible heater opening\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eWarranty\u003c\/th\u003e\n            \u003ctd\u003e\n              Limited 2-year warranty for consumer and commercial use\n            \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!-- PACKAGE CONTENTS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-invisio-grill-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-invisio-grill-included\"\u003eWhat Is Included?\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eOne EOS Invisio Midi stainless-steel safety grill\u003c\/li\u003e\n          \u003cli\u003eLimited 2-year manufacturer warranty\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eEOS Invisio Midi sauna heater\u003c\/li\u003e\n          \u003cli\u003eSauna control system\u003c\/li\u003e\n          \u003cli\u003eSauna stones\u003c\/li\u003e\n          \u003cli\u003eBench framing or finish materials\u003c\/li\u003e\n          \u003cli\u003eElectrical installation\u003c\/li\u003e\n          \u003cli\u003eProfessional labor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Product images may show the grill with a heater or completed sauna\n        installation for context. This listing is for the safety grill only.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INSTALLATION --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-invisio-grill-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eInstallation Planning\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-invisio-grill-installation\"\u003e\n        Coordinate the Grill with the Heater and Sauna Benching\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The grill must be incorporated into the Invisio Midi heater opening\n        according to the current EOS installation instructions. Confirm the\n        bench design, heater clearances and finished opening before completing\n        surrounding construction.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eConfirm the Heater Model\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Verify that the sauna uses a compatible EOS Invisio Midi heater and\n          requires safety grill part number 14-69900.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eVerify the Opening\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Compare the grill dimensions with the planned heater opening,\n          benching and required manufacturer clearances.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eSecure the Grill Properly\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Fasten the grill across the heater opening using the installation\n          method specified in the current EOS documentation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eInstallation note:\u003c\/strong\u003e The heater and safety components\n        should be installed by qualified professionals familiar with concealed\n        sauna heaters, high-temperature construction and applicable electrical\n        requirements.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- RETURN GUIDANCE --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-invisio-grill-return-guidance\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Important Purchase Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-invisio-grill-return-guidance\"\u003e\n        Confirm Compatibility Before Installation\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Verify the heater model, part number and finished opening dimensions\n        before ordering. Keep the grill uninstalled and in its original\n        condition until compatibility has been confirmed. Return eligibility\n        is governed by the My Luxury Home Spa return policy and the condition\n        of the product.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY BUY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-invisio-grill-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-invisio-grill-mlhs\"\u003e\n        Why Order EOS Sauna Accessories from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eCompatibility Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Send us the heater model and planned opening dimensions when you\n          need help comparing them with this accessory.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the material, dimensions, heater application and package\n          contents before placing your order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-invisio-grill-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-invisio-grill-faq\"\u003e\n        EOS Invisio Midi Safety Grill FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS Invisio Midi Safety Grill?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a stainless-steel protective cover that fastens across the\n            top of a compatible EOS Invisio Midi sauna heater opening.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat does the safety grill do?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It creates a protective barrier over the heater to help reduce the\n            risk of bathers accidentally contacting the hot sauna heater.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich heater is compatible with this grill?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The grill is designed for compatible EOS Invisio Midi concealed\n            sauna heaters requiring part number 14-69900.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this safety grill universal?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. It is a model-specific EOS accessory and should not be assumed\n            compatible with other sauna heaters or Invisio models.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat material is the safety grill made from?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The EOS Invisio Midi Safety Grill is constructed from stainless\n            steel.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat are the safety grill dimensions?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The grill measures approximately 47.2 inches wide and 3.9 inches\n            deep.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes this product include the Invisio Midi heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This listing is for the safety grill only. The sauna heater,\n            control system, stones and installation materials are not included.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhere is the safety grill installed?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It fastens across the top of the compatible Invisio Midi heater\n            opening according to the EOS installation instructions.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the grill replace required heater clearances?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. All manufacturer-required clearances, bench construction\n            requirements and safety instructions must still be followed.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat warranty is included?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The safety grill is listed with a limited 2-year warranty for\n            consumer and commercial use.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-invisio-grill-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Need Help Confirming Compatibility?\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-invisio-grill-help\"\u003e\n        Verify Your Invisio Midi Installation Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us the EOS heater model, part number and planned opening\n        dimensions. We will help you compare that information with this\n        product listing.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA\nProduct and Offer schema should normally be generated by the\nShopify theme or Google \u0026 YouTube app to avoid conflicts with\nlive price, currency and availability information.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS Invisio Midi Safety Grill?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Invisio Midi Safety Grill is a stainless-steel protective cover that fastens across the top of a compatible EOS Invisio Midi sauna heater opening.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What does the EOS Invisio Midi Safety Grill do?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The safety grill creates a protective barrier over the heater to help reduce the risk of bathers accidentally contacting the hot sauna heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which heater is compatible with the EOS Invisio Midi Safety Grill?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The grill is designed for compatible EOS Invisio Midi concealed sauna heaters requiring manufacturer part number 14-69900.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS Invisio Midi Safety Grill universal?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. It is a model-specific EOS accessory and should not be assumed compatible with other sauna heaters or Invisio models.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What material is the EOS Invisio Midi Safety Grill made from?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Invisio Midi Safety Grill is constructed from stainless steel.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What are the dimensions of the EOS Invisio Midi Safety Grill?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The safety grill measures approximately 47.2 inches wide and 3.9 inches deep.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the EOS Invisio Midi Safety Grill include the sauna heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This listing is for the safety grill only. The sauna heater, control system, stones and installation materials are not included.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Where is the EOS Invisio Midi Safety Grill installed?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The grill fastens across the top of the compatible Invisio Midi heater opening according to the current EOS installation instructions.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the safety grill replace required heater clearances?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. All manufacturer-required clearances, bench construction requirements and safety instructions must still be followed.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What warranty is included with the EOS Invisio Midi Safety Grill?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Invisio Midi Safety Grill is listed with a limited 2-year warranty for consumer and commercial use.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50428821176549,"sku":"14-69900","price":107.15,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-invisio-midi-stainless-steel-safety-grill-3067298.jpg?v=1784586007"},{"product_id":"eos-25m-control-panel-to-relay-box-extension-cable-rj10-rj14","title":"EOS 25M Control Panel to Relay Box Extension Cable RJ10\/RJ14","description":"\u003c!-- =========================================================\nMLHS | EOS 14-946285 25M CONTROL EXTENSION CABLE\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-danger: #943c35;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background: linear-gradient(\n      120deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(248, 242, 237, 0.96)\n    );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 58px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 620px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--important {\n    border-left-color: var(--mlhs-danger);\n    background: #fff4f2;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-14-946285-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Genuine EOS Sauna Control Accessory\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-14-946285-intro\"\u003e\n        Extend the Connection Between a Sauna Control Panel and Relay Box\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS 14-946285 is a 25-meter extension cable designed to connect a\n        compatible sauna control panel to its relay box using RJ10\/RJ14\n        connections.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        This extended-length cable supports installations where the sauna\n        control panel and relay box must be positioned farther apart than a\n        standard cable allows. Verify the control system, connector type,\n        required routing distance and EOS part number before ordering.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key product information\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e25-meter cable\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eControl panel to relay box\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eRJ10\/RJ14 connection\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eGenuine EOS component\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003ePart 14-946285\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-14-946285-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-14-946285-overview\"\u003e\n          Long-Range Cable for Compatible EOS Control Installations\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          The EOS 14-946285 provides approximately 82 feet of cable length\n          between a compatible sauna control panel and relay box. This can be\n          useful when the relay equipment is installed in a remote service\n          area or when the cable must follow a longer approved routing path.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This is a control-system cable only. It does not supply power to the\n          sauna heater and does not replace the required heater power wiring,\n          circuit protection or control equipment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"EOS cable product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003ePart number\u003c\/dt\u003e\n          \u003cdd\u003e14-946285\u003c\/dd\u003e\n\n          \u003cdt\u003eProduct type\u003c\/dt\u003e\n          \u003cdd\u003eSauna control extension cable\u003c\/dd\u003e\n\n          \u003cdt\u003eLength\u003c\/dt\u003e\n          \u003cdd\u003e25 meters\u003c\/dd\u003e\n\n          \u003cdt\u003eApproximate length\u003c\/dt\u003e\n          \u003cdd\u003e82 feet\u003c\/dd\u003e\n\n          \u003cdt\u003eConnection path\u003c\/dt\u003e\n          \u003cdd\u003eControl panel to relay box\u003c\/dd\u003e\n\n          \u003cdt\u003eConnector type\u003c\/dt\u003e\n          \u003cdd\u003eRJ10\/RJ14\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-14-946285-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-14-946285-features\"\u003e\n        Purpose-Built for Extended Sauna Control Cable Routing\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS 14-946285 is identified by its 25-meter length, control-panel\n        connection path and RJ10\/RJ14 interface.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e25M\u003c\/div\u003e\n\n        \u003ch3\u003eExtended Cable Length\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Provides 25 meters of cable for installations requiring a longer\n          distance between the control panel and relay box.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eRJ\u003c\/div\u003e\n\n        \u003ch3\u003eRJ10\/RJ14 Connections\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Uses the connector format specified for this EOS control extension\n          cable.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eEOS\u003c\/div\u003e\n\n        \u003ch3\u003eGenuine EOS Component\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Identified by EOS manufacturer part number 14-946285 for compatible\n          control-system installations.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-14-946285-compatibility\"\u003e\n    \u003cdiv class=\"mlhs-product__compatibility\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Compatibility Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-14-946285-compatibility\"\u003e\n        Confirm the Control System and Connection Type\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS 14-946285 is intended for compatible EOS sauna control\n        installations requiring a 25-meter cable between the control panel\n        and relay box with RJ10\/RJ14 connections.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eListed Application\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eCompatible EOS sauna control system\u003c\/li\u003e\n            \u003cli\u003eControl panel to relay box connection\u003c\/li\u003e\n            \u003cli\u003eRJ10\/RJ14 connector requirement\u003c\/li\u003e\n            \u003cli\u003e25-meter cable length requirement\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eVerify Before Ordering\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eControl panel model\u003c\/li\u003e\n            \u003cli\u003eRelay box model\u003c\/li\u003e\n            \u003cli\u003eConnector type at both ends\u003c\/li\u003e\n            \u003cli\u003eRequired finished cable length\u003c\/li\u003e\n            \u003cli\u003eEOS part number 14-946285\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eCompatibility note:\u003c\/strong\u003e Bathing Brands does not identify\n          specific control models on the supplier listing. Match part number\n          \u003cstrong\u003e14-946285\u003c\/strong\u003e to the current EOS installation manual,\n          system parts list or installer-supplied specifications before\n          purchasing.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-control-cable-selection\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eCable Selection\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-control-cable-selection\"\u003e\n        Select the Cable by Function, Connector and Length\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        EOS control installations can use different cables for different\n        connection paths. A cable intended for the control panel and relay box\n        should not be assumed interchangeable with a sensor cable or another\n        control accessory.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS sauna control cable selection guide\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSelection Detail\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eEOS 14-946285\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eConnection path\u003c\/th\u003e\n            \u003ctd\u003eControl panel to relay box\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCable length\u003c\/th\u003e\n            \u003ctd\u003e25 meters, approximately 82 feet\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eConnector format\u003c\/th\u003e\n            \u003ctd\u003eRJ10\/RJ14\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCorrect use\u003c\/th\u003e\n            \u003ctd\u003e\n              Compatible EOS installation requiring part number 14-946285\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eNot intended as\u003c\/th\u003e\n            \u003ctd\u003e\n              Heater power wiring, sensor cable or a universal networking\n              cable\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        A similar connector appearance does not establish compatibility.\n        Confirm the EOS part number and approved system application.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-14-946285-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-14-946285-specifications\"\u003e\n        EOS 14-946285 Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS 14-946285 extension cable specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e14-946285\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel number\u003c\/th\u003e\n            \u003ctd\u003e14-946285\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eSauna control extension cable\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCable length\u003c\/th\u003e\n            \u003ctd\u003e25 meters\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eApproximate imperial length\u003c\/th\u003e\n            \u003ctd\u003e82 feet\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eConnection path\u003c\/th\u003e\n            \u003ctd\u003eControl panel to relay box\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eConnector type\u003c\/th\u003e\n            \u003ctd\u003eRJ10\/RJ14\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eQuantity\u003c\/th\u003e\n            \u003ctd\u003eOne extension cable per quantity ordered\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eReturn status\u003c\/th\u003e\n            \u003ctd\u003e\n              Nonreturnable replacement component. Verify compatibility before\n              ordering.\n            \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  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-14-946285-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-14-946285-included\"\u003e\n        What Is Included?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003e\n            One EOS 14-946285 25-meter control panel to relay box extension\n            cable\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eSauna control panel\u003c\/li\u003e\n          \u003cli\u003eRelay box\u003c\/li\u003e\n          \u003cli\u003eTemperature or safety sensor\u003c\/li\u003e\n          \u003cli\u003eSensor extension cable\u003c\/li\u003e\n          \u003cli\u003eSauna heater\u003c\/li\u003e\n          \u003cli\u003eHeater power wiring\u003c\/li\u003e\n          \u003cli\u003eInstallation labor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Product images may show the cable coiled or displayed with connector\n        details. This listing is for one extension cable only.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-14-946285-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eInstallation Planning\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-14-946285-installation\"\u003e\n        Plan the Cable Route Before Finishing the Sauna\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The extension cable should be routed according to the current EOS\n        control-system instructions. Plan the complete path between the control\n        panel and relay box before closing walls, ceilings or service chases.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eConfirm the Equipment\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Verify the control panel, relay box and EOS part number before\n          beginning installation.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eMeasure the Complete Route\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Include bends, service loops, wall penetrations and the final\n          equipment locations when determining whether 25 meters is sufficient.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eProtect the Cable\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Route the cable away from heater surfaces, sharp edges, moisture\n          exposure and electrical conductors when required by EOS instructions\n          and applicable codes.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Do not cut, splice, modify or substitute connectors unless expressly\n        permitted by current EOS documentation. Unauthorized modification may\n        affect communication, operation and safety.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-14-946285-return-policy\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Important Purchase Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-14-946285-return-policy\"\u003e\n        This Extension Cable Is Nonreturnable\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice mlhs-product__notice--important\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eFinal-sale replacement component:\u003c\/strong\u003e This product cannot\n        be returned. Confirm the control system, connection path, RJ10\/RJ14\n        connector requirement, 25-meter length and EOS part number 14-946285\n        before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-14-946285-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-14-946285-mlhs\"\u003e\n        Why Order EOS Control Accessories from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eCompatibility Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Send us the control-panel model, relay-box model and required EOS\n          part number when you need help comparing them with this listing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the cable length, connection path, connector format and\n          final-sale status before placing your order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-14-946285-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-14-946285-faq\"\u003e\n        EOS 14-946285 Extension Cable FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS 14-946285?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a 25-meter extension cable for connecting a compatible EOS\n            sauna control panel to its relay box.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow long is the EOS 14-946285 cable?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The cable is 25 meters long, which is approximately 82 feet.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat type of connectors does the cable use?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The supplier identifies the connection format as RJ10\/RJ14.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat equipment does this cable connect?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is intended to connect a compatible sauna control panel to its\n            relay box.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a sauna sensor extension cable?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This product is identified for the connection between the\n            control panel and relay box. It should not be substituted for a\n            sensor cable.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a universal RJ cable?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No universal compatibility should be assumed. Match EOS part\n            number 14-946285 and the approved control-system application before\n            ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan this cable be used for sauna heater power?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. It is a control-system connection cable and does not replace\n            the heater's required power wiring or electrical circuit.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the cable be cut or spliced?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Do not cut, splice or modify the cable unless current EOS\n            documentation specifically permits it.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the EOS 14-946285 be returned?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. Bathing Brands identifies this replacement component as\n            nonreturnable. Verify compatibility and length before ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-14-946285-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Need Help Confirming Compatibility?\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-14-946285-help\"\u003e\n        Verify Your EOS Control System Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us the control-panel model, relay-box model, required cable length\n        and EOS part number. We will help you compare that information with\n        this product listing.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA\nProduct and Offer schema should normally be generated by the\nShopify theme or Google \u0026 YouTube app to avoid conflicting\nprice, inventory and availability information.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS 14-946285?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 14-946285 is a 25-meter extension cable for connecting a compatible EOS sauna control panel to its relay box.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How long is the EOS 14-946285 extension cable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The cable is 25 meters long, which is approximately 82 feet.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What type of connectors does the EOS 14-946285 use?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The supplier identifies the connection format as RJ10\/RJ14.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What equipment does the EOS 14-946285 connect?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The cable is intended to connect a compatible sauna control panel to its relay box.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS 14-946285 a sauna sensor extension cable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The EOS 14-946285 is identified for the connection between the control panel and relay box and should not be substituted for a sensor cable.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS 14-946285 a universal RJ cable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No universal compatibility should be assumed. Match EOS part number 14-946285 and the approved control-system application before ordering.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 14-946285 be used for sauna heater power?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. It is a control-system connection cable and does not replace the heater's required power wiring or electrical circuit.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 14-946285 cable be cut or spliced?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Do not cut, splice or modify the cable unless current EOS documentation specifically permits it.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 14-946285 be returned?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Bathing Brands identifies this replacement component as nonreturnable. Verify compatibility and length before ordering.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50428823044325,"sku":"14-946285","price":110.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-25m-control-panel-to-relay-box-extension-cable-rj10rj14-3994485.jpg?v=1784586006"},{"product_id":"eos-cubo-avantgarde-2000w-208v-heating-element-20016477","title":"EOS Cubo Avantgarde 2,000W Replacement Heating Element 208V","description":"\u003c!-- =========================================================\nMLHS | EOS 20016477 CUBO AVANTGARDE HEATING ELEMENT\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-danger: #943c35;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background: linear-gradient(\n      120deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(248, 242, 237, 0.96)\n    );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 62px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 640px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--important {\n    border-left-color: var(--mlhs-danger);\n    background: #fff4f2;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003c!-- PRODUCT INTRODUCTION --\u003e\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-20016477-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Genuine EOS Sauna Heater Replacement Part\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016477-intro\"\u003e\n        208V Replacement Element for EOS Cubo Avantgarde Heaters\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS 20016477 is a 2,000-watt, 208-volt replacement heating\n        element designed for compatible EOS Cubo Avantgarde 10.5 kW and\n        12 kW electric sauna heaters.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Use this genuine EOS component when servicing a compatible heater that\n        requires manufacturer part number 20016477. Confirm the heater series,\n        voltage, total kilowatt rating and individual element wattage before\n        ordering.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key product information\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e2,000W element\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e208V rated\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eFor 10.5 kW heaters\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eFor 12 kW heaters\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003ePart 20016477\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PRODUCT OVERVIEW --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016477-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-20016477-overview\"\u003e\n          EOS Cubo Avantgarde Spare Heating Element\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          This replacement element is intended for compatible EOS Cubo\n          Avantgarde heaters with a 208-volt electrical configuration and a\n          total heater rating of either 10.5 kW or 12 kW. The individual\n          element is rated at 2,000 watts.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This listing is for one replacement element rather than a complete\n          sauna heater. A qualified technician should diagnose the heater,\n          confirm the failed component and determine the required replacement\n          quantity.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"EOS 20016477 product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003ePart number\u003c\/dt\u003e\n          \u003cdd\u003e20016477\u003c\/dd\u003e\n\n          \u003cdt\u003eComponent\u003c\/dt\u003e\n          \u003cdd\u003eReplacement heating element\u003c\/dd\u003e\n\n          \u003cdt\u003eElement output\u003c\/dt\u003e\n          \u003cdd\u003e2,000 watts\u003c\/dd\u003e\n\n          \u003cdt\u003eVoltage\u003c\/dt\u003e\n          \u003cdd\u003e208 volts\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater series\u003c\/dt\u003e\n          \u003cdd\u003eEOS Cubo Avantgarde\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater output\u003c\/dt\u003e\n          \u003cdd\u003e10.5 kW or 12 kW\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016477-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016477-features\"\u003e\n        Model-Specific Replacement for Compatible EOS Heaters\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Electric sauna heating elements must match the heater's electrical\n        design and manufacturer parts requirements. The EOS 20016477 is\n        identified by its voltage, wattage, heater family and part number.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e2000W\u003c\/div\u003e\n\n        \u003ch3\u003e2,000-Watt Output\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The individual replacement heating element is rated at 2,000 watts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e208V\u003c\/div\u003e\n\n        \u003ch3\u003e208-Volt Configuration\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Intended for compatible 208-volt EOS Cubo Avantgarde heater\n          configurations.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eEOS\u003c\/div\u003e\n\n        \u003ch3\u003eGenuine EOS Component\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Identified by EOS manufacturer part number 20016477 for compatible\n          sauna heater service and repair.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COMPATIBILITY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016477-compatibility\"\u003e\n    \u003cdiv class=\"mlhs-product__compatibility\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Compatibility Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016477-compatibility\"\u003e\n        Confirm the Heater Output and 208V Configuration\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS 20016477 is listed for compatible EOS Cubo Avantgarde electric\n        sauna heaters rated at either 10.5 kW or 12 kW and configured for\n        208-volt electrical service.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eListed Heater Configurations\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS Cubo Avantgarde heater series\u003c\/li\u003e\n            \u003cli\u003e10.5 kW total heater output\u003c\/li\u003e\n            \u003cli\u003e12 kW total heater output\u003c\/li\u003e\n            \u003cli\u003e208-volt electrical configuration\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eReplacement Part Identification\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS part number 20016477\u003c\/li\u003e\n            \u003cli\u003e2,000-watt individual element\u003c\/li\u003e\n            \u003cli\u003eReplacement heating element component\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eBefore purchasing:\u003c\/strong\u003e Match EOS part number\n          \u003cstrong\u003e20016477\u003c\/strong\u003e to the heater data plate, EOS service\n          documentation, existing component or technician-supplied parts list.\n          Do not select a replacement element by appearance alone.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ELEMENT COMPARISON --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016477-element-comparison\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eElement Selection\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016477-element-comparison\"\u003e\n        Match Voltage, Wattage and Part Number\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Similar EOS Cubo Avantgarde heaters can use different replacement\n        elements. Matching only the heater series or voltage is not enough to\n        establish compatibility.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS Cubo Avantgarde heating element comparison\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eEOS 20016477\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eEOS 20016476\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e208V\u003c\/td\u003e\n            \u003ctd\u003e208V\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIndividual element output\u003c\/th\u003e\n            \u003ctd\u003e2,000W\u003c\/td\u003e\n            \u003ctd\u003e1,500W\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eListed heater output\u003c\/th\u003e\n            \u003ctd\u003e10.5 kW or 12 kW\u003c\/td\u003e\n            \u003ctd\u003e9 kW or 10.5 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016477\u003c\/td\u003e\n            \u003ctd\u003e20016476\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSelection guidance\u003c\/th\u003e\n            \u003ctd\u003e\n              Choose only when the heater documentation requires part\n              20016477.\n            \u003c\/td\u003e\n            \u003ctd\u003e\n              Choose only when the heater documentation requires part\n              20016476.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        The same voltage does not make heating elements interchangeable.\n        Match the heater rating, individual element wattage and EOS part\n        number exactly.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016477-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016477-specifications\"\u003e\n        EOS 20016477 Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS 20016477 replacement heating element specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016477\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel number\u003c\/th\u003e\n            \u003ctd\u003e20016477\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eElectric sauna heater replacement element\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElement output\u003c\/th\u003e\n            \u003ctd\u003e2,000 watts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e208 volts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater series\u003c\/th\u003e\n            \u003ctd\u003eEOS Cubo Avantgarde\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater outputs\u003c\/th\u003e\n            \u003ctd\u003e10.5 kW and 12 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eQuantity\u003c\/th\u003e\n            \u003ctd\u003eOne replacement heating element per quantity ordered\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eReturn status\u003c\/th\u003e\n            \u003ctd\u003e\n              Nonreturnable replacement part. Verify compatibility before\n              ordering.\n            \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!-- PACKAGE CONTENTS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016477-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016477-included\"\u003e\n        What Is Included?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003e\n            One EOS 20016477 2,000W, 208V replacement heating element\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eComplete Cubo Avantgarde sauna heater\u003c\/li\u003e\n          \u003cli\u003eAdditional heating elements\u003c\/li\u003e\n          \u003cli\u003eSauna stones\u003c\/li\u003e\n          \u003cli\u003eSauna control system\u003c\/li\u003e\n          \u003cli\u003eElectrical wiring or breakers\u003c\/li\u003e\n          \u003cli\u003eInstallation or service labor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Product images may show the component from multiple angles or in a\n        heater-service context. This listing is for one replacement heating\n        element only.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- VERIFICATION --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016477-verification\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eBefore You Order\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016477-verification\"\u003e\n        How to Confirm the Correct EOS Heating Element\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Verify the complete heater configuration before purchasing an\n        electrical replacement component.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eCheck the Heater Data Plate\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Confirm that the heater is an EOS Cubo Avantgarde model rated at\n          10.5 kW or 12 kW and configured for 208-volt service.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eMatch Part Number 20016477\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Compare the part number with EOS documentation, the existing\n          component or a parts list supplied by a qualified technician.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eConfirm the Required Quantity\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Have the heater diagnosed to determine whether one or multiple\n          heating elements require replacement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INSTALLATION --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016477-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProfessional Installation\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016477-installation\"\u003e\n        Heating Element Replacement Requires Qualified Service\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Replacing an electric sauna heating element involves high-voltage\n        electrical connections, heater disassembly, component testing and\n        correct sauna-stone placement. The heater must be completely\n        disconnected from electrical power before inspection or service.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Installation should be completed by a licensed electrician or\n        qualified sauna-service professional following current EOS\n        instructions and all applicable electrical requirements.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eDisconnect and secure electrical power before servicing\u003c\/li\u003e\n        \u003cli\u003eAllow the heater and sauna stones to cool completely\u003c\/li\u003e\n        \u003cli\u003eConfirm the failed component before replacement\u003c\/li\u003e\n        \u003cli\u003eInspect terminals, wiring and adjacent heating elements\u003c\/li\u003e\n        \u003cli\u003eInstall the element according to EOS documentation\u003c\/li\u003e\n        \u003cli\u003eReinstall sauna stones without forcing them against elements\u003c\/li\u003e\n        \u003cli\u003eInspect and test the completed installation before use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eSafety note:\u003c\/strong\u003e Do not energize the sauna heater until\n        all wiring, protective components, stones and exterior panels have\n        been correctly reinstalled and inspected.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- RETURN POLICY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016477-return-policy\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Important Purchase Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016477-return-policy\"\u003e\n        This Replacement Part Is Nonreturnable\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice mlhs-product__notice--important\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eFinal-sale replacement component:\u003c\/strong\u003e This heating\n        element cannot be returned. Confirm the Cubo Avantgarde heater model,\n        10.5 kW or 12 kW output, 208V configuration, 2,000W element rating\n        and EOS part number 20016477 before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY BUY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-20016477-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-20016477-mlhs\"\u003e\n        Why Order EOS Replacement Parts from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eCompatibility Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Send us the heater model, voltage, kilowatt rating and required EOS\n          part number when you need help comparing them with this listing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the voltage, wattage, heater application and final-sale\n          status before placing your order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016477-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016477-faq\"\u003e\n        EOS 20016477 Replacement Heating Element FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS 20016477?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a 2,000-watt, 208-volt replacement heating element for\n            compatible EOS Cubo Avantgarde 10.5 kW and 12 kW electric sauna\n            heaters.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich sauna heaters use EOS part 20016477?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The part is listed for compatible EOS Cubo Avantgarde heaters\n            rated at 10.5 kW or 12 kW and configured for 208 volts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the output of this heating element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The individual replacement heating element is rated at\n            2,000 watts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a complete sauna heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This listing is for one replacement heating element and not a\n            complete EOS sauna heater.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Is EOS 20016477 the same as EOS part 20016476?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. Both are 208V replacement elements, but EOS 20016477 is rated\n            at 2,000 watts while EOS 20016476 is rated at 1,500 watts. Match\n            the exact manufacturer part number to the heater documentation.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Can this element fit both 10.5 kW and 12 kW heaters?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is listed for compatible Cubo Avantgarde heaters in both\n            10.5 kW and 12 kW configurations. The heater must also require\n            208V EOS part number 20016477.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow many replacement elements should I order?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The required quantity depends on the heater diagnosis. Confirm how\n            many elements require replacement before ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWho should install this replacement element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            A licensed electrician or qualified sauna-service professional\n            should diagnose and service the heater according to EOS\n            instructions and applicable electrical requirements.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the EOS 20016477 be returned?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This replacement component is nonreturnable. Verify the heater\n            model, voltage, output, wattage and required part number before\n            ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-20016477-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Need Help Confirming Compatibility?\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016477-help\"\u003e\n        Verify Your EOS Heater Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us a clear photo of the heater data plate along with the heater\n        model, voltage, kilowatt rating and required part number. We will help\n        you compare that information with this product listing.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA\nProduct and Offer schema should be generated by the Shopify\ntheme or Google \u0026 YouTube app to avoid conflicting price,\ninventory, currency and availability information.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS 20016477?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 20016477 is a 2,000-watt, 208-volt replacement heating element for compatible EOS Cubo Avantgarde 10.5 kW and 12 kW electric sauna heaters.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which sauna heaters use EOS part 20016477?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The part is listed for compatible EOS Cubo Avantgarde heaters rated at 10.5 kW or 12 kW and configured for 208 volts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the output of the EOS 20016477 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The individual replacement heating element is rated at 2,000 watts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS 20016477 a complete sauna heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This listing is for one replacement heating element and not a complete EOS sauna heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is EOS 20016477 the same as EOS part 20016476?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Both are 208-volt replacement elements, but EOS 20016477 is rated at 2,000 watts while EOS 20016476 is rated at 1,500 watts. Match the exact manufacturer part number to the heater documentation.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can EOS 20016477 fit both 10.5 kW and 12 kW heaters?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"It is listed for compatible Cubo Avantgarde heaters in both 10.5 kW and 12 kW configurations. The heater must also require 208-volt EOS part number 20016477.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How many EOS 20016477 heating elements should be ordered?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The required quantity depends on the heater diagnosis. Confirm how many elements require replacement before ordering.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who should install the EOS 20016477 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A licensed electrician or qualified sauna-service professional should diagnose and service the heater according to EOS instructions and applicable electrical requirements.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 20016477 heating element be returned?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This replacement component is nonreturnable. Verify the heater model, voltage, output, wattage and required part number before ordering.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50428826124517,"sku":"20016477","price":110.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-cubo-avantgarde-2000w-replacement-heating-element-208v-1465756.jpg?v=1784586008"},{"product_id":"eos-invisio-1500w-240v-heating-element-20016846","title":"EOS Invisio 1,500W Replacement Heating Element 240V","description":"\u003c!-- =========================================================\nMLHS | EOS 20016846 INVISIO HEATING ELEMENT\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-danger: #943c35;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background: linear-gradient(\n      120deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(248, 242, 237, 0.96)\n    );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 62px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 640px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--important {\n    border-left-color: var(--mlhs-danger);\n    background: #fff4f2;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003c!-- PRODUCT INTRODUCTION --\u003e\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-20016846-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Genuine EOS Sauna Heater Replacement Part\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016846-intro\"\u003e\n        240V Replacement Element for the EOS Invisio 9 kW Heater\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS 20016846 is a 1,500-watt, 240-volt replacement heating\n        element designed for compatible EOS Invisio 9 kW electric sauna\n        heaters.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Use this genuine EOS component when servicing an Invisio heater that\n        requires manufacturer part number 20016846. Confirm the heater series,\n        total kilowatt rating, electrical voltage and individual element\n        wattage before ordering.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key product information\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e1,500W element\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e240V rated\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eFor 9 kW Invisio heaters\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eGenuine EOS component\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003ePart 20016846\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PRODUCT OVERVIEW --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016846-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-20016846-overview\"\u003e\n          EOS Invisio Spare Heating Element\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          This replacement component is intended for compatible EOS Invisio\n          electric sauna heaters with a total rated output of 9 kW and a\n          240-volt electrical configuration. The individual element is rated\n          at 1,500 watts.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This listing is for one replacement heating element rather than a\n          complete sauna heater. A qualified technician should diagnose the\n          heater, confirm the failed component and determine how many elements\n          require replacement.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"EOS 20016846 product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003ePart number\u003c\/dt\u003e\n          \u003cdd\u003e20016846\u003c\/dd\u003e\n\n          \u003cdt\u003eComponent\u003c\/dt\u003e\n          \u003cdd\u003eReplacement heating element\u003c\/dd\u003e\n\n          \u003cdt\u003eElement output\u003c\/dt\u003e\n          \u003cdd\u003e1,500 watts\u003c\/dd\u003e\n\n          \u003cdt\u003eVoltage\u003c\/dt\u003e\n          \u003cdd\u003e240 volts\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater series\u003c\/dt\u003e\n          \u003cdd\u003eEOS Invisio\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater output\u003c\/dt\u003e\n          \u003cdd\u003e9 kW\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016846-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016846-features\"\u003e\n        Model-Specific Replacement for Compatible EOS Invisio Heaters\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Sauna heating elements must match the electrical and mechanical\n        requirements of the heater. The EOS 20016846 is identified by its\n        voltage, wattage, heater family and manufacturer part number.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e1500W\u003c\/div\u003e\n\n        \u003ch3\u003e1,500-Watt Output\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The individual replacement heating element is rated at 1,500 watts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e240V\u003c\/div\u003e\n\n        \u003ch3\u003e240-Volt Configuration\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Intended for the compatible 240-volt EOS Invisio 9 kW heater\n          configuration.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eEOS\u003c\/div\u003e\n\n        \u003ch3\u003eGenuine EOS Component\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Identified by EOS manufacturer part number 20016846 for compatible\n          sauna heater service and repair.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COMPATIBILITY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016846-compatibility\"\u003e\n    \u003cdiv class=\"mlhs-product__compatibility\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Compatibility Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016846-compatibility\"\u003e\n        Confirm the Invisio Model, 9 kW Output and 240V Configuration\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS 20016846 is listed for compatible EOS Invisio electric sauna\n        heaters rated at 9 kW and configured for 240-volt electrical service.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eListed Heater Configuration\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS Invisio heater series\u003c\/li\u003e\n            \u003cli\u003e9 kW total heater output\u003c\/li\u003e\n            \u003cli\u003e240-volt electrical configuration\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eReplacement Part Identification\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS part number 20016846\u003c\/li\u003e\n            \u003cli\u003e1,500-watt individual element\u003c\/li\u003e\n            \u003cli\u003eReplacement heating element component\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eBefore purchasing:\u003c\/strong\u003e Match EOS part number\n          \u003cstrong\u003e20016846\u003c\/strong\u003e to the heater data plate, current EOS\n          service documentation, existing component or technician-supplied\n          parts list. Do not select a replacement element by appearance alone.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SELECTION GUIDE --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016846-selection\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eElement Selection\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016846-selection\"\u003e\n        Match the Heater Series and Electrical Specifications\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Heating elements used in other EOS heaters may have similar shapes,\n        wattage ratings or voltages. These similarities do not establish\n        compatibility with an Invisio heater.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS 20016846 compatibility checklist\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSelection Detail\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eRequired Match\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeater manufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeater family\u003c\/th\u003e\n            \u003ctd\u003eInvisio\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eTotal heater output\u003c\/th\u003e\n            \u003ctd\u003e9 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElectrical voltage\u003c\/th\u003e\n            \u003ctd\u003e240V\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIndividual element output\u003c\/th\u003e\n            \u003ctd\u003e1,500W\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eEOS part number\u003c\/th\u003e\n            \u003ctd\u003e20016846\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        A 1,500W, 240V element intended for another EOS heater family should\n        not be assumed compatible. Match the complete manufacturer part number.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016846-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016846-specifications\"\u003e\n        EOS 20016846 Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS 20016846 replacement element specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016846\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel number\u003c\/th\u003e\n            \u003ctd\u003e20016846\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eElectric sauna heater replacement element\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElement output\u003c\/th\u003e\n            \u003ctd\u003e1,500 watts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e240 volts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater series\u003c\/th\u003e\n            \u003ctd\u003eEOS Invisio\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater output\u003c\/th\u003e\n            \u003ctd\u003e9 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eQuantity\u003c\/th\u003e\n            \u003ctd\u003eOne replacement heating element per quantity ordered\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eReturn status\u003c\/th\u003e\n            \u003ctd\u003e\n              Nonreturnable replacement component. Verify compatibility before\n              ordering.\n            \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!-- PACKAGE CONTENTS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016846-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016846-included\"\u003e\n        What Is Included?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003e\n            One EOS 20016846 1,500W, 240V replacement heating element\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eComplete EOS Invisio sauna heater\u003c\/li\u003e\n          \u003cli\u003eAdditional heating elements\u003c\/li\u003e\n          \u003cli\u003eSauna stones\u003c\/li\u003e\n          \u003cli\u003eSauna control system\u003c\/li\u003e\n          \u003cli\u003eSafety grill or bench components\u003c\/li\u003e\n          \u003cli\u003eElectrical wiring or breakers\u003c\/li\u003e\n          \u003cli\u003eInstallation or service labor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Product images may show the component from multiple angles or in a\n        heater-service context. This listing is for one replacement heating\n        element only.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BEFORE ORDERING --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016846-verification\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eBefore You Order\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016846-verification\"\u003e\n        How to Confirm the Correct EOS Invisio Element\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Verify the complete heater configuration before purchasing this\n        electrical replacement component.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eCheck the Heater Data Plate\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Confirm that the installed heater is an EOS Invisio model rated at\n          9 kW and configured for 240-volt electrical service.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eMatch Part Number 20016846\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Compare the required number with EOS documentation, the existing\n          element or a parts list supplied by a qualified technician.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eConfirm the Required Quantity\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Have the heater diagnosed to determine whether one or multiple\n          heating elements require replacement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INSTALLATION --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016846-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProfessional Installation\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016846-installation\"\u003e\n        Heating Element Replacement Requires Qualified Service\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Replacing an electric sauna heating element involves high-voltage\n        electrical connections, heater disassembly, component testing and\n        correct sauna-stone placement. The heater must be fully disconnected\n        from electrical power before inspection or service.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Installation should be completed by a licensed electrician or\n        qualified sauna-service professional following current EOS\n        instructions and applicable electrical requirements.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eDisconnect and secure electrical power before servicing\u003c\/li\u003e\n        \u003cli\u003eAllow the heater and sauna stones to cool completely\u003c\/li\u003e\n        \u003cli\u003eConfirm the failed component before replacement\u003c\/li\u003e\n        \u003cli\u003eInspect terminals, wiring and adjacent elements\u003c\/li\u003e\n        \u003cli\u003eInstall the replacement according to EOS documentation\u003c\/li\u003e\n        \u003cli\u003eReinstall stones according to the heater instructions\u003c\/li\u003e\n        \u003cli\u003eInspect and test the completed installation before use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eSafety note:\u003c\/strong\u003e Do not energize the heater until all\n        wiring, protective components, stones, safety accessories and exterior\n        panels have been properly reassembled and inspected.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- RETURN POLICY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016846-return-policy\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Important Purchase Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016846-return-policy\"\u003e\n        This Replacement Part Is Nonreturnable\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice mlhs-product__notice--important\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eFinal-sale replacement component:\u003c\/strong\u003e This heating\n        element cannot be returned. Confirm the EOS Invisio heater series,\n        9 kW output, 240V configuration, 1,500W element rating and EOS part\n        number 20016846 before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY BUY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-20016846-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-20016846-mlhs\"\u003e\n        Why Order EOS Replacement Parts from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eCompatibility Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Send us the heater model, voltage, kilowatt rating and required EOS\n          part number when you need help comparing them with this listing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the voltage, wattage, heater application, package contents\n          and final-sale status before placing your order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016846-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016846-faq\"\u003e\n        EOS 20016846 Replacement Heating Element FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS 20016846?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a 1,500-watt, 240-volt replacement heating element for\n            compatible EOS Invisio 9 kW electric sauna heaters.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich sauna heater uses EOS part 20016846?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The part is listed for compatible EOS Invisio electric sauna\n            heaters rated at 9 kW and configured for 240 volts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the output of this heating element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The individual replacement heating element is rated at\n            1,500 watts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a complete EOS Invisio sauna heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This listing is for one replacement heating element and not a\n            complete sauna heater.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Can this element be used with a Cubo Avantgarde heater?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Compatibility should not be assumed. This component is identified\n            for the EOS Invisio heater family. Match the exact manufacturer\n            part number to the heater documentation.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Is every 1,500W, 240V EOS element interchangeable?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. Matching voltage and wattage alone does not establish\n            compatibility. The heater family and EOS part number must also\n            match.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow many replacement elements should I order?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The required quantity depends on the heater diagnosis. Confirm how\n            many elements require replacement before ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWho should install the EOS 20016846?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            A licensed electrician or qualified sauna-service professional\n            should diagnose and service the heater according to current EOS\n            instructions and applicable electrical requirements.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the EOS 20016846 be returned?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This replacement component is nonreturnable. Verify the heater\n            series, voltage, output, wattage and required part number before\n            ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-20016846-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Need Help Confirming Compatibility?\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016846-help\"\u003e\n        Verify Your EOS Invisio Heater Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us a clear photo of the heater data plate along with the heater\n        model, voltage, kilowatt rating and required part number. We will help\n        you compare that information with this product listing.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA\nProduct and Offer schema should be generated by the Shopify\ntheme or Google \u0026 YouTube app to avoid conflicts with live\npricing, currency, inventory and availability information.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS 20016846?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 20016846 is a 1,500-watt, 240-volt replacement heating element for compatible EOS Invisio 9 kW electric sauna heaters.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which sauna heater uses EOS part 20016846?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The part is listed for compatible EOS Invisio electric sauna heaters rated at 9 kW and configured for 240 volts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the output of the EOS 20016846 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The individual replacement heating element is rated at 1,500 watts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS 20016846 a complete EOS Invisio sauna heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This listing is for one replacement heating element and not a complete sauna heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can EOS 20016846 be used with a Cubo Avantgarde heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Compatibility should not be assumed. EOS 20016846 is identified for the EOS Invisio heater family. Match the exact manufacturer part number to the heater documentation.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is every 1,500-watt, 240-volt EOS element interchangeable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Matching voltage and wattage alone does not establish compatibility. The heater family and EOS manufacturer part number must also match.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How many EOS 20016846 heating elements should be ordered?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The required quantity depends on the heater diagnosis. Confirm how many elements require replacement before ordering.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who should install the EOS 20016846 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A licensed electrician or qualified sauna-service professional should diagnose and service the heater according to current EOS instructions and applicable electrical requirements.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 20016846 heating element be returned?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This replacement component is nonreturnable. Verify the heater series, voltage, output, wattage and required part number before ordering.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50428832481509,"sku":"20016846","price":110.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-invisio-1500w-replacement-heating-element-240v-5602393.jpg?v=1784586006"},{"product_id":"eos-invisio-1500w-208v-heating-element-20016844","title":"EOS Invisio 1,500W Replacement Heating Element 208V","description":"\u003c!-- =========================================================\nMLHS | EOS 20016844 INVISIO HEATING ELEMENT\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-danger: #943c35;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background: linear-gradient(\n      120deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(248, 242, 237, 0.96)\n    );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 62px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 640px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--important {\n    border-left-color: var(--mlhs-danger);\n    background: #fff4f2;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-20016844-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Genuine EOS Sauna Heater Replacement Part\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016844-intro\"\u003e\n        208V Replacement Element for the EOS Invisio 9 kW Heater\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS 20016844 is a 1,500-watt, 208-volt replacement heating\n        element designed for compatible EOS Invisio 9 kW electric sauna\n        heaters.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Use this genuine EOS component when servicing an Invisio heater that\n        requires manufacturer part number 20016844. Confirm the heater series,\n        total kilowatt rating, electrical voltage and individual element\n        wattage before ordering.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key product information\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e1,500W element\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e208V rated\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eFor 9 kW Invisio heaters\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eGenuine EOS component\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003ePart 20016844\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016844-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-20016844-overview\"\u003e\n          EOS Invisio Spare Heating Element\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          This replacement component is intended for compatible EOS Invisio\n          electric sauna heaters with a total rated output of 9 kW and a\n          208-volt electrical configuration. The individual heating element\n          is rated at 1,500 watts.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This listing is for one replacement element rather than a complete\n          sauna heater. A qualified technician should diagnose the heater,\n          identify the failed component and determine the required replacement\n          quantity.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"EOS 20016844 product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003ePart number\u003c\/dt\u003e\n          \u003cdd\u003e20016844\u003c\/dd\u003e\n\n          \u003cdt\u003eComponent\u003c\/dt\u003e\n          \u003cdd\u003eReplacement heating element\u003c\/dd\u003e\n\n          \u003cdt\u003eElement output\u003c\/dt\u003e\n          \u003cdd\u003e1,500 watts\u003c\/dd\u003e\n\n          \u003cdt\u003eVoltage\u003c\/dt\u003e\n          \u003cdd\u003e208 volts\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater series\u003c\/dt\u003e\n          \u003cdd\u003eEOS Invisio\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater output\u003c\/dt\u003e\n          \u003cdd\u003e9 kW\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016844-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016844-features\"\u003e\n        Model-Specific Replacement for Compatible EOS Invisio Heaters\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Electric sauna heating elements must match the heater's electrical\n        and mechanical requirements. The EOS 20016844 is identified by its\n        voltage, wattage, heater family and manufacturer part number.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e1500W\u003c\/div\u003e\n\n        \u003ch3\u003e1,500-Watt Output\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The individual replacement heating element is rated at 1,500 watts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e208V\u003c\/div\u003e\n\n        \u003ch3\u003e208-Volt Configuration\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Intended for the compatible 208-volt EOS Invisio 9 kW heater\n          configuration.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eEOS\u003c\/div\u003e\n\n        \u003ch3\u003eGenuine EOS Component\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Identified by EOS manufacturer part number 20016844 for compatible\n          sauna heater service and repair.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016844-compatibility\"\u003e\n    \u003cdiv class=\"mlhs-product__compatibility\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Compatibility Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016844-compatibility\"\u003e\n        Confirm the Invisio Model, 9 kW Output and 208V Configuration\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS 20016844 is listed for compatible EOS Invisio electric sauna\n        heaters rated at 9 kW and configured for 208-volt electrical service.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eListed Heater Configuration\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS Invisio heater series\u003c\/li\u003e\n            \u003cli\u003e9 kW total heater output\u003c\/li\u003e\n            \u003cli\u003e208-volt electrical configuration\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eReplacement Part Identification\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS part number 20016844\u003c\/li\u003e\n            \u003cli\u003e1,500-watt individual element\u003c\/li\u003e\n            \u003cli\u003eReplacement heating element component\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eBefore purchasing:\u003c\/strong\u003e Match EOS part number\n          \u003cstrong\u003e20016844\u003c\/strong\u003e to the heater data plate, current EOS\n          service documentation, existing element or technician-supplied\n          parts list. Do not select a replacement component by appearance\n          alone.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016844-voltage-comparison\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eVoltage Selection\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016844-voltage-comparison\"\u003e\n        Do Not Confuse the 208V and 240V Invisio Elements\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        EOS offers different replacement components for different electrical\n        configurations. Matching the wattage and heater family is not enough\n        if the voltage or manufacturer part number differs.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS Invisio replacement heating element comparison\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eEOS 20016844\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eEOS 20016846\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeater family\u003c\/th\u003e\n            \u003ctd\u003eEOS Invisio\u003c\/td\u003e\n            \u003ctd\u003eEOS Invisio\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eListed heater output\u003c\/th\u003e\n            \u003ctd\u003e9 kW\u003c\/td\u003e\n            \u003ctd\u003e9 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIndividual element output\u003c\/th\u003e\n            \u003ctd\u003e1,500W\u003c\/td\u003e\n            \u003ctd\u003e1,500W\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e208V\u003c\/td\u003e\n            \u003ctd\u003e240V\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016844\u003c\/td\u003e\n            \u003ctd\u003e20016846\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSelection guidance\u003c\/th\u003e\n            \u003ctd\u003e\n              Choose only when the heater documentation requires the 208V\n              EOS 20016844 element.\n            \u003c\/td\u003e\n            \u003ctd\u003e\n              Choose only when the heater documentation requires the 240V\n              EOS 20016846 element.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Do not substitute a 240V replacement element for this 208V component.\n        Match the voltage and EOS part number exactly.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016844-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016844-specifications\"\u003e\n        EOS 20016844 Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS 20016844 replacement heating element specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016844\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel number\u003c\/th\u003e\n            \u003ctd\u003e20016844\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eElectric sauna heater replacement element\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElement output\u003c\/th\u003e\n            \u003ctd\u003e1,500 watts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e208 volts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater series\u003c\/th\u003e\n            \u003ctd\u003eEOS Invisio\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater output\u003c\/th\u003e\n            \u003ctd\u003e9 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eQuantity\u003c\/th\u003e\n            \u003ctd\u003eOne replacement heating element per quantity ordered\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eReturn status\u003c\/th\u003e\n            \u003ctd\u003e\n              Nonreturnable replacement component. Verify compatibility before\n              ordering.\n            \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  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016844-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016844-included\"\u003e\n        What Is Included?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003e\n            One EOS 20016844 1,500W, 208V replacement heating element\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eComplete EOS Invisio sauna heater\u003c\/li\u003e\n          \u003cli\u003eAdditional heating elements\u003c\/li\u003e\n          \u003cli\u003eSauna stones\u003c\/li\u003e\n          \u003cli\u003eSauna control system\u003c\/li\u003e\n          \u003cli\u003eSafety grill or bench components\u003c\/li\u003e\n          \u003cli\u003eElectrical wiring or circuit protection\u003c\/li\u003e\n          \u003cli\u003eInstallation or service labor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Product images may display the component from multiple angles or in a\n        heater-service context. This listing is for one replacement heating\n        element only.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016844-verification\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eBefore You Order\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016844-verification\"\u003e\n        How to Confirm the Correct EOS Invisio Element\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Verify the complete heater configuration before purchasing this\n        electrical replacement component.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eCheck the Heater Data Plate\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Confirm that the installed heater is an EOS Invisio model rated at\n          9 kW and configured for 208-volt electrical service.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eMatch Part Number 20016844\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Compare the required number with current EOS documentation, the\n          existing element or a parts list supplied by a qualified technician.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eConfirm the Required Quantity\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Have the heater diagnosed to determine whether one or multiple\n          heating elements require replacement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016844-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProfessional Installation\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016844-installation\"\u003e\n        Heating Element Replacement Requires Qualified Service\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Replacing an electric sauna heating element involves high-voltage\n        electrical connections, heater disassembly, component testing and\n        correct sauna-stone placement. The heater must be fully disconnected\n        from electrical power before inspection or service.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Installation should be completed by a licensed electrician or\n        qualified sauna-service professional following current EOS\n        instructions and applicable electrical requirements.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eDisconnect and secure electrical power before servicing\u003c\/li\u003e\n        \u003cli\u003eAllow the heater and sauna stones to cool completely\u003c\/li\u003e\n        \u003cli\u003eConfirm the failed component before replacement\u003c\/li\u003e\n        \u003cli\u003eInspect terminals, wiring and adjacent elements\u003c\/li\u003e\n        \u003cli\u003eInstall the replacement according to EOS documentation\u003c\/li\u003e\n        \u003cli\u003eReinstall the stones according to heater instructions\u003c\/li\u003e\n        \u003cli\u003eInspect and test the completed installation before use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eSafety note:\u003c\/strong\u003e Do not energize the heater until all\n        wiring, protective components, stones, safety accessories and exterior\n        panels have been correctly reassembled and inspected.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016844-return-policy\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Important Purchase Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016844-return-policy\"\u003e\n        This Replacement Part Is Nonreturnable\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice mlhs-product__notice--important\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eFinal-sale replacement component:\u003c\/strong\u003e This heating\n        element cannot be returned. Confirm the EOS Invisio heater series,\n        9 kW output, 208V configuration, 1,500W element rating and EOS part\n        number 20016844 before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-20016844-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-20016844-mlhs\"\u003e\n        Why Order EOS Replacement Parts from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eCompatibility Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Send us the heater model, voltage, kilowatt rating and required EOS\n          part number when you need help comparing them with this listing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the voltage, wattage, heater application, package contents\n          and final-sale status before placing your order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016844-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016844-faq\"\u003e\n        EOS 20016844 Replacement Heating Element FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS 20016844?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a 1,500-watt, 208-volt replacement heating element for\n            compatible EOS Invisio 9 kW electric sauna heaters.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich sauna heater uses EOS part 20016844?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The part is listed for compatible EOS Invisio electric sauna\n            heaters rated at 9 kW and configured for 208 volts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the output of this heating element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The individual replacement heating element is rated at\n            1,500 watts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a complete EOS Invisio sauna heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This listing is for one replacement heating element and not a\n            complete sauna heater.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Is EOS 20016844 the same as the 240V EOS 20016846?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. EOS 20016844 is rated for 208 volts, while EOS 20016846 is\n            rated for 240 volts. Match the exact voltage and manufacturer part\n            number to the heater documentation.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Is every 1,500W EOS Invisio element interchangeable?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. Matching wattage and heater family alone does not establish\n            compatibility. The voltage and EOS manufacturer part number must\n            also match.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow many replacement elements should I order?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The required quantity depends on the heater diagnosis. Confirm how\n            many elements require replacement before ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWho should install the EOS 20016844?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            A licensed electrician or qualified sauna-service professional\n            should diagnose and service the heater according to current EOS\n            instructions and applicable electrical requirements.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the EOS 20016844 be returned?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This replacement component is nonreturnable. Verify the heater\n            series, voltage, output, wattage and required part number before\n            ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-20016844-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Need Help Confirming Compatibility?\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016844-help\"\u003e\n        Verify Your EOS Invisio Heater Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us a clear photo of the heater data plate along with the heater\n        model, voltage, kilowatt rating and required part number. We will help\n        you compare that information with this product listing.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA\nProduct and Offer schema should be generated by the Shopify\ntheme or Google \u0026 YouTube app to avoid conflicts with live\npricing, currency, inventory and availability information.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS 20016844?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 20016844 is a 1,500-watt, 208-volt replacement heating element for compatible EOS Invisio 9 kW electric sauna heaters.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which sauna heater uses EOS part 20016844?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The part is listed for compatible EOS Invisio electric sauna heaters rated at 9 kW and configured for 208 volts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the output of the EOS 20016844 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The individual replacement heating element is rated at 1,500 watts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS 20016844 a complete EOS Invisio sauna heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This listing is for one replacement heating element and not a complete sauna heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is EOS 20016844 the same as the 240V EOS 20016846?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. EOS 20016844 is rated for 208 volts, while EOS 20016846 is rated for 240 volts. Match the exact voltage and manufacturer part number to the heater documentation.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is every 1,500-watt EOS Invisio heating element interchangeable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Matching wattage and heater family alone does not establish compatibility. The voltage and EOS manufacturer part number must also match.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How many EOS 20016844 heating elements should be ordered?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The required quantity depends on the heater diagnosis. Confirm how many elements require replacement before ordering.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who should install the EOS 20016844 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A licensed electrician or qualified sauna-service professional should diagnose and service the heater according to current EOS instructions and applicable electrical requirements.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 20016844 heating element be returned?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This replacement component is nonreturnable. Verify the heater series, voltage, output, wattage and required part number before ordering.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50428835266789,"sku":"20016844","price":110.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-invisio-1500w-replacement-heating-element-208v-2569053.jpg?v=1784586008"},{"product_id":"eos-gracil-1000w-240v-heating-element-20016839","title":"EOS Gracil 1,000W Replacement Heating Element 240V","description":"\u003c!-- =========================================================\nMLHS | EOS 20016839 GRACIL HEATING ELEMENT\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-danger: #943c35;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background: linear-gradient(\n      120deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(248, 242, 237, 0.96)\n    );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 62px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 640px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--important {\n    border-left-color: var(--mlhs-danger);\n    background: #fff4f2;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003c!-- PRODUCT INTRODUCTION --\u003e\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-20016839-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Genuine EOS Sauna Heater Replacement Part\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016839-intro\"\u003e\n        240V Replacement Element for the EOS Gracil 6 kW Heater\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS 20016839 is a 1,000-watt, 240-volt replacement heating\n        element designed for compatible EOS Gracil 6 kW electric sauna\n        heaters.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Use this genuine EOS component when servicing a Gracil heater that\n        requires manufacturer part number 20016839. Confirm the heater series,\n        total kilowatt rating, electrical voltage and individual element\n        wattage before ordering.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key product information\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e1,000W element\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e240V rated\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eFor 6 kW Gracil heaters\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eGenuine EOS component\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003ePart 20016839\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PRODUCT OVERVIEW --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016839-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-20016839-overview\"\u003e\n          EOS Gracil Spare Heating Element\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          This replacement component is intended for compatible EOS Gracil\n          electric sauna heaters with a total rated output of 6 kW and a\n          240-volt electrical configuration. The individual heating element\n          is rated at 1,000 watts.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This listing is for one replacement heating element rather than a\n          complete sauna heater. A qualified technician should diagnose the\n          heater, identify the failed component and determine the required\n          replacement quantity.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"EOS 20016839 product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003ePart number\u003c\/dt\u003e\n          \u003cdd\u003e20016839\u003c\/dd\u003e\n\n          \u003cdt\u003eComponent\u003c\/dt\u003e\n          \u003cdd\u003eReplacement heating element\u003c\/dd\u003e\n\n          \u003cdt\u003eElement output\u003c\/dt\u003e\n          \u003cdd\u003e1,000 watts\u003c\/dd\u003e\n\n          \u003cdt\u003eVoltage\u003c\/dt\u003e\n          \u003cdd\u003e240 volts\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater series\u003c\/dt\u003e\n          \u003cdd\u003eEOS Gracil\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater output\u003c\/dt\u003e\n          \u003cdd\u003e6 kW\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016839-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016839-features\"\u003e\n        Model-Specific Replacement for Compatible EOS Gracil Heaters\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Electric sauna heating elements must match the heater's electrical\n        and mechanical requirements. The EOS 20016839 is identified by its\n        wattage, voltage, heater family and manufacturer part number.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e1000W\u003c\/div\u003e\n\n        \u003ch3\u003e1,000-Watt Output\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The individual replacement heating element is rated at 1,000 watts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e240V\u003c\/div\u003e\n\n        \u003ch3\u003e240-Volt Configuration\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Intended for the compatible 240-volt EOS Gracil 6 kW heater\n          configuration.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eEOS\u003c\/div\u003e\n\n        \u003ch3\u003eGenuine EOS Component\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Identified by EOS manufacturer part number 20016839 for compatible\n          sauna heater service and repair.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COMPATIBILITY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016839-compatibility\"\u003e\n    \u003cdiv class=\"mlhs-product__compatibility\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Compatibility Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016839-compatibility\"\u003e\n        Confirm the Gracil Model, 6 kW Output and 240V Configuration\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS 20016839 is listed for compatible EOS Gracil electric sauna\n        heaters rated at 6 kW and configured for 240-volt electrical service.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eListed Heater Configuration\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS Gracil heater series\u003c\/li\u003e\n            \u003cli\u003e6 kW total heater output\u003c\/li\u003e\n            \u003cli\u003e240-volt electrical configuration\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eReplacement Part Identification\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS part number 20016839\u003c\/li\u003e\n            \u003cli\u003e1,000-watt individual element\u003c\/li\u003e\n            \u003cli\u003eReplacement heating element component\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eBefore purchasing:\u003c\/strong\u003e Match EOS part number\n          \u003cstrong\u003e20016839\u003c\/strong\u003e to the heater data plate, current EOS\n          service documentation, existing element or technician-supplied\n          parts list. Do not select a replacement component by appearance\n          alone.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SELECTION GUIDE --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016839-selection\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eElement Selection\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016839-selection\"\u003e\n        Match the Heater Family and Electrical Specifications\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Other EOS heaters may use replacement elements with similar shapes,\n        voltages or wattage ratings. These similarities do not establish\n        compatibility with an EOS Gracil heater.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS 20016839 compatibility checklist\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSelection Detail\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eRequired Match\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeater manufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeater family\u003c\/th\u003e\n            \u003ctd\u003eGracil\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eTotal heater output\u003c\/th\u003e\n            \u003ctd\u003e6 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElectrical voltage\u003c\/th\u003e\n            \u003ctd\u003e240V\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIndividual element output\u003c\/th\u003e\n            \u003ctd\u003e1,000W\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eEOS part number\u003c\/th\u003e\n            \u003ctd\u003e20016839\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        A 1,000W, 240V element intended for another sauna heater should not be\n        assumed compatible. Match the heater family and complete EOS part\n        number.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016839-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016839-specifications\"\u003e\n        EOS 20016839 Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS 20016839 replacement heating element specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016839\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel number\u003c\/th\u003e\n            \u003ctd\u003e20016839\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eElectric sauna heater replacement element\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElement output\u003c\/th\u003e\n            \u003ctd\u003e1,000 watts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e240 volts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater series\u003c\/th\u003e\n            \u003ctd\u003eEOS Gracil\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater output\u003c\/th\u003e\n            \u003ctd\u003e6 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eQuantity\u003c\/th\u003e\n            \u003ctd\u003eOne replacement heating element per quantity ordered\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eReturn status\u003c\/th\u003e\n            \u003ctd\u003e\n              Nonreturnable replacement component. Verify compatibility before\n              ordering.\n            \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!-- PACKAGE CONTENTS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016839-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016839-included\"\u003e\n        What Is Included?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003e\n            One EOS 20016839 1,000W, 240V replacement heating element\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eComplete EOS Gracil sauna heater\u003c\/li\u003e\n          \u003cli\u003eAdditional heating elements\u003c\/li\u003e\n          \u003cli\u003eSauna stones\u003c\/li\u003e\n          \u003cli\u003eSauna control system\u003c\/li\u003e\n          \u003cli\u003eElectrical wiring or circuit protection\u003c\/li\u003e\n          \u003cli\u003eInstallation or service labor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Product images may display the component from multiple angles or in a\n        heater-service context. This listing is for one replacement heating\n        element only.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BEFORE ORDERING --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016839-verification\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eBefore You Order\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016839-verification\"\u003e\n        How to Confirm the Correct EOS Gracil Element\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Verify the complete heater configuration before purchasing this\n        electrical replacement component.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eCheck the Heater Data Plate\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Confirm that the installed heater is an EOS Gracil model rated at\n          6 kW and configured for 240-volt electrical service.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eMatch Part Number 20016839\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Compare the required part number with current EOS documentation,\n          the existing element or a parts list supplied by a qualified\n          technician.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eConfirm the Required Quantity\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Have the heater diagnosed to determine whether one or multiple\n          heating elements require replacement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INSTALLATION --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016839-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProfessional Installation\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016839-installation\"\u003e\n        Heating Element Replacement Requires Qualified Service\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Replacing an electric sauna heating element involves high-voltage\n        electrical connections, heater disassembly, component testing and\n        correct sauna-stone placement. The heater must be completely\n        disconnected from electrical power before inspection or service.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Installation should be completed by a licensed electrician or\n        qualified sauna-service professional following current EOS\n        instructions and applicable electrical requirements.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eDisconnect and secure electrical power before servicing\u003c\/li\u003e\n        \u003cli\u003eAllow the heater and sauna stones to cool completely\u003c\/li\u003e\n        \u003cli\u003eConfirm the failed component before replacement\u003c\/li\u003e\n        \u003cli\u003eInspect terminals, wiring and adjacent elements\u003c\/li\u003e\n        \u003cli\u003eInstall the replacement according to EOS documentation\u003c\/li\u003e\n        \u003cli\u003eReinstall sauna stones according to heater instructions\u003c\/li\u003e\n        \u003cli\u003eInspect and test the completed installation before use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eSafety note:\u003c\/strong\u003e Do not energize the heater until all\n        wiring, protective components, stones and exterior panels have been\n        correctly reassembled and inspected.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- RETURN POLICY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016839-return-policy\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Important Purchase Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016839-return-policy\"\u003e\n        This Replacement Part Is Nonreturnable\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice mlhs-product__notice--important\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eFinal-sale replacement component:\u003c\/strong\u003e This heating\n        element cannot be returned. Confirm the EOS Gracil heater series,\n        6 kW output, 240V configuration, 1,000W element rating and EOS part\n        number 20016839 before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY BUY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-20016839-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-20016839-mlhs\"\u003e\n        Why Order EOS Replacement Parts from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eCompatibility Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Send us the heater model, voltage, kilowatt rating and required EOS\n          part number when you need help comparing them with this listing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the voltage, wattage, heater application, package contents\n          and final-sale status before placing your order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016839-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016839-faq\"\u003e\n        EOS 20016839 Replacement Heating Element FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS 20016839?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a 1,000-watt, 240-volt replacement heating element for\n            compatible EOS Gracil 6 kW electric sauna heaters.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich sauna heater uses EOS part 20016839?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The part is listed for compatible EOS Gracil electric sauna\n            heaters rated at 6 kW and configured for 240 volts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the output of this heating element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The individual replacement heating element is rated at\n            1,000 watts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a complete EOS Gracil sauna heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This listing is for one replacement heating element and not a\n            complete sauna heater.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan this element be used with another EOS heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Compatibility should not be assumed. This component is identified\n            for a compatible EOS Gracil 6 kW, 240V heater. Match the exact EOS\n            part number to the heater documentation.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eAre all 1,000W, 240V heating elements interchangeable?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. Matching voltage and wattage alone does not establish\n            compatibility. The heater family and manufacturer part number\n            must also match.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow many replacement elements should I order?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The required quantity depends on the heater diagnosis. Confirm how\n            many elements require replacement before ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWho should install the EOS 20016839?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            A licensed electrician or qualified sauna-service professional\n            should diagnose and service the heater according to current EOS\n            instructions and applicable electrical requirements.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the EOS 20016839 be returned?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This replacement component is nonreturnable. Verify the heater\n            series, voltage, output, wattage and required part number before\n            ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-20016839-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Need Help Confirming Compatibility?\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016839-help\"\u003e\n        Verify Your EOS Gracil Heater Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us a clear photo of the heater data plate along with the heater\n        model, voltage, kilowatt rating and required part number. We will help\n        you compare that information with this product listing.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA\nProduct and Offer schema should be generated by the Shopify\ntheme or Google \u0026 YouTube app to avoid conflicts with live\npricing, currency, inventory and availability information.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS 20016839?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 20016839 is a 1,000-watt, 240-volt replacement heating element for compatible EOS Gracil 6 kW electric sauna heaters.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which sauna heater uses EOS part 20016839?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The part is listed for compatible EOS Gracil electric sauna heaters rated at 6 kW and configured for 240 volts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the output of the EOS 20016839 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The individual replacement heating element is rated at 1,000 watts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS 20016839 a complete EOS Gracil sauna heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This listing is for one replacement heating element and not a complete sauna heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 20016839 be used with another EOS heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Compatibility should not be assumed. The component is identified for a compatible EOS Gracil 6 kW, 240-volt heater. Match the exact EOS part number to the heater documentation.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are all 1,000-watt, 240-volt heating elements interchangeable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Matching voltage and wattage alone does not establish compatibility. The heater family and manufacturer part number must also match.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How many EOS 20016839 heating elements should be ordered?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The required quantity depends on the heater diagnosis. Confirm how many elements require replacement before ordering.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who should install the EOS 20016839 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A licensed electrician or qualified sauna-service professional should diagnose and service the heater according to current EOS instructions and applicable electrical requirements.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 20016839 heating element be returned?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This replacement component is nonreturnable. Verify the heater series, voltage, output, wattage and required part number before ordering.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50428839756005,"sku":"20016839","price":110.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-gracil-1000w-replacement-heating-element-240v-4351372.jpg?v=1784586007"},{"product_id":"eos-gracil-1000w-208v-heating-element-20016834","title":"EOS Gracil 1,000W Replacement Heating Element 208V","description":"\u003c!-- =========================================================\nMLHS | EOS 20016834 GRACIL HEATING ELEMENT\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-danger: #943c35;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background: linear-gradient(\n      120deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(248, 242, 237, 0.96)\n    );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 62px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 640px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--important {\n    border-left-color: var(--mlhs-danger);\n    background: #fff4f2;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-20016834-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Genuine EOS Sauna Heater Replacement Part\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016834-intro\"\u003e\n        208V Replacement Element for the EOS Gracil 6 kW Heater\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS 20016834 is a 1,000-watt, 208-volt replacement heating\n        element designed for compatible EOS Gracil 6 kW electric sauna\n        heaters.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Use this genuine EOS component when servicing a Gracil heater that\n        requires manufacturer part number 20016834. Confirm the heater series,\n        total kilowatt rating, electrical voltage and individual element\n        wattage before ordering.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key product information\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e1,000W element\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e208V rated\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eFor 6 kW Gracil heaters\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eGenuine EOS component\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003ePart 20016834\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016834-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-20016834-overview\"\u003e\n          EOS Gracil Spare Heating Element\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          This replacement component is intended for compatible EOS Gracil\n          electric sauna heaters with a total rated output of 6 kW and a\n          208-volt electrical configuration. The individual heating element\n          is rated at 1,000 watts.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This listing is for one replacement element rather than a complete\n          sauna heater. A qualified technician should diagnose the heater,\n          identify the failed component and determine the required replacement\n          quantity.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"EOS 20016834 product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003ePart number\u003c\/dt\u003e\n          \u003cdd\u003e20016834\u003c\/dd\u003e\n\n          \u003cdt\u003eComponent\u003c\/dt\u003e\n          \u003cdd\u003eReplacement heating element\u003c\/dd\u003e\n\n          \u003cdt\u003eElement output\u003c\/dt\u003e\n          \u003cdd\u003e1,000 watts\u003c\/dd\u003e\n\n          \u003cdt\u003eVoltage\u003c\/dt\u003e\n          \u003cdd\u003e208 volts\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater series\u003c\/dt\u003e\n          \u003cdd\u003eEOS Gracil\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater output\u003c\/dt\u003e\n          \u003cdd\u003e6 kW\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016834-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016834-features\"\u003e\n        Model-Specific Replacement for Compatible EOS Gracil Heaters\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Electric sauna heating elements must match the heater's electrical\n        and mechanical requirements. The EOS 20016834 is identified by its\n        voltage, wattage, heater family and manufacturer part number.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e1000W\u003c\/div\u003e\n\n        \u003ch3\u003e1,000-Watt Output\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The individual replacement heating element is rated at 1,000 watts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e208V\u003c\/div\u003e\n\n        \u003ch3\u003e208-Volt Configuration\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Intended for the compatible 208-volt EOS Gracil 6 kW heater\n          configuration.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eEOS\u003c\/div\u003e\n\n        \u003ch3\u003eGenuine EOS Component\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Identified by EOS manufacturer part number 20016834 for compatible\n          sauna heater service and repair.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016834-compatibility\"\u003e\n    \u003cdiv class=\"mlhs-product__compatibility\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Compatibility Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016834-compatibility\"\u003e\n        Confirm the Gracil Model, 6 kW Output and 208V Configuration\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS 20016834 is listed for compatible EOS Gracil electric sauna\n        heaters rated at 6 kW and configured for 208-volt electrical service.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eListed Heater Configuration\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS Gracil heater series\u003c\/li\u003e\n            \u003cli\u003e6 kW total heater output\u003c\/li\u003e\n            \u003cli\u003e208-volt electrical configuration\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eReplacement Part Identification\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS part number 20016834\u003c\/li\u003e\n            \u003cli\u003e1,000-watt individual element\u003c\/li\u003e\n            \u003cli\u003eReplacement heating element component\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eBefore purchasing:\u003c\/strong\u003e Match EOS part number\n          \u003cstrong\u003e20016834\u003c\/strong\u003e to the heater data plate, current EOS\n          service documentation, existing element or technician-supplied\n          parts list. Do not select a replacement component by appearance\n          alone.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016834-voltage-comparison\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eVoltage Selection\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016834-voltage-comparison\"\u003e\n        Do Not Confuse the 208V and 240V Gracil Elements\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        EOS uses different replacement elements for different electrical\n        configurations. Matching the wattage and heater family does not\n        establish compatibility when the voltage or part number differs.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS Gracil replacement heating element comparison\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eEOS 20016834\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eEOS 20016839\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeater family\u003c\/th\u003e\n            \u003ctd\u003eEOS Gracil\u003c\/td\u003e\n            \u003ctd\u003eEOS Gracil\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eListed heater output\u003c\/th\u003e\n            \u003ctd\u003e6 kW\u003c\/td\u003e\n            \u003ctd\u003e6 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIndividual element output\u003c\/th\u003e\n            \u003ctd\u003e1,000W\u003c\/td\u003e\n            \u003ctd\u003e1,000W\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e208V\u003c\/td\u003e\n            \u003ctd\u003e240V\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016834\u003c\/td\u003e\n            \u003ctd\u003e20016839\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSelection guidance\u003c\/th\u003e\n            \u003ctd\u003e\n              Choose only when the heater documentation requires the\n              208V EOS 20016834 element.\n            \u003c\/td\u003e\n            \u003ctd\u003e\n              Choose only when the heater documentation requires the\n              240V EOS 20016839 element.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Do not substitute a 240V replacement element for this 208V component.\n        Match the electrical voltage and EOS part number exactly.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016834-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016834-specifications\"\u003e\n        EOS 20016834 Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS 20016834 replacement heating element specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016834\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel number\u003c\/th\u003e\n            \u003ctd\u003e20016834\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eElectric sauna heater replacement element\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElement output\u003c\/th\u003e\n            \u003ctd\u003e1,000 watts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e208 volts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater series\u003c\/th\u003e\n            \u003ctd\u003eEOS Gracil\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater output\u003c\/th\u003e\n            \u003ctd\u003e6 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eQuantity\u003c\/th\u003e\n            \u003ctd\u003eOne replacement heating element per quantity ordered\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eReturn status\u003c\/th\u003e\n            \u003ctd\u003e\n              Nonreturnable replacement component. Verify compatibility before\n              ordering.\n            \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  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016834-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016834-included\"\u003e\n        What Is Included?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003e\n            One EOS 20016834 1,000W, 208V replacement heating element\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eComplete EOS Gracil sauna heater\u003c\/li\u003e\n          \u003cli\u003eAdditional heating elements\u003c\/li\u003e\n          \u003cli\u003eSauna stones\u003c\/li\u003e\n          \u003cli\u003eSauna control system\u003c\/li\u003e\n          \u003cli\u003eElectrical wiring or circuit protection\u003c\/li\u003e\n          \u003cli\u003eInstallation or service labor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Product images may show the component from multiple angles or in a\n        heater-service context. This listing is for one replacement heating\n        element only.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016834-verification\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eBefore You Order\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016834-verification\"\u003e\n        How to Confirm the Correct EOS Gracil Element\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Verify the complete heater configuration before purchasing this\n        electrical replacement component.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eCheck the Heater Data Plate\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Confirm that the installed heater is an EOS Gracil model rated at\n          6 kW and configured for 208-volt electrical service.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eMatch Part Number 20016834\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Compare the required part number with current EOS documentation,\n          the existing element or a parts list supplied by a qualified\n          technician.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eConfirm the Required Quantity\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Have the heater diagnosed to determine whether one or multiple\n          heating elements require replacement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016834-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProfessional Installation\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016834-installation\"\u003e\n        Heating Element Replacement Requires Qualified Service\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Replacing an electric sauna heating element involves high-voltage\n        electrical connections, heater disassembly, component testing and\n        correct sauna-stone placement. The heater must be completely\n        disconnected from electrical power before inspection or service.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Installation should be completed by a licensed electrician or\n        qualified sauna-service professional following current EOS\n        instructions and applicable electrical requirements.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eDisconnect and secure electrical power before servicing\u003c\/li\u003e\n        \u003cli\u003eAllow the heater and sauna stones to cool completely\u003c\/li\u003e\n        \u003cli\u003eConfirm the failed component before replacement\u003c\/li\u003e\n        \u003cli\u003eInspect terminals, wiring and adjacent elements\u003c\/li\u003e\n        \u003cli\u003eInstall the replacement according to EOS documentation\u003c\/li\u003e\n        \u003cli\u003eReinstall sauna stones according to heater instructions\u003c\/li\u003e\n        \u003cli\u003eInspect and test the completed installation before use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eSafety note:\u003c\/strong\u003e Do not energize the heater until all\n        wiring, protective components, stones and exterior panels have been\n        correctly reassembled and inspected.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016834-return-policy\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Important Purchase Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016834-return-policy\"\u003e\n        This Replacement Part Is Nonreturnable\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice mlhs-product__notice--important\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eFinal-sale replacement component:\u003c\/strong\u003e This heating\n        element cannot be returned. Confirm the EOS Gracil heater series,\n        6 kW output, 208V configuration, 1,000W element rating and EOS part\n        number 20016834 before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-20016834-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-20016834-mlhs\"\u003e\n        Why Order EOS Replacement Parts from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eCompatibility Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Send us the heater model, voltage, kilowatt rating and required EOS\n          part number when you need help comparing them with this listing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the voltage, wattage, heater application, package contents\n          and final-sale status before placing your order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016834-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016834-faq\"\u003e\n        EOS 20016834 Replacement Heating Element FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS 20016834?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a 1,000-watt, 208-volt replacement heating element for\n            compatible EOS Gracil 6 kW electric sauna heaters.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich sauna heater uses EOS part 20016834?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The part is listed for compatible EOS Gracil electric sauna\n            heaters rated at 6 kW and configured for 208 volts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the output of this heating element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The individual replacement heating element is rated at\n            1,000 watts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a complete EOS Gracil sauna heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This listing is for one replacement heating element and not a\n            complete sauna heater.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Is EOS 20016834 the same as the 240V EOS 20016839?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. EOS 20016834 is rated for 208 volts, while EOS 20016839 is\n            rated for 240 volts. Match the exact voltage and manufacturer part\n            number to the heater documentation.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Are all 1,000W EOS Gracil elements interchangeable?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. Matching wattage and heater family alone does not establish\n            compatibility. The voltage and EOS manufacturer part number must\n            also match.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow many replacement elements should I order?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The required quantity depends on the heater diagnosis. Confirm how\n            many elements require replacement before ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWho should install the EOS 20016834?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            A licensed electrician or qualified sauna-service professional\n            should diagnose and service the heater according to current EOS\n            instructions and applicable electrical requirements.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the EOS 20016834 be returned?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This replacement component is nonreturnable. Verify the heater\n            series, voltage, output, wattage and required part number before\n            ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-20016834-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Need Help Confirming Compatibility?\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016834-help\"\u003e\n        Verify Your EOS Gracil Heater Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us a clear photo of the heater data plate along with the heater\n        model, voltage, kilowatt rating and required part number. We will help\n        you compare that information with this product listing.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA\nProduct and Offer schema should be generated by the Shopify\ntheme or Google \u0026 YouTube app to avoid conflicts with live\npricing, currency, inventory and availability information.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS 20016834?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 20016834 is a 1,000-watt, 208-volt replacement heating element for compatible EOS Gracil 6 kW electric sauna heaters.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which sauna heater uses EOS part 20016834?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The part is listed for compatible EOS Gracil electric sauna heaters rated at 6 kW and configured for 208 volts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the output of the EOS 20016834 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The individual replacement heating element is rated at 1,000 watts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS 20016834 a complete EOS Gracil sauna heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This listing is for one replacement heating element and not a complete sauna heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is EOS 20016834 the same as the 240V EOS 20016839?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. EOS 20016834 is rated for 208 volts, while EOS 20016839 is rated for 240 volts. Match the exact voltage and manufacturer part number to the heater documentation.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are all 1,000-watt EOS Gracil heating elements interchangeable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Matching wattage and heater family alone does not establish compatibility. The voltage and EOS manufacturer part number must also match.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How many EOS 20016834 heating elements should be ordered?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The required quantity depends on the heater diagnosis. Confirm how many elements require replacement before ordering.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who should install the EOS 20016834 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A licensed electrician or qualified sauna-service professional should diagnose and service the heater according to current EOS instructions and applicable electrical requirements.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 20016834 heating element be returned?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This replacement component is nonreturnable. Verify the heater series, voltage, output, wattage and required part number before ordering.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50428876849381,"sku":"20016834","price":110.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-gracil-1000w-replacement-heating-element-208v-3471298.jpg?v=1784586006"},{"product_id":"eos-invisio-2000w-240v-heating-element-20016847","title":"EOS Invisio 2,000W Replacement Heating Element 240V","description":"\u003c!-- =========================================================\nMLHS | EOS 20016847 INVISIO HEATING ELEMENT\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-danger: #943c35;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background: linear-gradient(\n      120deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(248, 242, 237, 0.96)\n    );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 66px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 640px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--important {\n    border-left-color: var(--mlhs-danger);\n    background: #fff4f2;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003c!-- PRODUCT INTRODUCTION --\u003e\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-20016847-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        EOS Sauna Heater Replacement Part\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016847-intro\"\u003e\n        240V Replacement Element for the EOS Invisio 6 kW Heater\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS 20016847 is a 2,000-watt, 240-volt spare heating element\n        designed for compatible EOS Invisio 6 kW electric sauna heaters.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Use this component when servicing an EOS Invisio heater that requires\n        manufacturer part number 20016847. Confirm the heater family, total\n        kilowatt rating, electrical voltage and individual element wattage\n        before ordering.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key product information\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e2,000W element\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e240V rated\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eFor 6 kW Invisio heaters\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eEOS spare component\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003ePart 20016847\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PRODUCT OVERVIEW --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016847-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-20016847-overview\"\u003e\n          EOS Invisio Spare Heating Element\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          This replacement component is intended for compatible EOS Invisio\n          electric sauna heaters with a total rated output of 6 kW and a\n          240-volt electrical configuration. The individual heating element\n          is rated at 2,000 watts.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This is a replacement heating element rather than a complete sauna\n          heater. A qualified technician should diagnose the heater, identify\n          the failed component and confirm the replacement part before the\n          order is placed.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"EOS 20016847 product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003ePart number\u003c\/dt\u003e\n          \u003cdd\u003e20016847\u003c\/dd\u003e\n\n          \u003cdt\u003eComponent\u003c\/dt\u003e\n          \u003cdd\u003eSpare heating element\u003c\/dd\u003e\n\n          \u003cdt\u003eElement output\u003c\/dt\u003e\n          \u003cdd\u003e2,000 watts\u003c\/dd\u003e\n\n          \u003cdt\u003eVoltage\u003c\/dt\u003e\n          \u003cdd\u003e240 volts\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater series\u003c\/dt\u003e\n          \u003cdd\u003eEOS Invisio\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater output\u003c\/dt\u003e\n          \u003cdd\u003e6 kW\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016847-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016847-features\"\u003e\n        Model-Specific Replacement for Compatible EOS Invisio Heaters\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Sauna heating elements must match the electrical and mechanical\n        requirements of the heater. The EOS 20016847 is identified by its\n        heater family, voltage, wattage and manufacturer part number.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e2000W\u003c\/div\u003e\n\n        \u003ch3\u003e2,000-Watt Output\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The individual replacement heating element is rated at 2,000 watts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e240V\u003c\/div\u003e\n\n        \u003ch3\u003e240-Volt Configuration\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Intended for the compatible 240-volt EOS Invisio 6 kW heater\n          configuration.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eEOS\u003c\/div\u003e\n\n        \u003ch3\u003eEOS Replacement Component\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Identified by EOS manufacturer part number 20016847 for compatible\n          Invisio sauna heater service.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COMPATIBILITY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016847-compatibility\"\u003e\n    \u003cdiv class=\"mlhs-product__compatibility\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Compatibility Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016847-compatibility\"\u003e\n        Confirm the Invisio Model, 6 kW Output and 240V Configuration\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS 20016847 is listed for compatible EOS Invisio electric sauna\n        heaters rated at 6 kW and configured for 240-volt electrical service.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eListed Heater Configuration\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS Invisio heater series\u003c\/li\u003e\n            \u003cli\u003e6 kW total heater output\u003c\/li\u003e\n            \u003cli\u003e240-volt electrical configuration\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eReplacement Part Identification\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS part number 20016847\u003c\/li\u003e\n            \u003cli\u003e2,000-watt individual element\u003c\/li\u003e\n            \u003cli\u003eSpare electric sauna heater element\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eBefore purchasing:\u003c\/strong\u003e Match EOS part number\n          \u003cstrong\u003e20016847\u003c\/strong\u003e to the heater data plate, applicable EOS\n          service documentation, existing component or technician-supplied\n          parts list. Do not select a replacement element by appearance alone.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SELECTION GUIDE --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016847-selection\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eElement Selection\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016847-selection\"\u003e\n        Match All Five Compatibility Details\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Similar EOS heater elements may have the same voltage or may appear\n        nearly identical. Compatibility should be confirmed using the complete\n        heater and replacement-part information.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS 20016847 compatibility checklist\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSelection Detail\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eRequired Match\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeater manufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeater family\u003c\/th\u003e\n            \u003ctd\u003eInvisio\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eTotal heater output\u003c\/th\u003e\n            \u003ctd\u003e6 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElectrical voltage\u003c\/th\u003e\n            \u003ctd\u003e240V\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIndividual element output\u003c\/th\u003e\n            \u003ctd\u003e2,000W\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eEOS part number\u003c\/th\u003e\n            \u003ctd\u003e20016847\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Matching only the 240V rating is not sufficient. The Invisio heater\n        series, 6 kW heater output, 2,000W element rating and EOS part number\n        must also match.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016847-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016847-specifications\"\u003e\n        EOS 20016847 Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS 20016847 replacement element specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016847\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel number\u003c\/th\u003e\n            \u003ctd\u003e20016847\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eElectric sauna heater spare element\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElement output\u003c\/th\u003e\n            \u003ctd\u003e2,000 watts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e240 volts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater series\u003c\/th\u003e\n            \u003ctd\u003eEOS Invisio\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater output\u003c\/th\u003e\n            \u003ctd\u003e6 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eReturn status\u003c\/th\u003e\n            \u003ctd\u003e\n              Nonreturnable replacement component. Verify compatibility before\n              ordering.\n            \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!-- PACKAGE CONTENTS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016847-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016847-included\"\u003e\n        What Is Included?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003e\n            EOS 20016847 2,000W, 240V spare heating element\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eComplete EOS Invisio sauna heater\u003c\/li\u003e\n          \u003cli\u003eAdditional replacement elements\u003c\/li\u003e\n          \u003cli\u003eSauna stones\u003c\/li\u003e\n          \u003cli\u003eSauna control system\u003c\/li\u003e\n          \u003cli\u003eSafety grill or bench components\u003c\/li\u003e\n          \u003cli\u003eElectrical wiring or circuit protection\u003c\/li\u003e\n          \u003cli\u003eInstallation or service labor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Product images may show the element from multiple angles or within a\n        heater-service context. This listing is for the EOS 20016847 spare\n        heating element, not a complete sauna heater.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BEFORE ORDERING --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016847-verification\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eBefore You Order\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016847-verification\"\u003e\n        How to Confirm the Correct EOS Invisio Element\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Verify the complete heater configuration before purchasing this\n        electrical replacement component.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eCheck the Heater Data Plate\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Confirm that the installed heater is an EOS Invisio model rated at\n          6 kW and configured for 240-volt electrical service.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eMatch Part Number 20016847\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Compare the required part number with EOS service documentation,\n          the existing element or a parts list supplied by a qualified\n          technician.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eConfirm the Repair Requirements\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Have the heater diagnosed before ordering so the technician can\n          confirm the failed component and required replacement parts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INSTALLATION --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016847-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProfessional Installation\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016847-installation\"\u003e\n        Heating Element Replacement Requires Qualified Service\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Replacing an electric sauna heating element involves high-voltage\n        electrical connections, heater disassembly, component testing and\n        correct sauna-stone placement. The heater must be fully disconnected\n        from electrical power before inspection or service.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Installation should be completed by a licensed electrician or\n        qualified sauna-service professional following current EOS\n        instructions and applicable electrical requirements.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eDisconnect and secure electrical power before servicing\u003c\/li\u003e\n        \u003cli\u003eAllow the heater and sauna stones to cool completely\u003c\/li\u003e\n        \u003cli\u003eConfirm the failed component before replacement\u003c\/li\u003e\n        \u003cli\u003eInspect terminals, wiring and adjacent elements\u003c\/li\u003e\n        \u003cli\u003eInstall the replacement according to EOS documentation\u003c\/li\u003e\n        \u003cli\u003eReinstall stones according to the heater instructions\u003c\/li\u003e\n        \u003cli\u003eInspect and test the completed installation before use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eSafety note:\u003c\/strong\u003e Do not energize the heater until all\n        wiring, protective components, stones, safety accessories and exterior\n        panels have been properly reassembled and inspected.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- RETURN POLICY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016847-return-policy\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Important Purchase Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016847-return-policy\"\u003e\n        This Replacement Part Is Nonreturnable\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice mlhs-product__notice--important\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eFinal-sale replacement component:\u003c\/strong\u003e The EOS 20016847\n        cannot be returned. Confirm the EOS Invisio heater series, 6 kW heater\n        output, 240V configuration, 2,000W element rating and manufacturer\n        part number before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY BUY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-20016847-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-20016847-mlhs\"\u003e\n        Why Order EOS Replacement Parts from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eCompatibility Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Send us the heater model, voltage, kilowatt rating and required EOS\n          part number when you need help comparing them with this listing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the voltage, wattage, heater application, package contents\n          and final-sale status before placing your order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016847-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016847-faq\"\u003e\n        EOS 20016847 Replacement Heating Element FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS 20016847?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a 2,000-watt, 240-volt spare heating element for compatible\n            EOS Invisio 6 kW electric sauna heaters.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich sauna heater uses EOS part 20016847?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The part is listed for compatible EOS Invisio electric sauna\n            heaters rated at 6 kW and configured for 240 volts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the output of this heating element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The individual replacement heating element is rated at\n            2,000 watts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a complete EOS Invisio sauna heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This is a replacement heating element and not a complete\n            electric sauna heater.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWill this element fit an EOS Invisio 9 kW heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            This part is specifically listed for a compatible EOS Invisio\n            6 kW, 240V heater. Do not assume compatibility with a 9 kW model.\n            Match the exact part number required by the heater documentation.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Are all 2,000W, 240V sauna heater elements interchangeable?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. Matching voltage and wattage alone does not confirm\n            compatibility. The heater manufacturer, model family, total\n            heater output and replacement part number must also match.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do I verify that this is the correct element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Confirm the EOS Invisio heater family, 6 kW heater rating, 240V\n            electrical configuration, 2,000W element rating and EOS part\n            number 20016847.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWho should install the EOS 20016847?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            A licensed electrician or qualified sauna-service professional\n            should diagnose and service the heater according to EOS\n            instructions and applicable electrical requirements.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the EOS 20016847 be returned?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This replacement component is nonreturnable. Verify the heater\n            series, voltage, total output, element wattage and required part\n            number before ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-20016847-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Need Help Confirming Compatibility?\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016847-help\"\u003e\n        Verify Your EOS Invisio Heater Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us a clear photo of the heater data plate along with the heater\n        model, voltage, kilowatt rating and required part number. We will help\n        you compare that information with this product listing.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA\nProduct and Offer schema should be generated by the Shopify\ntheme or Google \u0026 YouTube app to avoid conflicts with live\npricing, currency, inventory and availability information.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS 20016847?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 20016847 is a 2,000-watt, 240-volt spare heating element for compatible EOS Invisio 6 kW electric sauna heaters.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which sauna heater uses EOS part 20016847?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The part is listed for compatible EOS Invisio electric sauna heaters rated at 6 kW and configured for 240 volts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the output of the EOS 20016847 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The individual replacement heating element is rated at 2,000 watts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS 20016847 a complete EOS Invisio sauna heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The EOS 20016847 is a replacement heating element and not a complete electric sauna heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Will the EOS 20016847 fit an EOS Invisio 9 kW heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 20016847 is specifically listed for a compatible EOS Invisio 6 kW, 240-volt heater. Do not assume compatibility with a 9 kW model. Match the exact part number required by the heater documentation.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are all 2,000-watt, 240-volt sauna heater elements interchangeable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Matching voltage and wattage alone does not confirm compatibility. The heater manufacturer, model family, total heater output and replacement part number must also match.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I verify that EOS 20016847 is the correct element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Confirm the EOS Invisio heater family, 6 kW heater rating, 240-volt electrical configuration, 2,000-watt element rating and EOS part number 20016847.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who should install the EOS 20016847 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A licensed electrician or qualified sauna-service professional should diagnose and service the heater according to EOS instructions and applicable electrical requirements.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 20016847 heating element be returned?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This replacement component is nonreturnable. Verify the heater series, voltage, total output, element wattage and required part number before ordering.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50428890906853,"sku":"20016847","price":117.14,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-invisio-2000w-replacement-heating-element-240v-2965336.jpg?v=1784586006"},{"product_id":"eos-invisio-2000w-208v-heating-element-20016845","title":"EOS Invisio 2,000W Replacement Heating Element 208V","description":"\u003c!-- =========================================================\nMLHS | EOS 20016845 INVISIO HEATING ELEMENT\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-danger: #943c35;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background: linear-gradient(\n      120deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(248, 242, 237, 0.96)\n    );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 66px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 640px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--important {\n    border-left-color: var(--mlhs-danger);\n    background: #fff4f2;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003c!-- PRODUCT INTRODUCTION --\u003e\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-20016845-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        EOS Sauna Heater Replacement Part\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016845-intro\"\u003e\n        208V Replacement Element for EOS Invisio 6 kW and 12 kW Heaters\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS 20016845 is a 2,000-watt, 208-volt spare heating element\n        designed for compatible EOS Invisio 6 kW and 12 kW electric sauna\n        heaters.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Use this component when servicing an EOS Invisio heater that requires\n        manufacturer part number 20016845. Confirm the heater family, total\n        kilowatt rating, electrical voltage and individual element wattage\n        before ordering.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key product information\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e2,000W element\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e208V rated\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eFor 6 kW Invisio heaters\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eFor 12 kW Invisio heaters\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003ePart 20016845\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PRODUCT OVERVIEW --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016845-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-20016845-overview\"\u003e\n          EOS Invisio Spare Heating Element\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          This replacement component is intended for compatible EOS Invisio\n          electric sauna heaters with a total rated output of either 6 kW or\n          12 kW and a 208-volt electrical configuration. The individual\n          heating element is rated at 2,000 watts.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This listing is for a replacement heating element rather than a\n          complete sauna heater. A qualified technician should diagnose the\n          heater, identify the failed component and confirm the correct\n          replacement part before ordering.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"EOS 20016845 product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003ePart number\u003c\/dt\u003e\n          \u003cdd\u003e20016845\u003c\/dd\u003e\n\n          \u003cdt\u003eComponent\u003c\/dt\u003e\n          \u003cdd\u003eSpare heating element\u003c\/dd\u003e\n\n          \u003cdt\u003eElement output\u003c\/dt\u003e\n          \u003cdd\u003e2,000 watts\u003c\/dd\u003e\n\n          \u003cdt\u003eVoltage\u003c\/dt\u003e\n          \u003cdd\u003e208 volts\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater series\u003c\/dt\u003e\n          \u003cdd\u003eEOS Invisio\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater outputs\u003c\/dt\u003e\n          \u003cdd\u003e6 kW or 12 kW\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016845-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016845-features\"\u003e\n        Model-Specific Replacement for Compatible EOS Invisio Heaters\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Sauna heating elements must match the electrical and mechanical\n        requirements of the heater. The EOS 20016845 is identified by its\n        heater family, voltage, wattage and manufacturer part number.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e2000W\u003c\/div\u003e\n\n        \u003ch3\u003e2,000-Watt Output\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The individual replacement heating element is rated at 2,000 watts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e208V\u003c\/div\u003e\n\n        \u003ch3\u003e208-Volt Configuration\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Intended for compatible 208-volt EOS Invisio heater configurations.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e6\/12\u003c\/div\u003e\n\n        \u003ch3\u003eTwo Listed Heater Outputs\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Listed for compatible EOS Invisio heaters rated at either 6 kW or\n          12 kW.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COMPATIBILITY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016845-compatibility\"\u003e\n    \u003cdiv class=\"mlhs-product__compatibility\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Compatibility Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016845-compatibility\"\u003e\n        Confirm the Invisio Series, 208V Configuration and Required Part Number\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS 20016845 is listed for compatible EOS Invisio electric sauna\n        heaters rated at either 6 kW or 12 kW and configured for 208-volt\n        electrical service.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eListed Heater Configurations\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS Invisio heater series\u003c\/li\u003e\n            \u003cli\u003e6 kW or 12 kW total heater output\u003c\/li\u003e\n            \u003cli\u003e208-volt electrical configuration\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eReplacement Part Identification\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS part number 20016845\u003c\/li\u003e\n            \u003cli\u003e2,000-watt individual element\u003c\/li\u003e\n            \u003cli\u003eSpare electric sauna heater element\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eBefore purchasing:\u003c\/strong\u003e Match EOS part number\n          \u003cstrong\u003e20016845\u003c\/strong\u003e to the heater data plate, applicable EOS\n          service documentation, existing component or technician-supplied\n          parts list. Do not select a replacement element by appearance alone.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- VOLTAGE COMPARISON --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016845-voltage-comparison\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eVoltage Selection\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016845-voltage-comparison\"\u003e\n        Do Not Confuse the 208V and 240V Invisio Elements\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS 20016845 and EOS 20016847 are both 2,000-watt Invisio heating\n        elements, but they have different voltage ratings and listed heater\n        applications.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS Invisio 2,000-watt heating element comparison\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eEOS 20016845\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eEOS 20016847\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeater family\u003c\/th\u003e\n            \u003ctd\u003eEOS Invisio\u003c\/td\u003e\n            \u003ctd\u003eEOS Invisio\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eListed heater output\u003c\/th\u003e\n            \u003ctd\u003e6 kW or 12 kW\u003c\/td\u003e\n            \u003ctd\u003e6 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIndividual element output\u003c\/th\u003e\n            \u003ctd\u003e2,000W\u003c\/td\u003e\n            \u003ctd\u003e2,000W\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e208V\u003c\/td\u003e\n            \u003ctd\u003e240V\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016845\u003c\/td\u003e\n            \u003ctd\u003e20016847\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSelection guidance\u003c\/th\u003e\n            \u003ctd\u003e\n              Choose only when the heater documentation requires the\n              208V EOS 20016845 element.\n            \u003c\/td\u003e\n            \u003ctd\u003e\n              Choose only when the heater documentation requires the\n              240V EOS 20016847 element.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Do not substitute a 240V heating element for this 208V replacement\n        component. Match the voltage, heater output and EOS part number\n        exactly.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016845-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016845-specifications\"\u003e\n        EOS 20016845 Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS 20016845 replacement element specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016845\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel number\u003c\/th\u003e\n            \u003ctd\u003e20016845\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eElectric sauna heater spare element\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElement output\u003c\/th\u003e\n            \u003ctd\u003e2,000 watts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e208 volts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater series\u003c\/th\u003e\n            \u003ctd\u003eEOS Invisio\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater outputs\u003c\/th\u003e\n            \u003ctd\u003e6 kW or 12 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eQuantity\u003c\/th\u003e\n            \u003ctd\u003eOne replacement heating element per quantity ordered\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eReturn status\u003c\/th\u003e\n            \u003ctd\u003e\n              Nonreturnable replacement component. Verify compatibility before\n              ordering.\n            \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!-- PACKAGE CONTENTS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016845-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016845-included\"\u003e\n        What Is Included?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003e\n            One EOS 20016845 2,000W, 208V spare heating element\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eComplete EOS Invisio sauna heater\u003c\/li\u003e\n          \u003cli\u003eAdditional replacement elements\u003c\/li\u003e\n          \u003cli\u003eSauna stones\u003c\/li\u003e\n          \u003cli\u003eSauna control system\u003c\/li\u003e\n          \u003cli\u003eSafety grill or bench components\u003c\/li\u003e\n          \u003cli\u003eElectrical wiring or circuit protection\u003c\/li\u003e\n          \u003cli\u003eInstallation or service labor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Product images may show the element from multiple angles or within a\n        heater-service context. This listing is for one EOS 20016845 spare\n        heating element, not a complete sauna heater.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BEFORE ORDERING --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016845-verification\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eBefore You Order\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016845-verification\"\u003e\n        How to Confirm the Correct EOS Invisio Element\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Verify the complete heater configuration before purchasing this\n        electrical replacement component.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eCheck the Heater Data Plate\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Confirm that the installed heater is an EOS Invisio model rated at\n          either 6 kW or 12 kW and configured for 208-volt electrical service.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eMatch Part Number 20016845\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Compare the required part number with EOS service documentation,\n          the existing element or a parts list supplied by a qualified\n          technician.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eConfirm the Required Quantity\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Have the heater diagnosed before ordering so the technician can\n          determine how many heating elements require replacement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INSTALLATION --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016845-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProfessional Installation\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016845-installation\"\u003e\n        Heating Element Replacement Requires Qualified Service\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Replacing an electric sauna heating element involves high-voltage\n        electrical connections, heater disassembly, component testing and\n        correct sauna-stone placement. The heater must be fully disconnected\n        from electrical power before inspection or service.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Installation should be completed by a licensed electrician or\n        qualified sauna-service professional following current EOS\n        instructions and applicable electrical requirements.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eDisconnect and secure electrical power before servicing\u003c\/li\u003e\n        \u003cli\u003eAllow the heater and sauna stones to cool completely\u003c\/li\u003e\n        \u003cli\u003eConfirm the failed component before replacement\u003c\/li\u003e\n        \u003cli\u003eInspect terminals, wiring and adjacent elements\u003c\/li\u003e\n        \u003cli\u003eInstall the replacement according to EOS documentation\u003c\/li\u003e\n        \u003cli\u003eReinstall stones according to the heater instructions\u003c\/li\u003e\n        \u003cli\u003eInspect and test the completed installation before use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eSafety note:\u003c\/strong\u003e Do not energize the heater until all\n        wiring, protective components, stones, safety accessories and exterior\n        panels have been properly reassembled and inspected.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- RETURN POLICY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016845-return-policy\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Important Purchase Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016845-return-policy\"\u003e\n        This Replacement Part Is Nonreturnable\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice mlhs-product__notice--important\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eFinal-sale replacement component:\u003c\/strong\u003e The EOS 20016845\n        cannot be returned. Confirm the EOS Invisio heater series, 6 kW or\n        12 kW heater output, 208V configuration, 2,000W element rating and\n        manufacturer part number before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY BUY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-20016845-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-20016845-mlhs\"\u003e\n        Why Order EOS Replacement Parts from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eCompatibility Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Send us the heater model, voltage, kilowatt rating and required EOS\n          part number when you need help comparing them with this listing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the voltage, wattage, heater applications, package contents\n          and final-sale status before placing your order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016845-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016845-faq\"\u003e\n        EOS 20016845 Replacement Heating Element FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS 20016845?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a 2,000-watt, 208-volt spare heating element for compatible\n            EOS Invisio 6 kW and 12 kW electric sauna heaters.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich sauna heaters use EOS part 20016845?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The part is listed for compatible EOS Invisio electric sauna\n            heaters rated at either 6 kW or 12 kW and configured for\n            208 volts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the output of this heating element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The individual replacement heating element is rated at\n            2,000 watts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a complete EOS Invisio sauna heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This listing is for one replacement heating element and not a\n            complete electric sauna heater.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Can this element be used with both 6 kW and 12 kW Invisio heaters?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is listed for compatible EOS Invisio heaters in both 6 kW and\n            12 kW configurations. The heater must also be configured for 208V\n            service and require EOS part number 20016845.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Is EOS 20016845 the same as the 240V EOS 20016847?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. EOS 20016845 is rated for 208 volts, while EOS 20016847 is\n            rated for 240 volts. Their listed heater applications also differ.\n            Match the exact EOS part number required by the heater.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Are all 2,000W EOS Invisio elements interchangeable?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. Matching the wattage and heater family alone does not confirm\n            compatibility. The voltage, total heater output and manufacturer\n            part number must also match.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWho should install the EOS 20016845?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            A licensed electrician or qualified sauna-service professional\n            should diagnose and service the heater according to EOS\n            instructions and applicable electrical requirements.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the EOS 20016845 be returned?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This replacement component is nonreturnable. Verify the heater\n            series, voltage, total output, element wattage and required part\n            number before ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-20016845-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Need Help Confirming Compatibility?\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016845-help\"\u003e\n        Verify Your EOS Invisio Heater Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us a clear photo of the heater data plate along with the heater\n        model, voltage, kilowatt rating and required part number. We will help\n        you compare that information with this product listing.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA\nProduct and Offer schema should be generated by the Shopify\ntheme or Google \u0026 YouTube app to avoid conflicts with live\npricing, currency, inventory and availability information.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS 20016845?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 20016845 is a 2,000-watt, 208-volt spare heating element for compatible EOS Invisio 6 kW and 12 kW electric sauna heaters.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which sauna heaters use EOS part 20016845?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The part is listed for compatible EOS Invisio electric sauna heaters rated at either 6 kW or 12 kW and configured for 208 volts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the output of the EOS 20016845 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The individual replacement heating element is rated at 2,000 watts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS 20016845 a complete EOS Invisio sauna heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The EOS 20016845 is one replacement heating element and not a complete electric sauna heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can EOS 20016845 be used with both 6 kW and 12 kW Invisio heaters?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 20016845 is listed for compatible EOS Invisio heaters in both 6 kW and 12 kW configurations. The heater must also be configured for 208-volt service and require EOS part number 20016845.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is EOS 20016845 the same as the 240V EOS 20016847?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. EOS 20016845 is rated for 208 volts, while EOS 20016847 is rated for 240 volts. Their listed heater applications also differ. Match the exact EOS part number required by the heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are all 2,000-watt EOS Invisio heating elements interchangeable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Matching the wattage and heater family alone does not confirm compatibility. The voltage, total heater output and manufacturer part number must also match.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who should install the EOS 20016845 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A licensed electrician or qualified sauna-service professional should diagnose and service the heater according to EOS instructions and applicable electrical requirements.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 20016845 heating element be returned?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This replacement component is nonreturnable. Verify the heater series, voltage, total output, element wattage and required part number before ordering.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50428899262693,"sku":"20016845","price":117.14,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-invisio-2000w-replacement-heating-element-208v-9010882.jpg?v=1784586006"},{"product_id":"eos-gracil-1250w-240v-heating-element-20016843","title":"EOS Gracil 1,250W Replacement Heating Element 240V","description":"\u003c!-- =========================================================\nMLHS | EOS 20016843 GRACIL HEATING ELEMENT\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-danger: #943c35;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background: linear-gradient(\n      120deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(248, 242, 237, 0.96)\n    );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 66px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 640px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--important {\n    border-left-color: var(--mlhs-danger);\n    background: #fff4f2;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-20016843-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        EOS Sauna Heater Replacement Part\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016843-intro\"\u003e\n        240V Replacement Element for the EOS Gracil 7.5 kW Heater\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS 20016843 is a 1,250-watt, 240-volt spare heating element\n        designed for compatible EOS Gracil 7.5 kW electric sauna heaters.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Use this component when servicing an EOS Gracil heater that requires\n        manufacturer part number 20016843. Confirm the heater family, total\n        kilowatt rating, electrical voltage and individual element wattage\n        before ordering.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key product information\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e1,250W element\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e240V rated\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eFor 7.5 kW Gracil heaters\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eEOS spare component\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003ePart 20016843\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016843-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-20016843-overview\"\u003e\n          EOS Gracil Spare Heating Element\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          This replacement component is intended for compatible EOS Gracil\n          electric sauna heaters with a total rated output of 7.5 kW and a\n          240-volt electrical configuration. The individual heating element\n          is rated at 1,250 watts.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This listing is for a replacement heating element rather than a\n          complete sauna heater. A qualified technician should diagnose the\n          heater, identify the failed component and confirm the required EOS\n          replacement part before ordering.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"EOS 20016843 product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003ePart number\u003c\/dt\u003e\n          \u003cdd\u003e20016843\u003c\/dd\u003e\n\n          \u003cdt\u003eComponent\u003c\/dt\u003e\n          \u003cdd\u003eSpare heating element\u003c\/dd\u003e\n\n          \u003cdt\u003eElement output\u003c\/dt\u003e\n          \u003cdd\u003e1,250 watts\u003c\/dd\u003e\n\n          \u003cdt\u003eVoltage\u003c\/dt\u003e\n          \u003cdd\u003e240 volts\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater series\u003c\/dt\u003e\n          \u003cdd\u003eEOS Gracil\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater output\u003c\/dt\u003e\n          \u003cdd\u003e7.5 kW\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016843-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016843-features\"\u003e\n        Model-Specific Replacement for Compatible EOS Gracil Heaters\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Sauna heating elements must match the electrical and mechanical\n        requirements of the heater. The EOS 20016843 is identified by its\n        heater family, voltage, wattage and manufacturer part number.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e1250W\u003c\/div\u003e\n\n        \u003ch3\u003e1,250-Watt Output\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The individual replacement heating element is rated at 1,250 watts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e240V\u003c\/div\u003e\n\n        \u003ch3\u003e240-Volt Configuration\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Intended for the compatible 240-volt EOS Gracil 7.5 kW heater\n          configuration.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eEOS\u003c\/div\u003e\n\n        \u003ch3\u003eEOS Replacement Component\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Identified by EOS manufacturer part number 20016843 for compatible\n          Gracil sauna heater service.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016843-compatibility\"\u003e\n    \u003cdiv class=\"mlhs-product__compatibility\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Compatibility Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016843-compatibility\"\u003e\n        Confirm the Gracil Series, 7.5 kW Output and 240V Configuration\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS 20016843 is listed for compatible EOS Gracil electric sauna\n        heaters rated at 7.5 kW and configured for 240-volt electrical\n        service.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eListed Heater Configuration\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS Gracil heater series\u003c\/li\u003e\n            \u003cli\u003e7.5 kW total heater output\u003c\/li\u003e\n            \u003cli\u003e240-volt electrical configuration\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eReplacement Part Identification\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS part number 20016843\u003c\/li\u003e\n            \u003cli\u003e1,250-watt individual element\u003c\/li\u003e\n            \u003cli\u003eSpare electric sauna heater element\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eBefore purchasing:\u003c\/strong\u003e Match EOS part number\n          \u003cstrong\u003e20016843\u003c\/strong\u003e to the heater data plate, applicable EOS\n          service documentation, existing element or a technician-supplied\n          parts list. Do not select a replacement component by appearance\n          alone.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016843-selection\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eElement Selection\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016843-selection\"\u003e\n        Match Every Heater and Element Specification\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Similar sauna heater elements may share a voltage rating, wattage or\n        general appearance. Compatibility should be confirmed using the\n        complete heater and replacement-part information.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS 20016843 compatibility checklist\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSelection Detail\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eRequired Match\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeater manufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeater family\u003c\/th\u003e\n            \u003ctd\u003eGracil\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eTotal heater output\u003c\/th\u003e\n            \u003ctd\u003e7.5 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElectrical voltage\u003c\/th\u003e\n            \u003ctd\u003e240V\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIndividual element output\u003c\/th\u003e\n            \u003ctd\u003e1,250W\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eEOS part number\u003c\/th\u003e\n            \u003ctd\u003e20016843\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Matching only the 1,250W or 240V rating is not sufficient. The EOS\n        Gracil heater series, 7.5 kW total output and manufacturer part number\n        must also match.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016843-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016843-specifications\"\u003e\n        EOS 20016843 Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS 20016843 replacement element specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016843\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel number\u003c\/th\u003e\n            \u003ctd\u003e20016843\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eElectric sauna heater spare element\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElement output\u003c\/th\u003e\n            \u003ctd\u003e1,250 watts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e240 volts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater series\u003c\/th\u003e\n            \u003ctd\u003eEOS Gracil\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater output\u003c\/th\u003e\n            \u003ctd\u003e7.5 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eReturn status\u003c\/th\u003e\n            \u003ctd\u003e\n              Nonreturnable replacement component. Verify compatibility before\n              ordering.\n            \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  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016843-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016843-included\"\u003e\n        What Is Included?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003e\n            EOS 20016843 1,250W, 240V spare heating element\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eComplete EOS Gracil sauna heater\u003c\/li\u003e\n          \u003cli\u003eAdditional replacement elements\u003c\/li\u003e\n          \u003cli\u003eSauna stones\u003c\/li\u003e\n          \u003cli\u003eSauna control system\u003c\/li\u003e\n          \u003cli\u003eElectrical wiring or circuit protection\u003c\/li\u003e\n          \u003cli\u003eInstallation or service labor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Product images may show the element from multiple angles or within a\n        heater-service context. This listing is for the EOS 20016843 spare\n        heating element, not a complete sauna heater.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016843-verification\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eBefore You Order\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016843-verification\"\u003e\n        How to Confirm the Correct EOS Gracil Element\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Verify the complete heater configuration before purchasing this\n        electrical replacement component.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eCheck the Heater Data Plate\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Confirm that the installed heater is an EOS Gracil model rated at\n          7.5 kW and configured for 240-volt electrical service.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eMatch Part Number 20016843\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Compare the required part number with applicable EOS service\n          documentation, the existing element or a parts list supplied by a\n          qualified technician.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eConfirm the Repair Requirements\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Have the heater diagnosed before ordering so the technician can\n          confirm the failed component and required replacement parts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016843-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProfessional Installation\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016843-installation\"\u003e\n        Heating Element Replacement Requires Qualified Service\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Replacing an electric sauna heating element involves high-voltage\n        electrical connections, heater disassembly, component testing and\n        correct sauna-stone placement. The heater must be fully disconnected\n        from electrical power before inspection or service.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Installation should be completed by a licensed electrician or\n        qualified sauna-service professional following applicable EOS\n        instructions and electrical requirements.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eDisconnect and secure electrical power before servicing\u003c\/li\u003e\n        \u003cli\u003eAllow the heater and sauna stones to cool completely\u003c\/li\u003e\n        \u003cli\u003eConfirm the failed component before replacement\u003c\/li\u003e\n        \u003cli\u003eInspect terminals, wiring and adjacent elements\u003c\/li\u003e\n        \u003cli\u003eInstall the replacement according to EOS documentation\u003c\/li\u003e\n        \u003cli\u003eReinstall stones according to the heater instructions\u003c\/li\u003e\n        \u003cli\u003eInspect and test the completed installation before use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eSafety note:\u003c\/strong\u003e Do not energize the heater until all\n        wiring, protective components, sauna stones and exterior panels have\n        been properly reassembled and inspected.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016843-return-policy\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Important Purchase Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016843-return-policy\"\u003e\n        This Replacement Part Is Nonreturnable\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice mlhs-product__notice--important\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eFinal-sale replacement component:\u003c\/strong\u003e The EOS 20016843\n        cannot be returned. Confirm the EOS Gracil heater series, 7.5 kW\n        heater output, 240V configuration, 1,250W element rating and\n        manufacturer part number before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-20016843-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-20016843-mlhs\"\u003e\n        Why Order EOS Replacement Parts from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eCompatibility Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Send us the heater model, voltage, kilowatt rating and required EOS\n          part number when you need help comparing them with this listing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the voltage, wattage, heater application, package contents\n          and final-sale status before placing your order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016843-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016843-faq\"\u003e\n        EOS 20016843 Replacement Heating Element FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS 20016843?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a 1,250-watt, 240-volt spare heating element for compatible\n            EOS Gracil 7.5 kW electric sauna heaters.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich sauna heater uses EOS part 20016843?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The part is listed for compatible EOS Gracil electric sauna\n            heaters rated at 7.5 kW and configured for 240 volts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the output of this heating element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The individual replacement heating element is rated at\n            1,250 watts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a complete EOS Gracil sauna heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This listing is for a replacement heating element and not a\n            complete electric sauna heater.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWill this fit an EOS Gracil 6 kW heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            This part is specifically listed for a compatible EOS Gracil\n            7.5 kW, 240V heater. Do not assume compatibility with a 6 kW\n            model. Match the exact part number required by the heater\n            documentation.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Are all 1,250W, 240V sauna heater elements interchangeable?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. Matching voltage and wattage alone does not confirm\n            compatibility. The heater manufacturer, model family, total\n            heater output and replacement part number must also match.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do I verify that this is the correct element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Confirm the EOS Gracil heater family, 7.5 kW heater rating, 240V\n            electrical configuration, 1,250W element rating and EOS part\n            number 20016843.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWho should install the EOS 20016843?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            A licensed electrician or qualified sauna-service professional\n            should diagnose and service the heater according to EOS\n            instructions and applicable electrical requirements.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the EOS 20016843 be returned?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This replacement component is nonreturnable. Verify the heater\n            series, voltage, total output, element wattage and required part\n            number before ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-20016843-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Need Help Confirming Compatibility?\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016843-help\"\u003e\n        Verify Your EOS Gracil Heater Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us a clear photo of the heater data plate along with the heater\n        model, voltage, kilowatt rating and required part number. We will help\n        you compare that information with this product listing.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA ONLY\nProduct and Offer schema should be generated by the Shopify\ntheme or Google \u0026 YouTube app to avoid conflicts with live\npricing, currency, inventory and availability information.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS 20016843?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 20016843 is a 1,250-watt, 240-volt spare heating element for compatible EOS Gracil 7.5 kW electric sauna heaters.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which sauna heater uses EOS part 20016843?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The part is listed for compatible EOS Gracil electric sauna heaters rated at 7.5 kW and configured for 240 volts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the output of the EOS 20016843 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The individual replacement heating element is rated at 1,250 watts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS 20016843 a complete EOS Gracil sauna heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The EOS 20016843 is a replacement heating element and not a complete electric sauna heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Will the EOS 20016843 fit an EOS Gracil 6 kW heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 20016843 is specifically listed for a compatible EOS Gracil 7.5 kW, 240-volt heater. Do not assume compatibility with a 6 kW model. Match the exact part number required by the heater documentation.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are all 1,250-watt, 240-volt sauna heater elements interchangeable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Matching voltage and wattage alone does not confirm compatibility. The heater manufacturer, model family, total heater output and replacement part number must also match.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I verify that EOS 20016843 is the correct element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Confirm the EOS Gracil heater family, 7.5 kW heater rating, 240-volt electrical configuration, 1,250-watt element rating and EOS part number 20016843.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who should install the EOS 20016843 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A licensed electrician or qualified sauna-service professional should diagnose and service the heater according to EOS instructions and applicable electrical requirements.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 20016843 heating element be returned?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This replacement component is nonreturnable. Verify the heater series, voltage, total output, element wattage and required part number before ordering.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50428901818597,"sku":"20016843","price":117.14,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-gracil-1250w-replacement-heating-element-240v-7619271.jpg?v=1784586008"},{"product_id":"eos-gracil-1250w-208v-heating-element-20016838","title":"EOS Gracil 1,250W Replacement Heating Element 208V","description":"\u003c!-- =========================================================\nMLHS | EOS 20016838 GRACIL HEATING ELEMENT\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-danger: #943c35;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background: linear-gradient(\n      120deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(248, 242, 237, 0.96)\n    );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 66px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 640px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--important {\n    border-left-color: var(--mlhs-danger);\n    background: #fff4f2;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-20016838-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        EOS Sauna Heater Replacement Part\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016838-intro\"\u003e\n        208V Replacement Element for the EOS Gracil 7.5 kW Heater\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS 20016838 is a 1,250-watt, 208-volt spare heating element\n        designed for compatible EOS Gracil 7.5 kW electric sauna heaters.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Use this component when servicing an EOS Gracil heater that requires\n        manufacturer part number 20016838. Confirm the heater family, total\n        kilowatt rating, electrical voltage and individual element wattage\n        before ordering.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key product information\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e1,250W element\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e208V rated\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eFor 7.5 kW Gracil heaters\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eEOS spare component\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003ePart 20016838\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016838-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-20016838-overview\"\u003e\n          EOS Gracil Spare Heating Element\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          This replacement component is intended for compatible EOS Gracil\n          electric sauna heaters with a total rated output of 7.5 kW and a\n          208-volt electrical configuration. The individual heating element\n          is rated at 1,250 watts.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This listing is for one replacement heating element rather than a\n          complete sauna heater. A qualified technician should diagnose the\n          heater, identify the failed component and confirm the required EOS\n          replacement part before ordering.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"EOS 20016838 product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003ePart number\u003c\/dt\u003e\n          \u003cdd\u003e20016838\u003c\/dd\u003e\n\n          \u003cdt\u003eComponent\u003c\/dt\u003e\n          \u003cdd\u003eSpare heating element\u003c\/dd\u003e\n\n          \u003cdt\u003eElement output\u003c\/dt\u003e\n          \u003cdd\u003e1,250 watts\u003c\/dd\u003e\n\n          \u003cdt\u003eVoltage\u003c\/dt\u003e\n          \u003cdd\u003e208 volts\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater series\u003c\/dt\u003e\n          \u003cdd\u003eEOS Gracil\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater output\u003c\/dt\u003e\n          \u003cdd\u003e7.5 kW\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016838-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016838-features\"\u003e\n        Model-Specific Replacement for Compatible EOS Gracil Heaters\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Sauna heating elements must match the electrical and mechanical\n        requirements of the heater. The EOS 20016838 is identified by its\n        heater family, voltage, wattage and manufacturer part number.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e1250W\u003c\/div\u003e\n\n        \u003ch3\u003e1,250-Watt Output\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The individual replacement heating element is rated at 1,250 watts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e208V\u003c\/div\u003e\n\n        \u003ch3\u003e208-Volt Configuration\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Intended for the compatible 208-volt EOS Gracil 7.5 kW heater\n          configuration.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eEOS\u003c\/div\u003e\n\n        \u003ch3\u003eEOS Replacement Component\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Identified by EOS manufacturer part number 20016838 for compatible\n          Gracil sauna heater service.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016838-compatibility\"\u003e\n    \u003cdiv class=\"mlhs-product__compatibility\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Compatibility Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016838-compatibility\"\u003e\n        Confirm the Gracil Series, 7.5 kW Output and 208V Configuration\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS 20016838 is listed for compatible EOS Gracil electric sauna\n        heaters rated at 7.5 kW and configured for 208-volt electrical\n        service.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eListed Heater Configuration\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS Gracil heater series\u003c\/li\u003e\n            \u003cli\u003e7.5 kW total heater output\u003c\/li\u003e\n            \u003cli\u003e208-volt electrical configuration\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eReplacement Part Identification\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS part number 20016838\u003c\/li\u003e\n            \u003cli\u003e1,250-watt individual element\u003c\/li\u003e\n            \u003cli\u003eSpare electric sauna heater element\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eBefore purchasing:\u003c\/strong\u003e Match EOS part number\n          \u003cstrong\u003e20016838\u003c\/strong\u003e to the heater data plate, applicable EOS\n          service documentation, existing element or a technician-supplied\n          parts list. Do not select a replacement component by appearance\n          alone.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016838-voltage-comparison\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eVoltage Selection\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016838-voltage-comparison\"\u003e\n        Do Not Confuse the 208V and 240V Gracil Elements\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        EOS 20016838 and EOS 20016843 are both 1,250-watt elements listed for\n        Gracil 7.5 kW heaters, but they are designed for different electrical\n        voltages.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS Gracil 1,250-watt heating element comparison\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eEOS 20016838\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eEOS 20016843\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeater family\u003c\/th\u003e\n            \u003ctd\u003eEOS Gracil\u003c\/td\u003e\n            \u003ctd\u003eEOS Gracil\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eListed heater output\u003c\/th\u003e\n            \u003ctd\u003e7.5 kW\u003c\/td\u003e\n            \u003ctd\u003e7.5 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIndividual element output\u003c\/th\u003e\n            \u003ctd\u003e1,250W\u003c\/td\u003e\n            \u003ctd\u003e1,250W\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e208V\u003c\/td\u003e\n            \u003ctd\u003e240V\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016838\u003c\/td\u003e\n            \u003ctd\u003e20016843\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSelection guidance\u003c\/th\u003e\n            \u003ctd\u003e\n              Choose only when the heater documentation requires the\n              208V EOS 20016838 element.\n            \u003c\/td\u003e\n            \u003ctd\u003e\n              Choose only when the heater documentation requires the\n              240V EOS 20016843 element.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Do not substitute the 240V EOS 20016843 for this 208V component.\n        Match the voltage and manufacturer part number exactly.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016838-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016838-specifications\"\u003e\n        EOS 20016838 Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS 20016838 replacement element specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016838\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel number\u003c\/th\u003e\n            \u003ctd\u003e20016838\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eElectric sauna heater spare element\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElement output\u003c\/th\u003e\n            \u003ctd\u003e1,250 watts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e208 volts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater series\u003c\/th\u003e\n            \u003ctd\u003eEOS Gracil\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater output\u003c\/th\u003e\n            \u003ctd\u003e7.5 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eQuantity\u003c\/th\u003e\n            \u003ctd\u003eOne replacement heating element per quantity ordered\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eReturn status\u003c\/th\u003e\n            \u003ctd\u003e\n              Nonreturnable replacement component. Verify compatibility before\n              ordering.\n            \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  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016838-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016838-included\"\u003e\n        What Is Included?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003e\n            One EOS 20016838 1,250W, 208V spare heating element\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eComplete EOS Gracil sauna heater\u003c\/li\u003e\n          \u003cli\u003eAdditional replacement elements\u003c\/li\u003e\n          \u003cli\u003eSauna stones\u003c\/li\u003e\n          \u003cli\u003eSauna control system\u003c\/li\u003e\n          \u003cli\u003eElectrical wiring or circuit protection\u003c\/li\u003e\n          \u003cli\u003eInstallation or service labor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Product images may show the element from multiple angles or within a\n        heater-service context. This listing is for one EOS 20016838 spare\n        heating element, not a complete sauna heater.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016838-verification\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eBefore You Order\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016838-verification\"\u003e\n        How to Confirm the Correct EOS Gracil Element\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Verify the complete heater configuration before purchasing this\n        electrical replacement component.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eCheck the Heater Data Plate\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Confirm that the installed heater is an EOS Gracil model rated at\n          7.5 kW and configured for 208-volt electrical service.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eMatch Part Number 20016838\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Compare the required part number with applicable EOS service\n          documentation, the existing element or a parts list supplied by a\n          qualified technician.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eConfirm the Required Quantity\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Have the heater diagnosed before ordering so the technician can\n          determine how many heating elements require replacement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016838-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProfessional Installation\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016838-installation\"\u003e\n        Heating Element Replacement Requires Qualified Service\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Replacing an electric sauna heating element involves high-voltage\n        electrical connections, heater disassembly, component testing and\n        correct sauna-stone placement. The heater must be fully disconnected\n        from electrical power before inspection or service.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Installation should be completed by a licensed electrician or\n        qualified sauna-service professional following applicable EOS\n        instructions and electrical requirements.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eDisconnect and secure electrical power before servicing\u003c\/li\u003e\n        \u003cli\u003eAllow the heater and sauna stones to cool completely\u003c\/li\u003e\n        \u003cli\u003eConfirm the failed component before replacement\u003c\/li\u003e\n        \u003cli\u003eInspect terminals, wiring and adjacent elements\u003c\/li\u003e\n        \u003cli\u003eInstall the replacement according to EOS documentation\u003c\/li\u003e\n        \u003cli\u003eReinstall stones according to the heater instructions\u003c\/li\u003e\n        \u003cli\u003eInspect and test the completed installation before use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eSafety note:\u003c\/strong\u003e Do not energize the heater until all\n        wiring, protective components, sauna stones and exterior panels have\n        been properly reassembled and inspected.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016838-return-policy\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Important Purchase Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016838-return-policy\"\u003e\n        This Replacement Part Is Nonreturnable\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice mlhs-product__notice--important\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eFinal-sale replacement component:\u003c\/strong\u003e The EOS 20016838\n        cannot be returned. Confirm the EOS Gracil heater series, 7.5 kW\n        heater output, 208V configuration, 1,250W element rating and\n        manufacturer part number before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-20016838-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-20016838-mlhs\"\u003e\n        Why Order EOS Replacement Parts from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eCompatibility Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Send us the heater model, voltage, kilowatt rating and required EOS\n          part number when you need help comparing them with this listing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the voltage, wattage, heater application, package contents\n          and final-sale status before placing your order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016838-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016838-faq\"\u003e\n        EOS 20016838 Replacement Heating Element FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS 20016838?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a 1,250-watt, 208-volt spare heating element for compatible\n            EOS Gracil 7.5 kW electric sauna heaters.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich sauna heater uses EOS part 20016838?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The part is listed for compatible EOS Gracil electric sauna\n            heaters rated at 7.5 kW and configured for 208 volts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the output of this heating element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The individual replacement heating element is rated at\n            1,250 watts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a complete EOS Gracil sauna heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This listing is for one replacement heating element and not a\n            complete electric sauna heater.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs EOS 20016838 the same as EOS 20016843?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. Both are 1,250-watt elements for compatible EOS Gracil\n            7.5 kW heaters, but EOS 20016838 is rated for 208 volts and\n            EOS 20016843 is rated for 240 volts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Are all 1,250W EOS Gracil heating elements interchangeable?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. The voltage, total heater output and EOS manufacturer part\n            number must match in addition to the element wattage and heater\n            family.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do I verify that this is the correct element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Confirm the EOS Gracil heater family, 7.5 kW heater rating, 208V\n            electrical configuration, 1,250W element rating and EOS part\n            number 20016838.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWho should install the EOS 20016838?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            A licensed electrician or qualified sauna-service professional\n            should diagnose and service the heater according to EOS\n            instructions and applicable electrical requirements.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the EOS 20016838 be returned?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This replacement component is nonreturnable. Verify the heater\n            series, voltage, total output, element wattage and required part\n            number before ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-20016838-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Need Help Confirming Compatibility?\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016838-help\"\u003e\n        Verify Your EOS Gracil Heater Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us a clear photo of the heater data plate along with the heater\n        model, voltage, kilowatt rating and required part number. We will help\n        you compare that information with this product listing.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA ONLY\nProduct and Offer schema should be generated by the Shopify\ntheme or Google \u0026 YouTube app to avoid conflicts with live\npricing, currency, inventory and availability information.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS 20016838?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 20016838 is a 1,250-watt, 208-volt spare heating element for compatible EOS Gracil 7.5 kW electric sauna heaters.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which sauna heater uses EOS part 20016838?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The part is listed for compatible EOS Gracil electric sauna heaters rated at 7.5 kW and configured for 208 volts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the output of the EOS 20016838 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The individual replacement heating element is rated at 1,250 watts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS 20016838 a complete EOS Gracil sauna heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The EOS 20016838 is one replacement heating element and not a complete electric sauna heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is EOS 20016838 the same as EOS 20016843?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Both are 1,250-watt elements for compatible EOS Gracil 7.5 kW heaters, but EOS 20016838 is rated for 208 volts and EOS 20016843 is rated for 240 volts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are all 1,250-watt EOS Gracil heating elements interchangeable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The voltage, total heater output and EOS manufacturer part number must match in addition to the element wattage and heater family.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I verify that EOS 20016838 is the correct element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Confirm the EOS Gracil heater family, 7.5 kW heater rating, 208-volt electrical configuration, 1,250-watt element rating and EOS part number 20016838.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who should install the EOS 20016838 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A licensed electrician or qualified sauna-service professional should diagnose and service the heater according to EOS instructions and applicable electrical requirements.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 20016838 heating element be returned?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This replacement component is nonreturnable. Verify the heater series, voltage, total output, element wattage and required part number before ordering.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50428905423077,"sku":"20016838","price":117.14,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-gracil-1250w-replacement-heating-element-208v-2691661.jpg?v=1784586006"},{"product_id":"eos-gracil-1500w-240v-heating-element-20016840","title":"EOS Gracil 1,500W Replacement Heating Element 240V","description":"\u003c!-- =========================================================\nMLHS | EOS 20016840 GRACIL HEATING ELEMENT\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-danger: #943c35;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background: linear-gradient(\n      120deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(248, 242, 237, 0.96)\n    );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 66px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 640px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--important {\n    border-left-color: var(--mlhs-danger);\n    background: #fff4f2;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-20016840-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        EOS Sauna Heater Replacement Part\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016840-intro\"\u003e\n        240V Replacement Element for the EOS Gracil 9 kW Heater\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS 20016840 is a 1,500-watt, 240-volt spare heating element\n        designed for compatible EOS Gracil 9 kW electric sauna heaters.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Use this component when servicing an EOS Gracil heater that requires\n        manufacturer part number 20016840. Confirm the heater family, total\n        kilowatt rating, electrical voltage and individual element wattage\n        before ordering.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key product information\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e1,500W element\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e240V rated\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eFor 9 kW Gracil heaters\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eEOS spare component\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003ePart 20016840\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016840-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-20016840-overview\"\u003e\n          EOS Gracil Spare Heating Element\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          This replacement component is intended for compatible EOS Gracil\n          electric sauna heaters with a total rated output of 9 kW and a\n          240-volt electrical configuration. The individual heating element\n          is rated at 1,500 watts.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This listing is for one replacement heating element rather than a\n          complete sauna heater. A qualified technician should diagnose the\n          heater, identify the failed component and confirm the required EOS\n          replacement part before ordering.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"EOS 20016840 product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003ePart number\u003c\/dt\u003e\n          \u003cdd\u003e20016840\u003c\/dd\u003e\n\n          \u003cdt\u003eComponent\u003c\/dt\u003e\n          \u003cdd\u003eSpare heating element\u003c\/dd\u003e\n\n          \u003cdt\u003eElement output\u003c\/dt\u003e\n          \u003cdd\u003e1,500 watts\u003c\/dd\u003e\n\n          \u003cdt\u003eVoltage\u003c\/dt\u003e\n          \u003cdd\u003e240 volts\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater series\u003c\/dt\u003e\n          \u003cdd\u003eEOS Gracil\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater output\u003c\/dt\u003e\n          \u003cdd\u003e9 kW\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016840-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016840-features\"\u003e\n        Model-Specific Replacement for Compatible EOS Gracil Heaters\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Sauna heating elements must match the electrical and mechanical\n        requirements of the heater. The EOS 20016840 is identified by its\n        heater family, voltage, wattage and manufacturer part number.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e1500W\u003c\/div\u003e\n\n        \u003ch3\u003e1,500-Watt Output\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The individual replacement heating element is rated at 1,500 watts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e240V\u003c\/div\u003e\n\n        \u003ch3\u003e240-Volt Configuration\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Intended for the compatible 240-volt EOS Gracil 9 kW heater\n          configuration.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eEOS\u003c\/div\u003e\n\n        \u003ch3\u003eEOS Replacement Component\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Identified by EOS manufacturer part number 20016840 for compatible\n          Gracil sauna heater service.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016840-compatibility\"\u003e\n    \u003cdiv class=\"mlhs-product__compatibility\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Compatibility Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016840-compatibility\"\u003e\n        Confirm the Gracil Series, 9 kW Output and 240V Configuration\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS 20016840 is listed for compatible EOS Gracil electric sauna\n        heaters rated at 9 kW and configured for 240-volt electrical service.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eListed Heater Configuration\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS Gracil heater series\u003c\/li\u003e\n            \u003cli\u003e9 kW total heater output\u003c\/li\u003e\n            \u003cli\u003e240-volt electrical configuration\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eReplacement Part Identification\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS part number 20016840\u003c\/li\u003e\n            \u003cli\u003e1,500-watt individual element\u003c\/li\u003e\n            \u003cli\u003eSpare electric sauna heater element\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eBefore purchasing:\u003c\/strong\u003e Match EOS part number\n          \u003cstrong\u003e20016840\u003c\/strong\u003e to the heater data plate, applicable EOS\n          service documentation, existing element or a technician-supplied\n          parts list. Do not select a replacement component by appearance\n          alone.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016840-selection\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eElement Selection\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016840-selection\"\u003e\n        Match Every Heater and Element Specification\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Similar sauna heater elements may share a voltage rating, wattage or\n        general appearance. Compatibility should be confirmed using the\n        complete heater and replacement-part information.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS 20016840 compatibility checklist\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSelection Detail\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eRequired Match\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeater manufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeater family\u003c\/th\u003e\n            \u003ctd\u003eGracil\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eTotal heater output\u003c\/th\u003e\n            \u003ctd\u003e9 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElectrical voltage\u003c\/th\u003e\n            \u003ctd\u003e240V\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIndividual element output\u003c\/th\u003e\n            \u003ctd\u003e1,500W\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eEOS part number\u003c\/th\u003e\n            \u003ctd\u003e20016840\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Matching only the 1,500W or 240V rating is not sufficient. The EOS\n        Gracil heater series, 9 kW total output and manufacturer part number\n        must also match.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016840-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016840-specifications\"\u003e\n        EOS 20016840 Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS 20016840 replacement element specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016840\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel number\u003c\/th\u003e\n            \u003ctd\u003e20016840\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eElectric sauna heater spare element\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElement output\u003c\/th\u003e\n            \u003ctd\u003e1,500 watts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e240 volts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater series\u003c\/th\u003e\n            \u003ctd\u003eEOS Gracil\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater output\u003c\/th\u003e\n            \u003ctd\u003e9 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eQuantity\u003c\/th\u003e\n            \u003ctd\u003eOne replacement heating element per quantity ordered\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eReturn status\u003c\/th\u003e\n            \u003ctd\u003e\n              Nonreturnable replacement component. Verify compatibility before\n              ordering.\n            \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  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016840-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016840-included\"\u003e\n        What Is Included?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003e\n            One EOS 20016840 1,500W, 240V spare heating element\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eComplete EOS Gracil sauna heater\u003c\/li\u003e\n          \u003cli\u003eAdditional replacement elements\u003c\/li\u003e\n          \u003cli\u003eSauna stones\u003c\/li\u003e\n          \u003cli\u003eSauna control system\u003c\/li\u003e\n          \u003cli\u003eElectrical wiring or circuit protection\u003c\/li\u003e\n          \u003cli\u003eInstallation or service labor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Product images may show the element from multiple angles or within a\n        heater-service context. This listing is for one EOS 20016840 spare\n        heating element, not a complete sauna heater.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016840-verification\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eBefore You Order\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016840-verification\"\u003e\n        How to Confirm the Correct EOS Gracil Element\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Verify the complete heater configuration before purchasing this\n        electrical replacement component.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eCheck the Heater Data Plate\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Confirm that the installed heater is an EOS Gracil model rated at\n          9 kW and configured for 240-volt electrical service.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eMatch Part Number 20016840\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Compare the required part number with applicable EOS service\n          documentation, the existing element or a parts list supplied by a\n          qualified technician.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eConfirm the Required Quantity\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Have the heater diagnosed before ordering so the technician can\n          determine how many heating elements require replacement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016840-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProfessional Installation\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016840-installation\"\u003e\n        Heating Element Replacement Requires Qualified Service\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Replacing an electric sauna heating element involves high-voltage\n        electrical connections, heater disassembly, component testing and\n        correct sauna-stone placement. The heater must be fully disconnected\n        from electrical power before inspection or service.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Installation should be completed by a licensed electrician or\n        qualified sauna-service professional following applicable EOS\n        instructions and electrical requirements.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eDisconnect and secure electrical power before servicing\u003c\/li\u003e\n        \u003cli\u003eAllow the heater and sauna stones to cool completely\u003c\/li\u003e\n        \u003cli\u003eConfirm the failed component before replacement\u003c\/li\u003e\n        \u003cli\u003eInspect terminals, wiring and adjacent elements\u003c\/li\u003e\n        \u003cli\u003eInstall the replacement according to EOS documentation\u003c\/li\u003e\n        \u003cli\u003eReinstall stones according to the heater instructions\u003c\/li\u003e\n        \u003cli\u003eInspect and test the completed installation before use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eSafety note:\u003c\/strong\u003e Do not energize the heater until all\n        wiring, protective components, sauna stones and exterior panels have\n        been properly reassembled and inspected.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016840-return-policy\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Important Purchase Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016840-return-policy\"\u003e\n        This Replacement Part Is Nonreturnable\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice mlhs-product__notice--important\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eFinal-sale replacement component:\u003c\/strong\u003e The EOS 20016840\n        cannot be returned. Confirm the EOS Gracil heater series, 9 kW heater\n        output, 240V configuration, 1,500W element rating and manufacturer\n        part number before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-20016840-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-20016840-mlhs\"\u003e\n        Why Order EOS Replacement Parts from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eCompatibility Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Send us the heater model, voltage, kilowatt rating and required EOS\n          part number when you need help comparing them with this listing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the voltage, wattage, heater application, package contents\n          and final-sale status before placing your order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016840-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016840-faq\"\u003e\n        EOS 20016840 Replacement Heating Element FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS 20016840?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a 1,500-watt, 240-volt spare heating element for compatible\n            EOS Gracil 9 kW electric sauna heaters.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich sauna heater uses EOS part 20016840?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The part is listed for compatible EOS Gracil electric sauna\n            heaters rated at 9 kW and configured for 240 volts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the output of this heating element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The individual replacement heating element is rated at\n            1,500 watts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a complete EOS Gracil sauna heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This listing is for one replacement heating element and not a\n            complete electric sauna heater.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWill this fit an EOS Gracil 7.5 kW heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            This part is specifically listed for a compatible EOS Gracil\n            9 kW, 240V heater. Do not assume compatibility with a 7.5 kW\n            model. Match the exact part number required by the heater\n            documentation.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Are all 1,500W, 240V sauna heater elements interchangeable?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. Matching voltage and wattage alone does not confirm\n            compatibility. The heater manufacturer, model family, total\n            heater output and replacement part number must also match.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do I verify that this is the correct element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Confirm the EOS Gracil heater family, 9 kW heater rating, 240V\n            electrical configuration, 1,500W element rating and EOS part\n            number 20016840.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWho should install the EOS 20016840?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            A licensed electrician or qualified sauna-service professional\n            should diagnose and service the heater according to EOS\n            instructions and applicable electrical requirements.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the EOS 20016840 be returned?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This replacement component is nonreturnable. Verify the heater\n            series, voltage, total output, element wattage and required part\n            number before ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-20016840-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Need Help Confirming Compatibility?\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016840-help\"\u003e\n        Verify Your EOS Gracil Heater Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us a clear photo of the heater data plate along with the heater\n        model, voltage, kilowatt rating and required part number. We will help\n        you compare that information with this product listing.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA ONLY\nProduct and Offer schema should be generated by the Shopify\ntheme or Google \u0026 YouTube app to avoid conflicts with live\npricing, currency, inventory and availability information.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS 20016840?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 20016840 is a 1,500-watt, 240-volt spare heating element for compatible EOS Gracil 9 kW electric sauna heaters.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which sauna heater uses EOS part 20016840?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The part is listed for compatible EOS Gracil electric sauna heaters rated at 9 kW and configured for 240 volts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the output of the EOS 20016840 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The individual replacement heating element is rated at 1,500 watts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS 20016840 a complete EOS Gracil sauna heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The EOS 20016840 is one replacement heating element and not a complete electric sauna heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Will the EOS 20016840 fit an EOS Gracil 7.5 kW heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 20016840 is specifically listed for a compatible EOS Gracil 9 kW, 240-volt heater. Do not assume compatibility with a 7.5 kW model. Match the exact part number required by the heater documentation.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are all 1,500-watt, 240-volt sauna heater elements interchangeable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Matching voltage and wattage alone does not confirm compatibility. The heater manufacturer, model family, total heater output and replacement part number must also match.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I verify that EOS 20016840 is the correct element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Confirm the EOS Gracil heater family, 9 kW heater rating, 240-volt electrical configuration, 1,500-watt element rating and EOS part number 20016840.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who should install the EOS 20016840 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A licensed electrician or qualified sauna-service professional should diagnose and service the heater according to EOS instructions and applicable electrical requirements.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 20016840 heating element be returned?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This replacement component is nonreturnable. Verify the heater series, voltage, total output, element wattage and required part number before ordering.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50428911223013,"sku":"20016840","price":122.86,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-gracil-1500w-replacement-heating-element-240v-9882167.jpg?v=1784586007"},{"product_id":"eos-gracil-1500w-208v-heating-element-20016835","title":"EOS Gracil 1,500W Replacement Heating Element 208V","description":"\u003c!-- =========================================================\nMLHS | EOS 20016835 GRACIL HEATING ELEMENT\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-danger: #943c35;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background: linear-gradient(\n      120deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(248, 242, 237, 0.96)\n    );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 66px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 640px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--important {\n    border-left-color: var(--mlhs-danger);\n    background: #fff4f2;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-20016835-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        EOS Sauna Heater Replacement Part\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016835-intro\"\u003e\n        208V Replacement Element for the EOS Gracil 9 kW Heater\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS 20016835 is a 1,500-watt, 208-volt spare heating element\n        designed for compatible EOS Gracil 9 kW electric sauna heaters.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Use this component when servicing an EOS Gracil heater that requires\n        manufacturer part number 20016835. Confirm the heater family, total\n        kilowatt rating, electrical voltage and individual element wattage\n        before ordering.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key product information\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e1,500W element\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e208V rated\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eFor 9 kW Gracil heaters\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eEOS spare component\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003ePart 20016835\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016835-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-20016835-overview\"\u003e\n          EOS Gracil Spare Heating Element\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          This replacement component is intended for compatible EOS Gracil\n          electric sauna heaters with a total rated output of 9 kW and a\n          208-volt electrical configuration. The individual heating element\n          is rated at 1,500 watts.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This listing is for one replacement heating element rather than a\n          complete sauna heater. A qualified technician should diagnose the\n          heater, identify the failed component and confirm the required EOS\n          replacement part before ordering.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"EOS 20016835 product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003ePart number\u003c\/dt\u003e\n          \u003cdd\u003e20016835\u003c\/dd\u003e\n\n          \u003cdt\u003eComponent\u003c\/dt\u003e\n          \u003cdd\u003eSpare heating element\u003c\/dd\u003e\n\n          \u003cdt\u003eElement output\u003c\/dt\u003e\n          \u003cdd\u003e1,500 watts\u003c\/dd\u003e\n\n          \u003cdt\u003eVoltage\u003c\/dt\u003e\n          \u003cdd\u003e208 volts\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater series\u003c\/dt\u003e\n          \u003cdd\u003eEOS Gracil\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater output\u003c\/dt\u003e\n          \u003cdd\u003e9 kW\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016835-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016835-features\"\u003e\n        Model-Specific Replacement for Compatible EOS Gracil Heaters\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Sauna heating elements must match the electrical and mechanical\n        requirements of the heater. The EOS 20016835 is identified by its\n        heater family, voltage, wattage and manufacturer part number.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e1500W\u003c\/div\u003e\n\n        \u003ch3\u003e1,500-Watt Output\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The individual replacement heating element is rated at 1,500 watts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e208V\u003c\/div\u003e\n\n        \u003ch3\u003e208-Volt Configuration\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Intended for the compatible 208-volt EOS Gracil 9 kW heater\n          configuration.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eEOS\u003c\/div\u003e\n\n        \u003ch3\u003eEOS Replacement Component\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Identified by EOS manufacturer part number 20016835 for compatible\n          Gracil sauna heater service.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016835-compatibility\"\u003e\n    \u003cdiv class=\"mlhs-product__compatibility\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Compatibility Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016835-compatibility\"\u003e\n        Confirm the Gracil Series, 9 kW Output and 208V Configuration\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS 20016835 is listed for compatible EOS Gracil electric sauna\n        heaters rated at 9 kW and configured for 208-volt electrical service.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eListed Heater Configuration\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS Gracil heater series\u003c\/li\u003e\n            \u003cli\u003e9 kW total heater output\u003c\/li\u003e\n            \u003cli\u003e208-volt electrical configuration\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eReplacement Part Identification\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS part number 20016835\u003c\/li\u003e\n            \u003cli\u003e1,500-watt individual element\u003c\/li\u003e\n            \u003cli\u003eSpare electric sauna heater element\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eBefore purchasing:\u003c\/strong\u003e Match EOS part number\n          \u003cstrong\u003e20016835\u003c\/strong\u003e to the heater data plate, applicable EOS\n          service documentation, existing element or a technician-supplied\n          parts list. Do not select a replacement component by appearance\n          alone.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016835-voltage-comparison\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eVoltage Selection\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016835-voltage-comparison\"\u003e\n        Do Not Confuse the 208V and 240V Gracil Elements\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        EOS 20016835 and EOS 20016840 are both 1,500-watt elements for\n        compatible Gracil 9 kW heaters, but they have different voltage\n        ratings and part numbers.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS Gracil 1,500-watt heating element comparison\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eEOS 20016835\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eEOS 20016840\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeater family\u003c\/th\u003e\n            \u003ctd\u003eEOS Gracil\u003c\/td\u003e\n            \u003ctd\u003eEOS Gracil\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eListed heater output\u003c\/th\u003e\n            \u003ctd\u003e9 kW\u003c\/td\u003e\n            \u003ctd\u003e9 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIndividual element output\u003c\/th\u003e\n            \u003ctd\u003e1,500W\u003c\/td\u003e\n            \u003ctd\u003e1,500W\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e208V\u003c\/td\u003e\n            \u003ctd\u003e240V\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016835\u003c\/td\u003e\n            \u003ctd\u003e20016840\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSelection guidance\u003c\/th\u003e\n            \u003ctd\u003e\n              Choose only when the heater documentation requires the\n              208V EOS 20016835 element.\n            \u003c\/td\u003e\n            \u003ctd\u003e\n              Choose only when the heater documentation requires the\n              240V EOS 20016840 element.\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Do not substitute the 240V EOS 20016840 for this 208V component.\n        Match the voltage and manufacturer part number exactly.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016835-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016835-specifications\"\u003e\n        EOS 20016835 Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS 20016835 replacement element specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016835\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel number\u003c\/th\u003e\n            \u003ctd\u003e20016835\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eElectric sauna heater spare element\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElement output\u003c\/th\u003e\n            \u003ctd\u003e1,500 watts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e208 volts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater series\u003c\/th\u003e\n            \u003ctd\u003eEOS Gracil\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater output\u003c\/th\u003e\n            \u003ctd\u003e9 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eQuantity\u003c\/th\u003e\n            \u003ctd\u003eOne replacement heating element per quantity ordered\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eReturn status\u003c\/th\u003e\n            \u003ctd\u003e\n              Nonreturnable replacement component. Verify compatibility before\n              ordering.\n            \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  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016835-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016835-included\"\u003e\n        What Is Included?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003e\n            One EOS 20016835 1,500W, 208V spare heating element\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eComplete EOS Gracil sauna heater\u003c\/li\u003e\n          \u003cli\u003eAdditional replacement elements\u003c\/li\u003e\n          \u003cli\u003eSauna stones\u003c\/li\u003e\n          \u003cli\u003eSauna control system\u003c\/li\u003e\n          \u003cli\u003eElectrical wiring or circuit protection\u003c\/li\u003e\n          \u003cli\u003eInstallation or service labor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Product images may show the element from multiple angles or within a\n        heater-service context. This listing is for one EOS 20016835 spare\n        heating element, not a complete sauna heater.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016835-verification\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eBefore You Order\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016835-verification\"\u003e\n        How to Confirm the Correct EOS Gracil Element\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Verify the complete heater configuration before purchasing this\n        electrical replacement component.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eCheck the Heater Data Plate\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Confirm that the installed heater is an EOS Gracil model rated at\n          9 kW and configured for 208-volt electrical service.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eMatch Part Number 20016835\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Compare the required part number with applicable EOS service\n          documentation, the existing element or a parts list supplied by a\n          qualified technician.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eConfirm the Required Quantity\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Have the heater diagnosed before ordering so the technician can\n          determine how many heating elements require replacement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016835-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProfessional Installation\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016835-installation\"\u003e\n        Heating Element Replacement Requires Qualified Service\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Replacing an electric sauna heating element involves high-voltage\n        electrical connections, heater disassembly, component testing and\n        correct sauna-stone placement. The heater must be fully disconnected\n        from electrical power before inspection or service.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Installation should be completed by a licensed electrician or\n        qualified sauna-service professional following applicable EOS\n        instructions and electrical requirements.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eDisconnect and secure electrical power before servicing\u003c\/li\u003e\n        \u003cli\u003eAllow the heater and sauna stones to cool completely\u003c\/li\u003e\n        \u003cli\u003eConfirm the failed component before replacement\u003c\/li\u003e\n        \u003cli\u003eInspect terminals, wiring and adjacent elements\u003c\/li\u003e\n        \u003cli\u003eInstall the replacement according to EOS documentation\u003c\/li\u003e\n        \u003cli\u003eReinstall stones according to the heater instructions\u003c\/li\u003e\n        \u003cli\u003eInspect and test the completed installation before use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eSafety note:\u003c\/strong\u003e Do not energize the heater until all\n        wiring, protective components, sauna stones and exterior panels have\n        been properly reassembled and inspected.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016835-return-policy\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Important Purchase Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016835-return-policy\"\u003e\n        This Replacement Part Is Nonreturnable\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice mlhs-product__notice--important\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eFinal-sale replacement component:\u003c\/strong\u003e The EOS 20016835\n        cannot be returned. Confirm the EOS Gracil heater series, 9 kW heater\n        output, 208V configuration, 1,500W element rating and manufacturer\n        part number before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-20016835-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-20016835-mlhs\"\u003e\n        Why Order EOS Replacement Parts from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eCompatibility Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Send us the heater model, voltage, kilowatt rating and required EOS\n          part number when you need help comparing them with this listing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the voltage, wattage, heater application, package contents\n          and final-sale status before placing your order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016835-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016835-faq\"\u003e\n        EOS 20016835 Replacement Heating Element FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS 20016835?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a 1,500-watt, 208-volt spare heating element for compatible\n            EOS Gracil 9 kW electric sauna heaters.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich sauna heater uses EOS part 20016835?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The part is listed for compatible EOS Gracil electric sauna\n            heaters rated at 9 kW and configured for 208 volts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the output of this heating element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The individual replacement heating element is rated at\n            1,500 watts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a complete EOS Gracil sauna heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This listing is for one replacement heating element and not a\n            complete electric sauna heater.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs EOS 20016835 the same as EOS 20016840?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. Both are 1,500-watt elements for compatible EOS Gracil 9 kW\n            heaters, but EOS 20016835 is rated for 208 volts and EOS 20016840\n            is rated for 240 volts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Are all 1,500W EOS Gracil heating elements interchangeable?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. The voltage, total heater output and EOS manufacturer part\n            number must match in addition to the element wattage and heater\n            family.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do I verify that this is the correct element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Confirm the EOS Gracil heater family, 9 kW heater rating, 208V\n            electrical configuration, 1,500W element rating and EOS part\n            number 20016835.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWho should install the EOS 20016835?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            A licensed electrician or qualified sauna-service professional\n            should diagnose and service the heater according to EOS\n            instructions and applicable electrical requirements.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the EOS 20016835 be returned?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This replacement component is nonreturnable. Verify the heater\n            series, voltage, total output, element wattage and required part\n            number before ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-20016835-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Need Help Confirming Compatibility?\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016835-help\"\u003e\n        Verify Your EOS Gracil Heater Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us a clear photo of the heater data plate along with the heater\n        model, voltage, kilowatt rating and required part number. We will help\n        you compare that information with this product listing.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA ONLY\nProduct and Offer schema should be generated by the Shopify\ntheme or Google \u0026 YouTube app to avoid conflicts with live\npricing, currency, inventory and availability information.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS 20016835?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 20016835 is a 1,500-watt, 208-volt spare heating element for compatible EOS Gracil 9 kW electric sauna heaters.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which sauna heater uses EOS part 20016835?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The part is listed for compatible EOS Gracil electric sauna heaters rated at 9 kW and configured for 208 volts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the output of the EOS 20016835 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The individual replacement heating element is rated at 1,500 watts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS 20016835 a complete EOS Gracil sauna heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The EOS 20016835 is one replacement heating element and not a complete electric sauna heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is EOS 20016835 the same as EOS 20016840?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Both are 1,500-watt elements for compatible EOS Gracil 9 kW heaters, but EOS 20016835 is rated for 208 volts and EOS 20016840 is rated for 240 volts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are all 1,500-watt EOS Gracil heating elements interchangeable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The voltage, total heater output and EOS manufacturer part number must match in addition to the element wattage and heater family.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I verify that EOS 20016835 is the correct element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Confirm the EOS Gracil heater family, 9 kW heater rating, 208-volt electrical configuration, 1,500-watt element rating and EOS part number 20016835.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who should install the EOS 20016835 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A licensed electrician or qualified sauna-service professional should diagnose and service the heater according to EOS instructions and applicable electrical requirements.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 20016835 heating element be returned?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This replacement component is nonreturnable. Verify the heater series, voltage, total output, element wattage and required part number before ordering.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50428916105445,"sku":"20016835","price":122.86,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-gracil-1500w-replacement-heating-element-208v-7835632.jpg?v=1784586008"},{"product_id":"eos-glasses-rack-wall-mounted-sauna-eyewear-holder-14-947765","title":"EOS Glasses Rack Black Wall-Mounted Sauna Eyewear Holder","description":"\u003c!-- =========================================================\nMLHS | EOS GLASSES RACK 14-947765\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\nFAQ JSON-LD only. No Product or Offer schema included.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background: linear-gradient(\n      120deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(248, 242, 237, 0.96)\n    );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 72px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 620px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__highlight {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__highlight-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__highlight-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__highlight-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003c!-- PRODUCT INTRODUCTION --\u003e\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-glasses-rack-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        EOS Sauna Interior Accessory\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-glasses-rack-intro\"\u003e\n        A Secure Place for Your Glasses During Sauna Sessions\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS Glasses Rack is a compact, wall-mounted eyewear holder\n        designed to keep glasses secure, elevated and within easy reach\n        during sauna use.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Its sleek black finish complements contemporary sauna interiors,\n        while the integrated anti-slip surface helps prevent eyewear from\n        shifting or becoming scratched while stored.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key EOS Glasses Rack details\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eWall-mounted design\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eAnti-slip surface\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eBlack finish\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eCompact sauna storage\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eSKU 14-947765\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PRODUCT OVERVIEW --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-glasses-rack-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-glasses-rack-overview\"\u003e\n          Practical Eyewear Storage for the Sauna\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Glasses can become uncomfortable to wear in a hot sauna and may be\n          exposed to heat, moisture or accidental damage when placed on a\n          bench. The EOS Glasses Rack creates a designated storage location\n          that keeps eyewear off seating surfaces and close at hand.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its wall-mounted configuration preserves valuable bench space and\n          provides a clean, organized appearance within residential or\n          commercial sauna interiors.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"EOS Glasses Rack product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003eModel\u003c\/dt\u003e\n          \u003cdd\u003eGLASSES RACK\u003c\/dd\u003e\n\n          \u003cdt\u003eSKU\u003c\/dt\u003e\n          \u003cdd\u003e14-947765\u003c\/dd\u003e\n\n          \u003cdt\u003eUPC\u003c\/dt\u003e\n          \u003cdd\u003e652592097632\u003c\/dd\u003e\n\n          \u003cdt\u003eFinish\u003c\/dt\u003e\n          \u003cdd\u003eBlack\u003c\/dd\u003e\n\n          \u003cdt\u003eInstallation\u003c\/dt\u003e\n          \u003cdd\u003eWall-mounted\u003c\/dd\u003e\n\n          \u003cdt\u003eWarranty\u003c\/dt\u003e\n          \u003cdd\u003e2-year limited warranty\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-glasses-rack-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-glasses-rack-features\"\u003e\n        Designed for Convenient Sauna Organization\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS Glasses Rack combines compact storage, a modern appearance\n        and practical protection for eyewear during sauna sessions.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eWALL\u003c\/div\u003e\n\n        \u003ch3\u003eWall-Mounted Storage\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Keeps glasses elevated, accessible and away from occupied sauna\n          benches.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eGRIP\u003c\/div\u003e\n\n        \u003ch3\u003eAnti-Slip Surface\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Helps keep eyewear securely positioned while reducing the risk of\n          slipping and surface scratches.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eBLACK\u003c\/div\u003e\n\n        \u003ch3\u003eModern Black Finish\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Blends naturally with contemporary sauna heaters, controls and\n          interior accessories.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY USE A GLASSES RACK --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-glasses-rack-benefits\"\u003e\n    \u003cdiv class=\"mlhs-product__highlight\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Sauna Storage Benefits\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-glasses-rack-benefits\"\u003e\n        Why Add a Dedicated Eyewear Holder?\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        A designated glasses rack gives sauna users a consistent place to\n        store eyewear before sitting down, helping maintain a more organized\n        and comfortable sauna environment.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__highlight-grid\"\u003e\n        \u003carticle class=\"mlhs-product__highlight-item\"\u003e\n          \u003ch3\u003eProtects Bench Space\u003c\/h3\u003e\n\n          \u003cp\u003e\n            The wall-mounted format keeps eyewear off benches where it could\n            be sat on, knocked over or misplaced.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"mlhs-product__highlight-item\"\u003e\n          \u003ch3\u003eKeeps Glasses Accessible\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Eyewear remains nearby and easy to retrieve immediately after the\n            sauna session.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"mlhs-product__highlight-item\"\u003e\n          \u003ch3\u003eSupports a Cleaner Interior\u003c\/h3\u003e\n\n          \u003cp\u003e\n            A dedicated storage point reduces clutter and helps maintain an\n            intentionally organized sauna room.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"mlhs-product__highlight-item\"\u003e\n          \u003ch3\u003eSuitable for Shared Saunas\u003c\/h3\u003e\n\n          \u003cp\u003e\n            The simple, intuitive design is useful in both private home\n            saunas and shared commercial settings.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-glasses-rack-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-glasses-rack-specifications\"\u003e\n        EOS Glasses Rack Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS Glasses Rack specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct name\u003c\/th\u003e\n            \u003ctd\u003eEOS Glasses Rack\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel\u003c\/th\u003e\n            \u003ctd\u003eGLASSES RACK\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSKU \/ MPN\u003c\/th\u003e\n            \u003ctd\u003e14-947765\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eUPC\u003c\/th\u003e\n            \u003ctd\u003e652592097632\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eWall-mounted sauna eyewear holder\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eFinish\u003c\/th\u003e\n            \u003ctd\u003eBlack\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInstallation\u003c\/th\u003e\n            \u003ctd\u003eWall-mounted\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n            \u003ctd\u003e6.3 inches (16 cm)\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eDepth\u003c\/th\u003e\n            \u003ctd\u003e4.7 inches (11.9 cm)\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n            \u003ctd\u003e3.3 inches (8.4 cm)\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSurface\u003c\/th\u003e\n            \u003ctd\u003eAnti-slip eyewear resting surface\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eConsumer warranty\u003c\/th\u003e\n            \u003ctd\u003e2-year limited warranty\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCommercial warranty\u003c\/th\u003e\n            \u003ctd\u003e2-year limited warranty\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!-- PACKAGE CONTENTS --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-glasses-rack-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-glasses-rack-included\"\u003e\n        What Is Included?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eEOS Glasses Rack\u003c\/li\u003e\n          \u003cli\u003eIntegrated anti-slip eyewear surface\u003c\/li\u003e\n          \u003cli\u003e2-year limited consumer warranty\u003c\/li\u003e\n          \u003cli\u003e2-year limited commercial warranty\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eEyeglasses or sunglasses\u003c\/li\u003e\n          \u003cli\u003eSauna heater\u003c\/li\u003e\n          \u003cli\u003eSauna control system\u003c\/li\u003e\n          \u003cli\u003eOther EOS wall-mounted accessories\u003c\/li\u003e\n          \u003cli\u003eProfessional installation labor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Product images may show eyeglasses for demonstration purposes. This\n        listing is for the EOS Glasses Rack only.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PLACEMENT --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-glasses-rack-placement\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePlanning and Placement\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-glasses-rack-placement\"\u003e\n        Choose an Accessible Wall Location\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Plan the mounting location before installation so the rack is easy to\n        reach without interfering with sauna seating, doors, heater\n        clearances or other interior accessories.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eSelect the Location\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Choose a wall area that users can reach easily when entering or\n          leaving the sauna.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eCheck Surrounding Clearances\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Make sure the rack will not interfere with the sauna heater, door,\n          lighting, controls or normal seating positions.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eConfirm Secure Support\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Mount the rack to a suitable, secure surface using installation\n          methods appropriate for the sauna wall construction.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INSTALLATION --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-glasses-rack-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eInstallation Guidance\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-glasses-rack-installation\"\u003e\n        Secure Wall Mounting Is Required\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Install the EOS Glasses Rack on a stable sauna wall surface where it\n        will remain accessible and will not obstruct other sauna components.\n        Confirm the wall construction and appropriate mounting method before\n        installation.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eReview the product instructions before mounting\u003c\/li\u003e\n        \u003cli\u003eSelect a stable and accessible sauna wall location\u003c\/li\u003e\n        \u003cli\u003eAvoid heater safety-clearance zones\u003c\/li\u003e\n        \u003cli\u003eKeep the rack clear of doors and moving components\u003c\/li\u003e\n        \u003cli\u003eUse fasteners appropriate for the wall construction\u003c\/li\u003e\n        \u003cli\u003eConfirm that the installed rack is secure before use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003ePlacement note:\u003c\/strong\u003e Sauna heater and accessory\n        clearances vary by installation. Follow the instructions and safety\n        requirements for all nearby sauna equipment.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CARE --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-glasses-rack-care\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eCare and Use\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-glasses-rack-care\"\u003e\n        Keep the Rack Clean and Ready for Use\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Allow the rack to cool before cleaning. Wipe the surface with a soft,\n        lightly damp cloth and dry it afterward. Avoid abrasive tools or harsh\n        cleaners that could damage the finish or anti-slip surface.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eRemove eyewear before cleaning the rack\u003c\/li\u003e\n        \u003cli\u003eUse a soft cloth for routine surface care\u003c\/li\u003e\n        \u003cli\u003eDry the rack after wiping it down\u003c\/li\u003e\n        \u003cli\u003eAvoid abrasive pads and aggressive chemicals\u003c\/li\u003e\n        \u003cli\u003ePeriodically confirm that the mounting remains secure\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WARRANTY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-glasses-rack-warranty\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eWarranty Coverage\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-glasses-rack-warranty\"\u003e\n        Two-Year Limited Warranty\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS Glasses Rack is supported by a 2-year limited warranty for\n        consumer use and a 2-year limited warranty for commercial use.\n        Warranty eligibility and coverage remain subject to the\n        manufacturer's terms, installation requirements and exclusions.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY BUY --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-glasses-rack-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-glasses-rack-mlhs\"\u003e\n        Why Buy the EOS Glasses Rack from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eDetailed Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the dimensions, mounting style, finish, package contents and\n          warranty information before ordering.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSauna Product Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Our team can help you compare this rack with other sauna interior\n          accessories for your project.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          shown during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-glasses-rack-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-glasses-rack-faq\"\u003e\n        EOS Glasses Rack FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS Glasses Rack?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a black, wall-mounted sauna accessory designed to keep\n            glasses secure, elevated and easily accessible during sauna use.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the SKU for the EOS Glasses Rack?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The manufacturer SKU is 14-947765, and the model is listed as\n            GLASSES RACK.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat are the dimensions?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The rack measures approximately 6.3 inches wide, 4.7 inches deep\n            and 3.3 inches high.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the rack have an anti-slip surface?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. The eyewear resting area includes an anti-slip surface\n            designed to help prevent glasses from shifting or becoming\n            scratched.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat color is the EOS Glasses Rack?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It has a black finish intended to complement modern sauna\n            interiors and matching EOS accessories.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this rack wall-mounted?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. It is designed for wall-mounted installation inside a\n            suitable sauna location.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eAre glasses included?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. Eyeglasses shown in product imagery are for demonstration\n            purposes and are not included.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan it be used in a commercial sauna?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. The manufacturer lists both consumer and commercial limited\n            warranty coverage for this accessory.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat warranty is included?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The EOS Glasses Rack includes a 2-year limited warranty for\n            consumer use and a 2-year limited warranty for commercial use,\n            subject to the manufacturer's terms.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-glasses-rack-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Complete Your Sauna Interior\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-glasses-rack-help\"\u003e\n        Add Convenient Eyewear Storage to Your Sauna\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS Glasses Rack provides a simple, dedicated place to keep\n        eyewear secure and within reach while preserving bench space and a\n        clean sauna interior.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA ONLY\nProduct and Offer schema should be generated by the Shopify\ntheme or Google \u0026 YouTube app to avoid conflicts with current\npricing, currency, inventory and availability information.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS Glasses Rack?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Glasses Rack is a black, wall-mounted sauna accessory designed to keep glasses secure, elevated and easily accessible during sauna use.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the SKU for the EOS Glasses Rack?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The manufacturer SKU is 14-947765, and the model is listed as GLASSES RACK.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What are the dimensions of the EOS Glasses Rack?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Glasses Rack measures approximately 6.3 inches wide, 4.7 inches deep and 3.3 inches high.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the EOS Glasses Rack have an anti-slip surface?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The eyewear resting area includes an anti-slip surface designed to help prevent glasses from shifting or becoming scratched.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What color is the EOS Glasses Rack?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Glasses Rack has a black finish intended to complement modern sauna interiors and matching EOS accessories.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS Glasses Rack wall-mounted?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The EOS Glasses Rack is designed for wall-mounted installation inside a suitable sauna location.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are glasses included with the EOS Glasses Rack?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Eyeglasses shown in product imagery are for demonstration purposes and are not included.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS Glasses Rack be used in a commercial sauna?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The manufacturer lists both consumer and commercial limited warranty coverage for the EOS Glasses Rack.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What warranty is included with the EOS Glasses Rack?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Glasses Rack includes a 2-year limited warranty for consumer use and a 2-year limited warranty for commercial use, subject to the manufacturer's terms.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50428917481701,"sku":"14-947765","price":147.14,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-glasses-rack-black-wall-mounted-sauna-eyewear-holder-2766937.jpg?v=1784586006"},{"product_id":"eos-cell-phone-mount-sauna-device-rack-14-947766","title":"EOS Black Wall-Mounted Cell Phone Mount Sauna Device Rack","description":"\u003c!-- =========================================================\nMLHS | EOS CELL PHONE MOUNT 14-947766\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\nFAQ JSON-LD only. No Product or Offer schema included.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-warning: #8a5a13;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background: linear-gradient(\n      120deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(248, 242, 237, 0.96)\n    );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 72px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 620px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__highlight {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__highlight-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__highlight-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--warning {\n    border-left-color: var(--mlhs-warning);\n    background: #fff8e9;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__highlight-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-phone-mount-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        EOS Sauna Interior Accessory\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-phone-mount-intro\"\u003e\n        Secure, Wall-Mounted Storage for a Phone or Tablet\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS Cell Phone Mount is a black, wall-mounted mobile-device rack\n        designed to keep a phone or tablet stable, visible and within reach\n        during sauna use.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Its compact wall-mounted format keeps mobile devices off the sauna\n        bench while helping reduce the risk of an accidental drop. The sleek\n        black finish blends naturally with modern EOS sauna equipment and\n        contemporary sauna interiors.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key EOS Cell Phone Mount details\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eWall-mounted device rack\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eFor phones and tablets\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eBlack finish\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eDesigned for sauna interiors\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eSKU 14-947766\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-phone-mount-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-phone-mount-overview\"\u003e\n          Convenient Mobile-Device Storage for the Sauna\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Placing a phone or tablet directly on a sauna bench can leave it\n          vulnerable to slipping, being knocked over or becoming misplaced.\n          The EOS Cell Phone Mount creates a dedicated wall-mounted storage\n          location that keeps a compatible device stable and visible.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          It is a practical addition for sauna users who want an organized\n          location for a mobile device without using valuable seating space.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"EOS Cell Phone Mount product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003eProduct\u003c\/dt\u003e\n          \u003cdd\u003eCell Phone Mount\u003c\/dd\u003e\n\n          \u003cdt\u003eModel\u003c\/dt\u003e\n          \u003cdd\u003eCELL PHONE MOUNT\u003c\/dd\u003e\n\n          \u003cdt\u003eSKU \/ MPN\u003c\/dt\u003e\n          \u003cdd\u003e14-947766\u003c\/dd\u003e\n\n          \u003cdt\u003eProduct type\u003c\/dt\u003e\n          \u003cdd\u003eMobile-device rack\u003c\/dd\u003e\n\n          \u003cdt\u003eFinish\u003c\/dt\u003e\n          \u003cdd\u003eBlack\u003c\/dd\u003e\n\n          \u003cdt\u003eInstallation\u003c\/dt\u003e\n          \u003cdd\u003eWall-mounted\u003c\/dd\u003e\n\n          \u003cdt\u003eWarranty\u003c\/dt\u003e\n          \u003cdd\u003e2-year warranty\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-phone-mount-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-phone-mount-features\"\u003e\n        Designed for Organized and Accessible Device Storage\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS Cell Phone Mount combines a wall-mounted format with a modern\n        black appearance and support for common mobile devices.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eWALL\u003c\/div\u003e\n\n        \u003ch3\u003eWall-Mounted Design\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Keeps the device elevated and off sauna benches while preserving\n          usable seating space.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eDEVICE\u003c\/div\u003e\n\n        \u003ch3\u003ePhone and Tablet Storage\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Designed to hold a compatible mobile phone or tablet when the device\n          is not in the user’s hand.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eBLACK\u003c\/div\u003e\n\n        \u003ch3\u003eSleek Black Finish\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Complements modern sauna interiors, EOS heaters, controls and\n          coordinating accessories.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-phone-mount-benefits\"\u003e\n    \u003cdiv class=\"mlhs-product__highlight\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Sauna Organization Benefits\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-phone-mount-benefits\"\u003e\n        Why Add a Dedicated Mobile-Device Rack?\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        A designated wall-mounted holder creates a consistent place for a\n        phone or tablet while helping maintain a cleaner, more organized sauna\n        interior.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__highlight-grid\"\u003e\n        \u003carticle class=\"mlhs-product__highlight-item\"\u003e\n          \u003ch3\u003ePreserves Bench Space\u003c\/h3\u003e\n\n          \u003cp\u003e\n            The wall-mounted design keeps a device off seating surfaces and\n            away from normal bench activity.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"mlhs-product__highlight-item\"\u003e\n          \u003ch3\u003eHelps Prevent Drops\u003c\/h3\u003e\n\n          \u003cp\u003e\n            A stable, designated holder can reduce the chance of a device\n            being knocked from a sauna bench.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"mlhs-product__highlight-item\"\u003e\n          \u003ch3\u003eKeeps the Device Visible\u003c\/h3\u003e\n\n          \u003cp\u003e\n            The open rack format allows the screen to remain visible while\n            the device is stored.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"mlhs-product__highlight-item\"\u003e\n          \u003ch3\u003eSupports an Organized Interior\u003c\/h3\u003e\n\n          \u003cp\u003e\n            A dedicated storage point helps reduce loose items and visual\n            clutter within the sauna room.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-phone-mount-compatibility\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eDevice Compatibility\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-phone-mount-compatibility\"\u003e\n        Confirm That Your Device Fits Before Use\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The manufacturer describes this accessory as a holder for a mobile\n        phone or tablet. Exact internal dimensions and maximum supported\n        device measurements are not published in the available product\n        information.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Check the physical fit of the device and any protective case before\n        relying on the mount. The device should rest securely without being\n        forced into the holder or extending in a way that makes it unstable.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eCompatibility note:\u003c\/strong\u003e Device fit can vary based on\n          screen size, overall dimensions, case thickness and accessory\n          attachments. Do not assume that every phone, tablet or protective\n          case will fit.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-phone-mount-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-phone-mount-specifications\"\u003e\n        EOS Cell Phone Mount Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS Cell Phone Mount specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct name\u003c\/th\u003e\n            \u003ctd\u003eEOS Cell Phone Mount\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel\u003c\/th\u003e\n            \u003ctd\u003eCELL PHONE MOUNT\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSKU \/ MPN\u003c\/th\u003e\n            \u003ctd\u003e14-947766\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eWall-mounted mobile-device rack\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIntended devices\u003c\/th\u003e\n            \u003ctd\u003eCompatible mobile phones and tablets\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eFinish\u003c\/th\u003e\n            \u003ctd\u003eBlack\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMounting style\u003c\/th\u003e\n            \u003ctd\u003eWall-mounted\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIntended environment\u003c\/th\u003e\n            \u003ctd\u003eSauna interior\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003ePublished dimensions\u003c\/th\u003e\n            \u003ctd\u003eNot specified by the manufacturer in the available listing\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003ePublished UPC\u003c\/th\u003e\n            \u003ctd\u003eNot specified by the manufacturer in the available listing\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eWarranty\u003c\/th\u003e\n            \u003ctd\u003e2 years, subject to manufacturer terms\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  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-phone-mount-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-phone-mount-included\"\u003e\n        What Is Included?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eEOS Cell Phone Mount\u003c\/li\u003e\n          \u003cli\u003e2-year manufacturer warranty coverage\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eMobile phone\u003c\/li\u003e\n          \u003cli\u003eTablet\u003c\/li\u003e\n          \u003cli\u003eProtective device case\u003c\/li\u003e\n          \u003cli\u003eCharging cable or power supply\u003c\/li\u003e\n          \u003cli\u003eSauna heater or control system\u003c\/li\u003e\n          \u003cli\u003eProfessional installation labor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Mobile devices shown in product images are for demonstration purposes.\n        This listing is for the EOS Cell Phone Mount only.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-phone-mount-placement\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePlanning and Placement\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-phone-mount-placement\"\u003e\n        Select a Secure and Accessible Wall Location\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Plan the mounting location before installation so the holder remains\n        easy to reach without interfering with sauna seating, doors, controls,\n        lighting or heater safety clearances.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eChoose the Location\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Select a wall area that is convenient to reach and does not obstruct\n          movement within the sauna.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eCheck Nearby Equipment\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Keep the mount outside required heater clearances and away from\n          doors, controls and other moving or heat-producing components.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eConfirm Secure Support\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Make sure the selected wall location can support the installed mount\n          and the intended mobile device.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-phone-mount-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eInstallation Guidance\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-phone-mount-installation\"\u003e\n        Secure Wall Mounting Is Required\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Install the EOS Cell Phone Mount on a stable sauna wall surface where\n        it will remain accessible and will not interfere with other sauna\n        components.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eReview all available installation instructions before mounting\u003c\/li\u003e\n        \u003cli\u003eSelect a stable and accessible wall location\u003c\/li\u003e\n        \u003cli\u003eKeep the mount outside sauna-heater clearance zones\u003c\/li\u003e\n        \u003cli\u003eAvoid doors, controls, lighting and moving components\u003c\/li\u003e\n        \u003cli\u003eUse mounting methods suitable for the wall construction\u003c\/li\u003e\n        \u003cli\u003eConfirm that the installed mount is secure before use\u003c\/li\u003e\n        \u003cli\u003eTest the device fit before leaving it unattended in the holder\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eMounting hardware note:\u003c\/strong\u003e The available manufacturer\n        listing does not identify the specific hardware included. Inspect the\n        package and installation instructions before selecting additional\n        fasteners.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-phone-mount-device-safety\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eImportant Device Guidance\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-phone-mount-device-safety\"\u003e\n        Follow the Mobile-Device Manufacturer’s Usage Limits\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS Cell Phone Mount provides a designated storage location, but\n        it does not change the temperature, humidity or operating limits\n        established by the phone or tablet manufacturer.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__notice mlhs-product__notice--warning\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eBefore bringing electronics into a sauna:\u003c\/strong\u003e Review\n          the device manufacturer’s instructions for temperature, moisture\n          and charging restrictions. Remove the device immediately if it\n          becomes unusually hot, displays a temperature warning or shows any\n          sign of malfunction.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eDo not charge a mobile device inside the sauna\u003c\/li\u003e\n        \u003cli\u003eDo not place a damaged or swollen device in the mount\u003c\/li\u003e\n        \u003cli\u003eKeep the device away from direct contact with the sauna heater\u003c\/li\u003e\n        \u003cli\u003eDo not allow water to be poured or sprayed onto the device\u003c\/li\u003e\n        \u003cli\u003eRemove the device when its manufacturer’s limits may be exceeded\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-phone-mount-care\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eCare and Maintenance\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-phone-mount-care\"\u003e\n        Keep the Mount Clean and Secure\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Allow the accessory to cool before cleaning. Remove the mobile device,\n        wipe the mount with a soft, lightly damp cloth and dry the surface\n        afterward.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eRemove all electronics before cleaning\u003c\/li\u003e\n        \u003cli\u003eUse a soft cloth for routine surface care\u003c\/li\u003e\n        \u003cli\u003eDry the holder after wiping it down\u003c\/li\u003e\n        \u003cli\u003eAvoid abrasive pads and aggressive cleaning chemicals\u003c\/li\u003e\n        \u003cli\u003ePeriodically inspect the wall mounting\u003c\/li\u003e\n        \u003cli\u003eStop using the holder if it becomes loose or damaged\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-phone-mount-warranty\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eWarranty Coverage\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-phone-mount-warranty\"\u003e\n        Two-Year Manufacturer Warranty\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS Cell Phone Mount is supported by a 2-year warranty. Warranty\n        eligibility and coverage are subject to the manufacturer’s current\n        terms, installation requirements, proper use and exclusions.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The available supplier listing does not separately identify consumer\n        and commercial warranty periods. Confirm the applicable warranty terms\n        for the intended installation when needed.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-phone-mount-returns\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eReturns\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-phone-mount-returns\"\u003e\n        Review the Return Policy Before Installation\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The available manufacturer listing does not identify this accessory\n        as a nonreturnable replacement part. Return eligibility remains\n        subject to the My Luxury Home Spa return policy and any applicable\n        manufacturer restrictions.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Keep the product unused and uninstalled until you have confirmed the\n        desired placement, device fit and package contents.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-phone-mount-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-phone-mount-mlhs\"\u003e\n        Why Buy the EOS Cell Phone Mount from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the mounting style, intended use, finish, warranty and known\n          compatibility considerations before ordering.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSauna Product Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Our team can help you compare this mount with other EOS sauna\n          accessories for your residential or commercial project.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-phone-mount-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-phone-mount-faq\"\u003e\n        EOS Cell Phone Mount FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS Cell Phone Mount?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a black, wall-mounted mobile-device rack designed to keep a\n            compatible phone or tablet stable, visible and accessible in a\n            sauna interior.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the SKU for the EOS Cell Phone Mount?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The manufacturer SKU is 14-947766, and the listed model is\n            CELL PHONE MOUNT.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the mount hold a tablet?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The manufacturer describes the accessory as suitable for a phone\n            or tablet. Confirm the fit and stability of the specific device\n            and protective case before use.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat color is the EOS Cell Phone Mount?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The mount has a black finish designed to blend with modern sauna\n            interiors and coordinating EOS equipment.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the EOS Cell Phone Mount wall-mounted?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. It is designed for installation on a suitable sauna wall\n            surface.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat are the dimensions of the mount?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Exact product and internal device dimensions are not provided in\n            the available manufacturer listing. Confirm device fit before\n            relying on the holder.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the mount protect a phone from all sauna heat?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No accessory overrides the operating limits established by the\n            mobile-device manufacturer. Follow the device instructions for\n            heat, humidity and charging, and remove the device when those\n            limits may be exceeded.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs a phone or tablet included?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. Mobile devices shown in product imagery are for demonstration\n            purposes. This listing is for the wall-mounted EOS accessory only.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat warranty is included?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The manufacturer lists a 2-year warranty, subject to its current\n            terms, installation requirements and exclusions.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-phone-mount-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Organize Your Sauna Interior\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-phone-mount-help\"\u003e\n        Add a Dedicated Place for Your Mobile Device\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS Cell Phone Mount provides wall-mounted storage for a\n        compatible phone or tablet while keeping the device off sauna benches\n        and within easy reach.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA ONLY\nProduct and Offer schema should be generated by the Shopify\ntheme or Google \u0026 YouTube app to avoid conflicts with current\npricing, currency, inventory and availability information.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS Cell Phone Mount?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Cell Phone Mount is a black, wall-mounted mobile-device rack designed to keep a compatible phone or tablet stable, visible and accessible in a sauna interior.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the SKU for the EOS Cell Phone Mount?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The manufacturer SKU is 14-947766, and the listed model is CELL PHONE MOUNT.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS Cell Phone Mount hold a tablet?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The manufacturer describes the accessory as suitable for a phone or tablet. Confirm the fit and stability of the specific device and protective case before use.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What color is the EOS Cell Phone Mount?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Cell Phone Mount has a black finish designed to blend with modern sauna interiors and coordinating EOS equipment.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS Cell Phone Mount wall-mounted?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The EOS Cell Phone Mount is designed for installation on a suitable sauna wall surface.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What are the dimensions of the EOS Cell Phone Mount?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Exact product and internal device dimensions are not provided in the available manufacturer listing. Confirm device fit before relying on the holder.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the EOS Cell Phone Mount protect a phone from all sauna heat?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No accessory overrides the operating limits established by the mobile-device manufacturer. Follow the device instructions for heat, humidity and charging, and remove the device when those limits may be exceeded.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is a phone or tablet included with the EOS Cell Phone Mount?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Mobile devices shown in product imagery are for demonstration purposes. This listing is for the wall-mounted EOS accessory only.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What warranty is included with the EOS Cell Phone Mount?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The manufacturer lists a 2-year warranty, subject to its current terms, installation requirements and exclusions.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50428927049957,"sku":"14-947766","price":150.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-black-wall-mounted-cell-phone-mount-sauna-device-rack-5280611.jpg?v=1784586006"},{"product_id":"eos-towel-robe-rack-wall-mounted-sauna-hooks-14-947767","title":"EOS Black Wall-Mounted Towel and Robe Rack With Sauna Hooks","description":"\u003c!-- =========================================================\nMLHS | EOS TOWEL \u0026 ROBE RACK 14-947767\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\nFAQ JSON-LD only. No Product or Offer schema included.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background: linear-gradient(\n      120deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(248, 242, 237, 0.96)\n    );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 72px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 620px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__highlight {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__highlight-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__highlight-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__highlight-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-towel-rack-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        EOS Sauna Interior Accessory\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-towel-rack-intro\"\u003e\n        Wall-Mounted Storage for Towels, Robes and Clothing\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS Towel \u0026amp; Robe Rack is a compact, wall-mounted sauna\n        accessory designed to keep up to two towels, robes or clothing items\n        organized, secure and within easy reach.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Its heat-resistant construction is made for demanding sauna\n        environments, while the sleek black finish creates a clean,\n        contemporary appearance without occupying valuable floor or bench\n        space.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key EOS Towel and Robe Rack details\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eHolds up to two items\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eWall-mounted design\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eHeat-resistant construction\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eBlack finish\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eSKU 14-947767\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-towel-rack-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-towel-rack-overview\"\u003e\n          A Dedicated Place for Sauna Textiles\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Loose towels and robes can take up seating space or create clutter\n          around the sauna. The EOS Towel \u0026amp; Robe Rack provides a\n          designated wall-mounted location where up to two items can hang\n          securely and remain accessible before, during or after a sauna\n          session.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its compact format supports an organized sauna interior while the\n          black finish coordinates naturally with contemporary EOS heaters,\n          controls and accessories.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"EOS Towel and Robe Rack product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003eModel\u003c\/dt\u003e\n          \u003cdd\u003eTOWEL \u0026amp; ROBE RACK\u003c\/dd\u003e\n\n          \u003cdt\u003eSKU \/ MPN\u003c\/dt\u003e\n          \u003cdd\u003e14-947767\u003c\/dd\u003e\n\n          \u003cdt\u003eProduct type\u003c\/dt\u003e\n          \u003cdd\u003eWall-mounted sauna rack\u003c\/dd\u003e\n\n          \u003cdt\u003eCapacity\u003c\/dt\u003e\n          \u003cdd\u003eUp to two items\u003c\/dd\u003e\n\n          \u003cdt\u003eFinish\u003c\/dt\u003e\n          \u003cdd\u003eBlack\u003c\/dd\u003e\n\n          \u003cdt\u003eInstallation\u003c\/dt\u003e\n          \u003cdd\u003eWall-mounted\u003c\/dd\u003e\n\n          \u003cdt\u003eWarranty\u003c\/dt\u003e\n          \u003cdd\u003e2-year limited warranty\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-towel-rack-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-towel-rack-features\"\u003e\n        Practical Storage with a Clean Modern Appearance\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS Towel \u0026amp; Robe Rack combines convenient hanging capacity\n        with sauna-ready construction and a space-saving wall-mounted format.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e2 ITEMS\u003c\/div\u003e\n\n        \u003ch3\u003eTwo-Item Capacity\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Holds up to two towels, robes or clothing items in a dedicated,\n          easily accessible location.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eSAUNA\u003c\/div\u003e\n\n        \u003ch3\u003eHeat-Resistant Construction\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Built from durable materials designed to withstand the elevated\n          heat and humidity associated with sauna environments.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eWALL\u003c\/div\u003e\n\n        \u003ch3\u003eSpace-Saving Wall Mount\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Keeps textiles off sauna benches and floors while preserving usable\n          interior space.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-towel-rack-benefits\"\u003e\n    \u003cdiv class=\"mlhs-product__highlight\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Sauna Organization Benefits\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-towel-rack-benefits\"\u003e\n        Keep Towels and Robes Organized and Close By\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Adding a dedicated rack helps create a more orderly sauna environment\n        and gives users a predictable place to store personal textiles.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__highlight-grid\"\u003e\n        \u003carticle class=\"mlhs-product__highlight-item\"\u003e\n          \u003ch3\u003eReduces Bench Clutter\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Towels and robes remain off seating surfaces, preserving room for\n            sauna users.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"mlhs-product__highlight-item\"\u003e\n          \u003ch3\u003eKeeps Items Accessible\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Clothing and textiles stay nearby and easy to retrieve when the\n            sauna session is complete.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"mlhs-product__highlight-item\"\u003e\n          \u003ch3\u003eSupports Drying\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Hanging textiles rather than leaving them folded on a bench\n            provides greater exposure to surrounding air.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"mlhs-product__highlight-item\"\u003e\n          \u003ch3\u003eComplements Modern Saunas\u003c\/h3\u003e\n\n          \u003cp\u003e\n            The black finish provides a subtle contemporary look that pairs\n            well with other EOS sauna equipment.\n          \u003c\/p\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-towel-rack-use\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eIntended Use\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-towel-rack-use\"\u003e\n        Suitable for Common Sauna Textiles and Clothing\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS Towel \u0026amp; Robe Rack is designed to hold up to two common\n        sauna-related items at one time.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSuitable Items\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eSauna towels\u003c\/li\u003e\n          \u003cli\u003eBathrobes\u003c\/li\u003e\n          \u003cli\u003eLightweight clothing\u003c\/li\u003e\n          \u003cli\u003eOther comparable sauna textiles\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eUsage Considerations\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eDo not exceed the listed two-item capacity\u003c\/li\u003e\n          \u003cli\u003eDistribute items securely across the rack\u003c\/li\u003e\n          \u003cli\u003eDo not use the rack as a grab bar or support handle\u003c\/li\u003e\n          \u003cli\u003eDo not hang unusually heavy or rigid objects\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-towel-rack-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-towel-rack-specifications\"\u003e\n        EOS Towel \u0026amp; Robe Rack Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS Towel and Robe Rack specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct name\u003c\/th\u003e\n            \u003ctd\u003eEOS Towel \u0026amp; Robe Rack\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel\u003c\/th\u003e\n            \u003ctd\u003eTOWEL \u0026amp; ROBE RACK\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSKU \/ MPN\u003c\/th\u003e\n            \u003ctd\u003e14-947767\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eWall-mounted sauna towel and robe rack\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCapacity\u003c\/th\u003e\n            \u003ctd\u003eUp to two towels, robes or clothing items\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eFinish\u003c\/th\u003e\n            \u003ctd\u003eBlack\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eConstruction\u003c\/th\u003e\n            \u003ctd\u003eDurable, heat-resistant construction\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInstallation\u003c\/th\u003e\n            \u003ctd\u003eWall-mounted\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eWidth\u003c\/th\u003e\n            \u003ctd\u003e9.8 inches (24.9 cm)\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eDepth\u003c\/th\u003e\n            \u003ctd\u003e3.9 inches (9.9 cm)\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n            \u003ctd\u003e1.2 inches (3 cm)\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eConsumer warranty\u003c\/th\u003e\n            \u003ctd\u003e2-year limited warranty\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCommercial warranty\u003c\/th\u003e\n            \u003ctd\u003e2-year limited warranty\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  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-towel-rack-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-towel-rack-included\"\u003e\n        What Is Included?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eEOS Towel \u0026amp; Robe Rack\u003c\/li\u003e\n          \u003cli\u003e2-year limited consumer warranty\u003c\/li\u003e\n          \u003cli\u003e2-year limited commercial warranty\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eTowels\u003c\/li\u003e\n          \u003cli\u003eRobes or clothing\u003c\/li\u003e\n          \u003cli\u003eSauna heater\u003c\/li\u003e\n          \u003cli\u003eSauna control system\u003c\/li\u003e\n          \u003cli\u003eOther EOS sauna accessories\u003c\/li\u003e\n          \u003cli\u003eProfessional installation labor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Towels, robes and clothing shown in product imagery are for\n        demonstration purposes. This listing is for the EOS Towel \u0026amp; Robe\n        Rack only.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-towel-rack-placement\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePlanning and Placement\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-towel-rack-placement\"\u003e\n        Select an Accessible Wall Location\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Choose the mounting location before installation so towels and robes\n        can be reached easily without interfering with sauna seating, doors,\n        controls, lighting or heater safety clearances.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eChoose the Location\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Select a wall area that users can reach comfortably when entering,\n          using or leaving the sauna.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eCheck Nearby Equipment\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Keep the rack away from sauna-heater clearance zones, doors,\n          controls and other components.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eConfirm Wall Support\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Make sure the selected mounting surface can securely support the\n          rack and the intended textiles.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-towel-rack-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eInstallation Guidance\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-towel-rack-installation\"\u003e\n        Secure Wall Mounting Is Required\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Install the EOS Towel \u0026amp; Robe Rack on a stable sauna wall surface\n        where it will remain accessible and will not obstruct other sauna\n        components.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eReview all supplied instructions before installation\u003c\/li\u003e\n        \u003cli\u003eSelect a stable and accessible wall location\u003c\/li\u003e\n        \u003cli\u003eKeep the rack outside sauna-heater clearance zones\u003c\/li\u003e\n        \u003cli\u003eAvoid interference with doors, controls and lighting\u003c\/li\u003e\n        \u003cli\u003eUse mounting methods suitable for the wall construction\u003c\/li\u003e\n        \u003cli\u003eConfirm the installed rack is level and secure\u003c\/li\u003e\n        \u003cli\u003eTest the rack with light items before regular use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003ePlacement note:\u003c\/strong\u003e Required heater and accessory\n        clearances vary by sauna installation. Follow all instructions and\n        safety requirements for nearby equipment.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-towel-rack-care\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eCare and Maintenance\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-towel-rack-care\"\u003e\n        Keep the Rack Clean, Dry and Secure\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Allow the accessory to cool before cleaning. Remove all textiles,\n        wipe the rack with a soft, lightly damp cloth and dry the surface\n        afterward.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eRemove towels and robes before cleaning\u003c\/li\u003e\n        \u003cli\u003eUse a soft cloth for routine surface care\u003c\/li\u003e\n        \u003cli\u003eDry the rack after wiping it down\u003c\/li\u003e\n        \u003cli\u003eAvoid abrasive pads and aggressive cleaning products\u003c\/li\u003e\n        \u003cli\u003ePeriodically inspect the wall mounting\u003c\/li\u003e\n        \u003cli\u003eStop using the rack if it becomes loose or damaged\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-towel-rack-warranty\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eWarranty Coverage\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-towel-rack-warranty\"\u003e\n        Two-Year Limited Warranty\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS Towel \u0026amp; Robe Rack is supported by a 2-year limited\n        warranty for consumer use and a 2-year limited warranty for\n        commercial use.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Warranty coverage remains subject to the manufacturer’s current\n        terms, proper installation, intended use and applicable exclusions.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-towel-rack-returns\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eReturns\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-towel-rack-returns\"\u003e\n        Confirm Placement Before Installation\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The manufacturer does not identify this accessory as a nonreturnable\n        replacement component. Return eligibility remains subject to the My\n        Luxury Home Spa return policy and any applicable manufacturer\n        restrictions.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Keep the product unused and uninstalled until you have confirmed the\n        dimensions, mounting location, finish and package contents.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-towel-rack-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-towel-rack-mlhs\"\u003e\n        Why Buy the EOS Towel \u0026amp; Robe Rack from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eDetailed Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the capacity, dimensions, finish, installation style and\n          warranty information before ordering.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSauna Product Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Our team can help you compare this rack with other EOS sauna\n          accessories for your project.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-towel-rack-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-towel-rack-faq\"\u003e\n        EOS Towel \u0026amp; Robe Rack FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS Towel \u0026amp; Robe Rack?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a black, wall-mounted sauna accessory designed to hold up to\n            two towels, robes or clothing items.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the SKU for the EOS Towel \u0026amp; Robe Rack?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The manufacturer SKU is 14-947767, and the listed model is\n            TOWEL \u0026amp; ROBE RACK.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow many items can the rack hold?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The rack is designed to hold up to two towels, robes or comparable\n            clothing items.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat are the dimensions?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The EOS Towel \u0026amp; Robe Rack measures approximately 9.8 inches\n            wide, 3.9 inches deep and 1.2 inches high.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat color is the rack?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It has a black finish designed to complement contemporary sauna\n            interiors and coordinating EOS accessories.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the rack designed for sauna heat?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. The manufacturer describes it as being built from durable,\n            heat-resistant materials for sauna environments.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the EOS Towel \u0026amp; Robe Rack wall-mounted?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. It is designed for installation on a suitable sauna wall\n            surface.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eAre towels or robes included?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. Towels, robes and clothing shown in product imagery are for\n            demonstration purposes and are not included.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan it be used in a commercial sauna?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. The manufacturer lists a 2-year limited commercial warranty\n            in addition to the consumer warranty.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat warranty is included?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The EOS Towel \u0026amp; Robe Rack includes a 2-year limited warranty\n            for consumer use and a 2-year limited warranty for commercial use,\n            subject to the manufacturer’s terms.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-towel-rack-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Organize Your Sauna Interior\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-towel-rack-help\"\u003e\n        Add Dedicated Storage for Towels and Robes\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The EOS Towel \u0026amp; Robe Rack provides a clean, wall-mounted place to\n        keep up to two sauna textiles organized, accessible and off seating\n        surfaces.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA ONLY\nProduct and Offer schema should be generated by the Shopify\ntheme or Google \u0026 YouTube app to avoid conflicts with current\npricing, currency, inventory and availability information.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS Towel \u0026 Robe Rack?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Towel \u0026 Robe Rack is a black, wall-mounted sauna accessory designed to hold up to two towels, robes or clothing items.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the SKU for the EOS Towel \u0026 Robe Rack?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The manufacturer SKU is 14-947767, and the listed model is TOWEL \u0026 ROBE RACK.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How many items can the EOS Towel \u0026 Robe Rack hold?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Towel \u0026 Robe Rack is designed to hold up to two towels, robes or comparable clothing items.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What are the dimensions of the EOS Towel \u0026 Robe Rack?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Towel \u0026 Robe Rack measures approximately 9.8 inches wide, 3.9 inches deep and 1.2 inches high.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What color is the EOS Towel \u0026 Robe Rack?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Towel \u0026 Robe Rack has a black finish designed to complement contemporary sauna interiors and coordinating EOS accessories.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS Towel \u0026 Robe Rack designed for sauna heat?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The manufacturer describes the EOS Towel \u0026 Robe Rack as being built from durable, heat-resistant materials for sauna environments.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS Towel \u0026 Robe Rack wall-mounted?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The EOS Towel \u0026 Robe Rack is designed for installation on a suitable sauna wall surface.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are towels or robes included with the EOS Towel \u0026 Robe Rack?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Towels, robes and clothing shown in product imagery are for demonstration purposes and are not included.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS Towel \u0026 Robe Rack be used in a commercial sauna?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The manufacturer lists a 2-year limited commercial warranty in addition to the consumer warranty.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What warranty is included with the EOS Towel \u0026 Robe Rack?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Towel \u0026 Robe Rack includes a 2-year limited warranty for consumer use and a 2-year limited warranty for commercial use, subject to the manufacturer's terms.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50428928262373,"sku":"14-947767","price":157.14,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-black-wall-mounted-towel-and-robe-rack-with-sauna-hooks-3236335.jpg?v=1784586009"},{"product_id":"eos-20016860-1250w-240v-sauna-heater-element","title":"EOS 20016860 1,250W Replacement Heating Element 240V","description":"\u003c!-- =========================================================\nMLHS | EOS 20016860 HEATING ELEMENT\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\nFAQ JSON-LD only. No Product or Offer schema included.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-danger: #943c35;\n    --mlhs-warning: #8a5a13;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background: linear-gradient(\n      120deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(248, 242, 237, 0.96)\n    );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 70px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 640px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--warning {\n    border-left-color: var(--mlhs-warning);\n    background: #fff8e9;\n  }\n\n  .mlhs-product__notice--important {\n    border-left-color: var(--mlhs-danger);\n    background: #fff4f2;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-20016860-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        EOS Sauna Heater Replacement Part\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016860-intro\"\u003e\n        1,250W, 240V Replacement Element for a Compatible 7.5 kW EOS Heater\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS 20016860 is a 1,250-watt, 240-volt spare heating element\n        listed for a compatible 7.5 kW EOS electric sauna heater.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        This is a model-specific electrical replacement component. Confirm the\n        heater model, total kilowatt output, voltage, element wattage and EOS\n        part number before ordering.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key EOS 20016860 product details\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e1,250W element\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e240V rated\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e7.5 kW heater application\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eEOS spare component\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003ePart 20016860\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016860-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-20016860-overview\"\u003e\n          EOS Spare Sauna Heater Element\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          The EOS 20016860 is an individual electric heating element rated at\n          1,250 watts and 240 volts. The supplier associates it with a\n          compatible EOS sauna heater having a total output of 7.5 kW.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This listing is for one replacement element rather than a complete\n          sauna heater. A qualified technician should diagnose the heater and\n          identify the required EOS part before the order is placed.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"EOS 20016860 product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003ePart number\u003c\/dt\u003e\n          \u003cdd\u003e20016860\u003c\/dd\u003e\n\n          \u003cdt\u003eComponent\u003c\/dt\u003e\n          \u003cdd\u003eSpare heating element\u003c\/dd\u003e\n\n          \u003cdt\u003eElement output\u003c\/dt\u003e\n          \u003cdd\u003e1,250 watts\u003c\/dd\u003e\n\n          \u003cdt\u003eVoltage\u003c\/dt\u003e\n          \u003cdd\u003e240 volts\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater output\u003c\/dt\u003e\n          \u003cdd\u003e7.5 kW\u003c\/dd\u003e\n\n          \u003cdt\u003eUPC\u003c\/dt\u003e\n          \u003cdd\u003e652592101438\u003c\/dd\u003e\n\n          \u003cdt\u003eReturn status\u003c\/dt\u003e\n          \u003cdd\u003eNonreturnable\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016860-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016860-features\"\u003e\n        Model-Specific EOS Replacement Component\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Electric sauna heater elements must match the electrical and physical\n        requirements of the heater. EOS part 20016860 is identified by its\n        manufacturer part number, voltage, wattage and listed heater output.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e1250W\u003c\/div\u003e\n\n        \u003ch3\u003e1,250-Watt Output\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The individual replacement heating element is rated at\n          1,250 watts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e240V\u003c\/div\u003e\n\n        \u003ch3\u003e240-Volt Configuration\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Designed for a compatible EOS heater configured for 240-volt\n          electrical service.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e7.5 kW\u003c\/div\u003e\n\n        \u003ch3\u003eListed 7.5 kW Application\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The supplier associates this element with a compatible EOS sauna\n          heater rated at 7.5 kW.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016860-compatibility\"\u003e\n    \u003cdiv class=\"mlhs-product__compatibility\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Important Compatibility Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016860-compatibility\"\u003e\n        Confirm the Exact Heater Model Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        The available supplier information consistently identifies the\n        electrical specifications as 1,250W, 240V and a 7.5 kW heater\n        application. However, the published product heading identifies this\n        part as a Mythos element while the description identifies it as a\n        Gracil element.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n        \u003carticle class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eConfirmed Listing Details\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS manufacturer part 20016860\u003c\/li\u003e\n            \u003cli\u003e1,250-watt individual element\u003c\/li\u003e\n            \u003cli\u003e240-volt electrical rating\u003c\/li\u003e\n            \u003cli\u003e7.5 kW total heater application\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eRequires Verification\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eExact compatible EOS heater family\u003c\/li\u003e\n            \u003cli\u003eInstalled heater model number\u003c\/li\u003e\n            \u003cli\u003eRequired replacement-element part number\u003c\/li\u003e\n            \u003cli\u003ePhysical and electrical fitment\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice mlhs-product__notice--warning\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eSupplier-data discrepancy:\u003c\/strong\u003e Do not assume this part\n          fits either every EOS Mythos heater or every EOS Gracil heater.\n          Confirm part number \u003cstrong\u003e20016860\u003c\/strong\u003e through the heater data\n          plate, EOS service documentation or a qualified technician before\n          purchasing.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016860-selection\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eElement Selection\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016860-selection\"\u003e\n        Match More Than Voltage and Wattage\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Similar sauna elements may have the same voltage or wattage while\n        differing in dimensions, terminals, mounting configuration or\n        intended heater model. Match the complete replacement-part\n        information.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS 20016860 compatibility checklist\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSelection Detail\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eRequired Match\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016860\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIndividual element output\u003c\/th\u003e\n            \u003ctd\u003e1,250W\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElectrical voltage\u003c\/th\u003e\n            \u003ctd\u003e240V\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eListed total heater output\u003c\/th\u003e\n            \u003ctd\u003e7.5 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeater family\u003c\/th\u003e\n            \u003ctd\u003e\n              Verify through current EOS documentation because the supplier\n              listing contains conflicting Mythos and Gracil references.\n            \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  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016860-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016860-specifications\"\u003e\n        EOS 20016860 Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS 20016860 heating element specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016860\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel\u003c\/th\u003e\n            \u003ctd\u003e20016860\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eUPC\u003c\/th\u003e\n            \u003ctd\u003e652592101438\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eElectric sauna heater spare element\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElement output\u003c\/th\u003e\n            \u003ctd\u003e1,250 watts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e240 volts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eListed heater output\u003c\/th\u003e\n            \u003ctd\u003e7.5 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeater-family compatibility\u003c\/th\u003e\n            \u003ctd\u003e\n              Must be verified because the supplier page contains conflicting\n              Mythos and Gracil references\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eQuantity\u003c\/th\u003e\n            \u003ctd\u003eOne replacement heating element per quantity ordered\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eReturn status\u003c\/th\u003e\n            \u003ctd\u003e\n              Nonreturnable replacement component. Verify compatibility before\n              ordering.\n            \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  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016860-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016860-included\"\u003e\n        What Is Included?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003e\n            One EOS 20016860 1,250W, 240V replacement heating element\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eComplete EOS sauna heater\u003c\/li\u003e\n          \u003cli\u003eAdditional replacement elements\u003c\/li\u003e\n          \u003cli\u003eSauna stones\u003c\/li\u003e\n          \u003cli\u003eSauna control system\u003c\/li\u003e\n          \u003cli\u003eElectrical wiring or circuit protection\u003c\/li\u003e\n          \u003cli\u003eInstallation or service labor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        This listing is for one replacement heating element. Product imagery\n        may show the element from multiple angles or in a heater-service\n        context, but a complete sauna heater is not included.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016860-verification\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eBefore You Order\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016860-verification\"\u003e\n        How to Verify EOS Part 20016860\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Verify the complete heater configuration before purchasing this\n        nonreturnable electrical component.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eCheck the Heater Data Plate\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Record the exact EOS heater model, voltage and total kilowatt output\n          from the installed heater.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eMatch Part Number 20016860\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Confirm the required element part number through current EOS service\n          documentation or a technician-provided parts list.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eResolve the Heater Family\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Do not rely on the conflicting supplier heading and description.\n          Confirm whether part 20016860 is specified for the exact installed\n          heater model.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016860-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProfessional Installation\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016860-installation\"\u003e\n        Heating Element Replacement Requires Qualified Service\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Replacing an electric sauna heating element involves high-voltage\n        connections, heater disassembly, electrical testing and proper\n        replacement of sauna stones. The heater must be disconnected from\n        electrical power before inspection or service.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Installation should be completed by a licensed electrician or\n        qualified sauna-service professional following the instructions for\n        the exact EOS heater model.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eDisconnect and secure all electrical power\u003c\/li\u003e\n        \u003cli\u003eAllow the heater and sauna stones to cool completely\u003c\/li\u003e\n        \u003cli\u003eDiagnose and confirm the failed component\u003c\/li\u003e\n        \u003cli\u003eInspect terminals, wiring and adjacent elements\u003c\/li\u003e\n        \u003cli\u003eInstall the part according to EOS service documentation\u003c\/li\u003e\n        \u003cli\u003eReinstall sauna stones correctly\u003c\/li\u003e\n        \u003cli\u003eInspect and test the completed repair before use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eSafety note:\u003c\/strong\u003e Do not energize the heater until its\n        wiring, protective parts, sauna stones and exterior panels have been\n        correctly reassembled and inspected.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016860-return-policy\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Important Purchase Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016860-return-policy\"\u003e\n        This Replacement Part Is Nonreturnable\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice mlhs-product__notice--important\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eFinal-sale replacement component:\u003c\/strong\u003e The EOS 20016860\n        cannot be returned. Confirm the exact heater model, 7.5 kW heater\n        output, 240V configuration, 1,250W element rating and EOS part number\n        before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-20016860-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-20016860-mlhs\"\u003e\n        Why Order EOS Replacement Parts from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eCompatibility Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Send us the heater data plate, model, voltage, kilowatt rating and\n          required part number when you need help comparing them with this\n          listing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eTransparent Product Details\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the confirmed specifications and the unresolved\n          heater-family discrepancy before placing your order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016860-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016860-faq\"\u003e\n        EOS 20016860 Replacement Heating Element FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS 20016860?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a 1,250-watt, 240-volt spare heating element listed for a\n            compatible 7.5 kW EOS electric sauna heater.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the output of the heating element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The individual EOS 20016860 replacement element is rated at\n            1,250 watts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat voltage does EOS 20016860 require?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The element is rated for a compatible 240-volt heater\n            configuration.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat total heater output is listed for this part?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The supplier associates EOS part 20016860 with a compatible\n            7.5 kW EOS sauna heater.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs EOS 20016860 for a Mythos or Gracil heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The available supplier page contains conflicting information. Its\n            heading calls it a Mythos element, while the description calls it\n            a Gracil element. Confirm part number 20016860 for the exact\n            installed heater through current EOS documentation before\n            ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a complete sauna heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This listing is for one replacement heating element and not a\n            complete EOS sauna heater.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Are all 1,250W, 240V sauna heater elements interchangeable?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. Matching wattage and voltage does not confirm compatibility.\n            The heater model, total output, physical configuration and EOS\n            part number must also match.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWho should install the EOS 20016860?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            A licensed electrician or qualified sauna-service professional\n            should diagnose and service the heater according to the\n            instructions for the exact EOS heater model.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the EOS 20016860 be returned?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. The manufacturer identifies this replacement component as\n            nonreturnable. Verify all compatibility details before ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-20016860-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Need Help Confirming Compatibility?\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016860-help\"\u003e\n        Verify Your EOS Heater Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us a clear photo of the heater data plate along with the exact\n        heater model, voltage, kilowatt rating and required replacement-part\n        number. We will help you compare that information with this listing.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA ONLY\nProduct and Offer schema should be generated by the Shopify\ntheme or Google \u0026 YouTube app to avoid conflicts with current\npricing, currency, inventory and availability information.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS 20016860?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 20016860 is a 1,250-watt, 240-volt spare heating element listed for a compatible 7.5 kW EOS electric sauna heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the output of the EOS 20016860 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The individual EOS 20016860 replacement heating element is rated at 1,250 watts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What voltage does EOS 20016860 require?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 20016860 element is rated for a compatible 240-volt heater configuration.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What total heater output is listed for EOS 20016860?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The supplier associates EOS part 20016860 with a compatible 7.5 kW EOS sauna heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is EOS 20016860 for a Mythos or Gracil heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The available supplier page contains conflicting information. Its heading calls EOS 20016860 a Mythos element, while the description calls it a Gracil element. Confirm part number 20016860 for the exact installed heater through current EOS documentation before ordering.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS 20016860 a complete sauna heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The EOS 20016860 is one replacement heating element and not a complete EOS sauna heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are all 1,250-watt, 240-volt sauna heater elements interchangeable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Matching wattage and voltage does not confirm compatibility. The heater model, total output, physical configuration and EOS part number must also match.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who should install the EOS 20016860 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A licensed electrician or qualified sauna-service professional should diagnose and service the heater according to the instructions for the exact EOS heater model.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 20016860 heating element be returned?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The manufacturer identifies the EOS 20016860 replacement component as nonreturnable. Verify all compatibility details before ordering.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50428930490597,"sku":"20016860","price":170.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-20016860-1250w-replacement-heating-element-240v-5744096.jpg?v=1784586008"},{"product_id":"eos-mythos-1500w-240v-heating-element-20016862","title":"EOS Mythos 1,500W Replacement Heating Element 240V","description":"\u003c!-- =========================================================\nMLHS | EOS MYTHOS HEATING ELEMENT 20016862\nSEO \/ AEO \/ GMC-COMPLIANT SHOPIFY PRODUCT DESCRIPTION\nShopify should generate the product title as the H1.\nFAQ JSON-LD only. No Product or Offer schema included.\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-text: #26323a;\n    --mlhs-heading: #131d23;\n    --mlhs-line: #dfe5e8;\n    --mlhs-soft: #f5f8f9;\n    --mlhs-warm: #f8f2ed;\n    --mlhs-accent: #9b5e35;\n    --mlhs-accent-dark: #754326;\n    --mlhs-dark: #172229;\n    --mlhs-white: #ffffff;\n    --mlhs-danger: #943c35;\n    --mlhs-radius: 18px;\n    --mlhs-shadow: 0 12px 32px rgba(19, 29, 35, 0.07);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 8px 16px 48px;\n    color: var(--mlhs-text);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product,\n  .mlhs-product * {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3 {\n    margin-top: 0;\n    color: var(--mlhs-heading);\n    line-height: 1.25;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 16px;\n    font-size: clamp(25px, 3.3vw, 38px);\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    font-size: clamp(19px, 2vw, 23px);\n  }\n\n  .mlhs-product p {\n    margin-top: 0;\n    margin-bottom: 16px;\n  }\n\n  .mlhs-product strong {\n    color: var(--mlhs-heading);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--mlhs-accent-dark);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.09em;\n    line-height: 1.35;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__hero {\n    margin: 8px 0 30px;\n    padding: clamp(26px, 5vw, 52px);\n    border: 1px solid var(--mlhs-line);\n    border-radius: 24px;\n    background: linear-gradient(\n      120deg,\n      rgba(255, 255, 255, 0.98),\n      rgba(248, 242, 237, 0.96)\n    );\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero-inner {\n    max-width: 900px;\n  }\n\n  .mlhs-product__lead {\n    max-width: 840px;\n    margin-bottom: 20px;\n    color: #3d4a52;\n    font-size: clamp(17px, 2vw, 20px);\n    line-height: 1.65;\n  }\n\n  .mlhs-product__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__badge {\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 8px 13px;\n    border: 1px solid #dfd3ca;\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.82);\n    color: var(--mlhs-heading);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .mlhs-product__section {\n    margin-top: 48px;\n  }\n\n  .mlhs-product__section-intro {\n    max-width: 880px;\n    margin-bottom: 24px;\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n    box-shadow: 0 8px 24px rgba(19, 29, 35, 0.045);\n  }\n\n  .mlhs-product__card p:last-child,\n  .mlhs-product__card ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 72px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 13px;\n    background: var(--mlhs-warm);\n    color: var(--mlhs-accent-dark);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__list {\n    margin: 12px 0 0;\n    padding-left: 21px;\n  }\n\n  .mlhs-product__list li {\n    margin-bottom: 8px;\n  }\n\n  .mlhs-product__list li:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__summary {\n    display: grid;\n    grid-template-columns: minmax(0, 1.03fr) minmax(300px, 0.97fr);\n    gap: 28px;\n    align-items: center;\n    padding: clamp(26px, 4vw, 42px);\n    border-radius: 22px;\n    background: var(--mlhs-dark);\n    color: #e9eff1;\n  }\n\n  .mlhs-product__summary h2,\n  .mlhs-product__summary h3,\n  .mlhs-product__summary strong {\n    color: #ffffff;\n  }\n\n  .mlhs-product__summary p {\n    color: #d9e2e5;\n  }\n\n  .mlhs-product__summary-box {\n    padding: 24px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: var(--mlhs-radius);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .mlhs-product__summary-box dl {\n    display: grid;\n    grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);\n    gap: 10px 18px;\n    margin: 0;\n  }\n\n  .mlhs-product__summary-box dt {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .mlhs-product__summary-box dd {\n    margin: 0;\n    color: #dce4e7;\n  }\n\n  .mlhs-product__compatibility {\n    padding: clamp(26px, 4vw, 40px);\n    border: 1px solid #ddd2c9;\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__compatibility-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__compatibility-item {\n    padding: 20px;\n    border: 1px solid #e2d7ce;\n    border-radius: 15px;\n    background: rgba(255, 255, 255, 0.76);\n  }\n\n  .mlhs-product__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 640px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-line);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table th {\n    width: 34%;\n    background: var(--mlhs-soft);\n    color: var(--mlhs-heading);\n    font-weight: 800;\n  }\n\n  .mlhs-product__table tr:last-child th,\n  .mlhs-product__table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .mlhs-product__notice {\n    margin-top: 24px;\n    padding: 19px 21px;\n    border-left: 4px solid var(--mlhs-accent);\n    border-radius: 0 13px 13px 0;\n    background: var(--mlhs-warm);\n  }\n\n  .mlhs-product__notice--important {\n    border-left-color: var(--mlhs-danger);\n    background: #fff4f2;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    counter-reset: mlhs-step;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  .mlhs-product__step {\n    position: relative;\n    min-height: 100%;\n    padding: 64px 23px 23px;\n    border: 1px solid var(--mlhs-line);\n    border-radius: var(--mlhs-radius);\n    background: var(--mlhs-soft);\n  }\n\n  .mlhs-product__step::before {\n    counter-increment: mlhs-step;\n    content: counter(mlhs-step);\n    position: absolute;\n    top: 20px;\n    left: 23px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 31px;\n    height: 31px;\n    border-radius: 50%;\n    background: var(--mlhs-accent);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .mlhs-product__faq {\n    border-top: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq details {\n    border-bottom: 1px solid var(--mlhs-line);\n  }\n\n  .mlhs-product__faq summary {\n    position: relative;\n    padding: 20px 42px 20px 0;\n    color: var(--mlhs-heading);\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 17px;\n    right: 4px;\n    color: var(--mlhs-accent-dark);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .mlhs-product__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    max-width: 920px;\n    padding: 0 42px 20px 0;\n  }\n\n  .mlhs-product__cta {\n    margin-top: 48px;\n    padding: clamp(28px, 5vw, 48px);\n    border-radius: 22px;\n    background: var(--mlhs-warm);\n    text-align: center;\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 790px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 12px 21px;\n    border: 2px solid var(--mlhs-accent-dark);\n    border-radius: 10px;\n    font-weight: 800;\n    line-height: 1.2;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-accent-dark);\n    color: #ffffff !important;\n  }\n\n  .mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-heading);\n    background: var(--mlhs-heading);\n  }\n\n  .mlhs-product__button--secondary {\n    background: transparent;\n    color: var(--mlhs-accent-dark) !important;\n  }\n\n  .mlhs-product__button--secondary:hover {\n    background: #ffffff;\n    color: var(--mlhs-heading) !important;\n  }\n\n  @media (max-width: 900px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 700px) {\n    .mlhs-product {\n      padding-right: 12px;\n      padding-left: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__compatibility-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__summary-box dl {\n      grid-template-columns: 1fr;\n      gap: 2px;\n    }\n\n    .mlhs-product__summary-box dd {\n      margin-bottom: 10px;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product__button {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n  \u003csection class=\"mlhs-product__hero\" aria-labelledby=\"eos-20016862-intro\"\u003e\n    \u003cdiv class=\"mlhs-product__hero-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        EOS Mythos Sauna Heater Replacement Part\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016862-intro\"\u003e\n        240V Replacement Element for the EOS Mythos 9 kW Heater\n      \u003c\/h2\u003e\n\n      \u003cp class=\"mlhs-product__lead\"\u003e\n        The EOS 20016862 is a 1,500-watt, 240-volt spare heating element\n        designed for compatible EOS Mythos 9 kW electric sauna heaters.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Use this component when servicing a Mythos heater that requires EOS\n        part number 20016862. Confirm the heater family, total kilowatt rating,\n        electrical voltage and individual element wattage before ordering.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__badges\" aria-label=\"Key EOS 20016862 product details\"\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e1,500W element\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003e240V rated\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eFor 9 kW Mythos heaters\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003eEOS spare component\u003c\/span\u003e\n        \u003cspan class=\"mlhs-product__badge\"\u003ePart 20016862\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016862-overview\"\u003e\n    \u003cdiv class=\"mlhs-product__summary\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"mlhs-product__eyebrow\" style=\"color:#e6b58f;\"\u003e\n          Product Overview\n        \u003c\/span\u003e\n\n        \u003ch2 id=\"eos-20016862-overview\"\u003e\n          EOS Mythos Spare Heating Element\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          This replacement component is intended for compatible EOS Mythos\n          electric sauna heaters with a total rated output of 9 kW and a\n          240-volt electrical configuration. The individual element is rated\n          at 1,500 watts.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This listing is for one replacement heating element, not a complete\n          sauna heater. A qualified technician should diagnose the heater,\n          identify the failed component and confirm the required replacement\n          part before purchase.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__summary-box\" aria-label=\"EOS 20016862 product summary\"\u003e\n        \u003cdl\u003e\n          \u003cdt\u003eBrand\u003c\/dt\u003e\n          \u003cdd\u003eEOS\u003c\/dd\u003e\n\n          \u003cdt\u003ePart number\u003c\/dt\u003e\n          \u003cdd\u003e20016862\u003c\/dd\u003e\n\n          \u003cdt\u003eComponent\u003c\/dt\u003e\n          \u003cdd\u003eSpare heating element\u003c\/dd\u003e\n\n          \u003cdt\u003eElement output\u003c\/dt\u003e\n          \u003cdd\u003e1,500 watts\u003c\/dd\u003e\n\n          \u003cdt\u003eVoltage\u003c\/dt\u003e\n          \u003cdd\u003e240 volts\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater series\u003c\/dt\u003e\n          \u003cdd\u003eEOS Mythos\u003c\/dd\u003e\n\n          \u003cdt\u003eHeater output\u003c\/dt\u003e\n          \u003cdd\u003e9 kW\u003c\/dd\u003e\n\n          \u003cdt\u003eReturn status\u003c\/dt\u003e\n          \u003cdd\u003eNonreturnable\u003c\/dd\u003e\n        \u003c\/dl\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016862-features\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016862-features\"\u003e\n        Model-Specific Replacement for Compatible Mythos Heaters\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Electric sauna heater elements must match the heater’s electrical and\n        physical requirements. EOS part 20016862 is identified by its heater\n        family, voltage, wattage and manufacturer part number.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e1500W\u003c\/div\u003e\n\n        \u003ch3\u003e1,500-Watt Output\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The individual replacement heating element is rated at\n          1,500 watts.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003e240V\u003c\/div\u003e\n\n        \u003ch3\u003e240-Volt Configuration\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Intended for the compatible 240-volt EOS Mythos 9 kW heater\n          configuration.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003cdiv class=\"mlhs-product__icon\" aria-hidden=\"true\"\u003eMYTHOS\u003c\/div\u003e\n\n        \u003ch3\u003eEOS Mythos Compatibility\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Designed as a spare heating element for the compatible EOS Mythos\n          electric sauna heater.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016862-compatibility\"\u003e\n    \u003cdiv class=\"mlhs-product__compatibility\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Compatibility Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016862-compatibility\"\u003e\n        Confirm the Mythos Series, 9 kW Output and 240V Configuration\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        EOS part 20016862 is listed for compatible EOS Mythos electric sauna\n        heaters rated at 9 kW and configured for 240-volt electrical service.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__compatibility-grid\"\u003e\n        \u003carticle class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eListed Heater Configuration\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS Mythos heater series\u003c\/li\u003e\n            \u003cli\u003e9 kW total heater output\u003c\/li\u003e\n            \u003cli\u003e240-volt electrical configuration\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/article\u003e\n\n        \u003carticle class=\"mlhs-product__compatibility-item\"\u003e\n          \u003ch3\u003eReplacement Part Identification\u003c\/h3\u003e\n\n          \u003cul class=\"mlhs-product__list\"\u003e\n            \u003cli\u003eEOS part number 20016862\u003c\/li\u003e\n            \u003cli\u003e1,500-watt individual element\u003c\/li\u003e\n            \u003cli\u003eSpare electric sauna heater element\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"mlhs-product__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eBefore purchasing:\u003c\/strong\u003e Match EOS part number\n          \u003cstrong\u003e20016862\u003c\/strong\u003e to the heater data plate, current EOS\n          service documentation, the existing element or a technician-supplied\n          parts list. Do not select a replacement element by appearance alone.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016862-selection\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eElement Selection\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016862-selection\"\u003e\n        Match the Complete Replacement-Part Specification\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Matching wattage alone does not confirm compatibility. The heater\n        series, total heater output, voltage and EOS manufacturer part number\n        must also match.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS 20016862 compatibility checklist\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSelection Detail\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eRequired Match\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeater series\u003c\/th\u003e\n            \u003ctd\u003eMythos\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eTotal heater output\u003c\/th\u003e\n            \u003ctd\u003e9 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElectrical voltage\u003c\/th\u003e\n            \u003ctd\u003e240V\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eIndividual element output\u003c\/th\u003e\n            \u003ctd\u003e1,500W\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016862\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  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016862-specifications\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016862-specifications\"\u003e\n        EOS 20016862 Specifications\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__table-wrap\" role=\"region\" aria-label=\"EOS 20016862 replacement element specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"mlhs-product__table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer\u003c\/th\u003e\n            \u003ctd\u003eEOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManufacturer part number\u003c\/th\u003e\n            \u003ctd\u003e20016862\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eModel\u003c\/th\u003e\n            \u003ctd\u003e20016862\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eElectric sauna heater spare element\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eElement output\u003c\/th\u003e\n            \u003ctd\u003e1,500 watts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eVoltage\u003c\/th\u003e\n            \u003ctd\u003e240 volts\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater series\u003c\/th\u003e\n            \u003ctd\u003eEOS Mythos\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eCompatible heater output\u003c\/th\u003e\n            \u003ctd\u003e9 kW\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eQuantity\u003c\/th\u003e\n            \u003ctd\u003eOne replacement heating element per quantity ordered\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eReturn status\u003c\/th\u003e\n            \u003ctd\u003e\n              Nonreturnable replacement component. Verify compatibility before\n              ordering.\n            \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  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016862-included\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016862-included\"\u003e\n        What Is Included?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eIncluded\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003e\n            One EOS 20016862 1,500W, 240V spare heating element\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eNot Included\u003c\/h3\u003e\n\n        \u003cul class=\"mlhs-product__list\"\u003e\n          \u003cli\u003eComplete EOS Mythos sauna heater\u003c\/li\u003e\n          \u003cli\u003eAdditional replacement elements\u003c\/li\u003e\n          \u003cli\u003eSauna stones\u003c\/li\u003e\n          \u003cli\u003eSauna control system\u003c\/li\u003e\n          \u003cli\u003eElectrical wiring or circuit protection\u003c\/li\u003e\n          \u003cli\u003eInstallation or service labor\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        Product imagery may show the element from multiple angles or in a\n        heater-service context. This listing is for one EOS 20016862 spare\n        heating element, not a complete sauna heater.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016862-verification\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eBefore You Order\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016862-verification\"\u003e\n        How to Confirm the Correct EOS Mythos Element\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Verify the complete heater configuration before purchasing this\n        nonreturnable electrical component.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__steps\"\u003e\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eCheck the Heater Data Plate\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Confirm that the installed heater is an EOS Mythos model rated at\n          9 kW and configured for 240-volt electrical service.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eMatch Part Number 20016862\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Compare the required part number with current EOS documentation,\n          the existing element or a parts list supplied by a qualified\n          technician.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__step\"\u003e\n        \u003ch3\u003eConfirm the Required Quantity\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Have the heater diagnosed before ordering so the technician can\n          determine how many heating elements require replacement.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016862-installation\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eProfessional Installation\u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016862-installation\"\u003e\n        Heating Element Replacement Requires Qualified Service\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Replacing an electric sauna heating element involves high-voltage\n        electrical connections, heater disassembly, component testing and\n        proper sauna-stone handling. The heater must be disconnected from\n        electrical power before inspection or service.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Installation should be completed by a licensed electrician or\n        qualified sauna-service professional following the instructions for\n        the applicable EOS Mythos heater.\n      \u003c\/p\u003e\n\n      \u003cul class=\"mlhs-product__list\"\u003e\n        \u003cli\u003eDisconnect and secure all electrical power\u003c\/li\u003e\n        \u003cli\u003eAllow the heater and sauna stones to cool completely\u003c\/li\u003e\n        \u003cli\u003eDiagnose and confirm the failed component\u003c\/li\u003e\n        \u003cli\u003eInspect terminals, wiring and adjacent elements\u003c\/li\u003e\n        \u003cli\u003eInstall the replacement according to EOS documentation\u003c\/li\u003e\n        \u003cli\u003eReinstall sauna stones according to heater instructions\u003c\/li\u003e\n        \u003cli\u003eInspect and test the completed repair before use\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eSafety note:\u003c\/strong\u003e Do not energize the heater until all\n        wiring, protective components, sauna stones and exterior panels have\n        been properly reassembled and inspected.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016862-return-policy\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Important Purchase Information\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016862-return-policy\"\u003e\n        This Replacement Part Is Nonreturnable\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__notice mlhs-product__notice--important\"\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eFinal-sale replacement component:\u003c\/strong\u003e The EOS 20016862\n        cannot be returned. Confirm the EOS Mythos heater series, 9 kW heater\n        output, 240V configuration, 1,500W element rating and manufacturer\n        part number before ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"why-buy-eos-20016862-mlhs\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003eShop with Confidence\u003c\/span\u003e\n\n      \u003ch2 id=\"why-buy-eos-20016862-mlhs\"\u003e\n        Why Order EOS Replacement Parts from My Luxury Home Spa?\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eCompatibility Assistance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Send us the heater model, voltage, kilowatt rating and required EOS\n          part number when you need help comparing them with this listing.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eClear Product Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Review the voltage, wattage, heater application, package contents\n          and final-sale status before placing your order.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"mlhs-product__card\"\u003e\n        \u003ch3\u003eSecure Online Ordering\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase through My Luxury Home Spa using the secure payment options\n          displayed during checkout.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__section\" aria-labelledby=\"eos-20016862-faq\"\u003e\n    \u003cdiv class=\"mlhs-product__section-intro\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Frequently Asked Questions\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016862-faq\"\u003e\n        EOS 20016862 Replacement Heating Element FAQ\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mlhs-product__faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the EOS 20016862?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            It is a 1,500-watt, 240-volt spare heating element for compatible\n            EOS Mythos 9 kW electric sauna heaters.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhich sauna heater uses EOS part 20016862?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The part is listed for compatible EOS Mythos electric sauna\n            heaters rated at 9 kW and configured for 240 volts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat is the output of this heating element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            The individual replacement heating element is rated at\n            1,500 watts.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a complete EOS Mythos sauna heater?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This listing is for one replacement heating element and not a\n            complete electric sauna heater.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003e\n          Are all 1,500W, 240V sauna heating elements interchangeable?\n        \u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. The heater family, total output, voltage, element wattage,\n            physical configuration and manufacturer part number must match.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do I verify that this is the correct element?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            Confirm the EOS Mythos heater family, 9 kW heater rating, 240V\n            electrical configuration, 1,500W element rating and EOS part\n            number 20016862.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow many elements are included?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            One EOS 20016862 replacement heating element is included per\n            quantity ordered.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWho should install the EOS 20016862?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            A licensed electrician or qualified sauna-service professional\n            should diagnose and service the heater according to EOS\n            instructions and applicable electrical requirements.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the EOS 20016862 be returned?\u003c\/summary\u003e\n\n        \u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This replacement component is nonreturnable. Verify the heater\n            series, voltage, total output, element wattage and required part\n            number before ordering.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"mlhs-product__cta\" aria-labelledby=\"eos-20016862-help\"\u003e\n    \u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n      \u003cspan class=\"mlhs-product__eyebrow\"\u003e\n        Need Help Confirming Compatibility?\n      \u003c\/span\u003e\n\n      \u003ch2 id=\"eos-20016862-help\"\u003e\n        Verify Your EOS Mythos Heater Before Ordering\n      \u003c\/h2\u003e\n\n      \u003cp\u003e\n        Send us a clear photo of the heater data plate along with the heater\n        model, voltage, kilowatt rating and required part number. We will help\n        you compare that information with this product listing.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"mlhs-product__buttons\"\u003e\n        \u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/pages\/contact-us\"\u003e\n          Request Product Assistance\n        \u003c\/a\u003e\n\n        \u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/collections\/eos-sauna-heaters-controls\"\u003e\n          Shop EOS Sauna Equipment\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nFAQ STRUCTURED DATA ONLY\nProduct and Offer schema should be generated by the Shopify\ntheme or Google \u0026 YouTube app to avoid conflicts with current\npricing, currency, inventory and availability information.\n========================================================= --\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"@id\": \"{{ shop.url }}{{ product.url }}#faq\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS 20016862?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS 20016862 is a 1,500-watt, 240-volt spare heating element for compatible EOS Mythos 9 kW electric sauna heaters.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which sauna heater uses EOS part 20016862?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"EOS part 20016862 is listed for compatible EOS Mythos electric sauna heaters rated at 9 kW and configured for 240 volts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the output of the EOS 20016862 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The individual EOS 20016862 replacement heating element is rated at 1,500 watts.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS 20016862 a complete EOS Mythos sauna heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The EOS 20016862 is one replacement heating element and not a complete electric sauna heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are all 1,500-watt, 240-volt sauna heating elements interchangeable?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The heater family, total output, voltage, element wattage, physical configuration and manufacturer part number must match.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I verify that EOS 20016862 is the correct element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Confirm the EOS Mythos heater family, 9 kW heater rating, 240-volt electrical configuration, 1,500-watt element rating and EOS part number 20016862.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How many EOS 20016862 elements are included?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"One EOS 20016862 replacement heating element is included per quantity ordered.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who should install the EOS 20016862 heating element?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A licensed electrician or qualified sauna-service professional should diagnose and service the heater according to EOS instructions and applicable electrical requirements.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS 20016862 heating element be returned?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The EOS 20016862 is a nonreturnable replacement component. Verify the heater series, voltage, total output, element wattage and required part number before ordering.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Default Title","offer_id":50428937896165,"sku":"20016862","price":170.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-mythos-1500w-replacement-heating-element-240v-3272147.jpg?v=1784586006"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/collections\/eos-sauna-heaters-and-controls-7642199.png?v=1784585953","url":"https:\/\/myluxuryhomespa.com\/collections\/eos-sauna-heaters-controls.oembed","provider":"My Luxury Home Spa","version":"1.0","type":"link"}