{"product_id":"eos-gracil-electric-sauna-heater","title":"EOS Gracil Slim Freestanding Electric Sauna Heater","description":"\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-maroon: #6f1d2b;\n    --mlhs-maroon-dark: #4f1420;\n    --mlhs-charcoal: #242424;\n    --mlhs-gray: #676767;\n    --mlhs-light-gray: #f4f4f2;\n    --mlhs-border: #deded8;\n    --mlhs-white: #ffffff;\n    --mlhs-radius: 16px;\n    --mlhs-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);\n\n    color: var(--mlhs-charcoal);\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 p,\n  .mlhs-product ul {\n    margin-top: 0;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 18px;\n    color: var(--mlhs-charcoal);\n    font-size: clamp(1.75rem, 3vw, 2.45rem);\n    line-height: 1.2;\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    color: var(--mlhs-maroon-dark);\n    font-size: 1.18rem;\n    line-height: 1.35;\n  }\n\n  .mlhs-product p {\n    margin-bottom: 18px;\n  }\n\n  .mlhs-product a {\n    color: var(--mlhs-maroon);\n    text-decoration-thickness: 1px;\n    text-underline-offset: 3px;\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(79, 20, 32, 0.97),\n        rgba(111, 29, 43, 0.91)\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 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-white);\n  }\n\n  .mlhs-product__section:nth-of-type(even) {\n    background: var(--mlhs-light-gray);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: var(--mlhs-maroon);\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__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  }\n\n  .mlhs-product__button:hover {\n    transform: translateY(-2px);\n  }\n\n  .mlhs-product__button--primary {\n    background: var(--mlhs-maroon);\n    color: var(--mlhs-white);\n  }\n\n  .mlhs-product__hero .mlhs-product__button--primary {\n    background: var(--mlhs-white);\n    color: var(--mlhs-maroon-dark);\n  }\n\n  .mlhs-product__button--secondary {\n    border-color: var(--mlhs-maroon);\n    background: transparent;\n    color: var(--mlhs-maroon);\n  }\n\n  .mlhs-product__hero .mlhs-product__button--secondary {\n    border-color: rgba(255, 255, 255, 0.8);\n    color: var(--mlhs-white);\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-white);\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__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-white);\n  }\n\n  .mlhs-product__table {\n    width: 100%;\n    min-width: 620px;\n    border-collapse: collapse;\n  }\n\n  .mlhs-product__table th,\n  .mlhs-product__table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--mlhs-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .mlhs-product__table thead th {\n    background: var(--mlhs-maroon-dark);\n    color: var(--mlhs-white);\n    font-weight: 700;\n  }\n\n  .mlhs-product__table tbody th {\n    width: 34%;\n    background: var(--mlhs-light-gray);\n    color: var(--mlhs-charcoal);\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-maroon);\n    border-radius: 0 12px 12px 0;\n    background: #faf4f5;\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    padding: 22px;\n    border: 1px solid var(--mlhs-border);\n    border-radius: 14px;\n    background: var(--mlhs-white);\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-maroon);\n    color: var(--mlhs-white);\n    font-size: 0.9rem;\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-white);\n  }\n\n  .mlhs-product__document-copy p:last-child {\n    margin-bottom: 0;\n  }\n\n  .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-radius: 999px;\n    background: var(--mlhs-maroon);\n    color: var(--mlhs-white) !important;\n    font-weight: 700;\n    text-decoration: none !important;\n  }\n\n  .mlhs-product__cta {\n    background: var(--mlhs-charcoal);\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 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 .mlhs-product__button--primary {\n    background: var(--mlhs-white);\n    color: var(--mlhs-charcoal);\n  }\n\n  .mlhs-product__cta .mlhs-product__button--secondary {\n    border-color: var(--mlhs-white);\n    color: var(--mlhs-white);\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-white);\n  }\n\n  .mlhs-product__faq-item summary {\n    position: relative;\n    padding: 19px 54px 19px 20px;\n    color: var(--mlhs-charcoal);\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-maroon);\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__button {\n      width: 100%;\n    }\n\n    .mlhs-product__document {\n      align-items: stretch;\n      flex-direction: column;\n    }\n\n    .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\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\nSlim German Sauna Heater Design\n\u003c\/span\u003e\n\n\u003ch2\u003e\nEOS Gracil Freestanding Electric Sauna Heater\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe EOS Gracil combines refined European styling, dependable electric heat and an exceptionally shallow footprint for modern traditional sauna rooms. Its clean geometric form, flat rear profile and recessed terminal box make it especially well suited for glass-front cabins and installations where space is limited.\n\u003c\/p\u003e\n\n\u003cp\u003e\nChoose from 6 kW, 7.5 kW or 9 kW outputs, black or anthracite finishes, and electrical configurations for compatible 240V residential or 208V three-phase commercial sauna systems.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__buttons\"\u003e\n\n\u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"#product-form\"\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\nFull Sauna Performance in a Remarkably Slim Profile\n\u003c\/h2\u003e\n\n\u003cp\u003e\nAt only approximately 9.8 inches deep, the floor-standing EOS Gracil offers a space-conscious alternative to bulkier electric sauna heaters without sacrificing a full-size stone compartment. Its approximately 44-pound stone capacity supports smooth, even heat and traditional steam bursts when water is properly applied to the heated sauna stones.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThe steel outer shell is available in anthracite with a pearl-effect finish or a refined matte black. A brushed stainless steel top cover adds durability and creates a finished architectural appearance for upscale residential sauna rooms.\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\nSlim 9.8-Inch Depth\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe shallow, floor-standing body helps preserve usable cabin space and supports installations near glass walls or other carefully planned sauna features.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\n44-Pound Stone Capacity\n\u003c\/h3\u003e\n\n\u003cp\u003e\nA full-size stone compartment provides traditional sauna heat performance despite the heater's unusually slim construction.\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 Gracil is manufactured by EOS Saunatechnik with durable steel and stainless steel components for long-term residential sauna use.\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 Configurations\n\u003c\/span\u003e\n\n\u003ch2\u003e\nSelect the Right EOS Gracil for Your Sauna\n\u003c\/h2\u003e\n\n\u003cp\u003e\nSelect the finish, heating output and electrical configuration that match your sauna cabin and installation plan.\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\n\u003cth\u003eProduct Option\u003c\/th\u003e\n\n\u003cth\u003eAvailable Selections\u003c\/th\u003e\n\n\u003c\/tr\u003e\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\nFinish\n\u003c\/td\u003e\n\n\u003ctd\u003e\nBlack or Anthracite\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\nHeater Output\n\u003c\/td\u003e\n\n\u003ctd\u003e\n6 kW, 7.5 kW or 9 kW\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\nVoltage \/ Phase\n\u003c\/td\u003e\n\n\u003ctd\u003e\n240V \/ 2PH or 208V \/ 3PH Commercial\n\u003c\/td\u003e\n\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 must be matched to sauna cabin construction, usable interior volume, glass area, insulation, ventilation and electrical service. Have the final selection confirmed by your sauna designer, equipment supplier and licensed electrician 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\nChoose 6 kW, 7.5 kW or 9 kW\n\u003c\/h2\u003e\n\n\u003cp\u003e\nEOS provides three Gracil output levels for private sauna cabins of different sizes. The room ranges below are manufacturer guidance and assume a properly constructed sauna with the minimum required ceiling height and ventilation.\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\n\u003cth\u003eHeater Output\u003c\/th\u003e\n\n\u003cth\u003eRecommended Sauna Room Volume\u003c\/th\u003e\n\n\u003cth\u003eTypical Use\u003c\/th\u003e\n\n\u003c\/tr\u003e\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\n6 kW\n\u003c\/td\u003e\n\n\u003ctd\u003e\nApproximately 213 to 300 cubic feet\n\u003c\/td\u003e\n\n\u003ctd\u003e\nSmaller private traditional sauna cabins\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\n7.5 kW\n\u003c\/td\u003e\n\n\u003ctd\u003e\nApproximately 280 to 420 cubic feet\n\u003c\/td\u003e\n\n\u003ctd\u003e\nMedium private traditional sauna cabins\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\n9 kW\n\u003c\/td\u003e\n\n\u003ctd\u003e\nApproximately 313 to 494 cubic feet\n\u003c\/td\u003e\n\n\u003ctd\u003e\nLarger private traditional sauna cabins\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003c\/tbody\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\u003cp\u003e\nCabins with substantial glass, tile, stone or other non-insulated surfaces may require additional sizing consideration. Do not choose solely from exterior cabin dimensions.\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\nRequired Components\n\u003c\/span\u003e\n\n\u003ch2\u003e\nComplete the EOS Gracil Sauna System\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe EOS Gracil is an externally controlled electric sauna heater. It does not include an onboard sauna controller and cannot operate as a complete system by itself.\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: Compatible EOS Control\n\u003c\/h3\u003e\n\n\u003cp\u003e\nChoose a compatible EOS control interface for temperature adjustment, operating time and supported sauna functions.\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: Compatible EOS Power Box\n\u003c\/h3\u003e\n\n\u003cp\u003e\nA compatible EOS Power Box provides the high-voltage switching and electrical interface between the selected control and sauna heater.\n\u003c\/p\u003e\n\n\u003cp\u003e\n\u003ca href=\"\/products\/eos-power-box-sauna-controls\"\u003e\nShop the EOS Power Box for Sauna Controls\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\nRequired: Sauna Stones\n\u003c\/h3\u003e\n\n\u003cp\u003e\nApproximately 44 pounds of properly sized sauna stones are required. Sauna stones are optional and are not listed as part of the standard heater package.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nProfessional Electrical Installation\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe fixed high-voltage connection must be completed by a qualified electrician using the correct circuit protection, copper conductors and installation requirements for the selected model.\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\u003eNo Power Extension Box Required:\u003c\/strong\u003e According to the EOS Gracil technical data, the 6 kW, 7.5 kW and 9 kW configurations do not require an EOS Power Extension Box when installed with the appropriate compatible control and Power Box.\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\nDesign Details\n\u003c\/span\u003e\n\n\u003ch2\u003e\nEngineered for Modern Sauna Architecture\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\nFlat Rear Profile\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe heater's flat back and recessed connection area help create a neat installation with fewer protruding components.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nDurable Metal Construction\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe outer and inner shells are made from steel, while the rock store, feet and top cover incorporate stainless steel components.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nOptional Safety Guard Rail\n\u003c\/h3\u003e\n\n\u003cp\u003e\nA compatible wooden safety guard rail is available separately. A suitable protective guard must be incorporated into the completed cabin installation.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nPerformance\n\u003c\/span\u003e\n\n\u003ch2\u003e\nEfficient Heating with Traditional Sauna Steam\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe EOS Gracil was engineered to combine fast, even heat with the authentic bathing experience of a traditional Finnish sauna. Its generous stone compartment allows heat to be stored within the sauna stones rather than relying solely on direct radiant heat from the heating elements.\n\u003c\/p\u003e\n\n\u003cp\u003e\nWhen water is poured over properly heated sauna stones, the stored energy creates the soft, humid steam known as \u003cem\u003elöyly\u003c\/em\u003e, producing the comfortable warmth and humidity that many sauna enthusiasts prefer.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__grid\"\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nLarge Stone Capacity\n\u003c\/h3\u003e\n\n\u003cp\u003e\nApproximately 44 pounds of sauna stones help stabilize temperatures while providing consistent steam production throughout the sauna session.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nBalanced Heat Distribution\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe slim heater body promotes natural air circulation around the heater, encouraging even heating throughout the sauna room.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nTraditional Steam\n\u003c\/h3\u003e\n\n\u003cp\u003e\nDesigned specifically for water application to sauna stones, producing the classic steam experience expected from a traditional electric sauna.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nElectrical Configurations\n\u003c\/span\u003e\n\n\u003ch2\u003e\nResidential and Commercial Voltage Options\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe EOS Gracil is available in electrical configurations to match both residential and commercial sauna installations. Always verify available electrical service before selecting a heater.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__grid\"\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\n240V \/ 2PH\n\u003c\/h3\u003e\n\n\u003cp\u003e\nDesigned for compatible residential electrical systems utilizing 240-volt service. Available in 6 kW, 7.5 kW and 9 kW models.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\n208V \/ 3PH\n\u003c\/h3\u003e\n\n\u003cp\u003e\nDesigned for compatible commercial three-phase electrical systems commonly found in health clubs, hotels, spas, athletic facilities and institutional wellness centers.\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\n\u003cstrong\u003eImportant:\u003c\/strong\u003e\n\nVoltage, phase and heater model must all match the available electrical service. A licensed electrician should verify compatibility before installation.\n\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nConstruction\n\u003c\/span\u003e\n\n\u003ch2\u003e\nPremium German Materials\n\u003c\/h2\u003e\n\n\u003cp\u003e\nEvery EOS Gracil heater is manufactured using corrosion-resistant materials intended for years of dependable sauna use.\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\n\u003cth\u003eComponent\u003c\/th\u003e\n\n\u003cth\u003eConstruction\u003c\/th\u003e\n\n\u003c\/tr\u003e\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\nOuter Housing\n\u003c\/td\u003e\n\n\u003ctd\u003e\nPowder-coated steel\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\nInner Housing\n\u003c\/td\u003e\n\n\u003ctd\u003e\nGalvanized steel\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\nRock Store\n\u003c\/td\u003e\n\n\u003ctd\u003e\nStainless steel\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\nTop Cover\n\u003c\/td\u003e\n\n\u003ctd\u003e\nBrushed stainless steel\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\nSupport Feet\n\u003c\/td\u003e\n\n\u003ctd\u003e\nStainless steel\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003c\/tbody\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\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 Gracil 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\n\u003cth\u003e\nInstallation Type\n\u003c\/th\u003e\n\n\u003ctd\u003e\nFreestanding floor-mounted\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003e\nAvailable Outputs\n\u003c\/th\u003e\n\n\u003ctd\u003e\n6 kW, 7.5 kW, 9 kW\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003e\nAvailable Finishes\n\u003c\/th\u003e\n\n\u003ctd\u003e\nBlack or Anthracite\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003e\nAvailable Electrical Service\n\u003c\/th\u003e\n\n\u003ctd\u003e\n240V \/ 2PH or 208V \/ 3PH\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003e\nStone Capacity\n\u003c\/th\u003e\n\n\u003ctd\u003e\nApproximately 44 lbs\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003e\nHeater Width\n\u003c\/th\u003e\n\n\u003ctd\u003e\n15.7 in\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003e\nHeater Depth\n\u003c\/th\u003e\n\n\u003ctd\u003e\n9.8 in\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003e\nHeater Height\n\u003c\/th\u003e\n\n\u003ctd\u003e\n31.9 in\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003e\nMinimum Ceiling Height\n\u003c\/th\u003e\n\n\u003ctd\u003e\n75 in\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003e\nConstruction\n\u003c\/th\u003e\n\n\u003ctd\u003e\nSteel with stainless steel components\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003e\nCountry of Manufacture\n\u003c\/th\u003e\n\n\u003ctd\u003e\nGermany\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003e\nWarranty\n\u003c\/th\u003e\n\n\u003ctd\u003e\n2 Years\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003c\/tbody\u003e\n\n\u003c\/table\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nInstallation\n\u003c\/span\u003e\n\n\u003ch2\u003e\nProfessional Installation Recommended\n\u003c\/h2\u003e\n\n\u003cp\u003e\nProper heater installation is essential for safe sauna operation and long-term performance. The EOS Gracil should be installed in accordance with the official installation manual and all applicable electrical codes.\n\u003c\/p\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\u003cp\u003e\nVerify the sauna room size and select the correct heater output.\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\u003cp\u003e\nConfirm the available voltage and phase before ordering the heater.\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\u003cp\u003e\nInstall the compatible EOS control system and matching EOS 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\u003cp\u003e\nLoad the required sauna stones, verify safety clearances and complete commissioning before first use.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nDownloads\n\u003c\/span\u003e\n\n\u003ch2\u003e\nInstallation and Product Documentation\n\u003c\/h2\u003e\n\n\u003cp\u003e\nDownload the official EOS documentation for sizing, installation, wiring, maintenance and operating instructions.\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 Gracil Data Sheet\n\u003c\/h3\u003e\n\n\u003cp\u003e\nProduct dimensions, heater sizing, technical specifications and electrical information.\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-Gracil-Data-Sheet.pdf?v=1784994143\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n\nDownload Data Sheet\n\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv class=\"mlhs-product__document\"\u003e\n\n\u003cdiv class=\"mlhs-product__document-copy\"\u003e\n\n\u003ch3\u003e\nInstruction \u0026amp; Operation Manual\n\u003c\/h3\u003e\n\n\u003cp\u003e\nComplete installation instructions, wiring requirements, maintenance recommendations and operating guidelines.\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-Gracil-IOM.pdf?v=1784994143\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n\nDownload Manual\n\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\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\nYour EOS Sauna Equipment Experts\n\u003c\/h2\u003e\n\n\u003cp\u003e\nChoosing the right sauna heater involves much more than selecting a kilowatt rating. Our team helps ensure every component works together before your order ships.\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\nComplete System Support\n\u003c\/h3\u003e\n\n\u003cp\u003e\nWe help match your heater, control, Power Box and accessories for a complete EOS sauna solution.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nKnowledgeable Guidance\n\u003c\/h3\u003e\n\n\u003cp\u003e\nWhether you're building a private home sauna or a commercial wellness facility, we'll help identify the proper configuration.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nVeteran-Owned Company\n\u003c\/h3\u003e\n\n\u003cp\u003e\nMy Luxury Home Spa proudly serves homeowners, builders, architects and commercial wellness professionals throughout North America.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\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\nGerman Engineering. Traditional Sauna Performance.\n\u003c\/span\u003e\n\n\u003ch2\u003e\nBuild Your EOS Gracil Sauna System\n\u003c\/h2\u003e\n\n\u003cp\u003e\nSelect your finish, heater output and electrical configuration, then complete your system with the compatible EOS control and Power Box for dependable sauna performance.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__buttons\"\u003e\n\n\u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"#product-form\"\u003e\n\nChoose Your Heater\n\n\u003c\/a\u003e\n\n\u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/pages\/contact-us\"\u003e\n\nTalk with an Expert\n\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\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 Gracil Sauna Heater FAQs\n\u003c\/h2\u003e\n\n\u003cp\u003e\nFind answers about heater sizing, electrical configurations, required controls, sauna stones, installation and maintenance for the EOS Gracil electric sauna heater.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__faq\"\u003e\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nWhat makes the EOS Gracil different from other sauna heaters?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe EOS Gracil combines a slim freestanding design with a substantial sauna stone compartment. Its approximately 9.8-inch depth helps preserve usable floor space while supporting traditional dry-sauna heat and steam from water applied to properly heated 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\nWhich EOS Gracil heater size do I need?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe correct output depends on the heated interior volume of the sauna, insulation, ceiling height, ventilation and the amount of glass, tile, stone or other non-insulated material in the room.\n\u003c\/p\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003e6 kW: approximately 213 to 300 cubic feet\u003c\/li\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\nThese are manufacturer sizing guidelines. The final heater selection should be confirmed for the specific sauna design before ordering.\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 glass affect the sauna heater size I need?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nYes. Glass doors, glass walls, tile, masonry and other non-insulated surfaces increase heat loss and may require a larger heater than the basic room volume alone would suggest. These surfaces should be included when determining the effective heated volume of the sauna.\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 the difference between the 240V \/ 2PH and 208V \/ 3PH options?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe 240V \/ 2PH configuration is intended for compatible installations using 240-volt electrical service. It is commonly selected for residential sauna projects and certain light commercial applications.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThe 208V \/ 3PH configuration is designed for facilities with 208-volt three-phase electrical service, including many commercial, hospitality, fitness and institutional sauna installations.\n\u003c\/p\u003e\n\n\u003cp\u003e\nA licensed electrician should confirm the available voltage and phase before the heater is ordered.\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 use a 208V heater with 240V electrical service?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nNo. The selected heater, Power Box, control system, circuit protection and building electrical service must have compatible voltage and phase ratings. Do not install a heater on an electrical supply that does not match its approved specifications.\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 EOS Gracil have a built-in control?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nNo. The EOS Gracil is an externally controlled sauna heater and requires a compatible EOS control system and matching Power Box. The control interface and Power Box 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\nWhich sauna controls are compatible with the EOS Gracil?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe Gracil can be incorporated into an approved EOS sauna system using a compatible controller such as the EOS Touch 3 or EOS EmoTec D. The selected control must be paired with the correct Power Box and electrical configuration.\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\nShop the EOS 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\nShop the EOS EmoTec D Digital Sauna Control\n\u003c\/a\u003e\n\u003c\/li\u003e\n\n\u003c\/ul\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 an EOS Power Box required?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nYes. A compatible EOS Power Box provides the power switching and electrical connection between the external sauna control and the Gracil heater. Select the Power Box according to the heater output, voltage, phase and overall system design.\n\u003c\/p\u003e\n\n\u003cp\u003e\n\u003ca href=\"\/products\/eos-power-box-sauna-controls\"\u003e\nShop the EOS Power Box for Sauna Controls\n\u003c\/a\u003e\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 EOS Gracil require a Power Extension Box?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe standard 6 kW, 7.5 kW and 9 kW Gracil configurations do not require an EOS Power Extension Box when paired with the appropriate compatible control and Power Box. The completed electrical design should still be verified before installation.\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 with the EOS Gracil?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nSauna stones are not listed as part of the standard heater package and should be purchased separately. The Gracil holds approximately 44 pounds of properly sized sauna 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\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. The EOS Gracil is designed for traditional dry-sauna operation, including controlled application of water to properly heated sauna stones. Use clean water and follow the instructions in the official operation manual. Do not pour excessive amounts of water over the heater.\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 space does the EOS Gracil require?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe heater measures approximately 15.7 inches wide, 9.8 inches deep and 31.9 inches high. Required clearances from walls, benches, guards and other surfaces must be maintained according to the official installation manual.\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 safety guard rail?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nA suitable heater guard should be incorporated into the sauna design to help prevent accidental contact with hot surfaces. The guard must be positioned so it does not interfere with required clearances, ventilation or safe heater operation.\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 EOS Gracil be installed against a glass wall?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nIts slim body and flat rear profile make the Gracil well suited to modern cabins with glass features. However, installation near glass must still comply with all manufacturer clearances, ventilation requirements and applicable building and electrical codes.\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 EOS Gracil be installed outdoors?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe heater is intended for installation inside a properly constructed sauna room. It should not be exposed directly to rain, snow, standing water or outdoor weather. An outdoor sauna structure must provide the protected interior environment required by the heater and control-system 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\nCan I install the heater myself?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe physical sauna layout should follow the official EOS installation instructions, and all fixed electrical wiring must be completed by a qualified electrician. The installer must verify the heater output, voltage, phase, circuit protection, conductor sizing, control system, clearances and ventilation.\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 type of ventilation does the sauna need?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe sauna requires correctly positioned fresh-air intake and exhaust ventilation to support heater performance, temperature distribution and occupant comfort. Ventilation openings should be planned according to the sauna-room design and the EOS installation manual.\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 installed?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nRinse dust from the stones before loading them. Place the stones loosely around the heating elements so air can circulate through the stone compartment. Do not wedge stones tightly against the elements or block airflow through the heater.\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 often should the sauna stones be inspected?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nInspect the stones periodically for cracking, crumbling and settling. Remove stone debris, replace damaged stones and restack the remaining stones loosely to preserve airflow. Inspection frequency may need to increase in frequently used or commercial saunas.\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 system and the compatible EOS App Module. Approved remote-start safety equipment may also be required.\n\u003c\/p\u003e\n\n\u003cp\u003e\n\u003ca href=\"\/products\/eos-spa-control-remote-connectivity-module\"\u003e\nShop the EOS App Module\n\u003c\/a\u003e\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 EOS Gracil heater?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe package includes the selected EOS Gracil electric sauna heater and manufacturer documentation. The external sauna control, Power Box, sauna stones, electrical materials, safety guard and optional connectivity accessories are sold separately unless specifically stated otherwise.\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 EOS Gracil include?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe EOS Gracil includes a two-year manufacturer warranty, subject to the manufacturer's terms, approved installation, proper electrical configuration, 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 makes the EOS Gracil different from other sauna heaters?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Gracil combines a slim freestanding design with a substantial sauna stone compartment. Its approximately 9.8-inch depth helps preserve usable floor space while supporting traditional dry-sauna heat and steam.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which EOS Gracil heater size do I need?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The correct output depends on sauna volume, insulation, ceiling height, ventilation and non-insulated surfaces. Manufacturer guidance is approximately 213 to 300 cubic feet for 6 kW, 280 to 420 cubic feet for 7.5 kW and 313 to 494 cubic feet for 9 kW.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does glass affect the sauna heater size I need?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Glass, tile, masonry and other non-insulated surfaces increase heat loss and may require a larger heater than basic room volume alone would suggest.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the difference between the 240V \/ 2PH and 208V \/ 3PH options?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The 240V \/ 2PH configuration is intended for compatible installations using 240-volt service. The 208V \/ 3PH configuration is designed for facilities with compatible 208-volt three-phase electrical service.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I use a 208V heater with 240V electrical service?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The heater, Power Box, control system, circuit protection and building electrical service must have compatible voltage and phase ratings.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the EOS Gracil have a built-in control?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The EOS Gracil is externally controlled and requires a compatible EOS sauna control and matching Power Box, both sold separately.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which sauna controls are compatible with the EOS Gracil?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Gracil can be incorporated into an approved EOS sauna system using a compatible controller such as the EOS Touch 3 or EOS EmoTec D. The selected control must be paired with the correct Power Box.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is an EOS Power Box required?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. A compatible EOS Power Box provides the power switching and electrical connection between the external sauna control and the Gracil heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the EOS Gracil require a Power Extension Box?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The standard 6 kW, 7.5 kW and 9 kW Gracil configurations do not require an EOS Power Extension Box when paired with the appropriate compatible control and Power Box.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are sauna stones included with the EOS Gracil?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Sauna stones are not listed as part of the standard heater package and should be purchased separately. The Gracil holds approximately 44 pounds of sauna stones.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can water be poured over the stones?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The EOS Gracil is designed for controlled application of clean water to properly heated sauna stones. Follow the official operating instructions and do not use excessive amounts of water.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How much space does the EOS Gracil require?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The heater measures approximately 15.7 inches wide, 9.8 inches deep and 31.9 inches high. Manufacturer-required safety clearances must also be maintained.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the heater require a safety guard rail?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A suitable heater guard should be incorporated into the sauna design to help prevent accidental contact with hot surfaces while maintaining required clearances and airflow.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS Gracil be installed against a glass wall?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The slim body and flat rear profile suit modern cabins with glass features, but the installation must comply with all manufacturer clearances, ventilation requirements and applicable codes.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS Gracil be installed outdoors?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The heater must be installed inside a properly constructed and protected sauna room. It should not be exposed directly to rain, snow, standing water or outdoor weather.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I install the heater myself?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"All fixed electrical wiring must be completed by a qualified electrician. The complete installation must follow the official EOS instructions and applicable electrical and building codes.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What type of ventilation does the sauna need?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The sauna requires correctly positioned fresh-air intake and exhaust ventilation to support heater performance, temperature distribution and occupant comfort.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How should the sauna stones be installed?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Rinse the stones before loading and place them loosely around the heating elements so air can circulate. Do not wedge stones tightly against the elements or block airflow.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How often should the sauna stones be inspected?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Inspect the stones periodically for cracking, crumbling and settling. Remove debris, replace damaged stones and restack the stones loosely to preserve airflow.\"\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 EOS App Module. Approved remote-start safety equipment may also be required.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is included with the EOS Gracil heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The package includes the selected EOS Gracil electric sauna heater and manufacturer documentation. The control, Power Box, stones, electrical materials, safety guard and optional accessories are sold separately unless stated otherwise.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What warranty does the EOS Gracil include?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Gracil includes a two-year manufacturer warranty, subject to the manufacturer's terms, approved installation, proper electrical configuration, intended use and required maintenance.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"EOS","offers":[{"title":"Black \/ 6 kW \/ 240V \/ 2PH","offer_id":50755596779749,"sku":"14-947988","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Black \/ 6 kW \/ 208V \/ 3PH","offer_id":50755596812517,"sku":"14-947985","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Black \/ 7.5 kW \/ 240V \/ 2PH","offer_id":50755596845285,"sku":"14-947989","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Black \/ 7.5 kW \/ 208V \/ 3PH","offer_id":50755596878053,"sku":"14-947986","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Black \/ 9 kW \/ 240V \/ 2PH","offer_id":50755596910821,"sku":"14-947985","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Black \/ 9 kW \/ 208V \/ 3PH","offer_id":50755596943589,"sku":"14-947987","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Anthracite \/ 6 kW \/ 240V \/ 2PH","offer_id":50755596976357,"sku":"14-947534","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Anthracite \/ 6 kW \/ 208V \/ 3PH","offer_id":50755597009125,"sku":"14-947531","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Anthracite \/ 7.5 kW \/ 240V \/ 2PH","offer_id":50755597041893,"sku":"14-947535","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Anthracite \/ 7.5 kW \/ 208V \/ 3PH","offer_id":50755597074661,"sku":"14-947532","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Anthracite \/ 9 kW \/ 240V \/ 2PH","offer_id":50755597107429,"sku":"14-947536","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Anthracite \/ 9 kW \/ 208V \/ 3PH","offer_id":50755597140197,"sku":"14-947533","price":7725.71,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/EOS-Gracil-4.jpg?v=1784994410","url":"https:\/\/myluxuryhomespa.com\/products\/eos-gracil-electric-sauna-heater","provider":"My Luxury Home Spa","version":"1.0","type":"link"}