Anker SOLIX Local Power Saving Kits
@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 layout, no cluttering borders */ .tcd-solix-wrapper .narrative-block { background-color: transparent !important; color: #1e293b; padding: 0 0 10px 0 !important; margin-bottom: 25px; 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 - Clean dotted line divider below narrative */ .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 Grid (Clean 3-column text-based list) */ .tcd-solix-wrapper .feature-grid { display: grid; grid-template-columns: 1fr 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 easy horizontal eye-tracking) */ .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 - Clean dotted divider above support box */ .tcd-solix-wrapper .support-box { background-color: transparent !important; border: none !important; border-top: 2px dotted 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; } .tcd-solix-wrapper .feature-grid { grid-template-columns: 1fr !important; gap: 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 Local Power Saving Kits Optimize Your Home Energy Flow and Lower Grid Reliance Autonomously. The Anker SOLIX Local Power Saving Kit provides a comprehensive energy management bundle to automatically lower your utility bills. By combining high-precision real-time monitoring with a direct bidirectional connection, this pre-configured package ensures your home solar energy is directed exactly where it's needed most while protecting your household loads from grid rate surges. Key Performance Advantages → AI Energy Monitoring The smart meter analyzes consumption every 15 seconds to prioritize and direct your solar power dynamically. → Smooth Energy Flow The bidirectional inlet box facilitates a clean connection between your power station and your home circuits. → Grid Optimization Significantly reduces your reliance on local utility networks by prioritizing and utilizing stored clean power. Kit Details & Specifications Kit Name Anker SOLIX Local Power Saving Kit Inlet Hardware Anker SOLIX Bidirectional Inlet Box Included Metering Hardware Anker SOLIX Smart Meter Included Current Transformers 2× 200A and 2× 50A Current Transformers Included Monitoring Type Real-Time AI Sizing & Dynamic Load Checks Compatible Systems Anker SOLIX F3000 Portable Power Stations & Standard Circuits Package Inclusions Inlet Box, Smart Meter, 4x CTs, Antenna, User Manual, Safety Notice 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 F3000 + Local Power Saving Kit
Related
2× Anker SOLIX F3000 + Local Power Saving Kit
Related
Anker Solix F1500 Portable Power Station 1536Wh & 200W Anker
Related