{"product_id":"armbridge-ab-24v-uts-24v-universal-thermostat","title":"Armbridge AB-24V-UTS 24V Universal Thermostat","description":"\u003cstyle\u003e\n  :root {\n    --ab-accent: #faa819;\n    --ab-accent-dark: #c97800;\n    --ab-ink: #17202a;\n    --ab-muted: #64748b;\n    --ab-soft: #f7f7f5;\n    --ab-line: #e2e0d5;\n    --ab-card: #ffffff;\n  }\n\n  .ab-thermostat-desc {\n    max-width: 1180px;\n    margin: 0 auto;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--ab-ink);\n    line-height: 1.65;\n    background: #ffffff;\n  }\n\n  .ab-thermostat-desc * {\n    box-sizing: border-box;\n  }\n\n  .ab-thermostat-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 38px 34px;\n    margin-bottom: 22px;\n    border-radius: 22px;\n    color: #ffffff;\n    background: linear-gradient(\n      135deg,\n      #171717 0%,\n      #292929 58%,\n      #faa819 165%\n    );\n  }\n\n  .ab-thermostat-hero::after {\n    content: \"\";\n    position: absolute;\n    width: 320px;\n    height: 320px;\n    top: -165px;\n    right: -115px;\n    border-radius: 50%;\n    background: rgba(255, 255, 255, 0.08);\n  }\n\n  .ab-thermostat-eyebrow {\n    position: relative;\n    z-index: 1;\n    margin-bottom: 10px;\n    color: #ffd89a;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n  }\n\n  .ab-thermostat-title {\n    position: relative;\n    z-index: 1;\n    max-width: 900px;\n    margin: 0;\n    color: #ffffff;\n    font-size: clamp(28px, 4vw, 46px);\n    line-height: 1.08;\n    letter-spacing: -0.025em;\n    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);\n  }\n\n  .ab-thermostat-subtitle {\n    position: relative;\n    z-index: 1;\n    max-width: 820px;\n    margin: 15px 0 0;\n    color: #f8ecd8;\n    font-size: 16px;\n  }\n\n  .ab-thermostat-stats {\n    position: relative;\n    z-index: 1;\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 26px;\n  }\n\n  .ab-thermostat-stat {\n    padding: 13px 14px;\n    border: 1px solid rgba(255, 255, 255, 0.2);\n    border-radius: 13px;\n    background: rgba(255, 255, 255, 0.08);\n  }\n\n  .ab-thermostat-stat strong {\n    display: block;\n    color: #ffffff;\n    font-size: 17px;\n  }\n\n  .ab-thermostat-stat span {\n    color: #e8e1d5;\n    font-size: 12px;\n  }\n\n  .ab-thermostat-cta {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-bottom: 24px;\n  }\n\n  .ab-thermostat-cta a {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 46px;\n    padding: 11px 17px;\n    border: 1px solid var(--ab-line);\n    border-radius: 10px;\n    color: var(--ab-ink);\n    background: #ffffff;\n    font-size: 13px;\n    font-weight: 800;\n    text-decoration: none;\n    transition: 0.2s ease;\n  }\n\n  .ab-thermostat-cta a:hover {\n    transform: translateY(-1px);\n    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.1);\n  }\n\n  .ab-thermostat-cta a.primary {\n    border-color: var(--ab-accent);\n    color: #262626;\n    background: var(--ab-accent);\n  }\n\n  .ab-thermostat-panel {\n    margin-bottom: 22px;\n    padding: 24px;\n    border: 1px solid var(--ab-line);\n    border-radius: 18px;\n    background: var(--ab-card);\n    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.055);\n  }\n\n  .ab-thermostat-kicker {\n    margin: 0 0 7px;\n    color: var(--ab-accent-dark);\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .ab-thermostat-section-title {\n    margin: 0 0 12px;\n    color: var(--ab-ink);\n    font-size: 26px;\n    line-height: 1.2;\n    letter-spacing: -0.015em;\n  }\n\n  .ab-thermostat-panel p {\n    margin: 0;\n  }\n\n  .ab-thermostat-panel p + p {\n    margin-top: 11px;\n  }\n\n  .ab-thermostat-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 16px;\n  }\n\n  .ab-thermostat-badge {\n    padding: 7px 11px;\n    border: 1px solid var(--ab-line);\n    border-radius: 999px;\n    color: #334155;\n    background: var(--ab-soft);\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .ab-thermostat-features {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n    margin-bottom: 28px;\n  }\n\n  .ab-thermostat-feature {\n    position: relative;\n    overflow: hidden;\n    min-height: 210px;\n    padding: 24px;\n    border: 1px solid var(--ab-line);\n    border-radius: 18px;\n    background: linear-gradient(145deg, #ffffff, #faf9f6);\n  }\n\n  .ab-thermostat-feature::before {\n    content: \"\";\n    position: absolute;\n    width: 125px;\n    height: 125px;\n    right: -45px;\n    bottom: -50px;\n    border-radius: 50%;\n    background: rgba(250, 168, 25, 0.1);\n  }\n\n  .ab-thermostat-feature-icon {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 48px;\n    height: 48px;\n    margin-bottom: 18px;\n    border-radius: 13px;\n    color: #262626;\n    background: var(--ab-accent);\n    font-size: 14px;\n    font-weight: 900;\n  }\n\n  .ab-thermostat-feature h3 {\n    position: relative;\n    margin: 0 0 8px;\n    font-size: 21px;\n    line-height: 1.2;\n  }\n\n  .ab-thermostat-feature p {\n    position: relative;\n    margin: 0;\n    color: #475569;\n  }\n\n  .ab-thermostat-section {\n    padding: 30px 0;\n    border-top: 1px solid var(--ab-line);\n  }\n\n  .ab-thermostat-table-wrap {\n    overflow: auto;\n    border: 1px solid var(--ab-line);\n    border-radius: 14px;\n  }\n\n  .ab-thermostat-table {\n    width: 100%;\n    min-width: 620px;\n    border-collapse: collapse;\n    background: #ffffff;\n  }\n\n  .ab-thermostat-table th,\n  .ab-thermostat-table td {\n    padding: 12px 15px;\n    border-bottom: 1px solid var(--ab-line);\n    text-align: left;\n    vertical-align: top;\n    font-size: 14px;\n  }\n\n  .ab-thermostat-table thead th {\n    color: #ffffff;\n    background: #262626;\n    font-size: 12px;\n    letter-spacing: 0.07em;\n    text-transform: uppercase;\n  }\n\n  .ab-thermostat-table tbody tr:nth-child(even) td {\n    background: #fafafa;\n  }\n\n  .ab-thermostat-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ab-thermostat-note {\n    margin-top: 22px;\n    padding: 17px 18px;\n    border-left: 4px solid var(--ab-accent);\n    border-radius: 0 12px 12px 0;\n    color: #334155;\n    background: #fff8eb;\n  }\n\n  @media (max-width: 900px) {\n    .ab-thermostat-stats {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 700px) {\n    .ab-thermostat-hero {\n      padding: 27px 20px;\n      border-radius: 16px;\n    }\n\n    .ab-thermostat-stats,\n    .ab-thermostat-features {\n      grid-template-columns: 1fr;\n    }\n\n    .ab-thermostat-panel,\n    .ab-thermostat-feature {\n      padding: 20px;\n    }\n\n    .ab-thermostat-cta a {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ab-thermostat-desc\"\u003e\n  \u003csection class=\"ab-thermostat-hero\"\u003e\n    \u003cdiv class=\"ab-thermostat-eyebrow\"\u003e\n      Armbridge • Programmable HVAC Thermostat\n    \u003c\/div\u003e\n\n    \u003ch1 class=\"ab-thermostat-title\"\u003e\n      Armbridge AB-24V-UTS 24V Universal 5+2 Programmable Thermostat\n    \u003c\/h1\u003e\n\n    \u003cp class=\"ab-thermostat-subtitle\"\u003e\n      A programmable thermostat for compatible single-stage heating and\n      cooling systems, including furnaces, air conditioners, heat pumps, and\n      heat-only or cool-only applications.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ab-thermostat-stats\"\u003e\n      \u003cdiv class=\"ab-thermostat-stat\"\u003e\n        \u003cstrong\u003e1 Heat \/ 1 Cool\u003c\/strong\u003e\n        \u003cspan\u003eSingle-stage operation\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ab-thermostat-stat\"\u003e\n        \u003cstrong\u003e5+2 Schedule\u003c\/strong\u003e\n        \u003cspan\u003eWeekday and weekend programming\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ab-thermostat-stat\"\u003e\n        \u003cstrong\u003e24V or Battery\u003c\/strong\u003e\n        \u003cspan\u003eFlexible power options\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ab-thermostat-stat\"\u003e\n        \u003cstrong\u003e°F or °C\u003c\/strong\u003e\n        \u003cspan\u003eSelectable temperature display\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"ab-thermostat-cta\"\u003e\n    \u003ca class=\"primary\" href=\"https:\/\/southminisplits.com\/pages\/contact\" target=\"_blank\" rel=\"noopener\"\u003e\n      CONTACT US FOR ASSISTANCE\n    \u003c\/a\u003e\n\n    \u003ca href=\"tel:+17377386329\"\u003e\n      CALL (737) 738-6329\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"ab-thermostat-panel\"\u003e\n    \u003cp class=\"ab-thermostat-kicker\"\u003e\n      Simple temperature control\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"ab-thermostat-section-title\"\u003e\n      Programmable control for compatible heating and cooling systems\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The \u003cstrong\u003eArmbridge AB-24V-UTS\u003c\/strong\u003e is a programmable thermostat\n      designed to operate compatible systems with one stage of heating and one\n      stage of cooling.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Its 5+2 programming allows separate weekday and weekend schedules.\n      The thermostat also includes adjustable heating and cooling cycle\n      settings, temperature calibration, filter-use tracking, and selectable\n      Fahrenheit or Celsius display.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ab-thermostat-badges\"\u003e\n      \u003cspan class=\"ab-thermostat-badge\"\u003e5+2 programmable\u003c\/span\u003e\n      \u003cspan class=\"ab-thermostat-badge\"\u003e1 heat \/ 1 cool\u003c\/span\u003e\n      \u003cspan class=\"ab-thermostat-badge\"\u003eBattery or 24V power\u003c\/span\u003e\n      \u003cspan class=\"ab-thermostat-badge\"\u003eFilter-use counter\u003c\/span\u003e\n      \u003cspan class=\"ab-thermostat-badge\"\u003eLow-battery indicator\u003c\/span\u003e\n      \u003cspan class=\"ab-thermostat-badge\"\u003eTemperature calibration\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ab-thermostat-features\"\u003e\n    \u003carticle class=\"ab-thermostat-feature\"\u003e\n      \u003cdiv class=\"ab-thermostat-feature-icon\"\u003e5+2\u003c\/div\u003e\n\n      \u003ch3\u003eWeekday and Weekend Programming\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Create one schedule for Monday through Friday and another for Saturday\n        and Sunday to match your typical weekly routine.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ab-thermostat-feature\"\u003e\n      \u003cdiv class=\"ab-thermostat-feature-icon\"\u003e1H\/1C\u003c\/div\u003e\n\n      \u003ch3\u003eSingle-Stage System Control\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Designed to control compatible systems with one stage of heating and\n        one stage of cooling.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ab-thermostat-feature\"\u003e\n      \u003cdiv class=\"ab-thermostat-feature-icon\"\u003e5 MIN\u003c\/div\u003e\n\n      \u003ch3\u003eCompressor Delay Protection\u003c\/h3\u003e\n\n      \u003cp\u003e\n        A selectable five-minute delay helps prevent rapid compressor\n        restarting after the system shuts off or loses power.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ab-thermostat-feature\"\u003e\n      \u003cdiv class=\"ab-thermostat-feature-icon\"\u003eHOLD\u003c\/div\u003e\n\n      \u003ch3\u003eTemperature Hold Function\u003c\/h3\u003e\n\n      \u003cp\u003e\n        The hold control maintains the selected temperature without following\n        the programmed schedule until normal scheduled operation is resumed.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ab-thermostat-feature\"\u003e\n      \u003cdiv class=\"ab-thermostat-feature-icon\"\u003eFILT\u003c\/div\u003e\n\n      \u003ch3\u003eFilter-Use Reminder\u003c\/h3\u003e\n\n      \u003cp\u003e\n        The adjustable filter-use counter tracks operating days and displays\n        a reminder when the selected service interval is reached.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n\n    \u003carticle class=\"ab-thermostat-feature\"\u003e\n      \u003cdiv class=\"ab-thermostat-feature-icon\"\u003e°F\/°C\u003c\/div\u003e\n\n      \u003ch3\u003eAdjustable Temperature Display\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Choose between Fahrenheit and Celsius and calibrate the displayed\n        temperature when an adjustment is required.\n      \u003c\/p\u003e\n    \u003c\/article\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ab-thermostat-section\"\u003e\n    \u003ch2 class=\"ab-thermostat-section-title\"\u003e\n      Compatible System Applications\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"ab-thermostat-table-wrap\"\u003e\n      \u003ctable class=\"ab-thermostat-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSystem Type\u003c\/th\u003e\n            \u003cth\u003eCompatibility\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eOne-stage heating and one-stage cooling\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eGas or oil heating systems\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eElectric furnaces\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\n              \u003cstrong\u003eHeat pumps without auxiliary or emergency heat\u003c\/strong\u003e\n            \u003c\/td\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eHeat-only systems\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eFloor or wall furnaces\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eCool-only systems\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eMillivolt systems\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"ab-thermostat-section\"\u003e\n    \u003ch2 class=\"ab-thermostat-section-title\"\u003e\n      Product Specifications\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"ab-thermostat-table-wrap\"\u003e\n      \u003ctable class=\"ab-thermostat-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSpecification\u003c\/th\u003e\n            \u003cth\u003eDetails\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eBrand\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eArmbridge\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eModel \/ SKU\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eAB-24V-UTS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eProduct type\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eProgrammable HVAC thermostat\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eProgramming format\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e5+2 programmable schedule\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eHeating stages\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e1\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eCooling stages\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e1\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003ePower options\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eBattery powered or 24V hardwired\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eTemperature display\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eSelectable Fahrenheit or Celsius\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eCompressor delay\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eFive minutes, selectable on or off\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eCycle adjustment\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e\n              Separate heating and cooling swing adjustments\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eAdditional functions\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e\n              Temperature hold, display calibration, low-battery indicator,\n              and adjustable filter-use counter\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eHeat pump compatibility\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e\n              Heat pumps without auxiliary or emergency heat\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ab-thermostat-note\"\u003e\n      This thermostat must be installed by a trained and experienced\n      technician. Confirm the HVAC system type, wiring, power requirements,\n      and thermostat compatibility before installation. This model is not\n      intended to control auxiliary or emergency heat.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"ARMBRIDGE","offers":[{"title":"Default Title","offer_id":45275051655211,"sku":"24V Universal Thermostat (AB-24V-UTS)","price":75.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0625\/5647\/1339\/files\/16b0a03b-2677-4c54-88f3-74cd9b2ddb00.png?v=1788557649","url":"https:\/\/hvacsupplies.com\/products\/armbridge-ab-24v-uts-24v-universal-thermostat","provider":"HVACSupplies.com","version":"1.0","type":"link"}