{"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","url":"https:\/\/winecellarcoolingunits.com\/products\/whisperkool-sc-pro-2000-self-contained","provider":"WineCellarCoolingUnits.com","version":"1.0","type":"link"}