{"product_id":"eos-gracil-w-wall-mounted-electric-sauna-heater","title":"EOS Gracil W Wall-Mounted Electric Sauna Heater","description":"\u003cstyle\u003e\n  .mlhs-product {\n    --mlhs-primary: #202020;\n    --mlhs-primary-dark: #111111;\n    --mlhs-accent: #a58955;\n    --mlhs-accent-dark: #80683f;\n    --mlhs-text: #2c2c2c;\n    --mlhs-muted: #66645f;\n    --mlhs-background: #ffffff;\n    --mlhs-background-soft: #f6f5f2;\n    --mlhs-background-warm: #eeece7;\n    --mlhs-border: #dedbd4;\n    --mlhs-white: #ffffff;\n    --mlhs-radius: 16px;\n    --mlhs-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);\n\n    width: 100%;\n    color: var(--mlhs-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .mlhs-product *,\n  .mlhs-product *::before,\n  .mlhs-product *::after {\n    box-sizing: border-box;\n  }\n\n  .mlhs-product h2,\n  .mlhs-product h3,\n  .mlhs-product h4,\n  .mlhs-product p,\n  .mlhs-product ul {\n    margin-top: 0;\n  }\n\n  .mlhs-product h2 {\n    margin-bottom: 18px;\n    color: var(--mlhs-primary);\n    font-size: clamp(1.75rem, 3vw, 2.45rem);\n    font-weight: 500;\n    line-height: 1.2;\n    letter-spacing: -0.025em;\n  }\n\n  .mlhs-product h3 {\n    margin-bottom: 10px;\n    color: var(--mlhs-primary);\n    font-size: 1.18rem;\n    font-weight: 700;\n    line-height: 1.35;\n  }\n\n  .mlhs-product h4 {\n    margin-bottom: 10px;\n    color: var(--mlhs-primary);\n    font-size: 1.05rem;\n    font-weight: 700;\n    line-height: 1.4;\n  }\n\n  .mlhs-product p {\n    margin-bottom: 18px;\n  }\n\n  .mlhs-product a:not(.mlhs-product__button):not(.mlhs-product__document-link) {\n    color: var(--mlhs-accent-dark);\n    text-decoration-thickness: 1px;\n    text-underline-offset: 3px;\n  }\n\n  .mlhs-product a:not(.mlhs-product__button):not(.mlhs-product__document-link):hover {\n    color: var(--mlhs-primary);\n  }\n\n  .mlhs-product__hero,\n  .mlhs-product__section,\n  .mlhs-product__cta {\n    width: 100%;\n    max-width: 1180px;\n    margin: 0 auto 38px;\n    padding: clamp(28px, 5vw, 58px);\n    border-radius: var(--mlhs-radius);\n  }\n\n  .mlhs-product__hero {\n    background:\n      linear-gradient(\n        135deg,\n        rgba(17, 17, 17, 0.98),\n        rgba(42, 42, 42, 0.94)\n      );\n    color: var(--mlhs-white);\n    box-shadow: var(--mlhs-shadow);\n  }\n\n  .mlhs-product__hero h2,\n  .mlhs-product__hero h3,\n  .mlhs-product__hero h4,\n  .mlhs-product__hero p,\n  .mlhs-product__hero .mlhs-product__eyebrow {\n    color: var(--mlhs-white);\n  }\n\n  .mlhs-product__section {\n    border: 1px solid var(--mlhs-border);\n    background: var(--mlhs-background);\n  }\n\n  .mlhs-product__section:nth-of-type(even) {\n    background: var(--mlhs-background-soft);\n  }\n\n  .mlhs-product__eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: var(--mlhs-accent-dark);\n    font-size: 0.78rem;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    line-height: 1.3;\n    text-transform: uppercase;\n  }\n\n  .mlhs-product__buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 26px;\n  }\n\n  .mlhs-product a.mlhs-product__button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 13px 22px;\n    border: 2px solid transparent;\n    border-radius: 999px;\n    font-weight: 700;\n    line-height: 1.2;\n    text-align: center;\n    text-decoration: none;\n    transition:\n      transform 0.2s ease,\n      background-color 0.2s ease,\n      border-color 0.2s ease,\n      color 0.2s ease;\n  }\n\n  .mlhs-product a.mlhs-product__button:hover {\n    transform: translateY(-2px);\n  }\n\n  .mlhs-product a.mlhs-product__button--primary {\n    border-color: var(--mlhs-primary);\n    background: var(--mlhs-primary);\n    color: var(--mlhs-white);\n  }\n\n  .mlhs-product a.mlhs-product__button--primary:hover {\n    border-color: var(--mlhs-primary-dark);\n    background: var(--mlhs-primary-dark);\n    color: var(--mlhs-white);\n  }\n\n  .mlhs-product a.mlhs-product__button--secondary {\n    border-color: var(--mlhs-primary);\n    background: transparent;\n    color: var(--mlhs-primary);\n  }\n\n  .mlhs-product a.mlhs-product__button--secondary:hover {\n    background: var(--mlhs-primary);\n    color: var(--mlhs-white);\n  }\n\n  .mlhs-product__hero a.mlhs-product__button--primary {\n    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\nWall-Mounted German Sauna Heater\n\u003c\/span\u003e\n\n\u003ch2\u003e\nEOS Gracil W Wall-Mounted Electric Sauna Heater\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe EOS Gracil W brings the streamlined appearance and substantial stone capacity of the Gracil series to a space-conscious wall-mounted format. Its shallow profile, flat rear design and dedicated mounting system make it an excellent choice for modern traditional sauna rooms where preserving usable floor space is a priority.\n\u003c\/p\u003e\n\n\u003cp\u003e\nChoose from 6 kW, 7.5 kW or 9 kW heating outputs, Matte Black or Anthracite Pearl finishes, and compatible electrical configurations for residential and commercial sauna installations.\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\nPremium Sauna Performance Without Sacrificing Floor Space\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe EOS Gracil W mounts securely to a suitable sauna wall, keeping the space beneath the heater open and simplifying floor cleaning. Its refined geometric enclosure and compact depth make it especially attractive for smaller sauna rooms, glass-front cabins and contemporary wellness spaces.\n\u003c\/p\u003e\n\n\u003cp\u003e\nDespite its streamlined construction, the Gracil W accommodates approximately 44 pounds of sauna stones. The substantial stone compartment helps retain heat and supports the traditional steam experience created when water is properly applied to heated stones.\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\nWall-Mounted Design\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe supplied mounting system secures the heater directly to a structurally suitable sauna wall, helping preserve usable floor space.\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\nThe stainless steel stone compartment provides substantial thermal mass and supports traditional sauna heat and steam performance.\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 W is manufactured by EOS Saunatechnik for use in properly designed residential and commercial sauna cabins.\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\nGracil W vs. Gracil\n\u003c\/span\u003e\n\n\u003ch2\u003e\nChoose the Installation Style That Fits Your Sauna\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\u003eFeature\u003c\/th\u003e\n\u003cth\u003eEOS Gracil W\u003c\/th\u003e\n\u003cth\u003eEOS Gracil\u003c\/th\u003e\n\u003c\/tr\u003e\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eWall-mounted\u003c\/td\u003e\n\u003ctd\u003eFreestanding floor-mounted\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eApproximate Dimensions\u003c\/td\u003e\n\u003ctd\u003e29.1 in H × 19.9 in W × 10.8 in D\u003c\/td\u003e\n\u003ctd\u003e31.9 in H × 19.9 in W × 9.8 in D\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eStone Capacity\u003c\/td\u003e\n\u003ctd\u003eApproximately 44 lbs\u003c\/td\u003e\n\u003ctd\u003eApproximately 44 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eAvailable Outputs\u003c\/td\u003e\n\u003ctd\u003e6 kW, 7.5 kW and 9 kW\u003c\/td\u003e\n\u003ctd\u003e6 kW, 7.5 kW and 9 kW\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eBest For\u003c\/td\u003e\n\u003ctd\u003ePreserving floor space and creating a clean wall-mounted installation\u003c\/td\u003e\n\u003ctd\u003eFreestanding placement directly on the sauna floor\u003c\/td\u003e\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\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 Your EOS Gracil W Configuration\n\u003c\/h2\u003e\n\n\u003cp\u003e\nChoose the finish, heating output and electrical configuration that match your sauna design and available electrical service.\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\u003eProduct Option\u003c\/th\u003e\n\u003cth\u003eAvailable Selections\u003c\/th\u003e\n\u003c\/tr\u003e\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eMatte Black or Anthracite Pearl\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eHeater Output\u003c\/td\u003e\n\u003ctd\u003e6 kW, 7.5 kW or 9 kW\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eVoltage \/ Phase\u003c\/td\u003e\n\u003ctd\u003e240V \/ 2PH or 208V \/ 3PH Commercial\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 must be matched to the sauna’s usable interior volume, insulation, glass area, ceiling height and ventilation. Voltage and phase must match the building’s electrical service. Confirm the complete configuration with a qualified sauna professional 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\nThe EOS Gracil W is offered in three output levels for sauna rooms of different sizes. The manufacturer’s sizing ranges assume a properly insulated, constructed and ventilated sauna cabin.\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\u003eTypical Application\u003c\/th\u003e\n\u003c\/tr\u003e\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\u003ctd\u003e6 kW\u003c\/td\u003e\n\u003ctd\u003eApproximately 213 to 300 cu. ft.\u003c\/td\u003e\n\u003ctd\u003eSmaller traditional sauna cabins\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003e7.5 kW\u003c\/td\u003e\n\u003ctd\u003eApproximately 280 to 420 cu. ft.\u003c\/td\u003e\n\u003ctd\u003eMedium traditional sauna cabins\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003e9 kW\u003c\/td\u003e\n\u003ctd\u003eApproximately 313 to 494 cu. ft.\u003c\/td\u003e\n\u003ctd\u003eLarger traditional sauna cabins\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\nGlass doors, glass walls, tile, stone and other non-insulated surfaces increase heat loss and may require additional heater-sizing consideration.\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 Your EOS Gracil W Sauna System\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe EOS Gracil W is an externally controlled electric sauna heater. A compatible EOS control, matching EOS Power Box and properly sized sauna stones are required for a complete operating system.\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 a compatible external control for temperature, 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: EOS Power Box\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe Power Box provides the high-voltage switching and electrical interface between the external sauna control and the Gracil W 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\nThe Gracil W requires approximately 44 pounds of properly sized sauna stones. Stones are sold separately unless specifically stated otherwise.\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\nThe wall structure must be suitable for mounting the heater, and all fixed high-voltage electrical connections must be completed by a qualified electrician.\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 Standard 6 kW, 7.5 kW and 9 kW Gracil W configurations do not require an EOS Power Extension Box when paired with the appropriate compatible control and primary 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\nOptional Connectivity\n\u003c\/span\u003e\n\n\u003ch2\u003e\nAdd Remote Access to an Eligible EOS Control System\n\u003c\/h2\u003e\n\n\u003cp\u003e\nA compatible EOS control system may be connected to the EOS App Module for supported smartphone monitoring and control. Approved remote-start safety equipment may also be required.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__buttons\"\u003e\n\n\u003ca class=\"mlhs-product__button mlhs-product__button--primary\" href=\"\/products\/eos-spa-control-remote-connectivity-module\"\u003e\nShop the EOS App Module\n\u003c\/a\u003e\n\n\u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/products\/eos-eosafe-remote-start-safety-system\"\u003e\nView EOSafe\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\nTraditional Sauna Performance\n\u003c\/span\u003e\n\n\u003ch2\u003e\nBalanced Heat From a Space-Saving Wall-Mounted Heater\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe EOS Gracil W is designed for traditional Finnish-style sauna bathing. Its heating elements warm the surrounding sauna stones, helping create consistent heat throughout the cabin.\n\u003c\/p\u003e\n\n\u003cp\u003e\nWith approximately 44 pounds of stone capacity, the Gracil W provides substantial thermal mass despite its slim wall-mounted design. Once the stones are properly heated, controlled amounts of clean water may be applied to create steam and temporarily increase the perceived intensity of the sauna.\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\nBalanced Heat\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe open stone compartment and properly positioned heating elements support airflow and heat circulation throughout a correctly designed sauna cabin.\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\nWater may be applied to properly heated sauna stones according to the manufacturer’s operating instructions.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nEfficient Use of Space\n\u003c\/h3\u003e\n\n\u003cp\u003e\nWall mounting preserves floor space and creates a clean installation suitable for compact and modern sauna rooms.\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\nElectrical Configurations\n\u003c\/span\u003e\n\n\u003ch2\u003e\nResidential and Commercial Voltage Options\n\u003c\/h2\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\nThe 240V \/ 2PH option is intended for compatible installations equipped with the appropriate 240-volt electrical service.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\n208V \/ 3PH Commercial\n\u003c\/h3\u003e\n\n\u003cp\u003e\nThe 208V \/ 3PH configuration is intended for compatible commercial three-phase electrical systems commonly found in hospitality, fitness, wellness and institutional facilities.\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\u003eElectrical verification required:\u003c\/strong\u003e The heater, EOS control, Power Box, circuit protection, conductor sizing and building electrical service must all have compatible voltage and phase ratings. Final electrical design and installation must be completed by a qualified electrician.\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\nConstruction\n\u003c\/span\u003e\n\n\u003ch2\u003e\nDurable Materials for a Refined Sauna Interior\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\u003eComponent\u003c\/th\u003e\n\u003cth\u003eConstruction\u003c\/th\u003e\n\u003c\/tr\u003e\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eOuter Housing\u003c\/td\u003e\n\u003ctd\u003eSteel with Matte Black or Anthracite Pearl finish\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eInner Housing\u003c\/td\u003e\n\u003ctd\u003eSteel\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eTop Protection\u003c\/td\u003e\n\u003ctd\u003eStainless steel protective grill\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eStone Compartment\u003c\/td\u003e\n\u003ctd\u003eStainless steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eTerminal Box\u003c\/td\u003e\n\u003ctd\u003eRecessed into the heater housing\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eWall-mounted using the supplied mounting system\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003ctd\u003eDebris Collection\u003c\/td\u003e\n\u003ctd\u003eCollection tray beneath the heater\u003c\/td\u003e\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\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 W 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\u003eWall-mounted 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\u003e6 kW, 7.5 kW and 9 kW\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eAvailable Finishes\u003c\/th\u003e\n\u003ctd\u003eMatte Black and Anthracite Pearl\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eElectrical Options\u003c\/th\u003e\n\u003ctd\u003e240V \/ 2PH or 208V \/ 3PH\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eDimensions\u003c\/th\u003e\n\u003ctd\u003eApproximately 29.1 in H × 19.9 in W × 10.8 in D\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eStone Capacity\u003c\/th\u003e\n\u003ctd\u003eApproximately 44 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eRecommended Sauna Volume\u003c\/th\u003e\n\u003ctd\u003eApproximately 213 to 494 cu. ft., depending on heater output\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eInstallation\u003c\/th\u003e\n\u003ctd\u003eWall-mounted\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\u003ePower Box\u003c\/th\u003e\n\u003ctd\u003eCompatible EOS Power Box required\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003ePower Extension Box\u003c\/th\u003e\n\u003ctd\u003eNot required for standard 6 kW, 7.5 kW or 9 kW configurations\u003c\/td\u003e\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\u003cth\u003eIntended Environment\u003c\/th\u003e\n\u003ctd\u003eInside a properly constructed and protected sauna cabin\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 dimensions and sizing information are provided for preliminary planning. Required clearances, ventilation openings, electrical specifications and mounting details must be confirmed in the official installation manual before construction or installation 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\nInstallation Planning\n\u003c\/span\u003e\n\n\u003ch2\u003e\nProfessional Wall Mounting and Electrical Installation Required\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe EOS Gracil W must be mounted to a structurally suitable sauna wall using the manufacturer’s mounting system. The completed installation must maintain all required clearances from walls, benches, guard rails, the ceiling and other surfaces.\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\u003ch4\u003e\nConfirm Heater Size\n\u003c\/h4\u003e\n\n\u003cp\u003e\nCalculate the usable interior volume and account for glass, tile, stone and other non-insulated 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\nVerify Wall Support\n\u003c\/h4\u003e\n\n\u003cp\u003e\nConfirm that the wall and internal framing can safely support the heater, stones and mounting system.\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\nPlan the System\n\u003c\/h4\u003e\n\n\u003cp\u003e\nSelect the compatible EOS control, Power Box, circuit protection, wiring and optional connectivity components.\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 Installation\n\u003c\/h4\u003e\n\n\u003cp\u003e\nHave the heater, control system and fixed electrical connections 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 Ventilation\n\u003c\/span\u003e\n\n\u003ch2\u003e\nPlan the Sauna Cabin Before Installation\n\u003c\/h2\u003e\n\n\u003cp\u003e\nCorrect airflow and safety clearances are essential for reliable heater performance. The sauna cabin must include properly positioned fresh-air intake and exhaust openings that remain unobstructed during operation.\n\u003c\/p\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003eMaintain all clearances shown in the official installation manual.\u003c\/li\u003e\n\n\u003cli\u003eProvide properly positioned fresh-air intake and exhaust openings.\u003c\/li\u003e\n\n\u003cli\u003eDo not obstruct airflow through or around the heater.\u003c\/li\u003e\n\n\u003cli\u003eDo not install the heater beneath a sauna bench unless specifically approved.\u003c\/li\u003e\n\n\u003cli\u003eInstall a suitable heater guard without violating required clearances.\u003c\/li\u003e\n\n\u003cli\u003eKeep towels, clothing, buckets and other objects away from 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\nSauna Stone Installation\n\u003c\/span\u003e\n\n\u003ch2\u003e\nProper Stone Placement Supports Heater Performance\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe Gracil W requires approximately 44 pounds of properly sized sauna stones approved for electric sauna-heater use.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__grid\"\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nBefore Loading\n\u003c\/h3\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003eRinse dust and loose debris from the stones.\u003c\/li\u003e\n\n\u003cli\u003eAllow excess water to drain before loading.\u003c\/li\u003e\n\n\u003cli\u003eRemove cracked, soft or crumbling stones.\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\nWhile Loading\n\u003c\/h3\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003ePlace stones loosely between and around the heating elements.\u003c\/li\u003e\n\n\u003cli\u003eMaintain spaces for heated air to circulate.\u003c\/li\u003e\n\n\u003cli\u003eDo not wedge stones tightly against the elements.\u003c\/li\u003e\n\n\u003cli\u003eDo not operate the heater without stones.\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\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 Gracil W sauna heater in the selected configuration\u003c\/li\u003e\n\n\u003cli\u003eProtective top grill\u003c\/li\u003e\n\n\u003cli\u003eWall-mounting system\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\u003eApproximately 44 pounds of sauna stones\u003c\/li\u003e\n\n\u003cli\u003eHeater safety guard\u003c\/li\u003e\n\n\u003cli\u003eElectrical wiring and installation materials\u003c\/li\u003e\n\n\u003cli\u003eOptional EOS App Module and remote-start safety equipment\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/article\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nProduct Documents\n\u003c\/span\u003e\n\n\u003ch2\u003e\nDownload EOS Gracil W Technical Information\n\u003c\/h2\u003e\n\n\u003cp\u003e\nReview the manufacturer documents with your sauna 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 Gracil Series Data Sheet\n\u003c\/h3\u003e\n\n\u003cp\u003e\nReview heater outputs, dimensions, construction details, sauna sizing guidance and available configurations.\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\"\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 Gracil and Gracil W Installation and Operating Manual\n\u003c\/h3\u003e\n\n\u003cp\u003e\nReview mounting instructions, required clearances, electrical diagrams, stone loading, operation, maintenance and safety 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-IOM.pdf?v=1784994143\" 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\nExpert Support 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 identify the heater output, voltage, control and Power Box options that fit your planned sauna system.\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 your compatible heater, control equipment and supporting components from 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, transparent 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\nBuild Your Sauna System\n\u003c\/span\u003e\n\n\u003ch2\u003e\nChoose Your EOS Gracil W Configuration\n\u003c\/h2\u003e\n\n\u003cp\u003e\nSelect your preferred finish, heater output and electrical configuration. Contact My Luxury Home Spa when you need help matching the heater with the correct 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\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 W Sauna Heater FAQs\n\u003c\/h2\u003e\n\n\u003cp\u003e\nFind answers about Gracil W sizing, wall mounting, electrical configurations, required controls, sauna stones, installation and maintenance.\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 is the EOS Gracil W?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe EOS Gracil W is a slim, wall-mounted electric sauna heater designed for traditional Finnish-style sauna rooms. It is available in 6 kW, 7.5 kW and 9 kW outputs for sauna cabins up to approximately 494 cubic 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\nWhat is the difference between the EOS Gracil W and EOS Gracil?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe EOS Gracil W mounts to a structurally suitable sauna wall, while the standard EOS Gracil is a freestanding floor-mounted heater. Both offer the same general output range and approximately 44 pounds of sauna stone capacity.\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 W 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\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\nFinal sizing also depends on insulation, ceiling height, ventilation and the amount of glass, tile, stone or other non-insulated material in 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\nDoes glass affect the 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 room’s basic interior volume would otherwise suggest.\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 EOS Gracil W?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe EOS Gracil W measures approximately 29.1 inches high, 19.9 inches wide and 10.8 inches deep. Required safety clearances must be added when planning the 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\nHow is the EOS Gracil W mounted?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe heater mounts to a structurally suitable sauna wall using the manufacturer’s mounting system. The wall and its internal framing must support the combined operating weight of the heater and 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 the Gracil W be installed on any sauna wall?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nNo. The mounting surface and framing must be structurally suitable for the heater’s operating weight and heat exposure. Do not mount the heater only to thin decorative paneling without adequate support behind it.\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 Matte Black and Anthracite Pearl?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nMatte Black is a deep neutral black. Anthracite Pearl is a very dark charcoal gray with slightly more visual depth under different lighting. The difference is cosmetic and does not affect heater performance.\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 240V \/ 2PH and 208V \/ 3PH?\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 240-volt electrical systems. The 208V \/ 3PH version is designed for compatible three-phase electrical systems frequently found in commercial facilities.\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 a 208V heater be connected to 240V electrical service?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nNo. The heater, control, Power Box, circuit protection and wiring must all match the voltage and phase of the building’s 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\nDoes the EOS Gracil W 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 W requires a compatible external EOS sauna control and matching EOS Power Box. These components 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 controls can be used with the EOS Gracil W?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nCompatible options include the EOS EmoTec D and appropriately configured EOS Touch 3 systems. Control compatibility must be confirmed with the selected heater output, voltage and Power Box.\n\u003c\/p\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003e\n\u003ca href=\"\/products\/eos-emotec-d-digital-sauna-control\"\u003e\nShop the EOS EmoTec D\n\u003c\/a\u003e\n\u003c\/li\u003e\n\n\u003cli\u003e\n\u003ca href=\"\/products\/eos-touch-3-digital-touchscreen-sauna-control\"\u003e\nShop the EOS Touch 3\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 high-voltage switching and electrical interface between the external sauna control and the Gracil W heater.\n\u003c\/p\u003e\n\n\u003cp\u003e\n\u003ca href=\"\/products\/eos-power-box-sauna-controls\"\u003e\nShop the EOS Power Box\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 Gracil W require an EOS Power Extension Box?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nStandard 6 kW, 7.5 kW and 9 kW Gracil W configurations do not require an additional Power Extension Box when paired with the appropriate control and primary Power Box.\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\nSauna stones are sold separately unless specifically stated otherwise. The EOS Gracil W 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\nHow should the sauna stones be loaded?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nRinse the stones and place them loosely between and around the heating elements. Do not wedge them tightly against the elements, block airflow or operate the heater without 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. Clean water may be applied in controlled amounts to properly heated stones according to the official EOS operating instructions.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nIs a heater guard required?\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. It must maintain all required clearances and must not obstruct airflow.\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 W be installed outdoors?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe heater must be installed inside a properly constructed and protected sauna cabin. It should not be exposed directly to rain, snow, standing water or outdoor weather.\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 with an eligible EOS control and 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\nCan I install the EOS Gracil W myself?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe mounting and sauna layout must follow the official EOS instructions. All fixed electrical wiring, control connections 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 EOS Gracil W?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe standard package includes the selected Gracil W heater, top grill, mounting system and manufacturer documentation. The control, Power Box, stones, electrical materials and optional accessories are sold separately.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nWhat warranty does the EOS Gracil W include?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe EOS Gracil W includes a two-year manufacturer warranty, subject to the manufacturer’s terms, proper installation, compatible 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 is the EOS Gracil W?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Gracil W is a slim wall-mounted electric sauna heater designed for traditional Finnish-style sauna rooms. It is available in 6 kW, 7.5 kW and 9 kW outputs for sauna cabins up to approximately 494 cubic feet.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the difference between the EOS Gracil W and EOS Gracil?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Gracil W mounts to a structurally suitable sauna wall, while the standard EOS Gracil is a freestanding floor-mounted heater. Both offer the same general output range and approximately 44 pounds of sauna stone capacity.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which EOS Gracil W heater size do I need?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"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. Final sizing also depends on insulation, ceiling height, ventilation and non-insulated surfaces.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does glass affect the heater size I need?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Glass doors, glass walls, tile, masonry and other non-insulated surfaces increase heat loss and may require a larger heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How large is the EOS Gracil W?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Gracil W measures approximately 29.1 inches high, 19.9 inches wide and 10.8 inches deep. Required safety clearances must also be maintained.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How is the EOS Gracil W mounted?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The heater mounts to a structurally suitable sauna wall using the manufacturer mounting system. The wall and internal framing must support the combined operating weight of the heater and stones.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the Gracil W be installed on any sauna wall?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The mounting surface and internal framing must be structurally suitable for the heater operating weight and heat exposure.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the difference between Matte Black and Anthracite Pearl?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Matte Black is a deep neutral black. Anthracite Pearl is a very dark charcoal gray with slightly more visual depth. The difference is cosmetic and does not affect performance.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the difference between 240V \/ 2PH and 208V \/ 3PH?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The 240V \/ 2PH configuration is intended for compatible 240-volt electrical systems. The 208V \/ 3PH configuration is designed for compatible three-phase electrical systems commonly found in commercial facilities.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can a 208V heater be connected to 240V electrical service?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The heater, control, Power Box, circuit protection and wiring must match the voltage and phase of the building electrical service.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the EOS Gracil W have a built-in control?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The EOS Gracil W requires a compatible external EOS sauna control and matching EOS Power Box, both sold separately.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which controls can be used with the EOS Gracil W?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Compatible options include the EOS EmoTec D and appropriately configured EOS Touch 3 systems. Compatibility must be confirmed with the selected heater output, voltage and 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 high-voltage switching and electrical interface between the external control and the Gracil W heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the Gracil W require an EOS Power Extension Box?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Standard 6 kW, 7.5 kW and 9 kW configurations do not require an additional Power Extension Box when paired with the appropriate control and primary Power Box.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are sauna stones included?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Sauna stones are sold separately unless specifically stated otherwise. The Gracil W holds approximately 44 pounds of properly sized sauna stones.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How should the sauna stones be loaded?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Rinse the stones and place them loosely between and around the heating elements. Do not wedge them tightly against the elements, block airflow or operate the heater without stones.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can water be poured over the stones?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Clean water may be applied in controlled amounts to properly heated stones according to the official EOS operating instructions.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is a heater guard required?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A suitable heater guard should be incorporated into the sauna design to help prevent accidental contact while maintaining all required clearances and airflow.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS Gracil W be installed outdoors?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The heater must be installed inside a properly constructed and protected sauna cabin and should not be exposed directly to outdoor weather.\"\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\": \"Can I install the EOS Gracil W myself?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The mounting and sauna layout must follow the official EOS instructions. All fixed electrical wiring, control connections and commissioning must be completed by a qualified electrician.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is included with the EOS Gracil W?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The standard package includes the selected Gracil W heater, top grill, mounting system and manufacturer documentation. Controls, power equipment and stones are sold separately.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What warranty does the EOS Gracil W include?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Gracil W includes a two-year manufacturer warranty, subject to manufacturer terms, proper installation, compatible 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":50755611492581,"sku":"14-947994","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Black \/ 6 kW \/ 208V \/ 3PH","offer_id":50755611525349,"sku":"14-947991","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Black \/ 7.5 kW \/ 240V \/ 2PH","offer_id":50755611558117,"sku":"14-947995","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Black \/ 7.5 kW \/ 208V \/ 3PH","offer_id":50755611590885,"sku":"14-947992","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Black \/ 9 kW \/ 240V \/ 2PH","offer_id":50755611623653,"sku":"14-947996","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Black \/ 9 kW \/ 208V \/ 3PH","offer_id":50755611656421,"sku":"14-947993","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Anthracite \/ 6 kW \/ 240V \/ 2PH","offer_id":50755611689189,"sku":"14-947540","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Anthracite \/ 6 kW \/ 208V \/ 3PH","offer_id":50755611721957,"sku":"14-947537","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Anthracite \/ 7.5 kW \/ 240V \/ 2PH","offer_id":50755611754725,"sku":"14-947541","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Anthracite \/ 7.5 kW \/ 208V \/ 3PH","offer_id":50755611787493,"sku":"14-947538","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Anthracite \/ 9 kW \/ 240V \/ 2PH","offer_id":50755611820261,"sku":"14-947542","price":7725.71,"currency_code":"USD","in_stock":true},{"title":"Anthracite \/ 9 kW \/ 208V \/ 3PH","offer_id":50755611853029,"sku":"14-947539","price":7725.71,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/EOS-Gracil-W-4.jpg?v=1784996323","url":"https:\/\/myluxuryhomespa.com\/products\/eos-gracil-w-wall-mounted-electric-sauna-heater","provider":"My Luxury Home Spa","version":"1.0","type":"link"}