WhisperKOOL SC PRO 4000 Self-Contained

WhisperKOOL SC PRO 4000 Self-Contained

$3,489.00
{{option.name}}: {{selected_options[option.position]}}
{{value_obj.value}}

WhisperKOOL SC Pro 4000 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; } /* 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); } /* 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; } .tab-navigation::before, .tab-navigation::after { font-size: 16px; } .comparison-table th { padding: 10px 6px; font-size: 11px; } .comparison-table td { padding: 8px 4px; font-size: 10px; } .comparison-table td:first-child { font-size: 9px; } .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, .comparison-table { font-size: 12px; } .spec-table th, .spec-table td { padding: 8px 6px; } .comparison-table th { padding: 8px 3px; font-size: 9px; } .comparison-table td { padding: 6px 2px; font-size: 8px; line-height: 1.2; } .comparison-table td:first-child { font-size: 7px; } } /* Comparison Table - Horizontally Scrollable on Mobile */ .comparison-table-container { overflow-x: auto; margin: 20px 0; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); } .comparison-table { width: 100%; min-width: 600px; border-collapse: collapse; background: #fff; } .comparison-table th { background: #0066ff; color: white; padding: 15px 12px; text-align: center; font-weight: 600; font-size: 14px; white-space: nowrap; position: sticky; top: 0; z-index: 10; } .comparison-table td { padding: 12px; border-bottom: 1px solid #e9ecef; text-align: center; font-size: 13px; line-height: 1.4; white-space: nowrap; } .comparison-table tr:nth-child(even) { background: #f8f9fa; } .comparison-table td:first-child { font-weight: 700; background-color: #f9f9f9; position: sticky; left: 0; z-index: 5; border-right: 2px solid #e9ecef; } .comparison-table th:first-child { position: sticky; left: 0; z-index: 15; border-right: 2px solid rgba(255,255,255,0.2); } .highlight { background: #e8f4fd !important; font-weight: 600; color: #0066ff; } /* Mobile Comparison Styles */ .desktop-comparison { display: block; } .mobile-comparison { display: none; } .mobile-comparison-tabs { display: flex; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; margin-bottom: 15px; background-color: #f9f9f9; border-radius: 8px 8px 0 0; padding: 4px; gap: 4px; } .mobile-comparison-tabs::-webkit-scrollbar { display: none; } .mobile-comparison-tab { flex: 1 0 auto; background: transparent; border: none; padding: 12px 16px; font-size: 13px; font-weight: 600; color: #666; cursor: pointer; white-space: nowrap; min-width: 100px; text-align: center; border-radius: 6px; transition: all 0.3s ease; } .mobile-comparison-tab.active { color: #0066ff; background: white; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } .mobile-comparison-content { display: none; background: white; padding: 20px; border-radius: 0 0 8px 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); } .mobile-comparison-content.active { display: block; } .mobile-comparison-title { font-size: 18px; font-weight: 700; color: #0066ff; margin-bottom: 16px; text-align: center; } .comparison-row { border-bottom: 1px solid #e9ecef; padding: 12px 0; display: flex; justify-content: space-between; align-items: center; } .comparison-row:last-child { border-bottom: none; } .comparison-label { font-weight: 600; color: #333; flex: 1; } .comparison-value { color: #666; text-align: right; flex: 1; } .highlight-text { color: #0066ff; font-weight: 600; } WhisperKOOL SC Pro 4000: Advanced Wine Cellar Cooling System Professional-grade cooling unit designed for mid-sized wine cellars up to 1,000 cubic feet with advanced condensate management and whisper-quiet operation technology. Advanced Condensate Management Evaporates up to 3oz of condensate per hour, reducing drain line dependency Whisper-Quiet Operation Revolutionary centrifugal blower system for robust airflow with minimal noise Precise Temperature Control Liquid temperature measuring bottle probe for accurate wine temperature monitoring Easy Installation Through-the-wall installation with standard electrical outlet compatibility Key Features Technical Specs Installation Guide Downloads & Manuals SC Pro 4000 Key Features & Benefits Advanced Blower Technology The SC Pro 4000 utilizes a revamped centrifugal blower system that delivers significant direct, robust airflow while operating at exceptionally quiet levels. This blower revolution ensures even distribution of conditioned air throughout your wine cellar, maintaining consistent temperatures across all storage areas. Smart Condensate Management Advanced condensate evaporator effectively processes up to 3 ounces of condensate per hour, rendering the traditional drain line as an additional safeguard rather than a definite requirement. This innovative system prevents moisture buildup and simplifies installation requirements. Digital Temperature Control Features an advanced digital controller with liquid temperature measuring bottle probe that provides accurate reflection of your wine's actual temperature. This precise monitoring system ensures optimal cellar environment and prevents temperature fluctuations that could damage your collection. Advanced System Protection Built-in advanced system protection with intelligent alarms alerts you when certain parameters aren't met, preventing premature failure and protecting your valuable wine investment. The system continuously monitors performance to ensure optimal operation. Flexible Power Options Power can be supplied from either the front or rear of the unit, providing installation flexibility. The unit plugs into your standard 115V electrical outlet, eliminating the need for specialized electrical work in most installations. Coated Evaporator Coil Enhanced evaporator coil coating provides superior protection against corrosion and extends system lifespan, ensuring reliable performance in various environmental conditions while maintaining efficient heat transfer. Ready to Optimize Your Wine Storage? The SC Pro 4000 combines advanced cooling technology with user-friendly operation for the ultimate wine preservation solution. Configure Your System Today Complete Technical Specifications *Scroll horizontally on mobile for more info Specification Value Details Cooling Capacity 1,000 cu. ft. Fully insulated cellar with proper vapor barrier BTU/h Rating 2,253 BTU/h @ 85°F condenser air intake temperature Dimensions 17.5"L × 14.25"W × 15.75"H Compact design for versatile installation Weight 65 lbs Single-person installation friendly Power Requirements 115V / 60Hz 20-amp dedicated circuit required Running Amps 3.7 amps Energy-efficient operation Compressor 1/6+ HP R-134a refrigerant Temperature Delta 30°F differential Maintains 55°F with 85°F ambient intake Installation Type Through-the-wall Partially ducted, self-contained unit Drain Line 1/2" ID clear tubing Optional with condensate management system Model Comparison: SC Pro Series *Scroll horizontally on mobile for more info Model SC Pro 2000 SC Pro 3000 SC Pro 4000 SC Pro 8000 Cellar Size 300 cu. ft. 650 cu. ft. 1,000 cu. ft. 2,000 cu. ft. BTU/h Rating 1,453 2,049 2,253 4,241 Dimensions 17.5" × 14.25" × 15.75" 17.5" × 14.25" × 15.75" 17.5" × 14.25" × 15.75" 21.64" × 14.25" × 22.56" Best For Small residential cellars Medium home cellars Large home cellars Commercial applications Heat Load Calculation Requirements Proper heat load calculations are essential before selecting any cooling unit. The SC Pro 4000's 1,000 cubic foot capacity assumes a fully insulated cellar with proper vapor barrier. Variables that may require a larger unit include: Building Materials: Glass walls, stone, concrete with insufficient insulation Ambient Temperature: Locations with high ambient temperatures Cellar Usage: Frequent door openings or high traffic areas Lighting: Heat-generating lighting systems within the cellar Installation Requirements & Considerations 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: 18" W × 15" H minimum Adequate ventilation on condenser side Installation Process Mark and cut through-the-wall opening Install single-piece mounting bracket Position unit and secure to bracket Connect electrical power (front or rear option) Install drain line if desired (optional) Test operation and temperature settings Cellar Design Best Practices Maintain consistent insulation thickness Seal all air leaks with appropriate materials Install door with proper weatherstripping Consider thermal mass for temperature stability Plan for adequate wine rack ventilation Maintenance Schedule Monthly: Check digital controller readings Quarterly: Clean condenser coils Semi-annually: Inspect drain line and bottle probe Annually: Professional system inspection As needed: Replace air filters if applicable Common Installation Mistakes to Avoid Inadequate Insulation: Using less than R-19 insulation or incomplete vapor barrier Poor Ventilation: Blocking condenser airflow or installing in confined spaces Electrical Issues: Using inadequate circuit amperage or improper grounding Improper Sizing: Not accounting for glass walls, ambient temperature, or usage patterns Drainage Problems: Improper drain line routing when condensate management isn't sufficient Professional Installation vs. DIY While the SC Pro 4000 is designed for straightforward installation, consider professional installation if: Electrical work requires permits in your area Structural modifications are needed for wall penetration Cellar insulation or vapor barrier needs improvement Complex ducting arrangements are required Local codes require licensed contractor installation Product Documentation & Resources Essential Downloads 📋 Owner's Manual Complete installation & operation guide 📊 Technical Specifications Detailed product spec sheet 🛡️ Warranty Information Coverage details & registration 🎥 Advanced Blower Fans Video See the blower technology in action 🌡️ Liquid Temperature Probe Video How the bottle probe works 🎛️ Digital Controller Video Advanced controller features Warranty Coverage Complete Protection Package Two-Year Limited Warranty Parts & Labor Coverage: WhisperKOOL provides 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. Installation Grace Period Up to 6 Months: Additional time allowance for installation completion, accommodating construction schedules and seasonal constraints. 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. Can the SC Pro 4000 cool a 1,200 sq ft cellar? The unit is rated for 1,000 cubic feet with proper insulation. For larger spaces or those with challenging conditions, consider the SC Pro 8000 or perform detailed heat load calculations. What's the difference between SC and SC Pro series? SC Pro features advanced blower technology, condensate management system, enhanced digital controls, and significantly quieter operation compared to the original SC series. Is professional installation required? While designed for DIY installation, professional installation may be recommended for electrical work, structural modifications, or to maintain warranty coverage in some areas. // Enhanced tab functionality for Shopify compatibility function shopifyTabSwitch(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

Show More Show Less

Price History

$3,489 (+$70.09)