{"product_id":"eos-power-box-sauna-controls","title":"EOS Power Box for Sauna Controls","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\u003cdiv class=\"mlhs-product\"\u003e\n\n\u003csection class=\"mlhs-product__hero\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nProfessional Sauna Control Systems\n\u003c\/span\u003e\n\n\u003ch2\u003e\nEOS Power Box for Traditional Sauna Controls\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe EOS Power Box is the heart of an EOS sauna control system. While the wall-mounted control provides the user interface, the Power Box contains the electrical switching equipment that safely manages power delivery to compatible sauna heaters, lighting, ventilation, and connected accessories.\n\u003c\/p\u003e\n\n\u003cp\u003e\nAvailable in multiple electrical configurations for residential and commercial installations, the EOS Power Box can be matched to single-heater and multiple-heater systems in both 9 kW and 15 kW capacities.\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 Configuration\n\u003c\/a\u003e\n\n\u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/pages\/contact-us\"\u003e\nNeed Help Selecting?\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\nProduct Overview\n\u003c\/span\u003e\n\n\u003ch2\u003e\nDesigned Specifically for EOS Sauna Control Systems\n\u003c\/h2\u003e\n\n\u003cp\u003e\nUnlike a standard electrical disconnect or contactor, the EOS Power Box is engineered specifically for traditional electric sauna systems. It works together with compatible EOS control panels to manage heater operation, safety monitoring, cabin lighting, ventilation, sensors, and expansion modules.\n\u003c\/p\u003e\n\n\u003cp\u003e\nEvery installation begins by selecting the correct Power Box based on heater capacity, available electrical service, and the number of heaters being controlled.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__grid\"\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nResidential Applications\n\u003c\/h3\u003e\n\n\u003cp\u003e\nAvailable in compatible 240V \/ 2PH configurations for many residential sauna installations using single or multiple heaters.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nCommercial Applications\n\u003c\/h3\u003e\n\n\u003cp\u003e\nCommercial facilities commonly utilize compatible 208V \/ 3PH Power Boxes designed for larger sauna systems and higher electrical demands.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nExpandable Design\n\u003c\/h3\u003e\n\n\u003cp\u003e\nCompatible with EOS controls, Power Extension Boxes, App Modules, lighting controls, ventilation systems, and approved safety equipment.\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\nAvailable Configurations\n\u003c\/span\u003e\n\n\u003ch2\u003e\nChoose the Correct Power Box\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThis product includes multiple Power Box configurations. Select the combination that matches your sauna system requirements.\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\u003eSelection\u003c\/th\u003e\n\n\u003cth\u003eOptions\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\nHeater Control Type\n\u003c\/td\u003e\n\n\u003ctd\u003e\nSingle Heater or Multiple Heaters\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\nKilowatt Rating\n\u003c\/td\u003e\n\n\u003ctd\u003e\n9 kW or 15 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\n\u003cstrong\u003eImportant:\u003c\/strong\u003e\n\nThe correct Power Box depends on the sauna heater, electrical service, number of heaters, total connected load, and overall sauna design. If you are unsure which configuration is required, contact My Luxury Home Spa before placing your order.\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\nSystem Compatibility\n\u003c\/span\u003e\n\n\u003ch2\u003e\nWorks with Compatible EOS Controls\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe EOS Power Box is designed to operate as part of a complete EOS sauna control system and is compatible with numerous EOS accessories.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__grid\"\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nCompatible Controls\n\u003c\/h3\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003eEOS EmoTec D\u003c\/li\u003e\n\n\u003cli\u003eEOS Touch 3\u003c\/li\u003e\n\n\u003cli\u003eOther compatible EOS controls\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\nOptional Accessories\n\u003c\/h3\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003eEOS Power Extension Box\u003c\/li\u003e\n\n\u003cli\u003eEOS App Module\u003c\/li\u003e\n\n\u003cli\u003eEOSafe Safety System\u003c\/li\u003e\n\n\u003cli\u003eEmergency Shutoff\u003c\/li\u003e\n\n\u003c\/ul\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\nHow to Choose\n\u003c\/span\u003e\n\n\u003ch2\u003e\nSelecting the Correct EOS Power Box\n\u003c\/h2\u003e\n\n\u003cp\u003e\nEvery EOS Power Box performs the same primary function by safely switching power between the electrical service and the sauna heater. The correct model is determined by four primary factors:\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__grid mlhs-product__grid--four\"\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nNumber of Heaters\n\u003c\/h3\u003e\n\n\u003cp\u003e\nDetermine whether your sauna uses a single heater or multiple heaters operating from one control system.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nHeater Capacity\n\u003c\/h3\u003e\n\n\u003cp\u003e\nChoose a Power Box designed for either 9 kW or 15 kW heater systems.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nElectrical Service\n\u003c\/h3\u003e\n\n\u003cp\u003e\nSelect the proper voltage and phase configuration based on the available electrical service at the installation site.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nApplication\n\u003c\/h3\u003e\n\n\u003cp\u003e\nResidential and commercial sauna systems often require different electrical configurations and switching capacities.\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\nSingle Heater vs. Multiple Heaters\n\u003c\/span\u003e\n\n\u003ch2\u003e\nUnderstanding Heater Configurations\n\u003c\/h2\u003e\n\n\u003cp\u003e\nEOS offers Power Boxes for both single-heater and multiple-heater sauna systems. Selecting the proper configuration ensures safe operation and proper communication between the sauna control and connected equipment.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__grid\"\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nSingle Heater Systems\n\u003c\/h3\u003e\n\n\u003cp\u003e\nDesigned for one compatible sauna heater connected to a single EOS control system. This is the most common configuration for residential installations and many smaller commercial projects.\n\u003c\/p\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003eOne sauna heater\u003c\/li\u003e\n\n\u003cli\u003eSimpler installation\u003c\/li\u003e\n\n\u003cli\u003eAvailable in 9 kW and 15 kW configurations\u003c\/li\u003e\n\n\u003cli\u003e240V or 208V models available\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/article\u003e\n\n\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nMultiple Heater Systems\n\u003c\/h3\u003e\n\n\u003cp\u003e\nDesigned for larger sauna rooms where more than one heater is required to achieve the desired heating capacity. These systems require a compatible multiple-heater Power Box and may also utilize Power Extension Boxes depending on system size.\n\u003c\/p\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003eSupports multiple heaters\u003c\/li\u003e\n\n\u003cli\u003eIdeal for larger sauna rooms\u003c\/li\u003e\n\n\u003cli\u003eCommon in commercial installations\u003c\/li\u003e\n\n\u003cli\u003eExpandable with compatible EOS accessories\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\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\n9 kW vs. 15 kW\n\u003c\/span\u003e\n\n\u003ch2\u003e\nChoose the Correct Heater Capacity\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe Power Box must match the electrical requirements of the connected sauna heater system. Using the incorrect Power Box can prevent proper operation and may require replacement before installation can be completed.\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\u003ePower Box Rating\u003c\/th\u003e\n\n\u003cth\u003eTypical Application\u003c\/th\u003e\n\n\u003cth\u003eAvailable Configurations\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\n9 kW\n\u003c\/td\u003e\n\n\u003ctd\u003e\nSmall to medium traditional sauna systems\n\u003c\/td\u003e\n\n\u003ctd\u003e\nSingle Heater or Multiple Heater\u003cbr\u003e\n240V \/ 2PH or 208V \/ 3PH\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\n15 kW\n\u003c\/td\u003e\n\n\u003ctd\u003e\nLarger residential and commercial sauna systems\n\u003c\/td\u003e\n\n\u003ctd\u003e\nSingle Heater or Multiple Heater\u003cbr\u003e\n240V \/ 2PH or 208V \/ 3PH\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\nThe Power Box rating should always correspond to the connected heater system. If multiple heaters are installed, total connected load and overall system design should be reviewed before selecting the appropriate Power Box.\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\nElectrical Configurations\n\u003c\/span\u003e\n\n\u003ch2\u003e\n240V Residential and 208V Commercial Models\n\u003c\/h2\u003e\n\n\u003cp\u003e\nEOS manufactures Power Boxes for different electrical services. Selecting the proper voltage and phase configuration is essential for compatibility with the sauna heater and building electrical 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\n240V \/ 2PH\n\u003c\/h3\u003e\n\n\u003cp\u003e\nDesigned for compatible installations utilizing 240-volt electrical service. Commonly selected for residential sauna projects and certain light commercial applications.\n\u003c\/p\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003eCompatible 240V systems\u003c\/li\u003e\n\n\u003cli\u003eAvailable for 9 kW and 15 kW\u003c\/li\u003e\n\n\u003cli\u003eSingle or Multiple Heater options\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/article\u003e\n\n\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\n208V \/ 3PH\n\u003c\/h3\u003e\n\n\u003cp\u003e\nDesigned for facilities with 208-volt three-phase electrical service, including many commercial, hospitality, fitness, and institutional sauna installations.\n\u003c\/p\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003eCommercial electrical service\u003c\/li\u003e\n\n\u003cli\u003eThree-phase operation\u003c\/li\u003e\n\n\u003cli\u003eSingle or Multiple Heater options\u003c\/li\u003e\n\n\u003cli\u003eAvailable in 9 kW and 15 kW models\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\n\u003csection class=\"mlhs-product__section\"\u003e\n\n\u003cspan class=\"mlhs-product__eyebrow\"\u003e\nConfiguration Guide\n\u003c\/span\u003e\n\n\u003ch2\u003e\nPower Box Selection Matrix\n\u003c\/h2\u003e\n\n\u003cp\u003e\nUse the following guide to identify the appropriate Power Box family before confirming the exact model and SKU.\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\u003eApplication\u003c\/th\u003e\n\n\u003cth\u003eHeater Type\u003c\/th\u003e\n\n\u003cth\u003eCapacity\u003c\/th\u003e\n\n\u003cth\u003eElectrical Service\u003c\/th\u003e\n\n\u003c\/tr\u003e\n\n\u003c\/thead\u003e\n\n\u003ctbody\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eResidential\u003c\/td\u003e\n\n\u003ctd\u003eSingle Heater\u003c\/td\u003e\n\n\u003ctd\u003e9 kW\u003c\/td\u003e\n\n\u003ctd\u003e240V \/ 2PH\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eResidential\u003c\/td\u003e\n\n\u003ctd\u003eSingle Heater\u003c\/td\u003e\n\n\u003ctd\u003e15 kW\u003c\/td\u003e\n\n\u003ctd\u003e240V \/ 2PH\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eResidential\u003c\/td\u003e\n\n\u003ctd\u003eMultiple Heaters\u003c\/td\u003e\n\n\u003ctd\u003e9 kW\u003c\/td\u003e\n\n\u003ctd\u003e240V \/ 2PH\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eResidential\u003c\/td\u003e\n\n\u003ctd\u003eMultiple Heaters\u003c\/td\u003e\n\n\u003ctd\u003e15 kW\u003c\/td\u003e\n\n\u003ctd\u003e240V \/ 2PH\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\n\u003ctd\u003eSingle Heater\u003c\/td\u003e\n\n\u003ctd\u003e9 kW\u003c\/td\u003e\n\n\u003ctd\u003e208V \/ 3PH\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\n\u003ctd\u003eSingle Heater\u003c\/td\u003e\n\n\u003ctd\u003e15 kW\u003c\/td\u003e\n\n\u003ctd\u003e208V \/ 3PH\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\n\u003ctd\u003eMultiple Heaters\u003c\/td\u003e\n\n\u003ctd\u003e9 kW\u003c\/td\u003e\n\n\u003ctd\u003e208V \/ 3PH\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003eCommercial\u003c\/td\u003e\n\n\u003ctd\u003eMultiple Heaters\u003c\/td\u003e\n\n\u003ctd\u003e15 kW\u003c\/td\u003e\n\n\u003ctd\u003e208V \/ 3PH\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\nExpandable System\n\u003c\/span\u003e\n\n\u003ch2\u003e\nDesigned to Grow with Your Sauna Project\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe EOS Power Box serves as the electrical hub of the sauna control system and supports expansion through compatible EOS accessories as project requirements increase.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__grid\"\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nCompatible Accessories\n\u003c\/h3\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003eEOS Touch 3\u003c\/li\u003e\n\n\u003cli\u003eEOS EmoTec D\u003c\/li\u003e\n\n\u003cli\u003eEOS App Module\u003c\/li\u003e\n\n\u003cli\u003eEOS Power Extension Box\u003c\/li\u003e\n\n\u003cli\u003eEOSafe Remote Start Safety System\u003c\/li\u003e\n\n\u003cli\u003eEmergency Shutoff\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/article\u003e\n\n\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nIdeal Applications\n\u003c\/h3\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003eLuxury homes\u003c\/li\u003e\n\n\u003cli\u003eHealth clubs\u003c\/li\u003e\n\n\u003cli\u003eHotels and resorts\u003c\/li\u003e\n\n\u003cli\u003eDay spas\u003c\/li\u003e\n\n\u003cli\u003eRecovery centers\u003c\/li\u003e\n\n\u003cli\u003eCommercial wellness facilities\u003c\/li\u003e\n\n\u003c\/ul\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\nTechnical Specifications\n\u003c\/span\u003e\n\n\u003ch2\u003e\nEOS Power Box Specifications\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe EOS Power Box is available in several electrical configurations. The specifications below apply to the Power Box family. Final electrical ratings depend on the selected model.\n\u003c\/p\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\nManufacturer\n\u003c\/th\u003e\n\n\u003ctd\u003e\nEOS Saunatechnik GmbH\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003e\nProduct Type\n\u003c\/th\u003e\n\n\u003ctd\u003e\nPower Distribution and Switching Box for EOS Sauna Controls\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003e\nCompatible Sauna Type\n\u003c\/th\u003e\n\n\u003ctd\u003e\nTraditional Electric Dry Saunas\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003e\nCompatible Controls\n\u003c\/th\u003e\n\n\u003ctd\u003e\nEOS Touch 3, EOS EmoTec D and other compatible EOS control systems\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003e\nAvailable Heater Configurations\n\u003c\/th\u003e\n\n\u003ctd\u003e\nSingle Heater or Multiple Heater\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003e\nAvailable Heater Capacity\n\u003c\/th\u003e\n\n\u003ctd\u003e\n9 kW or 15 kW\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 Commercial\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\nPowder-coated steel enclosure\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003e\nInstallation\n\u003c\/th\u003e\n\n\u003ctd\u003e\nIndoor wall-mounted installation\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003cth\u003e\nApplication\n\u003c\/th\u003e\n\n\u003ctd\u003e\nResidential and Commercial\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\nWhat's Included\n\u003c\/span\u003e\n\n\u003ch2\u003e\nPackage Contents\n\u003c\/h2\u003e\n\n\u003cp\u003e\nEach EOS Power Box package includes the electrical switching enclosure and the components necessary for installation of the selected model.\n\u003c\/p\u003e\n\n\u003cdiv class=\"mlhs-product__grid\"\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nIncluded\n\u003c\/h3\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003eEOS Power Box\u003c\/li\u003e\n\n\u003cli\u003eFactory-installed switching components\u003c\/li\u003e\n\n\u003cli\u003eInternal control electronics\u003c\/li\u003e\n\n\u003cli\u003eMounting hardware\u003c\/li\u003e\n\n\u003cli\u003eInstallation documentation\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/article\u003e\n\n\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\u003eEOS Control Panel\u003c\/li\u003e\n\n\u003cli\u003eSauna Heater\u003c\/li\u003e\n\n\u003cli\u003ePower Extension Box\u003c\/li\u003e\n\n\u003cli\u003eEOS App Module\u003c\/li\u003e\n\n\u003cli\u003eEOSafe Safety System\u003c\/li\u003e\n\n\u003cli\u003eElectrical wiring and breakers\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\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 Required\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe Power Box contains high-voltage electrical switching equipment and should only be installed by a qualified electrician familiar with sauna equipment and local 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 heater model, total connected load, voltage, phase, and number of heaters before selecting the Power Box.\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\nMount the Power Box in an approved indoor location with adequate service clearance and ventilation.\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\nConnect the Power Box to the compatible EOS control, heater(s), sensors, lighting, ventilation equipment, and any optional accessories.\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\nCommission the complete sauna system and verify proper operation before placing the sauna into service.\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\nThe Power Box should never be selected solely by heater size. Voltage, phase, connected load, control system, heater quantity, and accessory requirements must all be confirmed 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\nCompatible Equipment\n\u003c\/span\u003e\n\n\u003ch2\u003e\nComplete Your EOS Sauna Control System\n\u003c\/h2\u003e\n\n\u003cp\u003e\nThe EOS Power Box serves as the central electrical hub of the sauna control system and is designed to integrate with compatible EOS accessories.\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\u003e\nAccessory\n\u003c\/th\u003e\n\n\u003cth\u003e\nPurpose\n\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\nEOS Touch 3\n\u003c\/td\u003e\n\n\u003ctd\u003e\nPremium touchscreen sauna controller\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\nEOS EmoTec D\n\u003c\/td\u003e\n\n\u003ctd\u003e\nDigital sauna controller with color display\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\nEOS App Module\n\u003c\/td\u003e\n\n\u003ctd\u003e\nRemote monitoring and smartphone connectivity\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\nEOS Power Extension Box\n\u003c\/td\u003e\n\n\u003ctd\u003e\nAdds switching capacity for larger systems\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\nEOSafe\n\u003c\/td\u003e\n\n\u003ctd\u003e\nRequired safety equipment for approved remote operation\n\u003c\/td\u003e\n\n\u003c\/tr\u003e\n\n\u003ctr\u003e\n\n\u003ctd\u003e\nEmergency Shutoff\n\u003c\/td\u003e\n\n\u003ctd\u003e\nEmergency stop capability where required\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\nDownloads\n\u003c\/span\u003e\n\n\u003ch2\u003e\nInstallation Resources\n\u003c\/h2\u003e\n\n\u003cp\u003e\nReview the official EOS documentation before selecting or installing your Power Box.\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\nInstruction and Operation Manual\n\u003c\/h3\u003e\n\n\u003cp\u003e\nComplete installation, wiring, commissioning, maintenance, troubleshooting, and safety procedures.\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-Power-Box-IOM.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n\nView 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\nExpert Guidance Before You Order\n\u003c\/h2\u003e\n\n\u003cp\u003e\nSelecting the correct Power Box requires more than choosing a heater size. Our team helps verify compatibility before you purchase, reducing costly ordering mistakes and installation delays.\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\nSystem Matching\n\u003c\/h3\u003e\n\n\u003cp\u003e\nWe'll help confirm the proper Power Box based on your heater, electrical service, and sauna design.\n\u003c\/p\u003e\n\n\u003c\/article\u003e\n\n\u003carticle class=\"mlhs-product__card\"\u003e\n\n\u003ch3\u003e\nComplete EOS Solutions\n\u003c\/h3\u003e\n\n\u003cp\u003e\nPurchase compatible controls, heaters, accessories, and expansion equipment from one trusted source.\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 proudly serves homeowners, contractors, architects, wellness facilities, and commercial sauna projects 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\nConfigure Your Sauna Control System\n\u003c\/span\u003e\n\n\u003ch2\u003e\nSelect the Correct EOS Power Box\n\u003c\/h2\u003e\n\n\u003cp\u003e\nChoose your heater configuration, kilowatt rating, and electrical service to match your sauna system. If you're unsure which Power Box is required, contact our team before ordering.\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 Configuration\n\n\u003c\/a\u003e\n\n\u003ca class=\"mlhs-product__button mlhs-product__button--secondary\" href=\"\/pages\/contact-us\"\u003e\n\nSpeak 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 Power Box FAQs\n\u003c\/h2\u003e\n\n\u003cp\u003e\nFind answers about selecting, installing, and integrating the EOS Power Box with a compatible sauna heater and EOS control system.\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\nIs an EOS Power Box required for my sauna control system?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nYes. The EOS Power Box is a mandatory connection and power-distribution component for compatible EOS sauna control systems. The wall-mounted controller provides the user interface, while the Power Box manages the electrical connection and power delivery to the sauna heater.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nWhat does the EOS Power Box do?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe Power Box provides the secure electrical integration between a compatible EOS sauna control and the connected electric sauna heater. Its steel enclosure houses the switching and connection components required to operate the sauna system.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nWhich EOS Power Box do I need?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nSelect the Power Box according to the number of heaters, required kilowatt capacity, and the voltage and phase available at the installation site. Your sauna heater specifications and electrical plans should be reviewed before placing an order.\n\u003c\/p\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003eChoose Single Heater or Multiple Heaters.\u003c\/li\u003e\n\n\u003cli\u003eChoose 9 kW or 15 kW.\u003c\/li\u003e\n\n\u003cli\u003eChoose 240V \/ 2PH or 208V \/ 3PH.\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003cp\u003e\nA qualified electrician or sauna installer should confirm the final configuration.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nWhat is the difference between Single Heater and Multiple Heaters?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nA Single Heater Power Box is configured for a sauna system using one compatible electric heater. A Multiple Heaters Power Box is intended for a system in which more than one heater is managed through the sauna control system. Select the configuration that matches the approved heater layout and electrical design.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nShould I choose the 9 kW or 15 kW Power Box?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nChoose the kilowatt rating that corresponds to the requirements of the connected heater system. Do not select the Power Box based only on sauna room size. Heater specifications, total connected load, voltage, phase, and system design must also be considered.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\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 systems designed around 240-volt electrical service. The 208V \/ 3PH configuration is intended for compatible three-phase commercial electrical systems.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThe selected Power Box must match the heater requirements and the electrical service available at the property. An electrician should verify voltage and phase before ordering.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nIs the 208V \/ 3PH model only for commercial use?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe 208V \/ 3PH option is designated for commercial use and is generally selected for facilities equipped with compatible 208-volt three-phase electrical service. Examples may include hotels, fitness centers, spas, wellness facilities, and institutional properties.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nCan I use a 208V Power Box with a 240V heater?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nDo not combine components with mismatched electrical ratings. The Power Box, heater, control system, voltage, phase, circuit protection, and wiring must be designed to operate together. Have a qualified electrician confirm compatibility before installation.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nCan one Power Box control more than one sauna heater?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nChoose the Multiple Heaters configuration when the approved sauna design includes more than one heater. The required components depend on the number of heaters, their total connected load, and the complete electrical design.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nWhen is an EOS Power Extension Box required?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nA compatible EOS Power Extension Box may be required when the sauna system exceeds the switching capacity of its primary control equipment or when the approved design calls for additional power switching. The need for an extension box should be determined from the heater configuration and system documentation.\n\u003c\/p\u003e\n\n\u003cp\u003e\nShop the \u003ca href=\"\/products\/eos-power-extension-box\"\u003eEOS Power Extension Box\u003c\/a\u003e.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nIs the EOS Power Box compatible with the EOS EmoTec D?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe EOS EmoTec D requires a compatible Power Box to provide the electrical connection and switching functions for the sauna heater. Match the Power Box configuration to the heater system and electrical service.\n\u003c\/p\u003e\n\n\u003cp\u003e\nShop the \u003ca href=\"\/products\/eos-emotec-d-digital-sauna-control\"\u003eEOS EmoTec D Digital Sauna Control\u003c\/a\u003e.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nIs the EOS Power Box compatible with the EOS Touch 3?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe EOS Touch 3 operates as the user interface within a compatible EOS sauna control system and requires the appropriate Power Box for electrical integration with the heater. Confirm all components before ordering.\n\u003c\/p\u003e\n\n\u003cp\u003e\nShop the \u003ca href=\"\/products\/eos-touch-3-digital-touchscreen-sauna-control\"\u003eEOS Touch 3 Digital Touchscreen Sauna Control\u003c\/a\u003e.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nDoes the EOS Power Box include a sauna controller?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nNo. The Power Box and wall-mounted sauna controller are separate components. A compatible EOS controller, sauna heater, sensors, electrical equipment, and any required safety accessories must be selected separately unless specifically included in another package.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nDoes the EOS Power Box include a sauna heater?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nNo. The electric sauna heater is sold separately. The Power Box must be matched to the heater configuration, kilowatt requirement, voltage, and phase.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nCan the Power Box be used with any brand of sauna heater?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe EOS Power Box is designed for approved EOS sauna control systems and compatible electric sauna heaters. Do not assume compatibility with another heater or control brand. Review the applicable equipment documentation or contact My Luxury Home Spa before ordering.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nCan I add smartphone control to the system?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nRemote connectivity may be added to an eligible EOS control system using the compatible EOS App Module. Remote-start functionality may also require approved safety equipment and proper system configuration.\n\u003c\/p\u003e\n\n\u003cp\u003e\nShop the \u003ca href=\"\/products\/eos-spa-control-remote-connectivity-module\"\u003eEOS App Module\u003c\/a\u003e.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nCan the EOS Power Box be installed inside the sauna room?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nInstall the Power Box only in a location permitted by the applicable EOS installation instructions and electrical codes. The mounting location, required clearances, environmental conditions, and service access should be confirmed by the installer before installation.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nCan I install the EOS Power Box myself?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nNo do-it-yourself electrical installation is recommended. The Power Box handles high-voltage electrical connections and should be installed, wired, tested, and commissioned by a qualified electrician familiar with sauna systems and applicable codes.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nWhat information should I provide before ordering?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nTo help verify the correct configuration, provide the following information:\n\u003c\/p\u003e\n\n\u003cul class=\"mlhs-product__list\"\u003e\n\n\u003cli\u003eSauna heater manufacturer and model\u003c\/li\u003e\n\n\u003cli\u003eNumber of heaters\u003c\/li\u003e\n\n\u003cli\u003eIndividual and total heater kilowatt rating\u003c\/li\u003e\n\n\u003cli\u003eAvailable voltage and phase\u003c\/li\u003e\n\n\u003cli\u003eSelected EOS control\u003c\/li\u003e\n\n\u003cli\u003eResidential or commercial application\u003c\/li\u003e\n\n\u003cli\u003eAny planned remote-control or safety accessories\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\n\n\u003cdetails class=\"mlhs-product__faq-item\"\u003e\n\n\u003csummary\u003e\nWhat warranty is included?\n\u003c\/summary\u003e\n\n\u003cdiv class=\"mlhs-product__faq-answer\"\u003e\n\n\u003cp\u003e\nThe EOS Power Box is supported by a two-year manufacturer warranty. Warranty coverage is subject to the manufacturer's terms, proper installation, approved system configuration, and intended use.\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\": \"Is an EOS Power Box required for my sauna control system?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The EOS Power Box is a mandatory connection and power-distribution component for compatible EOS sauna control systems. The wall-mounted controller provides the user interface, while the Power Box manages the electrical connection and power delivery to the sauna heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What does the EOS Power Box do?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Power Box provides secure electrical integration between a compatible EOS sauna control and the connected electric sauna heater. Its steel enclosure houses the switching and connection components required to operate the sauna system.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which EOS Power Box do I need?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Select the Power Box according to the number of heaters, required kilowatt capacity, and the voltage and phase available at the installation site. Choose Single Heater or Multiple Heaters, 9 kW or 15 kW, and 240V \/ 2PH or 208V \/ 3PH. A qualified electrician or sauna installer should confirm the final configuration.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the difference between Single Heater and Multiple Heaters?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A Single Heater Power Box is configured for a sauna system using one compatible electric heater. A Multiple Heaters Power Box is intended for a system in which more than one heater is managed through the sauna control system.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Should I choose the 9 kW or 15 kW Power Box?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Choose the kilowatt rating that corresponds to the requirements of the connected heater system. Heater specifications, total connected load, voltage, phase, and system design must all be considered.\"\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 systems designed around 240-volt electrical service. The 208V \/ 3PH configuration is intended for compatible three-phase commercial electrical systems. The Power Box must match the heater and available electrical service.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the 208V \/ 3PH model only for commercial use?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The 208V \/ 3PH option is designated for commercial use and is generally selected for facilities equipped with compatible 208-volt three-phase electrical service.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I use a 208V Power Box with a 240V heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Components with mismatched electrical ratings should not be combined. The Power Box, heater, control system, voltage, phase, circuit protection, and wiring must be designed to operate together.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can one Power Box control more than one sauna heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Choose the Multiple Heaters configuration when the approved sauna design includes more than one heater. The required components depend on the number of heaters, total connected load, and complete electrical design.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"When is an EOS Power Extension Box required?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A compatible EOS Power Extension Box may be required when the sauna system exceeds the switching capacity of its primary control equipment or when the approved design calls for additional power switching.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS Power Box compatible with the EOS EmoTec D?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS EmoTec D requires a compatible Power Box to provide the electrical connection and switching functions for the sauna heater. Match the Power Box configuration to the heater system and electrical service.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the EOS Power Box compatible with the EOS Touch 3?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Touch 3 operates as the user interface within a compatible EOS sauna control system and requires the appropriate Power Box for electrical integration with the heater.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the EOS Power Box include a sauna controller?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The Power Box and wall-mounted sauna controller are separate components. A compatible EOS controller, sauna heater, sensors, electrical equipment, and required safety accessories are selected separately unless specifically included in another package.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does the EOS Power Box include a sauna heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The electric sauna heater is sold separately. The Power Box must be matched to the heater configuration, kilowatt requirement, voltage, and phase.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the Power Box be used with any brand of sauna heater?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Power Box is designed for approved EOS sauna control systems and compatible electric sauna heaters. Compatibility with another heater or control brand should not be assumed.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I add smartphone control to the system?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Remote connectivity may be added to an eligible EOS control system using the compatible EOS App Module. Remote-start functionality may also require approved safety equipment and proper system configuration.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the EOS Power Box be installed inside the sauna room?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Install the Power Box only in a location permitted by the applicable EOS installation instructions and electrical codes. The mounting location, clearances, environmental conditions, and service access should be confirmed by the installer.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I install the EOS Power Box myself?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Power Box handles high-voltage electrical connections and should be installed, wired, tested, and commissioned by a qualified electrician familiar with sauna systems and applicable codes.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What information should I provide before ordering?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Provide the sauna heater manufacturer and model, number of heaters, individual and total heater kilowatt rating, available voltage and phase, selected EOS control, application type, and any planned remote-control or safety accessories.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What warranty is included?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The EOS Power Box is supported by a two-year manufacturer warranty, subject to the manufacturer's terms, proper installation, approved system configuration, and intended use.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"EOS","offers":[{"title":"Single Heater\t9 kW - 240V \/ 2PH","offer_id":50755584360677,"sku":"14-949019","price":5350.0,"currency_code":"USD","in_stock":true},{"title":"Single Heater\t9 kW - 208V \/ 3PH","offer_id":50755584393445,"sku":"14-949018","price":5350.0,"currency_code":"USD","in_stock":true},{"title":"Single Heater 15 kW - 240V \/ 2PH","offer_id":50755584426213,"sku":"14-949017","price":5350.0,"currency_code":"USD","in_stock":true},{"title":"Single Heater 15 kW - 208V \/ 3PH","offer_id":50755584458981,"sku":"14-949017","price":5350.0,"currency_code":"USD","in_stock":true},{"title":"Multiple Heaters 9 kW - 240V \/ 2PH","offer_id":50755584491749,"sku":"14-949473","price":6490.0,"currency_code":"USD","in_stock":true},{"title":"Multiple Heaters 9 kW - 208V \/ 3PH","offer_id":50755584524517,"sku":"14-949472","price":5635.0,"currency_code":"USD","in_stock":true},{"title":"Multiple Heaters 15 kW - 240V \/ 2PH","offer_id":50755584557285,"sku":"14-949017","price":5350.0,"currency_code":"USD","in_stock":true},{"title":"Multiple Heaters 15 kW - 208V \/ 3PH","offer_id":50755584590053,"sku":"14-949471","price":6505.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0739\/6455\/2421\/files\/EOS-Power-Box-1.jpg?v=1784993036","url":"https:\/\/myluxuryhomespa.com\/products\/eos-power-box-sauna-controls","provider":"My Luxury Home Spa","version":"1.0","type":"link"}