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