{"product_id":"anker-solix-f2600-portable-power-station-2-560wh-2-400w","title":"Anker SOLIX F2600 Portable Power Station - 2,560Wh | 2,400W","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* ---------- 全局重置 \u0026 基础 ---------- *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\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        .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 700px; \/* 加大卡片宽度 *\/\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: 260px; \/* 加大高度 *\/\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: 14px;\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        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        th,\n        td {\n            padding: 14px 20px;\n            text-align: left;\n            border-bottom: 1px solid #f0f0f0;\n        }\n\n        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=\"container\"\u003e\n\u003c!-- ===== 产品标题 \u0026 两张连续图片 ===== --\u003e\u003cheader class=\"product-header\"\u003e\n\u003ch1\u003eAnker SOLIX F2600 Portable Power Station - 2560Wh｜2400W\u003c\/h1\u003e\n\u003cdiv class=\"image-group\"\u003e\n\u003c!-- 第一张图（主图） --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/1b33b6f8-9269-445e-96a8-89a1f3c6fc43.__CR0_0_2928_1200_PT0_SX1464_V1_e8b98885-a0f3-4732-8c80-7318e02e6b8b.jpg?v=1699518215\u0026amp;alt=Anker+SOLIX+portable+power+station+with+smart+LED+display\" alt=\"Anker SOLIX F2600 主图\"\u003e \u003c!-- 第二张图（无间隔紧挨） --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/938e3933-4296-48a0-a5f3-8bcaeb5be2b8.__CR0_0_2928_1200_PT0_SX1464_V1_19339949-bf10-4a28-940b-b36f8c6ebbbb.jpg?v=1699518215\u0026amp;alt=Anker+SOLIX+power+station+with+GaNPrime+for+3000+cycles+and+99%25+appliances\" alt=\"Anker SOLIX F2600 第二张图\"\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- ===== 场景画廊 ===== --\u003e\n\u003ch2 class=\"section-title\"\u003ePower for Every Adventure\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eOne power station. Endless possibilities.\u003c\/p\u003e\n\u003cdiv class=\"drt-gallery\"\u003e\n\u003c!-- 卡片 1 --\u003e\n\u003cdiv class=\"drt-gallery-item\"\u003e\n\u003cdiv class=\"drt-image-wrapper\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/cd763c8e-15ea-4946-bad2-717229724601.__CR0_0_2928_1200_PT0_SX1464_V1_7de6ca29-4701-4e85-81a4-e05317d5cf7e.jpg?v=1699518216\u0026amp;alt=Anker+SOLIX+powering+kitchen+appliances+during+thunderstorm\" alt=\"Home Backup Power\" loading=\"lazy\"\u003e\n\u003cdiv class=\"drt-gallery-overlay\"\u003e\n\u003ch3\u003eHome Backup Power\u003c\/h3\u003e\n\u003cp\u003eKeep refrigerators, lights, Wi-Fi running during outages.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-card-content\"\u003e\n\u003ch3\u003eHome Backup Power\u003c\/h3\u003e\n\u003cp\u003eKeep refrigerators, lights, Wi-Fi, and essential appliances running during unexpected outages.\u003c\/p\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\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/20ff042f-82cb-47e3-ac25-b056be95a0bc.__CR0_0_2928_1200_PT0_SX1464_V1_728ebb07-a619-4d30-8b96-0db296b230b3.jpg?v=1699518215\u0026amp;alt=Anker+SOLIX+portable+power+station+with+outdoor+camping+setup\" alt=\"RV Life\" loading=\"lazy\"\u003e\n\u003cdiv class=\"drt-gallery-overlay\"\u003e\n\u003ch3\u003eRV Life\u003c\/h3\u003e\n\u003cp\u003eBring home comforts wherever the road takes you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-card-content\"\u003e\n\u003ch3\u003eRV Life\u003c\/h3\u003e\n\u003cp\u003eBring home comforts wherever the road takes you with reliable portable power.\u003c\/p\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\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/6e9cdfd5-e9b4-48c0-b9c0-2c781d141455.__CR0_0_2928_1200_PT0_SX1464_V1_24d38094-1115-47ee-8548-e0c388f89332.jpg?v=1699518215\u0026amp;alt=Camping+scene+with+Anker+SOLIX+portable+power+station+for+outdoor+cooking\" alt=\"Outdoor Power\" loading=\"lazy\"\u003e\n\u003cdiv class=\"drt-gallery-overlay\"\u003e\n\u003ch3\u003eOutdoor Power\u003c\/h3\u003e\n\u003cp\u003eStay powered for camping, overlanding, and off-grid.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-card-content\"\u003e\n\u003ch3\u003eOutdoor Power\u003c\/h3\u003e\n\u003cp\u003eStay powered for camping, overlanding, fishing, and off-grid adventures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 卡片 4 --\u003e\n\u003cdiv class=\"drt-gallery-item\"\u003e\n\u003cdiv class=\"drt-image-wrapper\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/23de9e17-2e11-4a81-a75c-6918b0eb94a8.__CR0_0_2928_1200_PT0_SX1464_V1_b6800535-6ed6-4152-a961-8fcae27f9c44.jpg?v=1699518216\u0026amp;alt=Anker+SOLIX+powering+electric+tools+for+outdoor+woodworking.\" alt=\"Professional Power\" loading=\"lazy\"\u003e\n\u003cdiv class=\"drt-gallery-overlay\"\u003e\n\u003ch3\u003eProfessional Power\u003c\/h3\u003e\n\u003cp\u003ePower tools, cameras, and equipment wherever work takes you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-card-content\"\u003e\n\u003ch3\u003eProfessional Power\u003c\/h3\u003e\n\u003cp\u003ePower tools, cameras, lighting, and equipment wherever work takes you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 卡片 5 --\u003e\n\u003cdiv class=\"drt-gallery-item\"\u003e\n\u003cdiv class=\"drt-image-wrapper\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/48a1988b-06fd-4bca-a715-4048b02b2765.__CR0_0_2928_1200_PT0_SX1464_V1_7015a473-3e4e-44ef-8034-d150b2375ff3.jpg?v=1699518215\u0026amp;alt=Anker+SOLIX+portable+power+station+for+outdoor+movie+night\" alt=\"Backyard Relaxation\" loading=\"lazy\"\u003e\n\u003cdiv class=\"drt-gallery-overlay\"\u003e\n\u003ch3\u003eBackyard Relaxation\u003c\/h3\u003e\n\u003cp\u003eEnjoy outdoor movie nights, BBQs, and gatherings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-card-content\"\u003e\n\u003ch3\u003eBackyard Relaxation\u003c\/h3\u003e\n\u003cp\u003eEnjoy outdoor movie nights, BBQs, music, and gatherings with dependable power.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/drt-gallery --\u003e \u003c!-- ===== 产品特性模块 ===== --\u003e\n\u003cdiv class=\"feature-block\"\u003e\n\u003ch3\u003eTwo Fast Ways to Recharge\u003c\/h3\u003e\n\u003cp\u003eRecharge quickly with high-speed AC charging at home or harness solar energy wherever your adventure takes you.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/f9d49499-045c-4534-9fb2-24262e21b69a.__CR0_0_2928_1200_PT0_SX1464_V1_991f41d1-ab8a-48a3-8f8b-3b043749d9c4.jpg?v=1699518215\u0026amp;alt=Anker+SOLIX+charging+with+solar+panels+for+fast+recharging\" alt=\"快速充电方式\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-block\"\u003e\n\u003ch3\u003eUninterrupted Backup Power\u003c\/h3\u003e\n\u003cp\u003eKeep essential devices running without interruption. With a built-in UPS, the F2600 automatically switches over in as little as 20ms during power outages, helping protect CPAP machines, desktop computers, routers, and other critical electronics.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/8751bc41-0ff2-499c-a914-7cff207123aa.__CR0_0_2928_1200_PT0_SX1464_V1_00fc5295-daa1-43cc-a030-76703f3c8d76.jpg?v=1699518216\u0026amp;alt=Anker+SOLIX+power+station+with+UPS+for+uninterrupted+energy\" alt=\"不间断备份电源\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-block\"\u003e\n\u003ch3\u003ePower Saving — Maximize Every Watt\u003c\/h3\u003e\n\u003cp\u003eIntelligent energy management reduces unnecessary power consumption and extends runtime for your essential devices.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/203a3f55-4664-4a9b-8a08-51024e65cddc.__CR0_0_2928_1200_PT0_SX1464_V1_8b8906cd-beb0-4c7c-a1d5-52541cce7123.jpg?v=1699518216\u0026amp;alt=Anker+SOLIX+power+station+with+smart+energy+saving+outdoors\" alt=\"智能省电\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-block\"\u003e\n\u003ch3\u003eSmart App Control\u003c\/h3\u003e\n\u003cp\u003eMonitor battery status, customize charging settings, and manage your power station remotely via Wi-Fi or Bluetooth.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/051b951f-e6a3-4cef-8538-a3df824107ab.__CR0_0_2928_1200_PT0_SX1464_V1_1dfb799a-d9c8-4082-9b55-1a11818b477b.jpg?v=1699518216\u0026amp;alt=Anker+SOLIX+intelligent+app+control+for+brightness+with+Bluetooth+connection.\" alt=\"智能App控制\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-block\"\u003e\n\u003ch3\u003eHigh Power Boost — Handle More Demanding Devices\u003c\/h3\u003e\n\u003cp\u003ePower high-wattage appliances and tools with SurgePad™ technology, allowing compatible devices beyond the rated output to run smoothly.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/3e8090b7-e3d2-4f38-8125-db4f73e1ff2e.__CR0_0_2928_1200_PT0_SX1464_V1_83654a3f-e550-4939-8871-2f3bd7fd814e.jpg?v=1699518216\u0026amp;alt=Anker+SOLIX+power+station+with+SurgePad+for+appliances\" alt=\"高功率提升\" loading=\"lazy\"\u003e\n\u003c\/div\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;\"\u003e2,560Wh\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 Output\u003c\/td\u003e\n\u003ctd style=\"width: 62.7851%; height: 43.3026px;\"\u003e2,400W Continuous\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,800W\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\u003c\/td\u003e\n\u003ctd style=\"width: 62.7851%; height: 43.3026px;\"\u003eUp to 1,000W MPPT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 43.3026px;\"\u003e\n\u003ctd style=\"width: 37.0227%; height: 43.3026px;\"\u003eAC Recharge\u003c\/td\u003e\n\u003ctd style=\"width: 62.7851%; height: 43.3026px;\"\u003eUp to 1,440W HyperFlash™\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\/div\u003e\n\u003c!-- \/container --\u003e","brand":"Anker SOLIX","offers":[{"title":"Anker SOLIX F2600 Portable Power Station","offer_id":48256434700546,"sku":null,"price":999.99,"currency_code":"USD","in_stock":true},{"title":"Anker SOLIX F2600 + 6-Circuit Manual Transfer Switch","offer_id":48256434733314,"sku":null,"price":1398.0,"currency_code":"USD","in_stock":true},{"title":"Anker SOLIX F2600 + BP2600 Expansion Battery","offer_id":48256434766082,"sku":null,"price":1799.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10001_a0636b5d-d4ca-431b-93d0-d457df5ea549.png?v=1785912307","url":"https:\/\/droneroboticstec.com\/products\/anker-solix-f2600-portable-power-station-2-560wh-2-400w","provider":"Drone Robotics Tech","version":"1.0","type":"link"}