{"product_id":"eos-mythos-s35-freestanding-electric-sauna-heater","title":"EOS Mythos S35 Freestanding Electric Sauna Heater","description":"\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-primary: #202020;\n    --mlhs-primary-dark: #111111;\n    --mlhs-accent: #a58955;\n    --mlhs-accent-dark: #80683f;\n    --mlhs-text: #2c2c2c;\n    --mlhs-muted: #66645f;\n    --mlhs-background: #ffffff;\n    --mlhs-background-soft: #f6f5f2;\n    --mlhs-background-warm: #eeece7;\n    --mlhs-border: #dedbd4;\n    --mlhs-white: #ffffff;\n    --mlhs-radius: 16px;\n    --mlhs-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);\n\n    width: 100%;\n    color: var(--mlhs-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product *,\n  .mlhs-product *::before,\n  .mlhs-product *::after {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3,\n  .mlhs-product h4,\n  .mlhs-product p,\n  .mlhs-product ul {\n    margin-top: 0;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 18px;\n    color: var(--mlhs-primary);\n    font-size: clamp(1.75rem, 3vw, 2.45rem);\n    font-weight: 500;\n    line-height: 1.2;\n    letter-spacing: -0.025em;\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    color: var(--mlhs-primary);\n    font-size: 1.18rem;\n    font-weight: 700;\n    line-height: 1.35;\n  }\n\n  .mlhs-product h4 {\n    margin-bottom: 10px;\n    color: var(--mlhs-primary);\n    font-size: 1.05rem;\n    font-weight: 700;\n    line-height: 1.4;\n  }\n\n  .mlhs-product p {\n    margin-bottom: 18px;\n  }\n\n  .mlhs-product a:not(.mlhs-product__button):not(.mlhs-product__document-link) {\n    color: var(--mlhs-accent-dark);\n    text-decoration-thickness: 1px;\n    text-underline-offset: 3px;\n  }\n\n  .mlhs-product a:not(.mlhs-product__button):not(.mlhs-product__document-link):hover {\n    color: var(--mlhs-primary);\n  }\n\n  .mlhs-product__hero,\n  .mlhs-product__section,\n  .mlhs-product__cta {\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto 38px;\n    padding: clamp(28px, 5vw, 58px);\n    border-radius: var(--mlhs-radius);\n  }\n\n  .mlhs-product__hero {\n    background:\n      linear-gradient(\n        135deg,\n        rgba(17, 17, 17, 0.98),\n        rgba(42, 42, 42, 0.94)\n      );\n    color: var(--mlhs-white);\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero h2,\n  .mlhs-product__hero h3,\n  .mlhs-product__hero h4,\n  .mlhs-product__hero p,\n  .mlhs-product__hero .mlhs-product__eyebrow {\n    color: var(--mlhs-white);\n  }\n\n  .mlhs-product__section {\n    border: 1px solid var(--mlhs-border);\n    background: var(--mlhs-background);\n  }\n\n  .mlhs-product__section:nth-of-type(even) {\n    background: var(--mlhs-background-soft);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: var(--mlhs-accent-dark);\n    font-size: 0.78rem;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 26px;\n  }\n\n  .mlhs-product a.mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 13px 22px;\n    border: 2px solid transparent;\n    border-radius: 999px;\n    font-weight: 700;\n    line-height: 1.2;\n    text-align: center;\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      background-color 0.2s ease,\n      border-color 0.2s ease,\n      color 0.2s ease;\n  }\n\n  .mlhs-product a.mlhs-product__button:hover {\n    transform: translateY(-2px);\n  }\n\n  .mlhs-product a.mlhs-product__button--primary {\n    border-color: var(--mlhs-primary);\n    background: var(--mlhs-primary);\n    color: var(--mlhs-white);\n  }\n\n  .mlhs-product a.mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-primary-dark);\n    background: var(--mlhs-primary-dark);\n    color: var(--mlhs-white);\n  }\n\n  .mlhs-product a.mlhs-product__button--secondary {\n    border-color: var(--mlhs-primary);\n    background: transparent;\n    color: var(--mlhs-primary);\n  }\n\n  .mlhs-product a.mlhs-product__button--secondary:hover {\n    background: var(--mlhs-primary);\n    color: var(--mlhs-white);\n  }\n\n  .mlhs-product__hero a.mlhs-product__button--primary,\n  .mlhs-product__cta a.mlhs-product__button--primary {\n    border-color: var(--mlhs-white);\n    background: var(--mlhs-white);\n    color: var(--mlhs-primary);\n  }\n\n  .mlhs-product__hero a.mlhs-product__button--primary:hover,\n  .mlhs-product__cta a.mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-background-warm);\n    background: var(--mlhs-background-warm);\n    color: var(--mlhs-primary-dark);\n  }\n\n  .mlhs-product__hero a.mlhs-product__button--secondary,\n  .mlhs-product__cta a.mlhs-product__button--secondary {\n    border-color: var(--mlhs-white);\n    background: transparent;\n    color: var(--mlhs-white);\n  }\n\n  .mlhs-product__hero a.mlhs-product__button--secondary:hover,\n  .mlhs-product__cta a.mlhs-product__button--secondary:hover {\n    background: var(--mlhs-white);\n    color: var(--mlhs-primary);\n  }\n\n  .mlhs-product__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin-top: 24px;\n  }\n\n  .mlhs-product__grid--three {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .mlhs-product__grid--four {\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n  }\n\n  .mlhs-product__card {\n    height: 100%;\n    padding: 24px;\n    border: 1px solid var(--mlhs-border);\n    border-radius: 14px;\n    background: var(--mlhs-background);\n    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.035);\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__list {\n    margin-bottom: 0;\n    padding-left: 22px;\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__table-wrap {\n    width: 100%;\n    margin-top: 24px;\n    overflow-x: auto;\n    border: 1px solid var(--mlhs-border);\n    border-radius: 14px;\n    background: var(--mlhs-background);\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-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table thead th {\n    background: var(--mlhs-primary);\n    color: var(--mlhs-white);\n    font-weight: 700;\n  }\n\n  .mlhs-product__table tbody th {\n    width: 34%;\n    background: var(--mlhs-background-soft);\n    color: var(--mlhs-primary);\n    font-weight: 700;\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: 20px 22px;\n    border-left: 5px solid var(--mlhs-accent);\n    border-radius: 0 12px 12px 0;\n    background: #faf8f3;\n  }\n\n  .mlhs-product__notice p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__steps {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 24px;\n  }\n\n  .mlhs-product__step {\n    height: 100%;\n    padding: 22px;\n    border: 1px solid var(--mlhs-border);\n    border-radius: 14px;\n    background: var(--mlhs-background);\n  }\n\n  .mlhs-product__step h3 {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 74px;\n    min-height: 34px;\n    margin-bottom: 14px;\n    padding: 6px 12px;\n    border-radius: 999px;\n    background: var(--mlhs-primary);\n    color: var(--mlhs-white);\n    font-size: 0.9rem;\n  }\n\n  .mlhs-product__step p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product__document {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 24px;\n    margin-top: 24px;\n    padding: 24px;\n    border: 1px solid var(--mlhs-border);\n    border-radius: 14px;\n    background: var(--mlhs-background);\n  }\n\n  .mlhs-product__document-copy {\n    flex: 1 1 auto;\n  }\n\n  .mlhs-product__document-copy p:last-child {\n    margin-bottom: 0;\n  }\n\n  .mlhs-product a.mlhs-product__document-link {\n    flex: 0 0 auto;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 12px 20px;\n    border: 2px solid var(--mlhs-primary);\n    border-radius: 999px;\n    background: var(--mlhs-primary);\n    color: var(--mlhs-white);\n    font-weight: 700;\n    line-height: 1.2;\n    text-align: center;\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      background-color 0.2s ease,\n      border-color 0.2s ease;\n  }\n\n  .mlhs-product a.mlhs-product__document-link:hover {\n    border-color: var(--mlhs-primary-dark);\n    background: var(--mlhs-primary-dark);\n    color: var(--mlhs-white);\n    transform: translateY(-2px);\n  }\n\n  .mlhs-product__cta {\n    background: var(--mlhs-primary);\n    color: var(--mlhs-white);\n    text-align: center;\n  }\n\n  .mlhs-product__cta h2,\n  .mlhs-product__cta h3,\n  .mlhs-product__cta h4,\n  .mlhs-product__cta p,\n  .mlhs-product__cta .mlhs-product__eyebrow {\n    color: var(--mlhs-white);\n  }\n\n  .mlhs-product__cta-inner {\n    max-width: 820px;\n    margin: 0 auto;\n  }\n\n  .mlhs-product__cta .mlhs-product__buttons {\n    justify-content: center;\n  }\n\n  .mlhs-product__faq {\n    margin-top: 24px;\n  }\n\n  .mlhs-product__faq-item {\n    margin-bottom: 12px;\n    overflow: hidden;\n    border: 1px solid var(--mlhs-border);\n    border-radius: 12px;\n    background: var(--mlhs-background);\n  }\n\n  .mlhs-product__faq-item summary {\n    position: relative;\n    padding: 19px 54px 19px 20px;\n    color: var(--mlhs-primary);\n    font-weight: 700;\n    line-height: 1.4;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .mlhs-product__faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .mlhs-product__faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 20px;\n    color: var(--mlhs-accent-dark);\n    font-size: 1.55rem;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .mlhs-product__faq-item[open] summary::after {\n    content: \"−\";\n  }\n\n  .mlhs-product__faq-answer {\n    padding: 0 20px 20px;\n    border-top: 1px solid var(--mlhs-border);\n  }\n\n  .mlhs-product__faq-answer p:first-child,\n  .mlhs-product__faq-answer ul:first-child {\n    margin-top: 18px;\n  }\n\n  .mlhs-product__faq-answer p:last-child,\n  .mlhs-product__faq-answer ul:last-child {\n    margin-bottom: 0;\n  }\n\n  @media screen and (max-width: 990px) {\n    .mlhs-product__grid--three,\n    .mlhs-product__grid--four,\n    .mlhs-product__steps {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media screen and (max-width: 749px) {\n    .mlhs-product {\n      font-size: 15px;\n    }\n\n    .mlhs-product__hero,\n    .mlhs-product__section,\n    .mlhs-product__cta {\n      margin-bottom: 24px;\n      padding: 26px 20px;\n      border-radius: 12px;\n    }\n\n    .mlhs-product__grid,\n    .mlhs-product__grid--three,\n    .mlhs-product__grid--four,\n    .mlhs-product__steps {\n      grid-template-columns: 1fr;\n    }\n\n    .mlhs-product__buttons {\n      flex-direction: column;\n    }\n\n    .mlhs-product a.mlhs-product__button,\n    .mlhs-product a.mlhs-product__document-link {\n      width: 100%;\n    }\n\n    .mlhs-product__document {\n      align-items: stretch;\n      flex-direction: column;\n    }\n\n    .mlhs-product__table th,\n    .mlhs-product__table td {\n      padding: 13px 14px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .mlhs-product a.mlhs-product__button,\n    .mlhs-product a.mlhs-product__document-link {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"mlhs-product\"\u003e\n\n\u003csection class=\"mlhs-product__hero\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nAward-Winning Designer Sauna Heater\n\u003c\/span\u003e\n\n\u003ch2\u003e\nEOS Mythos S35 Electric Sauna Heater\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe EOS Mythos S35 is a premium freestanding electric sauna heater created for modern residential and commercial sauna rooms. Its geometric Bauhaus-inspired form, distinctive pedestal base and Cubius stone system give the heater a sculptural appearance while delivering powerful traditional Finnish sauna performance.\n\u003c\/p\u003e\n\n\u003cp\u003e\nChoose a 7.5 kW or 9 kW heater in Anthracite, Black, Stainless Steel or White. Electrical configurations are available for 208V three-phase or 240V two-phase service.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__buttons\"\u003e\n\n\u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"#purchase\"\u003e\nChoose Your Heater\n\u003c\/a\u003e\n\n\u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/pages\/contact-us\"\u003e\nRequest Selection Help\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nProduct Overview\n\u003c\/span\u003e\n\n\u003ch2\u003e\nArchitectural Design Meets Traditional Sauna Performance\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe Mythos S35 is designed for sauna rooms where the heater is an important part of the visual experience. Its slim freestanding body, uniform appearance on all sides and elevated pedestal create a refined floating effect.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThe heater is especially well suited for installation near glass walls or in open sauna layouts. A large internal stone compartment provides approximately 77 pounds of stone capacity for heat storage, efficient convection and satisfying steam production.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nAward-Winning Design\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe distinctive geometric exterior and pillar-style base create a contemporary centerpiece for premium sauna rooms.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nCubius Stone System\n\u003c\/h3\u003e\n\n\u003cp\u003e\nIncluded Cubius stones conceal the traditional sauna stones below and complete the Mythos heater’s architectural appearance.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nAll-Sided Finish\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe uniform appearance supports placement near glass panels, against a wall or in a central sauna location.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nKey Features\n\u003c\/span\u003e\n\n\u003ch2\u003e\nPremium Materials and Space-Saving Construction\n\u003c\/h2\u003e\n\n\u003cdiv class=\"mlhs-product__grid\"\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nStainless Steel Construction\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe durable outer and inner construction is made from stainless steel for long-term residential or commercial sauna use.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nFour Finish Options\n\u003c\/h3\u003e\n\n\u003cp\u003e\nChoose Anthracite, Black, Stainless Steel or White to coordinate the heater with the sauna’s interior design.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\n77-Pound Stone Capacity\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe large rock store supports heat retention, consistent convection and effective water evaporation.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nIncluded Cubius Stones\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe Cubius stone kit and mounting frame are included with the heater for its signature geometric appearance.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nSlim 14.6-Inch Depth\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe narrow floor-standing design preserves usable sauna space without sacrificing stone capacity or visual presence.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nService-Friendly Layout\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe stone compartment is positioned above the heating elements to support airflow and easier service access.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nAvailable Configurations\n\u003c\/span\u003e\n\n\u003ch2\u003e\nSelect the Finish, Output and Electrical Service\n\u003c\/h2\u003e\n\n\u003cdiv class=\"mlhs-product__table-wrap\"\u003e\n\n\u003ctable class=\"mlhs-product__table\"\u003e\n\n\u003cthead\u003e\n\n\u003ctr\u003e\n\u003cth\u003eProduct Option\u003c\/th\u003e\n\u003cth\u003eAvailable Selections\u003c\/th\u003e\n\u003c\/tr\u003e\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eAnthracite, Black, Stainless Steel or White\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eHeater Output\u003c\/td\u003e\n\u003ctd\u003e7.5 kW or 9 kW\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eVoltage \/ Phase\u003c\/td\u003e\n\u003ctd\u003e208V \/ 3PH AC \/ 60 Hz or 240V \/ 2PH AC \/ 60 Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eFreestanding floor installation\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003c\/tbody\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"mlhs-product__notice\"\u003e\n\n\u003cp\u003e\n\u003cstrong\u003eConfirm electrical service before ordering:\u003c\/strong\u003e The 208V three-phase and 240V two-phase heaters are different electrical configurations. A qualified electrician should verify the building service, control system and branch-circuit requirements before the variant is selected.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nHeater Sizing\n\u003c\/span\u003e\n\n\u003ch2\u003e\nChoose 7.5 kW or 9 kW\n\u003c\/h2\u003e\n\n\u003cp\u003e\nSelect heater output according to the usable interior volume of the sauna. Final sizing must also account for insulation, ceiling height, ventilation and heat loss from glass, tile, masonry and other non-insulated surfaces.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__table-wrap\"\u003e\n\n\u003ctable class=\"mlhs-product__table\"\u003e\n\n\u003cthead\u003e\n\n\u003ctr\u003e\n\u003cth\u003eHeater Output\u003c\/th\u003e\n\u003cth\u003eRecommended Sauna Volume\u003c\/th\u003e\n\u003cth\u003ePublished Floor Area at 6.2-Foot Height\u003c\/th\u003e\n\u003c\/tr\u003e\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\u003ctd\u003e7.5 kW\u003c\/td\u003e\n\u003ctd\u003eApproximately 280 to 420 cu. ft.\u003c\/td\u003e\n\u003ctd\u003eApproximately 45.2 to 67.8 sq. ft.\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003e9 kW\u003c\/td\u003e\n\u003ctd\u003eApproximately 313 to 494 cu. ft.\u003c\/td\u003e\n\u003ctd\u003eApproximately 50.5 to 79.7 sq. ft.\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003c\/tbody\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"mlhs-product__notice\"\u003e\n\n\u003cp\u003e\nThe published sizing ranges overlap. Sauna rooms in the overlapping range should be evaluated according to insulation, glass area, desired heat-up speed and expected frequency of use.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nFinish Options\n\u003c\/span\u003e\n\n\u003ch2\u003e\nCoordinate the Mythos S35 With Your Sauna Design\n\u003c\/h2\u003e\n\n\u003cdiv class=\"mlhs-product__grid mlhs-product__grid--four\"\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nAnthracite\n\u003c\/h3\u003e\n\n\u003cp\u003e\nA deep charcoal finish that complements contemporary woods, dark fixtures and architectural sauna interiors.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nBlack\n\u003c\/h3\u003e\n\n\u003cp\u003e\nA matte-black finish with a bold, minimalist appearance suited to modern glass-front sauna rooms.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nStainless Steel\n\u003c\/h3\u003e\n\n\u003cp\u003e\nA brushed metal appearance that highlights the heater’s premium stainless steel construction.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nWhite\n\u003c\/h3\u003e\n\n\u003cp\u003e\nA clean matte-white finish that creates a striking contrast with natural sauna woods and darker interiors.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"mlhs-product__notice\"\u003e\n\n\u003cp\u003e\nProduct photography, lighting and screen settings can affect how finishes appear. Confirm the selected finish before placing the order.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nRequired Components\n\u003c\/span\u003e\n\n\u003ch2\u003e\nComplete the EOS Mythos Sauna System\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe Mythos S35 does not include a built-in control. A compatible external EOS sauna control and correctly configured power equipment are required for operation.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__grid\"\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nRequired: EOS Sauna Control\n\u003c\/h3\u003e\n\n\u003cp\u003e\nSelect a control that matches the heater’s voltage, phase and output.\u003c\/p\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003e\n\u003ca href=\"\/products\/eos-touch-3-digital-touchscreen-sauna-control\"\u003e\nEOS Touch 3 Digital Touchscreen Sauna Control\n\u003c\/a\u003e\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003ca href=\"\/products\/eos-emotec-d-digital-sauna-control\"\u003e\nEOS EmoTec D Digital Sauna Control\n\u003c\/a\u003e\n\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nRequired: EOS Power Box\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe appropriately configured Power Box provides the electrical switching interface between the external control and sauna heater.\u003c\/p\u003e\n\n\u003cp\u003e\n\u003ca href=\"\/products\/eos-power-box-sauna-controls\"\u003e\nShop EOS Power Boxes\n\u003c\/a\u003e\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nIncluded: Sauna Stones\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe package includes approximately 77 pounds of stones, including the Cubius stone kit and traditional sauna stones.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nRequired: Professional Installation\n\u003c\/h3\u003e\n\n\u003cp\u003e\nElectrical connections, sensors, ventilation, heater placement and control wiring must be completed by qualified professionals.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"mlhs-product__notice\"\u003e\n\n\u003cp\u003e\n\u003cstrong\u003eCompatibility matters:\u003c\/strong\u003e The EOS control, Power Box and supporting electrical components must match the selected 208V three-phase or 240V two-phase heater configuration.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nCubius Stone System\n\u003c\/span\u003e\n\n\u003ch2\u003e\nA Signature Geometric Stone Presentation\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe included Cubius stones sit on a dedicated mounting frame above the main rock store. This arrangement conceals the traditional sauna stones beneath and creates the distinctive geometric appearance associated with the Mythos collection.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nCubius Stones Included\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe standard package includes the Cubius stone set and mounting frame designed for the Mythos S35.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nTraditional Stones Below\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe internal rock store holds the primary sauna stones used for heat retention and steam production.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nOptional Stone Designs\n\u003c\/h3\u003e\n\n\u003cp\u003e\nAdditional Cubius heights, colors and Loop-style arrangements may be available as optional accessories.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nDesign and Placement\n\u003c\/span\u003e\n\n\u003ch2\u003e\nDesigned for Open and Glass-Front Sauna Rooms\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe Mythos S35 has a consistent finish on all sides, making it suitable for sauna layouts where the heater is visible from multiple directions.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__grid\"\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nNear Glass Panels\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe finished rear and side surfaces allow the heater to complement transparent walls without exposing an unfinished back panel.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nOpen Sauna Layouts\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe sculptural pedestal design supports open placement when all clearances and guard-rail requirements are maintained.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nSpace-Saving Depth\n\u003c\/h3\u003e\n\n\u003cp\u003e\nAt approximately 14.6 inches deep, the S35 offers a substantial stone capacity without occupying excessive floor space.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nOptional Guard-Rail Brackets\n\u003c\/h3\u003e\n\n\u003cp\u003e\nFinish-matched four-sided mounting brackets are available for constructing an appropriate wooden heater guard rail.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nTechnical Specifications\n\u003c\/span\u003e\n\n\u003ch2\u003e\nEOS Mythos S35 Specifications\n\u003c\/h2\u003e\n\n\u003cdiv class=\"mlhs-product__table-wrap\"\u003e\n\n\u003ctable class=\"mlhs-product__table\"\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\u003cth\u003eHeater Type\u003c\/th\u003e\n\u003ctd\u003eFreestanding electric sauna heater\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eSauna Type\u003c\/th\u003e\n\u003ctd\u003eTraditional dry Finnish sauna\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eAvailable Outputs\u003c\/th\u003e\n\u003ctd\u003e7.5 kW and 9 kW\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eAvailable Electrical Configurations\u003c\/th\u003e\n\u003ctd\u003e208V \/ 3PH AC \/ 60 Hz and 240V \/ 2PH AC \/ 60 Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eAvailable Finishes\u003c\/th\u003e\n\u003ctd\u003eAnthracite, Black, Stainless Steel and White\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eOuter Construction\u003c\/th\u003e\n\u003ctd\u003eStainless steel with selected decorative finish\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eInner Construction\u003c\/th\u003e\n\u003ctd\u003eStainless steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eRock Store\u003c\/th\u003e\n\u003ctd\u003eStainless steel, positioned above the heating elements\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eDimensions\u003c\/th\u003e\n\u003ctd\u003eApproximately 33.1 in H × 16.5 in W × 14.6 in D\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eStone Capacity\u003c\/th\u003e\n\u003ctd\u003eApproximately 77 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eCubius Stones\u003c\/th\u003e\n\u003ctd\u003eStandard Cubius stone kit included\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eWeight Without Stones\u003c\/th\u003e\n\u003ctd\u003eApproximately 74 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eRecommended Sauna Volume\u003c\/th\u003e\n\u003ctd\u003eApproximately 280 to 494 cu. ft., depending on output\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eInstallation\u003c\/th\u003e\n\u003ctd\u003eFreestanding floor installation\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eMinimum Side Clearance\u003c\/th\u003e\n\u003ctd\u003eApproximately 1.6 inches, subject to all manual requirements\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eMinimum Sauna Height\u003c\/th\u003e\n\u003ctd\u003eApproximately 6.23 feet\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eMinimum Ceiling Clearance\u003c\/th\u003e\n\u003ctd\u003eApproximately 35.4 inches above the heater\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eTerminal Box\u003c\/th\u003e\n\u003ctd\u003eRecessed stainless steel terminal box\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eIngress Protection\u003c\/th\u003e\n\u003ctd\u003eIPX4\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eControl\u003c\/th\u003e\n\u003ctd\u003eCompatible external EOS sauna control required\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eCountry of Manufacture\u003c\/th\u003e\n\u003ctd\u003eGermany\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eManufacturer Warranty\u003c\/th\u003e\n\u003ctd\u003e2 years, subject to manufacturer terms\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003c\/tbody\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"mlhs-product__notice\"\u003e\n\n\u003cp\u003e\nSpecifications are provided for preliminary planning. Verify dimensions, clearances, wiring requirements, sensor placement and installation details in the official EOS documentation before construction or electrical work begins.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nElectrical Planning\n\u003c\/span\u003e\n\n\u003ch2\u003e\nElectrical Requirements by Configuration\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe Mythos S35 is available for either 208V three-phase or 240V two-phase electrical service. Electrical installation must be completed by a qualified electrician according to the EOS manual and applicable codes.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__table-wrap\"\u003e\n\n\u003ctable class=\"mlhs-product__table\"\u003e\n\n\u003cthead\u003e\n\n\u003ctr\u003e\n\u003cth\u003eHeater Output\u003c\/th\u003e\n\u003cth\u003eElectrical Configuration\u003c\/th\u003e\n\u003cth\u003ePublished Fuse Protection\u003c\/th\u003e\n\u003cth\u003ePublished Minimum Copper Conductor\u003c\/th\u003e\n\u003c\/tr\u003e\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\u003ctd\u003e7.5 kW\u003c\/td\u003e\n\u003ctd\u003e208V \/ 3PH AC \/ 60 Hz\u003c\/td\u003e\n\u003ctd\u003e40 A\u003c\/td\u003e\n\u003ctd\u003e10 AWG\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003e7.5 kW\u003c\/td\u003e\n\u003ctd\u003e240V \/ 2PH AC \/ 60 Hz\u003c\/td\u003e\n\u003ctd\u003e50 A\u003c\/td\u003e\n\u003ctd\u003e12 AWG\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003e9 kW\u003c\/td\u003e\n\u003ctd\u003e208V \/ 3PH AC \/ 60 Hz\u003c\/td\u003e\n\u003ctd\u003e35 A\u003c\/td\u003e\n\u003ctd\u003e10 AWG\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003e9 kW\u003c\/td\u003e\n\u003ctd\u003e240V \/ 2PH AC \/ 60 Hz\u003c\/td\u003e\n\u003ctd\u003e50 A\u003c\/td\u003e\n\u003ctd\u003e8 AWG\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003c\/tbody\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"mlhs-product__notice\"\u003e\n\n\u003cp\u003e\nThe manufacturer’s technical table presents fuse and conductor values in paired 208V and 240V columns. The installing electrician must confirm the correct interpretation, circuit design, conductor size, disconnect and overcurrent protection for the selected heater and control configuration.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nInstallation Planning\n\u003c\/span\u003e\n\n\u003ch2\u003e\nCoordinate the Heater, Cabin and Control System\n\u003c\/h2\u003e\n\n\u003cdiv class=\"mlhs-product__steps\"\u003e\n\n\u003carticle class=\"mlhs-product__step\"\u003e\n\n\u003ch3\u003e\nStep 1\n\u003c\/h3\u003e\n\n\u003ch4\u003e\nCalculate Sauna Volume\n\u003c\/h4\u003e\n\n\u003cp\u003e\nMeasure the usable interior and account for glass, tile, masonry and other surfaces that increase heat loss.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__step\"\u003e\n\n\u003ch3\u003e\nStep 2\n\u003c\/h3\u003e\n\n\u003ch4\u003e\nConfirm Electrical Service\n\u003c\/h4\u003e\n\n\u003cp\u003e\nDetermine whether the installation requires the 208V three-phase or 240V two-phase heater variant.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__step\"\u003e\n\n\u003ch3\u003e\nStep 3\n\u003c\/h3\u003e\n\n\u003ch4\u003e\nSelect the Control System\n\u003c\/h4\u003e\n\n\u003cp\u003e\nMatch the chosen heater output and electrical configuration with a compatible EOS control and Power Box.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__step\"\u003e\n\n\u003ch3\u003e\nStep 4\n\u003c\/h3\u003e\n\n\u003ch4\u003e\nComplete Professional Installation\n\u003c\/h4\u003e\n\n\u003cp\u003e\nHave the wiring, sensors, ventilation, safety equipment and commissioning completed by qualified professionals.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nClearances and Flooring\n\u003c\/span\u003e\n\n\u003ch2\u003e\nMaintain a Safe Freestanding Installation\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe Mythos S35 becomes extremely hot during operation. Install it on a stable, level and heat-resistant surface that can support the heater and its full stone load.\n\u003c\/p\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003eMaintain the required clearance from every adjacent wall and combustible surface.\u003c\/li\u003e\n\n\u003cli\u003eMaintain at least approximately 35.4 inches between the heater and a horizontal ceiling surface.\u003c\/li\u003e\n\n\u003cli\u003eInstall a suitable heater guard rail around accessible sides.\u003c\/li\u003e\n\n\u003cli\u003eDo not install the heater on easily flammable laminate or synthetic flooring.\u003c\/li\u003e\n\n\u003cli\u003eCeramic tile or another appropriate heat-resistant surface is recommended.\u003c\/li\u003e\n\n\u003cli\u003eDo not install the heater beneath a bench, inside an alcove or beneath a sloping roof.\u003c\/li\u003e\n\n\u003cli\u003eNever place towels, clothing, cleaning supplies or other objects on the heater.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nVentilation\n\u003c\/span\u003e\n\n\u003ch2\u003e\nProper Airflow Supports Safe, Consistent Heating\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe sauna cabin must include correctly sized fresh-air intake and exhaust openings. Insufficient ventilation can reduce performance and create an overheating hazard.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__table-wrap\"\u003e\n\n\u003ctable class=\"mlhs-product__table\"\u003e\n\n\u003cthead\u003e\n\n\u003ctr\u003e\n\u003cth\u003eHeater Output\u003c\/th\u003e\n\u003cth\u003ePublished Minimum Air Inlet and Outlet\u003c\/th\u003e\n\u003c\/tr\u003e\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\u003ctd\u003e7.5 kW\u003c\/td\u003e\n\u003ctd\u003eApproximately 13.8 in × 2 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003e9 kW\u003c\/td\u003e\n\u003ctd\u003eApproximately 13.8 in × 2.4 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003c\/tbody\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\u003cp\u003e\nAir openings may be installed below or behind the heater approximately 2 to 3.9 inches above the floor. Exhaust openings should generally be positioned low on the opposite wall. Follow the EOS manual and cabin manufacturer’s instructions for the final design.\n\u003c\/p\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nStone Installation\n\u003c\/span\u003e\n\n\u003ch2\u003e\nLoad the Stone System for Airflow and Performance\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe Mythos S35 includes traditional sauna stones and the signature Cubius stone system. Each stone type must be installed in its intended location.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__grid\"\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nTraditional Sauna Stones\n\u003c\/h3\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003eRinse dust and loose debris from the stones before loading.\u003c\/li\u003e\n\n\u003cli\u003ePlace the stones loosely in the internal rock store.\u003c\/li\u003e\n\n\u003cli\u003eMaintain spaces that allow heated air to circulate.\u003c\/li\u003e\n\n\u003cli\u003eDo not wedge stones tightly against the heating elements.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nCubius Stones\n\u003c\/h3\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003eInstall the Cubius mounting frame according to the manual.\u003c\/li\u003e\n\n\u003cli\u003ePlace the Cubius stones securely on the frame.\u003c\/li\u003e\n\n\u003cli\u003eConfirm that no stone can fall from the heater.\u003c\/li\u003e\n\n\u003cli\u003eReplace damaged or unstable stones before operating the sauna.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"mlhs-product__notice\"\u003e\n\n\u003cp\u003e\nDo not operate the heater without the required stones. Incorrect stone placement may restrict airflow, reduce performance or shorten heating-element life.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nWater and Steam\n\u003c\/span\u003e\n\n\u003ch2\u003e\nCreate Traditional Finnish Sauna Steam\n\u003c\/h2\u003e\n\n\u003cp\u003e\nAfter the sauna stones have reached operating temperature, small controlled amounts of clean water may be poured over the stones to create steam.\n\u003c\/p\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003eUse only clean water suitable for sauna use.\u003c\/li\u003e\n\n\u003cli\u003eApply water in controlled amounts.\u003c\/li\u003e\n\n\u003cli\u003eDo not flood the heater or pour excessive water at one time.\u003c\/li\u003e\n\n\u003cli\u003eDo not use water containing salt, chlorine or damaging contaminants.\u003c\/li\u003e\n\n\u003cli\u003eUse sauna fragrances only when properly diluted and used as directed.\u003c\/li\u003e\n\n\u003cli\u003eNever place fragrance containers or other objects on the heater.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nMaintenance\n\u003c\/span\u003e\n\n\u003ch2\u003e\nProtect Long-Term Heater Performance\n\u003c\/h2\u003e\n\n\u003cdiv class=\"mlhs-product__grid\"\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nInspect the Stones\n\u003c\/h3\u003e\n\n\u003cp\u003e\nRearrange the traditional stones periodically to maintain airflow. Replace cracked, crumbling or deteriorated stones.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nCheck Cubius Stones\n\u003c\/h3\u003e\n\n\u003cp\u003e\nInspect the Cubius stones and mounting frame to confirm that every piece remains stable and undamaged.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nClean the Exterior\n\u003c\/h3\u003e\n\n\u003cp\u003e\nAllow the heater to cool completely before cleaning. Avoid abrasive products that could damage the selected finish.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nUse Qualified Service Personnel\n\u003c\/h3\u003e\n\n\u003cp\u003e\nInternal repairs, electrical troubleshooting and heating-element replacement must be completed by qualified professionals.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nPackage Contents\n\u003c\/span\u003e\n\n\u003ch2\u003e\nWhat Is Included\n\u003c\/h2\u003e\n\n\u003cdiv class=\"mlhs-product__grid\"\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nIncluded With the Heater\n\u003c\/h3\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003eEOS Mythos S35 heater in the selected configuration\u003c\/li\u003e\n\n\u003cli\u003eCubius stone mounting frame\u003c\/li\u003e\n\n\u003cli\u003eCubius stone kit\u003c\/li\u003e\n\n\u003cli\u003eTraditional sauna stones\u003c\/li\u003e\n\n\u003cli\u003eApproximately 77 pounds of total stone filling\u003c\/li\u003e\n\n\u003cli\u003eManufacturer documentation\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nSold Separately\n\u003c\/h3\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003eCompatible EOS sauna control\u003c\/li\u003e\n\n\u003cli\u003eCompatible EOS Power Box\u003c\/li\u003e\n\n\u003cli\u003eWooden heater guard rail\u003c\/li\u003e\n\n\u003cli\u003eOptional finish-matched guard-rail brackets\u003c\/li\u003e\n\n\u003cli\u003eElectrical wiring and installation materials\u003c\/li\u003e\n\n\u003cli\u003eOptional remote-connectivity and safety equipment\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nProduct Documents\n\u003c\/span\u003e\n\n\u003ch2\u003e\nDownload EOS Mythos S35 Technical Information\n\u003c\/h2\u003e\n\n\u003cp\u003e\nReview both manufacturer documents with your sauna designer, builder and electrician before ordering or beginning installation.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__document\"\u003e\n\n\u003cdiv class=\"mlhs-product__document-copy\"\u003e\n\n\u003ch3\u003e\nEOS Mythos S35 Data Sheet\n\u003c\/h3\u003e\n\n\u003cp\u003e\nReview dimensions, finish options, heater outputs, electrical configurations, room sizing, clearances and stone capacity.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003ca class=\"mlhs-product__document-link\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/EOS-Mythos-S35-Data-Sheet.pdf?v=1785009008\" target=\"_blank\" rel=\"noopener\"\u003e\nView Data Sheet\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"mlhs-product__document\"\u003e\n\n\u003cdiv class=\"mlhs-product__document-copy\"\u003e\n\n\u003ch3\u003e\nEOS Mythos Installation and Operating Manual\n\u003c\/h3\u003e\n\n\u003cp\u003e\nReview safety requirements, cabin preparation, ventilation, electrical connections, stone loading, commissioning, operation and maintenance.\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003ca class=\"mlhs-product__document-link\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/EOS-Mythos-IOM.pdf?v=1785009008\" target=\"_blank\" rel=\"noopener\"\u003e\nView Installation Manual\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nWhy Buy From My Luxury Home Spa\n\u003c\/span\u003e\n\n\u003ch2\u003e\nSupport for Your Complete Sauna System\n\u003c\/h2\u003e\n\n\u003cdiv class=\"mlhs-product__grid mlhs-product__grid--three\"\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nConfiguration Guidance\n\u003c\/h3\u003e\n\n\u003cp\u003e\nWe can help coordinate the finish, heater output, voltage and phase with compatible EOS control equipment.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nComplete-System Support\n\u003c\/h3\u003e\n\n\u003cp\u003e\nPurchase the heater, control equipment and compatible supporting components through one knowledgeable wellness retailer.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nVeteran-Owned Business\n\u003c\/h3\u003e\n\n\u003cp\u003e\nMy Luxury Home Spa is a veteran-owned company committed to responsive service, clear communication and long-term customer support.\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"mlhs-product__cta\"\u003e\n\n\u003cdiv class=\"mlhs-product__cta-inner\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nDesign Your Sauna\n\u003c\/span\u003e\n\n\u003ch2\u003e\nChoose Your EOS Mythos S35\n\u003c\/h2\u003e\n\n\u003cp\u003e\nSelect your preferred finish, 7.5 kW or 9 kW output, and the correct electrical configuration. Contact My Luxury Home Spa for help coordinating the heater with the appropriate EOS control and Power Box.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__buttons\"\u003e\n\n\u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"#purchase\"\u003e\nChoose Your Heater\n\u003c\/a\u003e\n\n\u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/pages\/contact-us\"\u003e\nRequest Configuration Help\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003cdiv id=\"purchase\"\u003e\u003c\/div\u003e\n\n\n\u003csection class=\"mlhs-product__section\" id=\"frequently-asked-questions\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nFrequently Asked Questions\n\u003c\/span\u003e\n\n\u003ch2\u003e\nEOS Mythos S35 FAQs\n\u003c\/h2\u003e\n\n\u003cdiv class=\"mlhs-product__faq\"\u003e\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nWhat is the EOS Mythos S35?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe EOS Mythos S35 is a freestanding designer electric sauna heater with a geometric stainless steel body, pillar-style pedestal and included Cubius stone system. It is available in 7.5 kW and 9 kW outputs.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nWhat finish options are available?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe Mythos S35 is available in Anthracite, Black, Stainless Steel or White.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nWhat heater outputs are available?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe Mythos S35 is available in 7.5 kW and 9 kW configurations.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nWhat voltage and phase options are available?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe manufacturer-supported electrical configurations are 208V three-phase AC and 240V two-phase AC, both at 60 Hz.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nIs a 208V two-phase model available?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe official EOS data sheet lists 208V three-phase and 240V two-phase configurations. It does not list a 208V two-phase model.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nWhich heater size do I need?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003e7.5 kW: approximately 280 to 420 cubic feet\u003c\/li\u003e\n\n\u003cli\u003e9 kW: approximately 313 to 494 cubic feet\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003cp\u003e\nFinal sizing also depends on insulation, glass area, ventilation, ceiling height and other heat-loss factors.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nWhy do the sizing ranges overlap?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nOverlapping ranges allow the final heater selection to account for construction, glass area, desired heat-up time and usage patterns instead of room volume alone.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nAre sauna stones included?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nYes. The heater includes approximately 77 pounds of total stone filling, including traditional sauna stones and the Cubius stone kit.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nWhat are Cubius stones?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nCubius stones are geometric decorative stones installed on a mounting frame above the main rock store. They conceal the traditional stones beneath and create the Mythos heater’s distinctive appearance.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nCan different Cubius stones be added?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nOptional Cubius stone variations, including different heights and Loop arrangements, may be available separately.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nWhat are the heater dimensions?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe Mythos S35 measures approximately 33.1 inches high, 16.5 inches wide and 14.6 inches deep.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nHow much does the heater weigh?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe heater weighs approximately 74 pounds without stones. The included stone filling adds approximately 77 pounds.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nCan the heater be installed near a glass wall?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nYes. Its uniform finish on all sides makes it well suited for installation near glass panels when all required clearances are maintained.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nCan the Mythos S35 be installed in the center of a sauna?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nYes. Its finished all-sided exterior supports open or central placement when the required guard rail, ventilation and clearances are provided.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nDoes the heater require a guard rail?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nAn appropriate heater guard rail should be installed around accessible sides. Optional finish-matched mounting brackets are available, but the wooden guard rail is sold separately.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nCan the Mythos S35 be installed under a bench?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nNo. It is a freestanding exposed heater and is not designed for installation beneath a bench, in an alcove or beneath a sloping roof.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nDoes the heater include a built-in control?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nNo. A compatible external EOS sauna control and properly configured EOS Power Box are required.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nWhich EOS controls can be used?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nCompatible control families include appropriately configured EOS Touch 3 and EOS EmoTec systems. The control and Power Box must match the selected heater output, voltage and phase.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nCan smartphone control be added?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nRemote connectivity may be available when the heater is paired with an eligible EOS control and compatible EOS connectivity equipment. Approved remote-start safety equipment may also be required.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nCan water be poured over the stones?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nYes. Once the stones are fully heated, small controlled amounts of clean water may be poured over them to create traditional sauna steam.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nCan the heater be installed on laminate flooring?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nNo. The manual warns against installation on easily flammable flooring such as laminate or synthetic materials. A suitable heat-resistant surface such as ceramic tile is recommended.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nHow should the sauna stones be maintained?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nInspect and rearrange the traditional stones periodically to maintain airflow. Replace cracked or deteriorated stones and verify that the Cubius stones remain stable.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nCan I install the heater myself?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe heater must be installed according to the official EOS instructions. Fixed electrical connections, control wiring and commissioning must be completed by a qualified electrician.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nWhat is included with the heater?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe package includes the selected EOS Mythos S35 heater, traditional sauna stones, Cubius stone kit, mounting frame and manufacturer documentation. The control system and guard rail are sold separately.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nWhat warranty does the Mythos S35 include?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe EOS Mythos S35 includes a two-year manufacturer warranty, subject to manufacturer terms, proper installation, intended use and required maintenance.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the EOS Mythos S35?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Mythos S35 is a freestanding designer electric sauna heater with a geometric stainless steel body, pillar-style pedestal and included Cubius stone system. It is available in 7.5 kW and 9 kW outputs.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What finish options are available?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Mythos S35 is available in Anthracite, Black, Stainless Steel or White.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What heater outputs are available?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Mythos S35 is available in 7.5 kW and 9 kW configurations.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What voltage and phase options are available?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The manufacturer-supported electrical configurations are 208V three-phase AC and 240V two-phase AC, both at 60 Hz.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is a 208V two-phase model available?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The official EOS data sheet lists 208V three-phase and 240V two-phase configurations. It does not list a 208V two-phase model.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which heater size do I need?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The 7.5 kW model is recommended for approximately 280 to 420 cubic feet, while the 9 kW model is recommended for approximately 313 to 494 cubic feet. Final sizing also depends on insulation, glass area, ventilation and other heat-loss factors.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why do the sizing ranges overlap?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Overlapping ranges allow the final heater selection to account for construction, glass area, desired heat-up time and usage patterns instead of room volume alone.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are sauna stones included?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The heater includes approximately 77 pounds of total stone filling, including traditional sauna stones and the Cubius stone kit.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What are Cubius stones?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Cubius stones are geometric decorative stones installed on a mounting frame above the main rock store. They conceal the traditional stones beneath and create the Mythos heater's distinctive appearance.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can different Cubius stones be added?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Optional Cubius stone variations, including different heights and Loop arrangements, may be available separately.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What are the heater dimensions?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Mythos S35 measures approximately 33.1 inches high, 16.5 inches wide and 14.6 inches deep.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How much does the heater weigh?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The heater weighs approximately 74 pounds without stones. The included stone filling adds approximately 77 pounds.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the heater be installed near a glass wall?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Its uniform finish on all sides makes it well suited for installation near glass panels when all required clearances are maintained.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the Mythos S35 be installed in the center of a sauna?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Its finished all-sided exterior supports open or central placement when the required guard rail, ventilation and clearances are provided.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the heater require a guard rail?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"An appropriate heater guard rail should be installed around accessible sides. Optional finish-matched mounting brackets are available, but the wooden guard rail is sold separately.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the Mythos S35 be installed under a bench?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. It is a freestanding exposed heater and is not designed for installation beneath a bench, in an alcove or beneath a sloping roof.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the heater include a built-in control?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. A compatible external EOS sauna control and properly configured EOS Power Box are required.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which EOS controls can be used?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Compatible control families include appropriately configured EOS Touch 3 and EOS EmoTec systems. The control and Power Box must match the selected heater output, voltage and phase.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can smartphone control be added?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Remote connectivity may be available when the heater is paired with an eligible EOS control and compatible EOS connectivity equipment. Approved remote-start safety equipment may also be required.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can water be poured over the stones?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Once the stones are fully heated, small controlled amounts of clean water may be poured over them to create traditional sauna steam.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the heater be installed on laminate flooring?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The manual warns against installation on easily flammable flooring such as laminate or synthetic materials. A suitable heat-resistant surface such as ceramic tile is recommended.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How should the sauna stones be maintained?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Inspect and rearrange the traditional stones periodically to maintain airflow. Replace cracked or deteriorated stones and verify that the Cubius stones remain stable.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I install the heater myself?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The heater must be installed according to the official EOS instructions. Fixed electrical connections, control wiring and commissioning must be completed by a qualified electrician.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is included with the heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The package includes the selected EOS Mythos S35 heater, traditional sauna stones, Cubius stone kit, mounting frame and manufacturer documentation. The control system and guard rail are sold separately.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What warranty does the Mythos S35 include?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Mythos S35 includes a two-year manufacturer warranty, subject to manufacturer terms, proper installation, intended use and required maintenance.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Anthracite 7.5 kW - 208V \/ 3PH","offer_id":50755771302117,"sku":"14-948033","price":8438.0,"currency_code":"USD","in_stock":true},{"title":"Anthracite 7.5 kW - 240V \/ 2PH","offer_id":50755771334885,"sku":"14-948037","price":8438.0,"currency_code":"USD","in_stock":true},{"title":"Anthracite 9 kW - 208V \/ 3PH","offer_id":50755771367653,"sku":"14-948034","price":8774.0,"currency_code":"USD","in_stock":true},{"title":"Anthracite 9 kW - 240V \/ 2PH","offer_id":50755771400421,"sku":"14-948038","price":8774.0,"currency_code":"USD","in_stock":true},{"title":"Black 7.5 kW - 208V \/ 3PH","offer_id":50755771433189,"sku":"14-948008","price":8438.0,"currency_code":"USD","in_stock":true},{"title":"Black 7.5 kW - 240V \/ 2PH","offer_id":50755771465957,"sku":"14-948012","price":8438.0,"currency_code":"USD","in_stock":true},{"title":"Black 9 kW - 208V \/ 3PH","offer_id":50755771498725,"sku":"14-948009","price":8774.0,"currency_code":"USD","in_stock":true},{"title":"Black 9 kW - 240V \/ 2PH","offer_id":50755771531493,"sku":"14-948013","price":8774.0,"currency_code":"USD","in_stock":true},{"title":"Stainless 7.5 kW - 208V \/ 3PH","offer_id":50755771564261,"sku":"14-948027","price":8438.0,"currency_code":"USD","in_stock":true},{"title":"Stainless 7.5 kW - 240V \/ 2PH","offer_id":50755771597029,"sku":"14-948031","price":8438.0,"currency_code":"USD","in_stock":true},{"title":"Stainless 9 kW - 208V \/ 3PH","offer_id":50755771629797,"sku":"14-948028","price":8774.0,"currency_code":"USD","in_stock":true},{"title":"Stainless 9 kW - 240V \/ 2PH","offer_id":50755771662565,"sku":"14-948032","price":8774.0,"currency_code":"USD","in_stock":true},{"title":"White 7.5 kW - 208V \/ 3PH","offer_id":50755771695333,"sku":"14-948014","price":8438.0,"currency_code":"USD","in_stock":true},{"title":"White 7.5 kW - 240V \/ 2PH","offer_id":50755771728101,"sku":"14-948018","price":8438.0,"currency_code":"USD","in_stock":true},{"title":"White 9 kW - 208V \/ 3PH","offer_id":50755771760869,"sku":"14-948015","price":8774.0,"currency_code":"USD","in_stock":true},{"title":"White 9 kW - 240V \/ 2PH","offer_id":50755771793637,"sku":"14-948019","price":8774.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/eos-mythos-s35-freestanding-electric-sauna-heater-3695411.jpg?v=1785011129","url":"https:\/\/myluxuryhomespa.com\/products\/eos-mythos-s35-freestanding-electric-sauna-heater","provider":"My Luxury Home Spa","version":"1.0","type":"link"}