Anker SOLIX 2P To XT-60 High-Voltage Solar Adapter
@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 High-Voltage Solar Charging Cable Ensure Safe and Efficient High-Voltage Solar Input for Your Anker SOLIX F3800 Plus. Designed specifically for the Anker SOLIX F3800 Plus Portable Power Station, this high-voltage solar charging cable provides a critical and secure link for advanced solar power input. Recognizing the limitations of standard connectors like XT60 for high-voltage photovoltaic (PV) systems (which carry increased arcing risks above 100V DC and often lack UL 62109 certification), Anker has engineered a superior solution for maximum safety and performance. Key Features & Benefits → Optimized for High Voltage Built specifically for robust 160V+ mobile solar systems, ensuring stable and reliable power delivery to your F3800 Plus. → Enhanced Safety Design Features a fully enclosed layout with no exposed electrodes, eliminating arcing risks and complying with UL2743 and UL62109 standards. → Universal Solar Connection Converts the dedicated Anker Plug into a standard MC4 connector for seamless integration with almost any solar panel array. → Exceptional Durability Rated for up to 5,000 plugging cycles—ten times the average lifespan of standard XT60 connectors—ensuring years of heavy-duty reliability. Product Details & Specifications Model Name Anker SOLIX High-Voltage Solar Charging Cable (for F3800 Plus) Connector Type Anker Plug to Standard MC4 Connection Adapter Type 2P to XT-60 High-Voltage Solar Adapter Compatibility Anker SOLIX F3800 Plus Portable Power Station Length 1.64 ft (50 cm) Rated Current 20 Amps Net Weight 0.24 lb (110 g) Safety Certifications UL2743 and UL62109 Compliant Lifespan Rating Up to 5,000 Plug Cycles (Corrosion-Resistant) 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 2P To XT-60 High-Voltage Solar Adapter
Related
Anker SOLIX Tote Bag
Related
Anker SOLIX Tote Bag(blue)
Related