Anker SOLIX Smart Meter
@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 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 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; } /* 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 Smart Meter Optimize Your Home Energy Flow and Grid Savings with Single-Watt Precision. The Anker SOLIX Smart Meter provides a highly accurate, real-time look into your home's power consumption. Purpose-built for the Solarbank 2 Series, this easy-to-install DIN-rail device enables you to monitor electric usage instantly and make real-time discharging adjustments straight from the smart app to eliminate energy waste. Key Performance Advantages → Zero-Waste Efficiency Track household consumption live and fine-tune power discharge settings down to a single watt. → Wireless Connectivity Connect easily to your smart system using built-in, stable Wi-Fi or Bluetooth pairing. → Simple DIN-Rail Mount Compact, standard design slides and snaps directly onto your main panel's guide rails for clean integration. → Long-Term Dependability Engineered for a durable 10-year lifespan and backed fully by a 2-year manufacturer warranty. Product Details & Specifications Model & PN A17X7 (PN: A17X7311) Meter Type 3-Phase Smart Meter CT Configuration 3× 120A Current Transformers Included Antenna System 1.5m Built-In Magnetic Wireless Antenna Communication Wi-Fi, Bluetooth Mounting Method Standard DIN-Rail Installation Main Compatibility Solarbank 2 Series (A17C1 / A17C2 / A17C3) Expected Lifespan 10 Years Product Dimensions 95 × 66.5 × 36 mm Net Weight 360g Warranty 2-Year Limited Manufacturer Warranty 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