{"title":"WhisperKOOL Through-the-Wall Self Contained","description":"\u003cdiv class=\"yourchoice-card-heading\"\u003e\n\u003cp class=\"price\"\u003eThese units are designed to mount between the studs of an existing wall. One end of the wine cellar cooling system blows cool air into the cellar, and the other end of the system exhausts heat from the cellar into an area adjacent to it.\u003c\/p\u003e\n\u003c\/div\u003e","products":[{"product_id":"whisperkool-sc-pro-2000-self-contained","title":"WhisperKOOL SC PRO 2000 Self-Contained Wine Cellar Refrigeration","description":"\u003ch3\u003e\u003cspan style=\"color: rgb(0, 170, 255);\"\u003eFree Shipping!\u003c\/span\u003e\u003c\/h3\u003e\n\u003cstyle\u003e\n        .product-description-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .hero-section { margin-bottom: 40px; }\n\n        .hero-title {\n            font-size: 32px;\n            font-weight: 700;\n            color: #0066ff;\n            margin-bottom: 16px;\n            line-height: 1.2;\n        }\n\n        .hero-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 24px;\n            font-weight: 400;\n        }\n\n        .key-benefits {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .benefit-item {\n            padding: 20px;\n            background: #f8f9fa;\n            border-radius: 8px;\n            border-left: 4px solid #0066ff;\n        }\n\n        .benefit-title { font-weight: 600; color: #333; margin-bottom: 8px; }\n        .benefit-description { font-size: 14px; color: #555; }\n\n        \/* Tab Navigation *\/\n        .tab-navigation {\n            display: flex;\n            border-bottom: 2px solid #e9ecef;\n            margin: 40px 0 0 0;\n            overflow-x: auto;\n            scrollbar-width: none;\n            -ms-overflow-style: none;\n            background: #f8f9fa;\n            border-radius: 8px 8px 0 0;\n            padding: 4px;\n            gap: 4px;\n        }\n\n        .tab-navigation::-webkit-scrollbar { display: none; }\n\n        .tab-button {\n            flex: 1 1 0;\n            padding: 16px 8px;\n            background: transparent;\n            border: none;\n            font-size: 15px;\n            font-weight: 600;\n            color: #666;\n            cursor: pointer;\n            border-radius: 6px;\n            transition: all 0.3s ease;\n            white-space: nowrap;\n            min-width: 0;\n            text-align: center;\n            overflow: hidden;\n            text-overflow: ellipsis;\n        }\n\n        .tab-button.active {\n            color: #0066ff;\n            background: white;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n            border: 1px solid #e9ecef;\n        }\n\n        .tab-button:hover:not(.active) {\n            color: #0066ff;\n            background: rgba(0, 102, 255, 0.05);\n        }\n\n        \/* Tab Content *\/\n        .tab-content {\n            display: none;\n            animation: fadeIn 0.3s ease;\n            background: white;\n            padding: 30px;\n            border-radius: 0 0 8px 8px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n            border: 1px solid #e9ecef;\n            border-top: none;\n        }\n\n        .tab-content.active { display: block; }\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(10px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        \/* Feature Grid *\/\n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin: 30px 0;\n        }\n\n        .feature-card {\n            padding: 24px;\n            background: #fff;\n            border: 1px solid #e9ecef;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        }\n\n        .feature-card h3 {\n            color: #0066ff;\n            font-size: 18px;\n            margin-bottom: 12px;\n            border-bottom: 2px solid #0066ff;\n            padding-bottom: 4px;\n            display: inline-block;\n        }\n\n        \/* Spec Table — no horizontal scroll *\/\n        .spec-table-container {\n            margin: 20px 0;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n            overflow: hidden;\n        }\n\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: #fff;\n            table-layout: fixed;\n        }\n\n        .spec-table th {\n            background: #0066ff;\n            color: white;\n            padding: 16px;\n            text-align: left;\n            font-weight: 600;\n            word-wrap: break-word;\n        }\n\n        .spec-table th:nth-child(1) { width: 28%; }\n        .spec-table th:nth-child(2) { width: 28%; }\n        .spec-table th:nth-child(3) { width: 44%; }\n\n        .spec-table td {\n            padding: 16px;\n            border-bottom: 1px solid #e9ecef;\n            word-wrap: break-word;\n            vertical-align: top;\n        }\n\n        .spec-table tr:last-child td { border-bottom: none; }\n        .spec-table tr:nth-child(even) { background: #f8f9fa; }\n\n        \/* Mobile: stack rows as cards *\/\n        @media (max-width: 640px) {\n            .spec-table thead { display: none; }\n\n            .spec-table,\n            .spec-table tbody,\n            .spec-table tr,\n            .spec-table td {\n                display: block;\n                width: 100%;\n                box-sizing: border-box;\n            }\n\n            .spec-table tr {\n                background: #fff;\n                border: 1px solid #e9ecef;\n                border-radius: 8px;\n                margin-bottom: 12px;\n                padding: 4px 0;\n                box-shadow: 0 1px 4px rgba(0,0,0,0.04);\n            }\n\n            .spec-table tr:nth-child(even) { background: #fff; }\n\n            .spec-table td {\n                padding: 10px 16px;\n                border-bottom: 1px dashed #e9ecef;\n                white-space: normal;\n            }\n\n            .spec-table td:last-child { border-bottom: none; }\n\n            .spec-table td::before {\n                content: attr(data-label);\n                display: block;\n                font-size: 11px;\n                font-weight: 700;\n                text-transform: uppercase;\n                letter-spacing: 0.05em;\n                color: #0066ff;\n                margin-bottom: 4px;\n            }\n        }\n\n        \/* BTU Section *\/\n        .btu-section {\n            background: linear-gradient(135deg, #0066ff, #004ebd);\n            color: white;\n            padding: 40px;\n            border-radius: 12px;\n            text-align: center;\n            margin: 40px 0;\n        }\n\n        .btu-title { font-size: 18px; font-weight: 600; margin-bottom: 10px; opacity: 0.9; }\n        .btu-value { font-size: 48px; font-weight: 700; margin-bottom: 20px; color: white; }\n        .btu-description { font-size: 14px; line-height: 1.5; opacity: 0.9; }\n\n        \/* Download Buttons *\/\n        .download-section { margin: 30px 0; }\n\n        .download-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n        }\n\n        .download-button {\n            display: flex;\n            align-items: center;\n            padding: 16px 20px;\n            background: #0066ff;\n            color: white;\n            text-decoration: none;\n            border-radius: 6px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            box-shadow: 0 2px 8px rgba(0,102,255,0.2);\n        }\n\n        .download-button:hover {\n            background: #004ebd;\n            transform: translateY(-1px);\n            box-shadow: 0 4px 12px rgba(0,102,255,0.3);\n        }\n\n        .download-icon { margin-right: 10px; font-size: 18px; }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, #0066ff, #004ebd);\n            color: white;\n            padding: 40px;\n            border-radius: 12px;\n            text-align: center;\n            margin: 40px 0;\n        }\n\n        .cta-title { font-size: 24px; font-weight: 700; margin-bottom: 16px; }\n\n        .cta-button {\n            display: inline-block;\n            padding: 16px 32px;\n            background: white;\n            color: #0066ff;\n            text-decoration: none;\n            border-radius: 6px;\n            font-weight: 700;\n            font-size: 16px;\n            margin-top: 16px;\n            transition: all 0.3s ease;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.2);\n        }\n\n        \/* Video Links *\/\n        .video-link {\n            color: #0066ff;\n            text-decoration: none;\n            font-weight: 600;\n            border-bottom: 1px solid transparent;\n            transition: all 0.3s ease;\n        }\n\n        .video-link:hover { border-bottom-color: #0066ff; }\n        .video-icon { display: inline-block; margin-left: 5px; font-size: 12px; }\n\n        \/* Warning Box *\/\n        .warning-box {\n            background: #fff3cd;\n            border-left: 4px solid #ffc107;\n            padding: 20px;\n            margin: 20px 0;\n            border-radius: 4px;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero-title { font-size: 24px; }\n\n            .tab-navigation { margin: 20px 0 0 0; padding: 4px; gap: 2px; }\n\n            .tab-button {\n                padding: 12px 6px;\n                font-size: 12px;\n                font-weight: 600;\n                min-width: 0;\n                border-radius: 4px;\n            }\n\n            .tab-content { padding: 20px 16px; }\n\n            .feature-grid { grid-template-columns: 1fr; gap: 20px; }\n\n            .btu-value { font-size: 36px; }\n            .btu-section, .cta-section { padding: 24px 16px; }\n\n            .download-button { padding: 14px 16px; font-size: 14px; }\n            .download-icon { font-size: 16px; }\n        }\n\n        @media (max-width: 480px) {\n            .tab-button { padding: 10px 4px; font-size: 11px; min-width: 0; }\n            .btu-value { font-size: 28px; }\n        }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description-container\"\u003e\n\n  \u003c!-- Hero Section --\u003e\n  \u003cdiv class=\"hero-section\"\u003e\n    \u003ch1 class=\"hero-title\"\u003eWhisperKOOL SC Pro 2000: Compact Wine Cellar Cooling Excellence\u003c\/h1\u003e\n    \u003cp class=\"hero-subtitle\"\u003eAdvanced cooling unit engineered for small to mid-sized wine cellars up to 300 cubic feet, featuring cutting-edge condensate management and whisper-quiet operation technology.\u003c\/p\u003e\n    \u003cdiv class=\"key-benefits\"\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cdiv class=\"benefit-title\"\u003eSmart Condensate Management\u003c\/div\u003e\n        \u003cdiv class=\"benefit-description\"\u003eEvaporates up to 3oz of condensate per hour, making drain lines optional\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cdiv class=\"benefit-title\"\u003eAdvanced Blower System\u003c\/div\u003e\n        \u003cdiv class=\"benefit-description\"\u003eOptimized performance with significantly lower noise levels\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cdiv class=\"benefit-title\"\u003eSmart Refrigerant Metering\u003c\/div\u003e\n        \u003cdiv class=\"benefit-description\"\u003eIntelligent system optimization for enhanced efficiency and reliability\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cdiv class=\"benefit-title\"\u003eModern Design Housing\u003c\/div\u003e\n        \u003cdiv class=\"benefit-description\"\u003eContemporary aesthetics that complement any wine cellar design\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BTU Rating Section --\u003e\n  \u003cdiv class=\"btu-section\"\u003e\n    \u003cdiv class=\"btu-title\"\u003eBTU\/H Rating\u003c\/div\u003e\n    \u003cdiv class=\"btu-value\"\u003e1453\u003c\/div\u003e\n    \u003cdiv class=\"btu-description\"\u003eThe BTU\/h value shown here is a theoretical number. There are often circumstances under which a cellar design may require a larger unit due to variables not accounted for in the formula. For example, these variables could be building materials (such as glass, stone, concrete, etc.) which do not offer the insulation capacity required to maintain the optimal cellar environment. We recommend purchasing a unit with a larger capacity to compensate for these unaccounted-for variables. An undersized unit can lead to premature failure and will most likely prevent the cellar from reaching your desired temperature.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tab Navigation --\u003e\n  \u003cdiv class=\"tab-navigation\" id=\"wk-tab-nav\"\u003e\n    \u003cbutton class=\"tab-button active\" data-tab=\"features\"\u003eKey Features\u003c\/button\u003e\n    \u003cbutton class=\"tab-button\" data-tab=\"specifications\"\u003eTechnical Specs\u003c\/button\u003e\n    \u003cbutton class=\"tab-button\" data-tab=\"installation\"\u003eInstallation Guide\u003c\/button\u003e\n    \u003cbutton class=\"tab-button\" data-tab=\"downloads\"\u003eDownloads \u0026amp; Manuals\u003c\/button\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tab 1: Key Features --\u003e\n  \u003cdiv id=\"features\" class=\"tab-content active\"\u003e\n    \u003ch2\u003eSC Pro 2000 Key Features \u0026amp; Benefits\u003c\/h2\u003e\n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eCondensate Management System\u003c\/h3\u003e\n        \u003cp\u003eRevolutionary condensate management technology that evaporates up to 3 ounces of water per hour, transforming the traditional drain line requirement into merely a safeguard rather than a necessity. This innovative system prevents moisture buildup while simplifying installation requirements.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eSmart Refrigerant Metering\u003c\/h3\u003e\n        \u003cp\u003eIntelligent refrigerant distribution system that optimizes cooling efficiency while reducing energy consumption. This advanced metering technology ensures consistent performance and extends system lifespan through precise refrigerant management.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003e\u003ca class=\"video-link\" href=\"https:\/\/youtu.be\/B0WpRRDC8Ns\" target=\"_blank\"\u003eAdvanced Blower Fans \u003cspan class=\"video-icon\"\u003e🎥\u003c\/span\u003e\u003c\/a\u003e\u003c\/h3\u003e\n        \u003cp\u003eCompletely redesigned blower fan system delivers optimized performance with considerably lower noise levels. This breakthrough technology provides robust airflow distribution while maintaining the whisper-quiet operation WhisperKOOL is renowned for.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003e\u003ca class=\"video-link\" href=\"https:\/\/www.youtube.com\/watch?v=jXzlFASUzcA\" target=\"_blank\"\u003eLiquid-Temperature-Measuring Bottle Probe \u003cspan class=\"video-icon\"\u003e🎥\u003c\/span\u003e\u003c\/a\u003e\u003c\/h3\u003e\n        \u003cp\u003eAdvanced temperature monitoring system with retractable cable design that measures actual wine temperature rather than ambient air temperature. This precise monitoring ensures optimal cellar environment and prevents temperature fluctuations.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003e\u003ca class=\"video-link\" href=\"https:\/\/youtu.be\/bnRmmN-vmxo\" target=\"_blank\"\u003eAdvanced Digital Controller \u003cspan class=\"video-icon\"\u003e🎥\u003c\/span\u003e\u003c\/a\u003e\u003c\/h3\u003e\n        \u003cp\u003eState-of-the-art digital control system provides precise temperature management with intuitive interface. Features advanced system protection and intelligent alarms that alert you when certain parameters aren't met, preventing premature failure.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003e\u003ca class=\"video-link\" href=\"https:\/\/youtu.be\/0TmwfLTwVNA\" target=\"_blank\"\u003eCoated Evaporator Coil \u003cspan class=\"video-icon\"\u003e🎥\u003c\/span\u003e\u003c\/a\u003e\u003c\/h3\u003e\n        \u003cp\u003eEnhanced evaporator coil coating provides superior protection against corrosion and extends system lifespan. This advanced coating technology ensures reliable performance in various environmental conditions while maintaining efficient heat transfer.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003e\u003ca class=\"video-link\" href=\"https:\/\/www.youtube.com\/watch?v=IRTENnTqOnA\" target=\"_blank\"\u003eFront or Rear Power Switch \u003cspan class=\"video-icon\"\u003e🎥\u003c\/span\u003e\u003c\/a\u003e\u003c\/h3\u003e\n        \u003cp\u003eFlexible power connection options allow power supply from either front or rear of the unit, providing enhanced installation versatility. This design flexibility accommodates various cellar configurations and installation constraints.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003e\u003ca class=\"video-link\" href=\"https:\/\/www.youtube.com\/watch?v=eHnTP0VF5Yc\" target=\"_blank\"\u003eSingle-Piece Mounting Bracket \u003cspan class=\"video-icon\"\u003e🎥\u003c\/span\u003e\u003c\/a\u003e\u003c\/h3\u003e\n        \u003cp\u003eStreamlined installation process with robust single-piece mounting bracket that ensures secure, stable unit positioning. This engineering improvement simplifies installation while providing superior structural support.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta-section\"\u003e\n      \u003cdiv class=\"cta-title\"\u003eExperience the SC Pro Difference\u003c\/div\u003e\n      \u003cp\u003eThe SC Pro 2000 represents the perfect synthesis of cutting-edge technology and user-friendly design, incorporating customer and technician feedback to create the ideal cooling solution for your wine cellar.\u003c\/p\u003e\n      \u003ca class=\"cta-button\" href=\"#\"\u003eConfigure Your System Today\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tab 2: Technical Specifications --\u003e\n  \u003cdiv id=\"specifications\" class=\"tab-content\"\u003e\n    \u003ch2\u003eComplete Technical Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"spec-table-container\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSpecification\u003c\/th\u003e\n            \u003cth\u003eValue\u003c\/th\u003e\n            \u003cth\u003eDetails\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eCellar Size\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003eApprox. 300 cu. ft.\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eFully insulated cellar with proper vapor barrier required\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eBTU\/h Rating\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e1453 BTU\/h\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003e@ 85°F air entering condenser coil\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eDimensions\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e17.5\"L × 14.25\"W × 15.75\"H\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eCompact design for versatile installation\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e65 lbs\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eManageable for single-person installation\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eRefrigerant\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003eR-134a\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eEnvironmentally responsible refrigerant\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eHorsepower\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e1\/8 HP\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eEfficient compressor system\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eVoltage Rating\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e115V (20-amp dedicated circuit)\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003e230V subject to availability\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eRunning Amps\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e2.7 amps\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eEnergy-efficient operation\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eDrain Line\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e1\/2\" ID clear plastic tubing\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eOptional with condensate management system\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eInstallation Type\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003eThrough-the-wall, partially ducted\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eSelf-contained unit design\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eTemperature Delta\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e30°F differential\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eMaintains 55°F with 85°F condenser air intake\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eDucting Options\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003eOptional ducting kit available\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eExhaust air can be ducted as needed\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003ch3\u003eHeat Load Calculation Requirements\u003c\/h3\u003e\n    \u003cdiv class=\"warning-box\"\u003e\n      \u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e Every wine cellar is unique and has specific cooling unit requirements. A heat load calculation should always be performed prior to selecting a wine cooling unit. The cellar needs to be fully insulated and sealed with a proper vapor barrier for optimal performance.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tab 3: Installation Guide --\u003e\n  \u003cdiv id=\"installation\" class=\"tab-content\"\u003e\n    \u003ch2\u003eInstallation Requirements \u0026amp; Best Practices\u003c\/h2\u003e\n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003ePre-Installation Requirements\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eFully insulated cellar with R-19 minimum insulation\u003c\/li\u003e\n          \u003cli\u003eComplete vapor barrier on warm side of insulation\u003c\/li\u003e\n          \u003cli\u003eDedicated 20-amp electrical circuit (115V)\u003c\/li\u003e\n          \u003cli\u003eThrough-the-wall opening sized appropriately\u003c\/li\u003e\n          \u003cli\u003eAdequate ventilation on condenser side\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eInstallation Process\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eMark and cut through-the-wall opening\u003c\/li\u003e\n          \u003cli\u003eInstall single-piece mounting bracket securely\u003c\/li\u003e\n          \u003cli\u003ePosition unit and secure to bracket\u003c\/li\u003e\n          \u003cli\u003eConnect electrical power (front or rear option)\u003c\/li\u003e\n          \u003cli\u003eInstall drain line if desired (optional)\u003c\/li\u003e\n          \u003cli\u003eTest operation and calibrate temperature settings\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eAdvanced Thermostat Features\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eAdvanced digital controller with precise temperature control\u003c\/li\u003e\n          \u003cli\u003eLiquid-temperature-measuring bottle probe with retractable cable\u003c\/li\u003e\n          \u003cli\u003eReal-time monitoring of wine temperature vs. ambient air\u003c\/li\u003e\n          \u003cli\u003eIntelligent alarm system for parameter monitoring\u003c\/li\u003e\n          \u003cli\u003eUser-friendly interface for easy operation\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eSystem Compatibility\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eDirect replacement for SC Series units\u003c\/li\u003e\n          \u003cli\u003eCompatible with XLT cooling unit series installations\u003c\/li\u003e\n          \u003cli\u003eBackward compatible mounting systems\u003c\/li\u003e\n          \u003cli\u003eUpgrade path from previous WhisperKOOL models\u003c\/li\u003e\n          \u003cli\u003eStandard electrical outlet compatibility\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003ch3\u003eProfessional vs. DIY Installation\u003c\/h3\u003e\n    \u003cp\u003eThe SC Pro 2000 is designed for straightforward installation, but consider professional installation for electrical work, structural modifications, or if local codes require licensed contractor involvement.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tab 4: Downloads \u0026 Manuals --\u003e\n  \u003cdiv id=\"downloads\" class=\"tab-content\"\u003e\n    \u003ch2\u003eProduct Documentation \u0026amp; Resources\u003c\/h2\u003e\n    \u003cdiv class=\"download-section\"\u003e\n      \u003ch3\u003eEssential Downloads\u003c\/h3\u003e\n      \u003cdiv class=\"download-grid\"\u003e\n        \u003ca class=\"download-button\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/WK_SC_Series_OM_UV_011824.pdf?v=1737480006\" target=\"_blank\"\u003e\n          \u003cspan class=\"download-icon\"\u003e📋\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cdiv\u003eOwner's Manual\u003c\/div\u003e\n            \u003csmall\u003eComplete installation \u0026amp; operation guide\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n        \u003ca class=\"download-button\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/SC_PRO_ProductSheet_23.pdf?v=1737480004\" target=\"_blank\"\u003e\n          \u003cspan class=\"download-icon\"\u003e📊\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cdiv\u003eProduct Specifications\u003c\/div\u003e\n            \u003csmall\u003eDetailed technical spec sheet\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n        \u003ca class=\"download-button\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/WhisperKOOL_Self-Contained_Product-Warranty_082024.pdf\" target=\"_blank\"\u003e\n          \u003cspan class=\"download-icon\"\u003e🛡️\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cdiv\u003eWarranty Information\u003c\/div\u003e\n            \u003csmall\u003eCoverage details \u0026amp; registration\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch3\u003eWarranty Coverage\u003c\/h3\u003e\n    \u003cdiv style=\"background: linear-gradient(135deg, #f8f9fa, #e9ecef); border-radius: 8px; overflow: hidden; margin: 20px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\"\u003e\n      \u003cdiv style=\"background: #0066ff; color: white; padding: 20px; text-align: center;\"\u003e\n        \u003ch4 style=\"margin: 0; font-size: 20px; font-weight: bold; color: white;\"\u003eComplete Protection Package\u003c\/h4\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"padding: 24px;\"\u003e\n        \u003cdiv style=\"margin-bottom: 20px; padding: 16px; background: white; border-radius: 6px; border-left: 4px solid #0066ff;\"\u003e\n          \u003ch4 style=\"color: #0066ff; margin: 0 0 8px 0;\"\u003eTwo-Year Limited Warranty\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; color: #555;\"\u003e\u003cstrong\u003eParts \u0026amp; Labor Coverage:\u003c\/strong\u003e Comprehensive coverage for manufacturing defects and component failures under normal use conditions.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"padding: 16px; background: white; border-radius: 6px; border-left: 4px solid #0066ff;\"\u003e\n          \u003ch4 style=\"color: #0066ff; margin: 0 0 8px 0;\"\u003eFive-Year Compressor Warranty\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; color: #555;\"\u003e\u003cstrong\u003eExtended Protection:\u003c\/strong\u003e The heart of your cooling system is protected with extended compressor coverage, ensuring long-term reliability and peace of mind.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background: linear-gradient(135deg, #0066ff, #004ebd); color: white; padding: 30px; border-radius: 8px; margin: 30px 0;\"\u003e\n      \u003ch3 style=\"color: white; margin-top: 0; text-align: center;\"\u003eTechnical Support Resources\u003c\/h3\u003e\n      \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 20px;\"\u003e\n        \u003cdiv style=\"text-align: center;\"\u003e\n          \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e📞\u003c\/div\u003e\n          \u003cdiv style=\"font-weight: 600; margin-bottom: 4px;\"\u003ePhone Support\u003c\/div\u003e\n          \u003cdiv style=\"font-size: 18px; font-weight: bold;\"\u003e888-589-1833\u003c\/div\u003e\n          \u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eMonday-Friday, 8 AM - 5 PM PST\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"text-align: center;\"\u003e\n          \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e✉️\u003c\/div\u003e\n          \u003cdiv style=\"font-weight: 600; margin-bottom: 4px;\"\u003eEmail Support\u003c\/div\u003e\n          \u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eTechnical assistance via manufacturer portal\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"text-align: center;\"\u003e\n          \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e🔧\u003c\/div\u003e\n          \u003cdiv style=\"font-weight: 600; margin-bottom: 4px;\"\u003eAuthorized Service\u003c\/div\u003e\n          \u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eNationwide network of certified technicians\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"text-align: center;\"\u003e\n          \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e📚\u003c\/div\u003e\n          \u003cdiv style=\"font-weight: 600; margin-bottom: 4px;\"\u003eOnline Resources\u003c\/div\u003e\n          \u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eTroubleshooting guides and FAQs\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n    \u003cdiv class=\"faq-container\"\u003e\n      \u003cdiv style=\"background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden;\"\u003e\n        \u003cdiv style=\"padding: 20px; border-left: 4px solid #0066ff;\"\u003e\n          \u003ch4 style=\"color: #0066ff; margin: 0 0 10px 0; font-size: 16px;\"\u003eDo I need a drain line with the condensate management system?\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; color: #555; line-height: 1.5;\"\u003eThe advanced condensate management system evaporates up to 3oz per hour, making a drain line optional in most installations. However, we recommend installing one as a backup safeguard.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden;\"\u003e\n        \u003cdiv style=\"padding: 20px; border-left: 4px solid #0066ff;\"\u003e\n          \u003ch4 style=\"color: #0066ff; margin: 0 0 10px 0; font-size: 16px;\"\u003eWhat makes the SC Pro series different from the original SC series?\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; color: #555; line-height: 1.5;\"\u003eThe SC Pro series features advanced blower technology, condensate management system, enhanced digital controls, and significantly quieter operation compared to the original SC series.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden;\"\u003e\n        \u003cdiv style=\"padding: 20px; border-left: 4px solid #0066ff;\"\u003e\n          \u003ch4 style=\"color: #0066ff; margin: 0 0 10px 0; font-size: 16px;\"\u003eCan the SC Pro 2000 replace my existing XLT unit?\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; color: #555; line-height: 1.5;\"\u003eYes, the SC Pro 2000 is designed as a direct replacement for both SC Series and XLT cooling unit series, making upgrades seamless with existing installations.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden;\"\u003e\n        \u003cdiv style=\"padding: 20px; border-left: 4px solid #0066ff;\"\u003e\n          \u003ch4 style=\"color: #0066ff; margin: 0 0 10px 0; font-size: 16px;\"\u003eWhat electrical requirements are needed for installation?\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; color: #555; line-height: 1.5;\"\u003eThe SC Pro 2000 requires a dedicated 20-amp circuit at 115V. The unit can be powered from either the front or rear, providing installation flexibility for various cellar configurations.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- TAB JAVASCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n  var nav = document.getElementById('wk-tab-nav');\n  if (!nav) return;\n\n  var buttons = nav.querySelectorAll('.tab-button');\n\n  buttons.forEach(function(btn) {\n    btn.addEventListener('click', function() {\n      var targetId = this.getAttribute('data-tab');\n\n      buttons.forEach(function(b) { b.classList.remove('active'); });\n      document.querySelectorAll('.tab-content').forEach(function(panel) {\n        panel.classList.remove('active');\n      });\n\n      this.classList.add('active');\n      var target = document.getElementById(targetId);\n      if (target) target.classList.add('active');\n\n      this.scrollIntoView({ behavior: 'smooth', block: 'nearest', inline: 'center' });\n    });\n  });\n})();\n\u003c\/script\u003e","brand":"WhisperKOOL","offers":[{"title":"Default Title","offer_id":46071080190150,"sku":"U-WKSC2000-115-PRO-4","price":3165.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/2651\/8726\/files\/WhisperKOOL-SC-PRO-2000-Self-Contained-Wine-Cellar-Refrigeration-1.jpg?v=1784128685"},{"product_id":"whisperkool-sc-pro-3000-self-contained","title":"WhisperKOOL SC PRO 3000 Self-Contained Wine Cellar Refrigeration","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan style=\"color: rgb(0, 170, 255);\"\u003eFree Shipping!\u003c\/span\u003e\u003c\/h3\u003e\n\u003cstyle\u003e\n        .product-description-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            margin-bottom: 40px;\n        }\n\n        .hero-title {\n            font-size: 32px;\n            font-weight: 700;\n            color: #0066ff;\n            margin-bottom: 16px;\n            line-height: 1.2;\n        }\n\n        .hero-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 24px;\n            font-weight: 400;\n        }\n\n        .key-benefits {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .benefit-item {\n            padding: 20px;\n            background: #f8f9fa;\n            border-radius: 8px;\n            border-left: 4px solid #0066ff;\n        }\n\n        .benefit-title {\n            font-weight: 600;\n            color: #333;\n            margin-bottom: 8px;\n        }\n\n        .benefit-description {\n            font-size: 14px;\n            color: #555;\n        }\n\n        \/* Tab Navigation *\/\n        .tab-navigation {\n            display: flex;\n            border-bottom: 2px solid #e9ecef;\n            margin: 40px 0 0 0;\n            overflow-x: auto;\n            scrollbar-width: none;\n            -ms-overflow-style: none;\n            background: #f8f9fa;\n            border-radius: 8px 8px 0 0;\n            padding: 4px;\n            gap: 4px;\n        }\n\n        .tab-navigation::-webkit-scrollbar {\n            display: none;\n        }\n\n        .tab-button {\n            flex: 1 1 0;\n            padding: 16px 8px;\n            background: transparent;\n            border: none;\n            font-size: 15px;\n            font-weight: 600;\n            color: #666;\n            cursor: pointer;\n            border-radius: 6px;\n            transition: all 0.3s ease;\n            white-space: nowrap;\n            min-width: 0;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n            text-overflow: ellipsis;\n        }\n\n        .tab-button.active {\n            color: #0066ff;\n            background: white;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n            border: 1px solid #e9ecef;\n        }\n\n        .tab-button:hover:not(.active) {\n            color: #0066ff;\n            background: rgba(0, 102, 255, 0.05);\n        }\n\n        \/* Tab Content *\/\n        .tab-content {\n            display: none;\n            animation: fadeIn 0.3s ease;\n            background: white;\n            padding: 30px;\n            border-radius: 0 0 8px 8px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n            border: 1px solid #e9ecef;\n            border-top: none;\n        }\n\n        .tab-content.active {\n            display: block;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(10px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        \/* Feature Grid *\/\n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin: 30px 0;\n        }\n\n        .feature-card {\n            padding: 24px;\n            background: #fff;\n            border: 1px solid #e9ecef;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        }\n\n        .feature-card h3 {\n            color: #0066ff;\n            font-size: 18px;\n            margin-bottom: 12px;\n            border-bottom: 2px solid #0066ff;\n            padding-bottom: 4px;\n            display: inline-block;\n        }\n\n        \/* Specifications Table *\/\n        .spec-table-container {\n            margin: 20px 0;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n            overflow: hidden;\n        }\n\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: #fff;\n            table-layout: fixed;\n        }\n\n        .spec-table th {\n            background: #0066ff;\n            color: white;\n            padding: 16px;\n            text-align: left;\n            font-weight: 600;\n            word-wrap: break-word;\n        }\n\n        .spec-table th:nth-child(1) { width: 28%; }\n        .spec-table th:nth-child(2) { width: 28%; }\n        .spec-table th:nth-child(3) { width: 44%; }\n\n        .spec-table td {\n            padding: 16px;\n            border-bottom: 1px solid #e9ecef;\n            word-wrap: break-word;\n            vertical-align: top;\n        }\n\n        .spec-table tr:last-child td {\n            border-bottom: none;\n        }\n\n        .spec-table tr:nth-child(even) {\n            background: #f8f9fa;\n        }\n\n        \/* Mobile: stack each row as a labelled card *\/\n        @media (max-width: 640px) {\n            .spec-table thead { display: none; }\n\n            .spec-table,\n            .spec-table tbody,\n            .spec-table tr,\n            .spec-table td {\n                display: block;\n                width: 100%;\n                box-sizing: border-box;\n            }\n\n            .spec-table tr {\n                background: #fff;\n                border: 1px solid #e9ecef;\n                border-radius: 8px;\n                margin-bottom: 12px;\n                padding: 4px 0;\n                box-shadow: 0 1px 4px rgba(0,0,0,0.04);\n            }\n\n            .spec-table tr:nth-child(even) { background: #fff; }\n\n            .spec-table td {\n                padding: 10px 16px;\n                border-bottom: 1px dashed #e9ecef;\n                word-wrap: break-word;\n                white-space: normal;\n            }\n\n            .spec-table td:last-child { border-bottom: none; }\n\n            .spec-table td::before {\n                content: attr(data-label);\n                display: block;\n                font-size: 11px;\n                font-weight: 700;\n                text-transform: uppercase;\n                letter-spacing: 0.05em;\n                color: #0066ff;\n                margin-bottom: 4px;\n            }\n        }\n\n        \/* BTU Section *\/\n        .btu-section {\n            background: linear-gradient(135deg, #0066ff, #004ebd);\n            color: white;\n            padding: 40px;\n            border-radius: 12px;\n            text-align: center;\n            margin: 40px 0;\n        }\n\n        .btu-title {\n            font-size: 18px;\n            font-weight: 600;\n            margin-bottom: 10px;\n            opacity: 0.9;\n        }\n\n        .btu-value {\n            font-size: 48px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            color: white;\n        }\n\n        .btu-description {\n            font-size: 14px;\n            line-height: 1.5;\n            opacity: 0.9;\n        }\n\n        \/* Download Buttons *\/\n        .download-section {\n            margin: 30px 0;\n        }\n\n        .download-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n        }\n\n        .download-button {\n            display: flex;\n            align-items: center;\n            padding: 16px 20px;\n            background: #0066ff;\n            color: white;\n            text-decoration: none;\n            border-radius: 6px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            box-shadow: 0 2px 8px rgba(0,102,255,0.2);\n        }\n\n        .download-button:hover {\n            background: #004ebd;\n            transform: translateY(-1px);\n            box-shadow: 0 4px 12px rgba(0,102,255,0.3);\n        }\n\n        .download-icon {\n            margin-right: 10px;\n            font-size: 18px;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, #0066ff, #004ebd);\n            color: white;\n            padding: 40px;\n            border-radius: 12px;\n            text-align: center;\n            margin: 40px 0;\n        }\n\n        .cta-title {\n            font-size: 24px;\n            font-weight: 700;\n            margin-bottom: 16px;\n        }\n\n        .cta-button {\n            display: inline-block;\n            padding: 16px 32px;\n            background: white;\n            color: #0066ff;\n            text-decoration: none;\n            border-radius: 6px;\n            font-weight: 700;\n            font-size: 16px;\n            margin-top: 16px;\n            transition: all 0.3s ease;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.2);\n        }\n\n        \/* Product Image Grid *\/\n        .product-image-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin: 30px 0;\n        }\n\n        .product-image-card {\n            text-align: center;\n            padding: 20px;\n            background: #f8f9fa;\n            border-radius: 8px;\n            border: 1px solid #e9ecef;\n        }\n\n        .product-image-card img {\n            width: 100%;\n            max-width: 300px;\n            height: auto;\n            border-radius: 6px;\n            margin-bottom: 15px;\n        }\n\n        .product-image-card h4 {\n            color: #0066ff;\n            font-size: 16px;\n            font-weight: 600;\n            margin-bottom: 10px;\n        }\n\n        \/* Warning Box *\/\n        .warning-box {\n            background: #fff3cd;\n            border-left: 4px solid #ffc107;\n            padding: 20px;\n            margin: 20px 0;\n            border-radius: 4px;\n        }\n\n        \/* Two-column layout sections *\/\n        .two-col-section {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            margin: 40px 0;\n            align-items: center;\n        }\n\n        .two-col-section img {\n            width: 100%;\n            border-radius: 8px;\n        }\n\n        .two-col-section.reverse .col-text { order: 2; }\n        .two-col-section.reverse .col-image { order: 1; }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero-title {\n                font-size: 24px;\n            }\n\n            .tab-navigation {\n                margin: 20px 0 0 0;\n                padding: 4px;\n                gap: 2px;\n            }\n\n            .tab-button {\n                padding: 12px 6px;\n                font-size: 12px;\n                font-weight: 600;\n                min-width: 0;\n                border-radius: 4px;\n            }\n\n            .tab-content {\n                padding: 20px 16px;\n                border-radius: 0 0 8px 8px;\n            }\n\n            .feature-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n\n            .spec-table {\n                font-size: 14px;\n            }\n\n            .spec-table th,\n            .spec-table td {\n                padding: 12px 8px;\n            }\n\n            .btu-value {\n                font-size: 36px;\n            }\n\n            .download-button {\n                padding: 14px 16px;\n                font-size: 14px;\n            }\n\n            .download-icon {\n                font-size: 16px;\n            }\n\n            .two-col-section {\n                grid-template-columns: 1fr !important;\n                gap: 20px !important;\n            }\n\n            .two-col-section.reverse .col-text { order: 1; }\n            .two-col-section.reverse .col-image { order: 2; }\n        }\n\n        @media (max-width: 480px) {\n            .tab-button {\n                padding: 10px 4px;\n                font-size: 11px;\n                min-width: 0;\n            }\n\n            .spec-table {\n                font-size: 12px;\n            }\n\n            .spec-table th,\n            .spec-table td {\n                padding: 8px 6px;\n            }\n\n            .btu-value {\n                font-size: 28px;\n            }\n\n            .btu-section,\n            .cta-section {\n                padding: 24px 16px;\n            }\n        }\n    \u003c\/style\u003e\n\n\u003cdiv class=\"product-description-container\"\u003e\n\n  \u003c!-- Hero Section --\u003e\n  \u003cdiv class=\"hero-section\"\u003e\n    \u003ch1 class=\"hero-title\"\u003eWhisperKOOL SC Pro 3000: Efficient and Affordable Wine Cellar Cooling\u003c\/h1\u003e\n    \u003cp class=\"hero-subtitle\"\u003eElevate your wine preservation experience with the WhisperKOOL SC PRO 3000. This state-of-the-art unit perfectly blends advanced technology with whisper-quiet operation, ensuring your collection ages gracefully in ideal conditions. Discover the ultimate in wine cellar cooling with sleek design and consistent performance.\u003c\/p\u003e\n    \u003cdiv class=\"key-benefits\"\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cdiv class=\"benefit-title\"\u003eWhisper-Quiet Operation\u003c\/div\u003e\n        \u003cdiv class=\"benefit-description\"\u003eExperience a serene wine cellar environment without compromise. Enhanced airflow technology works quietly to maintain optimal conditions.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cdiv class=\"benefit-title\"\u003eAdvanced Digital Controller\u003c\/div\u003e\n        \u003cdiv class=\"benefit-description\"\u003eTake precise control of your wine cellar's climate with an easy-to-read display and effortless temperature management.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cdiv class=\"benefit-title\"\u003eCondensate Management System\u003c\/div\u003e\n        \u003cdiv class=\"benefit-description\"\u003ePrevent water build-up effortlessly with integrated moisture evaporation, reducing the need for a drain line.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cdiv class=\"benefit-title\"\u003eSmart Refrigerant Metering\u003c\/div\u003e\n        \u003cdiv class=\"benefit-description\"\u003eEnergy-efficient cooling that precisely maintains optimal temperature while conserving energy and reducing costs.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Product Images Section --\u003e\n  \u003cdiv class=\"product-image-grid\"\u003e\n    \u003cdiv class=\"product-image-card\"\u003e\n      \u003cimg alt=\"WhisperKOOL SC PRO 3000 installed in wine cellar\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/3A7RueAtR3.jpg?v=1723714725\"\u003e\n      \u003ch4\u003eWhisper-Quiet Operation\u003c\/h4\u003e\n      \u003cp\u003eExperience a serene wine cellar environment without compromise. The SC PRO 3000's enhanced airflow technology works quietly to maintain optimal conditions.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"product-image-card\"\u003e\n      \u003cimg alt=\"Advanced Digital Controller\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/SgjzIxRFky.jpg?v=1723714865\"\u003e\n      \u003ch4\u003eAdvanced Digital Controller\u003c\/h4\u003e\n      \u003cp\u003eTake precise control of your wine cellar's climate. Manage temperatures effortlessly using the advanced digital controller with an easy-to-read display.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"product-image-card\"\u003e\n      \u003cimg alt=\"Condensate Evaporator\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/Condensate-Evaporator-New-Background_9edd1291-f8b2-4d5d-8c2f-6129fe357192.jpg?v=1723714879\"\u003e\n      \u003ch4\u003eCondensate Management System\u003c\/h4\u003e\n      \u003cp\u003ePrevent water build-up effortlessly. The integrated condensate management system efficiently evaporates moisture, reducing the need for a drain line.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BTU Rating Section --\u003e\n  \u003cdiv class=\"btu-section\"\u003e\n    \u003cdiv class=\"btu-title\"\u003eBTU\/H Rating\u003c\/div\u003e\n    \u003cdiv class=\"btu-value\"\u003e2049\u003c\/div\u003e\n    \u003cdiv class=\"btu-description\"\u003e@ 85°F air entering condenser coil. Designed for wine cellars up to approximately 650 cubic feet when fully insulated and sealed with proper vapor barrier.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tab Navigation --\u003e\n  \u003cdiv class=\"tab-navigation\" id=\"wk-tab-nav\"\u003e\n    \u003cbutton class=\"tab-button active\" data-tab=\"features\"\u003eKey Features\u003c\/button\u003e\n    \u003cbutton class=\"tab-button\" data-tab=\"specifications\"\u003eTechnical Specs\u003c\/button\u003e\n    \u003cbutton class=\"tab-button\" data-tab=\"installation\"\u003eInstallation Guide\u003c\/button\u003e\n    \u003cbutton class=\"tab-button\" data-tab=\"downloads\"\u003eDownloads \u0026amp; Manuals\u003c\/button\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tab 1: Key Features --\u003e\n  \u003cdiv id=\"features\" class=\"tab-content active\"\u003e\n    \u003ch2\u003eSC Pro 3000 Key Features \u0026amp; Benefits\u003c\/h2\u003e\n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eCondensate Management System\u003c\/h3\u003e\n        \u003cp\u003eThe condensate management system efficiently evaporates moisture, reducing drain line usage. This advanced system can evaporate up to 3oz of water per hour, making the drain line an additional safeguard rather than a necessity.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eSmart Refrigerant Metering\u003c\/h3\u003e\n        \u003cp\u003eSmart refrigerant metering provides precise cooling and energy efficiency. This feature guarantees energy-efficient cooling, precisely maintaining your wine cellar at the optimal temperature, conserving energy and reducing costs.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eAdvanced Blower Fans\u003c\/h3\u003e\n        \u003cp\u003eAdvanced blower fans deliver optimized airflow and quiet operation. The enhanced airflow technology ensures even distribution of conditioned air throughout your wine cellar while maintaining whisper-quiet performance.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eLiquid-Temperature-Measuring Bottle Probe\u003c\/h3\u003e\n        \u003cp\u003eThe liquid-temperature-measuring bottle probe ensures accurate temperature readings of your actual wine temperature rather than ambient air temperature. This precise monitoring system maintains optimal cellar conditions.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eAdvanced Digital Controller\u003c\/h3\u003e\n        \u003cp\u003eThe advanced digital controller simplifies temperature management with an intuitive interface and easy-to-read display. Take precise control of your wine cellar's climate with effortless temperature management capabilities.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eCoated Evaporator Coil\u003c\/h3\u003e\n        \u003cp\u003eThe coated evaporator coil resists corrosion, extending unit lifespan and ensuring long-term reliability. This advanced coating technology significantly extends the life of your SC PRO 3000 unit.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"two-col-section\"\u003e\n      \u003cdiv class=\"col-text\"\u003e\n        \u003ch3 style=\"color: #0066ff; font-size: 24px; margin-bottom: 16px;\"\u003eCoated Evaporator Coil\u003c\/h3\u003e\n        \u003cp\u003eThe coated evaporator coil resists corrosion and wear, significantly extending the life of your SC PRO 3000 unit, ensuring long-term reliability.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"col-image\"\u003e\n        \u003cimg alt=\"WhisperKOOL SC PRO 3000 Black Cube Design with Digital Display\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/CE5wIiwwvU.jpg?v=1723714738\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"two-col-section reverse\"\u003e\n      \u003cdiv class=\"col-text\"\u003e\n        \u003ch3 style=\"color: #0066ff; font-size: 24px; margin-bottom: 16px;\"\u003eSmart Refrigerant Metering\u003c\/h3\u003e\n        \u003cp\u003eThis feature guarantees energy-efficient cooling, precisely maintaining your wine cellar at the optimal temperature, conserving energy and reducing costs.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"col-image\"\u003e\n        \u003cimg alt=\"WhisperKOOL SC PRO 3000 with digital temperature display showing 55\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0726\/6323\/6890\/files\/EuaOqjg6Ei.jpg?v=1723087596\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta-section\"\u003e\n      \u003cdiv class=\"cta-title\"\u003eExperience Advanced Wine Cellar Cooling\u003c\/div\u003e\n      \u003cp\u003eThe SC PRO 3000 perfectly blends advanced technology with whisper-quiet operation for the ultimate wine preservation experience.\u003c\/p\u003e\n      \u003ca class=\"cta-button\" href=\"#\"\u003eConfigure Your System Today\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tab 2: Technical Specifications --\u003e\n  \u003cdiv id=\"specifications\" class=\"tab-content\"\u003e\n    \u003ch2\u003eComplete Technical Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"spec-table-container\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSpecification\u003c\/th\u003e\n            \u003cth\u003eValue\u003c\/th\u003e\n            \u003cth\u003eDetails\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eCellar Size\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003eApprox. 650 cu. ft.\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eFully insulated cellar with proper vapor barrier required\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eBTU\/h Rating\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e2049 BTU\/h\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003e@ 85°F air entering condenser coil\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eDimensions\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e17.5\"L × 14.25\"W × 15.75\"H\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eCompact design for versatile installation\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e65 lbs\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eManageable for installation\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eRefrigerant\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003eR-134a\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eEnvironmentally responsible refrigerant\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eHorsepower\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e1\/6 HP\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eEfficient compressor system\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eVoltage Rating\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e115V (20-amp dedicated circuit)\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003e230V subject to availability\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eRunning Amps\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e2.9 amps\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eEnergy-efficient operation\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eInstallation Type\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003eThrough-the-wall, partially ducted\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eSelf-contained unit design\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eThermostat\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003eAdvanced digital controller\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003ePrecise temperature management system\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003ch3\u003eHeat Load Calculation Requirements\u003c\/h3\u003e\n    \u003cdiv class=\"warning-box\"\u003e\n      \u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e The SC PRO 3000 is designed for wine cellars up to approximately 650 cu. ft. when fully insulated and sealed with a proper vapor barrier. Every wine cellar is unique and has specific cooling unit requirements.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tab 3: Installation Guide --\u003e\n  \u003cdiv id=\"installation\" class=\"tab-content\"\u003e\n    \u003ch2\u003eInstallation Requirements \u0026amp; Best Practices\u003c\/h2\u003e\n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003ePre-Installation Requirements\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eFully insulated cellar with proper vapor barrier\u003c\/li\u003e\n          \u003cli\u003eDedicated 20-amp electrical circuit (115V)\u003c\/li\u003e\n          \u003cli\u003eThrough-the-wall opening sized appropriately\u003c\/li\u003e\n          \u003cli\u003eAdequate ventilation on condenser side\u003c\/li\u003e\n          \u003cli\u003eCellar size up to 650 cubic feet maximum\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eInstallation Process\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eMark and cut through-the-wall opening\u003c\/li\u003e\n          \u003cli\u003eInstall mounting system securely\u003c\/li\u003e\n          \u003cli\u003ePosition unit and secure properly\u003c\/li\u003e\n          \u003cli\u003eConnect electrical power supply\u003c\/li\u003e\n          \u003cli\u003eInstall drain line if desired (optional with condensate management)\u003c\/li\u003e\n          \u003cli\u003eTest operation and calibrate temperature settings\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eAdvanced Control Features\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eAdvanced digital controller with easy-to-read display\u003c\/li\u003e\n          \u003cli\u003ePrecise temperature management capabilities\u003c\/li\u003e\n          \u003cli\u003eSimplified operation with intuitive interface\u003c\/li\u003e\n          \u003cli\u003eReliable performance monitoring\u003c\/li\u003e\n          \u003cli\u003eEnergy-efficient operation controls\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eSystem Performance\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eWhisper-quiet operation for serene environment\u003c\/li\u003e\n          \u003cli\u003eEnhanced airflow technology\u003c\/li\u003e\n          \u003cli\u003eConsistent temperature maintenance\u003c\/li\u003e\n          \u003cli\u003eLong-term reliability with coated components\u003c\/li\u003e\n          \u003cli\u003eEnergy-efficient cooling performance\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003ch3\u003eCondensate Management Benefits\u003c\/h3\u003e\n    \u003cp\u003eThe integrated condensate management system efficiently evaporates moisture, capable of processing up to 3oz of water per hour. This makes the drain line an additional safeguard rather than a necessity, simplifying installation while preventing water build-up.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tab 4: Downloads \u0026 Manuals --\u003e\n  \u003cdiv id=\"downloads\" class=\"tab-content\"\u003e\n    \u003ch2\u003eProduct Documentation \u0026amp; Resources\u003c\/h2\u003e\n    \u003cdiv class=\"download-section\"\u003e\n      \u003ch3\u003eEssential Downloads\u003c\/h3\u003e\n      \u003cdiv class=\"download-grid\"\u003e\n        \u003ca class=\"download-button\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/WK_SC_Series_OM_UV_011824.pdf\" target=\"_blank\"\u003e\n          \u003cspan class=\"download-icon\"\u003e📋\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cdiv\u003eOwner's Manual\u003c\/div\u003e\n            \u003csmall\u003eComplete installation \u0026amp; operation guide\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n        \u003ca class=\"download-button\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/SC_PRO_ProductSheet_23.pdf\" target=\"_blank\"\u003e\n          \u003cspan class=\"download-icon\"\u003e📊\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cdiv\u003eProduct Specifications\u003c\/div\u003e\n            \u003csmall\u003eDetailed technical spec sheet\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n        \u003ca class=\"download-button\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/WhisperKOOL_Self-Contained_Product-Warranty_082024.pdf\" target=\"_blank\"\u003e\n          \u003cspan class=\"download-icon\"\u003e🛡️\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cdiv\u003eWarranty Information\u003c\/div\u003e\n            \u003csmall\u003eCoverage details \u0026amp; registration\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch3\u003eWarranty Coverage\u003c\/h3\u003e\n    \u003cdiv style=\"background: linear-gradient(135deg, #f8f9fa, #e9ecef); border-radius: 8px; overflow: hidden; margin: 20px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\"\u003e\n      \u003cdiv style=\"background: #0066ff; color: white; padding: 20px; text-align: center;\"\u003e\n        \u003ch4 style=\"margin: 0; font-size: 20px; font-weight: bold; color: white;\"\u003eComplete Protection Package\u003c\/h4\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"padding: 24px;\"\u003e\n        \u003cdiv style=\"margin-bottom: 20px; padding: 16px; background: white; border-radius: 6px; border-left: 4px solid #0066ff;\"\u003e\n          \u003ch4 style=\"color: #0066ff; margin: 0 0 8px 0;\"\u003eTwo-Year Limited Warranty\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; color: #555;\"\u003e\u003cstrong\u003eParts \u0026amp; Labor Coverage:\u003c\/strong\u003e Comprehensive coverage for manufacturing defects and component failures under normal use conditions.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"padding: 16px; background: white; border-radius: 6px; border-left: 4px solid #0066ff;\"\u003e\n          \u003ch4 style=\"color: #0066ff; margin: 0 0 8px 0;\"\u003eFive-Year Compressor Warranty\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; color: #555;\"\u003e\u003cstrong\u003eExtended Protection:\u003c\/strong\u003e The heart of your cooling system is protected with extended compressor coverage, ensuring long-term reliability and peace of mind.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background: linear-gradient(135deg, #0066ff, #004ebd); color: white; padding: 30px; border-radius: 8px; margin: 30px 0;\"\u003e\n      \u003ch3 style=\"color: white; margin-top: 0; text-align: center;\"\u003eTechnical Support Resources\u003c\/h3\u003e\n      \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 20px;\"\u003e\n        \u003cdiv style=\"text-align: center;\"\u003e\n          \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e📞\u003c\/div\u003e\n          \u003cdiv style=\"font-weight: 600; margin-bottom: 4px;\"\u003ePhone Support\u003c\/div\u003e\n          \u003cdiv style=\"font-size: 18px; font-weight: bold;\"\u003e888-589-1833\u003c\/div\u003e\n          \u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eMonday-Friday, 8 AM - 5 PM PST\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"text-align: center;\"\u003e\n          \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e✉️\u003c\/div\u003e\n          \u003cdiv style=\"font-weight: 600; margin-bottom: 4px;\"\u003eEmail Support\u003c\/div\u003e\n          \u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eTechnical assistance via manufacturer portal\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"text-align: center;\"\u003e\n          \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e🔧\u003c\/div\u003e\n          \u003cdiv style=\"font-weight: 600; margin-bottom: 4px;\"\u003eAuthorized Service\u003c\/div\u003e\n          \u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eNationwide network of certified technicians\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"text-align: center;\"\u003e\n          \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e📚\u003c\/div\u003e\n          \u003cdiv style=\"font-weight: 600; margin-bottom: 4px;\"\u003eOnline Resources\u003c\/div\u003e\n          \u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eTroubleshooting guides and FAQs\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n    \u003cdiv class=\"faq-container\"\u003e\n      \u003cdiv style=\"background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden;\"\u003e\n        \u003cdiv style=\"padding: 20px; border-left: 4px solid #0066ff;\"\u003e\n          \u003ch4 style=\"color: #0066ff; margin: 0 0 10px 0; font-size: 16px;\"\u003eWhat size wine cellar can the WhisperKOOL SC PRO 3000 cool?\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; color: #555; line-height: 1.5;\"\u003eThe SC PRO 3000 is designed for wine cellars up to approximately 650 cu. ft. when fully insulated and sealed with a proper vapor barrier.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden;\"\u003e\n        \u003cdiv style=\"padding: 20px; border-left: 4px solid #0066ff;\"\u003e\n          \u003ch4 style=\"color: #0066ff; margin: 0 0 10px 0; font-size: 16px;\"\u003eDoes the unit come with a drainage system?\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; color: #555; line-height: 1.5;\"\u003eYes, it features a condensate management system capable of evaporating up to 3oz. of water per hour, making the drain line an additional safeguard rather than a necessity.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden;\"\u003e\n        \u003cdiv style=\"padding: 20px; border-left: 4px solid #0066ff;\"\u003e\n          \u003ch4 style=\"color: #0066ff; margin: 0 0 10px 0; font-size: 16px;\"\u003eWhat is the warranty on the WhisperKOOL SC PRO 3000?\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; color: #555; line-height: 1.5;\"\u003eThe unit comes with a two-year limited warranty covering parts and labor, and a five-year limited warranty for the compressor. \u003ca style=\"color: #0066ff; text-decoration: none; font-weight: 600;\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/WhisperKOOL_Self-Contained_Product-Warranty_082024.pdf\"\u003eView warranty details\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden;\"\u003e\n        \u003cdiv style=\"padding: 20px; border-left: 4px solid #0066ff;\"\u003e\n          \u003ch4 style=\"color: #0066ff; margin: 0 0 10px 0; font-size: 16px;\"\u003eCan the SC PRO 3000 maintain different temperature settings?\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; color: #555; line-height: 1.5;\"\u003eYes, the advanced digital controller allows for precise temperature management, providing optimal conditions for your wine cellar with an easy-to-read display and effortless operation.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- TAB JAVASCRIPT — place this at the bottom of your product description HTML --\u003e\n\u003cscript\u003e\n(function() {\n  var nav = document.getElementById('wk-tab-nav');\n  if (!nav) return;\n\n  var buttons = nav.querySelectorAll('.tab-button');\n\n  buttons.forEach(function(btn) {\n    btn.addEventListener('click', function() {\n      var targetId = this.getAttribute('data-tab');\n\n      \/\/ Deactivate all buttons\n      buttons.forEach(function(b) { b.classList.remove('active'); });\n\n      \/\/ Deactivate all tab content panels\n      document.querySelectorAll('.tab-content').forEach(function(panel) {\n        panel.classList.remove('active');\n      });\n\n      \/\/ Activate clicked button and corresponding panel\n      this.classList.add('active');\n      var target = document.getElementById(targetId);\n      if (target) target.classList.add('active');\n\n      \/\/ Scroll tab into view on mobile so the active tab is visible\n      this.scrollIntoView({ behavior: 'smooth', block: 'nearest', inline: 'center' });\n    });\n  });\n})();\n\u003c\/script\u003e","brand":"WhisperKOOL","offers":[{"title":"Default Title","offer_id":46071080288454,"sku":"U-WKSC3000-115-PRO-4","price":3425.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/2651\/8726\/files\/WhisperKOOL-SC-PRO-3000-Self-Contained-Wine-Cellar-Refrigeration-1.jpg?v=1784128694"},{"product_id":"whisperkool-sc-pro-4000-self-contained","title":"WhisperKOOL SC PRO 4000 Self-Contained","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan style=\"color: rgb(0, 170, 255);\"\u003eFree Shipping!\u003c\/span\u003e\u003c\/h3\u003e\n\u003cstyle\u003e\n        .product-description-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            color: #333;\n            line-height: 1.6;\n        }\n\n        .hero-section { margin-bottom: 40px; }\n\n        .hero-title {\n            font-size: 32px;\n            font-weight: 700;\n            color: #0066ff;\n            margin-bottom: 16px;\n            line-height: 1.2;\n        }\n\n        .hero-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 24px;\n            font-weight: 400;\n        }\n\n        .key-benefits {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .benefit-item {\n            padding: 20px;\n            background: #f8f9fa;\n            border-radius: 8px;\n            border-left: 4px solid #0066ff;\n        }\n\n        .benefit-title { font-weight: 600; color: #333; margin-bottom: 8px; }\n        .benefit-description { font-size: 14px; color: #555; }\n\n        \/* Tab Navigation *\/\n        .tab-navigation {\n            display: flex;\n            border-bottom: 2px solid #e9ecef;\n            margin: 40px 0 0 0;\n            overflow-x: auto;\n            scrollbar-width: none;\n            -ms-overflow-style: none;\n            background: #f8f9fa;\n            border-radius: 8px 8px 0 0;\n            padding: 4px;\n            gap: 4px;\n        }\n\n        .tab-navigation::-webkit-scrollbar { display: none; }\n\n        .tab-button {\n            flex: 1 1 0;\n            padding: 16px 8px;\n            background: transparent;\n            border: none;\n            font-size: 15px;\n            font-weight: 600;\n            color: #666;\n            cursor: pointer;\n            border-radius: 6px;\n            transition: all 0.3s ease;\n            white-space: nowrap;\n            min-width: 0;\n            text-align: center;\n            overflow: hidden;\n            text-overflow: ellipsis;\n        }\n\n        .tab-button.active {\n            color: #0066ff;\n            background: white;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n            border: 1px solid #e9ecef;\n        }\n\n        .tab-button:hover:not(.active) {\n            color: #0066ff;\n            background: rgba(0, 102, 255, 0.05);\n        }\n\n        \/* Tab Content *\/\n        .tab-content {\n            display: none;\n            animation: fadeIn 0.3s ease;\n            background: white;\n            padding: 30px;\n            border-radius: 0 0 8px 8px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n            border: 1px solid #e9ecef;\n            border-top: none;\n        }\n\n        .tab-content.active { display: block; }\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(10px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        \/* Feature Grid *\/\n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin: 30px 0;\n        }\n\n        .feature-card {\n            padding: 24px;\n            background: #fff;\n            border: 1px solid #e9ecef;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        }\n\n        .feature-card h3 {\n            color: #0066ff;\n            font-size: 18px;\n            margin-bottom: 12px;\n            border-bottom: 2px solid #0066ff;\n            padding-bottom: 4px;\n            display: inline-block;\n        }\n\n        \/* Spec Table — no horizontal scroll *\/\n        .spec-table-container {\n            margin: 20px 0;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n            overflow: hidden;\n        }\n\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: #fff;\n            table-layout: fixed;\n        }\n\n        .spec-table th {\n            background: #0066ff;\n            color: white;\n            padding: 16px;\n            text-align: left;\n            font-weight: 600;\n            word-wrap: break-word;\n        }\n\n        .spec-table th:nth-child(1) { width: 28%; }\n        .spec-table th:nth-child(2) { width: 28%; }\n        .spec-table th:nth-child(3) { width: 44%; }\n\n        .spec-table td {\n            padding: 16px;\n            border-bottom: 1px solid #e9ecef;\n            word-wrap: break-word;\n            vertical-align: top;\n        }\n\n        .spec-table tr:last-child td { border-bottom: none; }\n        .spec-table tr:nth-child(even) { background: #f8f9fa; }\n\n        \/* Mobile spec table: stacked cards *\/\n        @media (max-width: 640px) {\n            .spec-table thead { display: none; }\n\n            .spec-table,\n            .spec-table tbody,\n            .spec-table tr,\n            .spec-table td {\n                display: block;\n                width: 100%;\n                box-sizing: border-box;\n            }\n\n            .spec-table tr {\n                background: #fff;\n                border: 1px solid #e9ecef;\n                border-radius: 8px;\n                margin-bottom: 12px;\n                padding: 4px 0;\n                box-shadow: 0 1px 4px rgba(0,0,0,0.04);\n            }\n\n            .spec-table tr:nth-child(even) { background: #fff; }\n\n            .spec-table td {\n                padding: 10px 16px;\n                border-bottom: 1px dashed #e9ecef;\n                white-space: normal;\n            }\n\n            .spec-table td:last-child { border-bottom: none; }\n\n            .spec-table td::before {\n                content: attr(data-label);\n                display: block;\n                font-size: 11px;\n                font-weight: 700;\n                text-transform: uppercase;\n                letter-spacing: 0.05em;\n                color: #0066ff;\n                margin-bottom: 4px;\n            }\n        }\n\n        \/* Comparison Table — no horizontal scroll *\/\n        .comparison-table-container {\n            margin: 20px 0;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n            overflow: hidden;\n        }\n\n        .comparison-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: #fff;\n            table-layout: fixed;\n        }\n\n        .comparison-table th {\n            background: #0066ff;\n            color: white;\n            padding: 14px 10px;\n            text-align: center;\n            font-weight: 600;\n            font-size: 14px;\n            word-wrap: break-word;\n        }\n\n        .comparison-table th:nth-child(1) { width: 22%; text-align: left; }\n        .comparison-table th:nth-child(2),\n        .comparison-table th:nth-child(3),\n        .comparison-table th:nth-child(4),\n        .comparison-table th:nth-child(5) { width: 19.5%; }\n\n        .comparison-table td {\n            padding: 12px 10px;\n            border-bottom: 1px solid #e9ecef;\n            text-align: center;\n            font-size: 13px;\n            line-height: 1.4;\n            word-wrap: break-word;\n            vertical-align: top;\n        }\n\n        .comparison-table td:first-child {\n            font-weight: 700;\n            text-align: left;\n            background-color: #f9f9f9;\n            border-right: 2px solid #e9ecef;\n        }\n\n        .comparison-table tr:nth-child(even) { background: #f8f9fa; }\n        .comparison-table tr:nth-child(even) td:first-child { background: #f0f0f0; }\n\n        .highlight {\n            background: #e8f4fd !important;\n            font-weight: 600;\n            color: #0066ff;\n        }\n\n        \/* Mobile comparison table: stacked cards per row *\/\n        @media (max-width: 640px) {\n            .comparison-table thead { display: none; }\n\n            .comparison-table,\n            .comparison-table tbody,\n            .comparison-table tr,\n            .comparison-table td {\n                display: block;\n                width: 100%;\n                box-sizing: border-box;\n            }\n\n            .comparison-table tr {\n                background: #fff;\n                border: 1px solid #e9ecef;\n                border-radius: 8px;\n                margin-bottom: 12px;\n                padding: 4px 0;\n                box-shadow: 0 1px 4px rgba(0,0,0,0.04);\n            }\n\n            .comparison-table tr:nth-child(even) { background: #fff; }\n\n            .comparison-table td {\n                padding: 10px 16px;\n                border-bottom: 1px dashed #e9ecef;\n                text-align: left;\n                white-space: normal;\n                background: none !important;\n                border-right: none;\n            }\n\n            .comparison-table td:last-child { border-bottom: none; }\n\n            .comparison-table td::before {\n                content: attr(data-label);\n                display: block;\n                font-size: 11px;\n                font-weight: 700;\n                text-transform: uppercase;\n                letter-spacing: 0.05em;\n                color: #0066ff;\n                margin-bottom: 4px;\n            }\n\n            .comparison-table td.highlight {\n                background: #e8f4fd !important;\n            }\n        }\n\n        \/* Download Buttons *\/\n        .download-section { margin: 30px 0; }\n\n        .download-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n        }\n\n        .download-button {\n            display: flex;\n            align-items: center;\n            padding: 16px 20px;\n            background: #0066ff;\n            color: white;\n            text-decoration: none;\n            border-radius: 6px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            box-shadow: 0 2px 8px rgba(0,102,255,0.2);\n        }\n\n        .download-button:hover {\n            background: #004ebd;\n            transform: translateY(-1px);\n            box-shadow: 0 4px 12px rgba(0,102,255,0.3);\n        }\n\n        .download-icon { margin-right: 10px; font-size: 18px; }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, #0066ff, #004ebd);\n            color: white;\n            padding: 40px;\n            border-radius: 12px;\n            text-align: center;\n            margin: 40px 0;\n        }\n\n        .cta-title { font-size: 24px; font-weight: 700; margin-bottom: 16px; }\n\n        .cta-button {\n            display: inline-block;\n            padding: 16px 32px;\n            background: white;\n            color: #0066ff;\n            text-decoration: none;\n            border-radius: 6px;\n            font-weight: 700;\n            font-size: 16px;\n            margin-top: 16px;\n            transition: all 0.3s ease;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.2);\n        }\n\n        \/* Warning Box *\/\n        .warning-box {\n            background: #fff3cd;\n            border-left: 4px solid #ffc107;\n            padding: 20px;\n            margin: 20px 0;\n            border-radius: 4px;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero-title { font-size: 24px; }\n\n            .tab-navigation { margin: 20px 0 0 0; padding: 4px; gap: 2px; }\n\n            .tab-button {\n                padding: 12px 6px;\n                font-size: 12px;\n                font-weight: 600;\n                min-width: 0;\n                border-radius: 4px;\n            }\n\n            .tab-content { padding: 20px 16px; }\n\n            .feature-grid { grid-template-columns: 1fr; gap: 20px; }\n\n            .cta-section { padding: 24px 16px; }\n\n            .download-button { padding: 14px 16px; font-size: 14px; }\n            .download-icon { font-size: 16px; }\n        }\n\n        @media (max-width: 480px) {\n            .tab-button { padding: 10px 4px; font-size: 11px; min-width: 0; }\n        }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description-container\"\u003e\n\n  \u003c!-- Hero Section --\u003e\n  \u003cdiv class=\"hero-section\"\u003e\n    \u003ch1 class=\"hero-title\"\u003eWhisperKOOL SC Pro 4000: Advanced Wine Cellar Cooling System\u003c\/h1\u003e\n    \u003cp class=\"hero-subtitle\"\u003eProfessional-grade cooling unit designed for mid-sized wine cellars up to 1,000 cubic feet with advanced condensate management and whisper-quiet operation technology.\u003c\/p\u003e\n    \u003cdiv class=\"key-benefits\"\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cdiv class=\"benefit-title\"\u003eAdvanced Condensate Management\u003c\/div\u003e\n        \u003cdiv class=\"benefit-description\"\u003eEvaporates up to 3oz of condensate per hour, reducing drain line dependency\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cdiv class=\"benefit-title\"\u003eWhisper-Quiet Operation\u003c\/div\u003e\n        \u003cdiv class=\"benefit-description\"\u003eRevolutionary centrifugal blower system for robust airflow with minimal noise\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cdiv class=\"benefit-title\"\u003ePrecise Temperature Control\u003c\/div\u003e\n        \u003cdiv class=\"benefit-description\"\u003eLiquid temperature measuring bottle probe for accurate wine temperature monitoring\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-item\"\u003e\n        \u003cdiv class=\"benefit-title\"\u003eEasy Installation\u003c\/div\u003e\n        \u003cdiv class=\"benefit-description\"\u003eThrough-the-wall installation with standard electrical outlet compatibility\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tab Navigation --\u003e\n  \u003cdiv class=\"tab-navigation\" id=\"wk-tab-nav\"\u003e\n    \u003cbutton class=\"tab-button active\" data-tab=\"features\"\u003eKey Features\u003c\/button\u003e\n    \u003cbutton class=\"tab-button\" data-tab=\"specifications\"\u003eTechnical Specs\u003c\/button\u003e\n    \u003cbutton class=\"tab-button\" data-tab=\"installation\"\u003eInstallation Guide\u003c\/button\u003e\n    \u003cbutton class=\"tab-button\" data-tab=\"downloads\"\u003eDownloads \u0026amp; Manuals\u003c\/button\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tab 1: Key Features --\u003e\n  \u003cdiv id=\"features\" class=\"tab-content active\"\u003e\n    \u003ch2\u003eSC Pro 4000 Key Features \u0026amp; Benefits\u003c\/h2\u003e\n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eAdvanced Blower Technology\u003c\/h3\u003e\n        \u003cp\u003eThe SC Pro 4000 utilizes a revamped centrifugal blower system that delivers significant direct, robust airflow while operating at exceptionally quiet levels. This blower revolution ensures even distribution of conditioned air throughout your wine cellar, maintaining consistent temperatures across all storage areas.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eSmart Condensate Management\u003c\/h3\u003e\n        \u003cp\u003eAdvanced condensate evaporator effectively processes up to 3 ounces of condensate per hour, rendering the traditional drain line as an additional safeguard rather than a definite requirement. This innovative system prevents moisture buildup and simplifies installation requirements.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eDigital Temperature Control\u003c\/h3\u003e\n        \u003cp\u003eFeatures an advanced digital controller with liquid temperature measuring bottle probe that provides accurate reflection of your wine's actual temperature. This precise monitoring system ensures optimal cellar environment and prevents temperature fluctuations that could damage your collection.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eAdvanced System Protection\u003c\/h3\u003e\n        \u003cp\u003eBuilt-in advanced system protection with intelligent alarms alerts you when certain parameters aren't met, preventing premature failure and protecting your valuable wine investment. The system continuously monitors performance to ensure optimal operation.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eFlexible Power Options\u003c\/h3\u003e\n        \u003cp\u003ePower can be supplied from either the front or rear of the unit, providing installation flexibility. The unit plugs into your standard 115V electrical outlet, eliminating the need for specialized electrical work in most installations.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eCoated Evaporator Coil\u003c\/h3\u003e\n        \u003cp\u003eEnhanced evaporator coil coating provides superior protection against corrosion and extends system lifespan, ensuring reliable performance in various environmental conditions while maintaining efficient heat transfer.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta-section\"\u003e\n      \u003cdiv class=\"cta-title\"\u003eReady to Optimize Your Wine Storage?\u003c\/div\u003e\n      \u003cp\u003eThe SC Pro 4000 combines advanced cooling technology with user-friendly operation for the ultimate wine preservation solution.\u003c\/p\u003e\n      \u003ca href=\"#\" class=\"cta-button\"\u003eConfigure Your System Today\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tab 2: Technical Specifications --\u003e\n  \u003cdiv id=\"specifications\" class=\"tab-content\"\u003e\n    \u003ch2\u003eComplete Technical Specifications\u003c\/h2\u003e\n    \u003cdiv class=\"spec-table-container\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eSpecification\u003c\/th\u003e\n            \u003cth\u003eValue\u003c\/th\u003e\n            \u003cth\u003eDetails\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eCooling Capacity\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e1,000 cu. ft.\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eFully insulated cellar with proper vapor barrier\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eBTU\/h Rating\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e2,253 BTU\/h\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003e@ 85°F condenser air intake temperature\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eDimensions\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e17.5\"L × 14.25\"W × 15.75\"H\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eCompact design for versatile installation\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e65 lbs\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eSingle-person installation friendly\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003ePower Requirements\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e115V \/ 60Hz\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003e20-amp dedicated circuit required\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eRunning Amps\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e3.7 amps\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eEnergy-efficient operation\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eCompressor\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e1\/6+ HP\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eR-134a refrigerant\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eTemperature Delta\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e30°F differential\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eMaintains 55°F with 85°F ambient intake\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eInstallation Type\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003eThrough-the-wall\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003ePartially ducted, self-contained unit\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eDrain Line\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"Value\"\u003e1\/2\" ID clear tubing\u003c\/td\u003e\n            \u003ctd data-label=\"Details\"\u003eOptional with condensate management system\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003ch3\u003eModel Comparison: SC Pro Series\u003c\/h3\u003e\n    \u003cdiv class=\"comparison-table-container\"\u003e\n      \u003ctable class=\"comparison-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eModel\u003c\/th\u003e\n            \u003cth\u003eSC Pro 2000\u003c\/th\u003e\n            \u003cth\u003eSC Pro 3000\u003c\/th\u003e\n            \u003cth\u003eSC Pro 4000\u003c\/th\u003e\n            \u003cth\u003eSC Pro 8000\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Spec\"\u003e\u003cstrong\u003eCellar Size\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"SC Pro 2000\"\u003e300 cu. ft.\u003c\/td\u003e\n            \u003ctd data-label=\"SC Pro 3000\"\u003e650 cu. ft.\u003c\/td\u003e\n            \u003ctd data-label=\"SC Pro 4000\" class=\"highlight\"\u003e1,000 cu. ft.\u003c\/td\u003e\n            \u003ctd data-label=\"SC Pro 8000\"\u003e2,000 cu. ft.\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Spec\"\u003e\u003cstrong\u003eBTU\/h Rating\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"SC Pro 2000\"\u003e1,453\u003c\/td\u003e\n            \u003ctd data-label=\"SC Pro 3000\"\u003e2,049\u003c\/td\u003e\n            \u003ctd data-label=\"SC Pro 4000\" class=\"highlight\"\u003e2,253\u003c\/td\u003e\n            \u003ctd data-label=\"SC Pro 8000\"\u003e4,241\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Spec\"\u003e\u003cstrong\u003eDimensions\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"SC Pro 2000\"\u003e17.5\" × 14.25\" × 15.75\"\u003c\/td\u003e\n            \u003ctd data-label=\"SC Pro 3000\"\u003e17.5\" × 14.25\" × 15.75\"\u003c\/td\u003e\n            \u003ctd data-label=\"SC Pro 4000\" class=\"highlight\"\u003e17.5\" × 14.25\" × 15.75\"\u003c\/td\u003e\n            \u003ctd data-label=\"SC Pro 8000\"\u003e21.64\" × 14.25\" × 22.56\"\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd data-label=\"Spec\"\u003e\u003cstrong\u003eBest For\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd data-label=\"SC Pro 2000\"\u003eSmall residential cellars\u003c\/td\u003e\n            \u003ctd data-label=\"SC Pro 3000\"\u003eMedium home cellars\u003c\/td\u003e\n            \u003ctd data-label=\"SC Pro 4000\" class=\"highlight\"\u003eLarge home cellars\u003c\/td\u003e\n            \u003ctd data-label=\"SC Pro 8000\"\u003eCommercial applications\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003ch3\u003eHeat Load Calculation Requirements\u003c\/h3\u003e\n    \u003cp\u003eProper heat load calculations are essential before selecting any cooling unit. The SC Pro 4000's 1,000 cubic foot capacity assumes a fully insulated cellar with proper vapor barrier. Variables that may require a larger unit include:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBuilding Materials:\u003c\/strong\u003e Glass walls, stone, concrete with insufficient insulation\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAmbient Temperature:\u003c\/strong\u003e Locations with high ambient temperatures\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCellar Usage:\u003c\/strong\u003e Frequent door openings or high traffic areas\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eLighting:\u003c\/strong\u003e Heat-generating lighting systems within the cellar\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tab 3: Installation Guide --\u003e\n  \u003cdiv id=\"installation\" class=\"tab-content\"\u003e\n    \u003ch2\u003eInstallation Requirements \u0026amp; Considerations\u003c\/h2\u003e\n    \u003cdiv class=\"feature-grid\"\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003ePre-Installation Requirements\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eFully insulated cellar with R-19 minimum insulation\u003c\/li\u003e\n          \u003cli\u003eComplete vapor barrier on warm side of insulation\u003c\/li\u003e\n          \u003cli\u003eDedicated 20-amp electrical circuit (115V)\u003c\/li\u003e\n          \u003cli\u003eThrough-the-wall opening: 18\" W × 15\" H minimum\u003c\/li\u003e\n          \u003cli\u003eAdequate ventilation on condenser side\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eInstallation Process\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eMark and cut through-the-wall opening\u003c\/li\u003e\n          \u003cli\u003eInstall single-piece mounting bracket\u003c\/li\u003e\n          \u003cli\u003ePosition unit and secure to bracket\u003c\/li\u003e\n          \u003cli\u003eConnect electrical power (front or rear option)\u003c\/li\u003e\n          \u003cli\u003eInstall drain line if desired (optional)\u003c\/li\u003e\n          \u003cli\u003eTest operation and temperature settings\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eCellar Design Best Practices\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eMaintain consistent insulation thickness\u003c\/li\u003e\n          \u003cli\u003eSeal all air leaks with appropriate materials\u003c\/li\u003e\n          \u003cli\u003eInstall door with proper weatherstripping\u003c\/li\u003e\n          \u003cli\u003eConsider thermal mass for temperature stability\u003c\/li\u003e\n          \u003cli\u003ePlan for adequate wine rack ventilation\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003ch3\u003eMaintenance Schedule\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cstrong\u003eMonthly:\u003c\/strong\u003e Check digital controller readings\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eQuarterly:\u003c\/strong\u003e Clean condenser coils\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eSemi-annually:\u003c\/strong\u003e Inspect drain line and bottle probe\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eAnnually:\u003c\/strong\u003e Professional system inspection\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eAs needed:\u003c\/strong\u003e Replace air filters if applicable\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch3\u003eCommon Installation Mistakes to Avoid\u003c\/h3\u003e\n    \u003cdiv class=\"warning-box\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eInadequate Insulation:\u003c\/strong\u003e Using less than R-19 insulation or incomplete vapor barrier\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePoor Ventilation:\u003c\/strong\u003e Blocking condenser airflow or installing in confined spaces\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eElectrical Issues:\u003c\/strong\u003e Using inadequate circuit amperage or improper grounding\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eImproper Sizing:\u003c\/strong\u003e Not accounting for glass walls, ambient temperature, or usage patterns\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDrainage Problems:\u003c\/strong\u003e Improper drain line routing when condensate management isn't sufficient\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003ch3\u003eProfessional Installation vs. DIY\u003c\/h3\u003e\n    \u003cp\u003eWhile the SC Pro 4000 is designed for straightforward installation, consider professional installation if:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003eElectrical work requires permits in your area\u003c\/li\u003e\n      \u003cli\u003eStructural modifications are needed for wall penetration\u003c\/li\u003e\n      \u003cli\u003eCellar insulation or vapor barrier needs improvement\u003c\/li\u003e\n      \u003cli\u003eComplex ducting arrangements are required\u003c\/li\u003e\n      \u003cli\u003eLocal codes require licensed contractor installation\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tab 4: Downloads \u0026 Manuals --\u003e\n  \u003cdiv id=\"downloads\" class=\"tab-content\"\u003e\n    \u003ch2\u003eProduct Documentation \u0026amp; Resources\u003c\/h2\u003e\n    \u003cdiv class=\"download-section\"\u003e\n      \u003ch3\u003eEssential Downloads\u003c\/h3\u003e\n      \u003cdiv class=\"download-grid\"\u003e\n        \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/WK_SC_Series_OM_UV_011824.pdf\" class=\"download-button\" target=\"_blank\"\u003e\n          \u003cspan class=\"download-icon\"\u003e📋\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cdiv\u003eOwner's Manual\u003c\/div\u003e\n            \u003csmall\u003eComplete installation \u0026amp; operation guide\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n        \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/SC_PRO_ProductSheet_23.pdf\" class=\"download-button\" target=\"_blank\"\u003e\n          \u003cspan class=\"download-icon\"\u003e📊\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cdiv\u003eTechnical Specifications\u003c\/div\u003e\n            \u003csmall\u003eDetailed product spec sheet\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n        \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/WhisperKOOL_Self-Contained_Product-Warranty_082024.pdf?v=1737480001\" class=\"download-button\" target=\"_blank\"\u003e\n          \u003cspan class=\"download-icon\"\u003e🛡️\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cdiv\u003eWarranty Information\u003c\/div\u003e\n            \u003csmall\u003eCoverage details \u0026amp; registration\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n        \u003ca href=\"https:\/\/youtu.be\/B0WpRRDC8Ns\" class=\"download-button\" target=\"_blank\"\u003e\n          \u003cspan class=\"download-icon\"\u003e🎥\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cdiv\u003eAdvanced Blower Fans Video\u003c\/div\u003e\n            \u003csmall\u003eSee the blower technology in action\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n        \u003ca href=\"https:\/\/www.youtube.com\/watch?v=jXzlFASUzcA\" class=\"download-button\" target=\"_blank\"\u003e\n          \u003cspan class=\"download-icon\"\u003e🌡️\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cdiv\u003eLiquid Temperature Probe Video\u003c\/div\u003e\n            \u003csmall\u003eHow the bottle probe works\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n        \u003ca href=\"https:\/\/youtu.be\/bnRmmN-vmxo\" class=\"download-button\" target=\"_blank\"\u003e\n          \u003cspan class=\"download-icon\"\u003e🎛️\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003cdiv\u003eDigital Controller Video\u003c\/div\u003e\n            \u003csmall\u003eAdvanced controller features\u003c\/small\u003e\n          \u003c\/div\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch3\u003eWarranty Coverage\u003c\/h3\u003e\n    \u003cdiv style=\"background: linear-gradient(135deg, #f8f9fa, #e9ecef); border-radius: 8px; overflow: hidden; margin: 20px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\"\u003e\n      \u003cdiv style=\"background: #0066ff; color: white; padding: 20px; text-align: center;\"\u003e\n        \u003ch4 style=\"margin: 0; font-size: 20px; font-weight: bold; color: white;\"\u003eComplete Protection Package\u003c\/h4\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"padding: 24px;\"\u003e\n        \u003cdiv style=\"margin-bottom: 20px; padding: 16px; background: white; border-radius: 6px; border-left: 4px solid #0066ff;\"\u003e\n          \u003ch4 style=\"color: #0066ff; margin: 0 0 8px 0;\"\u003eTwo-Year Limited Warranty\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; color: #555;\"\u003e\u003cstrong\u003eParts \u0026amp; Labor Coverage:\u003c\/strong\u003e WhisperKOOL provides comprehensive coverage for manufacturing defects and component failures under normal use conditions.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"margin-bottom: 20px; padding: 16px; background: white; border-radius: 6px; border-left: 4px solid #0066ff;\"\u003e\n          \u003ch4 style=\"color: #0066ff; margin: 0 0 8px 0;\"\u003eFive-Year Compressor Warranty\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; color: #555;\"\u003e\u003cstrong\u003eExtended Protection:\u003c\/strong\u003e The heart of your cooling system is protected with extended compressor coverage, ensuring long-term reliability and peace of mind.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"padding: 16px; background: white; border-radius: 6px; border-left: 4px solid #0066ff;\"\u003e\n          \u003ch4 style=\"color: #0066ff; margin: 0 0 8px 0;\"\u003eInstallation Grace Period\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; color: #555;\"\u003e\u003cstrong\u003eUp to 6 Months:\u003c\/strong\u003e Additional time allowance for installation completion, accommodating construction schedules and seasonal constraints.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"background: linear-gradient(135deg, #0066ff, #004ebd); color: white; padding: 30px; border-radius: 8px; margin: 30px 0;\"\u003e\n      \u003ch3 style=\"color: white; margin-top: 0; text-align: center;\"\u003eTechnical Support Resources\u003c\/h3\u003e\n      \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 20px;\"\u003e\n        \u003cdiv style=\"text-align: center;\"\u003e\n          \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e📞\u003c\/div\u003e\n          \u003cdiv style=\"font-weight: 600; margin-bottom: 4px;\"\u003ePhone Support\u003c\/div\u003e\n          \u003cdiv style=\"font-size: 18px; font-weight: bold;\"\u003e888-589-1833\u003c\/div\u003e\n          \u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eMonday-Friday, 8 AM - 5 PM PST\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"text-align: center;\"\u003e\n          \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e✉️\u003c\/div\u003e\n          \u003cdiv style=\"font-weight: 600; margin-bottom: 4px;\"\u003eEmail Support\u003c\/div\u003e\n          \u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eTechnical assistance via manufacturer portal\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"text-align: center;\"\u003e\n          \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e🔧\u003c\/div\u003e\n          \u003cdiv style=\"font-weight: 600; margin-bottom: 4px;\"\u003eAuthorized Service\u003c\/div\u003e\n          \u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eNationwide network of certified technicians\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"text-align: center;\"\u003e\n          \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e📚\u003c\/div\u003e\n          \u003cdiv style=\"font-weight: 600; margin-bottom: 4px;\"\u003eOnline Resources\u003c\/div\u003e\n          \u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eTroubleshooting guides and FAQs\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n    \u003cdiv class=\"faq-container\"\u003e\n      \u003cdiv style=\"background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden;\"\u003e\n        \u003cdiv style=\"padding: 20px; border-left: 4px solid #0066ff;\"\u003e\n          \u003ch4 style=\"color: #0066ff; margin: 0 0 10px 0; font-size: 16px;\"\u003eDo I need a drain line with the condensate management system?\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; color: #555; line-height: 1.5;\"\u003eThe advanced condensate management system evaporates up to 3oz per hour, making a drain line optional in most installations. However, we recommend installing one as a backup safeguard.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden;\"\u003e\n        \u003cdiv style=\"padding: 20px; border-left: 4px solid #0066ff;\"\u003e\n          \u003ch4 style=\"color: #0066ff; margin: 0 0 10px 0; font-size: 16px;\"\u003eCan the SC Pro 4000 cool a 1,200 sq ft cellar?\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; color: #555; line-height: 1.5;\"\u003eThe unit is rated for 1,000 cubic feet with proper insulation. For larger spaces or those with challenging conditions, consider the SC Pro 8000 or perform detailed heat load calculations.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden;\"\u003e\n        \u003cdiv style=\"padding: 20px; border-left: 4px solid #0066ff;\"\u003e\n          \u003ch4 style=\"color: #0066ff; margin: 0 0 10px 0; font-size: 16px;\"\u003eWhat's the difference between SC and SC Pro series?\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; color: #555; line-height: 1.5;\"\u003eSC Pro features advanced blower technology, condensate management system, enhanced digital controls, and significantly quieter operation compared to the original SC series.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv style=\"background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden;\"\u003e\n        \u003cdiv style=\"padding: 20px; border-left: 4px solid #0066ff;\"\u003e\n          \u003ch4 style=\"color: #0066ff; margin: 0 0 10px 0; font-size: 16px;\"\u003eIs professional installation required?\u003c\/h4\u003e\n          \u003cp style=\"margin: 0; color: #555; line-height: 1.5;\"\u003eWhile designed for DIY installation, professional installation may be recommended for electrical work, structural modifications, or to maintain warranty coverage in some areas.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- TAB JAVASCRIPT --\u003e\n\u003cscript\u003e\n(function() {\n  var nav = document.getElementById('wk-tab-nav');\n  if (!nav) return;\n\n  var buttons = nav.querySelectorAll('.tab-button');\n\n  buttons.forEach(function(btn) {\n    btn.addEventListener('click', function() {\n      var targetId = this.getAttribute('data-tab');\n\n      buttons.forEach(function(b) { b.classList.remove('active'); });\n      document.querySelectorAll('.tab-content').forEach(function(panel) {\n        panel.classList.remove('active');\n      });\n\n      this.classList.add('active');\n      var target = document.getElementById(targetId);\n      if (target) target.classList.add('active');\n\n      this.scrollIntoView({ behavior: 'smooth', block: 'nearest', inline: 'center' });\n    });\n  });\n})();\n\u003c\/script\u003e","brand":"WhisperKOOL","offers":[{"title":"Default Title","offer_id":46071080321222,"sku":"U-WKSC4000-115-PRO-4","price":3665.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/2651\/8726\/files\/WhisperKOOL-SC-PRO-4000-Self-Contained-1.jpg?v=1784128704"},{"product_id":"whisperkool-sc-pro-8000-self-contained","title":"WhisperKOOL SC PRO 8000 Self-Contained","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n\n\u003ch3\u003e\u003cspan style=\"color: rgb(0, 170, 255);\"\u003eFree Shipping!\u003c\/span\u003e\u003c\/h3\u003e\n\n\u003cstyle\u003e\n    .product-description-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px;\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n        color: #333;\n        line-height: 1.6;\n    }\n\n    .hero-section { margin-bottom: 40px; }\n\n    .hero-title {\n        font-size: 32px;\n        font-weight: 700;\n        color: #0066ff;\n        margin-bottom: 16px;\n        line-height: 1.2;\n    }\n\n    .hero-subtitle {\n        font-size: 18px;\n        color: #666;\n        margin-bottom: 24px;\n        font-weight: 400;\n    }\n\n    .key-benefits {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n        gap: 20px;\n        margin: 30px 0;\n    }\n\n    .benefit-item {\n        padding: 20px;\n        background: #f8f9fa;\n        border-radius: 8px;\n        border-left: 4px solid #0066ff;\n    }\n\n    .benefit-title { font-weight: 600; color: #333; margin-bottom: 8px; }\n    .benefit-description { font-size: 14px; color: #555; }\n\n    .commercial-section {\n        background: linear-gradient(135deg, #0066ff, #004ebd);\n        color: white;\n        padding: 40px;\n        border-radius: 12px;\n        text-align: center;\n        margin: 40px 0;\n    }\n\n    .commercial-title { font-size: 24px; font-weight: 700; margin-bottom: 16px; }\n\n    .btu-section {\n        background: linear-gradient(135deg, #0066ff, #004ebd);\n        color: white;\n        padding: 40px;\n        border-radius: 12px;\n        text-align: center;\n        margin: 40px 0;\n    }\n\n    .btu-title { font-size: 18px; font-weight: 600; margin-bottom: 10px; opacity: 0.9; }\n    .btu-value { font-size: 48px; font-weight: 700; margin-bottom: 20px; color: white; }\n    .btu-description { font-size: 14px; line-height: 1.5; opacity: 0.9; }\n\n    \/* ── CSS-ONLY TABS ── *\/\n    .tab-container { margin: 40px 0; }\n\n    \/* Hide the radio inputs *\/\n    .tab-container input[type=\"radio\"] { display: none; }\n\n    .tab-navigation {\n        display: flex;\n        border-bottom: 2px solid #e9ecef;\n        overflow-x: auto;\n        scrollbar-width: none;\n        -ms-overflow-style: none;\n        background: #f8f9fa;\n        border-radius: 8px 8px 0 0;\n        padding: 4px;\n        gap: 4px;\n    }\n\n    .tab-navigation::-webkit-scrollbar { display: none; }\n\n    .tab-label {\n        flex: 1 1 0;\n        padding: 16px 8px;\n        background: transparent;\n        font-size: 15px;\n        font-weight: 600;\n        color: #666;\n        cursor: pointer;\n        border-radius: 6px;\n        transition: all 0.3s ease;\n        white-space: nowrap;\n        text-align: center;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        border: 1px solid transparent;\n        display: block;\n    }\n\n    .tab-label:hover { color: #0066ff; background: rgba(0,102,255,0.05); }\n\n    \/* All tab content hidden by default *\/\n    .tab-content {\n        display: none;\n        animation: fadeIn 0.3s ease;\n        background: white;\n        padding: 30px;\n        border-radius: 0 0 8px 8px;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        border: 1px solid #e9ecef;\n        border-top: none;\n    }\n\n    @keyframes fadeIn {\n        from { opacity: 0; transform: translateY(10px); }\n        to   { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* Show tab content + style active label when its radio is checked *\/\n    #tab8k-features:checked   ~ .tab-navigation label[for=\"tab8k-features\"],\n    #tab8k-specs:checked      ~ .tab-navigation label[for=\"tab8k-specs\"],\n    #tab8k-install:checked    ~ .tab-navigation label[for=\"tab8k-install\"],\n    #tab8k-downloads:checked  ~ .tab-navigation label[for=\"tab8k-downloads\"] {\n        color: #0066ff;\n        background: white;\n        box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n        border-color: #e9ecef;\n    }\n\n    #tab8k-features:checked   ~ #content8k-features,\n    #tab8k-specs:checked      ~ #content8k-specs,\n    #tab8k-install:checked    ~ #content8k-install,\n    #tab8k-downloads:checked  ~ #content8k-downloads { display: block; }\n\n    \/* Feature Grid *\/\n    .feature-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 30px;\n        margin: 30px 0;\n    }\n\n    .feature-card {\n        padding: 24px;\n        background: #fff;\n        border: 1px solid #e9ecef;\n        border-radius: 8px;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    }\n\n    .feature-card h3 {\n        color: #0066ff;\n        font-size: 18px;\n        margin-bottom: 12px;\n        border-bottom: 2px solid #0066ff;\n        padding-bottom: 4px;\n        display: inline-block;\n    }\n\n    \/* Spec Table *\/\n    .spec-table-container {\n        margin: 20px 0;\n        border-radius: 8px;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        overflow: hidden;\n    }\n\n    .spec-table {\n        width: 100%;\n        border-collapse: collapse;\n        background: #fff;\n        table-layout: fixed;\n    }\n\n    .spec-table th {\n        background: #0066ff;\n        color: white;\n        padding: 16px;\n        text-align: left;\n        font-weight: 600;\n        word-wrap: break-word;\n    }\n\n    .spec-table th:nth-child(1) { width: 28%; }\n    .spec-table th:nth-child(2) { width: 28%; }\n    .spec-table th:nth-child(3) { width: 44%; }\n\n    .spec-table td {\n        padding: 16px;\n        border-bottom: 1px solid #e9ecef;\n        word-wrap: break-word;\n        vertical-align: top;\n    }\n\n    .spec-table tr:last-child td { border-bottom: none; }\n    .spec-table tr:nth-child(even) { background: #f8f9fa; }\n\n    @media (max-width: 640px) {\n        .spec-table thead { display: none; }\n        .spec-table, .spec-table tbody, .spec-table tr, .spec-table td { display: block; width: 100%; box-sizing: border-box; }\n        .spec-table tr { background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 12px; padding: 4px 0; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }\n        .spec-table tr:nth-child(even) { background: #fff; }\n        .spec-table td { padding: 10px 16px; border-bottom: 1px dashed #e9ecef; white-space: normal; }\n        .spec-table td:last-child { border-bottom: none; }\n        .spec-table td::before { content: attr(data-label); display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #0066ff; margin-bottom: 4px; }\n    }\n\n    \/* Downloads *\/\n    .download-section { margin: 30px 0; }\n    .download-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }\n\n    .download-button {\n        display: flex;\n        align-items: center;\n        padding: 16px 20px;\n        background: #0066ff;\n        color: white;\n        text-decoration: none;\n        border-radius: 6px;\n        font-weight: 600;\n        transition: all 0.3s ease;\n        box-shadow: 0 2px 8px rgba(0,102,255,0.2);\n    }\n\n    .download-button:hover { background: #004ebd; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,102,255,0.3); }\n    .download-icon { margin-right: 10px; font-size: 18px; }\n\n    \/* CTA *\/\n    .cta-section {\n        background: linear-gradient(135deg, #0066ff, #004ebd);\n        color: white;\n        padding: 40px;\n        border-radius: 12px;\n        text-align: center;\n        margin: 40px 0;\n    }\n\n    .cta-title { font-size: 24px; font-weight: 700; margin-bottom: 16px; }\n\n    .cta-button {\n        display: inline-block;\n        padding: 16px 32px;\n        background: white;\n        color: #0066ff;\n        text-decoration: none;\n        border-radius: 6px;\n        font-weight: 700;\n        font-size: 16px;\n        margin-top: 16px;\n        transition: all 0.3s ease;\n    }\n\n    .cta-button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.2); }\n\n    .video-link { color: #0066ff; text-decoration: none; font-weight: 600; border-bottom: 1px solid transparent; transition: all 0.3s ease; }\n    .video-link:hover { border-bottom-color: #0066ff; }\n    .video-icon { display: inline-block; margin-left: 5px; font-size: 12px; }\n\n    .warning-box {\n        background: #fff3cd;\n        border-left: 4px solid #ffc107;\n        padding: 20px;\n        margin: 20px 0;\n        border-radius: 4px;\n    }\n\n    @media (max-width: 768px) {\n        .hero-title { font-size: 24px; }\n        .tab-navigation { padding: 4px; gap: 2px; }\n        .tab-label { padding: 12px 6px; font-size: 12px; border-radius: 4px; }\n        .tab-content { padding: 20px 16px; }\n        .feature-grid { grid-template-columns: 1fr; gap: 20px; }\n        .btu-value { font-size: 36px; }\n        .btu-section, .cta-section, .commercial-section { padding: 24px 16px; }\n        .download-button { padding: 14px 16px; font-size: 14px; }\n        .download-icon { font-size: 16px; }\n    }\n\n    @media (max-width: 480px) {\n        .tab-label { padding: 10px 4px; font-size: 11px; }\n        .btu-value { font-size: 28px; }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description-container\"\u003e\n\n    \u003c!-- Hero Section --\u003e\n    \u003cdiv class=\"hero-section\"\u003e\n        \u003ch1 class=\"hero-title\"\u003eWhisperKOOL SC Pro 8000: Commercial-Grade Wine Cellar Cooling System\u003c\/h1\u003e\n        \u003cp class=\"hero-subtitle\"\u003eThe SC PRO Series embodies the latest and greatest system design technologies in an all-new housing design. Developed upon feedback directly from customers and installers, the unit incorporates a variety of high-end components at an affordable price point. By combining powerful airflow with quiet operation technology, the SC PRO is unrivaled when it comes to efficiently cooling large wine cellars and commercial applications.\u003c\/p\u003e\n        \u003cdiv class=\"key-benefits\"\u003e\n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-title\"\u003eCommercial-Grade Power\u003c\/div\u003e\n                \u003cdiv class=\"benefit-description\"\u003e½ HP compressor delivers 4241 BTU\/h cooling capacity for cellars up to 1500 cubic feet\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-title\"\u003eAdvanced Blower Technology\u003c\/div\u003e\n                \u003cdiv class=\"benefit-description\"\u003eNew blower fan system optimizes performance while operating at significantly lower noise levels\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-title\"\u003eCondensate Management System\u003c\/div\u003e\n                \u003cdiv class=\"benefit-description\"\u003eEffectively evaporates up to 3oz of water per hour, making drain lines optional\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-title\"\u003eDirect SC \u0026amp; XLT Replacement\u003c\/div\u003e\n                \u003cdiv class=\"benefit-description\"\u003eDrop-in replacement for SC Series and legendary XLT cooling units\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Commercial Grade Section --\u003e\n    \u003cdiv class=\"commercial-section\"\u003e\n        \u003cdiv class=\"commercial-title\"\u003eCommercial-Grade Performance\u003c\/div\u003e\n        \u003cp\u003eThe SC Pro 8000 is designed for large residential cellars and commercial wine storage applications, delivering uncompromising performance with the reliability demanded by serious wine collectors and commercial establishments.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- BTU Section --\u003e\n    \u003cdiv class=\"btu-section\"\u003e\n        \u003cdiv class=\"btu-title\"\u003eBTU\/H Rating\u003c\/div\u003e\n        \u003cdiv class=\"btu-value\"\u003e4241\u003c\/div\u003e\n        \u003cdiv class=\"btu-description\"\u003eThe BTU\/h value shown here is a theoretical number. There are often circumstances under which a cellar design may require a larger unit due to variables not accounted for in the formula. For example, these variables could be building materials (such as glass, stone, concrete, etc.) which do not offer the insulation capacity required to maintain the optimal cellar environment. We recommend purchasing a unit with a larger capacity to compensate for these unaccounted-for variables. An undersized unit can lead to premature failure and will most likely prevent the cellar from reaching your desired temperature.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CSS-ONLY TAB SYSTEM --\u003e\n    \u003cdiv class=\"tab-container\"\u003e\n\n        \u003c!-- Radio inputs — MUST come before both .tab-navigation and all .tab-content divs --\u003e\n        \u003cinput type=\"radio\" id=\"tab8k-features\" name=\"tabs8k\" checked\u003e\n        \u003cinput type=\"radio\" id=\"tab8k-specs\" name=\"tabs8k\"\u003e\n        \u003cinput type=\"radio\" id=\"tab8k-install\" name=\"tabs8k\"\u003e\n        \u003cinput type=\"radio\" id=\"tab8k-downloads\" name=\"tabs8k\"\u003e\n\n        \u003c!-- Tab labels --\u003e\n        \u003cdiv class=\"tab-navigation\"\u003e\n            \u003clabel class=\"tab-label\" for=\"tab8k-features\"\u003eKey Features\u003c\/label\u003e\n            \u003clabel class=\"tab-label\" for=\"tab8k-specs\"\u003eTechnical Specs\u003c\/label\u003e\n            \u003clabel class=\"tab-label\" for=\"tab8k-install\"\u003eInstallation Guide\u003c\/label\u003e\n            \u003clabel class=\"tab-label\" for=\"tab8k-downloads\"\u003eDownloads \u0026amp; Manuals\u003c\/label\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Tab 1: Key Features --\u003e\n        \u003cdiv class=\"tab-content\" id=\"content8k-features\"\u003e\n            \u003ch2\u003eSC Pro 8000 Key Features \u0026amp; Benefits\u003c\/h2\u003e\n            \u003cdiv class=\"feature-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003eCondensate Management System\u003c\/h3\u003e\n                    \u003cp\u003eRevolutionary condensate management technology that effectively evaporates up to 3 ounces of water per hour, rendering the drain line as an additional safeguard rather than a definite need. This innovative system prevents moisture buildup while simplifying installation requirements for commercial applications.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003eSmart Refrigerant Metering\u003c\/h3\u003e\n                    \u003cp\u003eIntelligent refrigerant distribution system that optimizes cooling efficiency while reducing energy consumption. This advanced metering technology ensures consistent performance across large cooling loads and extends system lifespan through precise refrigerant management.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003e\u003ca class=\"video-link\" href=\"https:\/\/youtu.be\/B0WpRRDC8Ns\" target=\"_blank\"\u003eAdvanced Blower Fans \u003cspan class=\"video-icon\"\u003e▶\u003c\/span\u003e\u003c\/a\u003e\u003c\/h3\u003e\n                    \u003cp\u003eCompletely redesigned blower fan system that optimizes performance while operating at a significantly lower noise level. This breakthrough technology provides powerful airflow distribution for large spaces while maintaining the whisper-quiet operation WhisperKOOL is renowned for.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003e\u003ca class=\"video-link\" href=\"https:\/\/youtu.be\/jXzlFASUzcA\" target=\"_blank\"\u003eLiquid-Temperature-Measuring Bottle Probe \u003cspan class=\"video-icon\"\u003e▶\u003c\/span\u003e\u003c\/a\u003e\u003c\/h3\u003e\n                    \u003cp\u003eAdvanced temperature monitoring system with retractable cable design that measures actual wine temperature rather than ambient air temperature. This precise monitoring ensures optimal cellar environment across large commercial installations and prevents temperature fluctuations.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003e\u003ca class=\"video-link\" href=\"https:\/\/youtu.be\/bnRmmN-vmxo\" target=\"_blank\"\u003eAdvanced Digital Controller \u003cspan class=\"video-icon\"\u003e▶\u003c\/span\u003e\u003c\/a\u003e\u003c\/h3\u003e\n                    \u003cp\u003eState-of-the-art digital control system provides precise temperature management with commercial-grade reliability. Features advanced system protection and intelligent monitoring capabilities ideal for professional wine storage applications.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003e\u003ca class=\"video-link\" href=\"https:\/\/youtu.be\/0TmwfLTwVNA\" target=\"_blank\"\u003eCoated Evaporator Coil \u003cspan class=\"video-icon\"\u003e▶\u003c\/span\u003e\u003c\/a\u003e\u003c\/h3\u003e\n                    \u003cp\u003eEnhanced evaporator coil coating provides superior protection against corrosion and extends system lifespan. This advanced coating technology ensures reliable performance in demanding commercial environments while maintaining efficient heat transfer.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003e\u003ca class=\"video-link\" href=\"http:\/\/www.youtube.com\/watch?v=IRTENnTqOnA\" target=\"_blank\"\u003eFront or Rear Power Switch \u003cspan class=\"video-icon\"\u003e▶\u003c\/span\u003e\u003c\/a\u003e\u003c\/h3\u003e\n                    \u003cp\u003eFlexible power connection options allow power supply from either front or rear of the unit, providing enhanced installation versatility for commercial applications. This design flexibility accommodates various cellar configurations and installation constraints.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003e\u003ca class=\"video-link\" href=\"https:\/\/www.youtube.com\/watch?v=2DEQqseMNhQ\" target=\"_blank\"\u003eSingle-Piece Mounting Bracket \u003cspan class=\"video-icon\"\u003e▶\u003c\/span\u003e\u003c\/a\u003e\u003c\/h3\u003e\n                    \u003cp\u003eStreamlined installation process with robust single-piece mounting bracket that ensures secure, stable unit positioning for heavy-duty applications. This commercial-grade engineering improvement simplifies installation while providing superior structural support.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"warning-box\"\u003e\n                \u003cp\u003e\u003cstrong\u003eSeries Evolution:\u003c\/strong\u003e What separates the original SC Series from the SC PRO Series? The SC PRO comes complete with a new blower fan system that optimizes performance while operating at a significantly lower noise level. It also reintroduces a condensate management system, which effectively evaporates up to 3oz. of water an hour. The SC PRO Series will be a direct replacement for the SC Series, and its predecessor, one of the most well-known cellar cooling units, the XLT.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cta-section\"\u003e\n                \u003cdiv class=\"cta-title\"\u003eUnrivaled Commercial Performance\u003c\/div\u003e\n                \u003cp\u003eThe SC Pro 8000 combines powerful airflow with quiet operation technology, making it unrivaled when it comes to efficiently cooling large wine cellars and commercial applications.\u003c\/p\u003e\n                \u003ca class=\"cta-button\" href=\"#\"\u003eConfigure Your Commercial System\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Tab 2: Technical Specs --\u003e\n        \u003cdiv class=\"tab-content\" id=\"content8k-specs\"\u003e\n            \u003ch2\u003eComplete Technical Specifications\u003c\/h2\u003e\n            \u003cdiv class=\"spec-table-container\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eValue\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eCellar Size\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003eApprox. 1500 cu. ft.\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eWhen cellar is fully insulated and sealed with proper vapor barrier\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eBTU\/h Rating\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003e4241 BTU\/h\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003e@ 85°F air entering condenser coil\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eDimensions\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003e21.64\"L × 14.25\"W × 22.56\"H\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eCommercial-grade housing design\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003e65 lbs\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eRobust construction for commercial reliability\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eRefrigerant\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003eR-134a\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eEnvironmentally responsible refrigerant\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eHorsepower\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003e½ HP\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eCommercial-grade compressor system\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eVoltage Rating\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003e115V (20-amp dedicated circuit)\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003e230V subject to availability\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eRunning Amps\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003e3.7 amps\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eEfficient operation for large capacity\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eDrain Line\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003e1\/2\" ID clear plastic tubing\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eOptional with condensate management system\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eInstallation Type\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003eThrough-the-wall, partially ducted\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eSelf-contained commercial unit design\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eThermostat\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003eAdvanced digital controller\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eLiquid-temperature-measuring bottle probe with retractable cable\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eTemperature Delta\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003e30°F differential\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eMaintains 55°F with 85°F condenser air intake temperature\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eDucting Options\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003eOptional ducting kit available\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eExhaust air can be ducted for flexible installation\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003ch3\u003eCommercial Application Requirements\u003c\/h3\u003e\n            \u003cdiv class=\"warning-box\"\u003e\n                \u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e Each wine cellar is unique and has specific cooling requirements; heat load calculations should always be performed prior to selecting a cooling unit. The SC Pro 8000 is designed for large residential cellars and commercial wine storage applications up to 1500 cubic feet when properly insulated.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Tab 3: Installation Guide --\u003e\n        \u003cdiv class=\"tab-content\" id=\"content8k-install\"\u003e\n            \u003ch2\u003eCommercial Installation Requirements \u0026amp; Best Practices\u003c\/h2\u003e\n            \u003cdiv class=\"feature-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003ePre-Installation Requirements\u003c\/h3\u003e\n                    \u003cul\u003e\n                        \u003cli\u003eFully insulated cellar with commercial-grade vapor barrier\u003c\/li\u003e\n                        \u003cli\u003eDedicated 20-amp electrical circuit (115V or 230V)\u003c\/li\u003e\n                        \u003cli\u003eThrough-the-wall opening: 22\" W × 23\" H minimum\u003c\/li\u003e\n                        \u003cli\u003eAdequate ventilation on condenser side for commercial loads\u003c\/li\u003e\n                        \u003cli\u003eProfessional heat load calculation for large cellars\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003eCommercial Installation Process\u003c\/h3\u003e\n                    \u003cul\u003e\n                        \u003cli\u003eProfessional site assessment and heat load calculation\u003c\/li\u003e\n                        \u003cli\u003eMark and cut through-the-wall opening (larger than residential units)\u003c\/li\u003e\n                        \u003cli\u003eInstall robust single-piece mounting bracket\u003c\/li\u003e\n                        \u003cli\u003ePosition unit and secure with commercial-grade fasteners\u003c\/li\u003e\n                        \u003cli\u003eConnect electrical power (front or rear option)\u003c\/li\u003e\n                        \u003cli\u003eInstall optional ducting kit if required\u003c\/li\u003e\n                        \u003cli\u003eComprehensive testing and calibration\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003eAdvanced Commercial Features\u003c\/h3\u003e\n                    \u003cul\u003e\n                        \u003cli\u003eAdvanced digital controller with commercial reliability\u003c\/li\u003e\n                        \u003cli\u003eLiquid-temperature-measuring bottle probe with retractable cable\u003c\/li\u003e\n                        \u003cli\u003eCommercial-grade condensate management system\u003c\/li\u003e\n                        \u003cli\u003eEnhanced monitoring for large installations\u003c\/li\u003e\n                        \u003cli\u003eFlexible power connection options\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003eSystem Compatibility \u0026amp; Upgrades\u003c\/h3\u003e\n                    \u003cul\u003e\n                        \u003cli\u003eDirect replacement for SC Series units\u003c\/li\u003e\n                        \u003cli\u003eCompatible with legendary XLT cooling unit installations\u003c\/li\u003e\n                        \u003cli\u003eUpgrade path from residential to commercial capacity\u003c\/li\u003e\n                        \u003cli\u003eBackward compatible mounting systems\u003c\/li\u003e\n                        \u003cli\u003eProfessional installation recommended for commercial applications\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003ch3\u003eCommercial vs. Residential Considerations\u003c\/h3\u003e\n            \u003cp\u003eThe SC Pro 8000's commercial-grade capacity makes it ideal for large residential cellars, wine shops, restaurants, and commercial wine storage facilities. Professional installation and heat load calculations are strongly recommended for optimal performance in commercial applications.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Tab 4: Downloads \u0026 Manuals --\u003e\n        \u003cdiv class=\"tab-content\" id=\"content8k-downloads\"\u003e\n            \u003ch2\u003eProduct Documentation \u0026amp; Resources\u003c\/h2\u003e\n            \u003cdiv class=\"download-section\"\u003e\n                \u003ch3\u003eEssential Downloads\u003c\/h3\u003e\n                \u003cdiv class=\"download-grid\"\u003e\n                    \u003ca class=\"download-button\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/WK_SC_Series_OM_UV_011824.pdf?v=1737480006\" target=\"_blank\"\u003e\n                        \u003cspan class=\"download-icon\"\u003e📋\u003c\/span\u003e\n                        \u003cdiv\u003e\n                            \u003cdiv\u003eOwner's Manual\u003c\/div\u003e\n                            \u003csmall\u003eComplete installation \u0026amp; operation guide\u003c\/small\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                    \u003ca class=\"download-button\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/SC_PRO_ProductSheet_23.pdf?v=1737480004\" target=\"_blank\"\u003e\n                        \u003cspan class=\"download-icon\"\u003e📊\u003c\/span\u003e\n                        \u003cdiv\u003e\n                            \u003cdiv\u003eProduct Specifications\u003c\/div\u003e\n                            \u003csmall\u003eDetailed technical spec sheet\u003c\/small\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                    \u003ca class=\"download-button\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/WhisperKOOL_Self-Contained_Product-Warranty_082024.pdf\" target=\"_blank\"\u003e\n                        \u003cspan class=\"download-icon\"\u003e🛡️\u003c\/span\u003e\n                        \u003cdiv\u003e\n                            \u003cdiv\u003eWarranty Information\u003c\/div\u003e\n                            \u003csmall\u003eCommercial coverage details \u0026amp; registration\u003c\/small\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003ch3\u003eWarranty Coverage\u003c\/h3\u003e\n            \u003cdiv style=\"background: linear-gradient(135deg, #f8f9fa, #e9ecef); border-radius: 8px; overflow: hidden; margin: 20px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\"\u003e\n                \u003cdiv style=\"background: #0066ff; color: white; padding: 20px; text-align: center;\"\u003e\n                    \u003ch4 style=\"margin: 0; font-size: 20px; font-weight: bold; color: white;\"\u003eCommercial-Grade Protection Package\u003c\/h4\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"padding: 24px;\"\u003e\n                    \u003cdiv style=\"margin-bottom: 20px; padding: 16px; background: white; border-radius: 6px; border-left: 4px solid #0066ff;\"\u003e\n                        \u003ch4 style=\"color: #0066ff; margin: 0 0 8px 0;\"\u003eTwo-Year Limited Warranty\u003c\/h4\u003e\n                        \u003cp style=\"margin: 0; color: #555;\"\u003e\u003cstrong\u003eParts \u0026amp; Labor Coverage:\u003c\/strong\u003e Comprehensive coverage for manufacturing defects and component failures under normal commercial use conditions.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"padding: 16px; background: white; border-radius: 6px; border-left: 4px solid #0066ff;\"\u003e\n                        \u003ch4 style=\"color: #0066ff; margin: 0 0 8px 0;\"\u003eFive-Year Compressor Warranty\u003c\/h4\u003e\n                        \u003cp style=\"margin: 0; color: #555;\"\u003e\u003cstrong\u003eExtended Commercial Protection:\u003c\/strong\u003e The commercial-grade compressor is protected with extended coverage, ensuring long-term reliability for demanding commercial applications.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"background: linear-gradient(135deg, #0066ff, #004ebd); color: white; padding: 30px; border-radius: 8px; margin: 30px 0;\"\u003e\n                \u003ch3 style=\"color: white; margin-top: 0; text-align: center;\"\u003eCommercial Support Resources\u003c\/h3\u003e\n                \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 20px;\"\u003e\n                    \u003cdiv style=\"text-align: center;\"\u003e\n                        \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e📞\u003c\/div\u003e\n                        \u003cdiv style=\"font-weight: 600; margin-bottom: 4px;\"\u003ePriority Phone Support\u003c\/div\u003e\n                        \u003cdiv style=\"font-size: 18px; font-weight: bold;\"\u003e888-589-1833\u003c\/div\u003e\n                        \u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eMonday-Friday, 8 AM - 5 PM PST\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"text-align: center;\"\u003e\n                        \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e✉️\u003c\/div\u003e\n                        \u003cdiv style=\"font-weight: 600; margin-bottom: 4px;\"\u003eCommercial Email Support\u003c\/div\u003e\n                        \u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eDedicated commercial technical assistance\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"text-align: center;\"\u003e\n                        \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e🔧\u003c\/div\u003e\n                        \u003cdiv style=\"font-weight: 600; margin-bottom: 4px;\"\u003eCommercial Service Network\u003c\/div\u003e\n                        \u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eNationwide certified commercial technicians\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"text-align: center;\"\u003e\n                        \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e📚\u003c\/div\u003e\n                        \u003cdiv style=\"font-weight: 600; margin-bottom: 4px;\"\u003eProfessional Resources\u003c\/div\u003e\n                        \u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eCommercial installation guides and specs\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n            \u003cdiv\u003e\n                \u003cdiv style=\"background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden;\"\u003e\n                    \u003cdiv style=\"padding: 20px; border-left: 4px solid #0066ff;\"\u003e\n                        \u003ch4 style=\"color: #0066ff; margin: 0 0 10px 0; font-size: 16px;\"\u003eWhat size wine cellar can the SC PRO 8000 cool?\u003c\/h4\u003e\n                        \u003cp style=\"margin: 0; color: #555; line-height: 1.5;\"\u003eThe SC PRO 8000 is designed for large wine cellars up to approximately 1500 cu. ft. when fully insulated and sealed with proper vapor barrier. Each wine cellar is unique and heat load calculations should always be performed.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden;\"\u003e\n                    \u003cdiv style=\"padding: 20px; border-left: 4px solid #0066ff;\"\u003e\n                        \u003ch4 style=\"color: #0066ff; margin: 0 0 10px 0; font-size: 16px;\"\u003eIs the SC PRO 8000 suitable for commercial applications?\u003c\/h4\u003e\n                        \u003cp style=\"margin: 0; color: #555; line-height: 1.5;\"\u003eYes, the SC PRO 8000 features commercial-grade components including a ½ HP compressor and robust construction designed for demanding commercial wine storage applications, restaurants, and wine shops.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden;\"\u003e\n                    \u003cdiv style=\"padding: 20px; border-left: 4px solid #0066ff;\"\u003e\n                        \u003ch4 style=\"color: #0066ff; margin: 0 0 10px 0; font-size: 16px;\"\u003eCan the SC PRO 8000 replace my existing SC or XLT unit?\u003c\/h4\u003e\n                        \u003cp style=\"margin: 0; color: #555; line-height: 1.5;\"\u003eYes, the SC PRO 8000 is designed as a direct replacement for both SC Series and the legendary XLT cooling units, making commercial upgrades seamless with existing installations.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden;\"\u003e\n                    \u003cdiv style=\"padding: 20px; border-left: 4px solid #0066ff;\"\u003e\n                        \u003ch4 style=\"color: #0066ff; margin: 0 0 10px 0; font-size: 16px;\"\u003eWhat electrical requirements are needed for the SC PRO 8000?\u003c\/h4\u003e\n                        \u003cp style=\"margin: 0; color: #555; line-height: 1.5;\"\u003eThe SC PRO 8000 requires a dedicated 20-amp circuit at 115V (230V subject to availability). The commercial-grade unit draws 3.7 running amps and can be powered from either front or rear for installation flexibility.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c!-- end .tab-container --\u003e\n\n\u003c\/div\u003e\u003c!-- end .product-description-container --\u003e","brand":"WhisperKOOL","offers":[{"title":"Default Title","offer_id":46071080517830,"sku":"U-WKSC8000-115-PRO","price":5165.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/2651\/8726\/files\/WhisperKOOL-SC-PRO-8000-Self-Contained-1.jpg?v=1784128711"},{"product_id":"whisperkool-slimline-ls","title":"WhisperKOOL Slimline LS Wine Cellar Cooling Unit (up to 650 cubic feet)","description":"\u003ch3\u003e\u003cspan style=\"color: rgb(0, 170, 255);\"\u003eFree Shipping!\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eContact us for more information and the best pricing offers. \u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe \u003cem\u003e\u003cstrong\u003eSlimline LS\u003c\/strong\u003e\u003c\/em\u003e replaces both \u003cem\u003e\u003cstrong\u003eSlimline 2500\u003c\/strong\u003e\u003c\/em\u003e and \u003cem\u003e\u003cstrong\u003eSlimline 3300\u003c\/strong\u003e\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eWe are happy to announce the first unit in our new Luxury Series (LS). The new Slimline LS has evolved into a single system with a plethora of enhanced features that provide powerful performance, quiet operation, and prolonged system longevity to protect your investment in fine wine for years to come. \u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"row text-center\"\u003e\n\u003cdiv class=\"col-md-12\"\u003e\n\u003cdiv class=\"zeus-dark-headings-center\"\u003e\n\u003ch3\u003eMAIN PRODUCT FEATURES:\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"row\"\u003e\n\u003cdiv class=\"col-sm-4\"\u003e\n\u003cdiv class=\"zeus-featbox text-center\"\u003e\n\u003ch3\u003eTWO SPEED FAN SWITCH\u003c\/h3\u003e\n\u003cp\u003eThe unit is now equipped with a 2-speed fan switch, which allows a low setting for quieter operation or a medium setting for maximized performance.\u003c\/p\u003e\n\u003ch3\u003eQUIET OPERATION\u003c\/h3\u003e\n\u003cp\u003eThe Slimline LS boasts a new fan system that has optimized system performance, allowing the unit to operate at a significantly lower noise level.\u003c\/p\u003e\n\u003ch3\u003eNEW DURAMAX COILS\u003c\/h3\u003e\n\u003cp\u003eOur latest coil innovation maximizes performance while providing system longevity, protecting coils from formic acid, and leaks over time.\u003c\/p\u003e\n\u003ch3\u003eCONDENSATE MANAGEMENT\u003c\/h3\u003e\n\u003cp\u003eOur new, efficient condensate management system evaporates up to 3 OZ of water an hour, which renders the drain line as an additional safeguard.\u003c\/p\u003e\n\u003ch3\u003eINTERCHANGEABLE DECORATIVE PANEL\u003c\/h3\u003e\n\u003cp\u003eThe system is designed to add a customizable, decorative panel, which enables customers to create a unique look above the doorway of their cellar.\u003c\/p\u003e\n\u003ch3\u003eCONTROLLER RELOCATION\u003c\/h3\u003e\n\u003cp\u003eThe controller is now mounted on the condenser side of the unit, allowing the system to be monitored without disturbing the cellar's atmosphere.\u003c\/p\u003e\n\u003cp\u003e \u003cbr\u003e\u003c\/p\u003e\n\u003ch3\u003eWHY YOU SHOULD CHOOSE THE SLIMELINE LS:\u003c\/h3\u003e\n\u003cdiv class=\"zeus-featbox2 wow fadeInLeft\" data-wow-delay=\"0.25s\"\u003e\n\u003cdiv class=\"zeus-featbox2-text\"\u003e\n\u003ch4\u003eHIGHER SYSTEM CAPACITY\u003c\/h4\u003e\n\u003cp\u003eUp to 45% capacity upgrade in a slightly larger package, we utilized every inch of space inside the system to deliver maximum performance. While the opening is the same, the unit is only 2 in. deeper.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zeus-featbox2 wow fadeInLeft\" data-wow-delay=\"0.50s\"\u003e\n\u003cdiv class=\"zeus-featbox2-text\"\u003e\n\u003ch4\u003e\n\u003ci class=\"fa fa-tools\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003cspan\u003e \u003c\/span\u003eEASY INSTALLATION PROCESS\u003c\/h4\u003e\n\u003cp\u003eThe system utilizes a simple two-bracket mounting system, which holds the unit firmly in place once it is attached to the wall.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"zeus-featbox2 wow fadeInLeft\" data-wow-delay=\"0.75s\"\u003e\n\u003cdiv class=\"zeus-featbox2-text\"\u003e\n\u003ch4\u003e\n\u003ci class=\"fa fa-layer-group\" aria-hidden=\"true\"\u003e\u003c\/i\u003e\u003cspan\u003e \u003c\/span\u003eCOMPLETE SYSTEM SUPPORT\u003c\/h4\u003e\n\u003cp\u003eAll WhisperKOOL units come with the support of an in-house technical support team that's there to make sure your unit works as desired. We're here for you before, during, and after the sale of your unit.\u003c\/p\u003e\n\u003cp\u003e \u003cbr\u003e\u003c\/p\u003e\n\u003ch3\u003eNEW INNOVATIVE SYSTEM FEATURES:\u003c\/h3\u003e\n\u003ch4\u003e\u003cstrong\u003eUV Lighting System Upgrade -\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cdiv\u003eThe UV lighting system upgrade is now available as an add-on accessory to protect your cooling system from microorganisms such as fungus, mold, mildew, and bacteria using short-wavelength ultraviolet (UV-C) light to eliminate these harmful microorganisms. \u003c\/div\u003e\n\u003cdiv style=\"text-align: start;\"\u003e\u003cimg height=\"315\" width=\"420\" style=\"float: none;\" alt=\"UV Lighting System Upgrade\" src=\"https:\/\/ci4.googleusercontent.com\/proxy\/sDjJJTGXizkYltQAyXp09dd8DC8LNcD8KzhsbqDmlUEnPsBPlgPLrs1SWZJKg8yMByfXb7dcVdRgX_yxSXnDs0PAPxFDs5G7N76tI7P1YhlLjfFDVeKvrQ3Bh8TqwBbD4qjXvfwJdYpuE0jvrk08rlltN0z_-Q=s0-d-e1-ft#https:\/\/mcusercontent.com\/ba3d7008803f1cf0150f77837\/images\/956b29ad-6813-41d6-8b56-63383f6e7938.png\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eIncreased System Performance -\u003c\/strong\u003e\u003cbr\u003e\u003cspan\u003eHave the ability to cool two capacities at the flip of a switch. We have added larger coils and centrifugal blowers that are significantly quieter, being controlled at either the medium or low setting, and allows the system to cool cellars up to 1000 cu. ft.* (45% more capacity).\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: start;\"\u003e\u003cspan\u003e\u003cimg style=\"float: none;\" alt=\"System Components\" src=\"https:\/\/ci5.googleusercontent.com\/proxy\/dYMXbkEPkhqu3Mjd7obXgVSJtMGZI2S19dGLGSBt5EroNgr5N-jGWo81jWSQkUb660tVVGkVKTgPipiNIRsFnpNqWcuPxtaeYnoDCJ0TtLhvPkA6V_p6y0pJMfWyQAPeuXUmv6MLsSR7nrXEqkXRC7n0BtE83g=s0-d-e1-ft#https:\/\/mcusercontent.com\/ba3d7008803f1cf0150f77837\/images\/d352b344-678d-42c4-8a43-11f860613a70.png\" width=\"423\" height=\"317\"\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cspan\u003e\u003cstrong\u003eRelocation of System Components -\u003c\/strong\u003e\u003cbr\u003eThe controller has been moved to the condenser side of the unit so that it is viewable from the outside of the cellar, and the power cord and bottle probe are now located inside the cellar. We have also added a condensate evaporator to manage condensate produced by the coil.\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"zeus-featbox2 wow fadeInLeft\" data-wow-delay=\"0.25s\"\u003e\n\u003cdiv style=\"text-align: start;\" class=\"zeus-featbox2-text\"\u003e\u003cimg style=\"float: none;\" alt=\"System Components\" src=\"https:\/\/ci5.googleusercontent.com\/proxy\/ebeQixxwVk1jh-C59baXkbmAWUrgj8OIp1uP0E-KdEpS9RUzdtFbNYwQIFjjKB5wNvjb8in3S-z-pDin8cEPWNL5IN9PC8JksiGRUbMf9oV-9Xcqkj-3vQSd5dRWDSBYjQkzk99I--d37N325mvfJPFS1DiCdw=s0-d-e1-ft#https:\/\/mcusercontent.com\/ba3d7008803f1cf0150f77837\/images\/6600daf8-ac77-400d-9c28-c9339035a9f1.png\" width=\"427\" height=\"320\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"zeus-featbox2-text\"\u003e\n\u003cstrong\u003eInterchangeable Decorative Panels -\u003c\/strong\u003e\u003cbr\u003e\u003cspan\u003eThe carbon fiber panels give your unit a luxurious aesthetic and now provides you with the option to replace the unit's carbon panel with your own custom decorative panels. This will enable you to create a truly unique and attractive look above the doorway of your cellar.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: start;\" class=\"zeus-featbox2-text\"\u003e\u003cspan\u003e\u003cimg style=\"float: none;\" alt=\"Decorative Panels\" src=\"https:\/\/ci4.googleusercontent.com\/proxy\/Bh5rkS7PVw-I2VCbY23QbEtFy25lMT5-TQgn0krkczkXopDGlcG__J40Z8jnFNJthkqybECVYEPr4m3eLyKSXOxLNKOxYMFzPiRQjLTPXjCpASneouSDLouDyJMB0E_3hcL91MpuPXxHPFQ-FHblcpl8KFukkA=s0-d-e1-ft#https:\/\/mcusercontent.com\/ba3d7008803f1cf0150f77837\/images\/d90f3260-8679-49d0-8aa7-49f91cba9cf8.png\" width=\"415\" height=\"311\"\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003ch5 style=\"text-align: start;\" class=\"zeus-featbox2-text\"\u003e\u003cspan\u003eOwner Manuals \u0026amp; Tech Sheet\u003c\/span\u003e\u003c\/h5\u003e\n\u003cdiv style=\"text-align: start;\" class=\"zeus-featbox2-text\"\u003e\u003ca title=\"WhisperKOOL Slimline LS Wine Cellar Cooling Unit (up to 650 cubic feet) Owner Manual\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/WK-Slimline-LS-OM-072820_1.pdf?v=1651859608\" target=\"_blank\"\u003e\u003cspan\u003eWhisperKOOL Slimline LS Wine Cellar Cooling Unit (up to 650 cubic feet) Owner Manual\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: start;\" class=\"zeus-featbox2-text\"\u003e\n\u003ca title=\"WhisperKOOL Slimline LS Wine Cellar Cooling Unit (up to 650 cubic feet) Product Specs\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/Self_Contained_Slimline_LS_V2.pdf?v=1651859608\" target=\"_blank\"\u003eWhisperKOOL Slimline LS Wine Cellar Cooling Unit (up to 650 cubic feet) Product Specs\u003c\/a\u003e \u003c\/div\u003e\n\u003cdiv style=\"text-align: start;\" class=\"zeus-featbox2-text\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch5 class=\"yikes-custom-woo-tab-title yikes-custom-woo-tab-title-btu-h-rating\"\u003eBTU\/H Rating\u003c\/h5\u003e\n\u003ch3\u003e\u003cstrong\u003e\u003cspan\u003e1453\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003eThe BTU\/h value shown here is a theoretical number. There are often circumstances under which a cellar design may require a larger unit due to variables not accounted for in the formula. For example, these variables could be building materials (such as glass, stone, concrete, etc.) which do not offer the insulation capacity required to maintain the optimal cellar environment. We recommend purchasing a unit with a larger capacity to compensate for these unaccounted-for variables. An undersized unit can lead to premature failure and will most likely prevent the cellar from reaching your desired temperature.\u003c\/p\u003e\n\u003ch5 class=\"yikes-custom-woo-tab-title yikes-custom-woo-tab-title-specifications\"\u003eSpecifications\u003c\/h5\u003e\n\u003cdiv class=\"grv-spec\"\u003e\n\u003cdiv class=\"grv-in-spec\"\u003e\n\u003cdiv class=\"woocommerce-tabs wc-tabs-wrapper clearfix\"\u003e\n\u003cdiv class=\"panel entry-content wc-tab resp-tabs-container main-inner clearfix\" id=\"tab-specifications\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"col-md-12 col-lg-12\"\u003e\n\u003cdiv class=\"grv-spec\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eCellar Size:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eApprox. 300 cu. ft. (low fan speed) and 650 cu. ft. (medium fan speed) when cellar is fully insulated and sealed with a proper vapor barrier (each wine cellar is unique and has specific cooling requirements; heat load calculations should always be performed prior to selecting a cooling unit)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBTU\/h w\/60°F air entering condenser coil:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eLow speed fan - 2601\/1961 (total\/sensible) Medium fan speed - 3032\/2413 (total\/sensible)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBTU\/h w\/75°F air entering condenser coil:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eLow speed fan - 2635\/1951 (total\/sensible) Medium fan speed - 2904\/2309 (total\/sensible)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBTU\/h w\/85°F air entering condenser coil:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eLow speed fan - 2396\/1870 (total\/sensible) Medium fan speed - 2612\/2158 (total\/sensible)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBTU\/h w\/95°F air entering condenser coil:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eLow speed fan - 2205\/1704 (total\/sensible) Medium fan speed - 2392\/2008 (total\/sensible)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e21.5”L x 22.16”W x 10.33”H\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRefrigerant:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eR-134a\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHP:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e1\/5\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eVoltage Rating:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e115V (20-amp dedicated circuit required); 230V (subject to availability)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWeight:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e81 lbs. without packaging, 90 lbs. with packaging\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eAmps:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e4.3 (running amps)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDrain Line:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e1\/2” ID clear plastic tubing (not provided)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eInstallation:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eThrough the wall (above a doorway)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThermostat:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eAdvanced digital controller, liquid-temperature-measuring bottle probe (retractable cable)\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTemp. Delta:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eCan maintain a 55°F cellar temperature with up to 85°F condenser air intake temperature\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOutside Venting:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eNot recommended\u003c\/p\u003e\n\u003cdiv class=\"zeus-featbox2-text\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"aircall-extension-app\"\u003e\u003c\/div\u003e","brand":"WhisperKOOL","offers":[{"title":"Default Title","offer_id":46071080616134,"sku":"U-WKSL-LS-115-7","price":3415.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/2651\/8726\/files\/WhisperKOOL-Slimline-LS-Wine-Cellar-Cooling-Unit-up-to-650-cubic-feet-1.jpg?v=1784128724"},{"product_id":"whisperkool-extreme-3500tir-through-the-wall","title":"WhisperKOOL Extreme 3500tiR Through-the-Wall","description":"\u003ch3\u003e\u003cspan style=\"color: rgb(0, 170, 255);\"\u003eFree Shipping!\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cb\u003eTHE EXTREME 3500TIR\u003c\/b\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe Extreme 3500tiR, 5000tiR, and 8000tiR introduce the variable-speed fans to WhisperKOOL's most advanced and powerful self-contained cooling system. Utilizing these fans, this high-capacity unit can maintain optimal cellar conditions. The Extreme is designed to fit between standard wall studs for a simple \"through-the-wall\" installation with minimal modification to existing wall structures. Extremes can also be mounted through an exterior wall and can operate in a 110°F exhaust environment. This unit is equipped with our Remote Platinum Series controller, which can be placed up to 50 line feet from the unit, utilizing Advanced System Protection.\u003c\/p\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cp\u003eThrough-the-wall application\u003cbr\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eReliable starting and running performance, even under the most extreme outdoor conditions\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eThe cooling unit can be located up to 25 ducted feet from the cellar\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eRemote digital display with 50-ft. cable\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eStandard and 24V thermostat options available\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e55°F temperature differential\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/youtu.be\/JX5UmCAi1Jw\" title=\"Video - Extreme 3500tiR Through-the-Wall - Quiet operation technology\" target=\"_blank\"\u003e\u003cspan\u003eQuiet operation technology delivers sound levels as low as 51 dB\u003c\/span\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/youtu.be\/HT0iEiLdBk0\" title=\"Video - Extreme 3500tiR Through-the-wall - Variable-speed fans\" target=\"_blank\"\u003e\u003cspan\u003eVariable-speed fans\u003c\/span\u003e\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch5\u003e\u003cspan\u003eOwner Manuals \u0026amp; Tech Sheets\u003c\/span\u003e\u003c\/h5\u003e\n\u003cp\u003e\u003ca title=\"WhisperKOOL Extreme 3500tiR Through-the-Wall Owner Manual\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/Extreme_tiR_OM_TM.pdf?v=1651861265\" target=\"_blank\"\u003e\u003cspan\u003eWhisperKOOL Extreme 3500tiR Through-the-Wall Owner Manual\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca title=\"WhisperKOOL Extreme 3500tiR Through-the-Wall Product Specs\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/Self_Contained_Extreme_tiR.pdf?v=1651849421\" target=\"_blank\"\u003e\u003cspan\u003eWhisperKOOL Extreme 3500tiR Through-the-Wall Product Specs\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003ch5\u003eBTUH Rating\u003c\/h5\u003e\n\u003ch3\u003e3175\u003c\/h3\u003e\n\u003cp\u003eThe BTU\/h value shown here is a theoretical number. There are often circumstances under which a cellar design may require a larger unit due to variables not accounted for in the formula. For example, these variables could be building materials (such as glass, stone, concrete, etc.) that do not offer the insulation capacity required to maintain the optimal cellar environment. We recommend purchasing a unit with a larger capacity to compensate for these unaccounted-for variables. An undersized unit can lead to premature failure and will most likely prevent the cellar from reaching your desired temperature.\u003c\/p\u003e\n\u003ch5\u003e24V Thermostat Conversion Kit\u003c\/h5\u003e\n\u003cp\u003e\u003cstrong\u003eIntroducing our new 24-volt thermostat conversion kit for WhisperKOOL split systems!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUtilize industry-leading technology from major manufacturers to monitor the environment of your cellar. (See individual thermostat manufacturers’ websites for details.)\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eConnect your thermostat to Wi‑Fi to control the temperature from your phone, tablet, or laptop.\u003c\/li\u003e\n\u003cli\u003eMonitor run time and energy usage.\u003c\/li\u003e\n\u003cli\u003eSet alarm notifications.\u003c\/li\u003e\n\u003cli\u003eView your cellar conditions from your mobile device.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eThe use of the 24-volt thermostat conversion kit eliminates the thermostat normally included with the system and allows your contractor to select, purchase and install the thermostat technology of your choice, including but not limited to Nest, Ecobee, and Honeywell.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBy selecting the 24V Thermostat Conversion Kit, you have acknowledged that the system will not be built with the standard WhisperKOOL control or liquid measuring bottle probe. You will have to source and purchase your own 24V thermostat to run the equipment.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eNot utilizing the thermostat from WhisperKOOL also eliminates the use of the bottle probe.\u003c\/li\u003e\n\u003cli\u003eWhisperKOOL does not provide smart thermostats.  Those must be purchased separately.\u003c\/li\u003e\n\u003cli\u003eWhisperKOOL customer service staff do not provide technical support for customers’ selected thermostats.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch5\u003eSpecifications\u003c\/h5\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCellar Size:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e800 cu. ft (Properly Insulated Cellar)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDimensions:\u003c\/strong\u003e\u003cspan\u003e 28”L x 14.25”W x 15.75”H\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e115lbs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRefrigerant : \u003c\/strong\u003eR-134a\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHP: \u003c\/strong\u003e1.25\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVoltage Rating: \u003c\/strong\u003e115V (20 amp dedicated circuit required); 230V (subject to availability)\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAMPS (starting\/running):\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e32\/9\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDrain Line: \u003c\/strong\u003e1\/2” ID clear plastic tubing (not provided)\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInstallation: \u003c\/strong\u003eThrough-the-wall\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eThermostat: \u003c\/strong\u003eAdvanced digital display, liquid-temperature-measuring bottle probe (50ft. cable)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTemp. Delta: \u003c\/strong\u003eCan maintain a 55°F cellar temperature with up to 110°F condenser air intake temperature\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOutside Venting: \u003c\/strong\u003eCan be done if the outside temperature does not exceed 110°F, the external grille cover is highly\u003cbr\u003erecommended.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDucting Options: \u003c\/strong\u003eCondensing side can be ducted.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWarranty: \u003c\/strong\u003eTwo-year limited warranty (parts and labor) \/ five-year limited warranty (compressor)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch5\u003eWarranty Information\u003c\/h5\u003e\n\u003ch4\u003e\n\u003cspan class=\"ProductWarrantyContainer\"\u003eA limited 2-year parts and labor \/ 5-year compressor warranty \u003c\/span\u003e\u003cspan class=\"ProductWarrantyContainer\"\u003e\u003c\/span\u003e\u003cspan class=\"ProductWarrantyContainer\"\u003e\u003c\/span\u003e\n\u003c\/h4\u003e\n\u003ch3\u003e\u003cstrong\u003eWarranty Overview:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSelf-Contained System Warranty:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eA limited 2-year product\/5-year compressor warranty is offered with all self-contained cooling units at the date of purchase.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSplit System Warranty:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eA limited 2-year product warranty is offered with all split systems. While the warranty starts at the date of purchase, this warranty is\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003enot activated until\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003ea Product Warranty Checklist has been submitted\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eand\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003eapproved by WhisperKOOL.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eWarranty Claims:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eAll warranty claims must be filed directly through WhisperKOOL customer service. We provide warranty repairs at our manufacturing facility in Stockton, CA, or with prior permission from WhisperKOOL to receive service by a licensed HVAC\/R technician. In the event a unit is not reparable in the field and is still under warranty, we will cover shipping costs to return the unit (excluding customs fees and duties).\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLimited Warranty:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eLimited warranty applies only to wine cooling units purchased directly from WhisperKOOL or through an authorized dealer. Damage caused by others or beyond the control of WhisperKOOL shall not be considered defects in material or workmanship and is not covered by the warranty. The limited warranty does not cover any parts or labor to correct any defect caused by negligence, commercial use, accident, maintenance, installation, service\/repair, or improper use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003cdiv id=\"aircall-extension-app\"\u003e\u003cbr\u003e\u003c\/div\u003e","brand":"WhisperKOOL","offers":[{"title":"Default Title","offer_id":46071080779974,"sku":"U-WK-EX3500TIR-115-2","price":5959.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/2651\/8726\/files\/WhisperKOOL-Extreme-3500tiR-Through-the-Wall-1.jpg?v=1784128744"},{"product_id":"whisperkool-extreme-5000tir-through-the-wall","title":"WhisperKOOL Extreme 5000tiR Through-the-Wall","description":"\u003ch3\u003e\u003cspan style=\"color: rgb(0, 170, 255);\"\u003eFree Shipping!\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eTHE EXTREME 5000TIR\u003c\/strong\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003c\/strong\u003eThe Extreme 3500tiR, 5000tiR, and 8000tiR introduce the variable-speed fans to WhisperKOOL's most advanced and powerful self-contained cooling system. Utilizing these fans, this high-capacity unit can maintain optimal cellar conditions. The Extreme is designed to fit between standard wall studs for a simple \"through-the-wall\" installation with minimal modification to existing wall structures. Extremes can also be mounted through an exterior wall and can operate in a 110°F exhaust environment. This unit is equipped with our Remote Platinum Series controller, which can be placed up to 50 line feet from the unit, utilizing Advanced System Protection.\u003c\/p\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cp\u003eThrough-the-wall application\u003cbr\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eReliable starting and running performance, even under the most extreme outdoor conditions\u003c\/li\u003e\n\u003cli\u003eThe cooling unit can be located up to 25 ducted feet from the cellar\u003c\/li\u003e\n\u003cli\u003eRemote digital display with 50-ft. cable\u003c\/li\u003e\n\u003cli\u003eStandard and 24V thermostat options available\u003c\/li\u003e\n\u003cli\u003e55°F temperature differential\u003c\/li\u003e\n\u003cli\u003e\u003ca title=\"Video - Extreme 5000tiR Through-the-Wall - Quiet operation technology\" href=\"https:\/\/youtu.be\/JX5UmCAi1Jw\" target=\"_blank\"\u003eQuiet operation technology delivers sound levels as low as 51 dB\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca title=\"Video - Extreme 5000tiR Through-the-wall - Variable-speed fans\" href=\"https:\/\/youtu.be\/HT0iEiLdBk0\" target=\"_blank\"\u003eVariable-speed fans\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch5\u003eOwner Manuals \u0026amp; Tech Sheets\u003c\/h5\u003e\n\u003cp\u003e\u003ca title=\"WhisperKOOL Extreme 5000tiR Through-the-Wall Owner Manual\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/Extreme_tiR_OM_TM.pdf?v=1651861265\" target=\"_blank\"\u003e\u003cspan\u003eWhisperKOOL Extreme 5000tiR Through-the-Wall Owner Manual\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca title=\"WhisperKOOL Extreme 5000tiR Through-the-Wall Product Specs\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/Self_Contained_Extreme_tiR.pdf?v=1651849421\" target=\"_blank\"\u003e\u003cspan\u003eWhisperKOOL Extreme 5000tiR Through-the-Wall Product Specs\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003ch5\u003eBTUH Rating\u003c\/h5\u003e\n\u003ch3\u003e4126\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003eThe BTU\/h value shown here is a theoretical number. There are often circumstances under which a cellar design may require a larger unit due to variables not accounted for in the formula. For example, these variables could be building materials (such as glass, stone, concrete, etc.) that do not offer the insulation capacity required to maintain the optimal cellar environment. We recommend purchasing a unit with a larger capacity to compensate for these unaccounted-for variables. An undersized unit can lead to premature failure and will most likely prevent the cellar from reaching your desired temperature.\u003c\/p\u003e\n\u003ch5\u003e24V Thermostat Conversion Kit\u003c\/h5\u003e\n\u003cp\u003e\u003cstrong\u003eIntroducing our new 24-volt thermostat conversion kit for WhisperKOOL split systems!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUtilize industry-leading technology from major manufacturers to monitor the environment of your cellar. (See individual thermostat manufacturers’ websites for details.)\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eConnect your thermostat to Wi‑Fi to control the temperature from your phone, tablet, or laptop.\u003c\/li\u003e\n\u003cli\u003eMonitor run time and energy usage.\u003c\/li\u003e\n\u003cli\u003eSet alarm notifications.\u003c\/li\u003e\n\u003cli\u003eView your cellar conditions from your mobile device.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eThe use of the 24-volt thermostat conversion kit eliminates the thermostat normally included with the system and allows your contractor to select, purchase and install the thermostat technology of your choice, including but not limited to Nest, Ecobee, and Honeywell.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBy selecting the 24V Thermostat Conversion Kit, you have acknowledged that the system will not be built with the standard WhisperKOOL control or liquid measuring bottle probe. You will have to source and purchase your own 24V thermostat to run the equipment.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eNot utilizing the thermostat from WhisperKOOL also eliminates the use of the bottle probe.\u003c\/li\u003e\n\u003cli\u003eWhisperKOOL does not provide smart thermostats.  Those must be purchased separately.\u003c\/li\u003e\n\u003cli\u003eWhisperKOOL customer service staff do not provide technical support for customers’ selected thermostats.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch5\u003eSpecifications\u003c\/h5\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCellar Size:\u003c\/strong\u003e\u003cspan\u003e 1250\u003c\/span\u003e cu. ft (Properly Insulated Cellar)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDimensions:\u003c\/strong\u003e\u003cspan\u003e 28”L x 14.25”W x 15.75”H\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e115lbs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRefrigerant : \u003c\/strong\u003eR-134a\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHP: \u003c\/strong\u003e1.62\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVoltage Rating: \u003c\/strong\u003e115V (20 amp dedicated circuit required); 230V (subject to availability)\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAMPS (starting\/running):\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e32\/9\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDrain Line: \u003c\/strong\u003e1\/2” ID clear plastic tubing (not provided)\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInstallation: \u003c\/strong\u003eThrough-the-wall\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eThermostat: \u003c\/strong\u003eAdvanced digital display, liquid-temperature-measuring bottle probe (50ft. cable)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTemp. Delta: \u003c\/strong\u003eCan maintain a 55°F cellar temperature with up to 110°F condenser air intake temperature\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOutside Venting: \u003c\/strong\u003eCan be done if the outside temperature does not exceed 110°F, the external grille cover is highly\u003cbr\u003erecommended.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDucting Options: \u003c\/strong\u003eCondensing side can be ducted.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWarranty: \u003c\/strong\u003eTwo-year limited warranty (parts and labor) \/ five-year limited warranty (compressor)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch5\u003eWarranty Information\u003c\/h5\u003e\n\u003ch4\u003e\n\u003cspan class=\"ProductWarrantyContainer\"\u003eA limited 2-year parts and labor \/ 5-year compressor warranty \u003c\/span\u003e\u003cspan class=\"ProductWarrantyContainer\"\u003e\u003c\/span\u003e\u003cspan class=\"ProductWarrantyContainer\"\u003e\u003c\/span\u003e\n\u003c\/h4\u003e\n\u003ch3\u003e\u003cstrong\u003eWarranty Overview:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSelf-Contained System Warranty:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eA limited 2-year product\/5-year compressor warranty is offered with all self-contained cooling units at the date of purchase.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSplit System Warranty:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eA limited 2-year product warranty is offered with all split systems. While the warranty starts at the date of purchase, this warranty is\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003enot activated until\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003ea Product Warranty Checklist has been submitted\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eand\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003eapproved by WhisperKOOL.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eWarranty Claims:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eAll warranty claims must be filed directly through WhisperKOOL customer service. We provide warranty repairs at our manufacturing facility in Stockton, CA, or with prior permission from WhisperKOOL to receive service by a licensed HVAC\/R technician. In the event a unit is not reparable in the field and is still under warranty, we will cover shipping costs to return the unit (excluding customs fees and duties).\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLimited Warranty:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eLimited warranty applies only to wine cooling units purchased directly from WhisperKOOL or through an authorized dealer. Damage caused by others or beyond the control of WhisperKOOL shall not be considered defects in material or workmanship and is not covered by the warranty. The limited warranty does not cover any parts or labor to correct any defect caused by negligence, commercial use, accident, maintenance, installation, service\/repair, or improper use.\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"WhisperKOOL","offers":[{"title":"Default Title","offer_id":46071080878278,"sku":"U-WK-EX5000TIR-115-2","price":6555.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/2651\/8726\/files\/WhisperKOOL-Extreme-5000tiR-Through-the-Wall-1.jpg?v=1784128752"},{"product_id":"whisperkool-extreme-8000tir-through-the-wall","title":"WhisperKOOL Extreme 8000tiR Through-the-Wall","description":"\u003ch3\u003e\u003cspan style=\"color: rgb(0, 170, 255);\"\u003eFree Shipping!\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eTHE EXTREME 8000TIR\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003c\/strong\u003eThe Extreme 3500tiR, 5000tiR, and WhsiperKOOL Extreme 8000tiR introduce the variable-speed fans to WhisperKOOL's most advanced and powerful self-contained cooling system. Utilizing these fans, this high-capacity unit can maintain optimal cellar conditions. The Extreme is designed to fit between standard wall studs for a simple \"through-the-wall\" installation with minimal modification to existing wall structures. Extremes can also be mounted through an exterior wall and can operate in a 110°F exhaust environment. This unit is equipped with our Remote Platinum Series controller, which can be placed up to 50 line feet from the unit, utilizing Advanced System Protection.\u003c\/p\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cp\u003eThrough-the-wall application\u003cbr\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eReliable starting and running performance, even under the most extreme outdoor conditions\u003c\/li\u003e\n\u003cli\u003eThe cooling unit can be located up to 25 ducted feet from the cellar\u003c\/li\u003e\n\u003cli\u003eRemote digital display with 50-ft. cable\u003c\/li\u003e\n\u003cli\u003eStandard and 24V thermostat options available\u003c\/li\u003e\n\u003cli\u003e55°F temperature differential\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/youtu.be\/JX5UmCAi1Jw\" title=\"Video - Extreme 8000tiR Through-the-Wall - Quiet operation technology\" target=\"_blank\"\u003eQuiet operation technology delivers sound levels as low as 51 dB\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/youtu.be\/HT0iEiLdBk0\" title=\"Video - Extreme 8000tiR Through-the-wall - Variable-speed fans\" target=\"_blank\"\u003eVariable-speed fans\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch5\u003eOwner Manuals \u0026amp; Tech Sheets\u003c\/h5\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/Extreme_tiR_OM_TM.pdf?v=1651861265\" title=\"WhisperKOOL Extreme 8000tiR Through-the-Wall Owner Manual\" target=\"_blank\"\u003e\u003cspan\u003eWhisperKOOL Extreme 8000tiR Through-the-Wall Owner Manual\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/Self_Contained_Extreme_tiR.pdf?v=1651849421\" title=\"WhisperKOOL Extreme 8000tiR Through-the-Wall Product Specs\" target=\"_blank\"\u003e\u003cspan\u003eWhisperKOOL Extreme 8000tiR Through-the-Wall Product Specs\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003ch5\u003eBTUH Rating\u003c\/h5\u003e\n\u003ch3\u003e6131\u003c\/h3\u003e\n\u003cp\u003eThe BTU\/h value shown here is a theoretical number. There are often circumstances under which a cellar design may require a larger unit due to variables not accounted for in the formula. For example, these variables could be building materials (such as glass, stone, concrete, etc.) that do not offer the insulation capacity required to maintain the optimal cellar environment. We recommend purchasing a unit with a larger capacity to compensate for these unaccounted-for variables. An undersized unit can lead to premature failure and will most likely prevent the cellar from reaching your desired temperature.\u003c\/p\u003e\n\u003ch5\u003e24V Thermostat Conversion Kit\u003c\/h5\u003e\n\u003cp\u003e\u003cstrong\u003eIntroducing our new 24-volt thermostat conversion kit for WhisperKOOL split systems!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUtilize industry-leading technology from major manufacturers to monitor the environment of your cellar. (See individual thermostat manufacturers’ websites for details.)\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eConnect your thermostat to Wi‑Fi to control the temperature from your phone, tablet, or laptop.\u003c\/li\u003e\n\u003cli\u003eMonitor run time and energy usage.\u003c\/li\u003e\n\u003cli\u003eSet alarm notifications.\u003c\/li\u003e\n\u003cli\u003eView your cellar conditions from your mobile device.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eThe use of the 24-volt thermostat conversion kit eliminates the thermostat normally included with the system and allows your contractor to select, purchase and install the thermostat technology of your choice, including but not limited to Nest, Ecobee, and Honeywell.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBy selecting the 24V Thermostat Conversion Kit, you have acknowledged that the system will not be built with the standard WhisperKOOL control or liquid measuring bottle probe. You will have to source and purchase your own 24V thermostat to run the equipment.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eNot utilizing the thermostat from WhisperKOOL also eliminates the use of the bottle probe.\u003c\/li\u003e\n\u003cli\u003eWhisperKOOL does not provide smart thermostats.  Those must be purchased separately.\u003c\/li\u003e\n\u003cli\u003eWhisperKOOL customer service staff do not provide technical support for customers’ selected thermostats.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch5\u003eSpecifications\u003c\/h5\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCellar Size:\u003c\/strong\u003e\u003cspan\u003e 2000\u003c\/span\u003e cu. ft (Properly Insulated Cellar)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDimensions:\u003c\/strong\u003e\u003cspan\u003e 28” L x 14.25”W x 22.5”H\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e\u003cspan\u003e 150lbs\u003c\/span\u003e.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRefrigerant : \u003c\/strong\u003eR-134a\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHP: \u003c\/strong\u003e2.4\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVoltage Rating: \u003c\/strong\u003e115V (20 amp dedicated circuit required); 230V (subject to availability)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAMPS (starting\/running):\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003e32\/9\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDrain Line: \u003c\/strong\u003e1\/2” ID clear plastic tubing (not provided)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInstallation: \u003c\/strong\u003eThrough-the-wall\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eThermostat: \u003c\/strong\u003eAdvanced digital display, liquid-temperature-measuring bottle probe (50ft. cable)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTemp. Delta: \u003c\/strong\u003eCan maintain a 55°F cellar temperature with up to 110°F condenser air intake temperature\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOutside Venting: \u003c\/strong\u003eCan be done if the outside temperature does not exceed 110°F, the external grille cover is highly\u003cbr\u003erecommended.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDucting Options: \u003c\/strong\u003eCondensing side can be ducted.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWarranty: \u003c\/strong\u003eTwo-year limited warranty (parts and labor) \/ five-year limited warranty (compressor)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch5\u003eWarranty Information\u003c\/h5\u003e\n\u003ch4\u003e\n\u003cspan class=\"ProductWarrantyContainer\"\u003eA limited 2-year parts and labor \/ 5-year compressor warranty \u003c\/span\u003e\u003cspan class=\"ProductWarrantyContainer\"\u003e\u003c\/span\u003e\u003cspan class=\"ProductWarrantyContainer\"\u003e\u003c\/span\u003e\n\u003c\/h4\u003e\n\u003ch3\u003e\u003cstrong\u003eWarranty Overview:\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSelf-Contained System Warranty:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eA limited 2-year product\/5-year compressor warranty is offered with all self-contained cooling units at the date of purchase.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSplit System Warranty:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eA limited 2-year product warranty is offered with all split systems. While the warranty starts at the date of purchase, this warranty is\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003enot activated until\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003ea Product Warranty Checklist has been submitted\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003e\u003cstrong\u003eand\u003c\/strong\u003e\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003eapproved by WhisperKOOL.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eWarranty Claims:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eAll warranty claims must be filed directly through WhisperKOOL customer service. We provide warranty repairs at our manufacturing facility in Stockton, CA, or with prior permission from WhisperKOOL to receive service by a licensed HVAC\/R technician. In the event a unit is not reparable in the field and is still under warranty, we will cover shipping costs to return the unit (excluding customs fees and duties).\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLimited Warranty:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eLimited warranty applies only to wine cooling units purchased directly from WhisperKOOL or through an authorized dealer. Damage caused by others or beyond the control of WhisperKOOL shall not be considered defects in material or workmanship and is not covered by the warranty. The limited warranty does not cover any parts or labor to correct any defect caused by negligence, commercial use, accident, maintenance, installation, service\/repair, or improper use.\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"WhisperKOOL","offers":[{"title":"Default Title","offer_id":46071080943814,"sku":"U-WK-EX8000TIR-115","price":6999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/2651\/8726\/files\/WhisperKOOL-Extreme-8000tiR-Through-the-Wall-1.png?v=1784128759"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/2651\/8726\/collections\/Through-the-Wall_Self_Contained.webp?v=1784138633","url":"https:\/\/winecellarcoolingunits.com\/collections\/whisperkool-through-the-wall-self-contained.oembed","provider":"WineCellarCoolingUnits.com","version":"1.0","type":"link"}