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