{"product_id":"eos-cubo-avantgarde-240-2-floor-standing-sauna-heater","title":"EOS Cubo Avantgarde 240\/2 Floor Standing 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    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    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    border-color: rgba(255, 255, 255, 0.85);\n    background: transparent;\n    color: var(--mlhs-white);\n  }\n\n  .mlhs-product__hero a.mlhs-product__button--secondary:hover {\n    border-color: var(--mlhs-white);\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__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__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__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__cta a.mlhs-product__button--secondary:hover {\n    background: var(--mlhs-white);\n    color: var(--mlhs-primary);\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      width: 100%;\n    }\n\n    .mlhs-product__document {\n      align-items: stretch;\n      flex-direction: column;\n    }\n\n    .mlhs-product a.mlhs-product__document-link {\n      width: 100%;\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\nPremium Freestanding Sauna Heater\n\u003c\/span\u003e\n\n\u003ch2\u003e\nEOS Cubo Avantgarde 240\/2 Electric Sauna Heater\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe EOS Cubo Avantgarde 240\/2 combines high-performance traditional sauna heating with a bold architectural design. Its all-sided matte-black finish, compact freestanding footprint and elevated white quartz stone basket create a distinctive centerpiece for modern sauna rooms.\n\u003c\/p\u003e\n\n\u003cp\u003e\nChoose the 7.5 kW model for sauna rooms from approximately 247 to 353 cubic feet or the 9 kW model for rooms from approximately 314 to 494 cubic feet. Both models are designed for fixed 240V two-phase electrical 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\nA Designer Sauna Heater Built to Be Seen\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe Cubo Avantgarde is designed for sauna rooms where the heater is part of the visual experience. Unlike heaters intended to be hidden against a wall or beneath a bench, the Cubo Avantgarde features a uniform matte-black appearance on every side.\n\u003c\/p\u003e\n\n\u003cp\u003e\nIts symmetrical construction makes it especially well suited for installation in front of glass panels or near the center of the sauna. The distinctive raised stone basket holds decorative white quartz stones above the primary traditional stone compartment for a refined, modern appearance.\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\nAvantgarde Styling\n\u003c\/h3\u003e\n\n\u003cp\u003e\nA luxurious matte-black finish and decorative white quartz stones create a bold visual focal point.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nFreestanding Flexibility\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe uniform appearance on all sides supports wall, glass-front and center-room installation layouts.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nTraditional Sauna Performance\n\u003c\/h3\u003e\n\n\u003cp\u003e\nA large stone capacity promotes heat retention, airflow and satisfying steam when water is applied.\n\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 Construction With Powerful Sauna 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\nMatte-Black Finish on All Sides\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe scratch-resistant, powder-coated steel exterior provides a consistent architectural appearance from every viewing angle.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nQuartz Stone Accent Basket\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe raised stainless steel extension frame holds 22 pounds of included decorative white quartz stones.\n\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 heater includes 55 pounds of traditional sauna stones and 22 pounds of white quartz accent stones.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nService-Friendly Design\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe sauna stones do not rest directly on the heating elements, supporting airflow and simplifying service access.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nCompact Footprint\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe heater measures approximately 15.7 inches wide and 15.2 inches deep while delivering heat for rooms up to 494 cubic feet.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nMade in Germany\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe Cubo Avantgarde is manufactured in Germany by EOS Saunatechnik.\n\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 Options\n\u003c\/span\u003e\n\n\u003ch2\u003e\nChoose 7.5 kW or 9 kW\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 Attribute\u003c\/th\u003e\n\u003cth\u003eAvailable Configuration\u003c\/th\u003e\n\u003c\/tr\u003e\n\n\u003c\/thead\u003e\n\n\u003ctbody\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\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eMatte black Avantgarde finish\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eElectrical Configuration\u003c\/td\u003e\n\u003ctd\u003e240V \/ 2PH AC \/ 60 Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eInstallation Type\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\u003eImportant:\u003c\/strong\u003e Heater output is the only selectable option. The finish and electrical configuration are fixed. Have a qualified electrician verify 240V two-phase service and all electrical requirements before ordering.\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\nMatch the Heater to the Sauna Room\n\u003c\/h2\u003e\n\n\u003cp\u003e\nChoose the heater 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 247 to 353 cu. ft.\u003c\/td\u003e\n\u003ctd\u003eApproximately 39.8 to 57 sq. ft.\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003e9 kW\u003c\/td\u003e\n\u003ctd\u003eApproximately 314 to 494 cu. ft.\u003c\/td\u003e\n\u003ctd\u003eApproximately 50.6 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 between approximately 314 and 353 cubic feet. In that range, final selection should be based on insulation, glass area, desired heat-up speed and the recommendation of the sauna designer or installer.\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 Cubo Avantgarde System\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe Cubo Avantgarde does not include a built-in control. A compatible external EOS sauna control and appropriately 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\nChoose an EOS control system compatible with traditional dry sauna operation and the selected heater output.\n\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\nA compatible Power Box provides the switching interface between the external sauna control and the heater.\n\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 heater includes approximately 55 pounds of traditional sauna stones and 22 pounds of decorative white quartz stones.\n\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, control wiring, ventilation and heater placement must be completed by qualified professionals.\n\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\u003eSystem compatibility matters:\u003c\/strong\u003e The sauna control, Power Box, sensors and electrical components must match the 240V two-phase configuration and selected heater output.\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\nAvantgarde Stone System\n\u003c\/span\u003e\n\n\u003ch2\u003e\nTraditional Heat With a Distinctive Quartz Accent\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe Cubo Avantgarde uses a two-level stone arrangement. The lower internal compartment holds traditional sauna stones, while the raised architectural extension frame holds decorative white quartz stones.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThis configuration creates a distinctive visual effect while providing a large total stone mass for heat retention and 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\n55 Pounds of Traditional Stones\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe internal stone compartment holds the primary sauna stones used for heat storage and steam generation.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\n22 Pounds of White Quartz\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe included white quartz stones fill the raised Avantgarde extension basket and create the heater’s signature appearance.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\n77 Pounds Total\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe complete included stone load supports heat retention and a satisfying traditional sauna experience.\n\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\nIdeal for Glass Walls and Open Sauna Layouts\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe Cubo Avantgarde is finished on all sides, allowing it to be installed where multiple sides remain visible. Its compact, symmetrical footprint works especially well in contemporary sauna cabins with extensive glass or open sight lines.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__grid\"\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nIn Front of Glass Panels\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe finished rear and side surfaces allow the heater to complement transparent glass walls without exposing an unfinished back panel.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nNear the Center of the Sauna\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe uniform exterior supports freestanding layouts where the heater is visible from several directions.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nAgainst a Sauna Wall\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe heater can also be installed closer to a wall when all required clearances and ventilation rules are followed.\n\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\nOptional four-sided mounting brackets are available for constructing an appropriate wooden heater guard rail.\n\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 Cubo Avantgarde 240\/2 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\u003eElectrical Configuration\u003c\/th\u003e\n\u003ctd\u003e240V \/ 2PH AC \/ 60 Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eScratch-resistant matte-black powder-coated steel on all sides\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eTop Extension\u003c\/th\u003e\n\u003ctd\u003eStainless steel with matte-black finish\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eStone Basket\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 28.3 in H × 15.7 in W × 15.2 in D\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eTotal Stone Capacity\u003c\/th\u003e\n\u003ctd\u003eApproximately 77 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eTraditional Stones\u003c\/th\u003e\n\u003ctd\u003eApproximately 55 lbs included\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eWhite Quartz Stones\u003c\/th\u003e\n\u003ctd\u003eApproximately 22 lbs included\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eWeight Without Stones\u003c\/th\u003e\n\u003ctd\u003eApproximately 62 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eRecommended Sauna Volume\u003c\/th\u003e\n\u003ctd\u003eApproximately 247 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 2.4 inches, subject to the complete installation requirements\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eMinimum Ceiling Height\u003c\/th\u003e\n\u003ctd\u003eApproximately 6.5 feet\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eControl Type\u003c\/th\u003e\n\u003ctd\u003eCompatible external EOS sauna control required\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eTerminal Box\u003c\/th\u003e\n\u003ctd\u003eRecessed in the front panel with cable connection from below\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\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\nPublished specifications are provided for preliminary planning. Verify all dimensions, clearances, conductor sizes, fuse protection and installation requirements in the official EOS documents 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\n240V Two-Phase Electrical Requirements\n\u003c\/h2\u003e\n\n\u003cp\u003e\nEvery heater on this product page is configured for 240V two-phase AC service at 60 Hz. Electrical work must be completed by a qualified electrician in accordance with the EOS manual and applicable local 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 Service\u003c\/th\u003e\n\u003cth\u003ePublished 240V Fuse Protection\u003c\/th\u003e\n\u003cth\u003eMinimum 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\u003e240V \/ 2PH AC \/ 60 Hz\u003c\/td\u003e\n\u003ctd\u003e15 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\u003e240V \/ 2PH AC \/ 60 Hz\u003c\/td\u003e\n\u003ctd\u003e20 A\u003c\/td\u003e\n\u003ctd\u003e12 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 technical sheet lists minimum manufacturer values. The electrician must determine final conductor size, overcurrent protection and disconnect requirements based on applicable codes, conductor length, installation conditions and the complete control system.\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\nConfirm Sauna Size\n\u003c\/h4\u003e\n\n\u003cp\u003e\nCalculate usable interior volume and account for glass, tile, masonry and other heat-loss surfaces.\n\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\nPlan Heater Placement\n\u003c\/h4\u003e\n\n\u003cp\u003e\nSelect a level, suitable floor location while maintaining all wall, guard-rail and ceiling clearances.\n\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 7.5 kW or 9 kW heater with a compatible EOS control and appropriately configured Power Box.\n\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 electrical connections, ventilation, sensors and safety equipment installed and commissioned by qualified professionals.\n\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 Heater Installation\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe Cubo Avantgarde becomes extremely hot during operation. The heater must be installed on a stable, level surface that can safely withstand heat and the combined weight of the heater and stones.\n\u003c\/p\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003eMaintain approximately 2.4 inches from the heater to adjacent sauna walls where specified.\u003c\/li\u003e\n\n\u003cli\u003eMaintain the required distance between the top of the heater and the sauna ceiling.\u003c\/li\u003e\n\n\u003cli\u003eUse a suitable heater guard rail around accessible sides.\u003c\/li\u003e\n\n\u003cli\u003eDo not install the heater on easily flammable flooring such as 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 Cubo Avantgarde beneath a bench, in an alcove or beneath a sloping roof.\u003c\/li\u003e\n\n\u003cli\u003eNever place towels, clothing or other objects on or above 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 Performance and Safety\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe sauna cabin must include correctly sized fresh-air intake and exhaust openings. Insufficient ventilation can cause overheating, poor heat circulation and unsafe operating conditions.\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 inlets may be installed below or behind the heater approximately 2 to 4 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 layout.\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 Stones for Airflow and Steam Performance\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe Cubo Avantgarde includes both traditional sauna stones and decorative white quartz stones. The two stone types must be loaded into their intended compartments according to the manufacturer instructions.\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 stones loosely in the lower stone compartment.\u003c\/li\u003e\n\n\u003cli\u003eMaintain open air spaces between the stones.\u003c\/li\u003e\n\n\u003cli\u003eDo not force 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\nWhite Quartz Stones\n\u003c\/h3\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003ePlace the quartz stones in the raised Avantgarde extension basket.\u003c\/li\u003e\n\n\u003cli\u003eArrange them securely so loose pieces cannot fall from the heater.\u003c\/li\u003e\n\n\u003cli\u003eDo not exceed the specified stone capacity.\u003c\/li\u003e\n\n\u003cli\u003eInspect the decorative stones regularly for cracks or deterioration.\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 loading can restrict airflow, shorten heating-element life or create an unsafe condition.\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\nOnce the sauna stones have reached operating temperature, small 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 chlorine, salt or other damaging substances.\u003c\/li\u003e\n\n\u003cli\u003eUse sauna fragrances only as directed and properly diluted.\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 stones periodically to maintain airflow. Replace stones that crack, crumble or significantly deteriorate.\n\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. Use appropriate non-abrasive methods that will not damage the matte-black finish.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nCheck the Cabin Before Use\n\u003c\/h3\u003e\n\n\u003cp\u003e\nConfirm that no towels, cleaning products or other objects have been placed on or near the heater.\n\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\nElectrical troubleshooting, heater-element replacement and internal repairs must be completed by qualified professionals.\n\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 Cubo Avantgarde 240\/2 heater in the selected output\u003c\/li\u003e\n\n\u003cli\u003eAvantgarde stone-store extension frame\u003c\/li\u003e\n\n\u003cli\u003eApproximately 55 pounds of traditional sauna stones\u003c\/li\u003e\n\n\u003cli\u003eApproximately 22 pounds of white quartz stones\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 guard-rail mounting 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 Cubo Avantgarde 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 Cubo Avantgarde Data Sheet\n\u003c\/h3\u003e\n\n\u003cp\u003e\nReview heater dimensions, output options, room-sizing ranges, electrical information, minimum clearances and included stone quantities.\n\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-Cubo-Avantgarde-Data-Sheet.pdf?v=1785007314\" 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 Cubo Avantgarde 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.\n\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-Cubo-Avantgarde-IOM.pdf?v=1785007314\" 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 heater output with a compatible EOS control and Power Box.\n\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, controls and compatible supporting components through one knowledgeable wellness-equipment retailer.\n\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.\n\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 Cubo Avantgarde 240\/2\n\u003c\/h2\u003e\n\n\u003cp\u003e\nSelect the 7.5 kW or 9 kW model for your sauna room. Contact My Luxury Home Spa for help coordinating the heater with the correct 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 Cubo Avantgarde 240\/2 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 Cubo Avantgarde 240\/2?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe EOS Cubo Avantgarde 240\/2 is a premium freestanding electric sauna heater with an all-sided matte-black finish and a raised white quartz stone basket. 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 heater outputs are available?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThis product is available in 7.5 kW and 9 kW. Heater output is the only selectable option.\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 electrical service does it require?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nEvery model on this product page is configured for 240V \/ 2PH AC \/ 60 Hz electrical service.\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 247 to 353 cubic feet\u003c\/li\u003e\n\n\u003cli\u003e9 kW: approximately 314 to 494 cubic feet\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003cp\u003e\nFinal sizing also depends on insulation, glass area, ceiling height, ventilation 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\nThe manufacturer’s published ranges overlap between approximately 314 and 353 cubic feet. In this range, the final selection should account for insulation, glass area, desired heat-up time and expected use.\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 does the heater have?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe Cubo Avantgarde has a scratch-resistant matte-black powder-coated finish on all sides, including the top.\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 choose a stainless steel finish?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nNo. The Cubo Avantgarde 240\/2 on this page is supplied in the fixed matte-black Avantgarde finish.\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 55 pounds of traditional sauna stones and 22 pounds of decorative white quartz stones.\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 white quartz stones for?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe white quartz stones fill the raised Avantgarde extension basket and create the heater’s distinctive architectural appearance. They also add to the total stone mass.\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 large is the Cubo Avantgarde?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe heater measures approximately 28.3 inches high, 15.7 inches wide and 15.2 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 it weigh?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe heater weighs approximately 62 pounds without stones. The included stones add 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 it be installed in front of a glass wall?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nYes. Its uniform matte-black finish on all sides makes it well suited for installation in front of glass panels when all manufacturer 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 it be installed near the center of the sauna?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nYes. The symmetrical, finished exterior supports center-room and open-layout installations 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 it require a heater guard rail?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nA suitable heater guard rail should be installed around accessible sides. Optional four-sided mounting brackets are available, but the wooden guard rail itself 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\nWhat minimum side clearance is required?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe technical sheet shows approximately 2.4 inches of minimum side clearance for the 7.5 kW and 9 kW versions. All complete installation requirements in the manual must also be followed.\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 minimum ceiling height is required?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe technical documentation identifies a minimum sauna cabin height of approximately 6.5 feet.\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 it be installed under a sauna bench?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nNo. The Cubo Avantgarde is a freestanding exposed heater and is not designed for installation beneath a bench, in an alcove or under 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 it 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 complete system must match the heater output and electrical configuration.\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 connectivity equipment. An approved remote-start safety system 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 materials such as laminate or synthetic flooring. 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 stones be maintained?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nInspect and rearrange the stones periodically to preserve airflow. Replace stones that are cracked, crumbling or significantly deteriorated.\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 Cubo Avantgarde heater, the raised stone extension, approximately 55 pounds of traditional stones, approximately 22 pounds of white quartz stones and manufacturer documentation.\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 it include?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe EOS Cubo Avantgarde 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 Cubo Avantgarde 240\/2?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Cubo Avantgarde 240\/2 is a premium freestanding electric sauna heater with an all-sided matte-black finish and a raised white quartz stone basket. It is available in 7.5 kW and 9 kW outputs.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What heater outputs are available?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"This product is available in 7.5 kW and 9 kW. Heater output is the only selectable option.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What electrical service does it require?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Every model on this product page is configured for 240V two-phase AC at 60 Hz.\"\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 247 to 353 cubic feet. The 9 kW model is recommended for approximately 314 to 494 cubic feet. Final sizing also depends on insulation, glass area, ceiling height, 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\": \"The manufacturer’s published ranges overlap between approximately 314 and 353 cubic feet. In this range, final selection should account for insulation, glass area, desired heat-up time and expected use.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What finish does the heater have?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Cubo Avantgarde has a scratch-resistant matte-black powder-coated finish on all sides, including the top.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I choose a stainless steel finish?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The Cubo Avantgarde 240\/2 on this page is supplied in the fixed matte-black Avantgarde finish.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are sauna stones included?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The heater includes approximately 55 pounds of traditional sauna stones and 22 pounds of decorative white quartz stones.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What are the white quartz stones for?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The white quartz stones fill the raised Avantgarde extension basket and create the heater’s distinctive appearance. They also add to the total stone mass.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How large is the Cubo Avantgarde?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The heater measures approximately 28.3 inches high, 15.7 inches wide and 15.2 inches deep.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How much does it weigh?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The heater weighs approximately 62 pounds without stones. The included stones add approximately 77 pounds.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can it be installed in front of a glass wall?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Its uniform matte-black finish on all sides makes it well suited for installation in front of glass panels when all manufacturer clearances are maintained.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can it be installed near the center of the sauna?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The symmetrical, finished exterior supports center-room and open-layout installations when the required guard rail, ventilation and clearances are provided.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does it require a heater guard rail?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A suitable heater guard rail should be installed around accessible sides. Optional four-sided mounting brackets are available, but the wooden guard rail itself is sold separately.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What minimum side clearance is required?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The technical sheet shows approximately 2.4 inches of minimum side clearance for the 7.5 kW and 9 kW versions. All complete installation requirements in the manual must also be followed.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What minimum ceiling height is required?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The technical documentation identifies a minimum sauna cabin height of approximately 6.5 feet.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can it be installed under a sauna bench?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The Cubo Avantgarde is a freestanding exposed heater and is not designed for installation beneath a bench, in an alcove or under a sloping roof.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does it 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 complete system must match the heater output and electrical configuration.\"\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 with an eligible EOS control and compatible connectivity equipment. An approved remote-start safety system 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 materials such as laminate or synthetic flooring. A suitable heat-resistant surface, such as ceramic tile, is recommended.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How should the stones be maintained?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Inspect and rearrange the stones periodically to preserve airflow. Replace stones that are cracked, crumbling or significantly deteriorated.\"\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 Cubo Avantgarde heater, the raised stone extension, approximately 55 pounds of traditional stones, approximately 22 pounds of white quartz stones and manufacturer documentation.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What warranty does it include?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Cubo Avantgarde 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":"7.5kW","offer_id":50755717464293,"sku":"14-947527","price":6400.0,"currency_code":"USD","in_stock":true},{"title":"9kW","offer_id":50755717497061,"sku":"14-947528","price":6542.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/EOS-Cubo-Avantgarde-1.jpg?v=1785007460","url":"https:\/\/myluxuryhomespa.com\/products\/eos-cubo-avantgarde-240-2-floor-standing-sauna-heater","provider":"My Luxury Home Spa","version":"1.0","type":"link"}