{"product_id":"anker-solix-e10-whole-home-backup-energy-storage-system-ul9540-ul9540a-certified-copy","title":"Anker SOLIX E10 with Smart Generator 5500 (Tri-Fuel)","description":"\u003cstyle\u003e\n        \/* ────────────── RESET \u0026 BASE ────────────── *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: #f8faff;\n            color: #1a1a2e;\n            line-height: 1.5;\n            -webkit-font-smoothing: antialiased;\n        }\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 24px;\n        }\n        a {\n            text-decoration: none;\n            color: inherit;\n        }\n        img {\n            display: block;\n            max-width: 100%;\n        }\n\n        \/* ────────────── BUTTONS ────────────── *\/\n        .btn {\n            display: inline-block;\n            font-weight: 600;\n            font-size: 15px;\n            padding: 14px 36px;\n            border-radius: 40px;\n            border: none;\n            cursor: pointer;\n            transition: all 0.25s ease;\n            letter-spacing: 0.3px;\n            background: #0066ff;\n            color: #fff;\n        }\n        .btn:hover {\n            background: #0052cc;\n            transform: translateY(-2px);\n            box-shadow: 0 12px 30px rgba(0, 102, 255, 0.3);\n        }\n        .btn-outline {\n            background: transparent;\n            border: 1.5px solid #d0d8e8;\n            color: #1a1a2e;\n        }\n        .btn-outline:hover {\n            background: #f0f4ff;\n            border-color: #0066ff;\n            transform: translateY(-2px);\n        }\n        .btn-secondary {\n            background: #eef4ff;\n            color: #1a1a2e;\n            border: 1px solid #d0d8e8;\n        }\n        .btn-secondary:hover {\n            background: #dce6ff;\n        }\n        .btn-group {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 14px;\n            align-items: center;\n        }\n\n        \/* ────────────── SECTION COMMON ────────────── *\/\n        section {\n            padding: 80px 0;\n        }\n        .section-label {\n            font-size: 13px;\n            font-weight: 600;\n            letter-spacing: 2px;\n            text-transform: uppercase;\n            color: #0066ff;\n            margin-bottom: 10px;\n            display: block;\n        }\n        .section-title {\n            font-size: clamp(34px, 5vw, 52px);\n            font-weight: 800;\n            line-height: 1.1;\n            color: #1a1a2e;\n            margin-bottom: 18px;\n        }\n        .section-title .highlight {\n            background: linear-gradient(135deg, #0066ff, #4da6ff);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n        .section-desc {\n            font-size: 18px;\n            color: #5a6a8a;\n            max-width: 620px;\n            line-height: 1.7;\n        }\n        .section-desc.centered {\n            margin-left: auto;\n            margin-right: auto;\n            text-align: center;\n        }\n        .text-center {\n            text-align: center;\n        }\n        .mt-16 { margin-top: 16px; }\n        .mt-32 { margin-top: 32px; }\n        .mt-48 { margin-top: 48px; }\n        .mb-16 { margin-bottom: 16px; }\n\n        \/* ────────────── BACKGROUND ALTERNATING ────────────── *\/\n        .bg-white { background: #ffffff; }\n        .bg-light { background: #f8faff; }\n        .bg-lightblue { background: #eef4ff; }\n        .bg-darkblue { background: #0b1a33; color: #f0f4ff; }\n        .bg-darkblue .section-title { color: #fff; }\n        .bg-darkblue .section-desc { color: #b0c4e8; }\n        .bg-darkblue .section-label { color: #4da6ff; }\n        .bg-darkblue .text-muted { color: #b0c4e8; }\n\n        \/* ────────────── ① HERO ────────────── *\/\n        .hero {\n        padding: 60px 0;\n        background: #ffffff;\n        text-align: center;\n    }\n\n    .hero-grid {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 48px;\n        max-width: 900px;\n        margin: 0 auto;\n    }\n\n    .hero-content {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        text-align: center;\n        width: 100%;\n    }\n\n    .hero-content .product-badge {\n        display: inline-block;\n        background: #eef4ff;\n        color: #1a1a2e;\n        font-size: 14px;\n        font-weight: 600;\n        padding: 6px 20px;\n        border-radius: 40px;\n        border: 1px solid #dce6f5;\n        margin-bottom: 16px;\n    }\n\n    .hero-content h1 {\n        font-size: clamp(36px, 5vw, 52px);\n        font-weight: 800;\n        line-height: 1.1;\n        color: #1a1a2e;\n        margin-bottom: 10px;\n    }\n    .hero-content h1 .highlight {\n        background: linear-gradient(135deg, #0066ff, #4da6ff);\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        background-clip: text;\n    }\n\n    .hero-content .subtitle {\n        font-size: 18px;\n        color: #5a6a8a;\n        max-width: 620px;\n        margin: 0 auto 12px;\n        line-height: 1.6;\n    }\n\n    .hero-content .rating {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        gap: 12px;\n        font-size: 14px;\n        color: #5a6a8a;\n        margin-bottom: 16px;\n        flex-wrap: wrap;\n    }\n    .hero-content .rating .stars {\n        color: #f5a623;\n        letter-spacing: 1px;\n    }\n    .hero-content .rating a {\n        color: #0066ff;\n        cursor: pointer;\n        text-decoration: none;\n    }\n\n        .hero-content h1 .highlight {\n            background: linear-gradient(135deg, #0066ff, #4da6ff);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n        .hero-content p {\n            font-size: 18px;\n            color: #5a6a8a;\n            max-width: 480px;\n            margin-bottom: 20px;\n            line-height: 1.7;\n        }\n        .hero-badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px 16px;\n            margin-bottom: 28px;\n        }\n        .hero-badges span {\n            background: #eef4ff;\n            padding: 4px 14px;\n            border-radius: 40px;\n            font-size: 13px;\n            font-weight: 600;\n            color: #1a1a2e;\n            border: 1px solid #dce6f5;\n        }\n        .hero-badges span i {\n            color: #0066ff;\n            margin-right: 6px;\n        }\n        .hero-video {\n        border-radius: 20px;\n        overflow: hidden;\n        background: #eef4ff;\n        position: relative;\n        aspect-ratio: 16 \/ 9;\n        width: 100%;\n        max-width: 820px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);\n        border: 1px solid #eef2fa;\n        margin: 0 auto;\n    }\n    .hero-video img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        display: block;\n    }\n        .hero-video .play-icon {\n            position: absolute;\n            width: 70px;\n            height: 70px;\n            background: rgba(0, 102, 255, 0.85);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            backdrop-filter: blur(4px);\n            border: 1px solid rgba(255, 255, 255, 0.15);\n            transition: 0.25s;\n            cursor: pointer;\n        }\n        .hero-video .play-icon svg {\n            width: 28px;\n            height: 28px;\n            fill: #fff;\n            margin-left: 4px;\n        }\n        .hero-video .play-icon:hover {\n            transform: scale(1.05);\n            background: #0052cc;\n        }\n\n        \/* ────────────── ② KEY NUMBERS ────────────── *\/\n        .metrics-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 24px;\n        }\n        .metric-item {\n            text-align: center;\n            padding: 24px 16px;\n        }\n        .metric-item .number {\n            font-size: 44px;\n            font-weight: 800;\n            color: #1a1a2e;\n            line-height: 1;\n        }\n        .metric-item .number .unit {\n            font-size: 20px;\n            font-weight: 600;\n            color: #0066ff;\n        }\n        .metric-item .label {\n            font-size: 16px;\n            color: #5a6a8a;\n            margin-top: 6px;\n        }\n\n        \/* ────────────── ③ WHY SOLIX E10 ────────────── *\/\n        .cards-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 24px;\n            margin-top: 48px;\n        }\n        .card {\n            background: #ffffff;\n            border-radius: 20px;\n            padding: 28px 24px;\n            border: 1px solid #eef2fa;\n            transition: 0.3s ease;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.02);\n        }\n        .card:hover {\n            border-color: #0066ff;\n            transform: translateY(-4px);\n            box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);\n        }\n        .card .icon {\n            width: 48px;\n            height: 48px;\n            background: rgba(0, 102, 255, 0.08);\n            border-radius: 14px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 18px;\n        }\n        .card .icon svg {\n            width: 26px;\n            height: 26px;\n            fill: #0066ff;\n        }\n        .card h3 {\n            font-size: 20px;\n            font-weight: 700;\n            color: #1a1a2e;\n            margin-bottom: 8px;\n        }\n        .card p {\n            color: #5a6a8a;\n            font-size: 15px;\n            line-height: 1.6;\n        }\n\n        \/* ────────────── ④ FULL HOME BACKUP ────────────── *\/\n        .home-backup {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 50px;\n            align-items: center;\n        }\n        .home-backup .visual {\n            background: #ffffff;\n            border-radius: 28px;\n            padding: 24px;\n            border: 1px solid #eef2fa;\n            aspect-ratio: 4 \/ 3;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .home-backup .visual img {\n            width: 100%;\n            border-radius: 16px;\n        }\n        .home-backup .info h2 {\n            font-size: clamp(28px, 3.2vw, 38px);\n            font-weight: 800;\n            color: #1a1a2e;\n            margin-bottom: 16px;\n        }\n        .home-backup .info p {\n            color: #5a6a8a;\n            font-size: 17px;\n            line-height: 1.8;\n            margin-bottom: 16px;\n        }\n        .appliance-list {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 8px 20px;\n            margin: 16px 0 20px;\n        }\n        .appliance-list li {\n            list-style: none;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            font-size: 15px;\n            color: #2a3a5a;\n        }\n        .appliance-list li svg {\n            width: 18px;\n            height: 18px;\n            fill: #0066ff;\n            flex-shrink: 0;\n        }\n        .backup-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 12px;\n        }\n        .backup-tags span {\n            background: #eef4ff;\n            padding: 6px 18px;\n            border-radius: 40px;\n            font-size: 14px;\n            font-weight: 500;\n            color: #1a1a2e;\n            border: 1px solid #dce6f5;\n        }\n\n        \/* ────────────── ENERGY FLOW GRID ────────────── *\/\n.flow-grid {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    align-items: center;\n    gap: 10px;\n    margin-top: 40px;\n}\n\n\/* ────────────── CARD ────────────── *\/\n.flow-card {\n    flex: 0 0 220px;\n    border-radius: 16px;\n    overflow: hidden; \/* 关键：让图片跟随圆角 *\/\n    position: relative;\n    background: #111;\n    border: 1px solid rgba(255, 255, 255, 0.08);\n    transition: 0.3s ease;\n}\n\n.flow-card:hover {\n    transform: translateY(-4px);\n    border-color: #0066ff;\n}\n\n\/* ────────────── IMAGE FULL COVER ────────────── *\/\n.flow-image {\n    width: 100%;\n    height: 220px;\n    overflow: hidden;\n}\n\n.flow-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;       \/* 核心：铺满 + 裁切 *\/\n    object-position: center; \/* 居中 *\/\n    display: block;\n    transition: 0.4s ease;\n}\n\n.flow-card:hover .flow-image img {\n    transform: scale(1.05);\n}\n\n\/* ────────────── TEXT OVERLAY AREA ────────────── *\/\n.flow-content {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    padding: 14px 14px;\n    background: linear-gradient(\n        to top,\n        rgba(0,0,0,0.2),\n        rgba(0,0,0,0.2),\n        transparent\n    );\n    color: #ffff;\n}\n\n\/* TITLE *\/\n.flow-title {\n    font-size: 15px;\n    font-weight: 700;\n    color: rgba(255, 255, 255, 0.95);\n    margin-bottom: 6px;\n    letter-spacing: 0.3px;\n    text-align: center;\n}\n\n\/* DESCRIPTION *\/\n.flow-desc {\n    font-size: 12px;\n    color: rgba(255,255,255,0.85);\n    line-height: 1.4;\n    text-align: center;\n}\n\n\/* ────────────── ARROW ────────────── *\/\n.flow-arrow {\n    font-size: 28px;\n    color: #ffffff;\n    font-weight: 300;\n    padding: 0 6px;\n}\n\n\/* ────────────── RESPONSIVE ────────────── *\/\n@media (max-width: 1024px) {\n    .flow-card {\n        flex: 0 0 200px;\n    }\n}\n\n@media (max-width: 768px) {\n    .flow-grid {\n        flex-direction: column;\n    }\n\n    .flow-arrow {\n        transform: rotate(90deg);\n        padding: 6px 0;\n    }\n\n    .flow-card {\n        width: 100%;\n        max-width: 320px;\n    }\n}\n\n        \/* ────────────── ⑥ SMART APP ────────────── *\/\n        .app-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 50px;\n            align-items: center;\n        }\n        .app-grid .visual {\n            background: #ffffff;\n            border-radius: 28px;\n            padding: 24px;\n            border: 1px solid #eef2fa;\n            aspect-ratio: 4 \/ 3;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .app-grid .visual img {\n            width: 100%;\n            border-radius: 16px;\n        }\n        .app-grid .info h2 {\n            font-size: clamp(28px, 3.2vw, 38px);\n            font-weight: 800;\n            color: #1a1a2e;\n            margin-bottom: 16px;\n        }\n        .app-grid .info p {\n            color: #5a6a8a;\n            font-size: 17px;\n            line-height: 1.8;\n            margin-bottom: 20px;\n        }\n        .app-features {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 12px 24px;\n        }\n        .app-features li {\n            list-style: none;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            font-size: 15px;\n            color: #2a3a5a;\n        }\n        .app-features li svg {\n            width: 18px;\n            height: 18px;\n            fill: #0066ff;\n        }\n\n        \/* ────────────── ⑦ INSTALLATION SCENARIOS ────────────── *\/\n        .scenario-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 24px;\n            margin-top: 48px;\n        }\n        .scenario-card {\n            background: #ffffff;\n            border-radius: 20px;\n            overflow: hidden;\n            border: 1px solid #eef2fa;\n            transition: 0.3s;\n        }\n        .scenario-card:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.06);\n        }\n        .scenario-card img {\n            width: 100%;\n            aspect-ratio: 1 \/ 1;\n            object-fit: cover;\n            background: #eef4ff;\n        }\n        .scenario-card .info {\n            padding: 18px 20px 24px;\n        }\n        .scenario-card .info h4 {\n            font-size: 18px;\n            font-weight: 700;\n            color: #1a1a2e;\n            margin-bottom: 4px;\n        }\n        .scenario-card .info p {\n            font-size: 14px;\n            color: #5a6a8a;\n        }\n\n        \/* ────────────── ⑧ GALLERY ────────────── *\/\n        .gallery-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 24px;\n            margin-top: 48px;\n        }\n        .gallery-card {\n            background: #ffffff;\n            border-radius: 20px;\n            overflow: hidden;\n            border: 1px solid #eef2fa;\n            transition: 0.3s;\n        }\n        .gallery-card:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.06);\n        }\n        .gallery-card img {\n            width: 100%;\n            aspect-ratio: 1 \/ 1;\n            object-fit: cover;\n            background: #eef4ff;\n        }\n        .gallery-card .info {\n            padding: 18px 20px 24px;\n        }\n        .gallery-card .info h4 {\n            font-size: 18px;\n            font-weight: 700;\n            color: #1a1a2e;\n            margin-bottom: 4px;\n        }\n        .gallery-card .info p {\n            font-size: 14px;\n            color: #5a6a8a;\n        }\n\n       \n        \/* ────────────── ⑩ COMPARISON ────────────── *\/\n        .comparison-table-wrap {\n            overflow-x: auto;\n            margin-top: 40px;\n        }\n        .comparison-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 15px;\n            background: #ffffff;\n            border-radius: 20px;\n            border: 1px solid #eef2fa;\n        }\n        .comparison-table th {\n            background: #071426;\n            padding: 18px 24px;\n            text-align: left;\n            font-weight: 700;\n            color: #ffff;\n            border-bottom: 1px solid #eef2fa;\n        }\n        .comparison-table td {\n            padding: 16px 24px;\n            border-bottom: 1px solid #f0f4fe;\n            color: #2a3a5a;\n        }\n        .comparison-table tr:last-child td {\n            border-bottom: none;\n        }\n        .comparison-table .check {\n            color: #00b894;\n            font-weight: 700;\n        }\n        .comparison-table .cross {\n            color: #e17055;\n        }\n\n      \n\n        \/* ────────────── ⑫ WHAT'S INCLUDED ────────────── *\/\n        .included-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(800px, 1fr));\n            gap: 20px;\n            margin-top: 48px;center\n        }\n        .included-item {\n            background: #ffffff;\n            border-radius: 16px;\n            padding: 20px 24px;\n            border: 1px solid #eef2fa;\n            display: flex;\n            align-items: center;\n            gap: 16px;\n            transition: 0.2s;\n        }\n        .included-item:hover {\n            border-color: #c8d8f0;\n            background: #fafcff;\n        }\n        .included-item .icon {\n            font-size: 28px;\n        }\n        .included-item .info h4 {\n            font-size: 16px;\n            font-weight: 600;\n            color: #1a1a2e;\n        }\n        .included-item .info p {\n            font-size: 14px;\n            color: #5a6a8a;\n        }\n\n        \/* ────────────── ⑬ TECHNICAL SPECIFICATIONS ────────────── *\/\n        .spec-table-wrap {\n            background: #ffffff;\n            border-radius: 28px;\n            border: 1px solid #eef2fa;\n            overflow: hidden;\n            margin-top: 48px;\n        }\n        .spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 15px;\n        }\n        .spec-table th {\n            background: #f8faff;\n            padding: 18px 28px;\n            text-align: left;\n            font-weight: 700;\n            color: #1a1a2e;\n            border-bottom: 1px solid #eef2fa;\n        }\n        .spec-table td {\n            padding: 16px 28px;\n            border-bottom: 1px solid #f0f4fe;\n            color: #2a3a5a;\n        }\n        .spec-table tr:last-child td {\n            border-bottom: none;\n        }\n        .spec-table .label {\n            font-weight: 600;\n            color: #1a1a2e;\n            width: 34%;\n        }\n\n        \/* ────────────── ⑭ FAQ ────────────── *\/\n        .faq-list {\n            max-width: 820px;\n            margin: 48px auto 0;\n        }\n        details {\n            border-bottom: 1px solid #eef2fa;\n            padding: 20px 0;\n        }\n        details:first-of-type {\n            border-top: 1px solid #eef2fa;\n        }\n        summary {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            cursor: pointer;\n            font-weight: 600;\n            font-size: 18px;\n            color: #1a1a2e;\n            list-style: none;\n        }\n        summary::-webkit-details-marker {\n            display: none;\n        }\n        summary svg {\n            width: 24px;\n            height: 24px;\n            fill: #5a6a8a;\n            transition: 0.2s;\n        }\n        details[open] summary svg {\n            transform: rotate(180deg);\n        }\n        .faq-answer {\n            color: #5a6a8a;\n            font-size: 16px;\n            line-height: 1.7;\n            margin-top: 12px;\n            padding-right: 20px;\n        }\n\n        \/* ────────────── ⑮ CTA ────────────── *\/\n        .cta-section {\n            background: #0b1a33;\n            border-radius: 32px;\n            padding: 70px 50px;\n            text-align: center;\n            border: 1px solid #1a2a4a;\n        }\n        .cta-section h2 {\n            font-size: clamp(32px, 4vw, 48px);\n            font-weight: 800;\n            color: #fff;\n            margin-bottom: 12px;\n        }\n        .cta-section p {\n            color: #b0c4e8;\n            font-size: 18px;\n            max-width: 560px;\n            margin: 0 auto 32px;\n            line-height: 1.7;\n        }\n        .cta-section .btn-group {\n            justify-content: center;\n        }\n        .cta-section .btn-outline {\n            border-color: rgba(255,255,255,0.3);\n            color: #fff;\n        }\n        .cta-section .btn-outline:hover {\n            background: rgba(255,255,255,0.08);\n            border-color: #fff;\n        }\n        .cta-section .btn-secondary {\n            background: rgba(255,255,255,0.08);\n            color: #fff;\n            border-color: rgba(255,255,255,0.15);\n        }\n        .cta-section .btn-secondary:hover {\n            background: rgba(255,255,255,0.18);\n        }\n\n     \n\n        \/* ────────────── RESPONSIVE ────────────── *\/\n        @media (max-width: 1024px) {\n            .cards-grid, .metrics-grid, .scenario-grid, .gallery-grid, .cert-grid, .included-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            .home-backup, .app-grid {\n                grid-template-columns: 1fr;\n                gap: 40px;\n            }\n            .home-backup .visual, .app-grid .visual {\n                aspect-ratio: 16 \/ 10;\n            }\n        }\n        @media (max-width: 768px) {\n            .hero-grid {\n                grid-template-columns: 1fr;\n                gap: 40px;\n            }\n            .hero-content p {\n                max-width: 100%;\n            }\n            .cards-grid, .metrics-grid, .scenario-grid, .gallery-grid, .cert-grid, .included-grid {\n                grid-template-columns: 1fr;\n            }\n            .app-features {\n                grid-template-columns: 1fr;\n            }\n            .appliance-list {\n                grid-template-columns: 1fr;\n            }\n            .flow-diagram {\n                flex-direction: column;\n                gap: 10px;\n            }\n            .flow-arrow {\n                transform: rotate(90deg);\n            }\n            .expandable-visual {\n                flex-direction: column;\n            }\n            .expandable-arrow {\n                transform: rotate(90deg);\n            }\n            section {\n                padding: 60px 0;\n            }\n            .cta-section {\n                padding: 40px 24px;\n            }\n        }\n        @media (max-width: 480px) {\n            .btn-group {\n                flex-direction: column;\n                align-items: stretch;\n            }\n            .btn-group .btn {\n                text-align: center;\n            }\n            .hero-badges {\n                justify-content: center;\n            }\n        }\n\n        \/* Utilities *\/\n        .text-muted { color: #5a6a8a; }\n        .flex-center { display: flex; align-items: center; justify-content: center; }\n        .gap-16 { gap: 16px; }\n        .mt-32 { margin-top: 32px; }\n        .mt-48 { margin-top: 48px; }\n        .mb-16 { margin-bottom: 16px; }\n        .text-center { text-align: center; }\n        .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }\n    \u003c\/style\u003e\n\u003c!-- ============================================================ --\u003e\u003c!-- ① HERO --\u003e\u003c!-- ============================================================ --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"hero-grid\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv style=\"display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px;\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch1\u003eAnker SOLIX E10\u003cbr\u003e\u003cspan class=\"highlight\"\u003eWhole-Home Backup System Without Fuel or Noise\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp\u003eWhole-Home Backup Energy Storage System — Reliable Backup · Solar Optimization · Intelligent Energy Management\u003c\/p\u003e\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cspan\u003e 90kWh Expandable Capacity\u003c\/span\u003e \u003cspan\u003e10kW Backup Output\u003c\/span\u003e \u003cspan\u003e\u0026lt;20ms Automatic Backup\u003c\/span\u003e \u003cspan\u003eUL9540 \u0026amp; UL9540A Certified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-video\"\u003e\u003cimg alt=\"SOLIX E10 hero video\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/2565_3838x.png?v=1768877406\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================ --\u003e\n\u003cp\u003e\u003ciframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/QdjniBLqzeg?si=2x7WY_PaEtBHKE7F\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003c!-- ③ WHY SOLIX E10 --\u003e\u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-white\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003cspan class=\"section-label\"\u003eWhy Homeowners Choose SOLIX E10\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eEnergy independence, \u003cspan class=\"highlight\"\u003esimplified\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-desc centered\"\u003eBuilt for modern homes, the SOLIX E10 combines safety, intelligence, and expandability to give you total control over your energy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cards-grid\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eWhole-Home Backup Protection\u003c\/h3\u003e\n\u003cp\u003eWhen the grid goes down,E10 automatically switchesto backup power in ≤20msto keep your entire homerunning smoothly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eAI Energy Optimization\u003c\/h3\u003e\n\u003cp\u003eIntelligent algorithms learn your usage patterns and optimize solar self-consumption and peak shaving.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eScalable Energy Storage\u003c\/h3\u003e\n\u003cp\u003eExpand from 6kWh to 90kWh as your energy needs grow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 1C6.48 1 2 5.48 2 11c0 4.13 2.52 7.69 6.17 9.22L8.5 21c.16.22.39.34.65.34h5.7c.26 0 .49-.12.65-.34l.33-.78C19.48 18.69 22 15.13 22 11c0-5.52-4.48-10-10-10zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eIndustry-Leading Safety\u003c\/h3\u003e\n\u003cp\u003eUL9540 \u0026amp; UL9540A certified, with LiFePO₄ battery chemistry for maximum thermal stability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================ --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ④ FULL HOME BACKUP --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-lightblue\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"home-backup\"\u003e\n\u003cdiv class=\"visual\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/2_638a7afd-e2dc-4635-b77b-e5663aad43c9_3840x.png?v=1768876306\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"info\"\u003e\n\u003cspan class=\"section-label\"\u003eFull Home Backup\u003c\/span\u003e\n\u003ch2\u003eKeep Your Entire Home Running During Outages\u003c\/h2\u003e\n\u003cp\u003eFrom refrigerators and Wi-Fi routers to air conditioners and EV chargers, SOLIX E10 delivers reliable backup power when your family needs it most.\u003c\/p\u003e\n\u003cul class=\"appliance-list\"\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Refrigerator\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Freezer\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Wi-Fi Router\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Lighting\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Air Conditioner\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Washer \u0026amp; Dryer\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Kitchen Appliances\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e EV Charger\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"backup-tags\"\u003e\n\u003cspan\u003e⚡ Automatic Backup\u003c\/span\u003e \u003cspan\u003e📉 Peak Shaving\u003c\/span\u003e \u003cspan\u003e☀️ Solar Charging\u003c\/span\u003e \u003cspan\u003e🔌 Grid Charging\u003c\/span\u003e\n\u003cp\u003eInstalled with a compatible Smart Inlet Box or Power Dock, SOLIX E10 can provide seamless whole-home backup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-white\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"app-grid\"\u003e\n\u003cdiv class=\"visual\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/1_db94eaf8-2cb0-4bb1-a5f0-366984efc32e_3840x.png?v=1768875997\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info\"\u003e\n\u003cspan class=\"section-label\"\u003eExpandable Storage\u003c\/span\u003e\n\u003ch2\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003eEnergy Storage That Grows With Your Home\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eStart with essential backup today and expand your system as your energy needs increase in the future.\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"drt-e10-card\"\u003e\n\u003ch3\u003eUp to 90kWh Capacity\u003c\/h3\u003e\n\u003cp\u003eExpand your storage from daily backup to extended whole-home energy independence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-e10-card\" style=\"margin-top: 20px;\"\u003e\n\u003ch3\u003eLong-Lasting LiFePO₄ Battery\u003c\/h3\u003e\n\u003cp\u003eBuilt for over 6,000 charge cycles and years of dependable performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================ --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ⑤ ENERGY FLOW（升级版：图片 + 文字说明 + APP） --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-darkblue\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003cspan class=\"section-label\"\u003eIntelligent Energy Flow\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eFrom Sun to Socket\u003c\/h2\u003e\n\u003cp style=\"color: #b0c4e8;\" class=\"section-desc centered\"\u003eCharge from solar during the day, store excess energy, power your home at night, and reduce electricity bills.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 新的流程图：卡片 + 箭头 --\u003e\n\u003cdiv class=\"flow-grid\"\u003e\n\u003c!-- 1. SOLAR PANELS --\u003e\n\u003cdiv class=\"flow-card\"\u003e\n\u003cdiv class=\"flow-image\"\u003e\n\u003c!-- 替换 src 为实际产品\/场景图片 --\u003e \u003cimg height=\"95\" width=\"95\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/a3cbeace-bb94-49b3-bc8d-3eca41d7af9f_1104X560PX-2_3838x.png?v=1767067285\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\n\u003c\/div\u003e\n\u003ch4 class=\"flow-title\"\u003eSOLAR PANELS\u003c\/h4\u003e\n\u003cp class=\"flow-desc\"\u003eCapture clean solar energy during the day to power your home and charge the system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flow-arrow\"\u003e→\u003c\/div\u003e\n\u003c!-- 2. SOLIX E10 --\u003e\n\u003cdiv class=\"flow-card\"\u003e\n\u003cdiv class=\"flow-image\"\u003e\u003cimg alt=\"SOLIX E10\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/E10_PCS_PACK_1_3838x.png?v=1772592526\" style=\"display: block; margin-left: auto; margin-right: auto;\" width=\"234\" height=\"234\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"flow-title\"\u003eSOLIX E10\u003c\/h4\u003e\n\u003cp class=\"flow-desc\"\u003eStore energy efficiently and intelligently manage power flow for your entire home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flow-arrow\"\u003e→\u003c\/div\u003e\n\u003c!-- 3. HOME --\u003e\n\u003cdiv class=\"flow-card\"\u003e\n\u003cdiv class=\"flow-image\"\u003e\u003cimg alt=\"Home\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/e5fa6a9e-6bb4-4eb8-ac1a-12cb25b711fc_404X480PX-13_3838x.png?v=1767067781\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"flow-title\"\u003eHOME\u003c\/h4\u003e\n\u003cp class=\"flow-desc\"\u003ePower all your essential appliances and devices with reliable, clean energy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flow-arrow\"\u003e→\u003c\/div\u003e\n\u003c!-- 4. GRID --\u003e\n\u003cdiv class=\"flow-card\"\u003e\n\u003cdiv class=\"flow-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/1_5.webp?v=1782727386\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"flow-title\"\u003eGRID\u003c\/h4\u003e\n\u003cp class=\"flow-desc\"\u003eStay connected to the grid for additional power when needed and to reduce energy costs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flow-arrow\"\u003e→\u003c\/div\u003e\n\u003c!-- 5. ANKER APP（新增） --\u003e\n\u003cdiv class=\"flow-card\"\u003e\n\u003cdiv class=\"flow-image\"\u003e\u003cimg alt=\"Anker App\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/651dda66-6764-4cc7-a031-383b8ae3744c_404X480PX-11_3838x.png?v=1767067737\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"flow-title\"\u003eANKER APP\u003c\/h4\u003e\n\u003cp class=\"flow-desc\"\u003eMonitor, control, and optimize your energy usage anytime, anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp class=\"flow-desc\"\u003eExcess solar energy is stored in the battery and used when you need it most — at night, during peak rates, or when the grid goes down.\u003c\/p\u003e\n\u003c!-- ============================================================ --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ⑥ SMART APP CONTROL --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-white\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"app-grid\"\u003e\n\u003cdiv class=\"visual\"\u003e\u003cvideo width=\"495\" controls=\"controls\" height=\"248\"\u003e\n  \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e0f39b9056ab4a798a7ae1f2711c61a7.mp4\" type=\"video\/mp4\"\u003e\n  Your browser does not support the video tag.\n\u003c\/source\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"info\"\u003e\n\u003cspan class=\"section-label\"\u003eSmart App Control\u003c\/span\u003e\n\u003ch2\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003eAlways One Step Ahead of the Storm\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eE10 proactively monitors severe weather and charges itself to full capacity using solar and grid power-so you don't have to. When outages strike, timely power level reminders keep you informed, ensuring you're prepared for anything the storm throws your way.\u003c\/span\u003e\u003c\/p\u003e\n\u003cul class=\"app-features\"\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Predictive Weather Alerts\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Automatic Pre-Storm Recharge\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Power Level Reminders \u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================ --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ⑦ INSTALLATION SCENARIOS --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-light\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003cspan class=\"section-label\"\u003eInstallation Scenarios\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eBuilt for Outdoor Installation- \u003cspan class=\"highlight\"\u003eUnstoppable in Any Weather\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-desc centered\"\u003eBuilt with premium waterproofing and thermal protection to withstand blizzards, heatwaves, and everything in between.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scenario-grid\"\u003e\n\u003cdiv class=\"scenario-card\"\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/b89837a8-e593-40e8-b425-1fd90a7c3172_1-6_3840x_509fdbab-5018-4523-856a-138525338bf3.jpg?v=1782727929\" alt=\"\"\u003e\u003c\/h4\u003e\n\u003ch4\u003e131°F \u0026amp; F1 UV Protection\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scenario-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/44873168-7a3a-43b0-b32e-98237b552bda_2-7_3840x_7c1ec865-6845-4e15-a69e-8d0d860a99d6.jpg?v=1782727929\" alt=\"\"\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003e-4°F\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scenario-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/d34df74d-69d9-4ad6-b7ab-0649a42362f0_3-18_3840x_5c8962c2-61dc-487e-abc8-9011f13b99b7.jpg?v=1782727928\" alt=\"\"\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003eNEMA 4 \u0026amp; NEMA 3R\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================ --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ⑧ PRODUCT GALLERY --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-white\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003cspan class=\"section-label\"\u003e\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eSimple to Install.Easy to Use.Smart to Own.\u003c\/h2\u003e\n\u003cp class=\"section-desc centered\"\u003eThe Anker SOLIX E10 is designed for a hassle-fee experience-from setup to daily savings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-grid\"\u003e\n\u003cdiv class=\"gallery-card\"\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/2565_7524b15c-039a-43b3-81c8-769296478205_3840x.png?v=1768877638\"\u003e\u003cmeta charset=\"utf-8\"\u003eEffortless Setup\u003c\/h4\u003e\n\u003cp\u003eConnect in minutes with a plug-and-play design. No complex wiring-just power when and where you need it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-card\"\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/4_a86f5028-133d-4c8b-a127-2824144b567f_3840x.png?v=1768877639\"\u003eInstallation Support\u003c\/h4\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eMulti-Format Guidance\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003eProfessional Technical Hotline\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003eInstallation  Service\u003c\/h4\u003e\n\u003cp\u003eLicensed Electricians\u003c\/p\u003e\n\u003cp\u003ePrice Protection \u0026amp; Quality Assurance\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-card\"\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/Group_2121238809_3840x.png?v=1770951214\"\u003eWorks With ExistingTransfer Switch \u0026amp; Inlet Box\u003c\/h4\u003e\n\u003cp\u003eE10 is compatible with most existing transfer switches and inlet boxes-perfect for easy upgrades.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery-card\"\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/daily_savings.webp?v=1783942417\"\u003eDaily Savings\u003c\/h4\u003e\n\u003cp\u003eReduce up to 80% of Electricity Bills.\u003c\/p\u003e\n\u003cp\u003eStore clean solar energy and use itwhen you need it. Reduce your reliance on the grid and save more every day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================ --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ⑩ PRODUCT COMPARISON --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-light\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003cspan class=\"section-label\"\u003eComparison\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eWhy SOLIX E10 beats \u003cspan class=\"highlight\"\u003etraditional generators\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-desc centered\"\u003eQuiet, clean, and automatic — the future of home backup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-table-wrap\"\u003e\n\u003ctable class=\"comparison-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eSOLIX E10\u003c\/th\u003e\n\u003cth\u003eTraditional Generator\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSilent Operation\u003c\/td\u003e\n\u003ctd class=\"check\"\u003e✓\u003c\/td\u003e\n\u003ctd class=\"cross\"\u003e✗\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNo Fuel Needed\u003c\/td\u003e\n\u003ctd class=\"check\"\u003e✓\u003c\/td\u003e\n\u003ctd class=\"cross\"\u003e✗\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Charging\u003c\/td\u003e\n\u003ctd class=\"check\"\u003e✓\u003c\/td\u003e\n\u003ctd class=\"cross\"\u003e✗\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAutomatic Backup\u003c\/td\u003e\n\u003ctd class=\"check\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003eLimited\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIndoor Installation\u003c\/td\u003e\n\u003ctd class=\"check\"\u003e✓\u003c\/td\u003e\n\u003ctd class=\"cross\"\u003e✗\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSmart App Control\u003c\/td\u003e\n\u003ctd class=\"check\"\u003e✓\u003c\/td\u003e\n\u003ctd class=\"cross\"\u003e✗\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaintenance\u003c\/td\u003e\n\u003ctd style=\"padding: 18px;\"\u003eMinimal\u003c\/td\u003e\n\u003ctd style=\"padding: 18px;\"\u003eRegular\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================ --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ⑫ WHAT'S INCLUDED --\u003e\u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-lightblue\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003ch2 class=\"section-title\"\u003eTechnical Details\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"included-grid\"\u003e\n\u003cdiv class=\"included-item\"\u003e\n\u003cdiv class=\"icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4 style=\"text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003eE10 Power Module\u003c\/span\u003e\n\u003c\/h4\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/E10_power_modle.png?v=1785317617\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003e\n\u003cdiv class=\"icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4 style=\"text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003eB6000 Battery Module\u003c\/span\u003e\n\u003c\/h4\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/B6000battery.png?v=1785317968\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003e\n\u003cdiv class=\"icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4 style=\"text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003ePower Dock\u003c\/span\u003e\n\u003c\/h4\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/power_dock.png?v=1785318437\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003e\n\u003cdiv class=\"icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4 style=\"text-align: center;\"\u003eSmart Inlet Box\u003cmeta charset=\"utf-8\"\u003e\n\u003c\/h4\u003e\n\u003cp\u003e\u003cspan\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/smart_inletpng.png?v=1785318437\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003e\n\u003cdiv class=\"icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4 style=\"text-align: center;\"\u003e\u003cspan style=\"font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\"\u003e5500 Smart Generator\u003c\/span\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cspan style=\"font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/generator.png?v=1785318437\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":45461664333910,"sku":null,"price":5899.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0625\/3740\/0406\/files\/E10_SmartGenerator5500_Tri-Fuel.webp?v=1785331572","url":"https:\/\/auburnag.com\/products\/anker-solix-e10-whole-home-backup-energy-storage-system-ul9540-ul9540a-certified-copy","provider":"Auburn Ag Products","version":"1.0","type":"link"}