{"product_id":"hayward-heatpro-heat-cool-100k-btu","title":"Hayward HeatPro Heat\/Cool 100k BTU (Electric)","description":"\u003c!-- Blue Bottom Pools – Hayward HeatPro Heat Pump (Model #HP31005T) --\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@700;800\u0026family=Barlow:wght@400;500\u0026display=swap');\n\n  .bbp-heat {\n    font-family: 'Barlow', sans-serif;\n    color: #1a2a3a;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0 12px 32px;\n    box-sizing: border-box;\n  }\n\n  .bbp-heat-intro {\n    background: linear-gradient(135deg, #003d6b 0%, #0070b8 100%);\n    border-radius: 10px;\n    padding: 24px 22px;\n    margin-bottom: 16px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .bbp-heat-intro::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; right: -60px;\n    width: 180px; height: 180px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.05);\n  }\n\n  .bbp-heat-model-tag {\n    display: inline-block;\n    background: rgba(255,255,255,0.15);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 0.8rem;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 20px;\n    margin-bottom: 10px;\n  }\n\n  .bbp-heat-intro-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(1.5rem, 5vw, 2rem) !important;\n    font-weight: 800 !important;\n    color: #ffffff !important;\n    text-transform: uppercase;\n    letter-spacing: 0.02em;\n    margin: 0 0 8px;\n    line-height: 1.15;\n    display: block;\n  }\n\n  .bbp-heat-intro p {\n    font-size: clamp(0.86rem, 2.5vw, 0.94rem);\n    color: rgba(255,255,255,0.88);\n    line-height: 1.55;\n    margin: 0;\n  }\n\n  .bbp-heat-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 10px;\n    margin-bottom: 16px;\n  }\n\n  .bbp-heat-card {\n    background: #f0f8ff;\n    border: 1px solid #c8e4f8;\n    border-left: 4px solid #0070b8;\n    border-radius: 8px;\n    padding: 12px 14px;\n    box-sizing: border-box;\n    display: flex;\n    gap: 10px;\n    align-items: center;\n  }\n\n  .bbp-heat-card .icon {\n    font-size: 1.3rem;\n    flex-shrink: 0;\n  }\n\n  .bbp-heat-card h3 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(0.92rem, 2.5vw, 1rem);\n    font-weight: 700;\n    color: #003d6b;\n    text-transform: uppercase;\n    letter-spacing: 0.03em;\n    margin: 0 0 2px;\n    line-height: 1.2;\n  }\n\n  .bbp-heat-card p {\n    font-size: clamp(0.78rem, 2vw, 0.84rem);\n    color: #4a6070;\n    line-height: 1.45;\n    margin: 0;\n  }\n\n  .bbp-heat-why {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin-bottom: 16px;\n  }\n\n  .bbp-heat-why-item {\n    background: #ffffff;\n    border: 1px solid #dde8f0;\n    border-radius: 8px;\n    padding: 14px 12px;\n    text-align: center;\n    box-sizing: border-box;\n  }\n\n  .bbp-heat-why-item .icon {\n    font-size: 1.5rem;\n    display: block;\n    margin-bottom: 6px;\n  }\n\n  .bbp-heat-why-item h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(0.88rem, 2.2vw, 0.96rem);\n    font-weight: 700;\n    color: #003d6b;\n    text-transform: uppercase;\n    letter-spacing: 0.03em;\n    margin: 0 0 4px;\n  }\n\n  .bbp-heat-why-item p {\n    font-size: clamp(0.76rem, 1.8vw, 0.82rem);\n    color: #4a6070;\n    line-height: 1.45;\n    margin: 0;\n  }\n\n  .bbp-heat-warranty {\n    background: #003d6b;\n    border-radius: 8px;\n    padding: 16px 18px;\n    text-align: center;\n    margin-bottom: 16px;\n    box-sizing: border-box;\n  }\n\n  .bbp-heat-warranty h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(1.1rem, 3vw, 1.3rem);\n    font-weight: 800;\n    color: #ffd166;\n    text-transform: uppercase;\n    letter-spacing: 0.03em;\n    margin: 0 0 4px;\n  }\n\n  .bbp-heat-warranty p {\n    font-size: clamp(0.78rem, 2vw, 0.84rem);\n    color: rgba(255,255,255,0.8);\n    margin: 0;\n    line-height: 1.5;\n  }\n\n  .bbp-heat-notice {\n    background: #fff8e6;\n    border: 1px solid #f0d080;\n    border-left: 5px solid #f0a800;\n    border-radius: 8px;\n    padding: 12px 16px;\n    font-size: clamp(0.84rem, 2.2vw, 0.9rem);\n    color: #5a4000;\n    line-height: 1.6;\n    box-sizing: border-box;\n  }\n\n  .bbp-heat-notice strong { color: #3a2800; }\n\n  @media (max-width: 500px) {\n    .bbp-heat-intro { padding: 20px 16px; }\n    .bbp-heat-grid { grid-template-columns: 1fr; }\n    .bbp-heat-why { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"bbp-heat\"\u003e\n\u003cdiv class=\"bbp-heat-intro\" style=\"text-align: center;\"\u003e\n\u003cspan class=\"bbp-heat-model-tag\"\u003eModel #HP31005T\u003c\/span\u003e\n\u003cspan class=\"bbp-heat-intro-title\"\u003eHayward HeatPro Heat Pump\u003c\/span\u003e\n\u003cp\u003eHeatPro features the industry's only standard Ultra Gold™ corrosion-resistant evaporator fin, delivering extreme durability even in coastal environments. Its compact design allows for easy installation and service on new or existing inground pools throughout NEPA.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbp-heat-grid\"\u003e\n\u003cdiv class=\"bbp-heat-card\"\u003e\n\u003cspan class=\"icon\"\u003e🛡️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eTitanium Heat Exchanger\u003c\/h3\u003e\n\u003cp\u003eTrouble-free performance even under the harshest water conditions — built to last through every NEPA swim season.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbp-heat-card\"\u003e\n\u003cspan class=\"icon\"\u003e🌀\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eProfiled Fan Blade\u003c\/h3\u003e\n\u003cp\u003eEngineered for high performance and quiet operation, so your backyard stays peaceful while the water warms up.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbp-heat-card\"\u003e\n\u003cspan class=\"icon\"\u003e🥇\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eUltra Gold Evaporator Coil\u003c\/h3\u003e\n\u003cp\u003eThe industry's only standard corrosion-resistant evaporator fin — excellent durability, especially in coastal or humid environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbp-heat-card\"\u003e\n\u003cspan class=\"icon\"\u003e🔧\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eEasy Install \u0026amp; Service\u003c\/h3\u003e\n\u003cp\u003e2″ x 2½″ union connections make installation and future maintenance quick and straightforward.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbp-heat-why\"\u003e\n\u003cdiv class=\"bbp-heat-why-item\"\u003e\n\u003cspan class=\"icon\"\u003e📊\u003c\/span\u003e\n\u003ch4\u003eEasy-Read Display\u003c\/h4\u003e\n\u003cp\u003eSimple, clear controls make day-to-day operation easy for any pool owner.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbp-heat-why-item\"\u003e\n\u003cspan class=\"icon\"\u003e🌡️\u003c\/span\u003e\n\u003ch4\u003eHeat\/Cool Capable\u003c\/h4\u003e\n\u003cp\u003eConvenient Heat\/Cool functionality with energy-saving Low Ambient Operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbp-heat-why-item\"\u003e\n\u003cspan class=\"icon\"\u003e🏆\u003c\/span\u003e\n\u003ch4\u003eHayward Expert Line\u003c\/h4\u003e\n\u003cp\u003eProfessional-grade equipment sold and installed only by authorized Hayward dealers like Blue Bottom Pools.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbp-heat-warranty\"\u003e\n\u003ch4\u003e3+ Year Parts \u0026amp; Labor Warranty*\u003c\/h4\u003e\n\u003cp\u003e*When sold and installed by a Hayward Rewards® partner — Blue Bottom Pools NEPA is an authorized Hayward dealer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bbp-heat-notice\"\u003e🔥 \u003cstrong\u003eEXPERT LINE Product:\u003c\/strong\u003e This model is available exclusively through your local pool professional — it cannot be purchased online without professional installation. Add to cart and check out, and our team will confirm compatibility, sizing, and schedule installation. Questions? Call \u003cstrong\u003e(570) 592-5988\u003c\/strong\u003e or book a \u003ca style=\"color: #8a6000; font-weight: 600;\" href=\"\/products\/service-call\"\u003eService Call\u003c\/a\u003e for an on-site assessment. Exclusions, other terms, and conditions may apply.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hayward","offers":[{"title":"Default Title","offer_id":51768674976038,"sku":null,"price":5689.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0989\/8272\/3878\/files\/IMG_3535_79d0ef8f-04cd-432e-85ce-0e6df2f38c87.jpg?v=1765389274","url":"https:\/\/bluebottompoolsnepa.com\/products\/hayward-heatpro-heat-cool-100k-btu","provider":"Blue Bottom Pools ","version":"1.0","type":"link"}