{"product_id":"anker-solix-alternator-charger-for-c1000-c2000-gen-2-f3000","title":"Anker SOLIX Alternator Charger For C1000 \u0026 C2000 Gen 2\/F3000","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003c!-- Meta Page Title --\u003e\u003c!-- Meta Description --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n    \/* Author: Kenton Jones\n       Role: Product \u0026 Part Description Developer\n       Date: March 2026\n       Contact: kenton.jones@cabindepot.com\n\n       STYLING STANDARDS:\n       1. Primary Brand Color: Anker Blue (#22ace1)\n       2. Secondary Accent: Anker Green (#04ce7c)\n       3. Tagline Color: Orange (#d35400)\n       4. UPDATE: Improved Bundle Navigation to center the \"odd man out\" on new rows.\n       5. FIX: Removed all custom font-size declares for theme inheritance.\n       6. HOVER: Instant high-contrast states for desktop clickability.\n    *\/\n\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;700\u0026display=swap');\n\n    .cd-product-description {\n        font-family: 'Lato', sans-serif;\n        color: #333;\n        line-height: 1.4;\n        width: 100%;\n        box-sizing: border-box;\n        max-width: 1100px;\n        margin: 0 auto;\n        padding: 0 15px 15px 15px;\n    }\n\n    .cd-product-description a {\n        text-decoration: none !important;\n    }\n\n    .cd-product-description h1 {\n        text-align: center;\n        margin: 0 0 8px 0;\n        font-weight: 700;\n        color: #2c3e50;\n    }\n\n    .cd-tagline {\n        text-align: center;\n        font-weight: 700;\n        color: #d35400; \n        margin-bottom: 25px;\n        text-transform: uppercase;\n        letter-spacing: 2px;\n        display: block;\n    }\n\n    \/* Hero Image Section *\/\n    .cd-hero-container {\n        width: 100%;\n        margin: 0 auto 35px;\n        border-radius: 12px;\n        overflow: hidden;\n        background: #f8fbfe;\n        border: 1px solid #e1e8ed;\n        box-shadow: 0 4px 10px rgba(0,0,0,0.04);\n        text-align: center;\n    }\n\n    .cd-hero-container img {\n        width: 100%;\n        height: auto;\n        max-height: 500px;\n        display: block;\n        object-fit: contain; \n        padding: 20px;\n        box-sizing: border-box;\n    }\n\n    \/* Value Cards *\/\n    .cd-value-section {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 12px;\n        margin-bottom: 35px;\n    }\n\n    .cd-value-card {\n        background: #fff;\n        border: 1px solid #e1e8ed;\n        border-top: 5px solid #22ace1;\n        padding: 18px;\n        border-radius: 8px;\n    }\n\n    .cd-value-card h3 { \n        margin: 0 0 10px 0; \n        color: #22ace1; \n        font-weight: 700; \n    }\n\n    \/* Specs Grid *\/\n    .cd-specs-row {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 25px;\n        align-items: center;\n        background: #f8fbfe;\n        padding: 25px;\n        border-radius: 12px;\n        margin: 30px 0;\n        border: 1px solid #eaf8fd;\n    }\n\n    .cd-table-side { flex: 2; min-width: 300px; }\n    .cd-diagram-side { flex: 1; min-width: 250px; text-align: center; }\n    .cd-diagram-side img { \n        max-width: 100%; \n        border-radius: 8px; \n        border: 1px solid #eee;\n        background: #fff;\n    }\n\n    .cd-product-description table { \n        width: 100%; \n        border-collapse: collapse; \n        background: #fff; \n        border-radius: 8px; \n        overflow: hidden; \n    }\n\n    .cd-product-description thead th { \n        background: #22ace1; \n        color: white; \n        padding: 12px; \n        text-align: left; \n    }\n\n    .cd-product-description tbody td { \n        padding: 10px; \n        border-bottom: 1px solid #eee; \n    }\n\n    \/* Box Contents List *\/\n    .cd-box-contents-list {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n        gap: 10px;\n        margin-top: 15px;\n        margin-bottom: 40px;\n    }\n\n    .cd-box-item {\n        background: #f9f9f9;\n        padding: 12px;\n        border-radius: 6px;\n        border-left: 3px solid #04ce7c;\n        font-weight: bold;\n        color: #555;\n    }\n\n    \/* Improved Bundle Navigation Area with Centering Logic *\/\n    .cd-bundle-navigation-area {\n        background: #f1f5f9;\n        padding: 30px 15px;\n        border-radius: 16px;\n        margin: 40px -15px 0;\n    }\n\n    .cd-section-divider {\n        text-align: center;\n        margin: 0 0 20px 0;\n        font-weight: 900;\n        text-transform: uppercase;\n        color: #64748b;\n        letter-spacing: 1.5px;\n    }\n\n    .cd-nav-grid {\n        display: flex; \/* Switched to flex for better centering behavior *\/\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 15px;\n        max-width: 1100px;\n        margin: 0 auto;\n    }\n\n    .cd-nav-card {\n        background: #ffffff;\n        border: 1px solid #e2e8f0;\n        border-radius: 12px;\n        display: flex;\n        align-items: center;\n        padding: 15px;\n        gap: 15px;\n        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n        position: relative;\n        cursor: pointer;\n        transition: all 0.2s ease;\n        \/* Flex constraints for responsive centering *\/\n        flex: 1 1 320px;\n        max-width: 380px; \n    }\n\n    .cd-nav-card:before {\n        content: '';\n        position: absolute;\n        left: 0; top: 0; bottom: 0;\n        width: 6px;\n        background: #22ace1;\n        border-radius: 12px 0 0 12px;\n    }\n\n    .cd-nav-thumb {\n        width: 100px;\n        height: 100px;\n        flex-shrink: 0;\n        border-radius: 8px;\n        overflow: hidden;\n        border: 1px solid #f1f5f9;\n        background: #fff;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    .cd-nav-thumb img { width: 90%; height: 90%; object-fit: contain; }\n\n    .cd-nav-content { flex-grow: 1; }\n\n    .cd-nav-title {\n        display: block;\n        font-weight: 700;\n        color: #1e293b;\n        margin-bottom: 4px;\n        line-height: 1.2;\n    }\n\n    .cd-nav-cta {\n        display: inline-block;\n        font-weight: 900;\n        color: #22ace1;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n        border-bottom: 2px solid transparent;\n        transition: border-color 0.2s;\n    }\n\n    @media (min-width: 769px) {\n        .cd-nav-card:hover {\n            transform: translateY(-2px);\n            border-color: #22ace1;\n            box-shadow: 0 10px 15px -3px rgba(34, 172, 225, 0.2);\n        }\n        .cd-nav-card:hover .cd-nav-cta {\n            border-bottom-color: #22ace1;\n        }\n    }\n\n    \/* MOBILE RESPONSIVE *\/\n    @media screen and (max-width: 600px) {\n        .cd-product-description h1 { margin-top: 0; }\n        .cd-bundle-navigation-area { margin: 30px 0 0; border-radius: 12px; padding: 20px 10px; }\n        .cd-nav-card { max-width: 100%; }\n        .cd-nav-thumb { width: 80px; height: 80px; }\n\n        .cd-product-description table, .cd-product-description thead, .cd-product-description tbody, .cd-product-description th, .cd-product-description td, .cd-product-description tr { \n            display: block; width: 100% !important; box-sizing: border-box; \n        }\n        .cd-product-description thead { display: none; }\n        .cd-product-description tr { border: 1px solid #e1e8ed; margin-bottom: 12px; border-radius: 8px; overflow: hidden; background: #fff; }\n        .cd-product-description td { border: none; padding: 10px 15px; text-align: left; }\n    }\n\n    .cd-footer {\n        text-align: center;\n        margin-top: 40px;\n        padding-top: 20px;\n        border-top: 1px solid #eee;\n        color: #999;\n        font-style: italic;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"cd-product-description\"\u003e\n\u003ch1\u003eAnker SOLIX Alternator Charger\u003c\/h1\u003e\n\u003cspan class=\"cd-tagline\"\u003e800W High-Power • Bidirectional • Smart App Control\u003c\/span\u003e\n\u003cdiv class=\"cd-hero-container\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/Anker_SOLIX_Alternator_Charger_For_C1000_C2000_Gen_2_F3000_img2.avif?v=1768413399\" alt=\"Anker SOLIX Alternator Charger Unit\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"cd-value-section\"\u003e\n\u003cdiv class=\"cd-value-card\"\u003e\n\u003ch3\u003e800W Fast Charging\u003c\/h3\u003e\n\u003cp\u003eTransform drive time into power time. Delivers up to 800W of high-power charging—recharging a 2kWh power station in just 3 hours while on the road.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-value-card\"\u003e\n\u003ch3\u003eSmart Bidirectional Power\u003c\/h3\u003e\n\u003cp\u003eAdvanced 2-way charging technology allows the vehicle to charge your power station, or your station to maintain the vehicle's starter battery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-value-card\"\u003e\n\u003ch3\u003eTotal System Protection\u003c\/h3\u003e\n\u003cp\u003eMonitors voltage and output continuously to prevent over-discharge or damage. Built-in reverse polarity and overcurrent protection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-value-card\"\u003e\n\u003ch3\u003eIntuitive App Control\u003c\/h3\u003e\n\u003cp\u003eMonitor real-time status and customize charging parameters via Bluetooth or Wi-Fi using the Anker SOLIX app for total system visibility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-specs-row\"\u003e\n\u003cdiv class=\"cd-table-side\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth colspan=\"2\"\u003eTechnical Specifications\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSKU\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAS2001A1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eVoltage Compatibility\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e12V \/ 24V Vehicle Systems\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMax Output\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e800W (80A Max @ 11V-28.8V)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDimensions\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e218 x 119 x 68 mm (8.6 x 4.7 x 2.7 in)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1.3 kg (2.87 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOperating Temp\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e-20°C to 60°C (-4°F to 140°F)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cd-diagram-side\"\u003e\n\u003cp style=\"font-weight: bold; color: #22ace1; margin-bottom: 10px;\"\u003eTYPICAL INSTALLATION\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0782\/2077\/files\/Anker_SOLIX_Alternator_Charger_For_C1000_C2000_Gen_2_F3000_img3.avif?v=1768413399\" alt=\"Typical Installation Configuration\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eWhat's in the Box\u003c\/h3\u003e\n\u003cdiv class=\"cd-box-contents-list\"\u003e\n\u003cdiv class=\"cd-box-item\"\u003eAnker SOLIX Charger\u003c\/div\u003e\n\u003cdiv class=\"cd-box-item\"\u003eBattery Cable (7m)\u003c\/div\u003e\n\u003cdiv class=\"cd-box-item\"\u003ePPS XT-60i Cable (1m)\u003c\/div\u003e\n\u003cdiv class=\"cd-box-item\"\u003eInstallation Board\u003c\/div\u003e\n\u003cdiv class=\"cd-box-item\"\u003eMounting Screw Set (x6)\u003c\/div\u003e\n\u003cdiv class=\"cd-box-item\"\u003eQuick Start Guide\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Improved Bundle Navigation Area --\u003e\n\u003cdiv class=\"cd-footer\"\u003ePower Your Life, Charge on the Go. Developed for the Modern Adventurer.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Anker","offers":[{"title":"Default Title","offer_id":47302895403170,"sku":"AS2001A1","price":349.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0247\/1546\/0701\/files\/Anker_SOLIX_Alternator_Charger_For_C1000_C2000_Gen_2_F3000_img1.jpg?v=1780332629","url":"https:\/\/thecabindepot.com\/products\/anker-solix-alternator-charger-for-c1000-c2000-gen-2-f3000","provider":"The Cabin Depot","version":"1.0","type":"link"}