MRCOOL 9k DIY 5th Generation Mini-split Air Handler & Condenser 115v
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap'); /* Scoped Container to Prevent Theme Bleeding */ .mrcool-prod-wrapper { fon t-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background-color: transparent !important; color: #1e293b !important; max-width: 1000px; margin: 0 auto; padding: 5px 15px 15px; line-height: 1.5; box-sizing: border-box; } .mrcool-prod-wrapper * { box-sizing: border-box; } /* MRCOOL Brand Design Tokens */ .mrcool-prod-wrapper { --mr-blue: #0284c7; /* Refreshing Cool Blue */ --mr-red: #ef1a24; /* True Canadian Maple Red */ --mr-dark: #0f172a; /* High-contrast Deep Slate */ --mr-muted: #64748b; /* Subtle Text Gray */ --mr-border: #cbd5e1; /* Light Divider Gray */ } /* 3D Infinity Climate Dance representing continuous thermal regulation */ .mrcool-prod-wrapper .climate-badge-row { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; } .mrcool-prod-wrapper .climate-spinner { position: relative; width: 24px; height: 24px; display: inline-block; flex-shrink: 0; overflow: visible; } .mrcool-prod-wrapper .spinner-dot { position: absolute; width: 7px; height: 7px; border-radius: 50%; top: 8px; left: 8px; will-change: transform; } .mrcool-prod-wrapper .dot-cool { background-color: var(--mr-blue); animation: infinityDanceCool 16s infinite ease-in-out; } .mrcool-prod-wrapper .dot-heat { background-color: var(--mr-red); animation: infinityDanceHeat 16s infinite ease-in-out; } @keyframes infinityDanceCool { 0% { transform: translate(0px, 1px) scale(1); } 12.5% { transform: translate(6px, 3px) scale(0.8); } 25% { transform: translate(10px, 0px) scale(0.7); } 37.5% { transform: translate(6px, -3px) scale(0.8); } 50% { transform: translate(0px, -1px) scale(1); } 62.5% { transform: translate(-6px, 3px) scale(1.2); } 75% { transform: translate(-10px, 0px) scale(1.3); } 87.5% { transform: translate(-6px, -3px) scale(1.2); } 100% { transform: translate(0px, 1px) scale(1); } } @keyframes infinityDanceHeat { 0% { transform: translate(0px, -1px) scale(1); } 12.5% { transform: translate(-6px, -3px) scale(1.2); } 25% { transform: translate(-10px, 0px) scale(1.3); } 37.5% { transform: translate(-6px, 3px) scale(1.2); } 50% { transform: translate(0px, 1px) scale(1); } 62.5% { transform: translate(6px, -3px) scale(0.8); } 75% { transform: translate(10px, 0px) scale(0.7); } 87.5% { transform: translate(6px, 3px) scale(0.8); } 100% { transform: translate(0px, -1px) scale(1); } } .mrcool-prod-wrapper .canadian-badge { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; color: var(--mr-red); display: inline-flex; align-items: center; } /* Title - Absolute Pixel Font Sizes Only */ .mrcool-prod-wrapper h1 { font-size: 28px; font-weight: 900; color: var(--mr-dark); line-height: 1.2; margin: 0 0 6px 0; letter-spacing: -0.75px; } .mrcool-prod-wrapper .sub-header { font-size: 16px; color: var(--mr-muted); font-weight: 500; margin: 0 0 25px 0; line-height: 1.4; } .mrcool-prod-wrapper .highlight { color: var(--mr-blue); font-weight: 700; } /* Split-Column Layout for compact details */ .mrcool-prod-wrapper .split-section { display: grid; grid-template-columns: 1.4fr 1fr; gap: 30px; margin-bottom: 35px; align-items: stretch; } .mrcool-prod-wrapper .narrative-col { display: flex; flex-direction: column; justify-content: center; } .mrcool-prod-wrapper .narrative-col p { font-size: 14px; line-height: 1.55; margin: 0 0 12px 0; color: #334155; } .mrcool-prod-wrapper .narrative-col p:last-child { margin-bottom: 0; } .mrcool-prod-wrapper .narrative-col strong { color: var(--mr-dark); font-weight: 700; } /* System Features Card with Dynamic Hover Border Swap */ .mrcool-prod-wrapper .quick-stats-card { border: 1px solid var(--mr-border); border-top: 3px solid var(--mr-blue); border-bottom: 3px solid var(--mr-red); border-radius: 8px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; transition: border-color 0.3s ease-in-out; } .mrcool-prod-wrapper .quick-stats-card:hover { border-top-color: var(--mr-red); border-bottom-color: var(--mr-blue); } .mrcool-prod-wrapper .quick-stats-title { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: var(--mr-dark); margin-bottom: 15px; border-bottom: 1px solid var(--mr-border); padding-bottom: 6px; text-align: center; } .mrcool-prod-wrapper .stat-row { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; } .mrcool-prod-wrapper .stat-label { font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--mr-muted); } .mrcool-prod-wrapper .stat-val { font-size: 13px; font-weight: 700; color: var(--mr-dark); text-align: right; } /* Open Spec Grid replacing bulky tables */ .mrcool-prod-wrapper .section-title { color: var(--mr-dark); font-weight: 800; text-transform: uppercase; font-size: 15px; letter-spacing: 0.5px; margin-bottom: 15px; border-bottom: 1px solid var(--mr-dark); padding-bottom: 4px; } .mrcool-prod-wrapper .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 35px; margin-bottom: 35px; } .mrcool-prod-wrapper .spec-item { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--mr-border); padding: 6px 0; } .mrcool-prod-wrapper .spec-label { font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--mr-muted); letter-spacing: 0.5px; } .mrcool-prod-wrapper .spec-value { font-size: 13px; font-weight: 600; color: var(--mr-dark); text-align: right; } /* High-contrast Highlighted Spec Items */ .mrcool-prod-wrapper .spec-item-cool { border-bottom: 1px solid var(--mr-blue) !important; padding-left: 8px !important; background-color: rgba(2, 132, 199, 0.05); } .mrcool-prod-wrapper .spec-item-heat { border-bottom: 1px solid var(--mr-red) !important; padding-left: 8px !important; background-color: rgba(239, 26, 36, 0.05); } /* Alternative Capacity Redirect Container */ .mrcool-prod-wrapper .cd-redirect-container { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; margin: 15px 0 35px 0; text-align: center; } .mrcool-prod-wrapper .cd-redirect-desc { font-size: 12px; font-weight: 900; color: var(--mr-dark); text-transform: uppercase; letter-spacing: 1px; margin: 0; } .mrcool-prod-wrapper .cd-redirect-btn-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; } .mrcool-prod-wrapper .cd-redirect-btn { text-decoration: none !important; padding: 6px 14px; border-radius: 4px; font-weight: 800; text-transform: uppercase; font-size: 11px; transition: all 0.2s ease-in-out; border: 1px solid var(--mr-border); color: var(--mr-muted) !important; background: transparent; } .mrcool-prod-wrapper .cd-redirect-btn:hover { border-color: var(--mr-dark); color: var(--mr-dark) !important; } .mrcool-prod-wrapper .cd-redirect-btn-odd:hover { border-color: var(--mr-blue) !important; color: var(--mr-blue) !important; background-color: rgba(2, 132, 199, 0.02); } .mrcool-prod-wrapper .cd-redirect-btn-even:hover { border-color: var(--mr-red) !important; color: var(--mr-red) !important; background-color: rgba(239, 26, 36, 0.02); } /* High-contrast Technical Support Row */ .mrcool-prod-wrapper .support-footer { border-top: 1px solid var(--mr-border); padding-top: 16px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 24px; margin-top: 25px; } .mrcool-prod-wrapper .support-text-area { flex: 1; display: flex; flex-direction: column; gap: 2px; } .mrcool-prod-wrapper .support-footer h3 { margin: 0; font-size: 13px; font-weight: 800; text-transform: uppercase; color: var(--mr-blue); letter-spacing: 0.5px; border-left: 2px solid var(--mr-red); /* Anchor touch of red to ground the footer of the listing */ padding-left: 8px; } .mrcool-prod-wrapper .support-footer p { margin: 0; font-size: 13px; line-height: 1.4; color: var(--mr-muted); } .mrcool-prod-wrapper .tel-link { font-weight: 700; color: var(--mr-blue); text-decoration: underline; white-space: nowrap; display: inline-block; } .mrcool-prod-wrapper .btn-group { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; gap: 6px !important; flex-shrink: 0; } .mrcool-prod-wrapper .quote-btn { display: inline-flex; align-items: center; justify-content: center; background-color: var(--mr-dark); color: #ffffff !important; padding: 7px 12px; border-radius: 4px; text-decoration: none !important; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; transition: all 0.2s ease-in-out; white-space: nowrap; } .mrcool-prod-wrapper .quote-btn-secondary { background-color: transparent; color: var(--mr-dark) !important; border: 1px solid var(--mr-border); } .mrcool-prod-wrapper .quote-btn:hover { background-color: var(--mr-blue); color: #ffffff !important; transform: translateY(-1px); } .mrcool-prod-wrapper .quote-btn-secondary:hover { background-color: rgba(15, 23, 42, 0.04) !important; border-color: var(--mr-blue) !important; color: var(--mr-blue) !important; } @media screen and (max-width: 768px) { .mrcool-prod-wrapper h1 { font-size: 22px; } .mrcool-prod-wrapper .sub-header { font-size: 14px; } .mrcool-prod-wrapper .split-section { grid-template-columns: 1fr; gap: 20px; } .mrcool-prod-wrapper .specs-grid { grid-template-columns: 1fr; gap: 8px; } .mrcool-prod-wrapper .quick-stats-card { max-width: 400px; width: 100%; margin: 0 auto; } .mrcool-prod-wrapper .support-footer { flex-direction: column !important; align-items: flex-start; gap: 16px; } .mrcool-prod-wrapper .btn-group { width: auto !important; } .mrcool-prod-wrapper .quote-btn { flex: 0 0 auto !important; padding: 8px 12px; font-size: 11px; } } Northern Climate Comfort MRCOOL® DIY® 5th Generation 9k BTU Mini-Split Advanced 23.6 SEER Energy Star Rating. Toolless Pre-Charged Installation for Reliable Single-Zone Comfort. Installing an HVAC system yourself might seem impossible, but the 5th Generation MRCOOL® DIY® 9k BTU Ductless Heat Pump System is designed for exactly that. With no special tools or experience required, this system can heat or cool spaces up to 350 sq. ft. effortlessly. The pre-charged 25-foot QuickConnect® line set makes installation safe, simple, and highly cost-effective. Pre-filled with eco-friendly R-454B refrigerant, it completely eliminates the need for vacuuming. For coastal homes, the integrated Gold Fin Condenser provides superior corrosion resistance to ensure durable year-round operation. Control is made simple via the standard remote, the SmartHVAC app on mobile devices, or voice commands with Amazon Alexa and Google Assistant. Additional functions include an anti-mildew process that prevents mold by reducing excess condensation in the air handler, and auto-restart to quickly recover your settings after a power outage. System Features Line Set 25 Ft QuickConnect® Refrigerant Pre-filled R-454B Smart Control SmartHVAC App / Voice Coil Coating Gold Fin Coated Coils DIYPRO® Cable Conduit-Free Armor Technical Specifications System Type 5th Gen Single Zone DIY Cooling Capacity 9,000 BTU Heating Capacity 10,000 BTU SEER Rating 23.6 SEER EER Rating 14 EER Electrical Voltage 115V / 60HZ / 18-20A Max Coverage Area Up to 400 sq. ft. Decibel Level (Indoor) 18 dBA (Low) / 43 dBA (High) Decibel Level (Outdoor) 54 dBA Air Handler Dimensions 7.44" D x 11.69" H x 31.57" W Operating Temp (Cooling) -25°C to 50°C Operating Temp (Heating) -25°C to 24°C Condenser Dimensions 11.93" D x 21.85" H x 30.12" W Certifications UL Listed / Energy Star / AHRI Warranty Scheme Lifetime Compressor / 5-Yr Parts Kit Contents Indoor Wall Unit 1x 9K DIY® Generation 5 Wall Unit Outdoor Compressor 1x Pre-charged Gold Fin® Main Outside Unit Pre-charged Piping 1x 25 Ft Hookup Cable Armored Power Cable 1x Conduit-Free Wire Smart Remote Control 1x Thermostat with Included Batteries Setup Guide 1x Setup & Warranty Pack Other Capacities 12K Model → 18K Model → 24K Model → 36K Model → PLAN YOUR COMFORT Need assistance? Call our sales team toll-free at +1 (844) 603-4743. Solar Quote Request Contact Us Online
More you might like
Related
MRCOOL MRCOOL® 9k DIY 5th Generation Mini-Split Condenser 11
Related
MRCOOL MRCOOL® 9k DIY 5th Generation Mini-split Air Handler
Related
MRCOOL DIY 5th Gen 3-Zone 42,000 BTU Ductless Mini Split Air
Related