{"product_id":"whisperkool-sc-pro-8000-self-contained","title":"WhisperKOOL SC PRO 8000 Self-Contained","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n\n\u003ch3\u003e\u003cspan style=\"color: rgb(0, 170, 255);\"\u003eFree Shipping!\u003c\/span\u003e\u003c\/h3\u003e\n\n\u003cstyle\u003e\n    .product-description-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 20px;\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n        color: #333;\n        line-height: 1.6;\n    }\n\n    .hero-section { margin-bottom: 40px; }\n\n    .hero-title {\n        font-size: 32px;\n        font-weight: 700;\n        color: #0066ff;\n        margin-bottom: 16px;\n        line-height: 1.2;\n    }\n\n    .hero-subtitle {\n        font-size: 18px;\n        color: #666;\n        margin-bottom: 24px;\n        font-weight: 400;\n    }\n\n    .key-benefits {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n        gap: 20px;\n        margin: 30px 0;\n    }\n\n    .benefit-item {\n        padding: 20px;\n        background: #f8f9fa;\n        border-radius: 8px;\n        border-left: 4px solid #0066ff;\n    }\n\n    .benefit-title { font-weight: 600; color: #333; margin-bottom: 8px; }\n    .benefit-description { font-size: 14px; color: #555; }\n\n    .commercial-section {\n        background: linear-gradient(135deg, #0066ff, #004ebd);\n        color: white;\n        padding: 40px;\n        border-radius: 12px;\n        text-align: center;\n        margin: 40px 0;\n    }\n\n    .commercial-title { font-size: 24px; font-weight: 700; margin-bottom: 16px; }\n\n    .btu-section {\n        background: linear-gradient(135deg, #0066ff, #004ebd);\n        color: white;\n        padding: 40px;\n        border-radius: 12px;\n        text-align: center;\n        margin: 40px 0;\n    }\n\n    .btu-title { font-size: 18px; font-weight: 600; margin-bottom: 10px; opacity: 0.9; }\n    .btu-value { font-size: 48px; font-weight: 700; margin-bottom: 20px; color: white; }\n    .btu-description { font-size: 14px; line-height: 1.5; opacity: 0.9; }\n\n    \/* ── CSS-ONLY TABS ── *\/\n    .tab-container { margin: 40px 0; }\n\n    \/* Hide the radio inputs *\/\n    .tab-container input[type=\"radio\"] { display: none; }\n\n    .tab-navigation {\n        display: flex;\n        border-bottom: 2px solid #e9ecef;\n        overflow-x: auto;\n        scrollbar-width: none;\n        -ms-overflow-style: none;\n        background: #f8f9fa;\n        border-radius: 8px 8px 0 0;\n        padding: 4px;\n        gap: 4px;\n    }\n\n    .tab-navigation::-webkit-scrollbar { display: none; }\n\n    .tab-label {\n        flex: 1 1 0;\n        padding: 16px 8px;\n        background: transparent;\n        font-size: 15px;\n        font-weight: 600;\n        color: #666;\n        cursor: pointer;\n        border-radius: 6px;\n        transition: all 0.3s ease;\n        white-space: nowrap;\n        text-align: center;\n        overflow: hidden;\n        text-overflow: ellipsis;\n        border: 1px solid transparent;\n        display: block;\n    }\n\n    .tab-label:hover { color: #0066ff; background: rgba(0,102,255,0.05); }\n\n    \/* All tab content hidden by default *\/\n    .tab-content {\n        display: none;\n        animation: fadeIn 0.3s ease;\n        background: white;\n        padding: 30px;\n        border-radius: 0 0 8px 8px;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        border: 1px solid #e9ecef;\n        border-top: none;\n    }\n\n    @keyframes fadeIn {\n        from { opacity: 0; transform: translateY(10px); }\n        to   { opacity: 1; transform: translateY(0); }\n    }\n\n    \/* Show tab content + style active label when its radio is checked *\/\n    #tab8k-features:checked   ~ .tab-navigation label[for=\"tab8k-features\"],\n    #tab8k-specs:checked      ~ .tab-navigation label[for=\"tab8k-specs\"],\n    #tab8k-install:checked    ~ .tab-navigation label[for=\"tab8k-install\"],\n    #tab8k-downloads:checked  ~ .tab-navigation label[for=\"tab8k-downloads\"] {\n        color: #0066ff;\n        background: white;\n        box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n        border-color: #e9ecef;\n    }\n\n    #tab8k-features:checked   ~ #content8k-features,\n    #tab8k-specs:checked      ~ #content8k-specs,\n    #tab8k-install:checked    ~ #content8k-install,\n    #tab8k-downloads:checked  ~ #content8k-downloads { display: block; }\n\n    \/* Feature Grid *\/\n    .feature-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 30px;\n        margin: 30px 0;\n    }\n\n    .feature-card {\n        padding: 24px;\n        background: #fff;\n        border: 1px solid #e9ecef;\n        border-radius: 8px;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    }\n\n    .feature-card h3 {\n        color: #0066ff;\n        font-size: 18px;\n        margin-bottom: 12px;\n        border-bottom: 2px solid #0066ff;\n        padding-bottom: 4px;\n        display: inline-block;\n    }\n\n    \/* Spec Table *\/\n    .spec-table-container {\n        margin: 20px 0;\n        border-radius: 8px;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        overflow: hidden;\n    }\n\n    .spec-table {\n        width: 100%;\n        border-collapse: collapse;\n        background: #fff;\n        table-layout: fixed;\n    }\n\n    .spec-table th {\n        background: #0066ff;\n        color: white;\n        padding: 16px;\n        text-align: left;\n        font-weight: 600;\n        word-wrap: break-word;\n    }\n\n    .spec-table th:nth-child(1) { width: 28%; }\n    .spec-table th:nth-child(2) { width: 28%; }\n    .spec-table th:nth-child(3) { width: 44%; }\n\n    .spec-table td {\n        padding: 16px;\n        border-bottom: 1px solid #e9ecef;\n        word-wrap: break-word;\n        vertical-align: top;\n    }\n\n    .spec-table tr:last-child td { border-bottom: none; }\n    .spec-table tr:nth-child(even) { background: #f8f9fa; }\n\n    @media (max-width: 640px) {\n        .spec-table thead { display: none; }\n        .spec-table, .spec-table tbody, .spec-table tr, .spec-table td { display: block; width: 100%; box-sizing: border-box; }\n        .spec-table tr { background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 12px; padding: 4px 0; box-shadow: 0 1px 4px rgba(0,0,0,0.04); }\n        .spec-table tr:nth-child(even) { background: #fff; }\n        .spec-table td { padding: 10px 16px; border-bottom: 1px dashed #e9ecef; white-space: normal; }\n        .spec-table td:last-child { border-bottom: none; }\n        .spec-table td::before { content: attr(data-label); display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #0066ff; margin-bottom: 4px; }\n    }\n\n    \/* Downloads *\/\n    .download-section { margin: 30px 0; }\n    .download-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }\n\n    .download-button {\n        display: flex;\n        align-items: center;\n        padding: 16px 20px;\n        background: #0066ff;\n        color: white;\n        text-decoration: none;\n        border-radius: 6px;\n        font-weight: 600;\n        transition: all 0.3s ease;\n        box-shadow: 0 2px 8px rgba(0,102,255,0.2);\n    }\n\n    .download-button:hover { background: #004ebd; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,102,255,0.3); }\n    .download-icon { margin-right: 10px; font-size: 18px; }\n\n    \/* CTA *\/\n    .cta-section {\n        background: linear-gradient(135deg, #0066ff, #004ebd);\n        color: white;\n        padding: 40px;\n        border-radius: 12px;\n        text-align: center;\n        margin: 40px 0;\n    }\n\n    .cta-title { font-size: 24px; font-weight: 700; margin-bottom: 16px; }\n\n    .cta-button {\n        display: inline-block;\n        padding: 16px 32px;\n        background: white;\n        color: #0066ff;\n        text-decoration: none;\n        border-radius: 6px;\n        font-weight: 700;\n        font-size: 16px;\n        margin-top: 16px;\n        transition: all 0.3s ease;\n    }\n\n    .cta-button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.2); }\n\n    .video-link { color: #0066ff; text-decoration: none; font-weight: 600; border-bottom: 1px solid transparent; transition: all 0.3s ease; }\n    .video-link:hover { border-bottom-color: #0066ff; }\n    .video-icon { display: inline-block; margin-left: 5px; font-size: 12px; }\n\n    .warning-box {\n        background: #fff3cd;\n        border-left: 4px solid #ffc107;\n        padding: 20px;\n        margin: 20px 0;\n        border-radius: 4px;\n    }\n\n    @media (max-width: 768px) {\n        .hero-title { font-size: 24px; }\n        .tab-navigation { padding: 4px; gap: 2px; }\n        .tab-label { padding: 12px 6px; font-size: 12px; border-radius: 4px; }\n        .tab-content { padding: 20px 16px; }\n        .feature-grid { grid-template-columns: 1fr; gap: 20px; }\n        .btu-value { font-size: 36px; }\n        .btu-section, .cta-section, .commercial-section { padding: 24px 16px; }\n        .download-button { padding: 14px 16px; font-size: 14px; }\n        .download-icon { font-size: 16px; }\n    }\n\n    @media (max-width: 480px) {\n        .tab-label { padding: 10px 4px; font-size: 11px; }\n        .btu-value { font-size: 28px; }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-description-container\"\u003e\n\n    \u003c!-- Hero Section --\u003e\n    \u003cdiv class=\"hero-section\"\u003e\n        \u003ch1 class=\"hero-title\"\u003eWhisperKOOL SC Pro 8000: Commercial-Grade Wine Cellar Cooling System\u003c\/h1\u003e\n        \u003cp class=\"hero-subtitle\"\u003eThe SC PRO Series embodies the latest and greatest system design technologies in an all-new housing design. Developed upon feedback directly from customers and installers, the unit incorporates a variety of high-end components at an affordable price point. By combining powerful airflow with quiet operation technology, the SC PRO is unrivaled when it comes to efficiently cooling large wine cellars and commercial applications.\u003c\/p\u003e\n        \u003cdiv class=\"key-benefits\"\u003e\n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-title\"\u003eCommercial-Grade Power\u003c\/div\u003e\n                \u003cdiv class=\"benefit-description\"\u003e½ HP compressor delivers 4241 BTU\/h cooling capacity for cellars up to 1500 cubic feet\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-title\"\u003eAdvanced Blower Technology\u003c\/div\u003e\n                \u003cdiv class=\"benefit-description\"\u003eNew blower fan system optimizes performance while operating at significantly lower noise levels\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-title\"\u003eCondensate Management System\u003c\/div\u003e\n                \u003cdiv class=\"benefit-description\"\u003eEffectively evaporates up to 3oz of water per hour, making drain lines optional\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-item\"\u003e\n                \u003cdiv class=\"benefit-title\"\u003eDirect SC \u0026amp; XLT Replacement\u003c\/div\u003e\n                \u003cdiv class=\"benefit-description\"\u003eDrop-in replacement for SC Series and legendary XLT cooling units\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Commercial Grade Section --\u003e\n    \u003cdiv class=\"commercial-section\"\u003e\n        \u003cdiv class=\"commercial-title\"\u003eCommercial-Grade Performance\u003c\/div\u003e\n        \u003cp\u003eThe SC Pro 8000 is designed for large residential cellars and commercial wine storage applications, delivering uncompromising performance with the reliability demanded by serious wine collectors and commercial establishments.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- BTU Section --\u003e\n    \u003cdiv class=\"btu-section\"\u003e\n        \u003cdiv class=\"btu-title\"\u003eBTU\/H Rating\u003c\/div\u003e\n        \u003cdiv class=\"btu-value\"\u003e4241\u003c\/div\u003e\n        \u003cdiv class=\"btu-description\"\u003eThe BTU\/h value shown here is a theoretical number. There are often circumstances under which a cellar design may require a larger unit due to variables not accounted for in the formula. For example, these variables could be building materials (such as glass, stone, concrete, etc.) which do not offer the insulation capacity required to maintain the optimal cellar environment. We recommend purchasing a unit with a larger capacity to compensate for these unaccounted-for variables. An undersized unit can lead to premature failure and will most likely prevent the cellar from reaching your desired temperature.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CSS-ONLY TAB SYSTEM --\u003e\n    \u003cdiv class=\"tab-container\"\u003e\n\n        \u003c!-- Radio inputs — MUST come before both .tab-navigation and all .tab-content divs --\u003e\n        \u003cinput type=\"radio\" id=\"tab8k-features\" name=\"tabs8k\" checked\u003e\n        \u003cinput type=\"radio\" id=\"tab8k-specs\" name=\"tabs8k\"\u003e\n        \u003cinput type=\"radio\" id=\"tab8k-install\" name=\"tabs8k\"\u003e\n        \u003cinput type=\"radio\" id=\"tab8k-downloads\" name=\"tabs8k\"\u003e\n\n        \u003c!-- Tab labels --\u003e\n        \u003cdiv class=\"tab-navigation\"\u003e\n            \u003clabel class=\"tab-label\" for=\"tab8k-features\"\u003eKey Features\u003c\/label\u003e\n            \u003clabel class=\"tab-label\" for=\"tab8k-specs\"\u003eTechnical Specs\u003c\/label\u003e\n            \u003clabel class=\"tab-label\" for=\"tab8k-install\"\u003eInstallation Guide\u003c\/label\u003e\n            \u003clabel class=\"tab-label\" for=\"tab8k-downloads\"\u003eDownloads \u0026amp; Manuals\u003c\/label\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Tab 1: Key Features --\u003e\n        \u003cdiv class=\"tab-content\" id=\"content8k-features\"\u003e\n            \u003ch2\u003eSC Pro 8000 Key Features \u0026amp; Benefits\u003c\/h2\u003e\n            \u003cdiv class=\"feature-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003eCondensate Management System\u003c\/h3\u003e\n                    \u003cp\u003eRevolutionary condensate management technology that effectively evaporates up to 3 ounces of water per hour, rendering the drain line as an additional safeguard rather than a definite need. This innovative system prevents moisture buildup while simplifying installation requirements for commercial applications.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003eSmart Refrigerant Metering\u003c\/h3\u003e\n                    \u003cp\u003eIntelligent refrigerant distribution system that optimizes cooling efficiency while reducing energy consumption. This advanced metering technology ensures consistent performance across large cooling loads and extends system lifespan through precise refrigerant management.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003e\u003ca class=\"video-link\" href=\"https:\/\/youtu.be\/B0WpRRDC8Ns\" target=\"_blank\"\u003eAdvanced Blower Fans \u003cspan class=\"video-icon\"\u003e▶\u003c\/span\u003e\u003c\/a\u003e\u003c\/h3\u003e\n                    \u003cp\u003eCompletely redesigned blower fan system that optimizes performance while operating at a significantly lower noise level. This breakthrough technology provides powerful airflow distribution for large spaces while maintaining the whisper-quiet operation WhisperKOOL is renowned for.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003e\u003ca class=\"video-link\" href=\"https:\/\/youtu.be\/jXzlFASUzcA\" target=\"_blank\"\u003eLiquid-Temperature-Measuring Bottle Probe \u003cspan class=\"video-icon\"\u003e▶\u003c\/span\u003e\u003c\/a\u003e\u003c\/h3\u003e\n                    \u003cp\u003eAdvanced temperature monitoring system with retractable cable design that measures actual wine temperature rather than ambient air temperature. This precise monitoring ensures optimal cellar environment across large commercial installations and prevents temperature fluctuations.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003e\u003ca class=\"video-link\" href=\"https:\/\/youtu.be\/bnRmmN-vmxo\" target=\"_blank\"\u003eAdvanced Digital Controller \u003cspan class=\"video-icon\"\u003e▶\u003c\/span\u003e\u003c\/a\u003e\u003c\/h3\u003e\n                    \u003cp\u003eState-of-the-art digital control system provides precise temperature management with commercial-grade reliability. Features advanced system protection and intelligent monitoring capabilities ideal for professional wine storage applications.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003e\u003ca class=\"video-link\" href=\"https:\/\/youtu.be\/0TmwfLTwVNA\" target=\"_blank\"\u003eCoated Evaporator Coil \u003cspan class=\"video-icon\"\u003e▶\u003c\/span\u003e\u003c\/a\u003e\u003c\/h3\u003e\n                    \u003cp\u003eEnhanced evaporator coil coating provides superior protection against corrosion and extends system lifespan. This advanced coating technology ensures reliable performance in demanding commercial environments while maintaining efficient heat transfer.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003e\u003ca class=\"video-link\" href=\"http:\/\/www.youtube.com\/watch?v=IRTENnTqOnA\" target=\"_blank\"\u003eFront or Rear Power Switch \u003cspan class=\"video-icon\"\u003e▶\u003c\/span\u003e\u003c\/a\u003e\u003c\/h3\u003e\n                    \u003cp\u003eFlexible power connection options allow power supply from either front or rear of the unit, providing enhanced installation versatility for commercial applications. This design flexibility accommodates various cellar configurations and installation constraints.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003e\u003ca class=\"video-link\" href=\"https:\/\/www.youtube.com\/watch?v=2DEQqseMNhQ\" target=\"_blank\"\u003eSingle-Piece Mounting Bracket \u003cspan class=\"video-icon\"\u003e▶\u003c\/span\u003e\u003c\/a\u003e\u003c\/h3\u003e\n                    \u003cp\u003eStreamlined installation process with robust single-piece mounting bracket that ensures secure, stable unit positioning for heavy-duty applications. This commercial-grade engineering improvement simplifies installation while providing superior structural support.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"warning-box\"\u003e\n                \u003cp\u003e\u003cstrong\u003eSeries Evolution:\u003c\/strong\u003e What separates the original SC Series from the SC PRO Series? The SC PRO comes complete with a new blower fan system that optimizes performance while operating at a significantly lower noise level. It also reintroduces a condensate management system, which effectively evaporates up to 3oz. of water an hour. The SC PRO Series will be a direct replacement for the SC Series, and its predecessor, one of the most well-known cellar cooling units, the XLT.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cta-section\"\u003e\n                \u003cdiv class=\"cta-title\"\u003eUnrivaled Commercial Performance\u003c\/div\u003e\n                \u003cp\u003eThe SC Pro 8000 combines powerful airflow with quiet operation technology, making it unrivaled when it comes to efficiently cooling large wine cellars and commercial applications.\u003c\/p\u003e\n                \u003ca class=\"cta-button\" href=\"#\"\u003eConfigure Your Commercial System\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Tab 2: Technical Specs --\u003e\n        \u003cdiv class=\"tab-content\" id=\"content8k-specs\"\u003e\n            \u003ch2\u003eComplete Technical Specifications\u003c\/h2\u003e\n            \u003cdiv class=\"spec-table-container\"\u003e\n                \u003ctable class=\"spec-table\"\u003e\n                    \u003cthead\u003e\n                        \u003ctr\u003e\n                            \u003cth\u003eSpecification\u003c\/th\u003e\n                            \u003cth\u003eValue\u003c\/th\u003e\n                            \u003cth\u003eDetails\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eCellar Size\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003eApprox. 1500 cu. ft.\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eWhen cellar is fully insulated and sealed with proper vapor barrier\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eBTU\/h Rating\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003e4241 BTU\/h\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003e@ 85°F air entering condenser coil\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eDimensions\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003e21.64\"L × 14.25\"W × 22.56\"H\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eCommercial-grade housing design\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003e65 lbs\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eRobust construction for commercial reliability\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eRefrigerant\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003eR-134a\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eEnvironmentally responsible refrigerant\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eHorsepower\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003e½ HP\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eCommercial-grade compressor system\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eVoltage Rating\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003e115V (20-amp dedicated circuit)\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003e230V subject to availability\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eRunning Amps\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003e3.7 amps\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eEfficient operation for large capacity\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eDrain Line\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003e1\/2\" ID clear plastic tubing\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eOptional with condensate management system\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eInstallation Type\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003eThrough-the-wall, partially ducted\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eSelf-contained commercial unit design\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eThermostat\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003eAdvanced digital controller\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eLiquid-temperature-measuring bottle probe with retractable cable\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eTemperature Delta\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003e30°F differential\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eMaintains 55°F with 85°F condenser air intake temperature\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eDucting Options\u003c\/strong\u003e\u003c\/td\u003e\n                            \u003ctd data-label=\"Value\"\u003eOptional ducting kit available\u003c\/td\u003e\n                            \u003ctd data-label=\"Details\"\u003eExhaust air can be ducted for flexible installation\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003ch3\u003eCommercial Application Requirements\u003c\/h3\u003e\n            \u003cdiv class=\"warning-box\"\u003e\n                \u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e Each wine cellar is unique and has specific cooling requirements; heat load calculations should always be performed prior to selecting a cooling unit. The SC Pro 8000 is designed for large residential cellars and commercial wine storage applications up to 1500 cubic feet when properly insulated.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Tab 3: Installation Guide --\u003e\n        \u003cdiv class=\"tab-content\" id=\"content8k-install\"\u003e\n            \u003ch2\u003eCommercial Installation Requirements \u0026amp; Best Practices\u003c\/h2\u003e\n            \u003cdiv class=\"feature-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003ePre-Installation Requirements\u003c\/h3\u003e\n                    \u003cul\u003e\n                        \u003cli\u003eFully insulated cellar with commercial-grade vapor barrier\u003c\/li\u003e\n                        \u003cli\u003eDedicated 20-amp electrical circuit (115V or 230V)\u003c\/li\u003e\n                        \u003cli\u003eThrough-the-wall opening: 22\" W × 23\" H minimum\u003c\/li\u003e\n                        \u003cli\u003eAdequate ventilation on condenser side for commercial loads\u003c\/li\u003e\n                        \u003cli\u003eProfessional heat load calculation for large cellars\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003eCommercial Installation Process\u003c\/h3\u003e\n                    \u003cul\u003e\n                        \u003cli\u003eProfessional site assessment and heat load calculation\u003c\/li\u003e\n                        \u003cli\u003eMark and cut through-the-wall opening (larger than residential units)\u003c\/li\u003e\n                        \u003cli\u003eInstall robust single-piece mounting bracket\u003c\/li\u003e\n                        \u003cli\u003ePosition unit and secure with commercial-grade fasteners\u003c\/li\u003e\n                        \u003cli\u003eConnect electrical power (front or rear option)\u003c\/li\u003e\n                        \u003cli\u003eInstall optional ducting kit if required\u003c\/li\u003e\n                        \u003cli\u003eComprehensive testing and calibration\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003eAdvanced Commercial Features\u003c\/h3\u003e\n                    \u003cul\u003e\n                        \u003cli\u003eAdvanced digital controller with commercial reliability\u003c\/li\u003e\n                        \u003cli\u003eLiquid-temperature-measuring bottle probe with retractable cable\u003c\/li\u003e\n                        \u003cli\u003eCommercial-grade condensate management system\u003c\/li\u003e\n                        \u003cli\u003eEnhanced monitoring for large installations\u003c\/li\u003e\n                        \u003cli\u003eFlexible power connection options\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003ch3\u003eSystem Compatibility \u0026amp; Upgrades\u003c\/h3\u003e\n                    \u003cul\u003e\n                        \u003cli\u003eDirect replacement for SC Series units\u003c\/li\u003e\n                        \u003cli\u003eCompatible with legendary XLT cooling unit installations\u003c\/li\u003e\n                        \u003cli\u003eUpgrade path from residential to commercial capacity\u003c\/li\u003e\n                        \u003cli\u003eBackward compatible mounting systems\u003c\/li\u003e\n                        \u003cli\u003eProfessional installation recommended for commercial applications\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003ch3\u003eCommercial vs. Residential Considerations\u003c\/h3\u003e\n            \u003cp\u003eThe SC Pro 8000's commercial-grade capacity makes it ideal for large residential cellars, wine shops, restaurants, and commercial wine storage facilities. Professional installation and heat load calculations are strongly recommended for optimal performance in commercial applications.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Tab 4: Downloads \u0026 Manuals --\u003e\n        \u003cdiv class=\"tab-content\" id=\"content8k-downloads\"\u003e\n            \u003ch2\u003eProduct Documentation \u0026amp; Resources\u003c\/h2\u003e\n            \u003cdiv class=\"download-section\"\u003e\n                \u003ch3\u003eEssential Downloads\u003c\/h3\u003e\n                \u003cdiv class=\"download-grid\"\u003e\n                    \u003ca class=\"download-button\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/WK_SC_Series_OM_UV_011824.pdf?v=1737480006\" target=\"_blank\"\u003e\n                        \u003cspan class=\"download-icon\"\u003e📋\u003c\/span\u003e\n                        \u003cdiv\u003e\n                            \u003cdiv\u003eOwner's Manual\u003c\/div\u003e\n                            \u003csmall\u003eComplete installation \u0026amp; operation guide\u003c\/small\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                    \u003ca class=\"download-button\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/SC_PRO_ProductSheet_23.pdf?v=1737480004\" target=\"_blank\"\u003e\n                        \u003cspan class=\"download-icon\"\u003e📊\u003c\/span\u003e\n                        \u003cdiv\u003e\n                            \u003cdiv\u003eProduct Specifications\u003c\/div\u003e\n                            \u003csmall\u003eDetailed technical spec sheet\u003c\/small\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                    \u003ca class=\"download-button\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1625\/5015\/files\/WhisperKOOL_Self-Contained_Product-Warranty_082024.pdf\" target=\"_blank\"\u003e\n                        \u003cspan class=\"download-icon\"\u003e🛡️\u003c\/span\u003e\n                        \u003cdiv\u003e\n                            \u003cdiv\u003eWarranty Information\u003c\/div\u003e\n                            \u003csmall\u003eCommercial coverage details \u0026amp; registration\u003c\/small\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003ch3\u003eWarranty Coverage\u003c\/h3\u003e\n            \u003cdiv style=\"background: linear-gradient(135deg, #f8f9fa, #e9ecef); border-radius: 8px; overflow: hidden; margin: 20px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.05);\"\u003e\n                \u003cdiv style=\"background: #0066ff; color: white; padding: 20px; text-align: center;\"\u003e\n                    \u003ch4 style=\"margin: 0; font-size: 20px; font-weight: bold; color: white;\"\u003eCommercial-Grade Protection Package\u003c\/h4\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"padding: 24px;\"\u003e\n                    \u003cdiv style=\"margin-bottom: 20px; padding: 16px; background: white; border-radius: 6px; border-left: 4px solid #0066ff;\"\u003e\n                        \u003ch4 style=\"color: #0066ff; margin: 0 0 8px 0;\"\u003eTwo-Year Limited Warranty\u003c\/h4\u003e\n                        \u003cp style=\"margin: 0; color: #555;\"\u003e\u003cstrong\u003eParts \u0026amp; Labor Coverage:\u003c\/strong\u003e Comprehensive coverage for manufacturing defects and component failures under normal commercial use conditions.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"padding: 16px; background: white; border-radius: 6px; border-left: 4px solid #0066ff;\"\u003e\n                        \u003ch4 style=\"color: #0066ff; margin: 0 0 8px 0;\"\u003eFive-Year Compressor Warranty\u003c\/h4\u003e\n                        \u003cp style=\"margin: 0; color: #555;\"\u003e\u003cstrong\u003eExtended Commercial Protection:\u003c\/strong\u003e The commercial-grade compressor is protected with extended coverage, ensuring long-term reliability for demanding commercial applications.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"background: linear-gradient(135deg, #0066ff, #004ebd); color: white; padding: 30px; border-radius: 8px; margin: 30px 0;\"\u003e\n                \u003ch3 style=\"color: white; margin-top: 0; text-align: center;\"\u003eCommercial Support Resources\u003c\/h3\u003e\n                \u003cdiv style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 20px;\"\u003e\n                    \u003cdiv style=\"text-align: center;\"\u003e\n                        \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e📞\u003c\/div\u003e\n                        \u003cdiv style=\"font-weight: 600; margin-bottom: 4px;\"\u003ePriority Phone Support\u003c\/div\u003e\n                        \u003cdiv style=\"font-size: 18px; font-weight: bold;\"\u003e888-589-1833\u003c\/div\u003e\n                        \u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eMonday-Friday, 8 AM - 5 PM PST\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"text-align: center;\"\u003e\n                        \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e✉️\u003c\/div\u003e\n                        \u003cdiv style=\"font-weight: 600; margin-bottom: 4px;\"\u003eCommercial Email Support\u003c\/div\u003e\n                        \u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eDedicated commercial technical assistance\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"text-align: center;\"\u003e\n                        \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e🔧\u003c\/div\u003e\n                        \u003cdiv style=\"font-weight: 600; margin-bottom: 4px;\"\u003eCommercial Service Network\u003c\/div\u003e\n                        \u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eNationwide certified commercial technicians\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"text-align: center;\"\u003e\n                        \u003cdiv style=\"font-size: 24px; margin-bottom: 8px;\"\u003e📚\u003c\/div\u003e\n                        \u003cdiv style=\"font-weight: 600; margin-bottom: 4px;\"\u003eProfessional Resources\u003c\/div\u003e\n                        \u003cdiv style=\"font-size: 14px; opacity: 0.9;\"\u003eCommercial installation guides and specs\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n            \u003cdiv\u003e\n                \u003cdiv style=\"background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden;\"\u003e\n                    \u003cdiv style=\"padding: 20px; border-left: 4px solid #0066ff;\"\u003e\n                        \u003ch4 style=\"color: #0066ff; margin: 0 0 10px 0; font-size: 16px;\"\u003eWhat size wine cellar can the SC PRO 8000 cool?\u003c\/h4\u003e\n                        \u003cp style=\"margin: 0; color: #555; line-height: 1.5;\"\u003eThe SC PRO 8000 is designed for large wine cellars up to approximately 1500 cu. ft. when fully insulated and sealed with proper vapor barrier. Each wine cellar is unique and heat load calculations should always be performed.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden;\"\u003e\n                    \u003cdiv style=\"padding: 20px; border-left: 4px solid #0066ff;\"\u003e\n                        \u003ch4 style=\"color: #0066ff; margin: 0 0 10px 0; font-size: 16px;\"\u003eIs the SC PRO 8000 suitable for commercial applications?\u003c\/h4\u003e\n                        \u003cp style=\"margin: 0; color: #555; line-height: 1.5;\"\u003eYes, the SC PRO 8000 features commercial-grade components including a ½ HP compressor and robust construction designed for demanding commercial wine storage applications, restaurants, and wine shops.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden;\"\u003e\n                    \u003cdiv style=\"padding: 20px; border-left: 4px solid #0066ff;\"\u003e\n                        \u003ch4 style=\"color: #0066ff; margin: 0 0 10px 0; font-size: 16px;\"\u003eCan the SC PRO 8000 replace my existing SC or XLT unit?\u003c\/h4\u003e\n                        \u003cp style=\"margin: 0; color: #555; line-height: 1.5;\"\u003eYes, the SC PRO 8000 is designed as a direct replacement for both SC Series and the legendary XLT cooling units, making commercial upgrades seamless with existing installations.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 15px; overflow: hidden;\"\u003e\n                    \u003cdiv style=\"padding: 20px; border-left: 4px solid #0066ff;\"\u003e\n                        \u003ch4 style=\"color: #0066ff; margin: 0 0 10px 0; font-size: 16px;\"\u003eWhat electrical requirements are needed for the SC PRO 8000?\u003c\/h4\u003e\n                        \u003cp style=\"margin: 0; color: #555; line-height: 1.5;\"\u003eThe SC PRO 8000 requires a dedicated 20-amp circuit at 115V (230V subject to availability). The commercial-grade unit draws 3.7 running amps and can be powered from either front or rear for installation flexibility.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c!-- end .tab-container --\u003e\n\n\u003c\/div\u003e\u003c!-- end .product-description-container --\u003e","brand":"WhisperKOOL","offers":[{"title":"Default Title","offer_id":46071080517830,"sku":"U-WKSC8000-115-PRO","price":5165.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/2651\/8726\/files\/WhisperKOOL-SC-PRO-8000-Self-Contained-1.jpg?v=1784128711","url":"https:\/\/winecellarcoolingunits.com\/products\/whisperkool-sc-pro-8000-self-contained","provider":"WineCellarCoolingUnits.com","version":"1.0","type":"link"}