{"product_id":"anker-solix-c1000x-portable-power-station-1-056wh-1-800w","title":"Anker SOLIX C1000X Portable Power Station - 1,056Wh | 1,800W","description":"\n\u003cstyle\u003e\n        \/* ---------- 全局重置 \u0026 基础 ---------- *\/\n        \/* scoped reset *\/\n.drt-c1000 *, .drt-c1000 *::before, .drt-c1000 *::after {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .drt-c1000 {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            background: #f8f9fc;\n            color: #1a1a1a;\n            padding: 40px 20px;\n            line-height: 1.6;\n        }\n\n        .drt-c1000-container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        \/* ---------- 产品头部 ---------- *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 48px;\n        }\n\n        .product-header h1 {\n            font-size: 36px;\n            font-weight: 700;\n            margin-bottom: 24px;\n            letter-spacing: -0.5px;\n            color: #0a0a0a;\n        }\n\n         \/* 两张图片完全无间隔拼接 *\/\n        .product-header .image-group {\n            display: block; \/* 块级容器 *\/\n            max-width: 1000px;\n            margin: 0 auto;\n            background: transparent; \/* 无背景色 *\/\n            line-height: 0; \/* 消除行内元素间隙 *\/\n        }\n\n        .product-header .image-group img {\n            display: block;\n            width: 100%;\n            height: auto;\n            object-fit: contain;\n            max-height: 500px;\n            margin: 0;\n            padding: 0;\n            border: none;\n            border-radius: 0; \/* 无圆角，完全紧贴 *\/\n            background: transparent;\n        }\n        \/* ---------- 场景画廊 (横向滚动) ---------- *\/\n        .section-title {\n            font-size: 30px;\n            font-weight: 700;\n            text-align: center;\n            margin: 56px 0 12px;\n            letter-spacing: -0.3px;\n        }\n\n        .section-subtitle {\n            text-align: center;\n            color: #666;\n            font-size: 18px;\n            margin-bottom: 32px;\n        }\n\n        .drt-gallery {\n            display: flex;\n            gap: 24px;\n            overflow-x: auto;\n            padding: 8px 4px 24px;\n            scroll-snap-type: x mandatory;\n            -webkit-overflow-scrolling: touch;\n        }\n\n        .drt-gallery-item {\n            flex: 0 0 800px; \/* 加大卡片宽度 *\/\n            scroll-snap-align: start;\n            background: #ffffff;\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);\n            border: 1px solid rgba(0, 0, 0, 0.04);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            cursor: pointer;\n        }\n\n        .drt-gallery-item:hover {\n            transform: translateY(-6px);\n            box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);\n        }\n\n        .drt-image-wrapper {\n            width: 100%;\n            height: 400px; \/* 加大高度 *\/\n            background: #fafafa;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            position: relative;\n        }\n\n        .drt-image-wrapper img {\n            width: 100%;\n            height: 100%;\n            object-fit: contain;\n            transition: transform 0.6s ease;\n            padding: 6px;\n        }\n\n        .drt-gallery-item:hover .drt-image-wrapper img {\n            transform: scale(1.04);\n        }\n\n        .drt-card-content {\n            padding: 18px 20px 24px;\n        }\n\n        .drt-card-content h3 {\n            font-size: 18px;\n            font-weight: 700;\n            margin-bottom: 6px;\n            color: #1a1a1a;\n        }\n\n        .drt-card-content p {\n            font-size: 15px;\n            line-height: 1.5;\n            color: #555;\n        }\n\n        \/* 悬停覆盖层 (彩蛋) *\/\n        .drt-gallery-overlay {\n            position: absolute;\n            inset: 0;\n            padding: 24px;\n            color: #fff;\n            background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.1) 60%, transparent 100%);\n            opacity: 0;\n            transition: opacity 0.4s ease;\n            display: flex;\n            flex-direction: column;\n            justify-content: flex-end;\n            pointer-events: none;\n        }\n\n        .drt-gallery-item:hover .drt-gallery-overlay {\n            opacity: 1;\n        }\n\n        .drt-gallery-overlay h3 {\n            font-size: 20px;\n            font-weight: 700;\n            margin: 0 0 4px;\n            color: #fff;\n            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);\n        }\n\n        .drt-gallery-overlay p {\n            font-size: 13px;\n            margin: 0;\n            color: #fff;\n            text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);\n            opacity: 0;\n            transform: translateY(10px);\n            transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;\n        }\n\n        .drt-gallery-item:hover .drt-gallery-overlay p {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        \/* ---------- 产品特性模块 ---------- *\/\n        .feature-block {\n            margin: 56px 0 40px;\n        }\n\n        .feature-block h3 {\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 12px;\n            letter-spacing: -0.3px;\n        }\n\n        .feature-block p {\n            font-size: 16px;\n            color: #444;\n            max-width: 700px;\n            margin-bottom: 24px;\n        }\n\n        .feature-block img {\n            display: block;\n            width: 100%;\n            max-width: 1000px;\n            border-radius: 20px;\n            margin: 16px 0 32px;\n            background: #fff;\n            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);\n        }\n\n        \/* ---------- 规格表格 ---------- *\/\n        .specs-section {\n            margin: 48px 0 20px;\n        }\n\n        .specs-section h2 {\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 24px;\n        }\n\n        .drt-c1000 table {\n            width: 100%;\n            border-collapse: collapse;\n            background: #fff;\n            border-radius: 16px;\n            overflow: hidden;\n            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);\n        }\n\n        .drt-c1000 th,\n        .drt-c1000 td {\n            padding: 14px 20px;\n            text-align: left;\n            border-bottom: 1px solid #f0f0f0;\n        }\n\n        .drt-c1000 th {\n            background: #fafafa;\n            font-weight: 600;\n            color: #1a1a1a;\n        }\n\n        tr:last-child td {\n            border-bottom: none;\n        }\n\n        \/* ---------- 响应式 ---------- *\/\n        @media (max-width: 1024px) {\n            .drt-gallery-item {\n                flex: 0 0 340px;\n            }\n            .drt-image-wrapper {\n                height: 220px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .product-header h1 {\n                font-size: 26px;\n            }\n\n            .section-title {\n                font-size: 24px;\n            }\n\n            .drt-gallery-item {\n                flex: 0 0 280px;\n            }\n            .drt-image-wrapper {\n                height: 180px;\n            }\n\n            .feature-block h3 {\n                font-size: 22px;\n            }\n            .specs-section h2 {\n                font-size: 22px;\n            }\n            th,\n            td {\n                padding: 10px 14px;\n                font-size: 14px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .drt-gallery-item {\n                flex: 0 0 220px;\n            }\n            .drt-image-wrapper {\n                height: 140px;\n            }\n            .drt-card-content h3 {\n                font-size: 16px;\n            }\n            .drt-card-content p {\n                font-size: 13px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"drt-c1000\"\u003e\n\u003cdiv class=\"drt-c1000-container\"\u003e\n\u003c!-- ===== 产品标题 \u0026 两张连续图片 ===== --\u003e\u003cheader class=\"product-header\"\u003e\n\u003ch1 class=\"Text_heading__py3Kv ProductTag_productTitle__Z8Xzt\"\u003eAnker SOLIX C1000 Portable Power Station - 1,056Wh | 1,800W\u003c\/h1\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eThe Anker SOLIX C1000 Portable Power Station delivers dependable energy for home backup, camping, RV travel, and outdoor adventures. With a 1,056Wh LiFePO4 battery and 1,800W pure sine wave AC output, it can power essential appliances, electronics, and tools wherever you need reliable electricity.\u003c\/p\u003e\n\u003cdiv class=\"image-group\"\u003e\n\u003c!-- 第一张图（主图） --\u003e \u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/Group_2_2f3f4a13-4d4b-4d9c-865d-a1a249b34e17.png?v=1723426947\u0026amp;alt=Anker+SOLIX+C1000+Portable+Power+Station+with+1056Wh+1800W\"\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0517\/6767\/3016\/files\/3fe71cc4-fb98-4e22-b62f-b520019589d4.__CR0_1200_2928_1200_PT0_SX1464_V1.jpg?v=1699951420\u0026amp;alt=Anker+SOLIX+with+2400W+SurgePad+protection+and+2112Wh+capacity\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- ===== 场景画廊 ===== --\u003e\n\u003ch2 class=\"section-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003eReliable Power Anywhere\u003c\/h2\u003e\n\u003ch2 class=\"section-title\"\u003e with 1,056Wh Capacity and 1,800W Output\u003cbr\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"drt-gallery\"\u003e\n\u003c!-- 卡片 1 --\u003e\n\u003cdiv class=\"drt-gallery-item\"\u003e\n\u003cdiv class=\"drt-image-wrapper\" style=\"text-align: start;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10003_a70f3a58-b397-4eb7-9b98-6def558db6fd.png?v=1786000622\" alt=\"Anker SOLIX C1000X Portable Power station- home backup\" style=\"margin-bottom: 16px; float: none;\"\u003e\n\u003cdiv class=\"drt-gallery-overlay\"\u003e\n\u003ch3\u003eHome Backup Power\u003c\/h3\u003e\n\u003cp\u003eKeep refrigerators, lights, and Wi-Fi running during outages with reliable backup energy when you need it most.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 卡片 2 --\u003e\n\u003cdiv class=\"drt-gallery-item\"\u003e\n\u003cdiv class=\"drt-image-wrapper\" style=\"text-align: start;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10002_f891ce43-d880-44c1-a3f5-2e15f85b4f58.png?v=1786000621\" alt=\"\"\u003e\n\u003cdiv class=\"drt-gallery-overlay\"\u003e\n\u003ch3\u003eRoad Trip\u003c\/h3\u003e\n\u003cp\u003ePower your camping essentials, from lights and phones to portable fridges and cooking gear, wherever adventure takes you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 卡片 3 --\u003e\n\u003cdiv class=\"drt-gallery-item\"\u003e\n\u003cdiv class=\"drt-image-wrapper\" style=\"text-align: start;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10001_fd34f21b-a34b-4aee-b39b-826eae654466.png?v=1786000622\" alt=\"C1000X Tent camping\" style=\"margin-bottom: 16px; float: none;\"\u003e\n\u003cdiv class=\"drt-gallery-overlay\"\u003e\n\u003ch3\u003eTent Camping\u003c\/h3\u003e\n\u003cp\u003eStay powered on the road with portable energy for cameras, laptops, GPS, and travel essentials wherever you go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.bp-feature {\n    max-width: 1280px;\n    margin: 70px auto;\n    padding: 0 24px;\n}\n\n.bp-feature-grid {\n    display: flex;\n    align-items: center;\n    gap: 70px;\n}\n\n.bp-feature-content {\n    flex: 1;\n}\n\n.bp-feature-content h2 {\n    font-size: 40px;\n    font-weight: 700;\n    color: #111827;\n    margin-bottom: 20px;\n    line-height: 1.2;\n}\n\n.bp-feature-content p {\n    font-size: 17px;\n    color: #5b6475;\n    line-height: 1.8;\n    margin-bottom: 18px;\n}\n\n.bp-feature-list {\n    list-style: none;\n    padding: 0;\n    margin-top: 30px;\n}\n\n.bp-feature-list li {\n    margin-bottom: 16px;\n    font-size: 17px;\n    color: #111827;\n    display: flex;\n    align-items: flex-start;\n}\n\n.bp-feature-list li::before {\n    content: \"✔\";\n    color: #00B140;\n    font-weight: bold;\n    margin-right: 12px;\n    margin-top: 2px;\n}\n\n.bp-feature-image {\n    flex: 1;\n}\n\n.bp-feature-image img {\n    width: 100%;\n    display: block;\n    border-radius: 24px;\n}\n\n@media (max-width:768px){\n\n.bp-feature{\n    margin:50px auto;\n}\n\n.bp-feature-grid{\n    flex-direction:column;\n    gap:35px;\n}\n\n.bp-feature-content h2{\n    font-size:30px;\n}\n\n.bp-feature-content p,\n.bp-feature-list li{\n    font-size:16px;\n}\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003csection class=\"bp-feature\"\u003e\n\u003cdiv class=\"bp-feature-grid\"\u003e\n\u003cdiv class=\"bp-feature-content\"\u003e\n\u003ch3\u003eSolar Generator for Off-Grid Adventures\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eStay independent from traditional power sources with up to 600W solar input. Pair Anker SOLIX C1000X with compatible solar panels for sustainable charging during camping, RV trips, and outdoor activities.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bp-feature-image\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/B17611Z3_A17611Z1_A24321A1_TD04_US_V2_3840x.jpg?v=1728703628\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003csection class=\"bp-feature\"\u003e\n\u003cdiv class=\"bp-feature-grid\"\u003e\n\u003cdiv class=\"bp-feature-content\"\u003e\n\u003ch3\u003eUltra-Fast Charging in Less Than 1 Hour\u003c\/h3\u003e\n\u003cp\u003eRecharge quickly and get back to power. With HyperFlash AC charging technology, Anker SOLIX C1000 reaches 80% battery capacity in just 43 minutes and fully charges in approximately 58 minutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bp-feature-image\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1761_TD02_e26d2511-156b-4974-b177-8058b2b7264a_3840x.jpg?v=1701410698\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"bp-feature\"\u003e\n\u003cdiv class=\"bp-feature-grid\"\u003e\n\u003cdiv class=\"bp-feature-content\"\u003e\n\u003ch2\u003eSmart App Control\u003c\/h2\u003e\n\u003cp\u003eMonitor power usage, adjust charging settings, and manage your energy anytime through the Anker app with Wi-Fi and Bluetooth connectivity.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul class=\"bp-feature-list\"\u003e\n\u003cli\u003eSet AC Recharging Speed\u003c\/li\u003e\n\u003cli\u003eView Real-Time Status\u003c\/li\u003e\n\u003cli\u003eSave with Power Scheduling\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bp-feature-image\" style=\"text-align: start;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0508\/1815\/4652\/files\/APP__US_1_-tuya_3840x.png?v=1692958808\" alt=\"Anker SOLIX C1000X smart app control\" style=\"margin-bottom: 16px; float: none;\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== 规格表 ===== --\u003e\n\u003csection class=\"specs-section\"\u003e\n\u003ch2\u003eTech Specs\u003c\/h2\u003e\n\u003ctable style=\"width: 100.031%; height: 433.026px;\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"height: 43.3026px;\"\u003e\n\u003cth style=\"width: 37.0227%; height: 43.3026px;\"\u003eSpecification\u003c\/th\u003e\n\u003cth style=\"width: 62.7851%; height: 43.3026px;\"\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 43.3026px;\"\u003e\n\u003ctd style=\"width: 37.0227%; height: 43.3026px;\"\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd style=\"width: 62.7851%; height: 43.3026px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003e1056Wh\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 43.3026px;\"\u003e\n\u003ctd style=\"width: 37.0227%; height: 43.3026px;\"\u003eBattery Chemistry\u003c\/td\u003e\n\u003ctd style=\"width: 62.7851%; height: 43.3026px;\"\u003eLiFePO4 (Lithium Iron Phosphate)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 43.3026px;\"\u003e\n\u003ctd style=\"width: 37.0227%; height: 43.3026px;\"\u003eAC Continuous Output\u003c\/td\u003e\n\u003ctd style=\"width: 62.7851%; height: 43.3026px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003e1800W Pure Sine Wave\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 43.3026px;\"\u003e\n\u003ctd style=\"width: 37.0227%; height: 43.3026px;\"\u003eAC Surge Output\u003c\/td\u003e\n\u003ctd style=\"width: 62.7851%; height: 43.3026px;\"\u003e2,400W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 43.3026px;\"\u003e\n\u003ctd style=\"width: 37.0227%; height: 43.3026px;\"\u003eSolar Input \u003cmeta charset=\"utf-8\"\u003eRecharge\u003c\/td\u003e\n\u003ctd style=\"width: 62.7851%; height: 43.3026px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003e600W Max, 11-60V MPPT\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 43.3026px;\"\u003e\n\u003ctd style=\"width: 37.0227%; height: 43.3026px;\"\u003eAC \u003cmeta charset=\"utf-8\"\u003eInput Recharge\u003c\/td\u003e\n\u003ctd style=\"width: 62.7851%; height: 43.3026px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003e1,300W Max\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 43.3026px;\"\u003e\n\u003ctd style=\"width: 37.0227%; height: 43.3026px;\"\u003eBattery Life\u003c\/td\u003e\n\u003ctd style=\"width: 62.7851%; height: 43.3026px;\"\u003e3,000 Cycles to 80% Capacity\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 43.3026px;\"\u003e\n\u003ctd style=\"width: 37.0227%; height: 43.3026px;\"\u003eConnectivity\u003c\/td\u003e\n\u003ctd style=\"width: 62.7851%; height: 43.3026px;\"\u003eWi-Fi \u0026amp; Bluetooth App Control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 43.3026px;\"\u003e\n\u003ctd style=\"width: 37.0227%; height: 43.3026px;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd style=\"width: 62.7851%; height: 43.3026px;\"\u003e5 Years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n  \u003ch3\u003eIn the Box\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003eAnker SOLIX C1000 Portable Power Station\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003eAC Charging Cable\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003eCar Charging Cable\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003eUser Manual\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- \/container --\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48261397545218,"sku":"A1761111","price":429.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10001_1_91f72835-5d7b-4ad9-b8b0-d35eec050a3c.png?v=1786007931","url":"https:\/\/droneroboticstec.com\/products\/anker-solix-c1000x-portable-power-station-1-056wh-1-800w","provider":"Drone Robotics Tech","version":"1.0","type":"link"}