WhisperKOOL SC PRO 8000 Self-Contained
Free Shipping! .product-description-container { max-width: 1200px; margin: 0 auto; padding: 20px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; co lor: #333; line-height: 1.6; } .hero-section { margin-bottom: 40px; } .hero-title { font-size: 32px; font-weight: 700; color: #0066ff; margin-bottom: 16px; line-height: 1.2; } .hero-subtitle { font-size: 18px; color: #666; margin-bottom: 24px; font-weight: 400; } .key-benefits { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 30px 0; } .benefit-item { padding: 20px; background: #f8f9fa; border-radius: 8px; border-left: 4px solid #0066ff; } .benefit-title { font-weight: 600; color: #333; margin-bottom: 8px; } .benefit-description { font-size: 14px; color: #555; } .commercial-section { background: linear-gradient(135deg, #0066ff, #004ebd); color: white; padding: 40px; border-radius: 12px; text-align: center; margin: 40px 0; } .commercial-title { font-size: 24px; font-weight: 700; margin-bottom: 16px; } .btu-section { background: linear-gradient(135deg, #0066ff, #004ebd); color: white; padding: 40px; border-radius: 12px; text-align: center; margin: 40px 0; } .btu-title { font-size: 18px; font-weight: 600; margin-bottom: 10px; opacity: 0.9; } .btu-value { font-size: 48px; font-weight: 700; margin-bottom: 20px; color: white; } .btu-description { font-size: 14px; line-height: 1.5; opacity: 0.9; } /* ── CSS-ONLY TABS ── */ .tab-container { margin: 40px 0; } /* Hide the radio inputs */ .tab-container input[type="radio"] { display: none; } .tab-navigation { display: flex; border-bottom: 2px solid #e9ecef; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; background: #f8f9fa; border-radius: 8px 8px 0 0; padding: 4px; gap: 4px; } .tab-navigation::-webkit-scrollbar { display: none; } .tab-label { flex: 1 1 0; padding: 16px 8px; background: transparent; font-size: 15px; font-weight: 600; color: #666; cursor: pointer; border-radius: 6px; transition: all 0.3s ease; white-space: nowrap; text-align: center; overflow: hidden; text-overflow: ellipsis; border: 1px solid transparent; display: block; } .tab-label:hover { color: #0066ff; background: rgba(0,102,255,0.05); } /* All tab content hidden by default */ .tab-content { display: none; animation: fadeIn 0.3s ease; background: white; padding: 30px; border-radius: 0 0 8px 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); border: 1px solid #e9ecef; border-top: none; } @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } /* Show tab content + style active label when its radio is checked */ #tab8k-features:checked ~ .tab-navigation label[for="tab8k-features"], #tab8k-specs:checked ~ .tab-navigation label[for="tab8k-specs"], #tab8k-install:checked ~ .tab-navigation label[for="tab8k-install"], #tab8k-downloads:checked ~ .tab-navigation label[for="tab8k-downloads"] { color: #0066ff; background: white; box-shadow: 0 2px 4px rgba(0,0,0,0.1); border-color: #e9ecef; } #tab8k-features:checked ~ #content8k-features, #tab8k-specs:checked ~ #content8k-specs, #tab8k-install:checked ~ #content8k-install, #tab8k-downloads:checked ~ #content8k-downloads { display: block; } /* Feature Grid */ .feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin: 30px 0; } .feature-card { padding: 24px; background: #fff; border: 1px solid #e9ecef; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); } .feature-card h3 { color: #0066ff; font-size: 18px; margin-bottom: 12px; border-bottom: 2px solid #0066ff; padding-bottom: 4px; display: inline-block; } /* Spec Table */ .spec-table-container { margin: 20px 0; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); overflow: hidden; } .spec-table { width: 100%; border-collapse: collapse; background: #fff; table-layout: fixed; } .spec-table th { background: #0066ff; color: white; padding: 16px; text-align: left; font-weight: 600; word-wrap: break-word; } .spec-table th:nth-child(1) { width: 28%; } .spec-table th:nth-child(2) { width: 28%; } .spec-table th:nth-child(3) { width: 44%; } .spec-table td { padding: 16px; border-bottom: 1px solid #e9ecef; word-wrap: break-word; vertical-align: top; } .spec-table tr:last-child td { border-bottom: none; } .spec-table tr:nth-child(even) { background: #f8f9fa; } @media (max-width: 640px) { .spec-table thead { display: none; } .spec-table, .spec-table tbody, .spec-table tr, .spec-table td { display: block; width: 100%; box-sizing: border-box; } .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); } .spec-table tr:nth-child(even) { background: #fff; } .spec-table td { padding: 10px 16px; border-bottom: 1px dashed #e9ecef; white-space: normal; } .spec-table td:last-child { border-bottom: none; } .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; } } /* Downloads */ .download-section { margin: 30px 0; } .download-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; } .download-button { display: flex; align-items: center; padding: 16px 20px; background: #0066ff; color: white; text-decoration: none; border-radius: 6px; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 2px 8px rgba(0,102,255,0.2); } .download-button:hover { background: #004ebd; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,102,255,0.3); } .download-icon { margin-right: 10px; font-size: 18px; } /* CTA */ .cta-section { background: linear-gradient(135deg, #0066ff, #004ebd); color: white; padding: 40px; border-radius: 12px; text-align: center; margin: 40px 0; } .cta-title { font-size: 24px; font-weight: 700; margin-bottom: 16px; } .cta-button { display: inline-block; padding: 16px 32px; background: white; color: #0066ff; text-decoration: none; border-radius: 6px; font-weight: 700; font-size: 16px; margin-top: 16px; transition: all 0.3s ease; } .cta-button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.2); } .video-link { color: #0066ff; text-decoration: none; font-weight: 600; border-bottom: 1px solid transparent; transition: all 0.3s ease; } .video-link:hover { border-bottom-color: #0066ff; } .video-icon { display: inline-block; margin-left: 5px; font-size: 12px; } .warning-box { background: #fff3cd; border-left: 4px solid #ffc107; padding: 20px; margin: 20px 0; border-radius: 4px; } @media (max-width: 768px) { .hero-title { font-size: 24px; } .tab-navigation { padding: 4px; gap: 2px; } .tab-label { padding: 12px 6px; font-size: 12px; border-radius: 4px; } .tab-content { padding: 20px 16px; } .feature-grid { grid-template-columns: 1fr; gap: 20px; } .btu-value { font-size: 36px; } .btu-section, .cta-section, .commercial-section { padding: 24px 16px; } .download-button { padding: 14px 16px; font-size: 14px; } .download-icon { font-size: 16px; } } @media (max-width: 480px) { .tab-label { padding: 10px 4px; font-size: 11px; } .btu-value { font-size: 28px; } } WhisperKOOL SC Pro 8000: Commercial-Grade Wine Cellar Cooling System The 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. Commercial-Grade Power ½ HP compressor delivers 4241 BTU/h cooling capacity for cellars up to 1500 cubic feet Advanced Blower Technology New blower fan system optimizes performance while operating at significantly lower noise levels Condensate Management System Effectively evaporates up to 3oz of water per hour, making drain lines optional Direct SC & XLT Replacement Drop-in replacement for SC Series and legendary XLT cooling units Commercial-Grade Performance The 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. BTU/H Rating 4241 The 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. Key Features Technical Specs Installation Guide Downloads & Manuals SC Pro 8000 Key Features & Benefits Condensate Management System Revolutionary 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. Smart Refrigerant Metering Intelligent 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. Advanced Blower Fans ▶ Completely 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. Liquid-Temperature-Measuring Bottle Probe ▶ Advanced 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. Advanced Digital Controller ▶ State-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. Coated Evaporator Coil ▶ Enhanced 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. Front or Rear Power Switch ▶ Flexible 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. Single-Piece Mounting Bracket ▶ Streamlined 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. Series Evolution: 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. Unrivaled Commercial Performance The 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. Configure Your Commercial System Complete Technical Specifications Specification Value Details Cellar Size Approx. 1500 cu. ft. When cellar is fully insulated and sealed with proper vapor barrier BTU/h Rating 4241 BTU/h @ 85°F air entering condenser coil Dimensions 21.64"L × 14.25"W × 22.56"H Commercial-grade housing design Weight 65 lbs Robust construction for commercial reliability Refrigerant R-134a Environmentally responsible refrigerant Horsepower ½ HP Commercial-grade compressor system Voltage Rating 115V (20-amp dedicated circuit) 230V subject to availability Running Amps 3.7 amps Efficient operation for large capacity Drain Line 1/2" ID clear plastic tubing Optional with condensate management system Installation Type Through-the-wall, partially ducted Self-contained commercial unit design Thermostat Advanced digital controller Liquid-temperature-measuring bottle probe with retractable cable Temperature Delta 30°F differential Maintains 55°F with 85°F condenser air intake temperature Ducting Options Optional ducting kit available Exhaust air can be ducted for flexible installation Commercial Application Requirements Important: 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. Commercial Installation Requirements & Best Practices Pre-Installation Requirements Fully insulated cellar with commercial-grade vapor barrier Dedicated 20-amp electrical circuit (115V or 230V) Through-the-wall opening: 22" W × 23" H minimum Adequate ventilation on condenser side for commercial loads Professional heat load calculation for large cellars Commercial Installation Process Professional site assessment and heat load calculation Mark and cut through-the-wall opening (larger than residential units) Install robust single-piece mounting bracket Position unit and secure with commercial-grade fasteners Connect electrical power (front or rear option) Install optional ducting kit if required Comprehensive testing and calibration Advanced Commercial Features Advanced digital controller with commercial reliability Liquid-temperature-measuring bottle probe with retractable cable Commercial-grade condensate management system Enhanced monitoring for large installations Flexible power connection options System Compatibility & Upgrades Direct replacement for SC Series units Compatible with legendary XLT cooling unit installations Upgrade path from residential to commercial capacity Backward compatible mounting systems Professional installation recommended for commercial applications Commercial vs. Residential Considerations The 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. Product Documentation & Resources Essential Downloads 📋 Owner's Manual Complete installation & operation guide 📊 Product Specifications Detailed technical spec sheet 🛡️ Warranty Information Commercial coverage details & registration Warranty Coverage Commercial-Grade Protection Package Two-Year Limited Warranty Parts & Labor Coverage: Comprehensive coverage for manufacturing defects and component failures under normal commercial use conditions. Five-Year Compressor Warranty Extended Commercial Protection: The commercial-grade compressor is protected with extended coverage, ensuring long-term reliability for demanding commercial applications. Commercial Support Resources 📞 Priority Phone Support 888-589-1833 Monday-Friday, 8 AM - 5 PM PST ✉️ Commercial Email Support Dedicated commercial technical assistance 🔧 Commercial Service Network Nationwide certified commercial technicians 📚 Professional Resources Commercial installation guides and specs Frequently Asked Questions What size wine cellar can the SC PRO 8000 cool? The 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. Is the SC PRO 8000 suitable for commercial applications? Yes, 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. Can the SC PRO 8000 replace my existing SC or XLT unit? Yes, 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. What electrical requirements are needed for the SC PRO 8000? The 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.
More you might like
Related
Whisperkool SC PRO 8000 Exterior Grill 1-540114
Related
Whisperkool SC PRO 8000 Exterior Grill 1-540114
Related
Whisperkool SC PRO 8000 Exterior Grill 1-540114
Related