Anker SOLIX MC4 To XT-60 Cable
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap'); /* Scoped container to prevent style bleeding */ .tcd-solix-wrapper { font- family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.6; color: #1e293b; background-color: transparent !important; max-width: 1000px; margin: 0 auto; padding: 10px 15px; box-sizing: border-box; } .tcd-solix-wrapper * { box-sizing: border-box; } /* Brand Tokens (Anker SOLIX Premium Teal & Deep Slate) */ .tcd-solix-wrapper { --solix-dark: #0f172a; --solix-teal: #06b6d4; --solix-teal-hover: #0891b2; --solix-muted: #64748b; --solix-border: #cbd5e1; /* Optimized slate for crisp dotted lines */ --solix-light-bg: #f8fafc; --tcd-blue: #0369a1; --tcd-border: #bae6fd; } /* Headers */ .tcd-solix-wrapper h1 { font-size: 32px; font-weight: 800; color: var(--solix-dark); line-height: 1.2; margin: 0 0 8px 0; letter-spacing: -0.5px; } .tcd-solix-wrapper .sub-header { font-size: 18px; color: var(--solix-muted); font-weight: 500; margin: 0 0 25px 0; line-height: 1.4; } /* Layout: Narrative Highlight Block - Open text layout */ .tcd-solix-wrapper .narrative-block { background-color: transparent !important; color: #1e293b; padding: 0; margin-bottom: 35px; border: none !important; } .tcd-solix-wrapper .narrative-block p { font-size: 16px; line-height: 1.7; margin: 0; font-weight: 400; } .tcd-solix-wrapper .narrative-block strong { color: var(--solix-teal); font-weight: 700; } /* Section Headings */ .tcd-solix-wrapper .section-title-wrapper { border-bottom: 2px dotted var(--solix-border); padding-bottom: 8px; margin-top: 40px; margin-bottom: 20px; } .tcd-solix-wrapper h2 { font-size: 20px; font-weight: 800; color: var(--solix-dark); text-transform: uppercase; letter-spacing: 0.5px; margin: 0; } /* Feature Cards Grid (Forced 2x2 layout always, zero boxy backgrounds or borders) */ .tcd-solix-wrapper .feature-grid { display: grid; grid-template-columns: 1fr 1fr !important; gap: 24px; margin-bottom: 35px; } .tcd-solix-wrapper .feature-card { background: transparent !important; border: none !important; box-shadow: none !important; padding: 0 !important; border-radius: 0 !important; display: flex; flex-direction: column; gap: 6px; } .tcd-solix-wrapper .feature-card strong { font-size: 16px; font-weight: 700; color: var(--solix-dark); display: inline-flex; align-items: center; gap: 6px; } .tcd-solix-wrapper .feature-card p { font-size: 14px; color: var(--solix-muted); margin: 0; line-height: 1.5; } /* Quick Specs Table (Reined in Width, Grid aligned for ultimate readability) */ .tcd-solix-wrapper .specs-container { border: 1px solid #cbd5e1; border-left: 4px solid var(--solix-teal); border-radius: 12px; overflow: hidden; background-color: #ffffff; margin: 0 auto 35px auto; max-width: 750px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02); } .tcd-solix-wrapper .spec-row { display: grid; grid-template-columns: 240px 1fr !important; /* Fixed left-column alignment for easy horizontal eye-tracking */ align-items: center; padding: 14px 24px; border-bottom: 1px solid #e2e8f0; gap: 16px; } .tcd-solix-wrapper .spec-row:nth-child(even) { background-color: #f0fdfa; /* Vibrant but clean soft-teal background matching Anker SOLIX branding */ } .tcd-solix-wrapper .spec-row:last-child { border-bottom: none; } .tcd-solix-wrapper .spec-label { font-size: 13px; font-weight: 700; text-transform: uppercase; color: #0e7490; /* Professional brand teal text label */ letter-spacing: 0.5px; } .tcd-solix-wrapper .spec-value { font-size: 14px; font-weight: 600; color: var(--solix-dark); text-align: left; /* Left-aligned for seamless vertical scanning */ } /* Call-to-Action Support Module (Simplified further, ultra-clean footer-aligned layout) */ .tcd-solix-wrapper .support-box { background-color: transparent !important; border: none !important; border-top: 1px solid var(--solix-border) !important; border-radius: 0 !important; padding: 30px 0 0 0 !important; display: flex; flex-direction: row !important; align-items: center; gap: 30px; margin-top: 45px; } .tcd-solix-wrapper .support-content { flex: 1; display: flex; flex-direction: row !important; align-items: center; justify-content: space-between; gap: 30px; } .tcd-solix-wrapper .support-text-area { flex: 1; display: flex; flex-direction: column; gap: 4px; } .tcd-solix-wrapper .support-content h3 { margin: 0; font-size: 16px; font-weight: 800; text-transform: uppercase; color: var(--tcd-blue); letter-spacing: 0.5px; } .tcd-solix-wrapper .support-content p { margin: 0; font-size: 14px; line-height: 1.5; color: #475569; } .tcd-solix-wrapper .tel-link { font-weight: 800; color: var(--tcd-blue); text-decoration: underline; } .tcd-solix-wrapper .btn-group { display: flex; flex-direction: row !important; gap: 10px; flex-shrink: 0; } .tcd-solix-wrapper .quote-btn { display: inline-flex; align-items: center; justify-content: center; background-color: var(--tcd-blue); color: #ffffff !important; padding: 10px 18px; border-radius: 8px; text-decoration: none !important; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; transition: background-color 0.2s ease-in-out, transform 0.1s ease-in-out; white-space: nowrap; } .tcd-solix-wrapper .quote-btn:hover { background-color: var(--solix-dark); transform: translateY(-1px); } /* Responsive Adaptation */ @media screen and (max-width: 768px) { .tcd-solix-wrapper h1 { font-size: 26px; } .tcd-solix-wrapper .sub-header { font-size: 16px; } /* Retains clean horizontal structure but wraps buttons neatly to match smaller widths */ .tcd-solix-wrapper .support-content { flex-direction: column !important; align-items: flex-start; gap: 16px; } .tcd-solix-wrapper .btn-group { width: 100%; } .tcd-solix-wrapper .quote-btn { flex: 1; padding: 10px; font-size: 11px; } } /* Mobile adjustments for the grid while maintaining strict horizontal layout */ @media screen and (max-width: 600px) { .tcd-solix-wrapper .spec-row { grid-template-columns: 140px 1fr !important; /* Slightly tighter left-col to prevent overflow on mobile */ padding: 12px 16px; gap: 12px; } } Anker SOLIX MC4-to-XT60 Charging Cable Optimize Your Solar Charging with a High-Performance, Durable Connection. The Anker SOLIX MC4-to-XT60 Charging Cable is an essential accessory for seamlessly integrating your Anker SOLIX Portable Power Stations with compatible solar panels. Engineered for efficiency and durability, this cable ensures a reliable and effective solar charging experience, maximizing your energy independence in any outdoor or off-grid setting. Key Features & Benefits → Robust Construction Features a heavy-duty 12AWG wire gauge with a tinned copper core for superior electrical conductivity and corrosion resistance. → Optimal Power Flow Rated for 300V voltage and 25A current to ensure safe, stable, and highly efficient energy transfer from panels to station. → Ideal Length At 1.6 feet (0.5 meters) long, this cable offers the perfect level of flexibility while keeping your setup neat and clutter-free. → Seamless Compatibility Exclusively designed for flawless operation with Anker SOLIX portable solar panels and a broad range of portable power stations. Product Details & Specifications Model Name Anker SOLIX MC4-to-XT60 Charging Cable Wire Gauge 12AWG (Tinned Copper Core) Length 1.6 ft (0.5 m) Electrical Rating 300V Voltage / 25A Current Capacity Solar Compatibility Anker SOLIX 100W, 200W, and 400W Portable Solar Panels Power Station Compatibility Anker SOLIX F1200, F1500, F2000, F2600, F3800, C300, C800, C800 Plus, C1000 Off-Grid Power Support Need help determining your cabin's solar capacity? Speak directly with our off-grid experts toll-free at +1 (844) 603-4743. Solar Assessment Support Request
More you might like
Related
Anker SOLIX MC4 to XT60 Cable
Related
Anker SOLIX MC4 to XT60 Cable
Related
Anker SOLIX MC4 to XT60 Charging Cable
Related