{"product_id":"anker-solix-ps400-400w-portable-solar-panel","title":"Anker SOLIX PS400 400W Portable Solar Panel","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800;900\u0026display=swap');\n\n    \/* Container scope to prevent CSS conflicts with theme stylesheets *\/\n    .tcd-solix-wrapper {\n        font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n        line-height: 1.6;\n        color: #1e293b;\n        background-color: transparent !important;\n        max-width: 1000px;\n        margin: 0 auto;\n        padding: 10px 15px;\n        box-sizing: border-box;\n    }\n\n    .tcd-solix-wrapper * {\n        box-sizing: border-box;\n    }\n\n    \/* Design tokens *\/\n    .tcd-solix-wrapper {\n        --solix-dark: #0f172a;\n        --solix-teal: #06b6d4;\n        --solix-teal-hover: #0891b2;\n        --solix-muted: #64748b;\n        --solix-border: #cbd5e1;\n        --solix-light-bg: #f8fafc;\n        --tcd-blue: #0369a1;\n        --tcd-border: #bae6fd;\n    }\n\n    \/* Typography styles *\/\n    .tcd-solix-wrapper h1 {\n        font-size: 32px;\n        font-weight: 800;\n        color: var(--solix-dark);\n        line-height: 1.2;\n        margin: 0 0 8px 0;\n        letter-spacing: -0.5px;\n    }\n\n    .tcd-solix-wrapper .sub-header {\n        font-size: 18px;\n        color: var(--solix-muted);\n        font-weight: 500;\n        margin: 0 0 25px 0;\n        line-height: 1.4;\n    }\n\n    \/* Summary section *\/\n    .tcd-solix-wrapper .narrative-block {\n        background-color: transparent !important;\n        color: #1e293b;\n        padding: 0;\n        margin-bottom: 35px;\n        border: none !important;\n    }\n\n    .tcd-solix-wrapper .narrative-block p {\n        font-size: 16px;\n        line-height: 1.7;\n        margin: 0;\n        font-weight: 400;\n    }\n\n    .tcd-solix-wrapper .narrative-block strong {\n        color: var(--solix-teal);\n        font-weight: 700;\n    }\n\n    \/* Section divider line *\/\n    .tcd-solix-wrapper .tcd-divider {\n        display: block !important;\n        width: 100% !important;\n        height: 1px !important;\n        background-color: var(--solix-border) !important;\n        border: none !important;\n        margin: 35px 0 !important;\n        padding: 0 !important;\n    }\n\n    \/* Section headers *\/\n    .tcd-solix-wrapper h2 {\n        font-size: 20px;\n        font-weight: 800;\n        color: var(--solix-dark);\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        margin: 0 0 20px 0;\n    }\n\n    \/* Features grid layout *\/\n    .tcd-solix-wrapper .feature-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr !important;\n        gap: 24px;\n        margin-bottom: 35px;\n    }\n\n    .tcd-solix-wrapper .feature-card {\n        background: transparent !important;\n        border: none !important;\n        box-shadow: none !important;\n        padding: 0 !important;\n        border-radius: 0 !important;\n        display: flex;\n        flex-direction: column;\n        gap: 6px;\n    }\n\n    .tcd-solix-wrapper .feature-card strong {\n        font-size: 16px;\n        font-weight: 700;\n        color: var(--solix-dark);\n        display: inline-flex;\n        align-items: center;\n        gap: 6px;\n    }\n\n    .tcd-solix-wrapper .feature-card p {\n        font-size: 14px;\n        color: var(--solix-muted);\n        margin: 0;\n        line-height: 1.5;\n    }\n\n    \/* Specifications grid *\/\n    .tcd-solix-wrapper .specs-container {\n        border: 1px solid #cbd5e1;\n        border-left: 4px solid var(--solix-teal);\n        border-radius: 12px;\n        overflow: hidden;\n        background-color: #ffffff;\n        margin: 0 auto;\n        max-width: 750px;\n        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);\n    }\n\n    .tcd-solix-wrapper .spec-row {\n        display: grid;\n        grid-template-columns: 240px 1fr !important;\n        align-items: start;\n        padding: 14px 24px;\n        border-bottom: 1px solid #e2e8f0;\n        gap: 16px;\n    }\n\n    .tcd-solix-wrapper .spec-row:nth-child(even) {\n        background-color: #f0fdfa;\n    }\n\n    .tcd-solix-wrapper .spec-row:last-child {\n        border-bottom: none;\n    }\n\n    .tcd-solix-wrapper .spec-label {\n        font-size: 13px;\n        font-weight: 700;\n        text-transform: uppercase;\n        color: #0e7490;\n        letter-spacing: 0.5px;\n        padding-top: 1px;\n    }\n\n    .tcd-solix-wrapper .spec-value {\n        font-size: 14px;\n        font-weight: 600;\n        color: var(--solix-dark);\n        text-align: left;\n    }\n\n    \/* Bullet list formatting inside spec table *\/\n    .tcd-solix-wrapper .spec-value-list {\n        margin: 0;\n        padding: 0;\n        list-style: none;\n        display: flex;\n        flex-direction: column;\n        gap: 6px;\n    }\n\n    .tcd-solix-wrapper .spec-value-list li {\n        position: relative;\n        padding-left: 16px;\n        font-size: 14px;\n        font-weight: 600;\n        color: var(--solix-dark);\n        line-height: 1.4;\n    }\n\n    .tcd-solix-wrapper .spec-value-list li::before {\n        content: \"•\";\n        color: #0e7490;\n        font-weight: 800;\n        position: absolute;\n        left: 0;\n        top: -1px;\n    }\n\n    \/* Support section *\/\n    .tcd-solix-wrapper .support-box {\n        background-color: transparent !important;\n        border: none !important;\n        border-radius: 0 !important;\n        padding: 0 !important;\n        display: flex;\n        flex-direction: row !important;\n        align-items: center;\n        gap: 30px;\n    }\n\n    .tcd-solix-wrapper .support-content {\n        flex: 1;\n        display: flex;\n        flex-direction: row !important;\n        align-items: center;\n        justify-content: space-between;\n        gap: 30px;\n    }\n\n    .tcd-solix-wrapper .support-text-area {\n        flex: 1;\n        display: flex;\n        flex-direction: column;\n        gap: 4px;\n    }\n\n    .tcd-solix-wrapper .support-content h3 {\n        margin: 0;\n        font-size: 16px;\n        font-weight: 800;\n        text-transform: uppercase;\n        color: var(--tcd-blue);\n        letter-spacing: 0.5px;\n    }\n\n    .tcd-solix-wrapper .support-content p {\n        margin: 0;\n        font-size: 14px;\n        line-height: 1.5;\n        color: #475569;\n    }\n\n    .tcd-solix-wrapper .tel-link {\n        font-weight: 800;\n        color: var(--tcd-blue);\n        text-decoration: underline;\n    }\n\n    .tcd-solix-wrapper .btn-group {\n        display: flex;\n        flex-direction: row !important;\n        gap: 10px;\n        flex-shrink: 0;\n    }\n\n    .tcd-solix-wrapper .quote-btn {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        background-color: var(--tcd-blue);\n        color: #ffffff !important;\n        padding: 10px 18px;\n        border-radius: 8px;\n        text-decoration: none !important;\n        font-weight: 700;\n        font-size: 12px;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        transition: background-color 0.2s ease-in-out, transform 0.1s ease-in-out;\n        white-space: nowrap;\n    }\n\n    .tcd-solix-wrapper .quote-btn:hover {\n        background-color: var(--solix-dark);\n        transform: translateY(-1px);\n    }\n\n    \/* Responsive queries *\/\n    @media screen and (max-width: 768px) {\n        .tcd-solix-wrapper h1 { font-size: 26px; }\n        .tcd-solix-wrapper .sub-header { font-size: 16px; }\n        \n        .tcd-solix-wrapper .support-content {\n            flex-direction: column !important;\n            align-items: flex-start;\n            gap: 16px;\n        }\n        .tcd-solix-wrapper .btn-group {\n            width: 100%;\n        }\n        .tcd-solix-wrapper .quote-btn {\n            flex: 1;\n            padding: 10px;\n            font-size: 11px;\n        }\n    }\n\n    @media screen and (max-width: 600px) {\n        .tcd-solix-wrapper .spec-row {\n            grid-template-columns: 140px 1fr !important;\n            padding: 12px 16px;\n            gap: 12px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tcd-solix-wrapper\"\u003e\n    \u003c!-- Header section --\u003e\n    \u003ch1\u003eAnker SOLIX PS400 400W Portable Solar Panel\u003c\/h1\u003e\n    \u003cp class=\"sub-header\"\u003eHigh-Efficiency 400W Bifacial Renewable Solar Charging On The Go.\u003c\/p\u003e\n\n    \u003c!-- Overview section --\u003e\n    \u003cdiv class=\"narrative-block\"\u003e\n        \u003cp\u003eThe \u003cstrong\u003eAnker SOLIX PS400 400W Portable Solar Panel\u003c\/strong\u003e delivers powerful bifacial solar charging in an exceptionally light, folding frame. Over 50% lighter than standard 400W panels and rated IP68 waterproof, it is designed for rapid off-grid recharging during cottage stays, camping excursions, or home emergency backup.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Divider --\u003e\n    \u003cdiv class=\"tcd-divider\"\u003e\u003c\/div\u003e\n\n    \u003c!-- Features section --\u003e\n    \u003ch2\u003eKey Performance Advantages\u003c\/h2\u003e\n\n    \u003cdiv class=\"feature-grid\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cstrong\u003e→ High 400W Output\u003c\/strong\u003e\n            \u003cp\u003eGenerates up to 400W of clean bifacial solar power to rapidly charge your portable power stations.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cstrong\u003e→ Ultra-Light \u0026amp; Foldable\u003c\/strong\u003e\n            \u003cp\u003eAt just 21.9 lbs including the kickstand, it is over 50% lighter than typical 400W solar panels.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cstrong\u003e→ IP68 Waterproofing\u003c\/strong\u003e\n            \u003cp\u003eBuilt with a reinforced aluminum frame and IP68 dust\/water resistance to endure rain and harsh mud.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cstrong\u003e→ 10-Year Lifespan\u003c\/strong\u003e\n            \u003cp\u003eEngineered with rugged, impact-resistant materials and backed by a 5-year manufacturer warranty.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Specifications section --\u003e\n    \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n    \u003cdiv class=\"specs-container\"\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n            \u003cspan class=\"spec-label\"\u003eTotal Power Output\u003c\/span\u003e\n            \u003cspan class=\"spec-value\"\u003e400W\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n            \u003cspan class=\"spec-label\"\u003ePV Output Rating\u003c\/span\u003e\n            \u003cspan class=\"spec-value\"\u003e48V = 8.33A\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n            \u003cspan class=\"spec-label\"\u003eWaterproof Rating\u003c\/span\u003e\n            \u003cspan class=\"spec-value\"\u003eIP68 Water and Dust Resistant\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n            \u003cspan class=\"spec-label\"\u003eDimensions (Unfolded)\u003c\/span\u003e\n            \u003cspan class=\"spec-value\"\u003e90.2 × 38.7 × 0.7 in\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n            \u003cspan class=\"spec-label\"\u003eDimensions (Folded)\u003c\/span\u003e\n            \u003cspan class=\"spec-value\"\u003e22.3 × 38.7 × 3.2 in\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n            \u003cspan class=\"spec-label\"\u003eNet Weight\u003c\/span\u003e\n            \u003cspan class=\"spec-value\"\u003e21.9 lbs (10% lighter, includes kickstand)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n            \u003cspan class=\"spec-label\"\u003eWhat's in the Box\u003c\/span\u003e\n            \u003cdiv class=\"spec-value\"\u003e\n                \u003cul class=\"spec-value-list\"\u003e\n                    \u003cli\u003ePS400 Bifacial Portable Solar Panel\u003c\/li\u003e\n                    \u003cli\u003e2× 8.2 ft (2.5 m) Solar Charging Cable\u003c\/li\u003e\n                    \u003cli\u003e1.6 ft (0.5 m) XT-60i Solar Charging Cable\u003c\/li\u003e\n                    \u003cli\u003eQuick Start Guide \u0026amp; Safety Card\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n            \u003cspan class=\"spec-label\"\u003eWarranty \u0026amp; Lifespan\u003c\/span\u003e\n            \u003cspan class=\"spec-value\"\u003e5-Year Manufacturer Warranty | 10-Year Estimated Lifespan\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Divider --\u003e\n    \u003cdiv class=\"tcd-divider\"\u003e\u003c\/div\u003e\n\n    \u003c!-- Support footer section --\u003e\n    \u003cdiv class=\"support-box\"\u003e\n        \u003cdiv class=\"support-content\"\u003e\n            \u003cdiv class=\"support-text-area\"\u003e\n                \u003ch3\u003eOff-Grid Power Support\u003c\/h3\u003e\n                \u003cp\u003eNeed help determining your cabin's solar capacity? Speak directly with our off-grid experts toll-free at \u003ca href=\"tel:+18446034743\" class=\"tel-link\"\u003e+1 (844) 603-4743\u003c\/a\u003e.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"btn-group\"\u003e\n                \u003ca href=\"https:\/\/thecabindepot.ca\/pages\/solar-calculator\" target=\"_blank\" class=\"quote-btn\"\u003eSolar Assessment\u003c\/a\u003e\n                \u003ca href=\"https:\/\/share.hsforms.com\/1gcABoX2FRCa8LnBu0QtmFgrbc1e\" target=\"_blank\" class=\"quote-btn\"\u003eSupport Request\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Anker","offers":[{"title":"Default Title","offer_id":46351490383969,"sku":"A24371A1","price":899.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/AS340_US_1000x_e223dfa8-311f-4dc5-ac06-305eac01089e.webp?v=1786554764","url":"https:\/\/thecabindepot.ca\/fr\/products\/anker-solix-ps400-400w-portable-solar-panel","provider":"The Cabin Depot","version":"1.0","type":"link"}