
WhisperKOOL SC PRO 2000 Self-Contained Wine Cellar Refrigeration
WhisperKOOL SC Pro 2000 Product Description .product-description-container { max-width: 1200px; margin: 0 auto; padding: 20px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #333; line-height: 1.6; } /* Hero Section */ .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; } /* Tab Navigation */ .tab-navigation { display: flex; border-bottom: 2px solid #e9ecef; margin: 40px 0 30px 0; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; background: #f8f9fa; border-radius: 8px 8px 0 0; padding: 4px; gap: 4px; position: relative; } .tab-navigation::-webkit-scrollbar { display: none; } .tab-navigation::before { content: '‹'; position: absolute; left: 8px; top: 50%; transform: translateY(-50%); color: #0066ff; font-size: 20px; font-weight: bold; z-index: 10; pointer-events: none; opacity: 0.7; } .tab-navigation::after { content: '›'; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); color: #0066ff; font-size: 20px; font-weight: bold; z-index: 10; pointer-events: none; opacity: 0.7; } .tab-button { flex: 1 0 auto; padding: 16px 24px; background: transparent; border: none; font-size: 16px; font-weight: 600; color: #666; cursor: pointer; border-radius: 6px; transition: all 0.3s ease; white-space: nowrap; min-width: 120px; text-align: center; position: relative; } .tab-button.active { color: #0066ff; background: white; box-shadow: 0 2px 4px rgba(0,0,0,0.1); border: 1px solid #e9ecef; } .tab-button:hover { color: #0066ff; background: rgba(0, 102, 255, 0.05); } /* Tab Content */ .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; } .tab-content.active { display: block; } @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } /* 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; } /* Specifications Table - Horizontally Scrollable */ .spec-table-container { position: relative; overflow-x: auto; margin: 20px 0; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); } .spec-table { width: 100%; min-width: 600px; border-collapse: collapse; background: #fff; } .spec-table th { background: #0066ff; color: white; padding: 16px; text-align: left; font-weight: 600; white-space: nowrap; } .spec-table td { padding: 16px; border-bottom: 1px solid #e9ecef; white-space: nowrap; } .spec-table tr:last-child td { border-bottom: none; } .spec-table tr:nth-child(even) { background: #f8f9fa; } /* BTU Section */ .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; } /* Download Buttons */ .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 Section */ .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 Links */ .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 */ .warning-box { background: #fff3cd; border-left: 4px solid #ffc107; padding: 20px; margin: 20px 0; border-radius: 4px; } /* Responsive */ @media (max-width: 768px) { .hero-title { font-size: 24px; } .tab-navigation { margin: 20px 0 15px 0; padding: 4px; gap: 2px; } .tab-button { padding: 12px 16px; font-size: 13px; font-weight: 600; min-width: 90px; border-radius: 4px; } .tab-button.active { box-shadow: 0 2px 4px rgba(0,102,255,0.15); } .tab-content { padding: 20px 16px; margin-top: 0; border-radius: 0 0 8px 8px; } .feature-grid { grid-template-columns: 1fr; gap: 20px; } .spec-table { font-size: 14px; } .spec-table th, .spec-table td { padding: 12px 8px; } .btu-value { font-size: 36px; } .download-button { padding: 14px 16px; font-size: 14px; } .download-icon { font-size: 16px; } } @media (max-width: 480px) { .tab-button { padding: 10px 12px; font-size: 12px; min-width: 80px; } .spec-table { font-size: 12px; } .spec-table th, .spec-table td { padding: 8px 6px; } .btu-value { font-size: 28px; } } WhisperKOOL SC Pro 2000: Compact Wine Cellar Cooling Excellence Advanced cooling unit engineered for small to mid-sized wine cellars up to 300 cubic feet, featuring cutting-edge condensate management and whisper-quiet operation technology. Smart Condensate Management Evaporates up to 3oz of condensate per hour, making drain lines optional Advanced Blower System Optimized performance with significantly lower noise levels Smart Refrigerant Metering Intelligent system optimization for enhanced efficiency and reliability Modern Design Housing Contemporary aesthetics that complement any wine cellar design BTU/H Rating 1453 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 2000 Key Features & Benefits Condensate Management System Revolutionary condensate management technology that evaporates up to 3 ounces of water per hour, transforming the traditional drain line requirement into merely a safeguard rather than a necessity. This innovative system prevents moisture buildup while simplifying installation requirements. Smart Refrigerant Metering Intelligent refrigerant distribution system that optimizes cooling efficiency while reducing energy consumption. This advanced metering technology ensures consistent performance and extends system lifespan through precise refrigerant management. Advanced Blower Fans🎥 Completely redesigned blower fan system delivers optimized performance with considerably lower noise levels. This breakthrough technology provides robust airflow distribution while maintaining the whisper-quiet operation WhisperKOOL is renowned for. 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 and prevents temperature fluctuations. Advanced Digital Controller🎥 State-of-the-art digital control system provides precise temperature management with intuitive interface. Features advanced system protection and intelligent alarms that alert you when certain parameters aren't met, preventing premature failure. Coated Evaporator Coil🎥 Enhanced evaporator coil coating provides superior protection against corrosion and extends system lifespan. This advanced coating technology ensures reliable performance in various environmental conditions while maintaining efficient heat transfer. Front or Rear Power Switch🎥 Flexible power connection options allow power supply from either front or rear of the unit, providing enhanced installation versatility. This design flexibility accommodates various cellar configurations and installation constraints. Single-Piece Mounting Bracket🎥 Streamlined installation process with robust single-piece mounting bracket that ensures secure, stable unit positioning. This engineering improvement simplifies installation while providing superior structural support. Experience the SC Pro Difference The SC Pro 2000 represents the perfect synthesis of cutting-edge technology and user-friendly design, incorporating customer and technician feedback to create the ideal cooling solution for your wine cellar. Configure Your System Today Complete Technical Specifications Specification Value Details Cellar Size Approx. 300 cu. ft. Fully insulated cellar with proper vapor barrier required BTU/h Rating 1453 BTU/h @ 85°F air entering condenser coil Dimensions 17.5"L × 14.25"W × 15.75"H Compact design for versatile installation Weight 65 lbs Manageable for single-person installation Refrigerant R-134a Environmentally responsible refrigerant Horsepower 1/8 HP Efficient compressor system Voltage Rating 115V (20-amp dedicated circuit) 230V subject to availability Running Amps 2.7 amps Energy-efficient operation Drain Line 1/2" ID clear plastic tubing Optional with condensate management system Installation Type Through-the-wall, partially ducted Self-contained unit design Temperature Delta 30°F differential Maintains 55°F with 85°F condenser air intake Ducting Options Optional ducting kit available Exhaust air can be ducted as needed Heat Load Calculation Requirements Important: Every wine cellar is unique and has specific cooling unit requirements. A heat load calculation should always be performed prior to selecting a wine cooling unit. The cellar needs to be fully insulated and sealed with a proper vapor barrier for optimal performance. Installation Requirements & Best Practices Pre-Installation Requirements Fully insulated cellar with R-19 minimum insulation Complete vapor barrier on warm side of insulation Dedicated 20-amp electrical circuit (115V) Through-the-wall opening sized appropriately Adequate ventilation on condenser side Installation Process Mark and cut through-the-wall opening Install single-piece mounting bracket securely Position unit and secure to bracket Connect electrical power (front or rear option) Install drain line if desired (optional) Test operation and calibrate temperature settings Advanced Thermostat Features Advanced digital controller with precise temperature control Liquid-temperature-measuring bottle probe with retractable cable Real-time monitoring of wine temperature vs. ambient air Intelligent alarm system for parameter monitoring User-friendly interface for easy operation System Compatibility Direct replacement for SC Series units Compatible with XLT cooling unit series installations Backward compatible mounting systems Upgrade path from previous WhisperKOOL models Standard electrical outlet compatibility Professional vs. DIY Installation The SC Pro 2000 is designed for straightforward installation, but consider professional installation for electrical work, structural modifications, or if local codes require licensed contractor involvement. Product Documentation & Resources Essential Downloads 📋 Owner's Manual Complete installation & operation guide 📊 Product Specifications Detailed technical spec sheet 🛡️ Warranty Information Coverage details & registration Warranty Coverage Complete Protection Package Two-Year Limited Warranty Parts & Labor Coverage: Comprehensive coverage for manufacturing defects and component failures under normal use conditions. Five-Year Compressor Warranty Extended Protection: The heart of your cooling system is protected with extended compressor coverage, ensuring long-term reliability and peace of mind. Technical Support Resources 📞 Phone Support 888-589-1833 Monday-Friday, 8 AM - 5 PM PST ✉️ Email Support Technical assistance via manufacturer portal 🔧 Authorized Service Nationwide network of certified technicians 📚 Online Resources Troubleshooting guides and FAQs Frequently Asked Questions Do I need a drain line with the condensate management system? The advanced condensate management system evaporates up to 3oz per hour, making a drain line optional in most installations. However, we recommend installing one as a backup safeguard. What makes the SC Pro series different from the original SC series? The SC Pro series features advanced blower technology, condensate management system, enhanced digital controls, and significantly quieter operation compared to the original SC series. Can the SC Pro 2000 replace my existing XLT unit? Yes, the SC Pro 2000 is designed as a direct replacement for both SC Series and XLT cooling unit series, making upgrades seamless with existing installations. What electrical requirements are needed for installation? The SC Pro 2000 requires a dedicated 20-amp circuit at 115V. The unit can be powered from either the front or rear, providing installation flexibility for various cellar configurations. // Enhanced tab functionality function switchTab(event, tabId) { // Prevent any default behavior if (event) { event.preventDefault(); event.stopPropagation(); } // Get all tab buttons and contents var tabButtons = document.querySelectorAll('.tab-button'); var tabContents = document.querySelectorAll('.tab-content'); // Remove active class from all buttons and contents for (var i = 0; i