WhisperKOOL SC PRO 3000 Self-Contained Wine Cellar Refrigeration

WhisperKOOL SC PRO 3000 Self-Contained Wine Cellar Refrigeration

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

WhisperKOOL SC Pro 3000 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); } /* Product Image Grid */ .product-image-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin: 30px 0; } .product-image-card { text-align: center; padding: 20px; background: #f8f9fa; border-radius: 8px; border: 1px solid #e9ecef; } .product-image-card img { width: 100%; max-width: 300px; height: auto; border-radius: 6px; margin-bottom: 15px; } .product-image-card h4 { color: #0066ff; font-size: 16px; font-weight: 600; margin-bottom: 10px; } /* 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 3000: Efficient and Affordable Wine Cellar Cooling Elevate your wine preservation experience with the WhisperKOOL SC PRO 3000. This state-of-the-art unit perfectly blends advanced technology with whisper-quiet operation, ensuring your collection ages gracefully in ideal conditions. Discover the ultimate in wine cellar cooling with sleek design and consistent performance. Whisper-Quiet Operation Experience a serene wine cellar environment without compromise. Enhanced airflow technology works quietly to maintain optimal conditions. Advanced Digital Controller Take precise control of your wine cellar's climate with an easy-to-read display and effortless temperature management. Condensate Management System Prevent water build-up effortlessly with integrated moisture evaporation, reducing the need for a drain line. Smart Refrigerant Metering Energy-efficient cooling that precisely maintains optimal temperature while conserving energy and reducing costs. Whisper-Quiet Operation Experience a serene wine cellar environment without compromise. The SC PRO 3000's enhanced airflow technology works quietly to maintain optimal conditions. Advanced Digital Controller Take precise control of your wine cellar's climate. Manage temperatures effortlessly using the advanced digital controller with an easy-to-read display. Condensate Management System Prevent water build-up effortlessly. The integrated condensate management system efficiently evaporates moisture, reducing the need for a drain line. BTU/H Rating 2049 @ 85°F air entering condenser coil. Designed for wine cellars up to approximately 650 cubic feet when fully insulated and sealed with proper vapor barrier. Key Features Technical Specs Installation Guide Downloads & Manuals SC Pro 3000 Key Features & Benefits Condensate Management System The condensate management system efficiently evaporates moisture, reducing drain line usage. This advanced system can evaporate up to 3oz of water per hour, making the drain line an additional safeguard rather than a necessity. Smart Refrigerant Metering Smart refrigerant metering provides precise cooling and energy efficiency. This feature guarantees energy-efficient cooling, precisely maintaining your wine cellar at the optimal temperature, conserving energy and reducing costs. Advanced Blower Fans Advanced blower fans deliver optimized airflow and quiet operation. The enhanced airflow technology ensures even distribution of conditioned air throughout your wine cellar while maintaining whisper-quiet performance. Liquid-Temperature-Measuring Bottle Probe The liquid-temperature-measuring bottle probe ensures accurate temperature readings of your actual wine temperature rather than ambient air temperature. This precise monitoring system maintains optimal cellar conditions. Advanced Digital Controller The advanced digital controller simplifies temperature management with an intuitive interface and easy-to-read display. Take precise control of your wine cellar's climate with effortless temperature management capabilities. Coated Evaporator Coil The coated evaporator coil resists corrosion, extending unit lifespan and ensuring long-term reliability. This advanced coating technology significantly extends the life of your SC PRO 3000 unit. Coated Evaporator Coil The coated evaporator coil resists corrosion and wear, significantly extending the life of your SC PRO 3000 unit, ensuring long-term reliability. Smart Refrigerant Metering This feature guarantees energy-efficient cooling, precisely maintaining your wine cellar at the optimal temperature, conserving energy and reducing costs. Experience Advanced Wine Cellar Cooling The SC PRO 3000 perfectly blends advanced technology with whisper-quiet operation for the ultimate wine preservation experience. Configure Your System Today Complete Technical Specifications Specification Value Details Cellar Size Approx. 650 cu. ft. Fully insulated cellar with proper vapor barrier required BTU/h Rating 2049 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 installation Refrigerant R-134a Environmentally responsible refrigerant Horsepower 1/6 HP Efficient compressor system Voltage Rating 115V (20-amp dedicated circuit) 230V subject to availability Running Amps 2.9 amps Energy-efficient operation Installation Type Through-the-wall, partially ducted Self-contained unit design Thermostat Advanced digital controller Precise temperature management system Heat Load Calculation Requirements Important: The SC PRO 3000 is designed for wine cellars up to approximately 650 cu. ft. when fully insulated and sealed with a proper vapor barrier. Every wine cellar is unique and has specific cooling unit requirements. Installation Requirements & Best Practices Pre-Installation Requirements Fully insulated cellar with proper vapor barrier Dedicated 20-amp electrical circuit (115V) Through-the-wall opening sized appropriately Adequate ventilation on condenser side Cellar size up to 650 cubic feet maximum Installation Process Mark and cut through-the-wall opening Install mounting system securely Position unit and secure properly Connect electrical power supply Install drain line if desired (optional with condensate management) Test operation and calibrate temperature settings Advanced Control Features Advanced digital controller with easy-to-read display Precise temperature management capabilities Simplified operation with intuitive interface Reliable performance monitoring Energy-efficient operation controls System Performance Whisper-quiet operation for serene environment Enhanced airflow technology Consistent temperature maintenance Long-term reliability with coated components Energy-efficient cooling performance Condensate Management Benefits The integrated condensate management system efficiently evaporates moisture, capable of processing up to 3oz of water per hour. This makes the drain line an additional safeguard rather than a necessity, simplifying installation while preventing water build-up. 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 What size wine cellar can the WhisperKOOL SC PRO 3000 cool? The SC PRO 3000 is designed for wine cellars up to approximately 650 cu. ft. when fully insulated and sealed with a proper vapor barrier. Does the unit come with a drainage system? Yes, it features a condensate management system capable of evaporating up to 3oz. of water per hour, making the drain line an additional safeguard rather than a necessity. What is the warranty on the WhisperKOOL SC PRO 3000? The unit comes with a two-year limited warranty covering parts and labor, and a five-year limited warranty for the compressor. View warranty details Can the SC PRO 3000 maintain different temperature settings? Yes, the advanced digital controller allows for precise temperature management, providing optimal conditions for your wine cellar with an easy-to-read display and effortless operation. // 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 @media (max-width: 768px) { [style*="grid-template-columns: 1fr 1fr"] { grid-template-columns: 1fr !important; gap: 20px !important; } [style*="order: 1"] { order: 2 !important; } [style*="order: 2"] { order: 1 !important; } }

Show More Show Less

Price History

$3,249 (+$72.12)