{"title":"Anker SOLIX All Products","description":null,"products":[{"product_id":"anker-solix-e10-home-backup-system-with-power-dock","title":"Anker SOLIX E10 Home Backup System with Power Dock","description":"\u003cstyle\u003e\n\/* ============================================================\n   ANKER SOLIX E10 — SHOPIFY PRODUCT DESCRIPTION\n   Compact spacing \/ responsive \/ cleaned CSS\n   ============================================================ *\/\n\n.e10-page,\n.e10-page * { box-sizing: border-box; }\n\n.e10-page {\n  --e10-blue: #0066ff;\n  --e10-blue-dark: #0052cc;\n  --e10-navy: #0b1a33;\n  --e10-text: #1a1a2e;\n  --e10-muted: #5a6a8a;\n  --e10-border: #e9eef7;\n  --e10-light: #f8faff;\n  --e10-light-blue: #eef4ff;\n  --e10-green: #008f68;\n  font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n  color: var(--e10-text);\n  background: var(--e10-light);\n  line-height: 1.5;\n  -webkit-font-smoothing: antialiased;\n}\n\n.e10-page img {\n  display: block;\n  max-width: 100%;\n  height: auto;\n}\n\n.e10-page a { color: inherit; text-decoration: none; }\n\n.e10-container {\n  width: min(1200px, calc(100% - 48px));\n  margin: 0 auto;\n}\n\n\/* ---------- Sections ---------- *\/\n.e10-page section { padding: 56px 0; }\n.e10-page section.hero { padding: 44px 0 48px; }\n\n.e10-page .bg-white { background: #fff; }\n.e10-page .bg-light { background: var(--e10-light); }\n.e10-page .bg-lightblue { background: var(--e10-light-blue); }\n.e10-page .bg-darkblue { background: var(--e10-navy); color: #f0f4ff; }\n\n.e10-page .text-center { text-align: center; }\n\n.e10-page .section-label {\n  display: block;\n  margin: 0 0 7px;\n  color: var(--e10-blue);\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 1.7px;\n  line-height: 1.3;\n  text-transform: uppercase;\n}\n\n.e10-page .section-title {\n  margin: 0 0 12px;\n  color: var(--e10-text);\n  font-size: clamp(30px, 4.2vw, 46px);\n  font-weight: 800;\n  line-height: 1.12;\n}\n\n.e10-page .section-title .highlight {\n  background: linear-gradient(135deg, var(--e10-blue), #4da6ff);\n  -webkit-background-clip: text;\n  background-clip: text;\n  -webkit-text-fill-color: transparent;\n}\n\n.e10-page .section-desc {\n  max-width: 620px;\n  margin: 0;\n  color: var(--e10-muted);\n  font-size: 16px;\n  line-height: 1.55;\n}\n\n.e10-page .section-desc.centered {\n  margin-left: auto;\n  margin-right: auto;\n  text-align: center;\n}\n\n.e10-page .bg-darkblue .section-title { color: #fff; }\n.e10-page .bg-darkblue .section-desc { color: #b0c4e8; }\n.e10-page .bg-darkblue .section-label { color: #4da6ff; }\n\n\/* ---------- Hero ---------- *\/\n.e10-hero-grid {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 24px;\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n.e10-hero-content {\n  width: 100%;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-align: center;\n}\n\n.e10-hero-content h1 {\n  margin: 0 0 9px;\n  color: var(--e10-text);\n  font-size: clamp(34px, 5vw, 50px);\n  font-weight: 800;\n  line-height: 1.08;\n}\n\n.e10-hero-content p {\n  max-width: 650px;\n  margin: 0 auto 15px;\n  color: var(--e10-muted);\n  font-size: 17px;\n  line-height: 1.55;\n}\n\n.e10-hero-badges {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 7px 10px;\n  margin-bottom: 18px;\n}\n\n.e10-hero-badges span {\n  padding: 4px 11px;\n  border: 1px solid #dce6f5;\n  border-radius: 999px;\n  background: var(--e10-light-blue);\n  color: var(--e10-text);\n  font-size: 12px;\n  font-weight: 600;\n  line-height: 1.4;\n}\n\n.e10-hero-video {\n  width: 100%;\n  max-width: 820px;\n  aspect-ratio: 16 \/ 9;\n  margin: 0 auto;\n  overflow: hidden;\n  border: 1px solid var(--e10-border);\n  border-radius: 18px;\n  background: var(--e10-light-blue);\n  box-shadow: 0 10px 30px rgba(0,0,0,.05);\n}\n\n.e10-hero-video img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\n\/* Standalone YouTube *\/\n.e10-video-wrap {\n  width: min(820px, calc(100% - 48px));\n  margin: 0 auto 0;\n  aspect-ratio: 16 \/ 9;\n}\n.e10-video-wrap iframe {\n  width: 100%;\n  height: 100%;\n  display: block;\n  border: 0;\n  border-radius: 14px;\n}\n\n\/* ---------- Feature Cards ---------- *\/\n.e10-cards-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 16px;\n  margin-top: 28px;\n}\n\n.e10-card {\n  padding: 22px 20px;\n  border: 1px solid var(--e10-border);\n  border-radius: 17px;\n  background: #fff;\n  box-shadow: 0 3px 12px rgba(0,0,0,.025);\n  transition: .25s ease;\n}\n\n.e10-card:hover {\n  border-color: var(--e10-blue);\n  transform: translateY(-3px);\n  box-shadow: 0 10px 28px rgba(0,0,0,.06);\n}\n\n.e10-card .icon {\n  width: 42px;\n  height: 42px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 13px;\n  border-radius: 12px;\n  background: rgba(0,102,255,.08);\n}\n\n.e10-card .icon svg {\n  width: 23px;\n  height: 23px;\n  fill: var(--e10-blue);\n}\n\n.e10-card h3 {\n  margin: 0 0 6px;\n  color: var(--e10-text);\n  font-size: 18px;\n  font-weight: 700;\n  line-height: 1.25;\n}\n\n.e10-card p {\n  margin: 0;\n  color: var(--e10-muted);\n  font-size: 14px;\n  line-height: 1.5;\n}\n\n\/* ---------- Two-column Feature Sections ---------- *\/\n.e10-home-backup,\n.e10-app-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 38px;\n  align-items: center;\n}\n\n.e10-visual {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  padding: 18px;\n  border: 1px solid var(--e10-border);\n  border-radius: 22px;\n  background: #fff;\n}\n\n.e10-visual img {\n  width: 100%;\n  border-radius: 13px;\n}\n\n.e10-info h2 {\n  margin: 0 0 11px;\n  color: var(--e10-text);\n  font-size: clamp(27px, 3vw, 38px);\n  font-weight: 800;\n  line-height: 1.15;\n}\n\n.e10-info \u003e p {\n  margin: 0 0 12px;\n  color: var(--e10-muted);\n  font-size: 16px;\n  line-height: 1.6;\n}\n\n.e10-appliance-list,\n.e10-app-features {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 6px 16px;\n  margin: 12px 0 15px;\n  padding: 0;\n}\n\n.e10-appliance-list li,\n.e10-app-features li {\n  display: flex;\n  align-items: center;\n  gap: 7px;\n  list-style: none;\n  color: #2a3a5a;\n  font-size: 14px;\n  line-height: 1.45;\n}\n\n.e10-appliance-list svg,\n.e10-app-features svg {\n  width: 17px;\n  height: 17px;\n  flex: 0 0 17px;\n  fill: var(--e10-blue);\n}\n\n.e10-backup-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 7px;\n  margin-bottom: 10px;\n}\n\n.e10-backup-tags span {\n  padding: 5px 12px;\n  border: 1px solid #dce6f5;\n  border-radius: 999px;\n  background: var(--e10-light-blue);\n  color: var(--e10-text);\n  font-size: 13px;\n}\n\n.e10-info .drt-e10-card {\n  margin-top: 12px;\n  padding: 15px 17px;\n  border: 1px solid var(--e10-border);\n  border-radius: 14px;\n  background: #fff;\n}\n\n.e10-info .drt-e10-card h3 {\n  margin: 0 0 4px;\n  font-size: 18px;\n  line-height: 1.25;\n}\n\n.e10-info .drt-e10-card p {\n  margin: 0;\n  color: var(--e10-muted);\n  font-size: 14px;\n  line-height: 1.5;\n}\n\n\/* ---------- Energy Flow ---------- *\/\n.e10-flow-grid {\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  margin-top: 28px;\n}\n\n.e10-flow-card {\n  flex: 0 0 190px;\n  overflow: hidden;\n  border: 1px solid rgba(255,255,255,.1);\n  border-radius: 14px;\n  background: #111;\n  transition: .25s ease;\n}\n\n.e10-flow-card:hover {\n  border-color: var(--e10-blue);\n  transform: translateY(-3px);\n}\n\n.e10-flow-image {\n  width: 100%;\n  height: 190px;\n  overflow: hidden;\n}\n\n.e10-flow-image img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: center;\n  transition: .35s ease;\n}\n\n.e10-flow-card:hover .e10-flow-image img { transform: scale(1.04); }\n\n.e10-flow-title {\n  margin: 0;\n  padding: 10px 10px 2px;\n  color: rgba(255,255,255,.96);\n  font-size: 14px;\n  font-weight: 700;\n  letter-spacing: .25px;\n  text-align: center;\n}\n\n.e10-flow-desc {\n  margin: 0;\n  padding: 0 11px 12px;\n  color: rgba(255,255,255,.8);\n  font-size: 11px;\n  line-height: 1.4;\n  text-align: center;\n}\n\n.e10-flow-arrow {\n  color: #fff;\n  font-size: 24px;\n  line-height: 1;\n}\n\n\/* ---------- Video ---------- *\/\n.e10-app-video {\n  width: 100%;\n  max-width: 560px;\n  display: block;\n  border-radius: 16px;\n}\n\n\/* ---------- Scenario \/ Gallery ---------- *\/\n.e10-scenario-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n  margin-top: 28px;\n}\n\n.e10-gallery-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 16px;\n  margin-top: 28px;\n}\n\n.e10-scenario-card,\n.e10-gallery-card {\n  overflow: hidden;\n  border: 1px solid var(--e10-border);\n  border-radius: 17px;\n  background: #fff;\n  transition: .25s ease;\n}\n\n.e10-scenario-card:hover,\n.e10-gallery-card:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 10px 26px rgba(0,0,0,.06);\n}\n\n.e10-scenario-card \u003e img,\n.e10-gallery-card .e10-card-image {\n  width: 100%;\n  aspect-ratio: 1 \/ 1;\n  object-fit: cover;\n  background: var(--e10-light-blue);\n}\n\n.e10-card-info {\n  padding: 13px 16px 16px;\n}\n\n.e10-card-info h4 {\n  margin: 0 0 5px;\n  color: var(--e10-text);\n  font-size: 17px;\n  font-weight: 700;\n  line-height: 1.3;\n}\n\n.e10-card-info p {\n  margin: 0 0 5px;\n  color: var(--e10-muted);\n  font-size: 13px;\n  line-height: 1.5;\n}\n\n\/* ---------- Comparison ---------- *\/\n.e10-comparison-wrap,\n.e10-spec-table-wrap,\n.e10-warranty-wrap {\n  margin-top: 28px;\n  overflow-x: auto;\n  border: 1px solid var(--e10-border);\n  border-radius: 18px;\n  background: #fff;\n}\n\n.e10-comparison-table,\n.e10-spec-table,\n.e10-warranty-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14px;\n}\n\n.e10-comparison-table th,\n.e10-spec-table th,\n.e10-warranty-table th {\n  padding: 13px 18px;\n  background: var(--e10-light);\n  color: var(--e10-text);\n  text-align: left;\n  font-weight: 700;\n  border-bottom: 1px solid var(--e10-border);\n}\n\n.e10-comparison-table th {\n  background: var(--e10-navy);\n  color: #fff;\n}\n\n.e10-comparison-table td,\n.e10-spec-table td,\n.e10-warranty-table td {\n  padding: 12px 18px;\n  color: #2a3a5a;\n  border-bottom: 1px solid #f0f4fe;\n}\n\n.e10-comparison-table tr:last-child td,\n.e10-spec-table tr:last-child td,\n.e10-warranty-table tr:last-child td { border-bottom: 0; }\n\n.e10-check { color: #008f68; font-weight: 800; }\n.e10-cross { color: #a0a8b8; font-weight: 700; }\n\n\/* ---------- Included ---------- *\/\n.e10-included-grid {\n  display: grid;\n  grid-template-columns: minmax(260px, 1fr);\n  gap: 12px;\n  margin-top: 28px;\n}\n\n.e10-included-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 14px;\n  padding: 17px 19px;\n  border: 1px solid var(--e10-border);\n  border-radius: 15px;\n  background: #fff;\n}\n\n.e10-included-item .icon { font-size: 24px; }\n.e10-included-item h4 {\n  margin: 0 0 5px;\n  font-size: 16px;\n  line-height: 1.35;\n}\n.e10-included-item p {\n  margin: 0;\n  color: var(--e10-muted);\n  font-size: 13px;\n  line-height: 1.55;\n}\n\n\/* ---------- Component Specifications ---------- *\/\n.e10-component-specs {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: 18px;\n  margin-top: 28px;\n}\n\n.e10-component-card {\n  overflow: hidden;\n  border: 1px solid var(--e10-border);\n  border-radius: 19px;\n  background: #fff;\n  box-shadow: 0 3px 14px rgba(0,0,0,.025);\n}\n\n.e10-component-header {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 18px;\n  padding: 20px 24px;\n  border-bottom: 1px solid var(--e10-border);\n}\n\n.e10-component-label {\n  display: block;\n  margin-bottom: 4px;\n  color: var(--e10-blue);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n}\n\n.e10-component-header h3 {\n  margin: 0 0 4px;\n  font-size: 21px;\n  font-weight: 750;\n  line-height: 1.25;\n}\n\n.e10-component-header p {\n  margin: 0;\n  color: var(--e10-muted);\n  font-size: 14px;\n  line-height: 1.45;\n}\n\n.e10-warranty-badge {\n  flex-shrink: 0;\n  padding: 7px 13px;\n  border: 1px solid #dce6f5;\n  border-radius: 999px;\n  background: var(--e10-light-blue);\n  color: var(--e10-blue);\n  font-size: 12px;\n  font-weight: 700;\n  white-space: nowrap;\n}\n\n.e10-warranty-badge.long {\n  border-color: #c9eee1;\n  background: #eafaf5;\n  color: var(--e10-green);\n}\n\n.e10-component-image {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  padding: 18px;\n  background: var(--e10-light);\n}\n\n.e10-component-image img {\n  width: 100%;\n  max-width: 1000px;\n  border-radius: 10px;\n}\n\n\/* ---------- Warranty ---------- *\/\n.e10-warranty-value {\n  display: inline-block;\n  padding: 5px 11px;\n  border-radius: 999px;\n  background: var(--e10-light-blue);\n  color: var(--e10-blue);\n  font-weight: 700;\n  white-space: nowrap;\n}\n\n\/* ---------- FAQ ---------- *\/\n.e10-faq-list {\n  max-width: 820px;\n  margin: 28px auto 0;\n}\n\n.e10-faq-list details {\n  border-bottom: 1px solid var(--e10-border);\n  padding: 15px 0;\n}\n\n.e10-faq-list details:first-child { border-top: 1px solid var(--e10-border); }\n\n.e10-faq-list summary {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 16px;\n  cursor: pointer;\n  color: var(--e10-text);\n  font-size: 16px;\n  font-weight: 650;\n  line-height: 1.4;\n  list-style: none;\n}\n\n.e10-faq-list summary::-webkit-details-marker { display: none; }\n\n.e10-faq-list summary svg {\n  width: 21px;\n  height: 21px;\n  flex: 0 0 21px;\n  fill: var(--e10-muted);\n  transition: .2s;\n}\n\n.e10-faq-list details[open] summary svg { transform: rotate(180deg); }\n\n.e10-faq-answer {\n  margin-top: 8px;\n  padding-right: 20px;\n  color: var(--e10-muted);\n  font-size: 14px;\n  line-height: 1.6;\n}\n\n\/* ---------- Existing theme protection ---------- *\/\n.e10-page .section-title,\n.e10-page h1,\n.e10-page h2,\n.e10-page h3,\n.e10-page h4,\n.e10-page p,\n.e10-page ul { margin-top: 0; }\n\n\/* ---------- Responsive ---------- *\/\n@media (max-width: 1024px) {\n  .e10-cards-grid { grid-template-columns: repeat(2, 1fr); }\n  .e10-gallery-grid { grid-template-columns: repeat(2, 1fr); }\n  .e10-home-backup,\n  .e10-app-grid { grid-template-columns: 1fr; gap: 28px; }\n  .e10-flow-card { flex-basis: 180px; }\n  .e10-flow-image { height: 180px; }\n}\n\n@media (max-width: 768px) {\n  .e10-container { width: min(100% - 32px, 1200px); }\n  .e10-page section { padding: 42px 0; }\n  .e10-page section.hero { padding: 32px 0 36px; }\n\n  .e10-cards-grid,\n  .e10-scenario-grid,\n  .e10-gallery-grid { grid-template-columns: 1fr; }\n\n  .e10-appliance-list,\n  .e10-app-features { grid-template-columns: 1fr; }\n\n  .e10-flow-grid { flex-direction: column; }\n  .e10-flow-arrow { transform: rotate(90deg); padding: 2px 0; }\n  .e10-flow-card { width: 100%; max-width: 320px; flex-basis: auto; }\n  .e10-flow-image { height: 210px; }\n\n  .e10-component-header {\n    flex-direction: column;\n    align-items: flex-start;\n    padding: 18px 20px;\n  }\n\n  .e10-component-image { padding: 13px; }\n\n  .e10-comparison-table,\n  .e10-spec-table,\n  .e10-warranty-table { min-width: 620px; }\n}\n\n@media (max-width: 480px) {\n  .e10-container { width: calc(100% - 28px); }\n  .e10-hero-content h1 { font-size: 32px; }\n  .e10-hero-content p { font-size: 15px; }\n  .e10-section-desc,\n  .e10-page .section-desc { font-size: 15px; }\n}\n\u003c\/style\u003e\n\u003c!-- ============================================================ --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Anker SOLIX E10 with Power Dock — optimized Shopify HTML --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ============================================================ --\u003e\n\u003cdiv class=\"e10-page\"\u003e\n\u003c!-- ============================================================ --\u003e\u003c!-- ① HERO --\u003e \u003c!-- ============================================================ --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"e10-container\"\u003e\n\u003cdiv class=\"e10-hero-grid\"\u003e\n\u003cdiv class=\"e10-hero-content\"\u003e\n\u003ch1\u003eAnker SOLIX E10 with Power Dock\u003c\/h1\u003e\n\u003cp\u003e\u003cspan\u003eReliable whole-home backup power with automatic switching, expandable battery storage, and flexible solar integration.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cdiv class=\"e10-hero-badges\"\u003e\n\u003cspan\u003e6.14kWh Battery Capacity\u003c\/span\u003e \u003cspan\u003e7.68kW Continuous 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=\"e10-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\u003cdiv class=\"e10-video-wrap\"\u003e\u003ciframe height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/QdjniBLqzeg?si=2x7WY_PaEtBHKE7F\" title=\"YouTube video player\" width=\"560\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c!-- ③ WHY SOLIX E10 --\u003e\u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-white\"\u003e\n\u003cdiv class=\"e10-container\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003cspan class=\"section-label\"\u003eWhy Homeowners Choose SOLIX E10\u003c\/span\u003e\n\u003ch2\u003eMore Than Backup Power\u003c\/h2\u003e\n\u003cp class=\"section-desc centered\"\u003eA flexible home energy system designed to provide reliable backup today and scale with your energy needs tomorrow.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-cards-grid\"\u003e\n\u003cdiv class=\"e10-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\u003e\u003cspan\u003eWhen the grid goes down, the E10 automatically switches to backup power in ≤20ms to keep your entire home running smoothly.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-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\u003eAutomatic Backup\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=\"e10-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=\"e10-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 \u003c!-- ④ FULL HOME BACKUP --\u003e \u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-lightblue\"\u003e\n\u003cdiv class=\"e10-container\"\u003e\n\u003cdiv class=\"e10-home-backup\"\u003e\n\u003cdiv class=\"e10-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=\"e10-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=\"e10-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=\"e10-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, Anker 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\u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-white\"\u003e\n\u003cdiv class=\"e10-container\"\u003e\n\u003cdiv class=\"e10-app-grid\"\u003e\n\u003cdiv class=\"e10-visual\"\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\u003c\/div\u003e\n\u003cdiv class=\"e10-info\"\u003e\n\u003cspan class=\"section-label\"\u003eExpandable Storage\u003c\/span\u003e\n\u003ch2\u003e\u003cspan\u003eEnergy Storage That Grows With Your Home\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\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 \u003c!-- ⑤ ENERGY FLOW（升级版：图片 + 文字说明 + APP） --\u003e \u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-darkblue\"\u003e\n\u003cdiv class=\"e10-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 class=\"section-desc centered\" style=\"color: #b0c4e8;\"\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=\"e10-flow-grid\"\u003e\n\u003c!-- 1. SOLAR PANELS --\u003e\n\u003cdiv class=\"e10-flow-card\"\u003e\n\u003cdiv class=\"e10-flow-image\"\u003e\n\u003c!-- 替换 src 为实际产品\/场景图片 --\u003e \u003cimg height=\"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;\" width=\"95\"\u003e\n\u003c\/div\u003e\n\u003ch4 class=\"e10-flow-title\"\u003eSOLAR PANELS\u003c\/h4\u003e\n\u003cp class=\"e10-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=\"e10-flow-arrow\"\u003e→\u003c\/div\u003e\n\u003c!-- 2. SOLIX E10 --\u003e\n\u003cdiv class=\"e10-flow-card\"\u003e\n\u003cdiv class=\"e10-flow-image\"\u003e\u003cimg alt=\"SOLIX E10\" height=\"234\" 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\"\u003e\u003c\/div\u003e\n\u003ch4 class=\"e10-flow-title\"\u003eSOLIX E10\u003c\/h4\u003e\n\u003cp class=\"e10-flow-desc\"\u003eStore energy efficiently and intelligently manage power flow for your entire home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-flow-arrow\"\u003e→\u003c\/div\u003e\n\u003c!-- 3. HOME --\u003e\n\u003cdiv class=\"e10-flow-card\"\u003e\n\u003cdiv class=\"e10-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=\"e10-flow-title\"\u003eHOME\u003c\/h4\u003e\n\u003cp class=\"e10-flow-desc\"\u003ePower all your essential appliances and devices with reliable, clean energy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-flow-arrow\"\u003e→\u003c\/div\u003e\n\u003c!-- 4. GRID --\u003e\n\u003cdiv class=\"e10-flow-card\"\u003e\n\u003cdiv class=\"e10-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=\"e10-flow-title\"\u003eGRID\u003c\/h4\u003e\n\u003cp class=\"e10-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=\"e10-flow-arrow\"\u003e→\u003c\/div\u003e\n\u003c!-- 5. ANKER APP（新增） --\u003e\n\u003cdiv class=\"e10-flow-card\"\u003e\n\u003cdiv class=\"e10-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=\"e10-flow-title\"\u003eANKER APP\u003c\/h4\u003e\n\u003cp class=\"e10-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=\"e10-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 \u003c!-- ⑥ SMART APP CONTROL --\u003e \u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-white\"\u003e\n\u003cdiv class=\"e10-container\"\u003e\n\u003cdiv class=\"e10-app-grid\"\u003e\n\u003cdiv class=\"e10-visual\"\u003e\u003cvideo controls=\"controls\" height=\"248\" width=\"495\"\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=\"e10-info\"\u003e\n\u003cspan class=\"section-label\"\u003eSmart App Control\u003c\/span\u003e\n\u003ch2\u003e\u003cspan\u003eAlways One Step Ahead of the Storm\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\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=\"e10-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 \u003c!-- ⑦ INSTALLATION SCENARIOS --\u003e \u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-light\"\u003e\n\u003cdiv class=\"e10-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=\"e10-scenario-grid\"\u003e\n\u003cdiv class=\"e10-scenario-card\"\u003e\n\u003cdiv class=\"e10-info\"\u003e\n\u003ch4\u003e\u003cimg alt=\"\" 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\"\u003e\u003c\/h4\u003e\n\u003ch4 style=\"padding-left: 40px;\"\u003e131°F \u0026amp; F1 UV Protection\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-scenario-card\"\u003e\n\u003cimg alt=\"\" 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\"\u003e\n\u003cdiv class=\"e10-info\"\u003e\n\u003ch4 style=\"padding-left: 40px;\"\u003e-4°F\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-scenario-card\"\u003e\n\u003cimg alt=\"\" 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\"\u003e\n\u003cdiv class=\"e10-info\"\u003e\n\u003ch4 style=\"padding-left: 40px;\"\u003eNEMA 4 \u0026amp; NEMA 3R\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- ⑧ PRODUCT GALLERY --\u003e \u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-white\"\u003e\n\u003cdiv class=\"e10-container\"\u003e\n\u003cdiv class=\"text-center\"\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-free experience- from setup to daily savings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-gallery-grid\"\u003e\n\u003cdiv class=\"e10-gallery-card\"\u003e\n\u003cimg class=\"e10-card-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/2565_7524b15c-039a-43b3-81c8-769296478205_3840x.png?v=1768877638\"\u003e\n\u003cdiv class=\"e10-info\"\u003e\n\u003ch4\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\u003c\/div\u003e\n\u003cdiv class=\"e10-gallery-card\"\u003e\n\u003cimg class=\"e10-card-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/4_a86f5028-133d-4c8b-a127-2824144b567f_3840x.png?v=1768877639\"\u003e\n\u003cdiv class=\"e10-info\"\u003e\n\u003ch4\u003eInstallation Support\u003c\/h4\u003e\n\u003cp\u003e\u003cspan\u003eMulti-Format Guidance\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\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=\"e10-gallery-card\"\u003e\n\u003cimg class=\"e10-card-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/Group_2121238809_3840x.png?v=1770951214\"\u003e\n\u003cdiv class=\"e10-info\"\u003e\n\u003ch4\u003eWorks With Existing Transfer 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=\"e10-gallery-card\"\u003e\n\u003cimg alt=\"\" class=\"e10-card-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/daily_savings.webp?v=1783942417\"\u003e\n\u003cdiv class=\"e10-info\"\u003e\n\u003ch4\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 it when 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 \u003c!-- ⑩ PRODUCT COMPARISON --\u003e \u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-light\"\u003e\n\u003cdiv class=\"e10-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=\"e10-comparison-wrap\"\u003e\n\u003ctable class=\"e10-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=\"e10-check\"\u003e✓\u003c\/td\u003e\n\u003ctd class=\"e10-cross\"\u003e✗\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNo Fuel Needed\u003c\/td\u003e\n\u003ctd class=\"e10-check\"\u003e✓\u003c\/td\u003e\n\u003ctd class=\"e10-cross\"\u003e✗\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Charging\u003c\/td\u003e\n\u003ctd class=\"e10-check\"\u003e✓\u003c\/td\u003e\n\u003ctd class=\"e10-cross\"\u003e✗\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAutomatic Backup\u003c\/td\u003e\n\u003ctd class=\"e10-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=\"e10-check\"\u003e✓\u003c\/td\u003e\n\u003ctd class=\"e10-cross\"\u003e✗\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSmart App Control\u003c\/td\u003e\n\u003ctd class=\"e10-check\"\u003e✓\u003c\/td\u003e\n\u003ctd class=\"e10-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 \u003c!-- ⑫ WHAT'S INCLUDED --\u003e \u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-lightblue\"\u003e\n\u003cdiv class=\"e10-container\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003cspan class=\"section-label\"\u003eWhat's Included\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eIn the \u003cspan class=\"highlight\"\u003ebox\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-desc centered\"\u003eEverything you need to get started — neatly packed and ready to install.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-included-grid\"\u003e\n\u003cdiv class=\"e10-included-item\"\u003e\n\u003cdiv class=\"icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"e10-info\"\u003e\n\u003ch4\u003e\u003cspan\u003eE10 (Power Module +  Battery) + Power Dock\u003c\/span\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cspan\u003eE10 Power Module\u003c\/span\u003e\u003cbr\u003eFixed Bracket\u003cbr\u003e\u003cspan\u003e120V AC Charging Cable\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e240V Output Cable\u003cbr\u003eB6000 Battery Module\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003ePower Dock\u003cbr\u003eOn-Grid Cable\u003cbr\u003e3x Current Transformer (200A)\u003cbr\u003eMarking Template\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\n\u003c!-- ============================================================ --\u003e \u003c!-- ⑬ TECHNICAL SPECIFICATIONS --\u003e \u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-white\"\u003e\n\u003cdiv class=\"e10-container\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003cspan class=\"section-label\"\u003eTechnical Specifications\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eComponent \u003cspan class=\"highlight\"\u003eSpecifications\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-desc centered\"\u003eThe Anker SOLIX E10 Home Backup System with Power Dock combines three components designed to work together for reliable whole-home backup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-component-specs\"\u003e\n\u003c!-- E10 POWER MODULE --\u003e\n\u003cdiv class=\"e10-component-card\"\u003e\n\u003cdiv class=\"e10-component-header\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"e10-component-label\"\u003ePOWER MODULE\u003c\/span\u003e\n\u003ch3\u003eAnker SOLIX E10 Power Module\u003c\/h3\u003e\n\u003cp\u003eThe core power conversion and backup control unit of the E10 system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cspan class=\"e10-warranty-badge\"\u003e5-Year Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-component-image\" style=\"text-align: start;\"\u003e\u003cimg alt=\"An Anker SOLIX E10 Power Module technical specifications\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/E10_power_module_detail.png?v=1787133869\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B6000 BATTERY MODULE --\u003e\n\u003cdiv class=\"e10-component-card\"\u003e\n\u003cdiv class=\"e10-component-header\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"e10-component-label\"\u003eBATTERY MODULE\u003c\/span\u003e\n\u003ch3\u003eAnker SOLIX B6000 Battery Module\u003c\/h3\u003e\n\u003cp\u003eProvides expandable energy storage for extended whole-home backup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cspan class=\"e10-warranty-badge\"\u003e5-Year Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-component-image\" style=\"text-align: start;\"\u003e\u003cimg alt=\"Anker SOLIX B6000 Battery Module technical specifications\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/B6000_battery._module_detail.png?v=1787133961\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- POWER DOCK --\u003e\n\u003cdiv class=\"e10-component-card\"\u003e\n\u003cdiv class=\"e10-component-header\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"e10-component-label\"\u003eBACKUP INTERFACE\u003c\/span\u003e\n\u003ch3\u003eAnker SOLIX Power Dock\u003c\/h3\u003e\n\u003cp\u003eConnects the E10 system to your home's electrical system for automatic whole-home backup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cspan class=\"e10-component-label\"\u003e\u003cspan class=\"e10-warranty-badge\"\u003e10-Year Warranty\u003c\/span\u003e\u003cbr\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-component-image\" style=\"text-align: start;\"\u003e\u003cimg alt=\"Anker SOLIX Power Dock technical specifications\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/power_dock_detail.png?v=1787134059\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- COMPONENT WARRANTY --\u003e \u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-lightblue\"\u003e\n\u003cdiv class=\"e10-container\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003cspan class=\"section-label\"\u003eWarranty\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eCoverage for \u003cspan class=\"highlight\"\u003eEvery Component\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-desc centered\"\u003eEach component of the Anker SOLIX E10 Home Backup System is covered according to its applicable warranty period.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-warranty-wrap\"\u003e\n\u003ctable class=\"e10-warranty-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eComponent\u003c\/th\u003e\n\u003cth\u003eIncluded in This System\u003c\/th\u003e\n\u003cth\u003eWarranty\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAnker SOLIX E10 Power Module\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e✓ Included\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"e10-warranty-value\"\u003e5 Years\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAnker SOLIX B6000 Battery Module\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e✓ Included\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"e10-warranty-value\"\u003e5 Years\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAnker SOLIX Power Dock\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e✓ Included\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"e10-warranty-value\"\u003e10 Years\u003c\/span\u003e\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\u003c!-- ⑭ FAQ --\u003e \u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-light\"\u003e\n\u003cdiv class=\"e10-container\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003cspan class=\"section-label\"\u003eFAQ\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eCommon \u003cspan class=\"highlight\"\u003equestions\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-faq-list\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eDoes Anker SOLIX Power Dock support long-term outdoor use?\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7 10l5 5 5-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"e10-faq-answer\"\u003eYes. Anker SOLIX Power Dock features a NEMA 3R protection rating, making it suitable for extended outdoor use.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eDoes Anker SOLlX Power Dock or Anker SOLlX E10 feed electricity back to the grid?\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7 10l5 5 5-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"e10-faq-answer\"\u003eNo, neither supports feeding electricity back to the grid.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eDoes Anker SOLlX Smart Inlet Box support long-term outdoor use?\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7 10l5 5 5-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"e10-faq-answer\"\u003eYes, Anker SOLlX Smart Inlet Box features a NEMA 3R protection rating, making it suitable for extended outdoor use.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat warranty does El0 come with?\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7 10l5 5 5-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"e10-faq-answer\"\u003eThe power module and battery module come with a 5-year standard warranty. Smart Inlet Box and Power Dock come with a 10-year standard warranty, while Smart Generator comes with a 3-year standard warranty.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\u003cspan\u003eWhat is the difference between Whole-Home Backup Power and Partial Home Backup Power for Anker SOLlX Power Dock?\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7 10l5 5 5-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"e10-faq-answer\"\u003e\n\u003cstrong\u003eWhole-Home Backup Power: \u003c\/strong\u003eThe home's main circuit breaker is connected to the Anker SOLlX Power Dock, with household loads routed through the Power Dock's smart backup branches or a connected subpanel. This setup delivers backup power for the entire home and is ideal for users with high power requirements.\u003cbr\u003e\u003cstrong\u003ePartial Home Backup Power:\u003c\/strong\u003e Only selected critical loads are connected to the Anker SOllX Power Dock's smart backup branches. During a power outage, the system supplies backup power exclusively to these designated circuits.\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Anker SOLIX","offers":[{"title":"E10 (1×Power Module + 1×Battery) + Power Dock","offer_id":48057229410562,"sku":"G17E1144","price":5799.0,"currency_code":"USD","in_stock":true},{"title":"E10 (1×Power Module + 2×Battery + Power Dock)","offer_id":48057229312258,"sku":"B17E114A","price":7799.0,"currency_code":"USD","in_stock":true},{"title":"2xE10 (Power Module + 2× Battery) + Power Dock","offer_id":48057229345026,"sku":"B17E114D","price":14098.0,"currency_code":"USD","in_stock":true},{"title":"2x E10 (2x Power Module + 2x Bartery + Power Dock)","offer_id":48345215074562,"sku":"B17E1142","price":10098.0,"currency_code":"USD","in_stock":true},{"title":"3x E10 (3x Power Module + 6x Battery + Power Dock)","offer_id":48345215107330,"sku":"B17E114G","price":20397.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/E10kit_power_dock.webp?v=1787047109"},{"product_id":"anker-solix-f3800-plus-portable-power-station-3-840wh-6-000w","title":"Anker SOLIX F3800 Plus Portable Power Station - 3,840Wh | 6,000W","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        .btn-sm {\n            display: inline-block;\n            font-weight: 600;\n            font-size: 13px;\n            padding: 10px 24px;\n            border-radius: 40px;\n            border: none;\n            cursor: pointer;\n            transition: all 0.2s ease;\n            background: #0066ff;\n            color: #fff;\n        }\n        .btn-sm:hover {\n            background: #0052cc;\n            transform: translateY(-1px);\n        }\n        .btn-sm-outline {\n            background: transparent;\n            border: 1.5px solid #d0d8e8;\n            color: #1a1a2e;\n        }\n        .btn-sm-outline:hover {\n            background: #f0f4ff;\n            border-color: #0066ff;\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 40px;\n            background: #ffffff;\n            text-align: center;\n        }\n        .hero-grid {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 40px;\n            max-width: 940px;\n            margin: 0 auto;\n        }\n        .hero-content {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            width: 100%;\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        .hero-content .product-badge .new {\n            background: #0066ff;\n            color: #fff;\n            padding: 2px 10px;\n            border-radius: 20px;\n            font-size: 11px;\n            margin-left: 8px;\n        }\n        .hero-content h1 {\n            font-size: clamp(38px, 6vw, 60px);\n            font-weight: 900;\n            line-height: 1.05;\n            color: #1a1a2e;\n            margin-bottom: 8px;\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 .subtitle {\n            font-size: 19px;\n            color: #5a6a8a;\n            max-width: 660px;\n            margin: 0 auto 12px;\n            line-height: 1.6;\n        }\n        .hero-badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px 16px;\n            margin-bottom: 28px;\n            justify-content: center;\n        }\n        .hero-badges span {\n            background: #eef4ff;\n            padding: 5px 16px;\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-visual {\n            border-radius: 20px;\n            overflow: hidden;\n            background: #eef4ff;\n            width: 100%;\n            max-width: 880px;\n            aspect-ratio: 16 \/ 9;\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        }\n        .hero-visual img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n        }\n\n       \n\n        \/* ────────────── ④ WHOLE-HOME BACKUP ────────────── *\/\n        .home-backup {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\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: 1 \/ 1;\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: 900;\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 ────────────── *\/\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        .flow-card {\n            flex: 0 0 300px;\n            border-radius: 16px;\n            overflow: hidden;\n            background: #1a2230;\n            border: 1px solid rgba(300, 300, 300, 0.08);\n            transition: 0.3s ease;\n            text-align: center;\n        }\n        .flow-card:hover {\n            transform: translateY(-4px);\n            border-color: #0066ff;\n        }\n        .flow-card .flow-image {\n            width: 100%;\n            height: 200px;\n            overflow: hidden;\n            background: #0f1520;\n        }\n        .flow-card .flow-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n        }\n        .flow-card .flow-content {\n            padding: 14px 14px;\n            color: #fff;\n        }\n        .flow-card .flow-title {\n            font-size: 14px;\n            font-weight: 700;\n            color: rgba(255, 255, 255, 0.95);\n            margin-bottom: 2px;\n        }\n        .flow-card .flow-desc {\n            font-size: 11px;\n            color: rgba(255,255,255,0.75);\n            line-height: 1.4;\n        }\n        .flow-arrow {\n            font-size: 24px;\n            color: #ffffff;\n            font-weight: 300;\n            padding: 0 4px;\n        }\n        @media (max-width: 768px) {\n            .flow-grid { flex-direction: column; }\n            .flow-arrow { transform: rotate(90deg); padding: 6px 0; }\n            .flow-card { width: 100%; max-width: 280px; }\n        }\n\n        \/* ────────────── ⑥ RECHARGE OPTIONS ────────────── *\/\n        .recharge-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 24px;\n            margin-top: 48px;\n        }\n        .recharge-card {\n            background: #ffffff;\n            border-radius: 20px;\n            padding: 28px 24px;\n            border: 1px solid #eef2fa;\n            text-align: center;\n            transition: 0.3s ease;\n        }\n        .recharge-card:hover {\n            border-color: #0066ff;\n            transform: translateY(-4px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.06);\n        }\n        .recharge-card .icon {\n            font-size: 36px;\n            margin-bottom: 12px;\n        }\n        .recharge-card h4 {\n            font-size: 18px;\n            font-weight: 700;\n            color: #1a1a2e;\n            margin-bottom: 4px;\n        }\n        .recharge-card .power {\n            font-size: 24px;\n            font-weight: 800;\n            color: #0066ff;\n        }\n        .recharge-card p {\n            color: #5a6a8a;\n            font-size: 14px;\n            margin-top: 4px;\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 \/* ────────────── ⑦ INSTALLATION SCENARIOS ────────────── *\/\n        .scenario-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 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        \/* ────────────── ⑧ EV \u0026 RV READY ────────────── *\/\n        .ev-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 50px;\n            align-items: center;\n        }\n        .ev-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        .ev-grid .visual img {\n            width: 100%;\n            border-radius: 16px;\n        }\n        .ev-grid .info h2 {\n            font-size: clamp(28px, 3.2vw, 38px);\n            font-weight: 800;\n            color: #1a1a2e;\n            margin-bottom: 16px;\n        }\n        .ev-grid .info p {\n            color: #5a6a8a;\n            font-size: 17px;\n            line-height: 1.8;\n            margin-bottom: 16px;\n        }\n        .ev-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 12px;\n        }\n        .ev-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        \/* ────────────── ⑨ COMPARISON TABLE ────────────── *\/\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            min-width: 600px;\n        }\n        .comparison-table th {\n            background: #f8faff;\n            padding: 18px 24px;\n            text-align: left;\n            font-weight: 700;\n            color: #1a1a2e;\n            border-bottom: 2px solid #eef2fa;\n            font-size: 14px;\n        }\n        .comparison-table th:first-child { width: 30%; }\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        .comparison-table .highlight-row td {\n            background: #f0f7ff;\n        }\n        .comparison-table .badge-new {\n            background: #0066ff;\n            color: #fff;\n            font-size: 10px;\n            font-weight: 700;\n            padding: 2px 10px;\n            border-radius: 20px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            display: inline-block;\n        }\n        .comparison-table .upgrade {\n            color: #0066ff;\n            font-weight: 600;\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: 2px 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: 36%;\n        }\n        .spec-table .value {\n            font-weight: 500;\n        }\n\n        \/* ────────────── ⑪ WHAT'S IN THE BOX ────────────── *\/\n        .included-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-top: 48px;\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: 15px;\n            font-weight: 600;\n            color: #1a1a2e;\n        }\n        .included-item .info p {\n            font-size: 13px;\n            color: #5a6a8a;\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        .faq-answer strong {\n            color: #1a1a2e;\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\n        \/* ────────────── RESPONSIVE ────────────── *\/\n        @media (max-width: 1024px) {\n            .cards-grid, .metrics-grid, .recharge-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            .home-backup, .app-grid, .ev-grid {\n                grid-template-columns: 1fr;\n                gap: 40px;\n            }\n            .home-backup .visual, .app-grid .visual, .ev-grid .visual {\n                aspect-ratio: 16 \/ 10;\n            }\n        }\n        @media (max-width: 768px) {\n            .hero-grid {\n                gap: 32px;\n            }\n            .hero-content p {\n                max-width: 100%;\n            }\n            .cards-grid, .metrics-grid, .recharge-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            section {\n                padding: 60px 0;\n            }\n            .cta-section {\n                padding: 40px 24px;\n            }\n            .hero-badges {\n                justify-content: center;\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            .comparison-table {\n                font-size: 13px;\n                min-width: 480px;\n            }\n            .comparison-table th,\n            .comparison-table td {\n                padding: 12px 16px;\n            }\n        }\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\u003ch1\u003eAnker SOLIX F3800 Plus Portable Power Station\u003c\/h1\u003e\n\u003ch2\u003e3840Wh Solar Generator | 6000W Home Battery Backup\u003c\/h2\u003e\n\u003cp\u003eThe Anker SOLIX F3800 Plus Portable Power Station delivers 3,840Wh capacity and 6,000W AC output for reliable whole-home backup, emergency battery backup, RV travel, and off-grid power. Expandable to 53.8kWh with high-speed 3,200W solar charging, it provides dependable backup power whenever you need it.\u003c\/p\u003e\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cspan\u003e6000W AC Output\u003c\/span\u003e \u003cspan\u003e3840Wh Capacity\u003c\/span\u003e \u003cspan\u003e3200W Solar Input\u003c\/span\u003e \u003cspan\u003eExpandable to 53.8kWh\u003c\/span\u003e \u003cspan\u003e120V \/ 240V Output\u003c\/span\u003e \u003cspan\u003e10-Year LFP Battery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-visual\" style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/90_P_KV_1x_1_1-tuya_3840x_4d072ac9-5b97-41e1-adef-121755123994.jpg?v=1783081764\" alt=\"Anker SOLIX F3800 Plus portable power station for home backup\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\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\"\u003eThe F3800 Plus Advantage\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eMore Power. More Ways to \u003cspan class=\"highlight\"\u003eRecharge.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-desc centered\"\u003eThe F3800 Plus builds on the original with upgraded solar input and generator compatibility — making it the most versatile whole-home backup system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scenario-grid\"\u003e\n\u003cdiv style=\"text-align: start;\" class=\"scenario-card\"\u003e\n\u003cimg style=\"margin-right: 10px; margin-bottom: 16px; float: none;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/img_3840x_ef626473-9068-445b-8394-0cb1b4310b0a.jpg?v=1783081951\"\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003eSolar Inpit\u003c\/h4\u003e\n\u003cp\u003eUp To Massive 3200W Solar\u003cbr\u003e2 ×165VDC MPPT Input\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scenario-card\"\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/Group_2121234979_3840x_6ba94213-e8c1-4725-8640-c4efe6bd638e.jpg?v=1783082007\"\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003eRecharge with Generator\u003c\/h4\u003e\n\u003cp\u003e240V\/6000W Bypass\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scenario-card\"\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/A17B1111_scenario_01_US_3840x_00456bc9-6ff9-460e-9b80-b3bd20d892cb.jpg?v=1783081917\"\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003e120V\/240V Dual-Voltage Output\u003c\/h4\u003e\n\u003cp\u003eBuilt-in NEMA L14-30 Port\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scenario-card\"\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/image_12_3840x_c896fdf1-cca3-4beb-b6cc-fe29276207d4.jpg?v=1783081917\"\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003eUP to 53.8kWh\u003c\/h4\u003e\n\u003cp\u003eMax Expandable for Weeks of Power\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!-- ④ WHOLE-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\/0522\/5703\/0332\/files\/Group_1288113982_3838x.jpg?v=1737614085\" alt=\"SOLIX F3800 Plus powering a modern home\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"info\"\u003e\n\u003cspan class=\"section-label\"\u003eWhole-Home Backup\u003c\/span\u003e\n\u003ch2\u003eKeep Your Home Running Without Interruption\u003c\/h2\u003e\n\u003cp\u003eDeliver up to 6,000W of continuous output with native 120V\/240V dual-voltage power, allowing the F3800 Plus to operate multiple essential appliances at the same time during outages.\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 Central 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 Wi-Fi \/ Internet\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 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 EV Charger\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 Microwave\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 Workshop Tools\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 Electric Oven\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!-- ⑤ ENERGY FLOW --\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\"\u003eHow the System Works\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eSmart Energy Flow. \u003cspan class=\"highlight\"\u003eTotal Control.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-desc centered\" style=\"color: #b0c4e8;\"\u003eThe F3800 Plus intelligently manages energy from solar, grid, and generator to power your home — automatically.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flow-grid\"\u003e\n\u003cdiv class=\"flow-card\"\u003e\n\u003cdiv class=\"flow-image\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/5703\/0332\/files\/img_4_-tuya_3840x.jpg?v=1740450510\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flow-content\"\u003e\n\u003cdiv class=\"flow-title\"\u003e☀️ Solar Input\u003c\/div\u003e\n\u003cdiv class=\"flow-desc\"\u003eUp to 3,200W · 2×165V MPPT\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flow-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"flow-card\"\u003e\n\u003cdiv class=\"flow-image\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10003_db510e02-ef69-4094-9e21-7f2df280f9b4.png?v=1783678878\" alt=\"Anker SOLIX F3800 Plus Portable Power Station - 3,840Wh | 6,000W\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flow-content\"\u003e\n\u003cdiv class=\"flow-title\"\u003e🔋 F3800 Plus\u003c\/div\u003e\n\u003cdiv class=\"flow-desc\"\u003e3.84–53.8kWh storage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flow-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"flow-card\"\u003e\n\u003cdiv class=\"flow-image\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/5703\/0332\/files\/Frame_1312316752_1_-tuya_3840x.jpg?v=1740454211\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flow-content\"\u003e\n\u003cdiv class=\"flow-title\"\u003e🏠 Your Home\u003c\/div\u003e\n\u003cdiv class=\"flow-desc\"\u003e6,000–12,000W backup\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flow-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"flow-card\"\u003e\n\u003cdiv class=\"flow-image\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/Group_2121234979_3840x.png?v=1741838307\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flow-content\"\u003e\n\u003cdiv class=\"flow-title\"\u003e🔌 Generator\u003c\/div\u003e\n\u003cdiv class=\"flow-desc\"\u003e6,000W 240V bypass\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"text-center\" style=\"color: #b0c4e8; margin-top: 32px;\"\u003eExcess solar energy is stored during the day and used at night, during peak rates, or when the grid goes down — with generator backup for extended outages.\u003cmeta charset=\"utf-8\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================ --\u003e\u003c!-- ⑥ RECHARGE OPTIONS --\u003e\u003c!-- ============================================================ --\u003e\u003c!-- ============================================================ --\u003e\u003c!-- ⑦ SMART APP CONTROL --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-lightblue\"\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\/0522\/5703\/0332\/files\/img_5_-tuya_3840x.jpg?v=1740454402\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info\"\u003e\n\u003cspan class=\"section-label\"\u003eSmart Control\u003c\/span\u003e\n\u003ch2\u003eManage Your Power. \u003cspan class=\"highlight\"\u003eFrom Anywhere.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eMonitor real-time battery status, track solar generation, customize backup priorities, and control your system remotely with the Anker app — available for iOS and Android.\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 Real-time Monitoring\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 Remote Control\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 Usage Analytics\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 Storm Guard 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 Auto Storm Charging\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 Firmware Updates\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!-- ⑧ EV \u0026 RV READY --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-white\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"ev-grid\"\u003e\n\u003cdiv class=\"visual\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/5703\/0332\/files\/17618566_1-1-tuya_3840x.jpg?v=1737692478\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info\"\u003e\n\u003cspan class=\"section-label\"\u003eEV \u0026amp; RV Ready\u003c\/span\u003e\n\u003ch2\u003ePower Your \u003cspan class=\"highlight\"\u003eJourney.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eThe F3800 Plus comes with a built-in \u003cstrong\u003eNEMA L14-30\u003c\/strong\u003e port and supports TT-30P connections, making it the perfect companion for electric vehicles, RVs, and off-grid adventures.[reference:14]\u003c\/p\u003e\n\u003cdiv class=\"ev-tags\"\u003e\n\u003cspan\u003e🔌 NEMA L14-30\u003c\/span\u003e \u003cspan\u003e🔌 TT-30P\u003c\/span\u003e \u003cspan\u003e⚡ EV Charging\u003c\/span\u003e \u003cspan\u003e🚐 RV Power\u003c\/span\u003e \u003cspan\u003e🔋 Zero Emissions\u003c\/span\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\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003eUpgrade Your Existing F3800 with F3800 Plus — Your Way\u003c\/h3\u003e\n\u003ctable style=\"width: 100.031%;\" width=\"100%\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 33.33%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/Group_2121234976_1_3840x.png?v=1741685238\"\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 33.33%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/Group_1_1_ad5ac2e1-4bb4-4e0f-bd28-274aa8041210_3840x.png?v=1741255588\"\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 33.33%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/Group_2121235018_1_3840x.png?v=1741685238\"\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- ⑨ PRODUCT COMPARISON: F3800 vs F3800 Plus --\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\"\u003eF3800 vs. \u003cspan class=\"highlight\"\u003eF3800 Plus\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-desc centered\"\u003eThe F3800 Plus delivers upgraded solar input and generator compatibility — making it the ultimate whole-home backup solution.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-table-wrap\"\u003e\n\u003ctable style=\"width: 116.543%; height: 992.421px;\" class=\"comparison-table\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"height: 58.8991px;\"\u003e\n\u003cth style=\"width: 29.9538%; height: 58.8991px;\"\u003eFeature\u003c\/th\u003e\n\u003cth style=\"width: 27.8883%; height: 58.8991px;\"\u003eSOLIX F3800\u003c\/th\u003e\n\u003cth style=\"width: 42.0063%; height: 58.8991px;\"\u003eSOLIX F3800 Plus \u003cspan class=\"badge-new\"\u003eNew\u003c\/span\u003e\n\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 55.8523px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 55.8523px;\"\u003eBase Capacity\u003c\/td\u003e\n\u003ctd style=\"width: 27.8883%; height: 55.8523px;\"\u003e3.84 kWh\u003c\/td\u003e\n\u003ctd style=\"width: 42.0063%; height: 55.8523px;\"\u003e3.84 kWh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 77.8977px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 77.8977px;\"\u003eMax Expandable Capacity\u003c\/td\u003e\n\u003ctd style=\"width: 27.8883%; height: 77.8977px;\"\u003e53.8 kWh\u003c\/td\u003e\n\u003ctd style=\"width: 42.0063%; height: 77.8977px;\"\u003e53.8 kWh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 77.8977px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 77.8977px;\"\u003eAC Output (Continuous)\u003c\/td\u003e\n\u003ctd style=\"width: 27.8883%; height: 77.8977px;\"\u003e6,000W\u003c\/td\u003e\n\u003ctd style=\"width: 42.0063%; height: 77.8977px;\"\u003e6,000W (12,000W with 2 units)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 55.3977px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 55.3977px;\"\u003eSurge Output\u003c\/td\u003e\n\u003ctd style=\"width: 27.8883%; height: 55.3977px;\"\u003e9,000W\u003c\/td\u003e\n\u003ctd style=\"width: 42.0063%; height: 55.3977px;\"\u003e9,000W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 55.3977px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 55.3977px;\"\u003eSolar Input (Max)\u003c\/td\u003e\n\u003ctd style=\"width: 27.8883%; height: 55.3977px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eUp to 2,400W\u003c\/td\u003e\n\u003ctd style=\"width: 42.0063%; height: 55.3977px;\" class=\"upgrade\"\u003eUp to 3,200W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 77.8977px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 77.8977px;\"\u003eSolar Input Voltage\u003c\/td\u003e\n\u003ctd style=\"width: 27.8883%; height: 77.8977px;\"\u003e11-60V \u003cmeta charset=\"utf-8\"\u003eMPPT\u003c\/td\u003e\n\u003ctd style=\"width: 42.0063%; height: 77.8977px;\" class=\"upgrade\"\u003e11-165V \u003cmeta charset=\"utf-8\"\u003eDual MPPT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 77.8977px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 77.8977px;\"\u003eGenerator Bypass\u003c\/td\u003e\n\u003ctd style=\"width: 27.8883%; height: 77.8977px;\" class=\"cross\"\u003e✗\u003c\/td\u003e\n\u003ctd style=\"width: 42.0063%; height: 77.8977px;\" class=\"check\"\u003e✓ \u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 77.8977px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 77.8977px;\"\u003eCharge While Discharging\u003c\/td\u003e\n\u003ctd style=\"width: 27.8883%; height: 77.8977px;\" class=\"cross\"\u003e✗\u003c\/td\u003e\n\u003ctd style=\"width: 42.0063%; height: 77.8977px;\" class=\"check\"\u003e✓\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 55.3977px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 55.3977px;\"\u003eEV\/RV Outlets\u003c\/td\u003e\n\u003ctd style=\"width: 27.8883%; height: 55.3977px;\"\u003eNEMA L14-30\u003c\/td\u003e\n\u003ctd style=\"width: 42.0063%; height: 55.3977px;\"\u003eNEMA L14-30, TT-30P\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 77.8977px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 77.8977px;\"\u003eStorm Guard Auto Backup\u003c\/td\u003e\n\u003ctd style=\"width: 27.8883%; height: 77.8977px;\" class=\"check\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"width: 42.0063%; height: 77.8977px;\" class=\"check\"\u003e✓\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 77.8977px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 77.8977px;\"\u003eBest For\u003c\/td\u003e\n\u003ctd style=\"width: 27.8883%; height: 77.8977px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eHome backup \u0026amp; everyday power\u003c\/td\u003e\n\u003ctd style=\"width: 42.0063%; height: 77.8977px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eAdvanced whole-home backup \u0026amp; faster solar charging\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!-- ⑩ TECHNICAL SPECIFICATIONS --\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\"\u003eTechnical Specifications\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eSpecs at a \u003cspan class=\"highlight\"\u003eGlance\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-desc centered\"\u003eBuilt with robust hardware and intelligent software, the F3800 Plus delivers reliable, efficient energy for your household.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-table-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/Anker_solix_F3800_plus_tech_specs.png?v=1783683668\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================ --\u003e\u003c!-- ⑪ WHAT'S IN THE BOX --\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\"\u003eWhat's in the Box\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eIn the \u003cspan class=\"highlight\"\u003eBox\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-desc centered\"\u003eEverything you need to get started — neatly packed and ready to go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"included-grid\"\u003e\n\u003cdiv class=\"included-item\"\u003e\n\u003cdiv class=\"icon\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/A1790112_Product_Image_04_V1_1_3838x.png?v=1741603455\" style=\"float: left;\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003eAnker SOLIX F3800 Plus\u003c\/h4\u003e\n\u003cp\u003ePortable Power Station\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003e\n\u003cdiv class=\"icon\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0517\/6767\/3016\/files\/1_9fae44de-4f0d-41f6-8580-654613a966e1_3840x.png?v=1704272163\" style=\"float: left;\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003eAC Charging Cable\u003c\/h4\u003e\n\u003cp\u003eWall outlet charging\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003e\n\u003cdiv class=\"icon\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/20250312-155614-Photoroom_3840x.png?v=1741766288\" style=\"float: left;\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003eSolar Charging Cable × 2\u003c\/h4\u003e\n\u003cp\u003eFor solar panel connection\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003e\n\u003cdiv class=\"icon\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0517\/6767\/3016\/files\/1_1_f6711133-7ba7-4ee9-a470-049f7b98e77c_3840x.png?v=1704334822\" style=\"float: left;\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003eUser Manual\u003c\/h4\u003e\n\u003cp\u003eSetup \u0026amp; safety guide\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!-- ⑫ FAQ --\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\"\u003eFAQ\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked \u003cspan class=\"highlight\"\u003eQuestions\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat's the difference between F3800 and F3800 Plus?\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7 10l5 5 5-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eThere are two main upgrades: \u003cstrong\u003e1) Solar input\u003c\/strong\u003e increased from 2,400W to 3,200W with dual 165V MPPT inputs, supporting up to eight 400W panels.[reference:30] \u003cstrong\u003e2) 240V generator bypass\u003c\/strong\u003e — the F3800 Plus can charge from a 240V pure sine wave generator while simultaneously powering your home.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eCan the F3800 Plus power my central air conditioner?\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7 10l5 5 5-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. With 6,000W continuous output (12,000W with two units) and 9,000W surge capacity, the F3800 Plus can start and run central AC units, refrigerators, well pumps, and other high-draw appliances.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eHow long does it take to recharge with solar?\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7 10l5 5 5-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eWith the full 3,200W solar input (eight 400W panels in optimal sunlight), the F3800 Plus can fully recharge in \u003cstrong\u003eunder 2 hours\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eCan I use the F3800 Plus with my existing transfer switch?\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7 10l5 5 5-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The F3800 Plus is compatible with most existing \u003cstrong\u003etransfer switches and inlet boxes\u003c\/strong\u003e, making it easy to integrate into your home's electrical system.[reference:34] For the full smart experience, the Anker SOLIX Home Power Panel enables Storm Guard automatic backup before severe weather.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat is Storm Guard and how does it work?\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7 10l5 5 5-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eStorm Guard is a smart feature that monitors severe weather alerts. When the F3800 Plus and Home Power Panel are notified of extreme weather, they \u003cstrong\u003estart charging automatically\u003c\/strong\u003e, so you have plenty of backup energy when the storm arrives.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eIs the F3800 Plus safe for indoor use?\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7 10l5 5 5-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The F3800 Plus uses LiFePO₄ battery chemistry with multiple safety layers, including over-voltage, over-current, and thermal protection. It produces zero emissions, operates silently, and is \u003cstrong\u003eUL 9540\/9540A certified\u003c\/strong\u003e for indoor installation.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat warranty does the F3800 Plus come with?\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7 10l5 5 5-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe F3800 Plus comes with a \u003cstrong\u003e5-year standard warranty\u003c\/strong\u003e covering the power module and battery modules, with EV-grade LFP batteries designed for \u003cstrong\u003e10+ years of lifespan\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================ --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ⑬ FINAL CTA --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-light\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2\u003eReady to Take \u003cspan style=\"color: #5fc3ff;\"\u003eControl?\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eJoin thousands of homeowners who trust Anker SOLIX to keep their homes powered, comfortable, and connected — no matter what.\u003c\/p\u003e\n\u003cdiv class=\"btn-group\"\u003e\n\u003ca href=\"#\" class=\"btn\"\u003eShop F3800 Plus\u003c\/a\u003e \u003ca href=\"#\" class=\"btn btn-outline\"\u003eGet a Free Consultation\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Anker SOLIX","offers":[{"title":"Anker SOLIX F3800 Plus Portable Power Station","offer_id":48329581592834,"sku":"A1790112","price":2399.99,"currency_code":"USD","in_stock":true},{"title":"F3800 Plus + BP3800 Expansion","offer_id":48329581625602,"sku":"BN-F38P-BP38","price":4299.98,"currency_code":"USD","in_stock":true},{"title":"F3800 Plus + PS400 Solar Kit","offer_id":48329581658370,"sku":"BN-F38P-PS4","price":3199.98,"currency_code":"USD","in_stock":true},{"title":"F3800 Plus + BP3800 + 2× PS400 Ultimate Kit","offer_id":48329581691138,"sku":"BN-F38P-FULL","price":5899.96,"currency_code":"USD","in_stock":true},{"title":"F3800 Plus + Smart Generator 5500","offer_id":48329581723906,"sku":"BN-F38P-GEN","price":4498.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/F3800_5year_wanrranty.webp?v=1787283883"},{"product_id":"anker-solix-f3800-protective-cover-water-dust-resistant-power-station-cover","title":"Anker SOLIX F3800 Protective Cover | Water \u0026 Dust Resistant Power Station Cover","description":"\u003ch2 data-section-id=\"156frmu\" data-start=\"982\" data-end=\"1019\" class=\"PDq2pG_selectionAnchorContainer\"\u003eAnker SOLIX F3800 Protective Cover\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp data-start=\"1021\" data-end=\"1350\"\u003eProtect your investment with the \u003cstrong data-start=\"1054\" data-end=\"1092\"\u003eAnker SOLIX F3800 Protective Cover\u003c\/strong\u003e, custom-designed for the Anker SOLIX F3800 Portable Power Station. Built from durable polyester, this premium cover helps shield your power station from dust, light rain, and everyday wear while maintaining convenient access to essential controls and ports.\u003c\/p\u003e\n\u003cp data-start=\"1352\" data-end=\"1529\"\u003eWhether you're using your F3800 for home backup, RV adventures, job sites, or outdoor events, this protective cover keeps your power station clean, protected, and ready for use.\u003c\/p\u003e\n\u003ch3 data-section-id=\"1iz91iu\" data-start=\"1531\" data-end=\"1547\"\u003eKey Features\u003c\/h3\u003e\n\u003cp data-start=\"1549\" data-end=\"1681\"\u003e✔ Custom Fit for Anker SOLIX F3800 \u003cbr\u003eDesigned exclusively for the Anker SOLIX F3800 Portable Power Station for a secure, tailored fit.\u003c\/p\u003e\n\u003cp data-start=\"1683\" data-end=\"1836\"\u003e✔ Water \u0026amp; Dust Resistant\u003cbr\u003eConstructed from durable polyester with IP33-rated protection to help guard against dust and light splashes during everyday use.\u003c\/p\u003e\n\u003cp data-start=\"1838\" data-end=\"1982\"\u003e✔ Easy Access Design\u003cbr\u003eThoughtfully placed access openings and hook-and-loop fasteners allow you to operate your F3800 without removing the cover.\u003c\/p\u003e\n\u003cp data-start=\"1984\" data-end=\"2124\"\u003e✔ Built-in Storage Pockets\u003cbr\u003eConvenient storage compartments keep charging cables, adapters, and small accessories organized and within reach.\u003c\/p\u003e\n\u003cp data-start=\"2126\" data-end=\"2279\"\u003e✔ Durable Outdoor Protection\u003cbr\u003eIdeal for home backup systems, garages, workshops, RV trips, camping, emergency preparedness, and outdoor work environments.\u003c\/p\u003e\n\u003ch3 data-start=\"2126\" data-end=\"2279\"\u003eSpecifications\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli data-start=\"2126\" data-end=\"2279\"\u003eMaterial: Polyester\u003c\/li\u003e\n\u003cli data-start=\"2126\" data-end=\"2279\"\u003eWarranty: 3 Months\u003c\/li\u003e\n\u003cli data-start=\"2126\" data-end=\"2279\"\u003eDust\/Water Resistance Level: IP33 (Open\/Closed)\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48098513191170,"sku":"A17X9011","price":99.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10004.png?v=1783500361"},{"product_id":"anker-solix-ps200-bifacial-portable-solar-panel","title":"Anker SOLIX PS200 Bifacial Portable Solar Panel ｜200W Foldable Solar Charger","description":"\u003csection id=\"aplusFullImage__0\" class=\"w-full relative\"\u003e\n\u003cdiv class=\"relative mx-auto w-full max-w-[1460px]\"\u003e\n\u003cdiv class=\"w-full\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003ch2 data-section-id=\"jvrkiz\" data-start=\"984\" data-end=\"1034\" class=\"PDq2pG_selectionAnchorContainer\"\u003eAnker SOLIX PS200 Bifacial Portable Solar Panel\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp data-start=\"1036\" data-end=\"1333\"\u003eCapture more sunlight and recharge faster with the \u003cstrong data-start=\"1087\" data-end=\"1138\"\u003eAnker SOLIX PS200 Bifacial Portable Solar Panel\u003c\/strong\u003e. Featuring advanced \u003cstrong data-start=\"1159\" data-end=\"1181\"\u003eN-Type solar cells\u003c\/strong\u003e, a \u003cstrong data-start=\"1185\" data-end=\"1215\"\u003edual-sided bifacial design\u003c\/strong\u003e, and \u003cstrong data-start=\"1221\" data-end=\"1252\"\u003e200W high-efficiency output\u003c\/strong\u003e, the PS200 delivers reliable renewable energy wherever your adventure takes you.\u003c\/p\u003e\n\u003cp data-start=\"1335\" data-end=\"1513\"\u003eDesigned for camping, RV travel, emergency backup, and off-grid living, this foldable solar panel is lightweight, durable, and built to perform in demanding outdoor environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w-full\"\u003e\u003ca target=\"_blank\"\u003e\u003cimg class=\"only-in-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/7799\/6484\/files\/AS320_US_PRC_TD01_V1.png?v=1769754284\" alt=\"\"\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"aplusNavCarousel__2\" class=\"w-full relative\"\u003e\n\u003cdiv class=\"relative mx-auto w-full max-w-[1460px]\"\u003e\n\u003cdiv class=\"jsx-3713770057 Aplusnavcarousel_root__VtzIt\"\u003e\n\u003cdiv class=\"slick-slider Aplusnavcarousel_slider__NvJci slick-initialized\" dir=\"ltr\"\u003e\n\u003cdiv class=\"slick-list\"\u003e\n\u003cdiv class=\"slick-track\"\u003e\n\u003cdiv data-index=\"-1\" class=\"slick-slide slick-cloned\" aria-hidden=\"true\" tabindex=\"-1\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"jsx-3713770057 Aplusnavcarousel_sliderCart__wlxcW\" tabindex=\"-1\"\u003e\n\u003ch3\u003eUp to 10% More Energy with Bifacial Technology\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/7799\/6484\/files\/AS320_US_PRC_TD02_V2_2.png?v=1769756642\"\u003e\u003c\/p\u003e\n\u003cp\u003eGenerate power from both the front and rear sides of the panel. The bifacial design captures reflected sunlight from surfaces such as snow, sand, gravel, and concrete, increasing overall energy production.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-index=\"0\" class=\"slick-slide slick-active slick-current\" aria-hidden=\"false\" tabindex=\"-1\"\u003e\n\u003cdiv\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003ch3 class=\"PDq2pG_selectionAnchorContainer\" data-end=\"1846\" data-start=\"1805\" data-section-id=\"w5so0a\"\u003e200W High-Efficiency Solar Charging\u003cspan class=\"PDq2pG_selectionAnchor\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/7799\/6484\/files\/AS320_US_PRC_TD02_V3_1.png?v=1769756640\"\u003e\u003c\/p\u003e\n\u003cp data-end=\"2089\" data-start=\"1848\"\u003eDeliver up to \u003cstrong data-end=\"1870\" data-start=\"1862\"\u003e200W\u003c\/strong\u003e of solar input with advanced \u003cstrong data-end=\"1938\" data-start=\"1900\"\u003eN-Type monocrystalline solar cells\u003c\/strong\u003e offering \u003cstrong data-end=\"1978\" data-start=\"1948\"\u003e25%+ conversion efficiency\u003c\/strong\u003e, helping recharge compatible Anker SOLIX portable power stations faster.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-index=\"1\" class=\"slick-slide\" aria-hidden=\"true\" tabindex=\"-1\"\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-index=\"2\" class=\"slick-slide\" aria-hidden=\"true\" tabindex=\"-1\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eLong-Lasting Surface\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/7799\/6484\/files\/AS320_US_PRC_TD02_V4_1.png?v=1769756641\"\u003e\u003c\/p\u003e\n\u003cp\u003eA wear-resistant exterior helps protect against scratches, dirt, and everyday outdoor use.\u003c\/p\u003e\n\u003ch3 class=\"PDq2pG_selectionAnchorContainer\" data-end=\"2125\" data-start=\"2096\" data-section-id=\"iran2z\"\u003eLightweight \u0026amp; Foldable\u003cspan class=\"PDq2pG_selectionAnchor\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"\" data-end=\"2276\" data-start=\"2127\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/7799\/6484\/files\/AS320_US_PRC_TD02_V1_2.png?v=1769756639\"\u003e\u003c\/p\u003e\n\u003cp class=\"\" data-end=\"2276\" data-start=\"2127\"\u003eNow over \u003cstrong data-end=\"2194\" data-start=\"2136\"\u003e30% lighter than many traditional 200W portable panels\u003c\/strong\u003e, the PS200 folds into a compact size for easy transportation, storage, and setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-index=\"3\" class=\"slick-slide\" aria-hidden=\"true\" tabindex=\"-1\"\u003e\n\u003cdiv\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003ch3 class=\"PDq2pG_selectionAnchorContainer\" data-end=\"2406\" data-start=\"2373\" data-section-id=\"1xhfj3s\"\u003eIP68 Waterproof Protection\u003cspan class=\"PDq2pG_selectionAnchor\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/7799\/6484\/files\/AS320_US_PRC_TD02_V5_1.png?v=1769756640\"\u003e\u003c\/p\u003e\n\u003cp data-end=\"2622\" data-start=\"2408\"\u003eBuilt with a reinforced aluminum frame and rugged outdoor materials, the PS200 is rated \u003cstrong data-end=\"2504\" data-start=\"2496\"\u003eIP68\u003c\/strong\u003e for water and dust resistance, making it suitable for harsh outdoor conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-index=\"8\" class=\"slick-slide slick-cloned\" aria-hidden=\"true\" tabindex=\"-1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"aplusFullImage__1\" class=\"w-full relative\"\u003e\n\u003cdiv class=\"relative mx-auto w-full max-w-[1460px]\"\u003e\n\u003cdiv class=\"w-full\"\u003e\u003ca target=\"_blank\"\u003e\u003cimg class=\"only-in-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/7799\/6484\/files\/AS320_US_PRC_TD03_V1_1.png?v=1769755905\" alt=\"\"\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"aplusFullImage__3\" class=\"w-full relative\"\u003e\n\u003cdiv class=\"relative mx-auto w-full max-w-[1460px]\"\u003e\n\u003cdiv class=\"w-full\"\u003e\u003ca target=\"_blank\"\u003e\u003cimg class=\"only-in-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/7799\/6484\/files\/AS320_US_PRC_TD04_V1_2.png?v=1769757071\" alt=\"\"\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"productSpecs\" class=\"relative\"\u003e\n\u003cdiv class=\"relative mx-auto w-full max-w-base\"\u003e\n\u003cdiv class=\"md:mx-4\"\u003e\n\u003ch2 class=\"mb-10 text-2xl\"\u003eSpecs\u003c\/h2\u003e\n\u003ctable width=\"100%\" style=\"width: 100.031%; height: 58.7855px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 39.1903px;\"\u003e\n\u003ctd style=\"width: 19.7294%; height: 39.1903px; text-align: center;\"\u003e\n\u003cstrong\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003eTotal Power Output\u003c\/strong\u003e\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 19.7294%; height: 39.1903px; text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cstrong\u003ePV Output\u003c\/strong\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 19.7294%; text-align: center; height: 39.1903px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cstrong\u003eDimensions (Unfolded)\u003c\/strong\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 19.7294%; height: 39.1903px; text-align: center;\"\u003e\u003cstrong\u003e \u003cmeta charset=\"utf-8\"\u003eDimensions (Folded)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 19.5501%; text-align: center; height: 39.1903px;\"\u003e\u003cstrong\u003e\u003cmeta charset=\"utf-8\"\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5952px;\"\u003e\n\u003ctd style=\"width: 19.7294%; text-align: center; height: 19.5952px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e200W\u003c\/td\u003e\n\u003ctd style=\"width: 19.7294%; height: 19.5952px; text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e48V=4.16A\u003c\/td\u003e\n\u003ctd style=\"width: 19.7294%; height: 19.5952px; text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e54.2×31.2×0.7in\u003c\/td\u003e\n\u003ctd style=\"width: 19.7294%; height: 19.5952px; text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e27.0×31.2×1.8in\u003c\/td\u003e\n\u003ctd style=\"width: 19.5501%; height: 19.5952px; text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003e10.6 lb\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"flex flex-wrap\"\u003e\n\u003cdiv class=\"mb-[40px] w-[290px] md:w-fit md:min-w-[50%] md:pr-[20px]\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"mb-[40px] w-[290px] md:w-fit md:min-w-[50%] md:pr-[20px]\"\u003e\n\u003ch3 class=\"Manuals_subTextSmall__KBOX4\"\u003eIn the Box\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003ePS200 Bifacial Portable Solar Panel\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e2× 8.2 ft (2.5 m) solar charging cable\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e1.6 ft (0.5 m) XT-60i solar charging cable\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e \u003c\/span\u003e\u003cspan\u003eQuick start guide\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e Safety card\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"Manuals_subTextSmall__KBOX4\"\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\u003cdiv style=\"top: 956.99px; left: 15.9957px; display: none;\" class=\"simg-pop-btn\"\u003e\u003csvg data-testid=\"ImageSearchIcon\" viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48098514403586,"sku":"AS320111","price":399.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10001_c802143e-ec9e-4a39-b0c5-c53dc07a3c6b.png?v=1783510576"},{"product_id":"anker-solix-ps400-bifacial-portable-solar-panel","title":"Anker SOLIX PS400 Bifacial Portable Solar Panel | 400W Foldable Solar Charger","description":"\u003csection id=\"aplusFullImage__0\" class=\"w-full relative\"\u003e\n\u003cdiv class=\"relative mx-auto w-full max-w-[1460px]\"\u003e\n\u003cdiv class=\"w-full\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003ch2 data-section-id=\"jvrkiz\" data-start=\"984\" data-end=\"1034\" class=\"PDq2pG_selectionAnchorContainer\"\u003eAnker SOLIX PS400 Bifacial Portable Solar Panel\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp data-start=\"1172\" data-end=\"1505\" class=\"PDq2pG_selectionAnchorContainer\"\u003eHarness more sunlight and recharge faster with the \u003cstrong data-start=\"1223\" data-end=\"1274\"\u003eAnker SOLIX PS400 Bifacial Portable Solar Panel\u003c\/strong\u003e. Delivering up to \u003cstrong data-start=\"1293\" data-end=\"1316\"\u003e400W of solar power\u003c\/strong\u003e, this premium foldable panel combines \u003cstrong data-start=\"1355\" data-end=\"1386\"\u003eadvanced N-Type solar cells\u003c\/strong\u003e, \u003cstrong data-start=\"1388\" data-end=\"1422\"\u003edual-sided bifacial technology\u003c\/strong\u003e, and \u003cstrong data-start=\"1428\" data-end=\"1458\"\u003e25%+ conversion efficiency\u003c\/strong\u003e to maximize energy production wherever you go.\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-start=\"1507\" data-end=\"1729\"\u003eDesigned for portable power stations, RV travel, camping, home backup, and off-grid living, the PS400 offers reliable, high-performance solar charging in a rugged, travel-ready design.\u003c\/p\u003e\n\u003ch3 data-section-id=\"1imfh2i\" data-start=\"1753\" data-end=\"1790\" class=\"PDq2pG_selectionAnchorContainer\"\u003e400W High-Power Solar Charging\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w-full\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/7799\/6484\/files\/AS340_PRC_TD01_V1.png?v=1770890547\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w-full\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eGenerate up to \u003cstrong data-start=\"1807\" data-end=\"1815\"\u003e400W\u003c\/strong\u003e of clean solar energy to quickly recharge compatible Anker SOLIX portable power stations. High-output performance makes it ideal for larger energy storage systems and extended off-grid use.\u003c\/div\u003e\n\u003cdiv class=\"w-full\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"aplusNavCarousel__2\" class=\"w-full relative\"\u003e\n\u003cdiv class=\"relative mx-auto w-full max-w-[1460px]\"\u003e\n\u003cdiv class=\"jsx-3713770057 Aplusnavcarousel_root__VtzIt\"\u003e\n\u003cdiv class=\"slick-slider Aplusnavcarousel_slider__NvJci slick-initialized\" dir=\"ltr\"\u003e\n\u003cdiv class=\"slick-list\"\u003e\n\u003cdiv class=\"slick-track\"\u003e\n\u003cdiv data-index=\"-1\" class=\"slick-slide slick-cloned\" aria-hidden=\"true\" tabindex=\"-1\"\u003e\n\u003cdiv class=\"jsx-3713770057 Aplusnavcarousel_sliderCart__wlxcW\" tabindex=\"-1\"\u003e\n\u003ch3\u003eUp to 10% More Energy with Bifacial Technology\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/7799\/6484\/files\/AS340_PRC_TD02_V02.png?v=1770890991\"\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003cp\u003eCapture sunlight from both the front and rear surfaces. The bifacial design utilizes reflected light from snow, sand, concrete, and other bright surfaces to increase overall energy generation by up to 10%.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-index=\"0\" class=\"slick-slide slick-active slick-current\" aria-hidden=\"false\" tabindex=\"-1\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003ch3 class=\"PDq2pG_selectionAnchorContainer\" data-end=\"1846\" data-start=\"1805\" data-section-id=\"w5so0a\"\u003e25%+ Conversion Efficiency\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/7799\/6484\/files\/AS340_PRC_TD02_V03.png?v=1770890993\"\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003cp data-end=\"2089\" data-start=\"1848\"\u003eBuilt with next-generation N-Type monocrystalline solar cells, the PS400 minimizes power loss while maintaining excellent performance in high temperatures and challenging outdoor conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-index=\"1\" class=\"slick-slide\" aria-hidden=\"true\" tabindex=\"-1\"\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-index=\"2\" class=\"slick-slide\" aria-hidden=\"true\" tabindex=\"-1\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003eDurable Design, Built for Long-Lasting Outdoor Performance\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/7799\/6484\/files\/AS340_PRC_TD02_V04.png?v=1770890993\"\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003cp\u003eA wear-resistant exterior helps protect against scratches, dirt, and everyday outdoor use.\u003c\/p\u003e\n\u003ch3 class=\"PDq2pG_selectionAnchorContainer\" data-end=\"2125\" data-start=\"2096\" data-section-id=\"iran2z\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eUp to 50% lighter\u003c\/h3\u003e\n\u003cp class=\"\" data-end=\"2276\" data-start=\"2127\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/7799\/6484\/files\/AS320_US_PRC_TD02_V1_2.png?v=1769756639\"\u003e\u003c\/p\u003e\n\u003cp class=\"\" data-end=\"2276\" data-start=\"2127\"\u003e\u003cmeta charset=\"utf-8\"\u003eAt under 22 lb., it's up to 50% lighter than typical 400W solar panels, making it easier to carry, deploy, and store for every adventure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv data-index=\"3\" class=\"slick-slide\" aria-hidden=\"true\" tabindex=\"-1\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003ch3 class=\"PDq2pG_selectionAnchorContainer\" data-end=\"2406\" data-start=\"2373\" data-section-id=\"1xhfj3s\"\u003eIP68 Waterproof Protection\u003cspan class=\"PDq2pG_selectionAnchor\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/7799\/6484\/files\/AS340_PRC_TD02_V05.png?v=1770890993\"\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003cp data-end=\"2622\" data-start=\"2408\"\u003eWith an IP68-rated design, the PS400 is built to withstand rain, dust, and demanding outdoor environments, giving you dependable performance wherever your adventures take you.\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/7799\/6484\/files\/AS340_PRC_TD03_V1.png?v=1770891523\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"aplusFullImage__3\" class=\"w-full relative\"\u003e\n\u003cdiv class=\"relative mx-auto w-full max-w-[1460px]\"\u003e\n\u003cdiv class=\"w-full\"\u003e\u003ca target=\"_blank\"\u003e\u003cimg class=\"only-in-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0703\/7799\/6484\/files\/AS320_US_PRC_TD04_V1_2.png?v=1769757071\" alt=\"\"\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"productSpecs\" class=\"relative\"\u003e\n\u003cdiv class=\"relative mx-auto w-full max-w-base\"\u003e\n\u003cdiv class=\"md:mx-4\"\u003e\n\u003ch2 class=\"mb-10 text-2xl\"\u003eSpecs\u003c\/h2\u003e\n\u003ctable width=\"100%\" style=\"width: 100.031%; height: 73.3806px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 39.1903px;\"\u003e\n\u003ctd style=\"width: 19.7294%; height: 39.1903px; text-align: center;\"\u003e\n\u003cstrong\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003eTotal Power Output\u003c\/strong\u003e\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 19.7294%; height: 39.1903px; text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cstrong\u003ePV Output\u003c\/strong\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 19.7294%; text-align: center; height: 39.1903px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cstrong\u003eDimensions (Unfolded)\u003c\/strong\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 19.7294%; height: 39.1903px; text-align: center;\"\u003e\u003cstrong\u003e \u003cmeta charset=\"utf-8\"\u003eDimensions (Folded)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 19.5501%; text-align: center; height: 39.1903px;\"\u003e\u003cstrong\u003e\u003cmeta charset=\"utf-8\"\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 34.1903px;\"\u003e\n\u003ctd style=\"width: 19.7294%; text-align: center; height: 34.1903px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003e400W\u003c\/span\u003e\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 19.7294%; height: 34.1903px; text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003e48V=8.33A\u003c\/span\u003e\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 19.7294%; height: 34.1903px; text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003e90.2×38.7×0.7 in\u003c\/span\u003e\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 19.7294%; height: 34.1903px; text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003e22.3×38.7×3.2 in\u003c\/span\u003e\u003cbr\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 19.5501%; height: 34.1903px; text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003e21.9 lb\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"flex flex-wrap\"\u003e\n\u003cdiv class=\"mb-[40px] w-[290px] md:w-fit md:min-w-[50%] md:pr-[20px]\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"mb-[40px] w-[290px] md:w-fit md:min-w-[50%] md:pr-[20px]\"\u003e\n\u003cdiv class=\"ProductInfoRight_paddingBox__4dMvA\"\u003e\n\u003cdiv class=\"ProductTag_root__7eVbT smallBProductZindex\"\u003e\n\u003ch3 class=\"Text_body__snVk8 ProductTag_descText__YrSMi\"\u003e\u003cspan\u003e\u003cstrong\u003e In the Box\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli class=\"Text_body__snVk8 ProductTag_descText__YrSMi\"\u003e\n\u003cspan\u003e\u003c\/span\u003ePS400 Bifacial Portable Solar Panel\u003c\/li\u003e\n\u003cli class=\"Text_body__snVk8 ProductTag_descText__YrSMi\"\u003e2× 8.2 ft (2.5 m) solar charging cable\u003c\/li\u003e\n\u003cli class=\"Text_body__snVk8 ProductTag_descText__YrSMi\"\u003e1.6 ft (0.5 m) XT-60i solar charging cable\u003c\/li\u003e\n\u003cli class=\"Text_body__snVk8 ProductTag_descText__YrSMi\"\u003eQuick start guide\u003c\/li\u003e\n\u003cli class=\"Text_body__snVk8 ProductTag_descText__YrSMi\"\u003eSafety card\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ProductInfoRight_paddingBox__4dMvA\"\u003e\n\u003cdiv class=\"ProductInfoRight_quantityBox__ionMJ ProductInfoRight_infoSection__i2WN2\"\u003e\n\u003cdiv class=\"w-full\"\u003e\n\u003cdiv class=\"undefined flex items-center justify-between gap-[20px] l:gap-[8px]\"\u003e\n\u003cp class=\"Text_body__snVk8 text-[20px] font-[700] text-[#1d1d1f] l:text-[18px]\"\u003e \u003c\/p\u003e\n\u003cdiv class=\"ProductQuantity_quantityBox__LK71r\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv style=\"top: 956.99px; left: 15.9957px; display: none;\" class=\"simg-pop-btn\"\u003e\u003csvg data-testid=\"ImageSearchIcon\" viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48100258218242,"sku":"AS340111","price":599.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10007_ee14b8f8-a937-47fd-8299-ccba74c3ae9e.png?v=1783585100"},{"product_id":"anker-solix-ps400-portable-solar-panel","title":"Anker SOLIX PS400 Portable Solar Panel (400W)","description":"\u003csection id=\"aplusFullImage__0\" class=\"w-full relative\"\u003e\n\u003cdiv class=\"relative mx-auto w-full max-w-[1460px]\"\u003e\n\u003cdiv class=\"w-full\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003ch2 data-section-id=\"jvrkiz\" data-start=\"984\" data-end=\"1034\" class=\"PDq2pG_selectionAnchorContainer\"\u003eAnker SOLIX PS400 Portable Solar Panel\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"aplusFullImage__3\" class=\"w-full relative\"\u003e\n\u003cdiv class=\"relative mx-auto w-full max-w-[1460px]\"\u003e\n\u003cdiv class=\"w-full\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/24371A1_PRC_TD01_V1_c4409c2e-b421-46bb-a3d2-86fed595906b.jpg?v=1716792726\u0026amp;alt=Anker+SOLIX+PS400+with+portable+solar+panel+for+home+power\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w-full\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003ch3 class=\"PDq2pG_selectionAnchorContainer\" data-end=\"260\" data-start=\"226\" data-section-id=\"1pubbhh\"\u003e400W High-Power Solar Charging\u003cspan class=\"PDq2pG_selectionAnchor\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/24371A1_PRC_TD03_V1.jpg?v=1716792414\u0026amp;alt=Anker+SOLIX+solar+panel+with+23%25+sunlight+conversionevent%3A+ping+efficiency\"\u003e\u003c\/p\u003e\n\u003cp data-end=\"582\" data-start=\"262\"\u003eCapture more sunlight and convert it into usable energy with the \u003cstrong data-end=\"369\" data-start=\"327\"\u003eAnker SOLIX PS400 Portable Solar Panel\u003c\/strong\u003e. Delivering up to \u003cstrong data-end=\"408\" data-start=\"388\"\u003e400W solar input\u003c\/strong\u003e, it provides fast and efficient charging for compatible portable power stations, helping you stay powered during camping trips, RV adventures, outdoor work, and emergencies.\u003c\/p\u003e\n\u003ch2 class=\"PDq2pG_selectionAnchorContainer\" data-end=\"805\" data-start=\"777\" data-section-id=\"ex5s0v\"\u003eAdjustable Solar Angle\u003cspan class=\"PDq2pG_selectionAnchor\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch3 data-end=\"854\" data-start=\"807\" data-section-id=\"1u29x0t\"\u003eFind the Perfect Angle for Maximum Sunlight\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/24371A1_PRC_TD02_V1.jpg?v=1716792465\u0026amp;alt=Anker+SOLIX+solar+panel+with+four+adjustable+angles\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"productSpecs\" class=\"relative\"\u003e\n\u003cdiv class=\"relative mx-auto w-full max-w-base\"\u003e\n\u003cdiv class=\"md:mx-4\"\u003e\n\u003ch2 class=\"PDq2pG_selectionAnchorContainer\" data-end=\"1199\" data-start=\"1179\" data-section-id=\"1oehi8y\"\u003eDurable Design\u003cspan class=\"PDq2pG_selectionAnchor\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch3 data-end=\"1247\" data-start=\"1201\" data-section-id=\"1nzsgc6\"\u003eBuilt for Long-Lasting Outdoor Performance\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/24371A1_PRC_TD05_V1.jpg?v=1716792501\u0026amp;alt=Anker+SOLIX+solar+panel+with+durable+fluorine+for+EN\"\u003e\u003c\/p\u003e\n\u003cp data-end=\"1395\" data-start=\"1249\"\u003eEngineered for repeated outdoor use, the PS400 features a rugged construction designed to withstand daily adventures and long-term transportation.\u003c\/p\u003e\n\u003ch2 class=\"PDq2pG_selectionAnchorContainer\" data-end=\"1711\" data-start=\"1689\" data-section-id=\"17kpfjt\"\u003eWaterproof Build\u003cspan class=\"PDq2pG_selectionAnchor\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch3 data-end=\"1745\" data-start=\"1713\" data-section-id=\"l2lzim\"\u003eReady for Outdoor Conditions\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/24371A1_PRC_TD04_V1.jpg?v=1716792547\u0026amp;alt=Anker+SOLIX+waterproof+solar+panel+with+dustproof+design+outdoors\"\u003e\u003c\/p\u003e\n\u003cp data-end=\"1909\" data-start=\"1747\"\u003eDesigned to handle changing weather conditions, the PS400 features a water-resistant construction that helps protect against rain, moisture, and outdoor elements.\u003c\/p\u003e\n\u003ch3 data-end=\"1909\" data-start=\"1747\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eCompatible with SOLIX Power Stations\u003c\/h3\u003e\n\u003cp data-end=\"1909\" data-start=\"1747\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/24371A1_PRC_TD07_V1.jpg?v=1716792594\u0026amp;alt=Anker+SOLIX+solar+panel+with+portable+generator+for+home+energy\"\u003e\u003c\/p\u003e\n\u003cp data-end=\"1909\" data-start=\"1747\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/24371A1_PRC_TD08_V1.png?v=1716792628\u0026amp;alt=Anker+SOLIX+solar+generator+setup+with+MC4+and+XT-60+cable+connections\"\u003e\u003c\/p\u003e\n\u003ch2 class=\"mb-10 text-2xl\"\u003eSpecs\u003c\/h2\u003e\n\u003ctable width=\"100%\" style=\"width: 100.031%; height: 78.3735px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 39.1903px;\"\u003e\n\u003ctd style=\"width: 24.7515%; height: 39.1903px; text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cstrong\u003eMaximum Output：\u003c\/strong\u003e400W\u003c\/td\u003e\n\u003ctd style=\"width: 24.7515%; height: 39.1903px; text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp class=\"Manuals_textSmall__Gu4Xc\"\u003e\u003cstrong\u003eOperating Voltage：\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"Manuals_subTextSmall__KBOX4\"\u003e48V\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 24.7515%; text-align: center; height: 39.1903px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp class=\"Manuals_textSmall__Gu4Xc\"\u003e\u003cstrong\u003eOperating Current\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"Manuals_subTextSmall__KBOX4\"\u003e8.33A\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 24.7515%; height: 39.1903px; text-align: center;\"\u003e\n\u003cp class=\"Manuals_textSmall__Gu4Xc\"\u003e\u003cstrong\u003eDimensions (Folded)\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"Manuals_subTextSmall__KBOX4\"\u003e39 × 26.6 × 2 in\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 39.1832px;\"\u003e\n\u003ctd style=\"width: 24.7515%; text-align: center; height: 39.1832px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp class=\"Manuals_textSmall__Gu4Xc\"\u003e\u003cstrong\u003eOpen Circuit Voltage\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"Manuals_subTextSmall__KBOX4\"\u003e57.6V\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 24.7515%; height: 39.1832px; text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cdiv class=\"mb-[40px] w-[290px] md:w-fit md:min-w-[50%] md:pr-[20px]\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mb-[40px] w-[290px] md:w-fit md:min-w-[50%] md:pr-[20px]\"\u003e\n\u003cp class=\"Manuals_textSmall__Gu4Xc\"\u003e\u003cstrong\u003eDimensions (Unfolded)\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"Manuals_subTextSmall__KBOX4\"\u003e100 × 39 × 1.2 in\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 24.7515%; height: 39.1832px; text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp class=\"Manuals_textSmall__Gu4Xc\"\u003e\u003cstrong\u003eNet Weight\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"Manuals_subTextSmall__KBOX4\"\u003e35.3 lb\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 24.7515%; height: 39.1832px; text-align: center;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"flex flex-wrap\"\u003e\n\u003cdiv class=\"mb-[40px] w-[290px] md:w-fit md:min-w-[50%] md:pr-[20px]\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"mb-[40px] w-[290px] md:w-fit md:min-w-[50%] md:pr-[20px]\"\u003e\n\u003cdiv class=\"ProductInfoRight_paddingBox__4dMvA\"\u003e\n\u003cdiv class=\"ProductTag_root__7eVbT smallBProductZindex\"\u003e\n\u003ch3 class=\"Text_body__snVk8 ProductTag_descText__YrSMi\"\u003e\u003cspan\u003e\u003cstrong\u003e In the Box\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli class=\"Text_body__snVk8 ProductTag_descText__YrSMi\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003eAnker SOLIX PS400 Solar Panel\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"Text_body__snVk8 ProductTag_descText__YrSMi\"\u003e\u003cspan\u003e2x 9.8ft(3m) MC4 solar charging cable\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"Text_body__snVk8 ProductTag_descText__YrSMi\"\u003e\u003cspan\u003e1.6 ft (0.5 m) MC4 to XT-60 solar charging cable \u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"Text_body__snVk8 ProductTag_descText__YrSMi\"\u003e\n\u003cspan\u003eSafety manual.\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ProductInfoRight_paddingBox__4dMvA\"\u003e\n\u003cdiv class=\"ProductInfoRight_quantityBox__ionMJ ProductInfoRight_infoSection__i2WN2\"\u003e\n\u003cdiv class=\"w-full\"\u003e\n\u003cdiv class=\"undefined flex items-center justify-between gap-[20px] l:gap-[8px]\"\u003e\n\u003cp class=\"Text_body__snVk8 text-[20px] font-[700] text-[#1d1d1f] l:text-[18px]\"\u003e \u003c\/p\u003e\n\u003cdiv class=\"ProductQuantity_quantityBox__LK71r\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv style=\"top: 956.99px; left: 15.9957px; display: none;\" class=\"simg-pop-btn\"\u003e\u003csvg data-testid=\"ImageSearchIcon\" viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48101227266306,"sku":"A24371A1","price":599.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10006_7541303e-aabe-471b-a5b2-6a81eb529054.png?v=1783589844"},{"product_id":"anker-solix-ps200-portable-solar-panel-200w","title":"Anker SOLIX PS200 Portable Solar Panel (200W)","description":"\u003csection id=\"aplusFullImage__0\" class=\"w-full relative\"\u003e\n\u003cdiv class=\"relative mx-auto w-full max-w-[1460px]\"\u003e\n\u003cdiv class=\"w-full\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003ch2 data-section-id=\"jvrkiz\" data-start=\"984\" data-end=\"1034\" class=\"PDq2pG_selectionAnchorContainer\"\u003eAnker SOLIX PS200 Portable Solar Panel\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"aplusFullImage__3\" class=\"w-full relative\"\u003e\n\u003cdiv class=\"relative mx-auto w-full max-w-[1460px]\"\u003e\n\u003cdiv class=\"w-full\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/24361A1_PRC_TD01_V1.jpg?v=1716793919\u0026amp;alt=Anker+SOLIX+PS200+with+portable+solar+panel+on+grass\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"w-full\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003ch3 class=\"PDq2pG_selectionAnchorContainer\" data-end=\"260\" data-start=\"226\" data-section-id=\"1pubbhh\"\u003e1.5X Higher Energy Conversion Efficiency\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eMonocrystalline solar cells and a powerful sunlight-trapping surface provide a conversion efficiency rate up to 23%.\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/24371A1_PRC_TD03_V1.jpg?v=1716792414\u0026amp;alt=Anker+SOLIX+solar+panel+with+23%25+sunlight+conversionevent%3A+ping+efficiency\"\u003e\u003c\/p\u003e\n\u003ch2 class=\"PDq2pG_selectionAnchorContainer\" data-end=\"805\" data-start=\"777\" data-section-id=\"ex5s0v\"\u003eAdjustable Solar Angle\u003cspan class=\"PDq2pG_selectionAnchor\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch3 data-end=\"854\" data-start=\"807\" data-section-id=\"1u29x0t\"\u003eFind the Perfect Angle for Maximum Sunlight\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/24371A1_PRC_TD02_V1.jpg?v=1716792465\u0026amp;alt=Anker+SOLIX+solar+panel+with+four+adjustable+angles\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"productSpecs\" class=\"relative\"\u003e\n\u003cdiv class=\"relative mx-auto w-full max-w-base\"\u003e\n\u003cdiv class=\"md:mx-4\"\u003e\n\u003ch2 class=\"PDq2pG_selectionAnchorContainer\" data-end=\"1199\" data-start=\"1179\" data-section-id=\"1oehi8y\"\u003eDurable Design\u003cspan class=\"PDq2pG_selectionAnchor\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch3 data-end=\"1247\" data-start=\"1201\" data-section-id=\"1nzsgc6\"\u003eBuilt for Long-Lasting Outdoor Performance\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eEngineered for repeated outdoor use, the PS400 features a rugged construction designed to withstand daily adventures and long-term transportation.\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/24371A1_PRC_TD05_V1.jpg?v=1716792501\u0026amp;alt=Anker+SOLIX+solar+panel+with+durable+fluorine+for+EN\"\u003e\u003c\/p\u003e\n\u003ch2 class=\"PDq2pG_selectionAnchorContainer\" data-end=\"1711\" data-start=\"1689\" data-section-id=\"17kpfjt\"\u003eWaterproof Build\u003cspan class=\"PDq2pG_selectionAnchor\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch3 data-end=\"1745\" data-start=\"1713\" data-section-id=\"l2lzim\"\u003eReady for Outdoor Conditions\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eDesigned to handle changing weather conditions, the PS400 features a water-resistant construction that helps protect against rain, moisture, and outdoor elements.\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/24371A1_PRC_TD04_V1.jpg?v=1716792547\u0026amp;alt=Anker+SOLIX+waterproof+solar+panel+with+dustproof+design+outdoors\"\u003e\u003c\/p\u003e\n\u003ch3 class=\"AplusBgImage_subtitle__1F4Zi\"\u003e200W Solar Input Power\u003c\/h3\u003e\n\u003cdiv class=\"AplusBgImage_description__L4CiO\"\u003e\n\u003cdiv class=\"a-section a-spacing-none premium-intro-paragraph\"\u003e\n\u003cp class=\"aplus-p2 aplus-module-2-description\"\u003eHarness the power of the sun with the 200W solar panel and charge your essential appliances, such as a mini fridge or lamp, when you're off the grid.\u003c\/p\u003e\n\u003cp class=\"aplus-p2 aplus-module-2-description\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/2a65c091-c1b8-4447-bd18-f2f9965bcd80.jpg?alt=Anker+SOLIX+portable+power+station+with+solar+panel+for+camping\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp data-end=\"1909\" data-start=\"1747\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/24371A1_PRC_TD08_V1.png?v=1716792628\u0026amp;alt=Anker+SOLIX+solar+generator+setup+with+MC4+and+XT-60+cable+connections\"\u003e\u003c\/p\u003e\n\u003ch2 class=\"mb-10 text-2xl\"\u003eSpecs\u003c\/h2\u003e\n\u003ctable width=\"100%\" style=\"width: 100.031%; height: 78.3735px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 39.1903px;\"\u003e\n\u003ctd style=\"width: 24.7515%; height: 39.1903px; text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cstrong\u003eMaximum Output：\u003c\/strong\u003e200W\u003c\/td\u003e\n\u003ctd style=\"width: 24.7515%; height: 39.1903px; text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e\n\u003cp class=\"Manuals_textSmall__Gu4Xc\"\u003e\u003cstrong\u003eOperating Voltage：\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"Manuals_subTextSmall__KBOX4\"\u003e48V\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 24.7515%; text-align: center; height: 39.1903px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e\n\u003cp class=\"Manuals_textSmall__Gu4Xc\"\u003e\u003cstrong\u003eOperating Current\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"Manuals_subTextSmall__KBOX4\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003e4.16A\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 24.7515%; height: 39.1903px; text-align: center;\"\u003e\n\u003cp class=\"Manuals_textSmall__Gu4Xc\"\u003e\u003cstrong\u003eDimensions (Folded)\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"Manuals_subTextSmall__KBOX4\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003e21.9 × 23.9 × 2 in\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 39.1832px;\"\u003e\n\u003ctd style=\"width: 24.7515%; text-align: center; height: 39.1832px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp class=\"Manuals_textSmall__Gu4Xc\"\u003e\u003cstrong\u003eOpen Circuit Voltage\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"Manuals_subTextSmall__KBOX4\"\u003e57.6V\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 24.7515%; height: 39.1832px; text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e\n\u003cdiv class=\"mb-[40px] w-[290px] md:w-fit md:min-w-[50%] md:pr-[20px]\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"mb-[40px] w-[290px] md:w-fit md:min-w-[50%] md:pr-[20px]\"\u003e\n\u003cp class=\"Manuals_textSmall__Gu4Xc\"\u003e\u003cstrong\u003eDimensions (Unfolded)\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"Manuals_subTextSmall__KBOX4\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003e82 × 23.9 × 1.1 in\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 24.7515%; height: 39.1832px; text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e\n\u003cp class=\"Manuals_textSmall__Gu4Xc\"\u003e\u003cstrong\u003eNet Weight\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"Manuals_subTextSmall__KBOX4\"\u003e16.3 lb\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 24.7515%; height: 39.1832px; text-align: center;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"flex flex-wrap\"\u003e\n\u003cdiv class=\"mb-[40px] w-[290px] md:w-fit md:min-w-[50%] md:pr-[20px]\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"mb-[40px] w-[290px] md:w-fit md:min-w-[50%] md:pr-[20px]\"\u003e\n\u003cdiv class=\"ProductInfoRight_paddingBox__4dMvA\"\u003e\n\u003cdiv class=\"ProductTag_root__7eVbT smallBProductZindex\"\u003e\n\u003ch3 class=\"Text_body__snVk8 ProductTag_descText__YrSMi\"\u003e\u003cspan\u003e\u003cstrong\u003e In the Box\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli class=\"Text_body__snVk8 ProductTag_descText__YrSMi\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003e200W Solar Panel\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"Text_body__snVk8 ProductTag_descText__YrSMi\"\u003e\u003cspan class=\"text-only\" data-eleid=\"20\"\u003e3m MC4 extension cables *2\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"Text_body__snVk8 ProductTag_descText__YrSMi\"\u003e\u003cspan class=\"text-only\" data-eleid=\"20\"\u003e\u003cspan class=\"text-only\" data-eleid=\"22\"\u003e0.5m MC4 TO XT-60 connector*1\u003cspan\u003e \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"Text_body__snVk8 ProductTag_descText__YrSMi\"\u003e\n\u003cspan class=\"text-only\" data-eleid=\"20\"\u003e\u003cspan class=\"text-only\" data-eleid=\"22\"\u003e\u003cspan class=\"text-only\" data-eleid=\"24\"\u003e Safety manual\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ProductInfoRight_paddingBox__4dMvA\"\u003e\n\u003cdiv class=\"ProductInfoRight_quantityBox__ionMJ ProductInfoRight_infoSection__i2WN2\"\u003e\n\u003cdiv class=\"w-full\"\u003e\n\u003cdiv class=\"undefined flex items-center justify-between gap-[20px] l:gap-[8px]\"\u003e\n\u003cp class=\"Text_body__snVk8 text-[20px] font-[700] text-[#1d1d1f] l:text-[18px]\"\u003e \u003c\/p\u003e\n\u003cdiv class=\"ProductQuantity_quantityBox__LK71r\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv style=\"top: 956.99px; left: 15.9957px; display: none;\" class=\"simg-pop-btn\"\u003e\u003csvg data-testid=\"ImageSearchIcon\" viewbox=\"0 0 24 24\" aria-hidden=\"true\" class=\"\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48101357715714,"sku":"PS200","price":499.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10001_51b7428f-38c3-4777-b7c5-aff4dcc5a220.png?v=1783592443"},{"product_id":"anker-solix-bp3800-expansion-battery-3-840wh-lfp-battery-for-f3800","title":"Anker SOLIX BP3800 Expansion Battery | 3,840Wh LFP Battery for F3800 Series","description":"\u003ch1 style=\"text-align: center;\"\u003eAnker SOLIX BP3800 Expansion Battery\u003c\/h1\u003e\n\u003cp style=\"text-align: center; font-size: 18px;\"\u003eExpand your energy storage with an additional \u003cstrong\u003e3,840Wh LiFePO₄ battery module\u003c\/strong\u003e designed for the Anker SOLIX F3800 and F3800 Plus. Build a larger backup power system for your home, RV, and off-grid adventures with flexible capacity expansion.\u003c\/p\u003e\n\u003c!-- Capacity Expansion --\u003e\n\u003ch2\u003eExpand Your Energy Storage\u003c\/h2\u003e\n\u003ch3\u003eAdd 3,840Wh of Reliable Power\u003c\/h3\u003e\n\u003cp\u003eIncrease the capacity of your Anker SOLIX F3800 system with the BP3800 Expansion Battery. Each battery module adds \u003cstrong\u003e3,840Wh\u003c\/strong\u003e of extra energy storage, allowing you to extend runtime and keep essential devices powered longer during outages.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0517\/6767\/3016\/files\/Group_1288114599_1_3840x.png?v=1704269141\"\u003e\u003c\/p\u003e\n\u003c!-- Compatibility --\u003e\n\u003ch2\u003eDesigned for Anker SOLIX F3800 Series\u003c\/h2\u003e\n\u003ch3\u003eSeamless Battery Expansion\u003c\/h3\u003e\n\u003cp\u003eThe BP3800 is engineered specifically for the \u003cstrong\u003eAnker SOLIX F3800 and F3800 Plus\u003c\/strong\u003e, providing a simple way to expand your existing energy storage system without replacing your main power station.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eCompatible with Anker SOLIX F3800\u003c\/li\u003e\n\u003cli\u003eCompatible with Anker SOLIX F3800 Plus\u003c\/li\u003e\n\u003cli\u003eSupports scalable home backup configurations\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- Whole Home Backup --\u003e\n\u003ch2\u003eExtended Whole-Home Backup\u003c\/h2\u003e\n\u003ch3\u003eKeep More Essentials Powered\u003c\/h3\u003e\n\u003cp\u003ePair the BP3800 with your F3800 system to store more energy and provide longer backup protection for essential household appliances.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0517\/6767\/3016\/files\/Group_1288114625_ce77233e-c0bf-48f6-923b-95ce7d397f4d_3840x.png?v=1704268909\"\u003e\u003c\/p\u003e\n\u003cp\u003ePower critical devices such as:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eRefrigerators\u003c\/li\u003e\n\u003cli\u003eFreezers\u003c\/li\u003e\n\u003cli\u003eWi-Fi routers\u003c\/li\u003e\n\u003cli\u003eLights\u003c\/li\u003e\n\u003cli\u003eEssential home appliances\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- Battery Technology --\u003e\n\u003ch2\u003eLong-Lasting LiFePO₄ Battery Technology\u003c\/h2\u003e\n\u003ch3\u003eBuilt for Years of Reliable Energy Storage\u003c\/h3\u003e\n\u003cp\u003ePowered by advanced \u003cstrong\u003eLiFePO₄ (LFP) battery chemistry\u003c\/strong\u003e, the BP3800 delivers enhanced safety, durability, and long-term performance for everyday energy storage.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0517\/6767\/3016\/files\/Group_1288114596_3840x.png?v=1704270474\"\u003e\u003c\/p\u003e\n\u003ch3\u003eReliable Performance Benefits\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e3,000+ charge cycles\u003c\/li\u003e\n\u003cli\u003eEnhanced thermal stability\u003c\/li\u003e\n\u003cli\u003eLonger lifespan than traditional lithium batteries\u003c\/li\u003e\n\u003cli\u003eReliable daily energy storage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- Easy Installation --\u003e\n\u003ch2\u003eEasy Plug-and-Play Expansion\u003c\/h2\u003e\n\u003ch3\u003eMore Capacity. Less Complexity.\u003c\/h3\u003e\n\u003cp\u003eConnect the BP3800 directly to your Anker SOLIX F3800 or F3800 Plus system for quick and convenient energy expansion. No complicated setup required—simply add more storage when your energy needs grow.\u003c\/p\u003e\n\u003c!-- System Expansion --\u003e\n\u003ch2\u003eBuild Your Complete Backup Power System\u003c\/h2\u003e\n\u003cp\u003eCombine the Anker SOLIX F3800 with BP3800 Expansion Batteries to create a flexible, scalable energy storage solution designed for whole-home backup, solar charging, and off-grid independence.\u003c\/p\u003e\n\u003c!-- What's Included --\u003e\n\u003ch2\u003eWhat's Included\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAnker SOLIX BP3800 Expansion Battery\u003c\/li\u003e\n\u003cli\u003eBattery-to-Host Cable\u003c\/li\u003e\n\u003cli\u003eImportant Information\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48101398839554,"sku":"A1790111-85","price":1699.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10001_387f1f0e-ebaa-4def-9df8-2023dd528bad.png?v=1783594190"},{"product_id":"anker-solix-s2000-portable-power-station-solar-generator","title":"Anker SOLIX S2000 Portable Power Station ｜2010Wh 1500W","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        \/* ===== 所有样式仅作用于 .anker-s2000x 容器内部 ===== *\/\n        .anker-s2000x * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .anker-s2000x {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            background: #fff;\n            color: #1a1a1a;\n            padding: 24px 16px;\n            max-width: 100%;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n\n        .anker-s2000x h1 {\n            font-size: 2.2rem;\n            text-align: center;\n            margin-bottom: 0.2rem;\n        }\n\n        .anker-s2000x h1 span {\n            font-size: 2.6rem;\n            vertical-align: super;\n        }\n\n        .anker-s2000x h2 {\n            font-size: 1.6rem;\n            text-align: center;\n            margin: 1rem 0 0.4rem;\n        }\n\n        .anker-s2000x h3 {\n            font-size: 1.3rem;\n            margin: 1.8rem 0 0.8rem;\n        }\n\n        .anker-s2000x h4 {\n            font-size: 1.1rem;\n            font-weight: 400;\n            color: #555;\n        }\n\n        .anker-s2000x img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n            margin: 0.8rem 0;\n            border-radius: 12px;\n        }\n\n        .anker-s2000x .text-center {\n            text-align: center;\n        }\n\n        .anker-s2000x .grid-2col {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            margin: 20px 0;\n        }\n\n        .anker-s2000x .grid-3col {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 16px;\n            margin: 20px 0;\n        }\n\n        .anker-s2000x .card {\n            background: #f7f8fa;\n            border-radius: 16px;\n            padding: 20px;\n        }\n\n        .anker-s2000x .badge-group {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 12px;\n            justify-content: center;\n            margin: 12px 0;\n        }\n\n        .anker-s2000x .badge {\n            background: #eef2f7;\n            padding: 6px 18px;\n            border-radius: 30px;\n            font-weight: 500;\n            font-size: 0.95rem;\n        }\n\n        .anker-s2000x table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 16px 0;\n            font-size: 0.95rem;\n        }\n\n        .anker-s2000x th,\n        .anker-s2000x td {\n            border: 1px solid #ddd;\n            padding: 12px 10px;\n            text-align: center;\n            vertical-align: middle;\n        }\n\n        .anker-s2000x th {\n            background: #f0f2f5;\n            font-weight: 600;\n        }\n\n        .anker-s2000x .check {\n            color: #2d7a3a;\n            font-weight: 700;\n        }\n\n        .anker-s2000x .cross {\n            color: #b33;\n            font-weight: 700;\n        }\n\n        .anker-s2000x .product-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px 24px;\n            margin-top: 8px;\n        }\n\n        .anker-s2000x .product-list li {\n            list-style: none;\n        }\n\n        .anker-s2000x .feature-icon {\n            display: inline-flex;\n            align-items: center;\n            gap: 6px;\n        }\n\n        \/* 响应式（限定容器内） *\/\n        @media (max-width: 768px) {\n            .anker-s2000x .grid-2col,\n            .anker-s2000x .grid-3col {\n                grid-template-columns: 1fr;\n            }\n            .anker-s2000x h1 {\n                font-size: 1.8rem;\n            }\n            .anker-s2000x h2 {\n                font-size: 1.3rem;\n            }\n            .anker-s2000x table {\n                font-size: 0.8rem;\n            }\n            .anker-s2000x th,\n            .anker-s2000x td {\n                padding: 8px 4px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .anker-s2000x table {\n                font-size: 0.7rem;\n            }\n            .anker-s2000x th,\n            .anker-s2000x td {\n                padding: 4px 2px;\n            }\n        }\n\n        \/* ===== FAQ 模块（原 .pd-faq 样式，现嵌套在 .anker-s2000x 下） ===== *\/\n        .anker-s2000x .pd-faq * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .anker-s2000x .pd-faq {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            max-width: 820px;\n            margin: 40px auto 20px;\n            background: #ffffff;\n            border-radius: 24px;\n            box-shadow: 0 8px 30px rgba(0, 20, 40, 0.06);\n            padding: 1.8rem 1.5rem;\n            color: #1a202c;\n            line-height: 1.6;\n            border: 1px solid #eef2f6;\n        }\n\n        .anker-s2000x .pd-faq-header {\n            display: flex;\n            align-items: center;\n            gap: 0.6rem;\n            margin-bottom: 1.5rem;\n            padding-bottom: 0.8rem;\n            border-bottom: 2px solid #f0f4f8;\n        }\n\n        .anker-s2000x .pd-faq-header h3 {\n            font-size: 1.4rem;\n            font-weight: 700;\n            letter-spacing: -0.01em;\n            color: #1e293b;\n            margin: 0;\n        }\n\n        .anker-s2000x .pd-faq-header .badge {\n            margin-left: auto;\n            font-size: 0.7rem;\n            font-weight: 600;\n            color: #2563eb;\n            background: #eff6ff;\n            padding: 0.2rem 0.9rem;\n            border-radius: 100px;\n            white-space: nowrap;\n        }\n\n        .anker-s2000x .pd-faq-list {\n            display: flex;\n            flex-direction: column;\n            gap: 0.5rem;\n        }\n\n        .anker-s2000x .pd-faq-item {\n            border-radius: 14px;\n            border: 1.5px solid #eef2f6;\n            background: #ffffff;\n            transition: border-color 0.25s, box-shadow 0.25s, background 0.2s;\n            overflow: hidden;\n        }\n\n        .anker-s2000x .pd-faq-item:hover {\n            border-color: #dce3ec;\n            background: #fafcff;\n        }\n\n        .anker-s2000x .pd-faq-item.active {\n            border-color: #2563eb;\n            background: #f8faff;\n            box-shadow: 0 4px 16px rgba(37, 99, 235, 0.06);\n        }\n\n        .anker-s2000x .pd-faq-question {\n            display: flex;\n            align-items: center;\n            gap: 0.8rem;\n            padding: 1rem 1.2rem;\n            cursor: pointer;\n            user-select: none;\n            -webkit-tap-highlight-color: transparent;\n        }\n\n        .anker-s2000x .pd-faq-question .q-marker {\n            flex-shrink: 0;\n            width: 26px;\n            height: 26px;\n            border-radius: 50%;\n            background: #eef4ff;\n            color: #2563eb;\n            font-weight: 700;\n            font-size: 0.75rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: background 0.25s, color 0.25s, transform 0.2s;\n        }\n\n        .anker-s2000x .pd-faq-item.active .pd-faq-question .q-marker {\n            background: #2563eb;\n            color: #fff;\n            transform: scale(1.02);\n        }\n\n        .anker-s2000x .pd-faq-question .question-text {\n            flex: 1;\n            font-weight: 600;\n            font-size: 1rem;\n            color: #0b1a33;\n        }\n\n        .anker-s2000x .pd-faq-item.active .pd-faq-question .question-text {\n            color: #1e293b;\n        }\n\n        .anker-s2000x .pd-faq-question .icon-toggle {\n            flex-shrink: 0;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            background: #f1f5f9;\n            color: #64748b;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.1rem;\n            transition: background 0.25s, color 0.25s, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);\n        }\n\n        .anker-s2000x .pd-faq-item.active .pd-faq-question .icon-toggle {\n            background: #2563eb;\n            color: #fff;\n            transform: rotate(180deg);\n        }\n\n        .anker-s2000x .pd-faq-answer {\n            height: 0;\n            overflow: hidden;\n            transition: height 0.4s ease, padding 0.3s ease, opacity 0.3s ease;\n            opacity: 0;\n            padding: 0 1.2rem 0 1.2rem;\n        }\n\n        .anker-s2000x .pd-faq-item.active .pd-faq-answer {\n            height: auto !important;\n            opacity: 1 !important;\n            padding: 0 1.2rem 1.2rem 1.2rem !important;\n        }\n\n        .anker-s2000x .pd-faq-answer-inner {\n            padding-top: 0.8rem;\n            border-top: 1.5px dashed #e2eaf2;\n            font-size: 0.95rem;\n            color: #334155;\n        }\n\n        .anker-s2000x .pd-faq-answer-inner p {\n            margin-bottom: 0.5rem;\n        }\n        .anker-s2000x .pd-faq-answer-inner p:last-child {\n            margin-bottom: 0;\n        }\n\n        .anker-s2000x .pd-faq-answer-inner .highlight {\n            background: #f0f7ff;\n            padding: 0.1rem 0.4rem;\n            border-radius: 4px;\n            font-weight: 500;\n            color: #1e4f8a;\n        }\n\n        \/* 暗色模式（限定容器内） *\/\n        @media (prefers-color-scheme: dark) {\n            .anker-s2000x .pd-faq {\n                background: #1e293b;\n                border-color: #2d3a4f;\n                color: #e2e8f0;\n            }\n            .anker-s2000x .pd-faq-header {\n                border-bottom-color: #2d3a4f;\n            }\n            .anker-s2000x .pd-faq-header h3 {\n                color: #f1f5f9;\n            }\n            .anker-s2000x .pd-faq-header .badge {\n                color: #93b9ff;\n                background: #1e3a5f;\n            }\n            .anker-s2000x .pd-faq-item {\n                background: #1e293b;\n                border-color: #2d3a4f;\n            }\n            .anker-s2000x .pd-faq-item:hover {\n                border-color: #3b4a62;\n                background: #232f45;\n            }\n            .anker-s2000x .pd-faq-item.active {\n                border-color: #3b82f6;\n                background: #1a2a44;\n            }\n            .anker-s2000x .pd-faq-question .q-marker {\n                background: #2d3a4f;\n                color: #93b9ff;\n            }\n            .anker-s2000x .pd-faq-item.active .pd-faq-question .q-marker {\n                background: #3b82f6;\n                color: #fff;\n            }\n            .anker-s2000x .pd-faq-question .question-text {\n                color: #e2e8f0;\n            }\n            .anker-s2000x .pd-faq-item.active .pd-faq-question .question-text {\n                color: #f1f5f9;\n            }\n            .anker-s2000x .pd-faq-question .icon-toggle {\n                background: #2d3a4f;\n                color: #94a3b8;\n            }\n            .anker-s2000x .pd-faq-item.active .pd-faq-question .icon-toggle {\n                background: #3b82f6;\n                color: #fff;\n            }\n            .anker-s2000x .pd-faq-answer-inner {\n                border-top-color: #2d3a4f;\n                color: #cbd5e1;\n            }\n            .anker-s2000x .pd-faq-answer-inner .highlight {\n                background: #1a2a44;\n                color: #93b9ff;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .anker-s2000x .pd-faq {\n                padding: 1.2rem 0.8rem;\n                border-radius: 18px;\n            }\n            .anker-s2000x .pd-faq-header h3 {\n                font-size: 1.2rem;\n            }\n            .anker-s2000x .pd-faq-question {\n                padding: 0.8rem 0.8rem;\n                gap: 0.6rem;\n            }\n            .anker-s2000x .pd-faq-question .question-text {\n                font-size: 0.92rem;\n            }\n            .anker-s2000x .pd-faq-item.active .pd-faq-answer {\n                padding: 0 0.8rem 0.8rem 0.8rem !important;\n            }\n            .anker-s2000x .pd-faq-answer-inner {\n                font-size: 0.9rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- ===== 所有产品内容包裹在 .anker-s2000x 容器内 ===== --\u003e\n\u003cdiv class=\"anker-s2000x\"\u003e\n\u003c!-- ========== 标题区 ========== --\u003e\n\u003ch1\u003eAnker SOLIX S2000\u003c\/h1\u003e\n\u003ch2\u003eThe Longest-Lasting 2kWh Portable Power Station\u003c\/h2\u003e\n\u003ch3 style=\"text-align: center; font-weight: 400; color: #444;\"\u003eMore Runtime. Less Wasted Energy.\u003c\/h3\u003e\n\u003c!-- 主图 --\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/Frame_2147226856_3840x.png?v=1782962870\" alt=\"Anker SOLIX S2000X\"\u003e\u003c\/p\u003e\n\u003c!-- ========== 电池技术 ========== --\u003e\n\u003ch3\u003eLonger Runtime with Next-Generation Battery Technology\u003c\/h3\u003e\n\u003cp\u003eUnlike conventional portable power stations, the S2000 utilizes \u003cstrong\u003e314Ah utility-grade LiFePO₄ battery cells\u003c\/strong\u003e and Anker's advanced \u003cstrong\u003eOptiSave Technology\u003c\/strong\u003e, delivering up to \u003cstrong\u003e20% longer runtime\u003c\/strong\u003e while reducing standby energy consumption.\u003c\/p\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/Group_2121241734_3840x.png?v=1780024838\" alt=\"battery infographic\"\u003e\n\u003cdiv class=\"badge-group\"\u003e\n\u003cspan class=\"badge\"\u003e⚡ Up to 10,000 Battery Cycles\u003c\/span\u003e \u003cspan class=\"badge\"\u003e🛡 Up to 15-Year Battery Lifespan\u003c\/span\u003e \u003cspan class=\"badge\"\u003e🔋 Utility-Grade LiFePO₄\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========== Power Your Essentials ========== --\u003e\n\u003ch3\u003ePower Your Essentials, Power What Matters Most\u003c\/h3\u003e\n\u003cp\u003eFrom unexpected outages to weekend adventures, the S2000 keeps your essential devices running with stable pure sine wave power.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/Tab2-2_3840x.png?v=1780286388\" alt=\"devices powered\"\u003e\u003c\/p\u003e\n\u003c!-- ========== Designed for How You Actually Live ========== --\u003e\n\u003ch3\u003eDesigned for How You Actually Live\u003c\/h3\u003e\n\u003c!-- 双栏布局：尺寸 + 静音 --\u003e\n\u003cdiv class=\"grid-2col\"\u003e\n\u003c!-- 左侧：尺寸 --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/Tab1_3840x.jpg?v=1781583687\" alt=\"size comparison\"\u003e\n\u003ch3\u003eThe Smallest and Lightest 2kWh Power Station\u003c\/h3\u003e\n\u003cp\u003eAt just 8.2 × 11.1 × 12.7 in and 35.7 lbs, S2000 is compact enough to fit into any kitchen corner, light enough to carry solo, and ready to power straight out of the box.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 8px;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10001_0ba070c4-d2ea-497a-906a-5176f8813a2c.png?v=1784010876\" alt=\"\"\u003e \u003cspan style=\"font-size: 0.95rem;\"\u003eFront and rear outlets, built-in handles, and a compact footprint that fits anywhere\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 右侧：静音 --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/Tab3_3840x.png?v=1779442074\" alt=\"quiet operation\"\u003e\n\u003ch3\u003e30 dB Quiet Operation\u003c\/h3\u003e\n\u003ch4\u003ePowerful Energy. Whisper-Quiet Performance.\u003c\/h4\u003e\n\u003cp\u003eUnlike noisy gas generators, the S2000 operates at \u003cstrong\u003ejust 30 dB under low loads\u003c\/strong\u003e, making it suitable for overnight backup, indoor use, RV camping, and quiet outdoor environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========== 充电方式 + UPS ========== --\u003e\n\u003ch2\u003eRecharge Your Way, Flexible Charging Options\u003c\/h2\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/6way.png?v=1784022073\" alt=\"6 ways to charge\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"grid-2col\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e10ms UPS Protection\u003c\/h3\u003e\n\u003cp\u003eThe integrated \u003cstrong\u003e≤10ms UPS\u003c\/strong\u003e automatically switches to battery power during outages, helping keep critical devices running without interruption.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/Anker-27_3840x.png?v=1779441960\" alt=\"UPS\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eSmart Monitoring with the Anker App\u003c\/h3\u003e\n\u003cp\u003eMonitor and manage your power station remotely using the Anker app.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/Tab2-1_3840x.png?v=1779441986\" alt=\"app interface\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========== 规格图 ========== --\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/Specs_PC_3840x.png?v=1780302035\" alt=\"specifications\"\u003e\u003c\/p\u003e\n\u003c!-- ========== VS 汽油发电机 ========== --\u003e\n\u003ch3\u003eAnker SOLIX S2000X Battery Generator VS Gas Generator\u003c\/h3\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 25%;\"\u003eFeature\u003c\/th\u003e\n\u003cth style=\"width: 37.5%;\"\u003e\u003cstrong\u003eAnker SOLIX S2000X\u003c\/strong\u003e\u003c\/th\u003e\n\u003cth style=\"width: 37.5%;\"\u003e\u003cstrong\u003eGas Generator\u003c\/strong\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eIndoor Safe\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\u003eNoise Level\u003c\/td\u003e\n\u003ctd\u003e30 dB\u003c\/td\u003e\n\u003ctd\u003e70–90 dB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEmissions\u003c\/td\u003e\n\u003ctd\u003eZero\u003c\/td\u003e\n\u003ctd\u003eProduces Exhaust\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFuel Required\u003c\/td\u003e\n\u003ctd\u003eNone\u003c\/td\u003e\n\u003ctd\u003eGasoline\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaintenance\u003c\/td\u003e\n\u003ctd\u003eMinimal\u003c\/td\u003e\n\u003ctd\u003eRegular Oil \u0026amp; Engine Maintenance\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStartup\u003c\/td\u003e\n\u003ctd\u003eInstant\u003c\/td\u003e\n\u003ctd\u003eManual Pull Start\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApp Monitoring\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\u003ePortable Design\u003c\/td\u003e\n\u003ctd class=\"check\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003eUsually Heavier\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- ========== 对比 Anker 三款型号 ========== --\u003e\n\u003ch3\u003eAnker Power Station Comparison: Which Model Fits Your Lifestyle?\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eAnker SOLIX S2000X VS C2000X Gen 2 vs C1000 Gen 2\u003c\/strong\u003e\u003c\/p\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 20%;\"\u003eModel\u003c\/th\u003e\n\u003cth style=\"width: 26.6%;\"\u003e\u003cstrong\u003eS2000X\u003c\/strong\u003e\u003c\/th\u003e\n\u003cth style=\"width: 26.7%;\"\u003e\u003cstrong\u003eC2000 Gen 2\u003c\/strong\u003e\u003c\/th\u003e\n\u003cth style=\"width: 26.7%;\"\u003e\u003cstrong\u003eC1000 Gen 2\u003c\/strong\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e35.7 lbs\u003c\/td\u003e\n\u003ctd\u003e41.7 lbs\u003c\/td\u003e\n\u003ctd\u003e24.9 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAC Input\u003c\/td\u003e\n\u003ctd\u003eUp to 1,600W\u003c\/td\u003e\n\u003ctd\u003eUp to 1,800W\u003c\/td\u003e\n\u003ctd\u003eUp to 1,600W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBest For\u003c\/td\u003e\n\u003ctd\u003eMax Backup Runtime for Essentials\u003c\/td\u003e\n\u003ctd\u003eHigh-Output Power for RVs\u003c\/td\u003e\n\u003ctd\u003eFast-Charging Power for Camping\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e2,010Wh\u003c\/td\u003e\n\u003ctd\u003e2,048Wh\u003c\/td\u003e\n\u003ctd\u003e1,024Wh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAC Output\u003c\/td\u003e\n\u003ctd\u003e1,500W Rated \/ 3,000W Peak\u003c\/td\u003e\n\u003ctd\u003e2,400W Rated \/ 4,000W Peak\u003c\/td\u003e\n\u003ctd\u003e2,000W Rated \/ 3,000W Peak\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCycle Life\u003c\/td\u003e\n\u003ctd\u003e6,000 Cycles to 80%\u003cbr\u003e10,000 Cycles to 60%\u003c\/td\u003e\n\u003ctd\u003e4,000 Cycles to 80%\u003c\/td\u003e\n\u003ctd\u003e4,000 Cycles\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e8.2 × 11.1 × 12.7 in\u003c\/td\u003e\n\u003ctd\u003e18.1 × 9.8 × 10.1 in\u003c\/td\u003e\n\u003ctd\u003e15.1 × 8.2 × 9.6 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e12V DC Port\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Cells\u003c\/td\u003e\n\u003ctd\u003e314Ah LFP\u003c\/td\u003e\n\u003ctd\u003eTraditional LFP\u003c\/td\u003e\n\u003ctd\u003eTraditional LFP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eExpandable Battery\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUPS Switchover Time\u003c\/td\u003e\n\u003ctd\u003e10 ms\u003c\/td\u003e\n\u003ctd\u003e10 ms\u003c\/td\u003e\n\u003ctd\u003e10 ms\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- ========== In the Box ========== --\u003e\n\u003ch3\u003eIn the Box\u003c\/h3\u003e\n\u003cul style=\"list-style: none; padding-left: 0; font-size: 1rem; display: flex; flex-wrap: wrap; gap: 8px 28px;\"\u003e\n\u003cli\u003e📦 Anker SOLIX S2000\u003c\/li\u003e\n\u003cli\u003e🔌 AC Charging Cable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- ========== FAQ 模块（可嵌入产品描述） ========== --\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    \/* 使用独立前缀 .pd-faq 避免与页面样式冲突 *\/\n    .pd-faq * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    .pd-faq {\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n        max-width: 820px;\n        margin: 0 auto;\n        background: #ffffff;\n        border-radius: 24px;\n        box-shadow: 0 8px 30px rgba(0, 20, 40, 0.06);\n        padding: 1.8rem 1.5rem;\n        color: #1a202c;\n        line-height: 1.6;\n        border: 1px solid #eef2f6;\n    }\n\n    .pd-faq-header {\n        display: flex;\n        align-items: center;\n        gap: 0.6rem;\n        margin-bottom: 1.5rem;\n        padding-bottom: 0.8rem;\n        border-bottom: 2px solid #f0f4f8;\n    }\n\n    .pd-faq-header .icon {\n        font-size: 1.5rem;\n    }\n\n    .pd-faq-header h3 {\n        font-size: 1.4rem;\n        font-weight: 700;\n        letter-spacing: -0.01em;\n        color: #1e293b;\n        margin: 0;\n    }\n\n    .pd-faq-header .badge {\n        margin-left: auto;\n        font-size: 0.7rem;\n        font-weight: 600;\n        color: #2563eb;\n        background: #eff6ff;\n        padding: 0.2rem 0.9rem;\n        border-radius: 100px;\n        white-space: nowrap;\n    }\n\n    .pd-faq-list {\n        display: flex;\n        flex-direction: column;\n        gap: 0.5rem;\n    }\n\n    .pd-faq-item {\n        border-radius: 14px;\n        border: 1.5px solid #eef2f6;\n        background: #ffffff;\n        transition: border-color 0.25s, box-shadow 0.25s, background 0.2s;\n        overflow: hidden;\n    }\n\n    .pd-faq-item:hover {\n        border-color: #dce3ec;\n        background: #fafcff;\n    }\n\n    .pd-faq-item.active {\n        border-color: #2563eb;\n        background: #f8faff;\n        box-shadow: 0 4px 16px rgba(37, 99, 235, 0.06);\n    }\n\n    .pd-faq-question {\n        display: flex;\n        align-items: center;\n        gap: 0.8rem;\n        padding: 1rem 1.2rem;\n        cursor: pointer;\n        user-select: none;\n        -webkit-tap-highlight-color: transparent;\n    }\n\n    .pd-faq-question .q-marker {\n        flex-shrink: 0;\n        width: 26px;\n        height: 26px;\n        border-radius: 50%;\n        background: #eef4ff;\n        color: #2563eb;\n        font-weight: 700;\n        font-size: 0.75rem;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        transition: background 0.25s, color 0.25s, transform 0.2s;\n    }\n\n    .pd-faq-item.active .pd-faq-question .q-marker {\n        background: #2563eb;\n        color: #fff;\n        transform: scale(1.02);\n    }\n\n    .pd-faq-question .question-text {\n        flex: 1;\n        font-weight: 600;\n        font-size: 1rem;\n        color: #0b1a33;\n    }\n\n    .pd-faq-item.active .pd-faq-question .question-text {\n        color: #1e293b;\n    }\n\n    .pd-faq-question .icon-toggle {\n        flex-shrink: 0;\n        width: 28px;\n        height: 28px;\n        border-radius: 50%;\n        background: #f1f5f9;\n        color: #64748b;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 1.1rem;\n        transition: background 0.25s, color 0.25s, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);\n    }\n\n    .pd-faq-item.active .pd-faq-question .icon-toggle {\n        background: #2563eb;\n        color: #fff;\n        transform: rotate(180deg);\n    }\n\n    .pd-faq-answer {\n        max-height: 0;\n        overflow: hidden;\n        transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.3s ease;\n        opacity: 0;\n        padding: 0 1.2rem 0 1.2rem;\n    }\n\n    .pd-faq-item.active .pd-faq-answer {\n        max-height: 300px; \/* 足够容纳内容，可滚动 *\/\n        opacity: 1;\n        padding: 0 1.2rem 1.2rem 1.2rem;\n    }\n\n    .pd-faq-answer-inner {\n        padding-top: 0.8rem;\n        border-top: 1.5px dashed #e2eaf2;\n        font-size: 0.95rem;\n        color: #334155;\n    }\n\n    .pd-faq-answer-inner p {\n        margin-bottom: 0.5rem;\n    }\n    .pd-faq-answer-inner p:last-child {\n        margin-bottom: 0;\n    }\n\n    .pd-faq-answer-inner .highlight {\n        background: #f0f7ff;\n        padding: 0.1rem 0.4rem;\n        border-radius: 4px;\n        font-weight: 500;\n        color: #1e4f8a;\n    }\n\n    .pd-faq-answer-inner code {\n        background: #f1f5f9;\n        padding: 0.1rem 0.4rem;\n        border-radius: 4px;\n        font-size: 0.9em;\n        color: #1e293b;\n    }\n\n    \/* 暗色模式适配（跟随系统） *\/\n    @media (prefers-color-scheme: dark) {\n        .pd-faq {\n            background: #1e293b;\n            border-color: #2d3a4f;\n            color: #e2e8f0;\n        }\n        .pd-faq-header {\n            border-bottom-color: #2d3a4f;\n        }\n        .pd-faq-header h3 {\n            color: #f1f5f9;\n        }\n        .pd-faq-header .badge {\n            color: #93b9ff;\n            background: #1e3a5f;\n        }\n        .pd-faq-item {\n            background: #1e293b;\n            border-color: #2d3a4f;\n        }\n        .pd-faq-item:hover {\n            border-color: #3b4a62;\n            background: #232f45;\n        }\n        .pd-faq-item.active {\n            border-color: #3b82f6;\n            background: #1a2a44;\n        }\n        .pd-faq-question .q-marker {\n            background: #2d3a4f;\n            color: #93b9ff;\n        }\n        .pd-faq-item.active .pd-faq-question .q-marker {\n            background: #3b82f6;\n            color: #fff;\n        }\n        .pd-faq-question .question-text {\n            color: #e2e8f0;\n        }\n        .pd-faq-item.active .pd-faq-question .question-text {\n            color: #f1f5f9;\n        }\n        .pd-faq-question .icon-toggle {\n            background: #2d3a4f;\n            color: #94a3b8;\n        }\n        .pd-faq-item.active .pd-faq-question .icon-toggle {\n            background: #3b82f6;\n            color: #fff;\n        }\n        .pd-faq-answer-inner {\n            border-top-color: #2d3a4f;\n            color: #cbd5e1;\n        }\n        .pd-faq-answer-inner .highlight {\n            background: #1a2a44;\n            color: #93b9ff;\n        }\n        .pd-faq-answer-inner code {\n            background: #2d3a4f;\n            color: #e2e8f0;\n        }\n    }\n\n    \/* 移动端调整 *\/\n    @media (max-width: 480px) {\n        .pd-faq {\n            padding: 1.2rem 0.8rem;\n            border-radius: 18px;\n        }\n        .pd-faq-header h3 {\n            font-size: 1.2rem;\n        }\n        .pd-faq-question {\n            padding: 0.8rem 0.8rem;\n            gap: 0.6rem;\n        }\n        .pd-faq-question .question-text {\n            font-size: 0.92rem;\n        }\n        .pd-faq-item.active .pd-faq-answer {\n            padding: 0 0.8rem 0.8rem 0.8rem;\n        }\n        .pd-faq-answer-inner {\n            font-size: 0.9rem;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"anker-s2000x\"\u003e\n\u003cdiv class=\"pd-faq\" role=\"region\"\u003e\n\u003cdiv class=\"pd-faq-header\"\u003e\n\u003ch3\u003eFAQ\u003c\/h3\u003e\n\u003cspan class=\"badge\"\u003e4 Q\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-list\" id=\"pdFaqList\"\u003e\n\u003c!-- 问题 1 --\u003e\n\u003cdiv class=\"pd-faq-item active\"\u003e\n\u003cdiv class=\"pd-faq-question\" role=\"button\" tabindex=\"0\"\u003e\n\u003cspan class=\"q-marker\"\u003eQ:\u003c\/span\u003e \u003cspan class=\"question-text\"\u003eWhat devices can Anker SOLIX S2000X power station?\u003c\/span\u003e \u003cspan class=\"icon-toggle\"\u003e▾\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-answer\"\u003e\n\u003cdiv class=\"pd-faq-answer-inner\"\u003e\n\u003cp\u003eS2000 supports \u003cspan class=\"highlight\"\u003eup to 1,500W\u003c\/span\u003e of continuous output. If a red \"OVERLOAD\" indicator appears, disconnect the appliance immediately to clear the fault.\u003c\/p\u003e\n\u003cp\u003eNote: Some appliances, such as microwaves, may draw more power than their rated wattage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 问题 2 --\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\" role=\"button\" tabindex=\"0\"\u003e\n\u003cspan class=\"q-marker\"\u003eQ:\u003c\/span\u003e \u003cspan class=\"question-text\"\u003eHow long does it take to recharge the S2000X portable power station from 20% to 80% using a 400W solar panel?\u003c\/span\u003e \u003cspan class=\"icon-toggle\"\u003e▾\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-answer\"\u003e\n\u003cdiv class=\"pd-faq-answer-inner\"\u003e\n\u003cp\u003eUsing a 400W solar panel in direct sunlight, charging from 20% to 80% takes approximately 3-4 hours.\u003c\/p\u003e\n\u003cp\u003ePlease note that actual charging time will vary depending on sunlight angle, weather conditions, and intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 问题 3 --\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\" role=\"button\" tabindex=\"0\"\u003e\n\u003cspan class=\"q-marker\"\u003eQ:\u003c\/span\u003e \u003cspan class=\"question-text\"\u003eHow do I make my Anker SOLIX S2000 run more quietly?\u003c\/span\u003e \u003cspan class=\"icon-toggle\"\u003e▾\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-answer\"\u003e\n\u003cdiv class=\"pd-faq-answer-inner\"\u003e\n\u003cp\u003eTo reduce fan noise, enable Silent Mode in the app and set the charging power to 600W or below. We also recommend updating Anker SOLIX S2000 to the latest firmware to ensure optimum performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 问题 4 --\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\" role=\"button\" tabindex=\"0\"\u003e\n\u003cspan class=\"q-marker\"\u003eQ:\u003c\/span\u003e \u003cspan class=\"question-text\"\u003eCan I expand the capacity of the S2000X for bigger power needs?\u003c\/span\u003e \u003cspan class=\"icon-toggle\"\u003e▾\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-answer\"\u003e\n\u003cdiv class=\"pd-faq-answer-inner\"\u003e\n\u003cp\u003eThe SOLIX S2000X is designed as a compact, plug-and-play 2048Wh powerhouse, so it does not support expansion batteries. However, if you need even more runtime, we highly recommend checking out our Anker SOLIX C2000X Gen 2, which is fully compatible with expansion batteries\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    (function() {\n        var list = document.getElementById('pdFaqList');\n        if (!list) return;\n        var items = list.querySelectorAll('.pd-faq-item');\n\n        function collapseAll() {\n            items.forEach(function(item) {\n                item.classList.remove('active');\n                var btn = item.querySelector('.pd-faq-question');\n                if (btn) btn.setAttribute('aria-expanded', 'false');\n            });\n        }\n\n        function toggleItem(item) {\n            if (!item) return;\n            if (item.classList.contains('active')) {\n                item.classList.remove('active');\n                var btn = item.querySelector('.pd-faq-question');\n                if (btn) btn.setAttribute('aria-expanded', 'false');\n                return;\n            }\n            collapseAll();\n            item.classList.add('active');\n            var btn = item.querySelector('.pd-faq-question');\n            if (btn) btn.setAttribute('aria-expanded', 'true');\n        }\n\n        items.forEach(function(item) {\n            var question = item.querySelector('.pd-faq-question');\n            if (!question) return;\n            question.addEventListener('click', function(e) {\n                e.stopPropagation();\n                toggleItem(item);\n            });\n            question.addEventListener('keydown', function(e) {\n                if (e.key === 'Enter' || e.key === ' ') {\n                    e.preventDefault();\n                    toggleItem(item);\n                }\n            });\n        });\n    })();\n\u003c\/script\u003e \u003c!-- ========== FAQ 模块结束 ========== --\u003e\n\u003c\/div\u003e","brand":"Anker SOLIX","offers":[{"title":"Anker SOLIX S2000 Portable Power Station","offer_id":48239935160578,"sku":"AS220111","price":649.99,"currency_code":"USD","in_stock":true},{"title":"S2000 Solar Generator + 400W Portable Solar Panel","offer_id":48239935193346,"sku":"AS220+A24371A1","price":1199.99,"currency_code":"USD","in_stock":true},{"title":"S2000 Solar Generator + 200W Bifacial Solar Panel","offer_id":48239935226114,"sku":"AS220+AS320","price":999.99,"currency_code":"USD","in_stock":true},{"title":"2× S2000 Portable Power Station","offer_id":48239935258882,"sku":"AS220-2","price":1379.99,"currency_code":"USD","in_stock":true},{"title":"S2000 + EverFrost 2 40L Electric Cooler","offer_id":48239935291650,"sku":"AS220+A17A41A1","price":1399.98,"currency_code":"USD","in_stock":true},{"title":"2× S2000 + 2× 400W Portable Solar Panel","offer_id":48239935324418,"sku":"AS220+A24371A1-2","price":2259.98,"currency_code":"USD","in_stock":true},{"title":"S2000 + EverFrost 2 40L Electric Cooler + 400W Portable Solar Panel","offer_id":48239935357186,"sku":"AS220+A17A41A1+A24371A1","price":2149.97,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/S2000.webp?v=1787287164"},{"product_id":"anker-solix-c300x-portable-power-station-288wh-300w","title":"Anker SOLIX C300X Portable Power Station - 288Wh | 300W","description":"\u003ch1 style=\"text-align: center;\"\u003eAnker SOLIX C300X Portable Power Station – 288Wh | 300W LiFePO4 Power Station\u003c\/h1\u003e\n\u003cp\u003e\u003cimg style=\"display: block; width: 100%; margin: 0;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1723111_PRC_TD_01_US_V1.jpg?v=1728965664\"\u003e \u003cimg style=\"display: block; width: 100%; margin: 0;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1723111_PRC_TD_02_US_V1.jpg?v=1728965717\"\u003e\u003c\/p\u003e\n\u003cp style=\"margin: 0; line-height: 0;\"\u003e \u003c\/p\u003e\n\u003cp style=\"margin: 0; line-height: 0;\"\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2 data-section-id=\"14z18l\" data-start=\"1603\" data-end=\"1637\" class=\"PDq2pG_selectionAnchorContainer\"\u003e288Wh Capacity with 300W Output\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ctable width=\"100%\" style=\"width: 100.031%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp data-start=\"1639\" data-end=\"1687\"\u003ePower a wide range of everyday electronics with:\u003c\/p\u003e\n\u003cul data-start=\"1689\" data-end=\"1816\"\u003e\n\u003cli data-section-id=\"1ocpq79\" data-start=\"1689\" data-end=\"1712\"\u003e288Wh LiFePO4 Battery\u003c\/li\u003e\n\u003cli data-section-id=\"901kk7\" data-start=\"1713\" data-end=\"1744\"\u003e300W Pure Sine Wave AC Output\u003c\/li\u003e\n\u003cli data-section-id=\"1hcmz0u\" data-start=\"1745\" data-end=\"1772\"\u003e600W SurgePad™ Technology\u003c\/li\u003e\n\u003cli data-section-id=\"f5hkac\" data-start=\"1773\" data-end=\"1816\"\u003eMultiple AC, USB-C, USB-A, and DC Outputs\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1723111_PRC_TD_08_US_V1_3840x.jpg?v=1728972536\"\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp data-start=\"1818\" data-end=\"1989\"\u003eFrom laptops and cameras to portable refrigerators and CPAP machines, the C300X keeps your essential devices powered with confidence.\u003c\/p\u003e\n\u003ch2 data-section-id=\"1gm20ok\" data-start=\"1996\" data-end=\"2026\" class=\"PDq2pG_selectionAnchorContainer\"\u003eFast Charging, Less Waiting\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ctable width=\"100%\" style=\"width: 100.031%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e \u003cmeta charset=\"utf-8\"\u003e\n\u003cp data-start=\"2028\" data-end=\"2084\"\u003eRecharge quickly and stay ready for your next adventure.\u003c\/p\u003e\n\u003cp data-start=\"2086\" data-end=\"2095\"\u003eSupports:\u003c\/p\u003e\n\u003cul data-start=\"2097\" data-end=\"2213\"\u003e\n\u003cli data-section-id=\"16lwtht\" data-start=\"2097\" data-end=\"2131\"\u003e140W Two-Way USB-C Fast Charging\u003c\/li\u003e\n\u003cli data-section-id=\"f4bptp\" data-start=\"2132\" data-end=\"2176\"\u003eAC Wall Charging (80% in about 50 minutes)\u003c\/li\u003e\n\u003cli data-section-id=\"1afvdle\" data-start=\"2177\" data-end=\"2198\"\u003e100W Solar Charging\u003c\/li\u003e\n\u003cli data-section-id=\"1m5j8o7\" data-start=\"2199\" data-end=\"2213\"\u003eCar Charging\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1723111_PRC_TD_08_US_V1_3840x.jpg?v=1728972536\"\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp data-start=\"2215\" data-end=\"2346\"\u003eFlexible charging options let you recharge almost anywhere—at home, on the road, or off-grid.\u003c\/p\u003e\n\u003ch2 data-section-id=\"rwn754\" data-start=\"2353\" data-end=\"2384\" class=\"PDq2pG_selectionAnchorContainer\"\u003eSmall Size. Big Convenience.\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ctable width=\"100%\" style=\"width: 100.031%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp data-start=\"2386\" data-end=\"2414\"\u003eDesigned to travel with you.\u003c\/p\u003e\n\u003cul data-start=\"2416\" data-end=\"2541\"\u003e\n\u003cli data-section-id=\"1i3he11\" data-start=\"2416\" data-end=\"2457\"\u003e15% Smaller Than Similar Power Stations\u003c\/li\u003e\n\u003cli data-section-id=\"lduwse\" data-start=\"2458\" data-end=\"2487\"\u003eLightweight \u0026amp; Easy to Carry\u003c\/li\u003e\n\u003cli data-section-id=\"8jx520\" data-start=\"2488\" data-end=\"2510\"\u003eIncludes Carry Strap\u003c\/li\u003e\n\u003cli data-section-id=\"187m52d\" data-start=\"2511\" data-end=\"2541\"\u003eSpace-Saving Vertical Design\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1723111_PRC_TD_10_US_V1_3840x.jpg?v=1728972618\"\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp data-start=\"2543\" data-end=\"2675\"\u003eIdeal for camping, road trips, drone operations, outdoor photography, and mobile workstations. \u003cspan class=\"\" data-state=\"closed\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2 data-section-id=\"1gm20ok\" data-start=\"1996\" data-end=\"2026\" class=\"PDq2pG_selectionAnchorContainer\"\u003eFast Charging, Less Waiting\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp data-start=\"2028\" data-end=\"2084\"\u003eRecharge quickly and stay ready for your next adventure.\u003c\/p\u003e\n\u003ctable width=\"100%\" style=\"width: 100.031%;\" height=\"88\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 36.4098%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp data-start=\"2086\" data-end=\"2095\"\u003eSupports:\u003c\/p\u003e\n\u003cul data-start=\"2097\" data-end=\"2213\"\u003e\n\u003cli data-section-id=\"16lwtht\" data-start=\"2097\" data-end=\"2131\"\u003e140W Two-Way USB-C Fast Charging\u003c\/li\u003e\n\u003cli data-section-id=\"f4bptp\" data-start=\"2132\" data-end=\"2176\"\u003eAC Wall Charging (80% in about 50 minutes)\u003c\/li\u003e\n\u003cli data-section-id=\"1afvdle\" data-start=\"2177\" data-end=\"2198\"\u003e100W Solar Charging\u003c\/li\u003e\n\u003cli data-section-id=\"1m5j8o7\" data-start=\"2199\" data-end=\"2213\"\u003eCar Charging\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 30%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1723111_PRC_TD_11_US_V1_3840x.jpg?v=1728972657\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e \u003c\/td\u003e\n\u003ctd style=\"width: 30%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1723111_PRC_TD_12_US_V1_3840x.jpg?v=1728972694\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp data-start=\"2215\" data-end=\"2346\"\u003eFlexible charging options let you recharge almost anywhere—at home, on the road, or off-grid.\u003c\/p\u003e\n\u003ch2 class=\"PDq2pG_selectionAnchorContainer\" data-end=\"2991\" data-start=\"2960\" data-section-id=\"1mwv55n\"\u003eInstant Backup with 10ms UPS\u003cspan class=\"PDq2pG_selectionAnchor\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp data-end=\"3120\" data-start=\"3019\"\u003eThe built-in \u003cstrong data-end=\"3044\" data-start=\"3032\"\u003e10ms UPS\u003c\/strong\u003e automatically switches connected devices to battery power.\u003c\/p\u003e\n\u003cp data-end=\"3120\" data-start=\"3019\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1723111_PRC_TD_13_US_V1_3840x.jpg?v=1728973430\"\u003e\u003c\/p\u003e\n\u003ch2 class=\"PDq2pG_selectionAnchorContainer\" data-end=\"3666\" data-start=\"3650\" data-section-id=\"1rp6902\"\u003eBuilt to Last\u003cspan class=\"PDq2pG_selectionAnchor\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ctable style=\"width: 100.031%; height: 19.5952px;\" width=\"100%\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.5952px;\"\u003e\n\u003ctd style=\"width: 49.8617%; height: 19.5952px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp data-end=\"3769\" data-start=\"3668\"\u003ePowered by premium \u003cstrong data-end=\"3717\" data-start=\"3687\"\u003eLiFePO4 battery technology\u003c\/strong\u003e, the C300X is designed for years of dependable use.\u003c\/p\u003e\n\u003cul data-end=\"3878\" data-start=\"3771\"\u003e\n\u003cli data-end=\"3794\" data-start=\"3771\" data-section-id=\"ck872\"\u003eLong-Life LFP Battery\u003c\/li\u003e\n\u003cli data-end=\"3824\" data-start=\"3795\" data-section-id=\"3tmr4o\"\u003eAdvanced Battery Protection\u003c\/li\u003e\n\u003cli data-end=\"3848\" data-start=\"3825\" data-section-id=\"1ohg00t\"\u003eSafe Indoor Operation\u003c\/li\u003e\n\u003cli data-end=\"3878\" data-start=\"3849\" data-section-id=\"etfm2j\"\u003eBacked by a 5-Year Warranty\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 49.8617%; height: 19.5952px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1723111_PRC_TD_14_US_V1_3840x.jpg?v=1728973485\"\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp data-end=\"3969\" data-start=\"3880\"\u003eReliable energy you can trust at home and outdoors.\u003c\/p\u003e\n\u003ch2 class=\"PDq2pG_selectionAnchorContainer\" data-end=\"3351\" data-start=\"3313\" data-section-id=\"lgjvy1\"\u003eSmart Monitoring with the Anker App\u003cspan class=\"PDq2pG_selectionAnchor\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp data-end=\"3416\" data-start=\"3353\"\u003eMonitor and manage your power station using Wi-Fi or Bluetooth.\u003c\/p\u003e\n\u003ctable style=\"width: 100.031%;\" width=\"100%\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp data-end=\"3435\" data-start=\"3418\"\u003eFeatures include:\u003c\/p\u003e\n\u003cul data-end=\"3549\" data-start=\"3437\"\u003e\n\u003cli data-end=\"3463\" data-start=\"3437\" data-section-id=\"1fcaez7\"\u003eReal-Time Battery Status\u003c\/li\u003e\n\u003cli data-end=\"3491\" data-start=\"3464\" data-section-id=\"2zlw3v\"\u003eInput \u0026amp; Output Monitoring\u003c\/li\u003e\n\u003cli data-end=\"3510\" data-start=\"3492\" data-section-id=\"abyfo0\"\u003eCharging Control\u003c\/li\u003e\n\u003cli data-end=\"3529\" data-start=\"3511\" data-section-id=\"1d2h2cb\"\u003eFirmware Updates\u003c\/li\u003e\n\u003cli data-end=\"3549\" data-start=\"3530\" data-section-id=\"l7j5j7\"\u003eDevice Management\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1723111_PRC_TD_15_US_V1_3840x.jpg?v=1728973551\"\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp data-end=\"3643\" data-start=\"3551\"\u003eEverything you need is available from your smartphone. \u003cspan data-state=\"closed\" class=\"\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-end=\"3969\" data-start=\"3880\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"3120\" data-start=\"3019\"\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n    \/* ===== Anker SOLIX Product Compare ===== *\/\n    .drt-solix-compare {\n        max-width: 1280px;\n        margin: 80px auto;\n        padding: 0 20px;\n    }\n\n    .drt-solix-title {\n        text-align: center;\n        margin-bottom: 45px;\n    }\n\n    .drt-solix-title h2 {\n        font-size: 40px;\n        font-weight: 700;\n        color: #111827;\n        margin-bottom: 12px;\n    }\n\n    .drt-solix-title p {\n        font-size: 17px;\n        color: #6b7280;\n    }\n\n    \/* Scroll Container — 使用 flex 让卡片等高 *\/\n    .drt-solix-scroll {\n        display: flex;\n        gap: 25px;\n        overflow-x: auto;\n        scroll-snap-type: x mandatory;\n        padding-bottom: 20px;\n        align-items: stretch;\n        \/* 让所有卡片高度一致 *\/\n    }\n\n    .drt-solix-scroll::-webkit-scrollbar {\n        height: 8px;\n    }\n    .drt-solix-scroll::-webkit-scrollbar-thumb {\n        background: #d1d5db;\n        border-radius: 10px;\n    }\n\n    \/* Card — 使用 flex 列布局，底部按钮自动对齐 *\/\n    .drt-solix-card {\n        min-width: 340px;\n        flex: 1 0 300px;\n        background: #ffffff;\n        border: 1px solid #e5e7eb;\n        border-radius: 24px;\n        padding: 28px 28px 24px;\n        scroll-snap-align: start;\n        transition: transform 0.3s, box-shadow 0.3s;\n        display: flex;\n        flex-direction: column;\n    }\n\n    .drt-solix-card:hover {\n        transform: translateY(-6px);\n        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);\n    }\n\n    \/* Product Image *\/\n    .drt-solix-image {\n        height: 200px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-bottom: 16px;\n        flex-shrink: 0;\n    }\n    .drt-solix-image img {\n        max-height: 190px;\n        max-width: 100%;\n        object-fit: contain;\n    }\n\n    \/* Product Name *\/\n    .drt-solix-card h3 {\n        font-size: 24px;\n        font-weight: 700;\n        color: #111827;\n        margin: 0 0 8px 0;\n        flex-shrink: 0;\n    }\n\n    .drt-solix-desc {\n        font-size: 15px;\n        color: #6b7280;\n        min-height: 44px;\n        line-height: 1.6;\n        margin: 0 0 16px 0;\n        flex-shrink: 0;\n    }\n\n    \/* Specs — 占据剩余空间，让底部按钮对齐 *\/\n    .drt-solix-spec {\n        flex: 1 1 auto;\n        display: flex;\n        flex-direction: column;\n        gap: 2px;\n        margin-top: 4px;\n    }\n\n    .drt-solix-spec-item {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 10px 0;\n        border-bottom: 1px solid #f3f4f6;\n        font-size: 15px;\n        min-height: 40px;\n    }\n    .drt-solix-spec-item:last-child {\n        border-bottom: none;\n    }\n\n    .drt-solix-label {\n        color: #6b7280;\n        font-weight: 400;\n        flex-shrink: 0;\n    }\n    .drt-solix-value {\n        font-weight: 600;\n        color: #111827;\n        text-align: right;\n        margin-left: 16px;\n    }\n\n    \/* Button — 固定在底部 *\/\n    .drt-solix-btn {\n        display: block;\n        text-align: center;\n        margin-top: 20px;\n        padding: 14px 20px;\n        border-radius: 30px;\n        background: #111827;\n        color: #ffffff;\n        text-decoration: none;\n        font-weight: 600;\n        transition: background 0.3s, transform 0.2s;\n        flex-shrink: 0;\n    }\n    .drt-solix-btn:hover {\n        background: #000000;\n        transform: scale(1.01);\n    }\n\n    \/* ===== 响应式 ===== *\/\n    @media (max-width: 768px) {\n        .drt-solix-title h2 {\n            font-size: 30px;\n        }\n        .drt-solix-card {\n            min-width: 290px;\n            flex: 0 0 280px;\n            padding: 20px;\n        }\n        .drt-solix-image {\n            height: 160px;\n        }\n        .drt-solix-image img {\n            max-height: 150px;\n        }\n        .drt-solix-card h3 {\n            font-size: 20px;\n        }\n        .drt-solix-spec-item {\n            font-size: 14px;\n            padding: 8px 0;\n            min-height: 36px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .drt-solix-card {\n            min-width: 250px;\n            flex: 0 0 240px;\n            padding: 16px;\n        }\n        .drt-solix-image {\n            height: 130px;\n        }\n        .drt-solix-image img {\n            max-height: 120px;\n        }\n        .drt-solix-card h3 {\n            font-size: 18px;\n        }\n        .drt-solix-desc {\n            font-size: 13px;\n            min-height: 36px;\n        }\n        .drt-solix-spec-item {\n            font-size: 13px;\n            padding: 6px 0;\n            min-height: 32px;\n        }\n        .drt-solix-btn {\n            font-size: 14px;\n            padding: 12px 16px;\n        }\n    }\n\u003c\/style\u003e\n\u003csection class=\"drt-solix-compare\"\u003e\n\u003cdiv class=\"drt-solix-title\"\u003e\n\u003ch2\u003eCompare Anker SOLIX C Series\u003c\/h2\u003e\n\u003cp\u003eFind the right portable power solution for your everyday needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-solix-scroll\"\u003e\n\u003c!-- ========== C200 DC ========== --\u003e\n\u003cdiv class=\"drt-solix-card\"\u003e\n\u003cdiv class=\"drt-solix-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/C200_DC.webp?v=1784545495\" alt=\"\"\u003e\u003c\/div\u003e\n\u003ch3\u003eAnker SOLIX C200 DC\u003c\/h3\u003e\n\u003cp class=\"drt-solix-desc\"\u003eUltra-portable DC power station designed for everyday devices, travel, and outdoor adventures.\u003c\/p\u003e\n\u003cdiv class=\"drt-solix-spec\"\u003e\n\u003cdiv class=\"drt-solix-spec-item\"\u003e\n\u003cspan class=\"drt-solix-label\"\u003eCapacity\u003c\/span\u003e \u003cspan class=\"drt-solix-value\"\u003e192Wh\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-solix-spec-item\"\u003e\n\u003cspan class=\"drt-solix-label\"\u003eBattery\u003c\/span\u003e \u003cspan class=\"drt-solix-value\"\u003eLiFePO₄\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-solix-spec-item\"\u003e\n\u003cspan class=\"drt-solix-label\"\u003eOutput\u003c\/span\u003e \u003cspan class=\"drt-solix-value\"\u003eDC \/ USB-C\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-solix-spec-item\"\u003e\n\u003cspan class=\"drt-solix-label\"\u003eDimensions\u003c\/span\u003e \u003cspan class=\"drt-solix-value\"\u003e3.9 × 4.3 × 7.3in\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-solix-spec-item\"\u003e\n\u003cspan class=\"drt-solix-label\"\u003eNet Weight\u003c\/span\u003e \u003cspan class=\"drt-solix-value\"\u003e4.2lb\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-solix-spec-item\"\u003e\n\u003cspan class=\"drt-solix-label\"\u003eWarranty\u003c\/span\u003e \u003cspan class=\"drt-solix-value\"\u003e3 Years\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-solix-spec-item\"\u003e\n\u003cspan class=\"drt-solix-label\"\u003eUPS\u003c\/span\u003e \u003cspan class=\"drt-solix-value\"\u003eNo\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca href=\"\/products\/anker-solix-c200-dc\" class=\"drt-solix-btn\"\u003eView Product →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- ========== C300 DC ========== --\u003e\n\u003cdiv class=\"drt-solix-card\"\u003e\n\u003cdiv class=\"drt-solix-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/C300_DC_394cea26-dd46-4291-b3b4-35bf20a314fc.webp?v=1784545452\" alt=\"\"\u003e\u003c\/div\u003e\n\u003ch3\u003eAnker SOLIX C300 DC\u003c\/h3\u003e\n\u003cp class=\"drt-solix-desc\"\u003eMore capacity with high-speed USB-C charging, perfect for mobile power users.\u003c\/p\u003e\n\u003cdiv class=\"drt-solix-spec\"\u003e\n\u003cdiv class=\"drt-solix-spec-item\"\u003e\n\u003cspan class=\"drt-solix-label\"\u003eCapacity\u003c\/span\u003e \u003cspan class=\"drt-solix-value\"\u003e288Wh\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-solix-spec-item\"\u003e\n\u003cspan class=\"drt-solix-label\"\u003eUSB-C Output\u003c\/span\u003e \u003cspan class=\"drt-solix-value\"\u003e140W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-solix-spec-item\"\u003e\n\u003cspan class=\"drt-solix-label\"\u003eBattery\u003c\/span\u003e \u003cspan class=\"drt-solix-value\"\u003eLiFePO₄\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-solix-spec-item\"\u003e\n\u003cspan class=\"drt-solix-label\"\u003eDimensions\u003c\/span\u003e \u003cspan class=\"drt-solix-value\"\u003e4.9 × 4.7 × 7.9in\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-solix-spec-item\"\u003e\n\u003cspan class=\"drt-solix-label\"\u003eNet Weight\u003c\/span\u003e \u003cspan class=\"drt-solix-value\"\u003e6.17lb\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-solix-spec-item\"\u003e\n\u003cspan class=\"drt-solix-label\"\u003eWarranty\u003c\/span\u003e \u003cspan class=\"drt-solix-value\"\u003e3 Years\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-solix-spec-item\"\u003e\n\u003cspan class=\"drt-solix-label\"\u003eUPS\u003c\/span\u003e \u003cspan class=\"drt-solix-value\"\u003eNo\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca href=\"\/products\/anker-solix-c300-dc\" class=\"drt-solix-btn\"\u003eView Product →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- ========== C300 ========== --\u003e\n\u003cdiv class=\"drt-solix-card\"\u003e\n\u003cdiv class=\"drt-solix-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10004_da34408d-987e-4dc0-b62f-af59b941e9c0.png?v=1784529712\" alt=\"\"\u003e\u003c\/div\u003e\n\u003ch3\u003eAnker SOLIX C300\u003c\/h3\u003e\n\u003cp class=\"drt-solix-desc\"\u003eFull portable power with AC output, UPS protection, and smart app control.\u003c\/p\u003e\n\u003cdiv class=\"drt-solix-spec\"\u003e\n\u003cdiv class=\"drt-solix-spec-item\"\u003e\n\u003cspan class=\"drt-solix-label\"\u003eCapacity\u003c\/span\u003e \u003cspan class=\"drt-solix-value\"\u003e288Wh\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-solix-spec-item\"\u003e\n\u003cspan class=\"drt-solix-label\"\u003eAC Output\u003c\/span\u003e \u003cspan class=\"drt-solix-value\"\u003e300W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-solix-spec-item\"\u003e\n\u003cspan class=\"drt-solix-label\"\u003eUPS\u003c\/span\u003e \u003cspan class=\"drt-solix-value\"\u003e\u0026lt;10ms\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-solix-spec-item\"\u003e\n\u003cspan class=\"drt-solix-label\"\u003eDimensions\u003c\/span\u003e \u003cspan class=\"drt-solix-value\"\u003e6.5 × 6.3 × 9.5in\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-solix-spec-item\"\u003e\n\u003cspan class=\"drt-solix-label\"\u003eNet Weight\u003c\/span\u003e \u003cspan class=\"drt-solix-value\"\u003e9.1lb\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-solix-spec-item\"\u003e\n\u003cspan class=\"drt-solix-label\"\u003eWarranty\u003c\/span\u003e \u003cspan class=\"drt-solix-value\"\u003e5 Years\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-solix-spec-item\"\u003e\n\u003cspan class=\"drt-solix-label\"\u003eUPS\u003c\/span\u003e \u003cspan class=\"drt-solix-value\"\u003e\u0026lt;10ms\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca href=\"\/products\/anker-solix-c300\" class=\"drt-solix-btn\"\u003eView Product →\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48127648006402,"sku":"A1723111","price":259.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/C300X.webp?v=1787286211"},{"product_id":"anker-solix-f3800-portable-power-station-3-840wh-6-000w-lifepo4-battery","title":"Anker SOLIX F3800 Portable Power Station - 3,840Wh | 6,000W LiFePO4 Battery","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        .btn-sm {\n            display: inline-block;\n            font-weight: 600;\n            font-size: 13px;\n            padding: 10px 24px;\n            border-radius: 40px;\n            border: none;\n            cursor: pointer;\n            transition: all 0.2s ease;\n            background: #0066ff;\n            color: #fff;\n        }\n        .btn-sm:hover {\n            background: #0052cc;\n            transform: translateY(-1px);\n        }\n        .btn-sm-outline {\n            background: transparent;\n            border: 1.5px solid #d0d8e8;\n            color: #1a1a2e;\n        }\n        .btn-sm-outline:hover {\n            background: #f0f4ff;\n            border-color: #0066ff;\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 40px;\n            background: #ffffff;\n            text-align: center;\n        }\n        .hero-grid {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 40px;\n            max-width: 940px;\n            margin: 0 auto;\n        }\n        .hero-content {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            width: 100%;\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        .hero-content .product-badge .new {\n            background: #0066ff;\n            color: #fff;\n            padding: 2px 10px;\n            border-radius: 20px;\n            font-size: 11px;\n            margin-left: 8px;\n        }\n        .hero-content h1 {\n            font-size: clamp(38px, 6vw, 60px);\n            font-weight: 900;\n            line-height: 1.05;\n            color: #1a1a2e;\n            margin-bottom: 8px;\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 .subtitle {\n            font-size: 19px;\n            color: #5a6a8a;\n            max-width: 660px;\n            margin: 0 auto 12px;\n            line-height: 1.6;\n        }\n        .hero-badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px 16px;\n            margin-bottom: 28px;\n            justify-content: center;\n        }\n        .hero-badges span {\n            background: #eef4ff;\n            padding: 5px 16px;\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-visual {\n            border-radius: 20px;\n            overflow: hidden;\n            background: #eef4ff;\n            width: 100%;\n            max-width: 880px;\n            aspect-ratio: 16 \/ 9;\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        }\n        .hero-visual img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n        }\n\n       \n\n        \/* ────────────── ④ WHOLE-HOME BACKUP ────────────── *\/\n        .home-backup {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\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: 1 \/ 1;\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: 900;\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 ────────────── *\/\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        .flow-card {\n            flex: 0 0 300px;\n            border-radius: 16px;\n            overflow: hidden;\n            background: #1a2230;\n            border: 1px solid rgba(300, 300, 300, 0.08);\n            transition: 0.3s ease;\n            text-align: center;\n        }\n        .flow-card:hover {\n            transform: translateY(-4px);\n            border-color: #0066ff;\n        }\n        .flow-card .flow-image {\n            width: 100%;\n            height: 200px;\n            overflow: hidden;\n            background: #0f1520;\n        }\n        .flow-card .flow-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n        }\n        .flow-card .flow-content {\n            padding: 14px 14px;\n            color: #fff;\n        }\n        .flow-card .flow-title {\n            font-size: 14px;\n            font-weight: 700;\n            color: rgba(255, 255, 255, 0.95);\n            margin-bottom: 2px;\n        }\n        .flow-card .flow-desc {\n            font-size: 11px;\n            color: rgba(255,255,255,0.75);\n            line-height: 1.4;\n        }\n        .flow-arrow {\n            font-size: 24px;\n            color: #ffffff;\n            font-weight: 300;\n            padding: 0 4px;\n        }\n        @media (max-width: 768px) {\n            .flow-grid { flex-direction: column; }\n            .flow-arrow { transform: rotate(90deg); padding: 6px 0; }\n            .flow-card { width: 100%; max-width: 280px; }\n        }\n\n        \/* ────────────── ⑥ RECHARGE OPTIONS ────────────── *\/\n        .recharge-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 24px;\n            margin-top: 48px;\n        }\n        .recharge-card {\n            background: #ffffff;\n            border-radius: 20px;\n            padding: 28px 24px;\n            border: 1px solid #eef2fa;\n            text-align: center;\n            transition: 0.3s ease;\n        }\n        .recharge-card:hover {\n            border-color: #0066ff;\n            transform: translateY(-4px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.06);\n        }\n        .recharge-card .icon {\n            font-size: 36px;\n            margin-bottom: 12px;\n        }\n        .recharge-card h4 {\n            font-size: 18px;\n            font-weight: 700;\n            color: #1a1a2e;\n            margin-bottom: 4px;\n        }\n        .recharge-card .power {\n            font-size: 24px;\n            font-weight: 800;\n            color: #0066ff;\n        }\n        .recharge-card p {\n            color: #5a6a8a;\n            font-size: 14px;\n            margin-top: 4px;\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 \/* ────────────── ⑦ INSTALLATION SCENARIOS ────────────── *\/\n        .scenario-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 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        \/* ────────────── ⑧ EV \u0026 RV READY ────────────── *\/\n        .ev-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 50px;\n            align-items: center;\n        }\n        .ev-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        .ev-grid .visual img {\n            width: 100%;\n            border-radius: 16px;\n        }\n        .ev-grid .info h2 {\n            font-size: clamp(28px, 3.2vw, 38px);\n            font-weight: 800;\n            color: #1a1a2e;\n            margin-bottom: 16px;\n        }\n        .ev-grid .info p {\n            color: #5a6a8a;\n            font-size: 17px;\n            line-height: 1.8;\n            margin-bottom: 16px;\n        }\n        .ev-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 12px;\n        }\n        .ev-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        \/* ────────────── ⑨ COMPARISON TABLE ────────────── *\/\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            min-width: 600px;\n        }\n        .comparison-table th {\n            background: #f8faff;\n            padding: 18px 24px;\n            text-align: left;\n            font-weight: 700;\n            color: #1a1a2e;\n            border-bottom: 2px solid #eef2fa;\n            font-size: 14px;\n        }\n        .comparison-table th:first-child { width: 30%; }\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        .comparison-table .highlight-row td {\n            background: #f0f7ff;\n        }\n        .comparison-table .badge-new {\n            background: #0066ff;\n            color: #fff;\n            font-size: 10px;\n            font-weight: 700;\n            padding: 2px 10px;\n            border-radius: 20px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            display: inline-block;\n        }\n        .comparison-table .upgrade {\n            color: #0066ff;\n            font-weight: 600;\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: 2px 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: 36%;\n        }\n        .spec-table .value {\n            font-weight: 500;\n        }\n\n        \/* ────────────── ⑪ WHAT'S IN THE BOX ────────────── *\/\n        .included-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-top: 48px;\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: 15px;\n            font-weight: 600;\n            color: #1a1a2e;\n        }\n        .included-item .info p {\n            font-size: 13px;\n            color: #5a6a8a;\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        .faq-answer strong {\n            color: #1a1a2e;\n        }\n\n        \/* ────────────── ⑬ CTA ────────────── *\/\n        .cta-section {\n            background: #0b1a40;\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: #ffff;\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.1);\n            color: #ffff;\n        }\n        .cta-section .btn-outline:hover {\n            background: rgba(255,255,255,0.09);\n            border-color: #ffff;\n        }\n\n        \/* ────────────── RESPONSIVE ────────────── *\/\n        @media (max-width: 1024px) {\n            .cards-grid, .metrics-grid, .recharge-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            .home-backup, .app-grid, .ev-grid {\n                grid-template-columns: 1fr;\n                gap: 40px;\n            }\n            .home-backup .visual, .app-grid .visual, .ev-grid .visual {\n                aspect-ratio: 16 \/ 10;\n            }\n        }\n        @media (max-width: 768px) {\n            .hero-grid {\n                gap: 32px;\n            }\n            .hero-content p {\n                max-width: 100%;\n            }\n            .cards-grid, .metrics-grid, .recharge-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            section {\n                padding: 60px 0;\n            }\n            .cta-section {\n                padding: 40px 24px;\n            }\n            .hero-badges {\n                justify-content: center;\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            .comparison-table {\n                font-size: 13px;\n                min-width: 480px;\n            }\n            .comparison-table th,\n            .comparison-table td {\n                padding: 12px 16px;\n            }\n        }\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\n\u003cp\u003e \u003c\/p\u003e\n\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\u003ch1\u003eAnker SOLIX F3800 Series \u003cbr\u003e\n\u003c\/h1\u003e\n\u003ch2\u003eReliable Power to Outlast Outage\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003eThe Most Accessible Whole-Home Backup Power\u003c\/p\u003e\n\u003cdiv class=\"hero-visual\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/90_P_KV_1x_1_1-tuya_3840x_4d072ac9-5b97-41e1-adef-121755123994.jpg?v=1783081764\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\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\"\u003eThe F3800 Plus Advantage\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eMore Power. More Ways to \u003cspan class=\"highlight\"\u003eRecharge.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-desc centered\"\u003eThe F3800 Plus builds on the original with upgraded solar input and generator compatibility — making it the most versatile whole-home backup system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"scenario-grid\"\u003e\n\u003cdiv class=\"scenario-card\" style=\"text-align: start;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/img_3840x_ef626473-9068-445b-8394-0cb1b4310b0a.jpg?v=1783081951\" style=\"margin-right: 10px; margin-bottom: 16px; float: none;\"\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003eSolar Inpit\u003c\/h4\u003e\n\u003cp\u003eUp To Massive 3200W Solar\u003cbr\u003e2 ×165VDC MPPT Input\u003cbr\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\/Group_2121234979_3840x_6ba94213-e8c1-4725-8640-c4efe6bd638e.jpg?v=1783082007\" alt=\"\"\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003eRecharge with Generator\u003c\/h4\u003e\n\u003cp\u003e240V\/6000W Bypass\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\/A17B1111_scenario_01_US_3840x_00456bc9-6ff9-460e-9b80-b3bd20d892cb.jpg?v=1783081917\" alt=\"\"\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003e120V\/240V Dual-Voltage Output\u003c\/h4\u003e\n\u003cp\u003eBuilt-in NEMA L14-30 Port\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\/image_12_3840x_c896fdf1-cca3-4beb-b6cc-fe29276207d4.jpg?v=1783081917\" alt=\"\"\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003eUP to 53.8kWh\u003c\/h4\u003e\n\u003cp\u003eMax Expandable for Weeks of Power\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!-- ④ WHOLE-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 alt=\"SOLIX F3800 Plus powering a modern home\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/5703\/0332\/files\/Group_1288113982_3838x.jpg?v=1737614085\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"info\"\u003e\n\u003cspan class=\"section-label\"\u003eWhole-Home Backup\u003c\/span\u003e\n\u003ch2\u003eKeep Your Home Running Without Interruption\u003c\/h2\u003e\n\u003cp\u003eDeliver up to 6,000W of continuous output with native 120V\/240V dual-voltage power, allowing the F3800 Plus to operate multiple essential appliances at the same time during outages.\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 Central 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 Wi-Fi \/ Internet\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 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 EV Charger\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 Microwave\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 Workshop Tools\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 Electric Oven\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!-- ⑤ ENERGY FLOW --\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\"\u003eHow the System Works\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eSmart Energy Flow. \u003cspan class=\"highlight\"\u003eTotal Control.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp style=\"color: #b0c4e8;\" class=\"section-desc centered\"\u003eThe F3800 Plus intelligently manages energy from solar, grid, and generator to power your home — automatically.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flow-grid\"\u003e\n\u003cdiv class=\"flow-card\"\u003e\n\u003cdiv class=\"flow-image\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/5703\/0332\/files\/img_4_-tuya_3840x.jpg?v=1740450510\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flow-content\"\u003e\n\u003cdiv class=\"flow-title\"\u003e☀️ Solar Input\u003c\/div\u003e\n\u003cdiv class=\"flow-desc\"\u003eUp to 3,200W · 2×165V MPPT\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flow-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"flow-card\"\u003e\n\u003cdiv class=\"flow-image\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg alt=\"Anker SOLIX F3800 Plus Portable Power Station - 3,840Wh | 6,000W\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10003_db510e02-ef69-4094-9e21-7f2df280f9b4.png?v=1783678878\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flow-content\"\u003e\n\u003cdiv class=\"flow-title\"\u003e🔋 F3800 Plus\u003c\/div\u003e\n\u003cdiv class=\"flow-desc\"\u003e3.84–53.8kWh storage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flow-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"flow-card\"\u003e\n\u003cdiv class=\"flow-image\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/5703\/0332\/files\/Frame_1312316752_1_-tuya_3840x.jpg?v=1740454211\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flow-content\"\u003e\n\u003cdiv class=\"flow-title\"\u003e🏠 Your Home\u003c\/div\u003e\n\u003cdiv class=\"flow-desc\"\u003e6,000–12,000W backup\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flow-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"flow-card\"\u003e\n\u003cdiv class=\"flow-image\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/Group_2121234979_3840x.png?v=1741838307\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"flow-content\"\u003e\n\u003cdiv class=\"flow-title\"\u003e🔌 Generator\u003c\/div\u003e\n\u003cdiv class=\"flow-desc\"\u003e6,000W 240V bypass\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"color: #b0c4e8; margin-top: 32px;\" class=\"text-center\"\u003eExcess solar energy is stored during the day and used at night, during peak rates, or when the grid goes down — with generator backup for extended outages.\u003cmeta charset=\"utf-8\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================ --\u003e\u003c!-- ⑥ RECHARGE OPTIONS --\u003e\u003c!-- ============================================================ --\u003e\u003c!-- ============================================================ --\u003e\u003c!-- ⑦ SMART APP CONTROL --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-lightblue\"\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\/0522\/5703\/0332\/files\/img_5_-tuya_3840x.jpg?v=1740454402\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info\"\u003e\n\u003cspan class=\"section-label\"\u003eSmart Control\u003c\/span\u003e\n\u003ch2\u003eManage Your Power. \u003cspan class=\"highlight\"\u003eFrom Anywhere.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eMonitor real-time battery status, track solar generation, customize backup priorities, and control your system remotely with the Anker app — available for iOS and Android.\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 Real-time Monitoring\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 Remote Control\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 Usage Analytics\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 Storm Guard 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 Auto Storm Charging\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 Firmware Updates\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!-- ⑧ EV \u0026 RV READY --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ============================================================ --\u003e\n\u003csection class=\"bg-white\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"ev-grid\"\u003e\n\u003cdiv class=\"visual\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0522\/5703\/0332\/files\/17618566_1-1-tuya_3840x.jpg?v=1737692478\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info\"\u003e\n\u003cspan class=\"section-label\"\u003eEV \u0026amp; RV Ready\u003c\/span\u003e\n\u003ch2\u003ePower Your \u003cspan class=\"highlight\"\u003eJourney.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eThe F3800 Plus comes with a built-in \u003cstrong\u003eNEMA L14-30\u003c\/strong\u003e port and supports TT-30P connections, making it the perfect companion for electric vehicles, RVs, and off-grid adventures.[reference:14]\u003c\/p\u003e\n\u003cdiv class=\"ev-tags\"\u003e\n\u003cspan\u003e🔌 NEMA L14-30\u003c\/span\u003e \u003cspan\u003e🔌 TT-30P\u003c\/span\u003e \u003cspan\u003e⚡ EV Charging\u003c\/span\u003e \u003cspan\u003e🚐 RV Power\u003c\/span\u003e \u003cspan\u003e🔋 Zero Emissions\u003c\/span\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\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003eUpgrade Your Existing F3800 with F3800 Plus — Your Way\u003c\/h3\u003e\n\u003ctable width=\"100%\" style=\"width: 100.031%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 33.33%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/Group_2121234976_1_3840x.png?v=1741685238\"\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 33.33%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/Group_1_1_ad5ac2e1-4bb4-4e0f-bd28-274aa8041210_3840x.png?v=1741255588\"\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 33.33%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/Group_2121235018_1_3840x.png?v=1741685238\"\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- ⑨ PRODUCT COMPARISON: F3800 vs F3800 Plus --\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\"\u003eF3800 vs. \u003cspan class=\"highlight\"\u003eF3800 Plus\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-desc centered\"\u003eThe F3800 Plus delivers upgraded solar input and generator compatibility — making it the ultimate whole-home backup solution.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-table-wrap\"\u003e\n\u003ctable class=\"comparison-table\" style=\"width: 116.543%; height: 992.421px;\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"height: 58.8991px;\"\u003e\n\u003cth style=\"width: 29.9538%; height: 58.8991px;\"\u003eFeature\u003c\/th\u003e\n\u003cth style=\"width: 27.8883%; height: 58.8991px;\"\u003eSOLIX F3800\u003c\/th\u003e\n\u003cth style=\"width: 42.0063%; height: 58.8991px;\"\u003eSOLIX F3800 Plus \u003cspan class=\"badge-new\"\u003eNew\u003c\/span\u003e\n\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 55.8523px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 55.8523px;\"\u003eBase Capacity\u003c\/td\u003e\n\u003ctd style=\"width: 27.8883%; height: 55.8523px;\"\u003e3.84 kWh\u003c\/td\u003e\n\u003ctd style=\"width: 42.0063%; height: 55.8523px;\"\u003e3.84 kWh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 77.8977px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 77.8977px;\"\u003eMax Expandable Capacity\u003c\/td\u003e\n\u003ctd style=\"width: 27.8883%; height: 77.8977px;\"\u003e53.8 kWh\u003c\/td\u003e\n\u003ctd style=\"width: 42.0063%; height: 77.8977px;\"\u003e53.8 kWh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 77.8977px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 77.8977px;\"\u003eAC Output (Continuous)\u003c\/td\u003e\n\u003ctd style=\"width: 27.8883%; height: 77.8977px;\"\u003e6,000W\u003c\/td\u003e\n\u003ctd style=\"width: 42.0063%; height: 77.8977px;\"\u003e6,000W (12,000W with 2 units)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 55.3977px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 55.3977px;\"\u003eSurge Output\u003c\/td\u003e\n\u003ctd style=\"width: 27.8883%; height: 55.3977px;\"\u003e9,000W\u003c\/td\u003e\n\u003ctd style=\"width: 42.0063%; height: 55.3977px;\"\u003e9,000W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 55.3977px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 55.3977px;\"\u003eSolar Input (Max)\u003c\/td\u003e\n\u003ctd style=\"width: 27.8883%; height: 55.3977px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eUp to 2,400W\u003c\/td\u003e\n\u003ctd class=\"upgrade\" style=\"width: 42.0063%; height: 55.3977px;\"\u003eUp to 3,200W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 77.8977px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 77.8977px;\"\u003eSolar Input Voltage\u003c\/td\u003e\n\u003ctd style=\"width: 27.8883%; height: 77.8977px;\"\u003e11-60V \u003cmeta charset=\"utf-8\"\u003eMPPT\u003c\/td\u003e\n\u003ctd class=\"upgrade\" style=\"width: 42.0063%; height: 77.8977px;\"\u003e11-165V \u003cmeta charset=\"utf-8\"\u003eDual MPPT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 77.8977px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 77.8977px;\"\u003eGenerator Bypass\u003c\/td\u003e\n\u003ctd class=\"cross\" style=\"width: 27.8883%; height: 77.8977px;\"\u003e✗\u003c\/td\u003e\n\u003ctd class=\"check\" style=\"width: 42.0063%; height: 77.8977px;\"\u003e✓ \u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 77.8977px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 77.8977px;\"\u003eCharge While Discharging\u003c\/td\u003e\n\u003ctd class=\"cross\" style=\"width: 27.8883%; height: 77.8977px;\"\u003e✗\u003c\/td\u003e\n\u003ctd class=\"check\" style=\"width: 42.0063%; height: 77.8977px;\"\u003e✓\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 55.3977px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 55.3977px;\"\u003eEV\/RV Outlets\u003c\/td\u003e\n\u003ctd style=\"width: 27.8883%; height: 55.3977px;\"\u003eNEMA L14-30\u003c\/td\u003e\n\u003ctd style=\"width: 42.0063%; height: 55.3977px;\"\u003eNEMA L14-30, TT-30P\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 77.8977px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 77.8977px;\"\u003eStorm Guard Auto Backup\u003c\/td\u003e\n\u003ctd class=\"check\" style=\"width: 27.8883%; height: 77.8977px;\"\u003e✓\u003c\/td\u003e\n\u003ctd class=\"check\" style=\"width: 42.0063%; height: 77.8977px;\"\u003e✓\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 77.8977px;\"\u003e\n\u003ctd style=\"width: 29.9538%; height: 77.8977px;\"\u003eBest For\u003c\/td\u003e\n\u003ctd style=\"width: 27.8883%; height: 77.8977px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eHome backup \u0026amp; everyday power\u003c\/td\u003e\n\u003ctd style=\"width: 42.0063%; height: 77.8977px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eAdvanced whole-home backup \u0026amp; faster solar charging\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!-- ⑩ TECHNICAL SPECIFICATIONS --\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\"\u003eTechnical Specifications\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eSpecs at a \u003cspan class=\"highlight\"\u003eGlance\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-desc centered\"\u003eBuilt with robust hardware and intelligent software, the F3800 Plus delivers reliable, efficient energy for your household.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-table-wrap\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/F3800_specs.png?v=1784187766\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================ --\u003e\u003c!-- ⑪ WHAT'S IN THE BOX --\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\"\u003eWhat's in the Box\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eIn the \u003cspan class=\"highlight\"\u003eBox\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"section-desc centered\"\u003eEverything you need to get started — neatly packed and ready to go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"included-grid\"\u003e\n\u003cdiv class=\"included-item\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0517\/6767\/3016\/files\/A1790__3_3840x.png?v=1704272163\" width=\"68\" height=\"67\"\u003e\u003cbr\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003eAnker SOLIX F3800 \u003c\/h4\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0517\/6767\/3016\/files\/1_9fae44de-4f0d-41f6-8580-654613a966e1_3840x.png?v=1704272163\" width=\"60\" height=\"57\"\u003e\u003cbr\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003eAC Charging Cable\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg height=\"60\" width=\"60\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/output_3_-Photoroom_3840x.png?v=1733293412\"\u003e\u003cbr\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003eAnker SOLIX MC4-to-XT60 Charging Cable\u003c\/span\u003e\n\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/14-Photoroom1_3840x.png?v=1742539980\" width=\"60\" height=\"60\"\u003e\u003cbr\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003eAnker SOLIX Solar Charging Connector\u003cmeta charset=\"utf-8\"\u003e\u003c\/span\u003e\u003ca title=\"Anker SOLIX F3800 user manual\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1790_V4_EN_US__UserGuide_Web_20240802.pdf?v=1730952713\"\u003e\u003c\/a\u003e\n\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"included-item\"\u003e\n\u003cdiv class=\"icon\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg height=\"116\" width=\"78\" style=\"float: left;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0517\/6767\/3016\/files\/1_1_f6711133-7ba7-4ee9-a470-049f7b98e77c_3840x.png?v=1704334822\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info\"\u003e\n\u003ch4\u003eUser Manual\u003c\/h4\u003e\n\u003cp\u003e\u003ca title=\"Anker SOLIX F3800 user manual\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1790_V4_EN_US__UserGuide_Web_20240802.pdf?v=1730952713\"\u003eDownloads\u003c\/a\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!-- ⑫ FAQ --\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\"\u003eFAQ\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked \u003cspan class=\"highlight\"\u003eQuestions\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat's the difference between F3800 and F3800 Plus?\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7 10l5 5 5-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eThere are two main upgrades: \u003cstrong\u003e1) Solar input\u003c\/strong\u003e increased from 2,400W to 3,200W with dual 165V MPPT inputs, supporting up to eight 400W panels.[reference:30] \u003cstrong\u003e2) 240V generator bypass\u003c\/strong\u003e — the F3800 Plus can charge from a 240V pure sine wave generator while simultaneously powering your home.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eCan the F3800 Plus power my central air conditioner?\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7 10l5 5 5-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. With 6,000W continuous output (12,000W with two units) and 9,000W surge capacity, the F3800 Plus can start and run central AC units, refrigerators, well pumps, and other high-draw appliances.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eHow long does it take to recharge with solar?\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7 10l5 5 5-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eWith the full 3,200W solar input (eight 400W panels in optimal sunlight), the F3800 Plus can fully recharge in \u003cstrong\u003eunder 2 hours\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eCan I use the F3800 Plus with my existing transfer switch?\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7 10l5 5 5-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The F3800 Plus is compatible with most existing \u003cstrong\u003etransfer switches and inlet boxes\u003c\/strong\u003e, making it easy to integrate into your home's electrical system.[reference:34] For the full smart experience, the Anker SOLIX Home Power Panel enables Storm Guard automatic backup before severe weather.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat is Storm Guard and how does it work?\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7 10l5 5 5-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eStorm Guard is a smart feature that monitors severe weather alerts. When the F3800 Plus and Home Power Panel are notified of extreme weather, they \u003cstrong\u003estart charging automatically\u003c\/strong\u003e, so you have plenty of backup energy when the storm arrives.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eIs the F3800 Plus safe for indoor use?\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7 10l5 5 5-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The F3800 Plus uses LiFePO₄ battery chemistry with multiple safety layers, including over-voltage, over-current, and thermal protection. It produces zero emissions, operates silently, and is \u003cstrong\u003eUL 9540\/9540A certified\u003c\/strong\u003e for indoor installation.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cspan\u003eWhat warranty does the F3800 Plus come with?\u003c\/span\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M7 10l5 5 5-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe F3800 Plus comes with a \u003cstrong\u003e5-year standard warranty\u003c\/strong\u003e covering the power module and battery modules, with EV-grade LFP batteries designed for \u003cstrong\u003e10+ years of lifespan\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Anker SOLIX","offers":[{"title":"Anker SOLIX F3800 Portable Power Station","offer_id":48329375482114,"sku":"A1790111","price":1799.99,"currency_code":"USD","in_stock":true},{"title":"F3800 + BP3800 Expansion","offer_id":48329375514882,"sku":"BN-F38-BP38","price":3799.98,"currency_code":"USD","in_stock":true},{"title":"F3800 + PS400 Solar Kit","offer_id":48329375547650,"sku":"BN-F38-PS4","price":2699.98,"currency_code":"USD","in_stock":true},{"title":"F3800 + BP3800 + 2× PS400 Ultimate Kit","offer_id":48329375580418,"sku":"BN-F38-FULL","price":5199.96,"currency_code":"USD","in_stock":true},{"title":"F3800 + Smart Generator 5500","offer_id":48329375613186,"sku":"BN-F38-GEN","price":3998.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/F3800.webp?v=1787284427"},{"product_id":"anker-solix-c2000x-gen-2-portable-power-station-2-048wh-2-400w","title":"Anker SOLIX C2000X Gen 2 Portable Power Station - 2,048Wh | 2,400W","description":"\u003cstyle\u003e\n  .solix-c2000x {\n    --black: #000;\n    --dark: #111;\n    --gray: #6e6e73;\n    --light: #f5f5f7;\n    --border: #e5e5e7;\n    --white: #fff;\n    --radius: 24px;\n    --max-width: 1280px;\n\n    width: 100%;\n    max-width: 100%;\n    margin: 0 auto;\n    padding: 0;\n    color: var(--black);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.2;\n    overflow: hidden;\n    box-sizing: border-box;\n  }\n\n  .solix-c2000x *,\n  .solix-c2000x *::before,\n  .solix-c2000x *::after {\n    box-sizing: border-box;\n  }\n\n  .solix-c2000x img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 0;\n    padding: 0;\n  }\n\n  .solix-c2000x h1,\n  .solix-c2000x h2,\n  .solix-c2000x h3,\n  .solix-c2000x h4,\n  .solix-c2000x p {\n    margin-top: 0;\n  }\n\n  .c2000x-container {\n    width: 100%;\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding-left: 24px;\n    padding-right: 24px;\n  }\n\n  .c2000x-section {\n    padding: 80px 0;\n  }\n\n  .c2000x-white {\n    background: #fff;\n  }\n\n  .c2000x-light {\n    background: var(--light);\n  }\n\n  .c2000x-dark {\n    background: #000;\n    color: #fff;\n  }\n\n  .c2000x-center {\n    text-align: center;\n  }\n\n  .c2000x-eyebrow {\n    margin: 0 0 12px;\n    color: #86868c;\n    font-size: 14px;\n    line-height: 1.4;\n    font-weight: 700;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n  }\n\n  .c2000x-title {\n    margin: 0;\n    font-size: clamp(32px, 4vw, 54px);\n    line-height: 1.08;\n    font-weight: 700;\n    letter-spacing: -.035em;\n  }\n\n  .c2000x-subtitle {\n    max-width: 780px;\n    margin: 18px auto 0;\n    color: #6e6e73;\n    font-size: 18px;\n    line-height: 1.6;\n  }\n\n\n  \/* =========================\n     HERO\n  ========================= *\/\n\n  .c2000x-hero {\n    background: #F2F2F2;\n    color: #000000;\n    text-align: center;\n    padding: 72px 24px 0;\n  }\n\n  .c2000x-hero-inner {\n    max-width: 1280px;\n    margin: 0 auto;\n  }\n\n  .c2000x-hero h1 {\n    margin: 0;\n    font-size: clamp(38px, 5vw, 68px);\n    line-height: 1.00;\n    font-weight: 700;\n    letter-spacing: -.045em;\n  }\n\n  .c2000x-hero-tagline {\n    margin: 18px 0 0;\n    color: #a1a1a6;\n    font-size: clamp(18px, 2.2vw, 28px);\n    line-height: 1.3;\n    font-weight: 500;\n  }\n\n  .c2000x-hero-highlight {\n    max-width: 850px;\n    margin: 42px auto;\n  }\n\n  .c2000x-hero-highlight h2 {\n    margin: 0;\n    font-size: clamp(30px, 4vw, 52px);\n    line-height: 1.08;\n    font-weight: 700;\n  }\n\n  .c2000x-hero-highlight p {\n    margin: 14px 0 0;\n    color: #a1a1a6;\n    font-size: 18px;\n    line-height: 1.6;\n  }\n\n  .c2000x-hero-image {\n    max-width: 1280px;\n    margin: 0 auto;\n  }\n\n\n  \/* =========================\n     CORE STATS\n  ========================= *\/\n\n  .c2000x-stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1px;\n    overflow: hidden;\n    border: 1px solid #d9d9dc;\n    border-radius: var(--radius);\n    background: #d9d9dc;\n  }\n\n  .c2000x-stat {\n    padding: 40px 22px;\n    text-align: center;\n    background: #fff;\n  }\n\n  .c2000x-stat-number {\n    margin: 0;\n    font-size: clamp(30px, 3.4vw, 48px);\n    line-height: 1;\n    font-weight: 700;\n    letter-spacing: -.03em;\n  }\n\n  .c2000x-stat-label {\n    margin: 12px 0 0;\n    color: #6e6e73;\n    font-size: 15px;\n    line-height: 1.5;\n  }\n\n\n  \/* =========================\n     FEATURE IMAGE \/ TEXT\n  ========================= *\/\n\n  .c2000x-feature {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    align-items: center;\n    gap: 64px;\n  }\n\n  .c2000x-feature.reverse .c2000x-feature-copy {\n    order: 2;\n  }\n\n  .c2000x-feature.reverse .c2000x-feature-media {\n    order: 1;\n  }\n\n  .c2000x-feature-copy h2 {\n    margin: 0;\n    font-size: clamp(30px, 4vw, 50px);\n    line-height: 1.08;\n    letter-spacing: -.035em;\n  }\n\n  .c2000x-feature-copy h3 {\n    margin: 18px 0 0;\n    font-size: 24px;\n    line-height: 1.25;\n  }\n\n  .c2000x-feature-copy p {\n    margin: 18px 0 0;\n    color: #6e6e73;\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  .c2000x-feature-media {\n    overflow: hidden;\n    border-radius: var(--radius);\n  }\n\n  .c2000x-feature-media img {\n    transition: transform .4s ease;\n  }\n\n  .c2000x-feature-media:hover img {\n    transform: scale(1.02);\n  }\n\n\n  \/* =========================\n     FULL WIDTH IMAGE\n  ========================= *\/\n\n  .c2000x-full-image {\n    margin-top: 48px;\n    overflow: hidden;\n    border-radius: var(--radius);\n  }\n\n\n  \/* =========================\n     FAST CHARGING\n  ========================= *\/\n\n  .c2000x-charge-box {\n    max-width: 1280px;\n    margin: 48px auto 0;\n    overflow: hidden;\n    border-radius: var(--radius);\n  }\n\n  .c2000x-charge-copy {\n    max-width: 800px;\n    margin: 26px auto 0;\n    text-align: center;\n  }\n\n  .c2000x-charge-copy p {\n    margin: 0;\n    color: #6e6e73;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n\n  \/* =========================\n     POWER FEATURE\n  ========================= *\/\n\n  .c2000x-power-feature {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 64px;\n    align-items: center;\n  }\n\n  .c2000x-power-copy h2 {\n    margin: 0;\n    font-size: clamp(30px, 4vw, 50px);\n    line-height: 1.08;\n    letter-spacing: -.035em;\n  }\n\n  .c2000x-power-copy h3 {\n    margin: 18px 0 0;\n    font-size: 22px;\n  }\n\n  .c2000x-power-copy p {\n    margin: 16px 0 0;\n    color: #6e6e73;\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  .c2000x-power-image {\n    overflow: hidden;\n    border-radius: var(--radius);\n  }\n\n\n  \/* =========================\n     RV \/ ALTERNATOR CARDS\n  ========================= *\/\n\n  .c2000x-card-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 24px;\n    margin-top: 48px;\n  }\n\n  .c2000x-card {\n    overflow: hidden;\n    border-radius: var(--radius);\n    background: #fff;\n    border: 1px solid var(--border);\n  }\n\n  .c2000x-card-image img {\n    width: 100%;\n    aspect-ratio: 1.9 \/ 1;\n    object-fit: cover;\n  }\n\n  .c2000x-card-content {\n    padding: 28px;\n    text-align: center;\n  }\n\n  .c2000x-card-content h3 {\n    margin: 0;\n    font-size: 24px;\n    line-height: 1.25;\n  }\n\n  .c2000x-card-content h4 {\n    margin: 10px 0 0;\n    font-size: 16px;\n    font-weight: 600;\n  }\n\n  .c2000x-card-content p {\n    margin: 12px 0 0;\n    color: #6e6e73;\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n\n  \/* =========================\n     COMPACT\n  ========================= *\/\n\n  .c2000x-compact {\n    max-width: 1280px;\n    margin: 48px auto 0;\n    overflow: hidden;\n    border-radius: var(--radius);\n  }\n\n\n  \/* =========================\n     SMART APP\n  ========================= *\/\n\n  .c2000x-smart-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n    margin-top: 48px;\n  }\n\n  .c2000x-smart-card {\n    overflow: hidden;\n    border-radius: var(--radius);\n    background: #f5f5f7;\n  }\n\n  .c2000x-smart-card img {\n    aspect-ratio: 1.9 \/ 1;\n    object-fit: cover;\n  }\n\n  .c2000x-smart-card-content {\n    padding: 28px;\n    text-align: center;\n  }\n\n  .c2000x-smart-card-content h3 {\n    margin: 0;\n    font-size: 23px;\n  }\n\n  .c2000x-smart-card-content p {\n    margin: 12px 0 0;\n    color: #6e6e73;\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n\n  \/* =========================\n     LONG LIFE\n  ========================= *\/\n\n  .c2000x-longevity {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 64px;\n    align-items: center;\n  }\n\n  .c2000x-longevity-copy h2 {\n    margin: 0;\n    font-size: clamp(30px, 4vw, 50px);\n    line-height: 1.08;\n    letter-spacing: -.035em;\n  }\n\n  .c2000x-longevity-copy p {\n    margin: 18px 0 0;\n    color: #6e6e73;\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  .c2000x-longevity-image {\n    overflow: hidden;\n    border-radius: var(--radius);\n  }\n\n  .c2000x-note {\n    margin-top: 14px !important;\n    font-size: 13px !important;\n    line-height: 1.5 !important;\n    color: #86868c !important;\n  }\n\n\n  \/* =========================\n     IN THE BOX\n  ========================= *\/\n\n  .c2000x-box {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 64px;\n    align-items: center;\n  }\n\n  .c2000x-box-image {\n    overflow: hidden;\n    border-radius: var(--radius);\n  }\n\n  .c2000x-box-copy h2 {\n    margin: 0;\n    font-size: clamp(30px, 4vw, 48px);\n    line-height: 1.08;\n  }\n\n  .c2000x-box-list {\n    list-style: none;\n    padding: 0;\n    margin: 28px 0 0;\n  }\n\n  .c2000x-box-list li {\n    position: relative;\n    padding: 14px 0 14px 28px;\n    border-bottom: 1px solid var(--border);\n    font-size: 16px;\n  }\n\n  .c2000x-box-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 14px;\n    font-weight: 700;\n  }\n\n\n  \/* =========================\n     COMPARISON\n  ========================= *\/\n\n  .c2000x-comparison-wrapper {\n    width: 100%;\n    margin-top: 44px;\n    overflow-x: auto;\n    border: 1px solid #dcdce0;\n    border-radius: 20px;\n    background: #fff;\n  }\n\n  .c2000x-comparison {\n    width: 100%;\n    min-width: 820px;\n    border-collapse: collapse;\n    table-layout: fixed;\n  }\n\n  .c2000x-comparison th,\n  .c2000x-comparison td {\n    padding: 18px 14px;\n    border-bottom: 1px solid var(--border);\n    text-align: center;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .c2000x-comparison th:first-child,\n  .c2000x-comparison td:first-child {\n    width: 21%;\n    text-align: left;\n  }\n\n  .c2000x-comparison thead th {\n    background: #f5f5f7;\n    font-size: 16px;\n    font-weight: 700;\n  }\n\n  .c2000x-comparison tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .c2000x-comparison .highlight {\n    font-weight: 700;\n  }\n\n\n  \/* =========================\n     MOBILE\n  ========================= *\/\n\n  @media screen and (max-width: 900px) {\n\n    .c2000x-section {\n      padding: 56px 0;\n    }\n\n    .c2000x-container {\n      padding-left: 18px;\n      padding-right: 18px;\n    }\n\n    .c2000x-hero {\n      padding: 52px 18px 0;\n    }\n\n    .c2000x-stats {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .c2000x-feature,\n    .c2000x-power-feature,\n    .c2000x-longevity,\n    .c2000x-box {\n      grid-template-columns: 1fr;\n      gap: 32px;\n    }\n\n    .c2000x-feature.reverse .c2000x-feature-copy,\n    .c2000x-feature.reverse .c2000x-feature-media {\n      order: initial;\n    }\n\n    .c2000x-card-grid,\n    .c2000x-smart-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .c2000x-feature-copy p,\n    .c2000x-power-copy p,\n    .c2000x-longevity-copy p {\n      font-size: 16px;\n    }\n  }\n\n\n  @media screen and (max-width: 600px) {\n\n    .c2000x-section {\n      padding: 44px 0;\n    }\n\n    .c2000x-hero h1 {\n      font-size: 38px;\n    }\n\n    .c2000x-hero-tagline {\n      font-size: 18px;\n    }\n\n    .c2000x-hero-highlight {\n      margin: 32px auto;\n    }\n\n    .c2000x-hero-highlight h2 {\n      font-size: 32px;\n    }\n\n    .c2000x-stats {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .c2000x-stat {\n      padding: 26px 12px;\n    }\n\n    .c2000x-stat-number {\n      font-size: 30px;\n    }\n\n    .c2000x-stat-label {\n      font-size: 13px;\n    }\n\n    .c2000x-title,\n    .c2000x-feature-copy h2,\n    .c2000x-power-copy h2,\n    .c2000x-longevity-copy h2 {\n      font-size: 32px;\n    }\n\n    .c2000x-feature-copy h3 {\n      font-size: 21px;\n    }\n\n    .c2000x-feature-media,\n    .c2000x-full-image,\n    .c2000x-charge-box,\n    .c2000x-power-image,\n    .c2000x-card,\n    .c2000x-compact,\n    .c2000x-smart-card,\n    .c2000x-longevity-image,\n    .c2000x-box-image {\n      border-radius: 16px;\n    }\n\n    .c2000x-comparison {\n      min-width: 760px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"solix-c2000x\"\u003e\n\u003c!-- =====================================================\n       01. HERO\n  ====================================================== --\u003e\n\u003csection class=\"c2000x-hero\"\u003e\n\u003cdiv class=\"c2000x-hero-inner\"\u003e\n\u003ch1\u003eAnker SOLIX C2000X Gen 2\u003c\/h1\u003e\n\u003cp class=\"c2000x-hero-tagline\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e2,048Wh | 2,400W Portable Power Station\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"c2000x-hero-highlight\"\u003e\n\u003ch2\u003eYour Long-Lasting Fridge Backup\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eEfficient Power, Backup Longer\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c2000x-hero-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10003_14b7032d-fa7c-4bcc-964a-dd56761e9f7a.jpg?v=1784198978\" alt=\"Anker SOLIX C2000X Gen 2 2048Wh 2400W portable power station\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       02. CORE SPECS\n  ====================================================== --\u003e\n\u003csection class=\"c2000x-section c2000x-white\"\u003e\n\u003cdiv class=\"c2000x-container\"\u003e\n\u003cdiv class=\"c2000x-stats\"\u003e\n\u003cdiv class=\"c2000x-stat\"\u003e\n\u003cp class=\"c2000x-stat-number\"\u003e2,048Wh\u003c\/p\u003e\n\u003cp class=\"c2000x-stat-label\"\u003ePortable Power Capacity\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c2000x-stat\"\u003e\n\u003cp class=\"c2000x-stat-number\"\u003e2,400W\u003c\/p\u003e\n\u003cp class=\"c2000x-stat-label\"\u003eContinuous AC Output\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c2000x-stat\"\u003e\n\u003cp class=\"c2000x-stat-number\"\u003e4,000W\u003c\/p\u003e\n\u003cp class=\"c2000x-stat-label\"\u003ePeak Output\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c2000x-stat\"\u003e\n\u003cp class=\"c2000x-stat-number\"\u003e58 Min\u003c\/p\u003e\n\u003cp class=\"c2000x-stat-label\"\u003eAC Recharge to 100%\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       03. EFFICIENT POWER\n  ====================================================== --\u003e\n\u003csection class=\"c2000x-section c2000x-light\"\u003e\n\u003cdiv class=\"c2000x-container\"\u003e\n\u003cdiv class=\"c2000x-center\"\u003e\n\u003ch2 class=\"c2000x-title\"\u003eEfficient Power for Longer Appliance Runtime\u003c\/h2\u003e\n\u003cp class=\"c2000x-subtitle\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eDesigned to deliver efficient, dependable power for essential appliances, C2000X Gen 2 helps keep your refrigerator and other everyday devices running longer during outages.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c2000x-full-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/Group_2121236299_3840x.png?v=1765183973\" alt=\"Anker SOLIX C2000X Gen 2 efficient power for longer refrigerator runtime\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       04. FAST RECHARGE\n  ====================================================== --\u003e\n\u003csection class=\"c2000x-section c2000x-white\"\u003e\n\u003cdiv class=\"c2000x-container\"\u003e\n\u003cdiv class=\"c2000x-center\"\u003e\n\u003cp class=\"c2000x-eyebrow\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch2 class=\"c2000x-title\"\u003eUltra-Fast Recharge in Just 58 Minutes\u003c\/h2\u003e\n\u003cp class=\"c2000x-subtitle\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eNever wait long for power again.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c2000x-charge-box\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/6_ways.png?v=1784261359\" alt=\"Anker SOLIX C2000X Gen 2 six charging methods including AC solar car and alternator charging\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"c2000x-charge-copy\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eRecharge your power station with up to six different charging methods, including AC, solar, car, alternator charging, or combined AC + solar charging for maximum flexibility.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       05. POWER OUTPUT\n  ====================================================== --\u003e\n\u003csection class=\"c2000x-section c2000x-light\"\u003e\n\u003cdiv class=\"c2000x-container\"\u003e\n\u003cdiv class=\"c2000x-power-feature\"\u003e\n\u003cdiv class=\"c2000x-power-copy\"\u003e\n\u003ch2\u003eRun 99% of Appliances with Robust Power Output\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eWith 2,400W of continuous AC output and up to 4,000W peak power, C2000X Gen 2 delivers the power needed for a wide range of household appliances and essential devices.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       06. ALTERNATOR + RV\n  ====================================================== --\u003e\n\u003csection class=\"c2000x-section c2000x-white\"\u003e\n\u003cdiv class=\"c2000x-container\"\u003e\n\u003cdiv class=\"c2000x-center\"\u003e\n\u003cp class=\"c2000x-eyebrow\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch2 class=\"c2000x-title\"\u003eMore Ways to Stay Powered\u003c\/h2\u003e\n\u003cp class=\"c2000x-subtitle\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eFrom fast alternator charging to a dedicated TT-30 RV outlet, C2000X Gen 2 gives you flexible power wherever you need it\u003c\/span\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c2000x-card-grid\"\u003e\n\u003c!-- Alternator --\u003e\n\u003cdiv class=\"c2000x-card\"\u003e\n\u003cdiv class=\"c2000x-card-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/Group_2121236727_5493f72b-fa02-4818-8b89-d7b948a909aa_3840x.png?v=1765184368\" alt=\"Anker SOLIX C2000X Gen 2 800W alternator charging for home backup and RV\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"c2000x-card-content\"\u003e\n\u003ch3\u003e800W UltraFast Alternator Charging\u003c\/h3\u003e\n\u003ch4\u003eBuilt for Home Backup \u0026amp; RV Life\u003c\/h4\u003e\n\u003cp\u003eRecharge on the road with up to 800W alternator charging, giving you another flexible way to replenish power while traveling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- RV --\u003e\n\u003cdiv class=\"c2000x-card\"\u003e\n\u003cdiv class=\"c2000x-card-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/img_1_461ae60d-b169-46df-b55d-1aa61ae1f3d4_3840x.png?v=1763712460\" alt=\"Anker SOLIX C2000X Gen 2 TT-30 RV power outlet\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"c2000x-card-content\"\u003e\n\u003ch3\u003ePower Your Entire RV via TT-30 Port\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eEquipped with a TT-30 socket, C2000X Gen 2 provides reliable power for your RV, home, or wherever your adventures take you.\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\n\u003c!-- =====================================================\n       07. COMPACT DESIGN\n  ====================================================== --\u003e\n\u003csection class=\"c2000x-section c2000x-light\"\u003e\n\u003cdiv class=\"c2000x-container\"\u003e\n\u003cdiv class=\"c2000x-center\"\u003e\n\u003ch2 class=\"c2000x-title\"\u003eSuper Light, Super Compact\u003c\/h2\u003e\n\u003cp class=\"c2000x-subtitle\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eWith a compact portable design and a weight of 41.7 lb, C2000X Gen 2 delivers 2,048Wh of capacity without taking up unnecessary space.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c2000x-compact\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/Group_2121236594_3840x.jpg?v=1760953697\" alt=\"Anker SOLIX C2000X Gen 2 compact portable 2048Wh power station\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       08. SMART APP\n  ====================================================== --\u003e\n\u003csection class=\"c2000x-section c2000x-white\"\u003e\n\u003cdiv class=\"c2000x-container\"\u003e\n\u003cdiv class=\"c2000x-center\"\u003e\n\u003cp class=\"c2000x-eyebrow\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch2 class=\"c2000x-title\"\u003eSmart App Control\u003c\/h2\u003e\n\u003cp class=\"c2000x-subtitle\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eControl your power station from anywhere. Set charging schedules, monitor battery status, and save on electricity with Auto-Charging.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c2000x-full-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/Group_2121236595_3840x.png?v=1761295571\" alt=\"Anker SOLIX C2000X Gen 2 smart app control and Auto-Charging\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       09. QUIET + LONG LIFE\n  ====================================================== --\u003e\n\u003csection class=\"c2000x-section c2000x-light\"\u003e\n\u003cdiv class=\"c2000x-container\"\u003e\n\u003cdiv class=\"c2000x-longevity\"\u003e\n\u003cdiv class=\"c2000x-longevity-copy\"\u003e\n\u003cp class=\"c2000x-eyebrow\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch2\u003eReliable \u0026amp; Quiet Power\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eQuiet enough for home use. Efficient enough for longer backup. C2000X Gen 2 is designed to deliver dependable power while keeping everyday operation comfortable.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eBuilt with premium LiFePO₄ batteries rated for 4,000 charge cycles, providing dependable power for up to 10 years.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"c2000x-note\"\u003e*Based on one complete cycle per day under normal operating conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c2000x-longevity-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/1_8b3ebbf9-b583-4710-9757-2d14f1985ca1_3840x.png?v=1761292508\" alt=\"Anker SOLIX C2000X Gen 2 quiet reliable power and 10 year lifespan\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c2000x-full-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/2_8b72afc3-f956-4cfe-9164-37ab0ea5ff5b_3840x.jpg?v=1760954877\" alt=\"Anker SOLIX C2000X Gen 2 LiFePO4 battery long lasting power\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       10. IN THE BOX\n  ====================================================== --\u003e\n\u003csection class=\"c2000x-section c2000x-white\"\u003e\n\u003cdiv class=\"c2000x-container\"\u003e\n\u003cdiv class=\"c2000x-box\"\u003e\n\u003cdiv class=\"c2000x-box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10003_14b7032d-fa7c-4bcc-964a-dd56761e9f7a.jpg?v=1784198978\" alt=\"Anker SOLIX C2000X Gen 2 portable power station included accessories\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"c2000x-box-copy\"\u003e\n\u003cp class=\"c2000x-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eIn the Box\u003c\/h2\u003e\n\u003cul class=\"c2000x-box-list\"\u003e\n\u003cli\u003e  Anker SOLIX C2000X Gen 2\u003c\/li\u003e\n\u003cli\u003e 15A AC Charging Cable\u003c\/li\u003e\n\u003cli\u003e  User Manual\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!-- =====================================================\n       11. PRODUCT COMPARISON\n  ====================================================== --\u003e\n\u003csection class=\"c2000x-section c2000x-light\"\u003e\n\u003cdiv class=\"c2000x-container\"\u003e\n\u003cdiv class=\"c2000x-center\"\u003e\n\u003ch2 class=\"c2000x-title\"\u003eC1000 Gen 2 vs C2000 Gen 2 vs F2000\u003c\/h2\u003e\n\u003cp class=\"c2000x-subtitle\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eCompare capacity, output, charging speed, portability, and battery performance to find the right Anker SOLIX portable power station for your needs.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c2000x-comparison-wrapper\"\u003e\n\u003ctable class=\"c2000x-comparison\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eC1000 Gen 2\u003c\/th\u003e\n\u003cth\u003eC2000 Gen 2\u003c\/th\u003e\n\u003cth\u003eAnker SOLIX F2000\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd\u003e1,024Wh\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e2,048Wh\u003c\/td\u003e\n\u003ctd\u003e2,048Wh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAC Output\u003c\/td\u003e\n\u003ctd\u003e2,000W\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e2,400W\u003c\/td\u003e\n\u003ctd\u003e2,400W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSurge Output\u003c\/td\u003e\n\u003ctd\u003e3,000W\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e4,000W\u003c\/td\u003e\n\u003ctd\u003e3,600W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eExpandable Capacity\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003ctd\u003eUp to 4,096Wh\u003c\/td\u003e\n\u003ctd\u003eUp to 4,096Wh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAC Recharge\u003c\/td\u003e\n\u003ctd\u003e49 min\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e58 min\u003c\/td\u003e\n\u003ctd\u003e~2 hrs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Input\u003c\/td\u003e\n\u003ctd\u003e600W\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e800W\u003c\/td\u003e\n\u003ctd\u003e1,000W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUPS\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003e10 ms\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003e10 ms\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e20 ms\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Life\u003c\/td\u003e\n\u003ctd\u003e4,000 Cycles\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e4,000 Cycles\u003c\/td\u003e\n\u003ctd\u003e3,000 Cycles\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e24.9 lb (11.3 kg)\u003c\/td\u003e\n\u003ctd\u003e41.7 lb (18.9 kg)\u003c\/td\u003e\n\u003ctd\u003e67.2 lb (30.5 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNoise Level\u003c\/td\u003e\n\u003ctd\u003eQuiet Operation\u003c\/td\u003e\n\u003ctd\u003e30 dB (\u0026lt;1000W)\u003c\/td\u003e\n\u003ctd\u003e40 dB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBest For\u003c\/td\u003e\n\u003ctd\u003eCamping \u0026amp; Everyday Backup\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003eHome Backup \u0026amp; RV\u003c\/td\u003e\n\u003ctd\u003eHeavy-Duty Backup \u0026amp; Job Sites\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\/div\u003e","brand":"Anker SOLIX","offers":[{"title":"Anker SOLIX C2000X Gen 2 Portable Power Station","offer_id":48328883601666,"sku":"A1785111","price":949.99,"currency_code":"USD","in_stock":true},{"title":"C2000X Gen 2 + BP2000","offer_id":48328883634434,"sku":"BN-C2K2-BP2K","price":1649.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/C2000X_Gen2.webp?v=1787284563"},{"product_id":"anker-solix-c1000x-gen-2-portable-power-station-1-024wh-2-000w","title":"Anker SOLIX C1000X Gen 2 Portable Power Station - 1,024Wh | 2,000W","description":"\u003cstyle\u003e\n  .solix-c1000g2 {\n    --c1000-black: #000000;\n    --c1000-dark: #111111;\n    --c1000-gray: #6e6e73;\n    --c1000-light: #f5f5f7;\n    --c1000-border: #e5e5e7;\n    --c1000-white: #ffffff;\n    --c1000-radius: 24px;\n    --c1000-max: 1280px;\n    width: 100%;\n    max-width: 100%;\n    margin: 0 auto;\n    padding: 0;\n    color: var(--c1000-black);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.5;\n    overflow: hidden;\n    box-sizing: border-box;\n  }\n\n  .solix-c1000g2 *,\n  .solix-c1000g2 *::before,\n  .solix-c1000g2 *::after {\n    box-sizing: border-box;\n  }\n\n  .solix-c1000g2 img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 0;\n    padding: 0;\n  }\n\n  .solix-c1000g2 h1,\n  .solix-c1000g2 h2,\n  .solix-c1000g2 h3,\n  .solix-c1000g2 h4,\n  .solix-c1000g2 p {\n    margin-top: 0;\n  }\n\n  \/* =========================\n     COMMON\n  ========================= *\/\n\n  .c1000-container {\n    width: 100%;\n    max-width: var(--c1000-max);\n    margin: 0 auto;\n    padding-left: 24px;\n    padding-right: 24px;\n  }\n\n  .c1000-section {\n    padding: 80px 0;\n  }\n\n  .c1000-section-dark {\n    background: #F2F2F2;\n    color: #fff;\n  }\n\n  .c1000-section-light {\n    background: #F2F2F2;\n  }\n\n  .c1000-section-white {\n    background: #fff;\n  }\n\n  .c1000-eyebrow {\n    margin: 0 0 12px;\n    font-size: 14px;\n    line-height: 1.4;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #86868c;\n  }\n\n  .c1000-title {\n    margin: 0;\n    font-size: clamp(30px, 4vw, 54px);\n    line-height: 1.08;\n    font-weight: 700;\n    letter-spacing: -0.03em;\n  }\n\n  .c1000-subtitle {\n    max-width: 760px;\n    margin: 18px auto 0;\n    font-size: 18px;\n    line-height: 1.6;\n    color: #6e6e73;\n  }\n\n  .c1000-center {\n    text-align: center;\n  }\n\n  \/* =========================\n     HERO\n  ========================= *\/\n\n  .c1000-hero {\n    background: #F2F2F2;\n    color: #fff;\n    text-align: center;\n    padding: 76px 24px 0;\n  }\n\n  .c1000-hero-inner {\n    max-width: 1280px;\n    margin: 0 auto;\n  }\n\n  .c1000-hero h1 {\n    margin: 0;\n    font-size: clamp(38px, 5vw, 68px);\n    line-height: 1.05;\n    font-weight: 700;\n    letter-spacing: -0.04em;\n  }\n\n  .c1000-hero-tagline {\n    margin: 18px 0 0;\n    font-size: clamp(18px, 2.2vw, 28px);\n    line-height: 1.3;\n    color: #a1a1a6;\n    font-weight: 500;\n  }\n\n  .c1000-hero-highlight {\n    margin: 42px auto 42px;\n    max-width: 800px;\n  }\n\n  .c1000-hero-highlight h2 {\n    margin: 0;\n    font-size: clamp(30px, 4vw, 52px);\n    line-height: 1.08;\n    font-weight: 700;\n  }\n\n  .c1000-hero-highlight p {\n    margin: 12px 0 0;\n    font-size: 18px;\n    line-height: 1.6;\n    color: #a1a1a6;\n  }\n\n  .c1000-hero-image {\n    max-width: 1280px;\n    margin: 0 auto;\n  }\n\n  .c1000-hero-image img {\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n  }\n\n  \/* =========================\n     STATS\n  ========================= *\/\n\n  .c1000-stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1px;\n    background: #d9d9dc;\n    border: 1px solid #d9d9dc;\n    border-radius: var(--c1000-radius);\n    overflow: hidden;\n  }\n\n  .c1000-stat {\n    background: #fff;\n    padding: 42px 28px;\n    text-align: center;\n  }\n\n  .c1000-stat-number {\n    margin: 0;\n    font-size: clamp(32px, 4vw, 52px);\n    line-height: 1;\n    font-weight: 700;\n    letter-spacing: -0.03em;\n  }\n\n  .c1000-stat-label {\n    margin: 12px 0 0;\n    font-size: 16px;\n    line-height: 1.5;\n    color: #6e6e73;\n  }\n\n  \/* =========================\n     FEATURE IMAGE + TEXT\n  ========================= *\/\n\n  .c1000-feature {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    align-items: center;\n    gap: 64px;\n  }\n\n  .c1000-feature.reverse .c1000-feature-copy {\n    order: 2;\n  }\n\n  .c1000-feature.reverse .c1000-feature-media {\n    order: 1;\n  }\n\n  .c1000-feature-copy h2 {\n    margin: 0;\n    font-size: clamp(30px, 4vw, 50px);\n    line-height: 1.08;\n    letter-spacing: -0.03em;\n  }\n\n  .c1000-feature-copy h3 {\n    margin: 18px 0 0;\n    font-size: 24px;\n    line-height: 1.2;\n    font-weight: 600;\n  }\n\n  .c1000-feature-copy p {\n    margin: 18px 0 0;\n    font-size: 17px;\n    line-height: 1.7;\n    color: #6e6e73;\n  }\n\n  .c1000-feature-media {\n    overflow: hidden;\n    border-radius: var(--c1000-radius);\n  }\n\n  .c1000-feature-media img {\n    transition: transform 0.4s ease;\n  }\n\n  .c1000-feature-media:hover img {\n    transform: scale(1.02);\n  }\n\n  \/* =========================\n     FULL WIDTH IMAGE\n  ========================= *\/\n\n  .c1000-full-image {\n    overflow: hidden;\n    border-radius: var(--c1000-radius);\n  }\n\n  \/* =========================\n     POWER GRID\n  ========================= *\/\n\n  .c1000-power-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-top: 46px;\n  }\n\n  .c1000-power-card {\n    background: #fff;\n    border-radius: 20px;\n    overflow: hidden;\n    border: 1px solid #e5e5e7;\n  }\n\n  .c1000-power-card img {\n    aspect-ratio: 1.8 \/ 1;\n    object-fit: cover;\n  }\n\n  .c1000-power-card-content {\n    padding: 24px;\n    text-align: center;\n  }\n\n  .c1000-power-card h3 {\n    margin: 0;\n    font-size: 20px;\n    line-height: 1.3;\n  }\n\n  .c1000-power-card p {\n    margin: 10px 0 0;\n    font-size: 15px;\n    line-height: 1.55;\n    color: #6e6e73;\n  }\n\n  \/* =========================\n     RECHARGING\n  ========================= *\/\n\n  .c1000-recharge-image {\n    margin-top: 48px;\n    overflow: hidden;\n    border-radius: var(--c1000-radius);\n  }\n\n  .c1000-recharge-caption {\n    max-width: 850px;\n    margin: 24px auto 0;\n    text-align: center;\n    font-size: 16px;\n    line-height: 1.6;\n    color: #6e6e73;\n  }\n\n  \/* =========================\n     SMART FEATURES\n  ========================= *\/\n\n  .c1000-smart-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-top: 48px;\n  }\n\n  .c1000-smart-card {\n    background: #f5f5f7;\n    border-radius: 22px;\n    overflow: hidden;\n  }\n\n  .c1000-smart-card img {\n    width: 100%;\n    aspect-ratio: 1.9 \/ 1;\n    object-fit: cover;\n  }\n\n  .c1000-smart-card-content {\n    padding: 26px 24px 30px;\n    text-align: center;\n  }\n\n  .c1000-smart-card h3 {\n    margin: 0;\n    font-size: 21px;\n    line-height: 1.3;\n  }\n\n  .c1000-smart-card p {\n    margin: 10px 0 0;\n    font-size: 15px;\n    line-height: 1.55;\n    color: #6e6e73;\n  }\n\n  \/* =========================\n     IN THE BOX\n  ========================= *\/\n\n  .c1000-box {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 64px;\n    align-items: center;\n  }\n\n  .c1000-box-image {\n    overflow: hidden;\n    border-radius: var(--c1000-radius);\n  }\n\n  .c1000-box-copy h2 {\n    margin: 0;\n    font-size: clamp(30px, 4vw, 48px);\n    line-height: 1.08;\n  }\n\n  .c1000-box-list {\n    list-style: none;\n    margin: 28px 0 0;\n    padding: 0;\n  }\n\n  .c1000-box-list li {\n    position: relative;\n    margin: 0;\n    padding: 14px 0 14px 28px;\n    border-bottom: 1px solid #e5e5e7;\n    font-size: 17px;\n  }\n\n  .c1000-box-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 14px;\n    font-weight: 700;\n  }\n\n  \/* =========================\n     COMPARISON\n  ========================= *\/\n\n  .c1000-comparison-wrapper {\n    width: 100%;\n    overflow-x: auto;\n    margin-top: 44px;\n    border: 1px solid #dcdce0;\n    border-radius: 20px;\n    background: #fff;\n  }\n\n  .c1000-comparison {\n    width: 100%;\n    min-width: 720px;\n    border-collapse: collapse;\n    table-layout: fixed;\n  }\n\n  .c1000-comparison th,\n  .c1000-comparison td {\n    padding: 20px 18px;\n    border-bottom: 1px solid #e5e5e7;\n    text-align: center;\n    font-size: 15px;\n    line-height: 1.5;\n  }\n\n  .c1000-comparison th:first-child,\n  .c1000-comparison td:first-child {\n    text-align: left;\n    width: 40%;\n  }\n\n  .c1000-comparison thead th {\n    font-size: 17px;\n    font-weight: 700;\n    background: #f5f5f7;\n  }\n\n  .c1000-comparison tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .c1000-comparison .highlight {\n    font-weight: 700;\n  }\n\n  \/* =========================\n     MOBILE\n  ========================= *\/\n\n  @media screen and (max-width: 900px) {\n\n    .c1000-section {\n      padding: 56px 0;\n    }\n\n    .c1000-container {\n      padding-left: 18px;\n      padding-right: 18px;\n    }\n\n    .c1000-hero {\n      padding: 54px 18px 0;\n    }\n\n    .c1000-stats {\n      grid-template-columns: 1fr;\n    }\n\n    .c1000-stat {\n      padding: 30px 20px;\n    }\n\n    .c1000-feature,\n    .c1000-box {\n      grid-template-columns: 1fr;\n      gap: 32px;\n    }\n\n    .c1000-feature.reverse .c1000-feature-copy,\n    .c1000-feature.reverse .c1000-feature-media {\n      order: initial;\n    }\n\n    .c1000-power-grid,\n    .c1000-smart-grid {\n      grid-template-columns: 1fr;\n      gap: 18px;\n    }\n\n    .c1000-feature-copy p {\n      font-size: 16px;\n    }\n\n    .c1000-box {\n      gap: 30px;\n    }\n  }\n\n  @media screen and (max-width: 600px) {\n\n    .c1000-section {\n      padding: 44px 0;\n    }\n\n    .c1000-hero h1 {\n      font-size: 38px;\n    }\n\n    .c1000-hero-tagline {\n      font-size: 18px;\n    }\n\n    .c1000-hero-highlight {\n      margin: 32px auto;\n    }\n\n    .c1000-hero-highlight h2 {\n      font-size: 32px;\n    }\n\n    .c1000-title {\n      font-size: 32px;\n    }\n\n    .c1000-feature-copy h2 {\n      font-size: 32px;\n    }\n\n    .c1000-feature-copy h3 {\n      font-size: 21px;\n    }\n\n    .c1000-feature-copy p {\n      font-size: 15px;\n    }\n\n    .c1000-feature-media,\n    .c1000-full-image,\n    .c1000-recharge-image,\n    .c1000-box-image {\n      border-radius: 16px;\n    }\n\n    .c1000-power-card,\n    .c1000-smart-card {\n      border-radius: 16px;\n    }\n\n    .c1000-stat-number {\n      font-size: 38px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"solix-c1000g2\"\u003e\n\u003c!-- =========================================\n       01. HERO\n  ========================================== --\u003e\n\u003csection class=\"c1000-hero\"\u003e\n\u003cdiv class=\"c1000-hero-inner\"\u003e\n\u003ch1\u003eAnker SOLIX C1000X Gen 2\u003c\/h1\u003e\n\u003cp class=\"c1000-hero-tagline\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eFast-Charging Portable Power, Ready in 49 Minutes\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"c1000-hero-highlight\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cmeta charset=\"utf-8\"\u003eWith up to \u003cstrong\u003e1,600W AC input\u003c\/strong\u003e, the \u003cstrong\u003e1,024Wh\u003c\/strong\u003e Anker SOLIX C1000X Gen 2 can recharge from 0% to 100% in just \u003cstrong\u003e49 minutes\u003c\/strong\u003e. Spend less time waiting and more time powered up—whether you're at home, on the road, or enjoying the outdoors.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c1000-hero-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/C1000.png?v=1784277527\" alt=\"Anker SOLIX C1000X Gen 2 1024Wh portable power station\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================\n       02. CORE SPECS\n  ========================================== --\u003e\n\u003csection class=\"c1000-section c1000-section-white\"\u003e\n\u003cdiv class=\"c1000-container\"\u003e\n\u003cdiv class=\"c1000-stats\"\u003e\n\u003cdiv class=\"c1000-stat\"\u003e\n\u003cp class=\"c1000-stat-number\"\u003e1,024Wh\u003c\/p\u003e\n\u003cp class=\"c1000-stat-label\"\u003ePortable Power Capacity\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c1000-stat\"\u003e\n\u003cp class=\"c1000-stat-number\"\u003e2,000W\u003c\/p\u003e\n\u003cp class=\"c1000-stat-label\"\u003eContinuous Output\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c1000-stat\"\u003e\n\u003cp class=\"c1000-stat-number\"\u003e49 Min\u003c\/p\u003e\n\u003cp class=\"c1000-stat-label\"\u003eAC Recharge to 100%\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================\n       03. POWER MORE\n  ========================================== --\u003e\n\u003csection class=\"c1000-section c1000-section-dark\"\u003e\n\u003cdiv class=\"c1000-container\"\u003e\n\u003cdiv class=\"c1000-center\"\u003e\n\u003cp class=\"c1000-eyebrow\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eReliable Backup Power\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2 class=\"c1000-title\"\u003ePower More, All at Once\u003c\/h2\u003e\n\u003cp class=\"c1000-subtitle\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eDelivering 2,000W of continuous power and up to 3,000W peak output, C1000X Gen 2 keeps essential devices running when the grid goes down.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c1000-power-grid\"\u003e\n\u003cdiv class=\"c1000-power-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/1_a58e82ea-4992-4a11-a80a-cce20c5bf2ac_3840x.png?v=1755153382\" alt=\"Anker SOLIX C1000X Gen 2 2000W continuous power output\" loading=\"lazy\"\u003e\n\u003cdiv class=\"c1000-power-card-content\"\u003e\n\u003ch3\u003e2,000W Continuous Output\u003c\/h3\u003e\n\u003cp\u003eReliable power for essential appliances, electronics, and everyday devices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c1000-power-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/2_4470aeff-3a86-4706-a736-f3f7feb89eb6_3840x.png?v=1755153395\" alt=\"Anker SOLIX C1000X Gen 2 3000W peak output portable power station\" loading=\"lazy\"\u003e\n\u003cdiv class=\"c1000-power-card-content\"\u003e\n\u003ch3\u003e3,000W Peak Output\u003c\/h3\u003e\n\u003cp\u003eExtra power when demanding devices need a higher startup surge.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c1000-power-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/3_0c040078-bf5a-4b72-860f-f1ea3510e289_3840x.png?v=1755153391\" alt=\"Anker SOLIX C1000X Gen 2 powers up to 10 devices simultaneously\" loading=\"lazy\"\u003e\n\u003cdiv class=\"c1000-power-card-content\"\u003e\n\u003ch3\u003ePower Up to 10 Devices\u003c\/h3\u003e\n\u003cp\u003eConnect multiple devices at once for home backup, outdoor use, and everyday power needs.\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!-- =========================================\n       04. 2000W POWER\n  ========================================== --\u003e\n\u003csection class=\"c1000-section c1000-section-white\"\u003e\n\u003cdiv class=\"c1000-container\"\u003e\n\u003cdiv class=\"c1000-feature\"\u003e\n\u003cdiv class=\"c1000-feature-copy\"\u003e\n\u003cp class=\"c1000-eyebrow\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eEmergency Backup\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2\u003eStay Ahead of Any Outage\u003c\/h2\u003e\n\u003ch3\u003e2,000W of Reliable Power\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eBack up essential home devices with 2,000W continuous power and up to 3,000W peak output—ready whenever the grid decides to quit.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eWith up to 10 connected devices, C1000X Gen 2 provides flexible backup power for refrigerators, lights, networking equipment, electronics, and other essential devices.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c1000-feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/img_1_b0eb3779-943a-4a24-aea7-e9e51e3021ef_3840x.png?v=1756779260\" alt=\"Anker SOLIX C1000X Gen 2 home backup power with 2000W output\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================\n       05. COMPACT DESIGN\n  ========================================== --\u003e\n\u003csection class=\"c1000-section c1000-section-light\"\u003e\n\u003cdiv class=\"c1000-container\"\u003e\n\u003cdiv class=\"c1000-center\"\u003e\n\u003cp class=\"c1000-eyebrow\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eCompact \u0026amp; Portable\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2 class=\"c1000-title\"\u003ePacks Away, Fits Anywhere\u003c\/h2\u003e\n\u003cp class=\"c1000-subtitle\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eC1000X Gen 2's compact design makes it easy to store in your trunk, closet, or any corner—ready whenever you need portable power.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c1000-full-image\" style=\"margin-top: 48px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/img_a7826266-553d-490f-b103-11736fcc8cdd_3840x.png?v=1763711348\" alt=\"Compact Anker SOLIX C1000X Gen 2 portable power station for home and travel\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================\n       06. LONG LASTING POWER\n  ========================================== --\u003e\n\u003csection class=\"c1000-section c1000-section-white\"\u003e\n\u003cdiv class=\"c1000-container\"\u003e\n\u003cdiv class=\"c1000-feature reverse\"\u003e\n\u003cdiv class=\"c1000-feature-copy\"\u003e\n\u003cp class=\"c1000-eyebrow\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eLong-Lasting Reliability\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2\u003eUse Every Day for a Decade\u003c\/h2\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eBuilt for long-term everyday use, C1000X Gen 2 delivers up to 10 years of reliable power with 80% capacity remaining after 4,000 cycles.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eThat means dependable portable power for years of camping, travel, emergency backup, and everyday use.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c1000-feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/img_2_acce9120-afec-40b5-8ba0-07cd3d548459_3840x.png?v=1756722710\" alt=\"Anker SOLIX C1000X Gen 2 long lasting battery with 4000 cycles\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================\n       07. SIX RECHARGING OPTIONS\n  ========================================== --\u003e\n\u003csection class=\"c1000-section c1000-section-light\"\u003e\n\u003cdiv class=\"c1000-container\"\u003e\n\u003cdiv class=\"c1000-center\"\u003e\n\u003cp class=\"c1000-eyebrow\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eFlexible Recharging\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2 class=\"c1000-title\"\u003e6 Recharging Options\u003c\/h2\u003e\n\u003cp class=\"c1000-subtitle\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eRecharge the C1000X Gen 2 in different environments with flexible charging options designed for home, travel, and outdoor use.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c1000-recharge-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/img_3_12257063-c3f6-4321-a278-ae7b00935946_3840x.png?v=1756722711\" alt=\"Anker SOLIX C1000X Gen 2 six charging options including AC and solar charging\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"c1000-recharge-caption\"\u003eAC charging delivers up to 1,600W input for a 49-minute recharge to 100%, while solar charging supports up to 600W with a maximum 60V input.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================\n       08. SMART FEATURES\n  ========================================== --\u003e\n\u003csection class=\"c1000-section c1000-section-white\"\u003e\n\u003cdiv class=\"c1000-container\"\u003e\n\u003cdiv class=\"c1000-center\"\u003e\n\u003cp class=\"c1000-eyebrow\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eBuilt for Everyday Convenience\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2 class=\"c1000-title\"\u003ePower That Works Around You\u003c\/h2\u003e\n\u003cp class=\"c1000-subtitle\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eFrom fast UPS switching to quiet operation and smart app control, C1000X Gen 2 is designed to make portable power easier to use.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c1000-smart-grid\"\u003e\n\u003cdiv class=\"c1000-smart-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/img_a026b834-3382-49b9-b8f6-6236279e74db_3840x.png?v=1756778100\" alt=\"Anker SOLIX C1000X Gen 2 10ms UPS backup protection\" loading=\"lazy\"\u003e\n\u003cdiv class=\"c1000-smart-card-content\"\u003e\n\u003ch3\u003e10ms UPS Backup Protection\u003c\/h3\u003e\n\u003cp\u003eFast backup switching helps keep connected equipment powered when the grid goes down.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c1000-smart-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/A1763_PC_US_Quiet_Operation-1464x600_1_3840x.jpg?v=1756778099\" alt=\"Anker SOLIX C1000X Gen 2 quiet 20dB operation\" loading=\"lazy\"\u003e\n\u003cdiv class=\"c1000-smart-card-content\"\u003e\n\u003ch3\u003e20dB Quiet Operation\u003c\/h3\u003e\n\u003cp\u003eDesigned for quieter everyday use at home, in the garage, or while camping.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c1000-smart-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/A1763_PC_US_Remote_App_Control-1464x600_1_3840x.jpg?v=1756778097\" alt=\"Anker SOLIX C1000X Gen 2 smart app control\" loading=\"lazy\"\u003e\n\u003cdiv class=\"c1000-smart-card-content\"\u003e\n\u003ch3\u003eSmart App Control\u003c\/h3\u003e\n\u003cp\u003eMonitor and manage your portable power station through the Anker app.\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!-- =========================================\n       09. IN THE BOX\n  ========================================== --\u003e\n\u003csection class=\"c1000-section c1000-section-light\"\u003e\n\u003cdiv class=\"c1000-container\"\u003e\n\u003cdiv class=\"c1000-box\"\u003e\n\u003cdiv class=\"c1000-box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10001_7530bd8f-90b3-4bc5-be33-38635812cb7f.png?v=1784281367\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"c1000-box-copy\"\u003e\n\u003cp class=\"c1000-eyebrow\"\u003eWhat's Included\u003c\/p\u003e\n\u003ch2\u003eIn the Box\u003c\/h2\u003e\n\u003cul class=\"c1000-box-list\"\u003e\n\u003cli\u003e  Anker SOLIX C1000X Gen 2\u003c\/li\u003e\n\u003cli\u003e  AC Charging Cable\u003c\/li\u003e\n\u003cli\u003e  User Manual\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!-- =========================================\n       10. COMPARISON\n  ========================================== --\u003e\n\u003csection class=\"c1000-section c1000-section-white\"\u003e\n\u003cdiv class=\"c1000-container\"\u003e\n\u003cdiv class=\"c1000-center\"\u003e\n\u003cp class=\"c1000-eyebrow\"\u003eGeneration Comparison\u003c\/p\u003e\n\u003ch2 class=\"c1000-title\"\u003eC1000X Gen 2 vs. C1000X\u003c\/h2\u003e\n\u003cp class=\"c1000-subtitle\"\u003eSee how the next-generation C1000X Gen 2 compares with the original C1000X.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"c1000-comparison-wrapper\"\u003e\n\u003ctable class=\"c1000-comparison\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eAnker SOLIX C1000X Gen 2\u003c\/th\u003e\n\u003cth\u003eAnker SOLIX C1000X\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eAC Recharging to 100%\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e49 Min\u003c\/td\u003e\n\u003ctd\u003e58 Min\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMax AC Input\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e1,600W\u003c\/td\u003e\n\u003ctd\u003e1,300W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOutput\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e2,000W\u003cbr\u003e3,000W Peak Output\u003c\/td\u003e\n\u003ctd\u003e1,800W\u003cbr\u003e3,000W Peak Output\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUPS\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e10 ms\u003c\/td\u003e\n\u003ctd\u003e20 ms\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e15.1 × 8.2 × 9.6\"\u003c\/td\u003e\n\u003ctd\u003e14.8 × 8.1 × 10.4\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Recharging\u003c\/td\u003e\n\u003ctd\u003e600W, 60V Max\u003c\/td\u003e\n\u003ctd\u003e600W, 60V Max\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e1,024Wh\u003c\/td\u003e\n\u003ctd\u003e1,056Wh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eExpandable Capacity\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLCD Screen\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Bar\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003ctd\u003eYes\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\/div\u003e","brand":"Anker SOLIX","offers":[{"title":"Anker SOLIX C1000 Gen 2 Portable Power Station","offer_id":48327512523010,"sku":"A1765111","price":549.99,"currency_code":"USD","in_stock":true},{"title":"C1000X Gen 2 + BP1000X","offer_id":48327512555778,"sku":"A1765112","price":999.98,"currency_code":"USD","in_stock":true},{"title":"C1000X Gen 2 + PS200 Solar Kit","offer_id":48327512588546,"sku":"A1765113","price":1099.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/C1000X_Gen_2.webp?v=1787284790"},{"product_id":"anker-solix-bp1000x-expansion-battery-1-056wh-lfp-for-anker-solix-c1000x","title":"Anker SOLIX BP1000X Expansion Battery - 1,056Wh LFP (For Anker SOLIX C1000X)","description":"\u003ch2 style=\"text-align: center;\"\u003eAnker SOLIX BP1000X Expansion Battery - 1,056Wh LFP (For Anker SOLIX C1000X)\u003c\/h2\u003e\n\u003cp\u003eExpand your power capacity and stay powered longer with the Anker SOLIX BP1000 Expansion Battery, purpose-built for the Anker SOLIX C1000 Portable Power Station. Featuring a 1,056Wh LiFePO4 (LFP) battery, the BP1000 seamlessly doubles your available energy, making it ideal for camping, RV travel, off-grid adventures, emergency backup, and extended home power outages.\u003c\/p\u003e\n\u003cdiv style=\"margin: 0; padding: 0; line-height: 0;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin: 0; padding: 0; line-height: 0;\"\u003e\u003cimg style=\"display: block; width: 100%; margin: 0; padding: 0;\" src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0493\/9834\/9974\/files\/A17611A1-85_PRC_TD01-V1.jpg?v=1701872394\u0026amp;alt=Anker+SOLIX+C1000+expansion+battery+for+double+power\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin: 0; padding: 0; line-height: 0;\"\u003e\u003cimg style=\"display: block; width: 100%; margin: 0; padding: 0;\" src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0493\/9834\/9974\/files\/A17611A1-85_PRC_TD02-V1.jpg?v=1701872394\"\u003e\u003c\/div\u003e\n\u003ch3 data-section-id=\"1iz91iu\" data-start=\"769\" data-end=\"785\" class=\"PDq2pG_selectionAnchorContainer\"\u003eKey Features\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003ch4 data-start=\"787\" data-end=\"822\"\u003e\u003cspan role=\"text\"\u003e\u003cstrong data-start=\"792\" data-end=\"822\"\u003eExpand to 2,112Wh Capacity\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h4\u003e\n\u003cp data-start=\"823\" data-end=\"971\"\u003eSimply connect the BP1000 to your Anker SOLIX C1000 using the included expansion cable to double your available power—no complicated setup required.\u003c\/p\u003e\n\u003ch4 data-start=\"973\" data-end=\"1010\"\u003e\u003cspan role=\"text\"\u003e\u003cstrong data-start=\"978\" data-end=\"1010\"\u003eLong-Lasting LiFePO₄ Battery\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h4\u003e\n\u003cp data-start=\"1011\" data-end=\"1240\"\u003eBuilt with premium LFP battery technology, the BP1000 delivers \u003cstrong data-start=\"1074\" data-end=\"1098\"\u003e3,000+ charge cycles\u003c\/strong\u003e while maintaining up to 80% battery capacity, providing reliable performance for years of everyday use. \u003cspan class=\"\" data-state=\"closed\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4 data-start=\"1242\" data-end=\"1278\"\u003e\u003cspan role=\"text\"\u003e\u003cstrong data-start=\"1247\" data-end=\"1278\"\u003ePerfect for Extended Backup\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h4\u003e\n\u003cp data-start=\"1279\" data-end=\"1436\"\u003eWith twice the energy storage, you can power essential devices longer during outages, road trips, camping adventures, mobile workstations, or outdoor events.\u003c\/p\u003e\n\u003ch4 data-start=\"1438\" data-end=\"1467\"\u003e\u003cspan role=\"text\"\u003e\u003cstrong data-start=\"1443\" data-end=\"1467\"\u003eSeamless Integration\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h4\u003e\n\u003cp data-start=\"1468\" data-end=\"1731\"\u003eThe expansion battery automatically works together with the C1000, allowing you to monitor battery status, charging, and remaining capacity through the \u003cstrong data-start=\"1620\" data-end=\"1633\"\u003eAnker app\u003c\/strong\u003e via Wi-Fi or Bluetooth when connected to the power station. \u003cspan class=\"\" data-state=\"closed\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4 data-start=\"1733\" data-end=\"1766\"\u003e\u003cspan role=\"text\"\u003e\u003cstrong data-start=\"1738\" data-end=\"1766\"\u003eCompact \u0026amp; Durable Design\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h4\u003e\n\u003cp data-start=\"1767\" data-end=\"1926\"\u003eDespite adding over 1kWh of extra capacity, the BP1000 maintains a compact footprint that is easy to transport and store alongside your portable power station.\u003c\/p\u003e\n\u003ch4 data-start=\"1928\" data-end=\"1954\"\u003e\u003cspan role=\"text\"\u003e\u003cstrong data-start=\"1933\" data-end=\"1954\"\u003eReliable Warranty\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h4\u003e\n\u003cp data-start=\"1955\" data-end=\"2088\"\u003eBacked by a \u003cstrong data-start=\"1967\" data-end=\"1994\"\u003e5-year limited warranty\u003c\/strong\u003e for dependable long-term performance and peace of mind.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\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\u003csection class=\"bp-feature\"\u003e\n\u003cdiv class=\"bp-feature-grid\"\u003e\n\u003cdiv class=\"bp-feature-content\"\u003e\n\u003ch3\u003eHigh-Wattage Power\u003c\/h3\u003e\n\u003cp\u003eThe BP1000 Expansion Battery works seamlessly with the Anker SOLIX C1000, allowing the power station to maintain its full \u003cstrong\u003e2,000W continuous AC output\u003c\/strong\u003e while doubling the available battery capacity. Enjoy longer runtimes without sacrificing performance.\u003c\/p\u003e\n\u003cp\u003eWhether powering household appliances during outages, running tools on the jobsite, or supporting outdoor adventures, you'll have the energy you need for longer.\u003c\/p\u003e\n\u003cul class=\"bp-feature-list\"\u003e\n\u003cli\u003eMaintains full 2,000W AC output\u003c\/li\u003e\n\u003cli\u003eExtends runtime for high-power appliances\u003c\/li\u003e\n\u003cli\u003eIdeal for home backup, camping, RVs, and outdoor work\u003c\/li\u003e\n\u003cli\u003eSeamlessly integrates with the Anker SOLIX C1000\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bp-feature-image\"\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0493\/9834\/9974\/files\/A17611A1-85_PRC_TD03-V1.jpg?v=1701875371\u0026amp;alt=Anker+SOLIX+C1000+power+station+with+kitchen+appliances\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003ch2\u003eRecharge Together\u003c\/h2\u003e\n\u003cp\u003eRecharge your entire power system effortlessly. When connected to the Anker SOLIX C1000, the BP1000 charges simultaneously using the same power source—no additional charger required.\u003c\/p\u003e\n\u003cp\u003eWhether you're charging from an AC outlet, compatible solar panels, or your vehicle, the system intelligently manages power distribution for a simple, seamless experience.\u003c\/p\u003e\n\u003cul class=\"bp-feature-list\"\u003e\n\u003cli\u003eAC Wall Charging\u003c\/li\u003e\n\u003cli\u003eSolar Panel Charging\u003c\/li\u003e\n\u003cli\u003eVehicle Charging\u003c\/li\u003e\n\u003cli\u003eAutomatic synchronized charging\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bp-feature-image\"\u003e\n\u003ctable width=\"100%\" style=\"width: 100.031%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e\n\u003ch4 style=\"text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eRechargePowerHouse\u003cimg src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0493\/9834\/9974\/files\/A17611A1-85_PRC_TD06-V1.jpg?v=1701875371\u0026amp;alt=Anker+SOLIX+C1000+battery+setup+with+expansion+battery+connection\"\u003e\n\u003c\/h4\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e\n\u003ch4 style=\"text-align: center;\"\u003eRecharge the Battery \u003c\/h4\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0493\/9834\/9974\/files\/A17611A1-85_PRC_TD07-V1.jpg?v=1701875371\u0026amp;alt=Anker+SOLIX+power+station+connects+with+expansion+battery+for+charging\"\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eAnker SOLIX BP1000 Expansion Battery\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd\u003e1,056Wh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Chemistry\u003c\/td\u003e\n\u003ctd\u003eLiFePO₄\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Life\u003c\/td\u003e\n\u003ctd\u003e3,000+ Cycles\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eExpansion Capacity\u003c\/td\u003e\n\u003ctd\u003eUp to 2,112Wh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Models\u003c\/td\u003e\n\u003ctd\u003eAnker SOLIX C1000\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApp Support\u003c\/td\u003e\n\u003ctd\u003eVia C1000\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCharging Methods\u003c\/td\u003e\n\u003ctd\u003eAC \/ Solar \/ Car (through C1000)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e9.06 kg (19.97 lb)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e5 Years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"pt-[10px] text-center text-3xl text-white md:text-2xl\" style=\"text-align: left;\"\u003e* Note: Not compatible with Anker SOLIX C1000 Gen 2.\u003c\/p\u003e\n\u003cbr\u003e\n\u003c\/div\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48133322834178,"sku":"A1761111-85","price":349.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10001_19dfa2eb-f1ed-43cf-aa72-a5c831832926.png?v=1784287205"},{"product_id":"anker-solix-c300x-portable-power-station-288wh-300w-1","title":"Anker SOLIX C200X DC Portable Power Station - 192Wh | 200W","description":"\u003ch1 style=\"text-align: center;\"\u003eAnker SOLIX C200X \u003cstrong\u003eDC\u003c\/strong\u003e Portable Power Station \u003c\/h1\u003e\n\u003ch3 style=\"text-align: center;\"\u003eUltra-Portable Power for Everyday Adventures\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cmeta charset=\"utf-8\"\u003eCompact 192Wh portable power with 200W DC output, 140W USB-C fast charging, and long-lasting LiFePO₄ battery technology for travel, outdoor adventures, and everyday devices.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10004_c36ae966-43c5-4b43-8de7-4c299819a060.png?v=1784545998\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\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: 50px;\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.0;\n}\n\n.bp-feature-content p {\n    font-size: 18px;\n    color: #5b6475;\n    line-height: 1.6;\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: 10px;\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\u003csection class=\"bp-feature\"\u003e\n\u003cdiv class=\"bp-feature-grid\"\u003e\n\u003cdiv class=\"bp-feature-content\"\u003e\n\u003ch2\u003eMassive 60,000mAh Portable Power\u003c\/h2\u003e\n\u003cp\u003ePacked with \u003cstrong\u003ea 60,000mAh battery and 200W output\u003c\/strong\u003e, the C200 DC provides dependable portable power for laptops, cameras, drones, smartphones, and more—wherever your adventure takes you.\u003c\/p\u003e\n\u003cul class=\"bp-feature-list\"\u003e\n\u003cli\u003e60,000mAh\u003c\/li\u003e\n\u003cli\u003e192Wh\u003c\/li\u003e\n\u003cli\u003eLiFePO₄\u003c\/li\u003e\n\u003cli\u003eLightweight\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bp-feature-image\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0517\/6767\/3016\/files\/Group_1312319867_c75e09b0-36fd-4d10-847e-b215bf2457dc_3840x.png?v=1730257220\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"bp-feature\"\u003e\n\u003cdiv class=\"bp-feature-grid\"\u003e\n\u003cdiv class=\"bp-feature-content\"\u003e\n\u003ch2\u003eCharge Everything at Once\u003c\/h2\u003e\n\u003cp\u003eStay powered with \u003cstrong\u003eup to 200W of total charging output\u003c\/strong\u003e. The integrated \u003cstrong\u003e140W USB-C PD 3.1 \u003c\/strong\u003eport supports fast charging and two-way recharging, making it easy to keep laptops, smartphones, tablets, cameras, and other USB-C devices powered wherever you go.\u003c\/p\u003e\n\u003cul class=\"bp-feature-list\"\u003e\n\u003cli\u003eUp to 200W Total Output\u003c\/li\u003e\n\u003cli\u003e140W USB-C PD 3.1\u003c\/li\u003e\n\u003cli\u003eCharge Multiple Devices Simultaneously\u003c\/li\u003e\n\u003cli\u003eFast Two-Way Charging\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bp-feature-image\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0517\/6767\/3016\/files\/Group_1312319566_bb15a3c6-c4a1-488c-a08b-08d20b177334_3840x.png?v=1729133493\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"drt-solix-compare\"\u003e\n\u003cdiv class=\"drt-solix-scroll\"\u003e\n\u003cdiv class=\"drt-solix-card\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"simg-pop-btn\" style=\"top: 313.865px; left: 15.9957px; display: none;\"\u003e\u003csvg class=\"\" aria-hidden=\"true\" viewbox=\"0 0 24 24\" data-testid=\"ImageSearchIcon\"\u003e\u003cpath d=\"M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\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\u003eRecharge Anytime, Anywhere\u003c\/h2\u003e\n\u003cp\u003eKeep the C200 DC ready for your next adventure with flexible charging options. Recharge quickly via \u003cstrong\u003e140W USB-C input\u003c\/strong\u003e, or use a compatible \u003cstrong\u003e100W solar panel \u003c\/strong\u003eor \u003cstrong\u003evehicle outlet\u003c\/strong\u003e when you're away from the grid.\u003c\/p\u003e\n\u003cul class=\"bp-feature-list\"\u003e\n\u003cli\u003e140W USB-C Input\u003c\/li\u003e\n\u003cli\u003e100W Solar Charging\u003c\/li\u003e\n\u003cli\u003eCar Charging Support\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bp-feature-image\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0517\/6767\/3016\/files\/Group_1312319657_0e1414fc-5b38-48ec-89b7-31a7a9970dfa_3840x.png?v=1730257839\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"bp-feature\"\u003e\n\u003cdiv class=\"bp-feature-grid\"\u003e\n\u003cdiv class=\"bp-feature-content\"\u003e\n\u003ch2\u003eRecharge with Solar Power\u003c\/h2\u003e\n\u003cp\u003ePair the C200 DC with a compatible \u003cstrong\u003e100W solar panel\u003c\/strong\u003e to recharge using clean, renewable energy—keeping your power station ready for camping, travel, and off-grid adventures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bp-feature-image\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0517\/6767\/3016\/files\/Group_1312319568_1093a936-bf38-4a57-b80b-192a96612344_3840x.png?v=1729133747\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003ch3 data-start=\"180\" data-end=\"220\" class=\"PDq2pG_selectionAnchorContainer\" style=\"text-align: center;\"\u003e\n\u003cspan role=\"text\"\u003e\u003cstrong data-start=\"184\" data-end=\"220\"\u003eDesigned for Everyday Adventures\u003c\/strong\u003e\u003c\/span\u003e\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp data-start=\"222\" data-end=\"346\" style=\"text-align: center;\"\u003eFrom portable power to smart control and reliable support, the C200 DC is built to keep you powered wherever life takes you.\u003c\/p\u003e\n\u003ctable width=\"100%\" style=\"width: 100.031%; height: 118.906px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 118.906px;\"\u003e\n\u003ctd style=\"width: 33.1813%; height: 118.906px;\"\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0517\/6767\/3016\/files\/Group_1312319567_598d43d1-61f5-44f9-874f-a3f4b0e6a6a3_3840x.png?v=1729133640\"\u003e\u003c\/p\u003e\n\u003ch4 style=\"text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eUltra Portable Power\u003c\/h4\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 33.1813%; height: 118.906px;\"\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0517\/6767\/3016\/files\/Group_1312319569_543ec65a-34c8-490c-afc3-d7c5ef26e2ee_3840x.png?v=1730257935\"\u003e\u003c\/p\u003e\n\u003ch4 style=\"text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eBuilt for Long-Lasting Power\u003c\/h4\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 33.1813%; height: 118.906px;\"\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0517\/6767\/3016\/files\/Group_1312319866_5085868b-daeb-4548-92aa-66ca406c8635_3840x.png?v=1729133988\"\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003eSmart App Power Control\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\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 \u003c\/span\u003e\u003cstrong\u003eC200 DC\u003c\/strong\u003e\u003cspan\u003e Portable Power Station\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eUSB-C to C Charging Cable\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eSafety Manual\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eWarranty Info\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48152088543490,"sku":"C200X DC","price":149.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/C200X_DC.webp?v=1787286406"},{"product_id":"anker-solix-c300x-portable-power-station-refurbished","title":"Anker SOLIX C300X Portable Power Station – 288Wh(Refurbished)","description":"\u003ch1 style=\"text-align: center;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eAnker SOLIX C300X Portable Power Station (Refurbished)\u003c\/h1\u003e\n\u003cp\u003e\u003cimg style=\"display: block; width: 100%; margin: 0;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1723111_PRC_TD_01_US_V1.jpg?v=1728965664\"\u003e \u003cimg style=\"display: block; width: 100%; margin: 0;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1723111_PRC_TD_02_US_V1.jpg?v=1728965717\"\u003e\u003c\/p\u003e\n\u003cp style=\"margin: 0; line-height: 0;\"\u003e \u003c\/p\u003e\n\u003cp style=\"margin: 0; line-height: 0;\"\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch2 class=\"PDq2pG_selectionAnchorContainer\"\u003e288Wh Capacity with 300W Output\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ctable width=\"100%\" style=\"width: 100.031%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003ePower a wide range of everyday electronics with:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e288Wh LiFePO4 Battery\u003c\/li\u003e\n\u003cli\u003e300W Pure Sine Wave AC Output\u003c\/li\u003e\n\u003cli\u003e600W SurgePad™ Technology\u003c\/li\u003e\n\u003cli\u003eMultiple AC, USB-C, USB-A, and DC Outputs\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1723111_PRC_TD_08_US_V1_3840x.jpg?v=1728972536\"\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003eFrom laptops and cameras to portable refrigerators and CPAP machines, the C300X keeps your essential devices powered with confidence.\u003c\/p\u003e\n\u003ch2 class=\"PDq2pG_selectionAnchorContainer\"\u003eFast Charging, Less Waiting\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ctable width=\"100%\" style=\"width: 100.031%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e \u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003eRecharge quickly and stay ready for your next adventure.\u003c\/p\u003e\n\u003cp\u003eSupports:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e140W Two-Way USB-C Fast Charging\u003c\/li\u003e\n\u003cli\u003eAC Wall Charging (80% in about 50 minutes)\u003c\/li\u003e\n\u003cli\u003e100W Solar Charging\u003c\/li\u003e\n\u003cli\u003eCar Charging\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1723111_PRC_TD_08_US_V1_3840x.jpg?v=1728972536\"\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003eFlexible charging options let you recharge almost anywhere—at home, on the road, or off-grid.\u003c\/p\u003e\n\u003ch2 class=\"PDq2pG_selectionAnchorContainer\"\u003eSmall Size. Big Convenience.\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ctable width=\"100%\" style=\"width: 100.031%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003eDesigned to travel with you.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e15% Smaller Than Similar Power Stations\u003c\/li\u003e\n\u003cli\u003eLightweight \u0026amp; Easy to Carry\u003c\/li\u003e\n\u003cli\u003eIncludes Carry Strap\u003c\/li\u003e\n\u003cli\u003eSpace-Saving Vertical Design\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1723111_PRC_TD_10_US_V1_3840x.jpg?v=1728972618\"\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003eIdeal for camping, road trips, drone operations, outdoor photography, and mobile workstations. \u003cspan class=\"\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2 class=\"PDq2pG_selectionAnchorContainer\"\u003eFast Charging, Less Waiting\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eRecharge quickly and stay ready for your next adventure.\u003c\/p\u003e\n\u003ctable width=\"100%\" style=\"width: 100.031%;\" height=\"88\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 36.4098%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003eSupports:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e140W Two-Way USB-C Fast Charging\u003c\/li\u003e\n\u003cli\u003eAC Wall Charging (80% in about 50 minutes)\u003c\/li\u003e\n\u003cli\u003e100W Solar Charging\u003c\/li\u003e\n\u003cli\u003eCar Charging\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 30%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1723111_PRC_TD_11_US_V1_3840x.jpg?v=1728972657\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e \u003c\/td\u003e\n\u003ctd style=\"width: 30%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1723111_PRC_TD_12_US_V1_3840x.jpg?v=1728972694\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003eFlexible charging options let you recharge almost anywhere—at home, on the road, or off-grid.\u003c\/p\u003e\n\u003ch2 class=\"PDq2pG_selectionAnchorContainer\"\u003eInstant Backup with 10ms UPS\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eThe built-in \u003cstrong\u003e10ms UPS\u003c\/strong\u003e automatically switches connected devices to battery power.\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1723111_PRC_TD_13_US_V1_3840x.jpg?v=1728973430\"\u003e\u003c\/p\u003e\n\u003ch2 class=\"PDq2pG_selectionAnchorContainer\"\u003eBuilt to Last\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ctable style=\"width: 100.031%; height: 19.5952px;\" width=\"100%\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.5952px;\"\u003e\n\u003ctd style=\"width: 49.8617%; height: 19.5952px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003ePowered by premium \u003cstrong\u003eLiFePO4 battery technology\u003c\/strong\u003e, the C300X is designed for years of dependable use.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eLong-Life LFP Battery\u003c\/li\u003e\n\u003cli\u003eAdvanced Battery Protection\u003c\/li\u003e\n\u003cli\u003eSafe Indoor Operation\u003c\/li\u003e\n\u003cli\u003eBacked by a 5-Year Warranty\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 49.8617%; height: 19.5952px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1723111_PRC_TD_14_US_V1_3840x.jpg?v=1728973485\"\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003eReliable energy you can trust at home and outdoors.\u003c\/p\u003e\n\u003ch2 class=\"PDq2pG_selectionAnchorContainer\"\u003eSmart Monitoring with the Anker App\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eMonitor and manage your power station using Wi-Fi or Bluetooth.\u003c\/p\u003e\n\u003ctable style=\"width: 100.031%;\" width=\"100%\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003eFeatures include:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eReal-Time Battery Status\u003c\/li\u003e\n\u003cli\u003eInput \u0026amp; Output Monitoring\u003c\/li\u003e\n\u003cli\u003eCharging Control\u003c\/li\u003e\n\u003cli\u003eFirmware Updates\u003c\/li\u003e\n\u003cli\u003eDevice Management\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1723111_PRC_TD_15_US_V1_3840x.jpg?v=1728973551\"\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003eEverything you need is available from your smartphone. \u003cspan class=\"\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003e⚠️ Warranty: 6 Months\u003c\/strong\u003e\u003cbr\u003eThis is a refurbished product and includes a \u003cstrong\u003e6-month warranty\u003c\/strong\u003e. Please review our warranty policy for complete warranty terms and conditions.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48160950452482,"sku":"A17221Z1-F0","price":188.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10001_c581dac0-2abc-4a9c-ae51-96ecd0f6da23.png?v=1784105040"},{"product_id":"anker-solix-f3000-portable-power-station-3-072wh-3-600w","title":"Anker SOLIX F3000 Portable Power Station - 3,072Wh | 3,600W","description":"\u003cstyle\u003e\n\n\/* =====================================================\n DRT ANKER SOLIX F3000 PRODUCT PAGE\n Shopify Custom Liquid\n===================================================== *\/\n\n\n.drt-f3000-page{\n\nfont-family:\nInter,\n-apple-system,\nBlinkMacSystemFont,\n\"Segoe UI\",\nArial,sans-serif;\n\ncolor:#101828;\n\nline-height:1.6;\n\n}\n\n\n.drt-f3000-container{\n\nmax-width:1200px;\n\nmargin:auto;\n\npadding:0 24px;\n\n}\n\n\n\n.drt-f3000-section{\n\npadding:80px 0;\n\n}\n\n\n\n.drt-f3000-bg{\n\nbackground:#f7f9fc;\n\n}\n\n\n\n.drt-f3000-center{\n\ntext-align:center;\n\n}\n\n\n\n.drt-f3000-label{\n\ndisplay:block;\n\nfont-size:13px;\n\nfont-weight:700;\n\nletter-spacing:2px;\n\ntext-transform:uppercase;\n\ncolor:#1677ff;\n\nmargin-bottom:15px;\n\n}\n\n\n\n.drt-f3000-title{\n\nfont-size:42px;\n\nfont-weight:900;\n\nline-height:1.15;\n\nmargin-bottom:20px;\n\n}\n\n\n\n.drt-f3000-title span{\n\ncolor:#1677ff;\n\n}\n\n\n\n.drt-f3000-desc{\n\nmax-width:720px;\n\nmargin:auto;\n\nfont-size:18px;\n\ncolor:#667085;\n\n}\n\n\n\n\/* ================= HERO ================= *\/\n\n\n.drt-f3000-hero{\n\npadding:70px 0;\n\ntext-align:center;\n\n}\n\n\n\n.drt-f3000-hero h1{\n\nfont-size:60px;\n\nfont-weight:900;\n\nline-height:1.05;\n\nmargin-bottom:25px;\n\n}\n\n\n\n.drt-f3000-hero h1 span{\n\ncolor:#1677ff;\n\n}\n\n\n\n.drt-f3000-subtitle{\n\nfont-size:24px;\n\nfont-weight:700;\n\n}\n\n\n\n.drt-f3000-badges{\n\ndisplay:flex;\n\njustify-content:center;\n\nflex-wrap:wrap;\n\ngap:12px;\n\nmargin:35px 0;\n\n}\n\n\n\n.drt-f3000-badge{\n\nbackground:#eef5ff;\n\nborder:1px solid #d7e5ff;\n\npadding:10px 18px;\n\nborder-radius:50px;\n\nfont-size:14px;\n\nfont-weight:600;\n\n}\n\n\n\n\n.drt-f3000-image{\n\nmax-width:1000px;\n\nmargin:auto;\n\n}\n\n\n\n.drt-f3000-image img{\n\nwidth:100%;\n\nborder-radius:30px;\n\n}\n\n\n\n\n\n\/* ================= METRICS ================= *\/\n\n\n\n.drt-f3000-metrics{\n\ndisplay:grid;\n\ngrid-template-columns:repeat(5,1fr);\n\ngap:20px;\n\nmargin-top:50px;\n\n}\n\n\n\n.drt-f3000-metric{\n\nbackground:white;\n\nborder:1px solid #e5eaf2;\n\nborder-radius:22px;\n\npadding:30px 20px;\n\ntext-align:center;\n\n}\n\n\n\n.drt-f3000-number{\n\nfont-size:38px;\n\nfont-weight:900;\n\ncolor:#1677ff;\n\n}\n\n\n\n.drt-f3000-metric h3{\n\nmargin:15px 0 5px;\n\n}\n\n\n\n.drt-f3000-metric p{\n\nfont-size:14px;\n\ncolor:#667085;\n\n}\n\n\n\n\n\n\/* ================= CARD ================= *\/\n\n\n.drt-f3000-grid{\ndisplay:grid;\ngrid-template-columns:repeat(2,auto);\ngap:28px;\nmargin-top:50px;\n}\n\n\n.drt-f3000-card{\n\nbackground:#fff;\n\nborder:1px solid #e5eaf2;\n\nborder-radius:25px;\n\npadding:35px;\n\n}\n\n\n\n.drt-f3000-icon{\n\nfont-size:38px;\n\nmargin-bottom:20px;\n\n}\n\n\n.drt-f3000-card h3{\n\nfont-size:24px;\n\nfont-weight:800;\n\n}\n\n\n.drt-f3000-card p{\n\ncolor:#667085;\n\n}\n\n\n\n\n@media(max-width:900px){\n\n.drt-f3000-hero h1{\n\nfont-size:42px;\n\n}\n\n\n.drt-f3000-title{\n\nfont-size:34px;\n\n}\n\n\n.drt-f3000-metrics{\n\ngrid-template-columns:repeat(2,1fr);\n\n}\n\n\n.drt-f3000-grid{\n\ngrid-template-columns:1fr;\n\n}\n\n\n}\n\n\n@media(max-width:500px){\n\n.drt-f3000-metrics{\n\ngrid-template-columns:1fr;\n\n}\n\n.drt-f3000-container{\n\npadding:0 18px;\n\n}\n\n}\n\n\n\u003c\/style\u003e\n\u003cdiv class=\"drt-f3000-page\"\u003e\n\u003c!-- ================= HERO ================= --\u003e\n\u003csection class=\"drt-f3000-hero\"\u003e\n\u003cdiv class=\"drt-f3000-container\"\u003e\n\u003ch1\u003e\n\u003cspan style=\"color: rgb(16, 111, 244);\"\u003eAnker SOLIX F3000\u003c\/span\u003e Portable Power Station\u003c\/h1\u003e\n\u003cdiv class=\"drt-f3000-subtitle\"\u003ePower Anywhere.Anytime.\u003c\/div\u003e\n\u003cdiv class=\"drt-f3000-subtitle\"\u003e3600W Output | 3072Wh LiFePO₄ Battery\u003c\/div\u003e\n\u003cp class=\"drt-f3000-desc\"\u003eA high-capacity portable power station built for home backup, RV travel, outdoor adventures, and emergency power.\u003c\/p\u003e\n\u003cdiv class=\"drt-f3000-badges\"\u003e\n\u003cdiv class=\"drt-f3000-badge\"\u003e✓ 3600W High Output\u003c\/div\u003e\n\u003cdiv class=\"drt-f3000-badge\"\u003e✓ 3072Wh Large Capacity\u003c\/div\u003e\n\u003cdiv class=\"drt-f3000-badge\"\u003e✓ LiFePO₄ Long Life Battery\u003c\/div\u003e\n\u003cdiv class=\"drt-f3000-badge\"\u003e✓ Solar \u0026amp; RV Ready\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-f3000-image\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/F3000.webp?v=1784706755\" alt=\"\"\u003e\u003cspan class=\"drt-f3000-label\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= PERFORMANCE ================= --\u003e\n\u003csection class=\"drt-f3000-section drt-f3000-bg\"\u003e\n\u003cdiv class=\"drt-f3000-container\"\u003e\n\u003cdiv class=\"drt-f3000-center\"\u003e\n\u003ch2 class=\"drt-f3000-title\"\u003ePowerful Capacity. \u003cspan\u003e Portable Freedom. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"drt-f3000-desc\"\u003eDesigned to deliver reliable energy wherever life takes you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-f3000-metrics\"\u003e\n\u003cdiv class=\"drt-f3000-metric\"\u003e\n\u003cdiv class=\"drt-f3000-number\"\u003e3600W\u003c\/div\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003eHigh Output Power\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eRun high-demand appliances and tools\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-f3000-metric\"\u003e\n\u003cdiv class=\"drt-f3000-number\"\u003e3072Wh\u003c\/div\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003eLarge Battery Capacity\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eKeep essential devices powered longer\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-f3000-metric\"\u003e\n\u003cdiv class=\"drt-f3000-number\"\u003e4000\u003c\/div\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003eLong Cycle Life\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eBuilt with LiFePO₄ battery technology\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-f3000-metric\"\u003e\n\u003cdiv class=\"drt-f3000-number\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e1600W\u003c\/div\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003eSolar Input\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eRecharge independently off-grid\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-f3000-metric\"\u003e\n\u003cdiv class=\"drt-f3000-number\"\u003e20ms\u003c\/div\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003eUPS Backup\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eProtect essential devices during outages\u003cbr\u003e\u003cspan class=\"drt-f3000-label\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ================= WHY F3000 ================= --\u003e\n\u003csection class=\"drt-f3000-section\"\u003e\n\u003cdiv class=\"drt-f3000-container\"\u003e\n\u003cdiv class=\"drt-f3000-center\"\u003e\n\u003cdiv class=\"drt-grid drt-grid-2\"\u003e\n\u003ch2 class=\"drt-f3000-title\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eTurn Solar Power into Everyday Energy Savings\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-f3000-grid\"\u003e\n\u003cdiv class=\"drt-f3000-card\"\u003e\n\u003cdiv class=\"drt-f3000-icon\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/Group_2121235290_3840x.png?v=1754452719\"\u003e\n\u003c\/div\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003eRecharge Faster with 2,400W Solar Input\u003c\/h3\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\" data-end=\"573\" data-start=\"399\"\u003eF3000 supports flexible dual-voltage solar charging with \u003cstrong data-end=\"479\" data-start=\"456\"\u003e60V and 165V inputs\u003c\/strong\u003e, delivering up to \u003cstrong data-end=\"520\" data-start=\"498\"\u003e2,400W solar input\u003c\/strong\u003e and compatibility with a wide range of solar panels.\u003cspan class=\"PDq2pG_selectionAnchor\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-end=\"729\" data-start=\"575\"\u003eWith powerful solar charging capability, F3000 can be fully recharged in as little as \u003cstrong data-end=\"674\" data-start=\"661\"\u003e1.5 hours\u003c\/strong\u003e, keeping your backup power ready whenever you need it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-f3000-card\"\u003e\n\u003cdiv class=\"drt-f3000-icon\"\u003e\u003cvideo controls=\"controls\" width=\"100%\"\u003e\n  \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/00cb1fadaee24e2a8f5c022892423670.mp4\"\u003e\n  Your browser does not support the video tag.\n\u003c\/source\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003ch3 class=\"PDq2pG_selectionAnchorContainer\" data-end=\"789\" data-start=\"736\" data-section-id=\"1kdc37f\"\u003e\n\u003cspan role=\"text\"\u003e\u003cstrong data-end=\"789\" data-start=\"740\"\u003eReduce Energy Costs with Smart Solar Charging\u003c\/strong\u003e\u003c\/span\u003e\u003cspan class=\"PDq2pG_selectionAnchor\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003eStore excess solar energy during the day and use it when electricity rates are higher. Combined with time-of-use pricing, F3000 helps reduce grid dependence and can lower monthly electricity costs.\u003cspan class=\"drt-f3000-label\"\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\n\u003c\/div\u003e\n\u003c!-- =====================================================\n RECHARGE OPTIONS\n===================================================== --\u003e\n\u003csection class=\"drt-f3000-section\"\u003e\n\u003cdiv class=\"drt-f3000-container\"\u003e\n\u003cdiv class=\"drt-f3000-center\"\u003e\n\u003ch2 class=\"drt-f3000-title\"\u003eReady for Real-Life\u003cspan\u003e Scenarios. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"drt-f3000-desc\"\u003e\u003cmeta charset=\"utf-8\"\u003eFrom emergency backup to outdoor adventures, F3000 delivers reliable power wherever you need it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; margin-top: 50px;\"\u003e\n\u003cdiv class=\"drt-f3000-card\" style=\"padding: 0; overflow: hidden;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/home.webp?v=1784713071\"\u003e\u003cbr\u003e\n\u003cdiv style=\"padding: 30px;\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003eHome Emergency Backup\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eKeep essential appliances running during unexpected power outages, including refrigerators, lights, and Wi-Fi.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-f3000-card\" style=\"padding: 0; overflow: hidden;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/image_edef3aef-c066-4b35-aef7-7ebcd0ab2ffa_3840x.png?v=1749105618\"\u003e\u003cbr\u003e\n\u003cdiv style=\"padding: 30px;\"\u003e\n\u003ch3\u003eRV \u0026amp; Camping Power\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eBring dependable electricity on the road for cooking, entertainment, and outdoor living.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-f3000-card\" style=\"padding: 0; overflow: hidden;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/image_4_a7050f77-5360-4dee-b10b-00bdc86fe3ba_3840x.png?v=1748952076\"\u003e\u003cbr\u003e\n\u003cdiv style=\"padding: 30px;\"\u003e\n\u003ch3\u003eEmergency Preparedness\u003c\/h3\u003e\n\u003cp\u003eStay Ready When the Grid Goes Down\u003cspan class=\"drt-f3000-label\"\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\n\u003c!-- =====================================================\n RECHARGE OPTIONS\n===================================================== --\u003e\u003c!-- =====================================================\n WHAT CAN F3000 POWER\n===================================================== --\u003e\n\u003csection class=\"drt-f3000-section drt-f3000-bg\"\u003e\n\u003cdiv class=\"drt-f3000-container\"\u003e\n\u003cdiv class=\"drt-f3000-center\"\u003e\n\u003ch2 class=\"drt-f3000-title\"\u003e\n\u003cspan style=\"color: rgb(29, 120, 247);\"\u003eSave Energy.\u003c\/span\u003e Stay Powered Through Every Outage.\u003c\/h2\u003e\n\u003cp class=\"drt-f3000-desc\"\u003e\u003cmeta charset=\"utf-8\"\u003eTake Control of Your Energy with Smart Solar Storage\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-f3000-grid\"\u003e\n\u003c!-- Refrigerator --\u003e\n\u003cdiv class=\"drt-f3000-card\" style=\"padding: 0; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 30px;\"\u003e\n\u003ch3\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/F3000-2.webp?v=1784710544\"\u003e\u003c\/h3\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003eKeep Essentials Running During Extended Outages\u003c\/h3\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\" data-end=\"1240\" data-start=\"1069\"\u003eWith ultra-low idle power consumption, F3000 can keep your refrigerator running for nearly 2 days during blackouts and stay ready with up to 5 days of standby power during extended outages.\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- RV --\u003e\n\u003cdiv class=\"drt-f3000-card\" style=\"padding: 0; overflow: hidden;\"\u003e\n\u003cdiv style=\"padding: 30px;\"\u003e\n\u003ch3\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/61469cd53f7dbd2608af2e20fbc5ea06.webp?v=1784710794\" alt=\"\"\u003e\u003c\/h3\u003e\n\u003ch2 class=\"PDq2pG_selectionAnchorContainer\" data-end=\"658\" data-start=\"612\" data-section-id=\"19rb0v2\"\u003e\n\u003cspan role=\"text\"\u003eReduce Energy Costs with Solar Power\u003c\/span\u003e\u003cspan class=\"PDq2pG_selectionAnchor\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp data-start=\"660\" data-end=\"831\" class=\"\"\u003eStore solar energy when rates are low and use it during peak hours to reduce grid reliance and lower energy costs.\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!-- =====================================================\n ENERGY MANAGEMENT MODES\n===================================================== --\u003e\n\u003csection class=\"drt-f3000-section\"\u003e\n\u003cdiv class=\"drt-f3000-container\"\u003e\n\u003cdiv class=\"drt-f3000-center\"\u003e\n\u003cspan class=\"drt-f3000-label\"\u003e Smart Energy Management \u003c\/span\u003e\n\u003ch2 class=\"drt-f3000-title\"\u003eOptimize Energy Usage \u003cspan\u003e With Flexible Modes. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"drt-f3000-desc\"\u003eAnker SOLIX F3000 intelligently manages solar, battery, and grid power to maximize efficiency and reduce electricity costs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-energy-mode-grid\"\u003e\n\u003c!-- =============================\n SELF CONSUMPTION\n============================== --\u003e\n\u003cdiv class=\"drt-energy-mode-card\"\u003e\n\u003cdiv class=\"drt-energy-content\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/APP_01_1_3840x.png?v=1753323125\"\u003eSelf-Consumption Mode\u003c\/h3\u003e\n\u003cp\u003eSolar energy is fully utilized by transmitting it through F3000 and the Bi-Directional Inlet Box into the main panel, distributing power across multiple household loads.\u003c\/p\u003e\n\u003cdiv class=\"drt-energy-flow\"\u003e\n\u003cspan\u003e ☀ Solar \u003c\/span\u003e → \u003cspan\u003e F3000 \u003c\/span\u003e → \u003cspan\u003e Main Panel \u003c\/span\u003e → \u003cspan\u003e Home Loads \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =============================\n TIME OF USE\n============================== --\u003e\n\u003cdiv class=\"drt-energy-mode-card\"\u003e\n\u003cdiv class=\"drt-energy-content\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/APP_01_2_3840x.png?v=1753322808\"\u003eTime-of-Use Mode\u003c\/h3\u003e\n\u003cp\u003eDuring peak hours, household loads are powered by solar energy and stored battery power. During off-peak hours, the grid recharges F3000 to reduce overall electricity expenses.\u003c\/p\u003e\n\u003cdiv class=\"drt-energy-flow\"\u003e\n\u003cspan\u003e ☀ Solar \u003c\/span\u003e + \u003cspan\u003e F3000 Battery \u003c\/span\u003e → \u003cspan\u003e Peak Loads \u003c\/span\u003e\u003cspan class=\"drt-f3000-label\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n\n\n.drt-energy-mode-grid{\n\n\ndisplay:grid;\n\ngrid-template-columns:repeat(2,1fr);\n\ngap:35px;\n\nmargin-top:50px;\n\n\n}\n\n\n\n\n.drt-energy-mode-card{\n\n\nbackground:white;\n\nborder-radius:28px;\n\noverflow:hidden;\n\nborder:1px solid #e5eaf2;\n\n\n}\n\n\n\n.drt-energy-mode-card img{\n\n\nwidth:100%;\n\ndisplay:block;\n\naspect-ratio:16\/10;\n\nobject-fit:cover;\n\n\n}\n\n\n\n.drt-energy-content{\n\n\npadding:35px;\n\n\n}\n\n\n\n.drt-energy-content h3{\n\n\nfont-size:28px;\n\nfont-weight:800;\n\nmargin-bottom:18px;\n\n\n}\n\n\n\n.drt-energy-content p{\n\n\nfont-size:16px;\n\ncolor:#667085;\n\nline-height:1.7;\n\n\n}\n\n\n\n.drt-energy-flow{\n\n\nmargin-top:25px;\n\npadding:15px;\n\nbackground:#f5f8ff;\n\nborder-radius:15px;\n\nfont-size:14px;\n\nfont-weight:600;\n\ntext-align:center;\n\n\n}\n\n\n\n.drt-energy-flow span{\n\n\ncolor:#1677ff;\n\n\n}\n\n\n\n\n@media(max-width:768px){\n\n\n.drt-energy-mode-grid{\n\ngrid-template-columns:1fr;\n\n}\n\n\n\n.drt-energy-content{\n\npadding:25px;\n\n}\n\n\n}\n\n\n\u003c\/style\u003e\n\u003cdiv class=\"drt-f3000-page\"\u003e\n\u003c!-- =====================================================\n BATTERY TECHNOLOGY\n===================================================== --\u003e\n\u003csection class=\"drt-f3000-section\"\u003e\n\u003cdiv class=\"drt-f3000-container\"\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center;\"\u003e\n\u003cdiv\u003e\n\u003ch2 class=\"drt-f3000-title\"\u003eBuilt For \u003cspan\u003e Years Of Reliable Power. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"drt-f3000-desc\" style=\"margin: 0;\"\u003eF3000 uses advanced LiFePO₄ battery technology to deliver exceptional safety, durability, and long-term performance.\u003c\/p\u003e\n\u003cdiv style=\"margin-top: 30px;\"\u003e\n\u003cp\u003e\u003cstrong\u003e3000+ Charge Cycles\u003c\/strong\u003e\u003cbr\u003eDesigned for years of daily use.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eAdvanced Battery Management System\u003c\/strong\u003e\u003cbr\u003eIntelligent protection against temperature, overcharging, and overload.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eStable \u0026amp; Safe Chemistry\u003c\/strong\u003e\u003cbr\u003eLiFePO₄ technology provides enhanced safety and reliability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/image_1_87d7e1ef-ccf6-43c9-9ff6-23402e2a543a_3840x.png?v=1748953265\"\u003e\u003cspan class=\"drt-f3000-label\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n F3000 VS F3800 COMPARISON\n===================================================== --\u003e\n\u003csection class=\"drt-f3000-section drt-f3000-bg\"\u003e\n\u003cdiv class=\"drt-f3000-container\"\u003e\n\u003cdiv class=\"drt-f3000-center\"\u003e\n\u003ch2 class=\"drt-f3000-title\"\u003eF3000 \u003cspan\u003e vs F3800 \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"drt-f3000-desc\"\u003eChoose the right Anker SOLIX power station based on your backup needs, lifestyle, and energy goals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-compare-wrap\"\u003e\n\u003ctable class=\"drt-compare-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eAnker SOLIX F3000\u003c\/th\u003e\n\u003cth\u003eAnker SOLIX F3800\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBest For\u003c\/td\u003e\n\u003ctd\u003ePortable Power\u003cbr\u003eRV • Camping • Outdoor\u003c\/td\u003e\n\u003ctd\u003eWhole-Home Backup\u003cbr\u003eEnergy Storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd\u003e3,072Wh\u003c\/td\u003e\n\u003ctd\u003e3,840Wh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAC Output Power\u003c\/td\u003e\n\u003ctd\u003e3,600W\u003c\/td\u003e\n\u003ctd\u003e6,000W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVoltage Output\u003c\/td\u003e\n\u003ctd\u003e120V\u003c\/td\u003e\n\u003ctd\u003e120V \/ 240V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Input\u003c\/td\u003e\n\u003ctd\u003eUp To 1,600W\u003c\/td\u003e\n\u003ctd\u003eUp To 2,400W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eExpandable Capacity\u003c\/td\u003e\n\u003ctd\u003ePortable Expansion\u003c\/td\u003e\n\u003ctd\u003eUp To 53.8kWh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUPS Protection\u003c\/td\u003e\n\u003ctd\u003e20ms\u003c\/td\u003e\n\u003ctd\u003e\u0026lt;20ms\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRV Ready\u003c\/td\u003e\n\u003ctd\u003e✓ Yes\u003c\/td\u003e\n\u003ctd\u003e✓ Yes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHome Panel Integration\u003c\/td\u003e\n\u003ctd\u003eBasic Backup\u003c\/td\u003e\n\u003ctd\u003e✓ Whole-Home Backup\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended User\u003c\/td\u003e\n\u003ctd\u003eTravelers\u003cbr\u003eOutdoor Enthusiasts\u003cbr\u003eEmergency Backup\u003c\/td\u003e\n\u003ctd\u003eHomeowners\u003cbr\u003eEnergy Independence\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\/div\u003e\n\u003cstyle\u003e\n\n\n.drt-compare-wrap{\n\noverflow-x:auto;\n\nmargin-top:50px;\n\n}\n\n\n\n.drt-compare-table{\n\n\nwidth:100%;\n\nborder-collapse:collapse;\n\nbackground:white;\n\nborder-radius:25px;\n\noverflow:hidden;\n\nfont-size:16px;\n\n\n}\n\n\n\n.drt-compare-table th{\n\n\nbackground:#101828;\n\ncolor:white;\n\npadding:20px;\n\nfont-size:18px;\n\n\n}\n\n\n\n.drt-compare-table td{\n\n\npadding:18px;\n\nborder-bottom:1px solid #e5eaf2;\n\ntext-align:center;\n\n\n}\n\n\n\n.drt-compare-table td:first-child{\n\n\nfont-weight:700;\n\ntext-align:left;\n\nbackground:#f8fafc;\n\n\n}\n\n\n\n.drt-compare-table tr:last-child td{\n\n\nborder-bottom:none;\n\n\n}\n\n\n\n@media(max-width:768px){\n\n\n.drt-compare-table{\n\nfont-size:14px;\n\n}\n\n\n.drt-compare-table th{\n\nfont-size:15px;\n\n}\n\n\n}\n\n\n\u003c\/style\u003e\n\u003cdiv class=\"drt-f3000-page\"\u003e\n\u003c!-- =====================================================\n PACKAGE CONTENT\n===================================================== --\u003e\n\u003csection class=\"drt-f3000-section drt-f3000-bg\"\u003e\n\u003cdiv class=\"drt-f3000-container\"\u003e\n\u003cdiv class=\"drt-f3000-center\"\u003e\n\u003cspan class=\"drt-f3000-label\"\u003e \u003c\/span\u003e\u003cmeta charset=\"utf-8\"\u003e\n\u003ch2 class=\"drt-f3000-title\"\u003eIN The Box\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"max-width: 800px; margin: 50px auto; background: white; border-radius: 25px; padding: 40px;\"\u003e\n\u003cul style=\"font-size: 18px; line-height: 2;\"\u003e\n\u003cli\u003eAnker SOLIX F3000 Portable Power Station\u003c\/li\u003e\n\u003cli\u003eAC Charging Cable\u003c\/li\u003e\n\u003cli\u003eSolar Charging Cable\u003c\/li\u003e\n\u003cli\u003eUser Manual\u003c\/li\u003e\n\u003cli\u003eWarranty Documentation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n FAQ\n===================================================== --\u003e\n\u003csection class=\"drt-f3000-section\"\u003e\n\u003cdiv class=\"drt-f3000-container\"\u003e\n\u003cdiv class=\"drt-f3000-center\"\u003e\n\u003cspan class=\"drt-f3000-label\"\u003e FAQ \u003c\/span\u003e\n\u003ch2 class=\"drt-f3000-title\"\u003eFrequently Asked \u003cspan\u003e Questions \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"max-width: 850px; margin: 40px auto;\"\u003e\n\u003cdetails style=\"padding: 20px; border-bottom: 1px solid #ddd;\" open=\"\"\u003e\n\u003csummary style=\"font-size: 18px; font-weight: bold; cursor: pointer;\"\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003eHow long can Anker SOLIX F3000 provide long-lasting backup power?\u003c\/span\u003e\u003c\/summary\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan class=\"text-only\" data-eleid=\"8\"\u003eF3000 features a 3kWh capacity and low power consumption that leads the industry.\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"text-only\" data-eleid=\"10\"\u003eOne F3000 can power a 190W fridge for 42 hours. Add a gas generator, and F3000 could power your home indefinitely while you have fuel.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" style=\"padding: 20px; border-bottom: 1px solid #ddd;\"\u003e\n\u003csummary style=\"font-size: 18px; font-weight: bold; cursor: pointer;\"\u003eWhat types of solar panels can I use to charge Anker SOLIX F3000?\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cdiv data-line=\"true\" data-line-index=\"0\" data-zone-id=\"0\"\u003eF3000 features 2 PV inputs that support 2,400W.\u003c\/div\u003e\n\u003cdiv data-line=\"true\" data-line-index=\"1\" data-zone-id=\"0\"\u003e \u003c\/div\u003e\n\u003cdiv data-line=\"true\" data-line-index=\"2\" data-zone-id=\"0\"\u003eHigh PV: Supports panels between 11-165V. Connect up to four 400W solar panels in series for 1,600W.\u003c\/div\u003e\n\u003cdiv data-line=\"true\" data-line-index=\"3\" data-zone-id=\"0\"\u003e \u003c\/div\u003e\n\u003cdiv data-line=\"true\" data-line-index=\"4\" data-zone-id=\"0\"\u003eLow PV: Supports panels between 11-60V. Connect two 400W solar panels in parallel for 800W.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" style=\"padding: 20px; border-bottom: 1px solid #ddd;\"\u003e\n\u003csummary style=\"font-size: 18px; font-weight: bold; cursor: pointer;\"\u003e\u003cmeta charset=\"utf-8\"\u003eHow does Anker SOLIX F3000 3,600W pass-through charging work with my gas generator?\u003cbr\u003e\u003c\/summary\u003e\n\u003cdiv data-line=\"true\" data-line-index=\"0\" data-zone-id=\"0\"\u003eF3000 works with most 120V gas generators on the market if it has a TT-30 plug or adapter. Use pass-through charging to charge and discharge simultaneously, avoiding power interruptions.\u003c\/div\u003e\n\u003cdiv data-line=\"true\" data-line-index=\"1\" data-zone-id=\"0\"\u003e \u003c\/div\u003e\n\u003cdiv data-line=\"true\" data-line-index=\"2\" data-zone-id=\"0\"\u003eLog onto the Anker app to set the generator's power rating.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\" style=\"padding: 20px; border-bottom: 1px solid #ddd;\"\u003e\n\u003csummary style=\"font-size: 18px; font-weight: bold; cursor: pointer;\"\u003e\u003cmeta charset=\"utf-8\"\u003eHow can I lower electricity bills with Anker SOLIX F3000?\u003cbr\u003e\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cdiv data-line=\"true\" data-line-index=\"0\" data-zone-id=\"0\"\u003e1. F3000 features a Bi-Directional Inlet Box and a smart meter to prioritize solar power for daily use.\u003c\/div\u003e\n\u003cdiv data-line=\"true\" data-line-index=\"1\" data-zone-id=\"0\"\u003e \u003c\/div\u003e\n\u003cdiv data-line=\"true\" data-line-index=\"2\" data-zone-id=\"0\"\u003e2. Enable TOU mode to charge when prices are low and power when prices are high.\u003c\/div\u003e\n\u003cdiv data-line=\"true\" data-line-index=\"3\" data-zone-id=\"0\"\u003e \u003c\/div\u003e\n\u003cdiv data-line=\"true\" data-line-index=\"4\" data-zone-id=\"0\"\u003e3. F3000 has two PV inputs, supporting 2,400W of solar for appliances.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Anker SOLIX","offers":[{"title":"Anker SOLIX F3000 Portable Power Station","offer_id":48329247228162,"sku":"A1782111","price":1399.99,"currency_code":"USD","in_stock":true},{"title":"F3000 + PS400 Solar Panel","offer_id":48329247260930,"sku":"BN-F3K-PS4","price":1469.98,"currency_code":"USD","in_stock":true},{"title":"F3000 + F3000 Expansion Battery","offer_id":48329247293698,"sku":"BN-F3K-BAT","price":2599.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/F3000_1.webp?v=1787284665"},{"product_id":"anker-solix-power-saver-kit-smart-meter-bi-directional-inlet-box-for-f3000","title":"Anker SOLIX Power Saver Kit (Smart Meter + Bi-Directional Inlet Box, For F3000)","description":"\u003ch1\u003eAnker SOLIX Power Saver Kit (Smart Meter + Bi-Directional Inlet Box, For F3000)\u003c\/h1\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eOptimize your Anker SOLIX F3000 with intelligent energy management. The Power Saver Kit combines AI energy monitoring and a bi-directional inlet box to maximize solar usage, reduce grid dependence, and help lower electricity costs.\u003c\/p\u003e\n\u003cp\u003e\u003cvideo width=\"100%\" controls=\"controls\"\u003e\n  \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/00cb1fadaee24e2a8f5c022892423670.mp4\" type=\"video\/mp4\"\u003e\n  Your browser does not support the video tag.\n\u003c\/source\u003e\u003c\/video\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003cp\u003eUnlock smarter energy control with the Anker SOLIX Power Saver Kit. Combining an AI-powered Smart Meter with a Bi-Directional Inlet Box, this kit helps your F3000 intelligently manage energy flow between solar power, your home circuit, and the local grid.\u003c\/p\u003e\n\u003cp\u003eMonitor energy usage in real time, prioritize solar energy where it matters most, and optimize stored power to reduce grid reliance and electricity costs.\u003c\/p\u003e\n\u003c!-- =====================================================\n ENERGY MANAGEMENT MODES\n===================================================== --\u003e\n\u003csection class=\"drt-f3000-section\"\u003e\n\u003cdiv class=\"drt-f3000-container\"\u003e\n\u003cdiv class=\"drt-f3000-center\"\u003e\n\u003cspan class=\"drt-f3000-label\"\u003e Smart Energy Management \u003c\/span\u003e\n\u003ch2 class=\"drt-f3000-title\"\u003eOptimize Energy Usage \u003cspan\u003e With Flexible Modes. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"drt-f3000-desc\"\u003eAnker SOLIX F3000 intelligently manages solar, battery, and grid power to maximize efficiency and reduce electricity costs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-energy-mode-grid\"\u003e\n\u003c!-- =============================\n SELF CONSUMPTION\n============================== --\u003e\n\u003cdiv class=\"drt-energy-mode-card\"\u003e\n\u003cdiv class=\"drt-energy-content\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/APP_01_1_3840x.png?v=1753323125\"\u003eSelf-Consumption Mode\u003c\/h3\u003e\n\u003cp\u003eSolar energy is fully utilized by transmitting it through F3000 and the Bi-Directional Inlet Box into the main panel, distributing power across multiple household loads.\u003c\/p\u003e\n\u003cdiv class=\"drt-energy-flow\"\u003e\n\u003cspan\u003e ☀ Solar \u003c\/span\u003e → \u003cspan\u003e F3000 \u003c\/span\u003e → \u003cspan\u003e Main Panel \u003c\/span\u003e → \u003cspan\u003e Home Loads \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =============================\n TIME OF USE\n============================== --\u003e\n\u003cdiv class=\"drt-energy-mode-card\"\u003e\n\u003cdiv class=\"drt-energy-content\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/APP_01_2_3840x.png?v=1753322808\"\u003eTime-of-Use Mode\u003c\/h3\u003e\n\u003cp\u003eDuring peak hours, household loads are powered by solar energy and stored battery power. During off-peak hours, the grid recharges F3000 to reduce overall electricity expenses.\u003c\/p\u003e\n\u003cdiv class=\"drt-energy-flow\"\u003e\n\u003cspan\u003e ☀ Solar \u003c\/span\u003e + \u003cspan\u003e F3000 Battery \u003c\/span\u003e → \u003cspan\u003e Peak Loads \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n\n\n.drt-energy-mode-grid{\n\n\ndisplay:grid;\n\ngrid-template-columns:repeat(2,1fr);\n\ngap:35px;\n\nmargin-top:50px;\n\n\n}\n\n\n\n\n.drt-energy-mode-card{\n\n\nbackground:white;\n\nborder-radius:28px;\n\noverflow:hidden;\n\nborder:1px solid #e5eaf2;\n\n\n}\n\n\n\n.drt-energy-mode-card img{\n\n\nwidth:100%;\n\ndisplay:block;\n\naspect-ratio:16\/10;\n\nobject-fit:cover;\n\n\n}\n\n\n\n.drt-energy-content{\n\n\npadding:35px;\n\n\n}\n\n\n\n.drt-energy-content h3{\n\n\nfont-size:28px;\n\nfont-weight:800;\n\nmargin-bottom:18px;\n\n\n}\n\n\n\n.drt-energy-content p{\n\n\nfont-size:16px;\n\ncolor:#667085;\n\nline-height:1.7;\n\n\n}\n\n\n\n.drt-energy-flow{\n\n\nmargin-top:25px;\n\npadding:15px;\n\nbackground:#f5f8ff;\n\nborder-radius:15px;\n\nfont-size:14px;\n\nfont-weight:600;\n\ntext-align:center;\n\n\n}\n\n\n\n.drt-energy-flow span{\n\n\ncolor:#1677ff;\n\n\n}\n\n\n\n\n@media(max-width:768px){\n\n\n.drt-energy-mode-grid{\n\ngrid-template-columns:1fr;\n\n}\n\n\n\n.drt-energy-content{\n\npadding:25px;\n\n}\n\n\n}\n\n\n\u003c\/style\u003e\n\u003ch3\u003eAI-Powered Energy Monitoring\u003c\/h3\u003e\n\u003cp\u003eThe Smart Meter tracks your home's energy consumption every 15 seconds and intelligently analyzes power usage. It helps optimize solar energy distribution, ensuring your stored energy is used efficiently.\u003c\/p\u003e\n\u003ch3\u003eSeamless F3000 Home Integration\u003c\/h3\u003e\n\u003cp\u003eThe Bi-Directional Inlet Box creates a reliable connection between your Anker SOLIX F3000 and home electrical system, enabling smooth two-way energy transfer with easy installation.\u003c\/p\u003e\n\u003ch3\u003eMaximize Solar Savings\u003c\/h3\u003e\n\u003cp\u003eIntegrate solar power and local grid energy to make the most of your stored electricity. By optimizing when and how energy is used, the Power Saver Kit helps reduce reliance on expensive peak-rate electricity and can save up to $1,560 per year.\u003c\/p\u003e\n\u003ch3\u003eWhat's Included\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAnker SOLIX Bi-Directional Inlet Box\u003c\/li\u003e\n\u003cli\u003eAnker SOLIX Smart Meter\u003c\/li\u003e\n\u003cli\u003e2 × 200A Current Transformer\u003c\/li\u003e\n\u003cli\u003e2 × 50A Current Transformer\u003c\/li\u003e\n\u003cli\u003eExtendable Antenna\u003c\/li\u003e\n\u003cli\u003eUser Manual\u003c\/li\u003e\n\u003cli\u003eWarning Notice\u003c\/li\u003e\n\u003cli\u003eWarranty Card\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48175851503874,"sku":null,"price":129.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10006_be71d837-5c90-47a4-878b-015001665f9c.png?v=1784719448"},{"product_id":"anker-solix-bp3000-expansion-battery-3-072wh-for-f3000","title":"Anker SOLIX BP3000 Expansion Battery - 3,072Wh (For F3000)","description":"\u003ch1 class=\"Text_heading__py3Kv ProductTag_productTitle__VvMBH\"\u003eAnker SOLIX BP3000 Expansion Battery - 3,072Wh (For F3000)\u003cmeta charset=\"utf-8\"\u003e\n\u003c\/h1\u003e\n\u003ch2\u003eExpand Your Backup Power with 3,072Wh of Extra Capacity\u003c\/h2\u003e\n\u003cp\u003eThe Anker SOLIX BP3000 Expansion Battery is designed exclusively for the Anker SOLIX F3000 Portable Power Station, adding 3,072Wh of reliable LFP battery capacity for extended backup power at home, on the road, or off the grid.\u003c\/p\u003e\n\u003cp\u003eWhether you're preparing for long power outages, powering your RV, or maximizing solar energy storage, the BP3000 gives you the flexibility to scale your energy system as your needs grow. Connect up to three BP3000 expansion batteries to a single F3000 for a total capacity of 12,288Wh, providing days of dependable power for essential appliances.\u003c\/p\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003ch4\u003e\n\u003cstrong\u003e\u003c\/strong\u003e3kWh Starting Capacity\u003c\/h4\u003e\n\u003cp\u003eKeep essential appliances powered for 10 hours. Use batteries to expand to 24kWh and relax with 80 hours of outage-proof energy.\u003c\/p\u003e\n\u003ch4\u003eLong-Lasting 10-Year Lifespan\u003c\/h4\u003e\n\u003cp\u003eAnker SOLIX F3000 is built to last over a decade, even with everyday use, thanks to Anker InfiniPower technology. The power station also features EV-class LFP batteries, durable components, and a smart temperature control system.\u003c\/p\u003e\n\u003ch4\u003e\n\u003cbr\u003e5-Year Warranty for Peace of Mind\u003c\/h4\u003e\n\u003cp\u003eInstead of the average industry warranty length of 2 years, purchase Anker SOLIX F3000 Portable Power Station Expansion Battery worry-free with a 5-year full-device warranty.\u003c\/p\u003e\n\u003cp\u003e\u003cvideo controls=\"controls\" width=\"100%\"\u003e\n  \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/00cb1fadaee24e2a8f5c022892423670.mp4\"\u003e\n  Your browser does not support the video tag.\n\u003c\/source\u003e\u003c\/video\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003csection class=\"drt-f3000-section\"\u003e\n\u003cdiv class=\"drt-f3000-container\"\u003e\n\u003cdiv class=\"drt-f3000-center\"\u003e\n\u003cspan class=\"drt-f3000-label\"\u003e Smart Energy Management \u003c\/span\u003e\n\u003ch2 class=\"drt-f3000-title\"\u003eOptimize Energy Usage \u003cspan\u003e With Flexible Modes. \u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"drt-f3000-desc\"\u003eAnker SOLIX F3000 intelligently manages solar, battery, and grid power to maximize efficiency and reduce electricity costs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-energy-mode-grid\"\u003e\n\u003c!-- =============================\n SELF CONSUMPTION\n============================== --\u003e\n\u003cdiv class=\"drt-energy-mode-card\"\u003e\n\u003cdiv class=\"drt-energy-content\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/APP_01_1_3840x.png?v=1753323125\"\u003eSelf-Consumption Mode\u003c\/h3\u003e\n\u003cp\u003eSolar energy is fully utilized by transmitting it through F3000 and the Bi-Directional Inlet Box into the main panel, distributing power across multiple household loads.\u003c\/p\u003e\n\u003cdiv class=\"drt-energy-flow\"\u003e\n\u003cspan\u003e ☀ Solar \u003c\/span\u003e → \u003cspan\u003e F3000 \u003c\/span\u003e → \u003cspan\u003e Main Panel \u003c\/span\u003e → \u003cspan\u003e Home Loads \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =============================\n TIME OF USE\n============================== --\u003e\n\u003cdiv class=\"drt-energy-mode-card\"\u003e\n\u003cdiv class=\"drt-energy-content\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/APP_01_2_3840x.png?v=1753322808\"\u003eTime-of-Use Mode\u003c\/h3\u003e\n\u003cp\u003eDuring peak hours, household loads are powered by solar energy and stored battery power. During off-peak hours, the grid recharges F3000 to reduce overall electricity expenses.\u003c\/p\u003e\n\u003cdiv class=\"drt-energy-flow\"\u003e\n\u003cspan\u003e ☀ Solar \u003c\/span\u003e + \u003cspan\u003e F3000 Battery \u003c\/span\u003e → \u003cspan\u003e Peak Loads \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n\n\n.drt-energy-mode-grid{\n\n\ndisplay:grid;\n\ngrid-template-columns:repeat(2,1fr);\n\ngap:35px;\n\nmargin-top:50px;\n\n\n}\n\n\n\n\n.drt-energy-mode-card{\n\n\nbackground:white;\n\nborder-radius:28px;\n\noverflow:hidden;\n\nborder:1px solid #e5eaf2;\n\n\n}\n\n\n\n.drt-energy-mode-card img{\n\n\nwidth:100%;\n\ndisplay:block;\n\naspect-ratio:16\/10;\n\nobject-fit:cover;\n\n\n}\n\n\n\n.drt-energy-content{\n\n\npadding:35px;\n\n\n}\n\n\n\n.drt-energy-content h3{\n\n\nfont-size:28px;\n\nfont-weight:800;\n\nmargin-bottom:18px;\n\n\n}\n\n\n\n.drt-energy-content p{\n\n\nfont-size:16px;\n\ncolor:#667085;\n\nline-height:1.7;\n\n\n}\n\n\n\n.drt-energy-flow{\n\n\nmargin-top:25px;\n\npadding:15px;\n\nbackground:#f5f8ff;\n\nborder-radius:15px;\n\nfont-size:14px;\n\nfont-weight:600;\n\ntext-align:center;\n\n\n}\n\n\n\n.drt-energy-flow span{\n\n\ncolor:#1677ff;\n\n\n}\n\n\n\n\n@media(max-width:768px){\n\n\n.drt-energy-mode-grid{\n\ngrid-template-columns:1fr;\n\n}\n\n\n\n.drt-energy-content{\n\npadding:25px;\n\n}\n\n\n}\n\n\n\u003c\/style\u003e\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003ch3\u003eWhat's Included\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAnker SOLIX BP3000 Expansion Battery,\u003c\/li\u003e\n\u003cli\u003eBattery-to-host cable,\u003c\/li\u003e\n\u003cli\u003eUser manual\u003c\/li\u003e\n\u003cli\u003eWarning notice\u003c\/li\u003e\n\u003cli\u003eWarranty card\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48186392281346,"sku":"A1782111-85","price":999.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/BP3000_expansionbattery.webp?v=1784791176"},{"product_id":"anker-solix-bp2000-expansion-battery-2-048wh-lfp-for-f2000-f2600","title":"Anker SOLIX BP2000 Expansion Battery - 2,048Wh LFP (For F2000, F2600)","description":"\u003cstyle\u003e\n        \/* ===== 全局重置（作用域限定） ===== *\/\n        .drt-c1000 *,\n        .drt-c1000 *::before,\n        .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: 8px;\n            letter-spacing: -0.5px;\n            color: #0a0a0a;\n        }\n\n        .product-header h2 {\n            font-size: 22px;\n            font-weight: 400;\n            color: #4a4a4a;\n            margin-bottom: 24px;\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        \/* ===== 场景画廊（横向滚动） ===== *\/\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        \/* 画廊容器 *\/\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\/* 每个卡片 ———— 加大尺寸 *\/\n.drt-gallery-item {\n    flex: 0 0 460px;           \/* 原 300px → 420px，宽度增加 40% *\/\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\/* 图片容器 ———— 同步加高 *\/\n.drt-image-wrapper {\n    width: 100%;\n    height: 400px;             \/* 原 200px → 280px，高度增加 40% *\/\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        \/* 悬停覆盖层 *\/\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;\n            color: #fff;\n            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);\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        \/* ===== bp-feature 专用模块 ===== *\/\n        .bp-feature {\n            max-width: 1200px;\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-grid.triple {\n            gap: 40px;\n        }\n\n        .bp-feature-grid.triple .bp-feature-image {\n            flex: 1;\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 h3 {\n            font-size: 32px;\n            font-weight: 700;\n            color: #111827;\n            margin-bottom: 16px;\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        \/* ===== 规格表格 ===== *\/\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        .drt-c1000 tr:last-child td {\n            border-bottom: none;\n        }\n\n        \/* ===== In the Box ===== *\/\n        .in-the-box {\n            margin: 48px 0 20px;\n        }\n\n        .in-the-box h3 {\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 16px;\n        }\n\n        .in-the-box ul {\n            list-style: none;\n            padding: 0;\n        }\n\n        .in-the-box ul li {\n            padding: 8px 0;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 16px;\n            color: #333;\n        }\n\n        .in-the-box ul li:last-child {\n            border-bottom: none;\n        }\n\n        .in-the-box .note {\n            font-size: 15px;\n            color: #888;\n            margin-top: 8px;\n        }\n\n        \/* ===== 响应式 ===== *\/\n        @media (max-width: 1024px) {\n            .drt-gallery-item {\n                flex: 0 0 260px;\n            }\n            .drt-image-wrapper {\n                height: 180px;\n            }\n            .bp-feature-grid {\n                gap: 40px;\n            }\n            .bp-feature-grid.triple {\n                flex-wrap: wrap;\n                gap: 30px;\n            }\n            .bp-feature-grid.triple .bp-feature-image {\n                flex: 0 0 calc(50% - 15px);\n            }\n        }\n\n        @media (max-width: 768px) {\n            .product-header h1 {\n                font-size: 26px;\n            }\n            .product-header h2 {\n                font-size: 18px;\n            }\n            .section-title {\n                font-size: 24px;\n            }\n            .drt-gallery-item {\n                flex: 0 0 280px;\n            }\n            .drt-image-wrapper {\n                height: 180px;\n            }\n            .bp-feature {\n                margin: 40px auto;\n                padding: 0 16px;\n            }\n            .bp-feature-grid {\n                flex-direction: column;\n                gap: 30px;\n            }\n            .bp-feature-grid.triple {\n                flex-direction: column;\n            }\n            .bp-feature-grid.triple .bp-feature-image {\n                flex: 1 1 auto;\n                width: 100%;\n            }\n            .bp-feature-content h2 {\n                font-size: 30px;\n            }\n            .bp-feature-content h3 {\n                font-size: 26px;\n            }\n            .bp-feature-content p,\n            .bp-feature-list li {\n                font-size: 16px;\n            }\n            .specs-section h2 {\n                font-size: 22px;\n            }\n            .drt-c1000 th,\n            .drt-c1000 td {\n                padding: 10px 14px;\n                font-size: 14px;\n            }\n            .in-the-box h3 {\n                font-size: 22px;\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            .bp-feature-content h2 {\n                font-size: 24px;\n            }\n            .bp-feature-content h3 {\n                font-size: 22px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"drt-c1000\"\u003e\n\u003cdiv class=\"drt-c1000-container\"\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- 1. 产品标题 + 两张连续主图（无间隔）                            --\u003e \u003c!-- ============================================================ --\u003e\u003cheader class=\"product-header\"\u003e\n\u003ch1\u003eAnker SOLIX BP2000 Expansion Battery\u003c\/h1\u003e\n\u003ch2\u003eAdd 2,048Wh Extra Capacity to Your F2000 or F2600 Portable Power Station\u003c\/h2\u003e\n\u003cdiv class=\"image-group\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0517\/6767\/3016\/files\/20221205-164842.jpg?v=1670230169\u0026amp;alt=Anker+SOLIX+portable+power+station+with+760+expansion+battery+in+living+room\" alt=\"F2600 power station with BP2000 expansion battery\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/BP2000.jpg?v=1784797691\" alt=\"anker solix bp2000 expansion batteries\"\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- ============================================================ --\u003e \u003c!-- 2. 「Perfect For」场景画廊（横向滚动）                        --\u003e \u003c!-- ============================================================ --\u003e\n\u003ch2 class=\"section-title\"\u003ePerfect For\u003c\/h2\u003e\n\u003cp style=\"text-align: center; max-width: 800px; margin: 0 auto 32px; color: #555; font-size: 17px;\"\u003eWhether you're preparing for power outages, RV travel, camping, or off-grid living, the BP2000 adds 2,048Wh of reliable LFP battery capacity to your compatible Anker SOLIX power station. Enjoy extended runtime for appliances, tools, and essential electronics, powered by Anker's InfiniPower™ technology for over 10 years of dependable performance.\u003c\/p\u003e\n\u003cdiv class=\"drt-gallery\"\u003e\n\u003c!-- 卡片 1：Home Backup Power --\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\/A1780111-85_RC05_PC_V1_1.png?v=1732247314\u0026amp;alt=Anker+SOLIX+home+power+station+with+fridge+and+kitchen+use\" alt=\"Anker SOLIX bp2000 expansion battery - home backup\" loading=\"lazy\"\u003e\n\u003cdiv class=\"drt-gallery-overlay\"\u003e\n\u003ch3\u003eHome Backup Power\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 卡片 2：Winter Backup Power --\u003e\n\u003cdiv class=\"drt-gallery-item\"\u003e\n\u003cdiv class=\"drt-image-wrapper\"\u003e\n\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a14daff2-9a72-470c-9669-382a4b723669.jpg?alt=event%3A+pingAnker+SOLIX+power+station+with+heating+blanket+and+TV+usage.\" alt=\"Anker SOLIX winter backup power\" loading=\"lazy\"\u003e\n\u003cdiv class=\"drt-gallery-overlay\"\u003e\n\u003ch3\u003eWinter Backup Power\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 卡片 3：Power for RVs --\u003e\n\u003cdiv class=\"drt-gallery-item\"\u003e\n\u003cdiv class=\"drt-image-wrapper\"\u003e\n\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/0d65d060-84cf-4be2-98c9-62780ad631a7.jpg?alt=Anker+SOLIX+powering+camper+devices+for+outdoor+relaxation.\" alt=\"Anker SOLIX RV power\" loading=\"lazy\"\u003e\n\u003cdiv class=\"drt-gallery-overlay\"\u003e\n\u003ch3\u003ePower for RVs\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 卡片 4：Power for Outdoors --\u003e\n\u003cdiv class=\"drt-gallery-item\"\u003e\n\u003cdiv class=\"drt-image-wrapper\"\u003e\n\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/61b83453-6219-4e25-a697-bdec71e5c41d.jpg?alt=Outdoor+camp+grilling+with+Anker+SOLIX+portable+power+station\" alt=\"C1000X Tent camping\" loading=\"lazy\"\u003e\n\u003cdiv class=\"drt-gallery-overlay\"\u003e\n\u003ch3\u003ePower for Outdoors\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 卡片 5：Professional Power --\u003e\n\u003cdiv class=\"drt-gallery-item\"\u003e\n\u003cdiv class=\"drt-image-wrapper\"\u003e\n\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/fffba61e-306c-40e5-80ec-2af6a78968e5.jpg?alt=Anker+SOLIX+power+station+with+tools+for+outdoor+work\" alt=\"Anker SOLIX professional power\" loading=\"lazy\"\u003e\n\u003cdiv class=\"drt-gallery-overlay\"\u003e\n\u003ch3\u003eProfessional Power\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/drt-gallery --\u003e \u003c!-- ============================================================ --\u003e \u003c!-- 3. 「The Perfect Combination」特性模块                         --\u003e \u003c!-- ============================================================ --\u003e\n\u003csection class=\"bp-feature\"\u003e\n\u003cdiv class=\"bp-feature-grid\"\u003e\n\u003cdiv class=\"bp-feature-content\"\u003e\n\u003ch3\u003eThe Perfect Combination\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eDesigned to work seamlessly with your compatible Anker SOLIX power station, the BP2000 expands your energy capacity while charging and operating as one integrated system. Simply connect, recharge, and enjoy longer-lasting power whenever you need it.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bp-feature-image\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/27ac27f5-ca4d-4ed3-b389-44e3c7f1f5d1.jpg?alt=Anker+SOLIX+power+station+with+high+capacity+for+kitchen+appliances\" alt=\"Anker SOLIX with BP2000\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- 4. 充电展示模块（两张图并排）                                  --\u003e \u003c!-- ============================================================ --\u003e\n\u003csection class=\"bp-feature\"\u003e\n\u003cdiv class=\"bp-feature-grid triple\"\u003e\n\u003cdiv class=\"bp-feature-image\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/a2d7e3dc-bdb9-4262-bd42-5d0ba43aff29.jpg?alt=Anker+SOLIX+PowerHouse+767+setup+with+expansion+battery+instructions\" alt=\"Recharge PowerHouse\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bp-feature-image\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/f3411751-5f83-4f51-a3fa-13efc7aa04db.jpg?alt=Anker+SOLIX+PowerHouse+setup+with+expansion+battery+and+charging+instructions\" alt=\"Recharge the battery\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- 5. Tech Specs 规格表                                         --\u003e \u003c!-- ============================================================ --\u003e\n\u003csection class=\"specs-section\"\u003e\n\u003ch2\u003eTech Specs\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd\u003e2,048Wh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Chemistry\u003c\/td\u003e\n\u003ctd\u003eLiFePO4 (Lithium Iron Phosphate)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRated Capacity\u003c\/td\u003e\n\u003ctd\u003e51.2V 40,000mAh \/ 2048Wh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eExpansion Capacity\u003c\/td\u003e\n\u003ctd\u003eUp to 4,096Wh (with compatible power station)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Models\u003c\/td\u003e\n\u003ctd\u003eAnker SOLIX F2000, F2600\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e44.3 × 26.8 × 23.8 cm \/ 17.44 × 10.6 × 9.4 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e45.6 lb (20.7 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e5-Year Limited Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================ --\u003e \u003c!-- 6. In the Box                                               --\u003e \u003c!-- ============================================================ --\u003e\n\u003cdiv class=\"in-the-box\"\u003e\n\u003ch3\u003eIn the Box\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAnker SOLIX BP2000 Expansion Battery \u003cspan style=\"color: rgb(64, 64, 64); font-size: 14px;\"\u003e(formerly known as Anker 760 Portable Power Station Expansion Battery, 2048Wh)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eBattery-to-host cable\u003c\/li\u003e\n\u003cli\u003e5-year warranty\u003c\/li\u003e\n\u003cli\u003eUser Manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"note\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/drt-c1000-container --\u003e\n\u003c\/div\u003e\n\u003c!-- \/drt-c1000 --\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48189903601922,"sku":"A17831A1-85","price":699.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/BP2000_expansion_battery.webp?v=1784802122"},{"product_id":"anker-solix-power-dock-power-module-connection-cable","title":"Anker SOLIX Power Dock - Power Module Connection Cable","description":"\u003cp class=\"PDq2pG_selectionAnchorContainer\" data-end=\"303\" data-start=\"245\"\u003e\u003cstrong data-end=\"303\" data-start=\"245\"\u003eAnker SOLIX Power Dock - Power Module Connection Cable\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\" data-end=\"303\" data-start=\"245\"\u003e\u003cspan class=\"PDq2pG_selectionAnchor\" aria-hidden=\"true\"\u003e\u003c\/span\u003eConnect your Anker SOLIX E10 Power Module to the Power Dock or Smart Inlet Box with a secure quick-connect cable designed for seamless whole-home backup integration.\u003c\/p\u003e\n\u003ch3 data-end=\"1547\" data-start=\"1531\" data-section-id=\"1iz91iu\"\u003eKey Features\u003c\/h3\u003e\n\u003cp data-end=\"1681\" data-start=\"1549\"\u003e✔ \u003cmeta charset=\"utf-8\"\u003e\u003cstrong data-end=\"578\" data-start=\"550\"\u003eQuick-Connect Power Link\u003c\/strong\u003e\u003cbr data-end=\"581\" data-start=\"578\"\u003eDesigned for fast and reliable connection between the Anker SOLIX E10 Power Module and Power Dock or Smart Inlet Box, providing a stable power connection for whole-home backup applications. \u003cspan data-state=\"closed\" class=\"\"\u003e\u003c\/span\u003e\u003cspan class=\"PDq2pG_selectionAnchor\" aria-hidden=\"true\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-end=\"1065\" data-start=\"810\"\u003e\u003cstrong data-end=\"849\" data-start=\"810\"\u003e\u003cmeta charset=\"utf-8\"\u003e✔ Built for Whole-Home Backup Systems\u003c\/strong\u003e\u003cbr data-end=\"852\" data-start=\"849\"\u003eEnables communication and power transfer between E10 modules and the home backup infrastructure, helping deliver automatic backup power when paired with compatible components.\u003c\/p\u003e\n\u003cp data-end=\"1065\" data-start=\"810\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong data-end=\"849\" data-start=\"810\"\u003e✔ \u003c\/strong\u003e\u003cstrong\u003eUniversal Compatibility\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul data-start=\"1447\" data-end=\"1572\"\u003e\n\u003cli data-section-id=\"1wm0eor\" data-start=\"1447\" data-end=\"1477\"\u003eAnker SOLIX E10 Power Module\u003c\/li\u003e\n\u003cli data-section-id=\"16j9fq\" data-start=\"1478\" data-end=\"1502\"\u003eAnker SOLIX Power Dock\u003c\/li\u003e\n\u003cli data-section-id=\"146zd8b\" data-start=\"1503\" data-end=\"1572\"\u003eAnker SOLIX Smart Inlet Box\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-end=\"1223\" data-start=\"1067\"\u003e\u003cstrong data-end=\"1095\" data-start=\"1067\"\u003e\u003cmeta charset=\"utf-8\"\u003e✔ 240V AC Rated Connection\u003c\/strong\u003e\u003cbr data-end=\"1098\" data-start=\"1095\"\u003eSupports 240V AC at 60Hz operation for reliable residential backup power installations. \u003cspan data-state=\"closed\" class=\"\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-end=\"1410\" data-start=\"1225\"\u003e\u003cstrong data-end=\"1255\" data-start=\"1225\"\u003e\u003cmeta charset=\"utf-8\"\u003e✔ Plug-and-Play Installation\u003c\/strong\u003e\u003cbr data-end=\"1258\" data-start=\"1255\"\u003ePurpose-built connectors eliminate complicated wiring and provide a clean, installation-ready connection solution.\u003c\/p\u003e\n\u003ch3 data-section-id=\"7zsklc\" data-start=\"1574\" data-end=\"1593\" class=\"PDq2pG_selectionAnchorContainer\"\u003eWhat's Included\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"ProductInfoRight_paddingBox__4dMvA\"\u003e\n\u003cdiv class=\"ProductTag_root__7eVbT smallBProductZindex\"\u003e\n\u003cdiv class=\"Text_body__snVk8 ProductTag_descText__YrSMi\"\u003e\n\u003cdiv data-page-id=\"PR59d86PkoWUhtx8d4mciCBenhd\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"\u003e\n\u003cul\u003e\n\u003cli class=\"ace-line ace-line old-record-id-VnSvdLGGYoByyzxG46wcCWjdnMh\"\u003eAnker SOLIX Smart Inlet Box On-Grid Cable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ProductInfoRight_paddingBox__4dMvA\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ProductInfoRight_paddingBox__4dMvA\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"ProductInfoRight_paddingBox__4dMvA\"\u003e\n\u003cdiv class=\"ProductInfoRight_quantityBox__ionMJ ProductInfoRight_infoSection__i2WN2\"\u003e\n\u003cdiv class=\"w-full\"\u003e\n\u003cdiv class=\"undefined flex items-center justify-between gap-[20px] l:gap-[8px]\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48190736662786,"sku":null,"price":149.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/AnkerSOLIXSmartInletBoxOn-GridCable.webp?v=1784803519"},{"product_id":"anker-solix-e10-smart-extra-battery-b6000-expansion-battery-module","title":"Anker SOLIX B6000 Battery Module (E10 Smart Extra Battery)","description":"\u003ch2\u003eAnker SOLIX E10 Smart Extra Battery (B6000)\u003c\/h2\u003e\n\u003cp\u003eExpand your home energy storage capacity with the Anker SOLIX E10 Smart Extra Battery (B6000). Designed exclusively for the Anker SOLIX E10 system, this expansion battery module provides additional energy storage to help keep your home powered longer during outages and high-demand periods.\u003c\/p\u003e\n\u003cp\u003eBuilt with long-lasting LFP battery technology, the B6000 delivers reliable performance, enhanced safety, and extended battery life. Seamlessly integrate it with your E10 system to increase backup capacity and maximize your stored solar energy.\u003c\/p\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eExpandable Energy Storage:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eAdd extra battery capacity to your Anker SOLIX E10 whole-home backup system.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSmart Energy Management:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eWorks with the E10 system for intelligent power monitoring and energy optimization.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLong-Lasting LFP Battery:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eProvides excellent safety, durability, and cycle life.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReliable Backup Power:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eStore more energy for extended outages, emergencies, and daily energy needs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy System Integration:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eDesigned for seamless connection with the Anker SOLIX E10 ecosystem.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eCompatible with\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003eAnker SOLIX E10 Whole-Home Backup System\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eAnker SOLIX E10 Power Module\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan\u003eNote:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan\u003e The B6000 Battery Module is an expansion battery designed exclusively for the Anker SOLIX E10 system. It cannot operate as a standalone power station and requires a compatible E10 Power Module.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003eTechnical Details \u003c\/h3\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Type\u003c\/td\u003e\n\u003ctd\u003eLi-ion (LFP)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBattery Capacity\u003c\/td\u003e\n\u003ctd\u003e6,144Wh per Battery\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eExpandable Capacity\u003c\/td\u003e\n\u003ctd\u003eUp to 30kWh Total Capacity with One Power Module\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVoltage Terminal Range\u003c\/td\u003e\n\u003ctd\u003e380–450V DC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertification\u003c\/td\u003e\n\u003ctd\u003eUL 9540 \u0026amp; UL 9540A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e5 Years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEnclosure Rating\u003c\/td\u003e\n\u003ctd\u003eNEMA Type 4 (IP66)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOperating Temperature\u003c\/td\u003e\n\u003ctd\u003e-4°F to 131°F (-20°C to 55°C)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Options\u003c\/td\u003e\n\u003ctd\u003eFloor Mounting or Wall Mounting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions (W × H × D)\u003c\/td\u003e\n\u003ctd\u003e26.4 × 12.7 × 11.1 in (670 × 322 × 281 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e130 lbs (59 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"Anker SOLIX","offers":[{"title":"B6000 Battery Module (E10 Smart Extra Battery)","offer_id":48202729357570,"sku":"A17E1141-85","price":2499.0,"currency_code":"USD","in_stock":true},{"title":"2× B6000 Battery Module","offer_id":48202724802818,"sku":"B17E1141-85","price":4998.0,"currency_code":"USD","in_stock":true},{"title":"3× B6000 Battery Module","offer_id":48202724835586,"sku":"B17E1141-86","price":7497.0,"currency_code":"USD","in_stock":true},{"title":"4× B6000 Battery Module","offer_id":48202734043394,"sku":"B17E1141-87","price":9996.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10001_99c76bc9-ee90-4cbf-96b3-08f8061f2ea4.png?v=1784886595"},{"product_id":"anker-solix-power-dock","title":"Anker SOLIX Power Dock for E10 | Automatic Whole-Home Backup","description":"\u003ch2\u003eAnker SOLIX Power Dock for E10 | Automatic Whole-Home Backup\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eConnect your Anker SOLIX E10 system to your home and keep essential appliances powered automatically.\u003c\/strong\u003e The Anker SOLIX Power Dock serves as the central connection and power management hub for E10 whole-home backup, linking the backup power system with your home's electrical panel for fast, reliable, and intelligent power control.\u003c\/p\u003e\n\u003cdiv class=\"payload-richtext\"\u003e\n\u003ch3 class=\"word\"\u003e200A Whole-Home Backup\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"payload-richtext\"\u003e\n\u003cp\u003eEvery circuit covered. Unlike systems with only 100A that force you to pick and choose which rooms stay powered during outages, 200A Power Dock protects your entire home panel, so every outlet works exactly like the grid never went down.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/1_0dfc1206-95fe-4cc6-af5c-047d2f9e4f87_3840x.png?v=1770085719\"\u003e\u003c\/p\u003e\n\u003ch3 class=\"word\"\u003eSmart Whole-Home Energy Control\u003c\/h3\u003e\n\u003cstyle\u003e\n.drt-powerdock-feature {\n  width: 100%;\n  max-width: 1200px;\n  margin: 60px auto;\n  padding: 0 20px;\n}\n\n.drt-powerdock-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 30px;\n}\n\n.drt-powerdock-card {\n  background: #ffffff;\n  border-radius: 16px;\n  overflow: hidden;\n  text-align: center;\n  box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n  transition: transform 0.3s ease;\n}\n\n.drt-powerdock-card:hover {\n  transform: translateY(-5px);\n}\n\n.drt-powerdock-card img {\n  width: 100%;\n  height: auto;\n  display: block;\n}\n\n.drt-powerdock-card-content {\n  padding: 30px 25px 35px;\n}\n\n.drt-powerdock-card h3 {\n  margin: 0 0 15px;\n  font-size: 22px;\n  font-weight: 600;\n  line-height: 1.3;\n  color: #111;\n}\n\n.drt-powerdock-card p {\n  margin: 0;\n  font-size: 16px;\n  line-height: 1.6;\n  color: #555;\n}\n\n\n\/* Tablet *\/\n@media screen and (max-width: 990px) {\n\n  .drt-powerdock-feature-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n}\n\n\n\/* Mobile *\/\n@media screen and (max-width: 768px) {\n\n  .drt-powerdock-feature {\n    padding: 0 15px;\n    margin: 40px auto;\n  }\n\n\n  .drt-powerdock-feature-grid {\n    grid-template-columns: 1fr;\n    gap: 20px;\n  }\n\n\n  .drt-powerdock-card-content {\n    padding: 25px 20px 30px;\n  }\n\n\n  .drt-powerdock-card h3 {\n    font-size: 20px;\n  }\n\n\n  .drt-powerdock-card p {\n    font-size: 15px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"drt-powerdock-feature\"\u003e\n\u003cdiv class=\"drt-powerdock-feature-grid\"\u003e\n\u003c!-- Card 1 --\u003e\n\u003cdiv class=\"drt-powerdock-card\"\u003e\n\u003cdiv class=\"drt-powerdock-card-content\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/1_cd346417-7668-4fd4-8b67-20af262ded84_3840x.png?v=1769485580\"\u003eAutomatic Switchover\u003c\/h3\u003e\n\u003cp\u003ePower Dock automatically detects grid interruptions and switches to backup power, helping keep your home powered without manual operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 2 --\u003e\n\u003cdiv class=\"drt-powerdock-card\"\u003e\n\u003cdiv class=\"drt-powerdock-card-content\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/2_d0f35692-88d1-41cf-9214-cb221d642e65_3840x.png?v=1769485581\"\u003eStorm Guard Mode\u003c\/h3\u003e\n\u003cp\u003ePrepare your home energy system before severe weather arrives and ensure reliable backup power when outages occur.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 3 --\u003e\n\u003cdiv class=\"drt-powerdock-card\"\u003e\n\u003cdiv class=\"drt-powerdock-card-content\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/3_8568e227-12de-49cd-bef0-84a78f56b1bf_3840x.png?v=1769485581\"\u003eSmart Prioritization\u003c\/h3\u003e\n\u003cp\u003eManage up to 12 home circuits and customize backup priorities through the app for smarter energy control during extended outages.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"word\"\u003eMulti-Source \u003cmeta charset=\"utf-8\"\u003ePower \u003cmeta charset=\"utf-8\"\u003eConnectivity\u003c\/h3\u003e\n\u003cp\u003e\u003cspan\u003e \u003c\/span\u003eSeamlessly integrates third-party AC solar power systems at 15.3kW capacity. Works with any 240V generator—even standby models—delivering up to 24kW of direct pass-through power.*\u003c\/p\u003e\n\u003ctable style=\"width: 100.031%;\" width=\"100%\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cpicture class=\"block overflow-hidden size-full\"\u003e\u003cimg decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/1920_27ebdf12-1c4d-4b35-ab6e-dd8d5e6906be_3840x.png?v=1769486529\" loading=\"lazy\" alt=\"\" class=\"w-full object-cover w-auto h-full\"\u003e\u003c\/picture\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cpicture class=\"block overflow-hidden size-full\"\u003e\u003cimg decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/2565_2cae072f-9006-4e2b-a807-5d95e0b13108_3840x.png?v=1769486527\" loading=\"lazy\" alt=\"\" class=\"w-full object-cover w-auto h-full\"\u003e\u003c\/picture\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3 class=\"word\"\u003eReduce Up to 80% of Electricity Bills\u003c\/h3\u003e\n\u003cdiv class=\"word\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"payload-richtext\"\u003e\n\u003cp\u003eOptimized energy savings.\u003cstrong\u003e\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003eWorks seamlessly with existing solar power systems and grid connections through AC coupling, storing 100% of excess solar power and off-peak electricity to avoid expensive peak rates and maximize your savings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003csection class=\"PageSection relative leading-[1.2]  overflow-hidden\" id=\"compareImage_69783aa2321e9916888cbe90\"\u003e\n\u003cdiv class=\"relative z-[2]\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ipc_container relative z-10 w-full\"\u003e\n\u003cdiv class=\"lg-desktop:max-w-full mx-auto size-full tablet:px-8 laptop:px-16 desktop:px-16 lg-desktop:px-[calc(50%-832px)] px-4 none none none\"\u003e\n\u003cdiv class=\"flex flex-col gap-[64px] l:gap-[32px] l-xxl:gap-[64px]\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"grid grid-cols-10 gap-[16px] md-l:gap-[12px]\"\u003e\n\u003cdiv class=\"md:!col-span-10\"\u003e\u003cpicture class=\"block overflow-hidden size-full\"\u003e\u003csource media=\"(max-width: 767px)\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/276365e9-8bef-4cd2-9572-bf9e95f2e524_390-3_1534x.png?v=1769486776\"\u003e\u003csource media=\"(max-width: 1024px)\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/0f1fbdf2-d530-4f07-aa0f-8769d6d3178f_1920-4_2048x.png?v=1769486688\"\u003e\u003csource media=\"(max-width: 1919px)\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/0f1fbdf2-d530-4f07-aa0f-8769d6d3178f_1920-4_3838x.png?v=1769486688\"\u003e\u003cimg class=\"w-full object-cover w-auto h-full\" alt=\"\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/0f1fbdf2-d530-4f07-aa0f-8769d6d3178f_1920-4_3840x.png?v=1769486688\" decoding=\"async\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003ch3 class=\"word\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eFlexible Installation for Any Home Setup\u003c\/h3\u003e\n\u003cstyle\u003e\n.drt-powerdock-feature {\n  max-width: 1200px;\n  margin: 50px auto;\n  padding: 0 20px;\n}\n\n.drt-powerdock-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 28px;\n}\n\n.drt-powerdock-card {\n  background: #f7f7f7;\n  border-radius: 16px;\n  overflow: hidden;\n  text-align: center;\n}\n\n.drt-powerdock-card img {\n  width: 100%;\n  height: auto;\n  display: block;\n}\n\n.drt-powerdock-card-content {\n  padding: 28px 24px 32px;\n}\n\n.drt-powerdock-card h3 {\n  font-size: 22px;\n  line-height: 1.3;\n  margin: 0 0 14px;\n  font-weight: 600;\n}\n\n.drt-powerdock-card p {\n  font-size: 16px;\n  line-height: 1.6;\n  color: #555;\n  margin: 0;\n}\n\n\n\/* Mobile *\/\n@media screen and (max-width: 768px) {\n\n  .drt-powerdock-feature-grid {\n    grid-template-columns: 1fr;\n    gap: 20px;\n  }\n\n  .drt-powerdock-card h3 {\n    font-size: 20px;\n  }\n\n  .drt-powerdock-card p {\n    font-size: 15px;\n  }\n\n}\n\u003c\/style\u003e\n\u003csection class=\"drt-powerdock-feature\"\u003e\n\u003cdiv class=\"drt-powerdock-feature-grid\"\u003e\n\u003c!-- Card 1 --\u003e\n\u003cdiv class=\"drt-powerdock-card\"\u003e\n\u003cdiv class=\"drt-powerdock-card-content\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/1_0b050605-1f6c-47e2-a92b-63aed7aac2d8_3840x.png?v=1769487375\"\u003e\u003cmeta charset=\"utf-8\"\u003eModular Split Design\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003eFlexible component placement helps installers create a cleaner and more efficient installation layout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 2 --\u003e\n\u003cdiv class=\"drt-powerdock-card\"\u003e\n\u003cdiv class=\"drt-powerdock-card-content\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/2_3d61bae3-b3fc-4238-83b5-e3a7ec5618a9_3840x.png?v=1769487374\"\u003e\u003cmeta charset=\"utf-8\"\u003eWeather Resistant\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003eBuilt for reliable outdoor installation with durable protection against environmental conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 3 --\u003e\n\u003cdiv class=\"drt-powerdock-card\"\u003e\n\u003cdiv class=\"drt-powerdock-card-content\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/3_cc0664d7-90a1-4552-8df8-a604722b2dd8_3840x.png?v=1769487374\"\u003e\u003cmeta charset=\"utf-8\"\u003ePlug-and-Play\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eStreamlined connections reduce installation time and simplify system integration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eDesigned for Anker SOLIX E10:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eBuilt for seamless integration with the E10 whole-home backup ecosystem.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReliable System Connection:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eProvides a secure connection point between compatible power components for stable energy transfer.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlexible Home Backup Setup:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eSupports customized energy storage configurations to meet different household power needs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSmart Energy Integration:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eWorks together with Anker SOLIX home energy products for efficient backup power management.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuilt for Long-Term Reliability:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eDesigned for durable performance as part of your home energy storage system.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eCompatible with\u003c\/h3\u003e\n\u003cp\u003eAnker SOLIX E10 Whole-Home Backup Energy Storage System\u003c\/p\u003e\n\u003ch3\u003eIn The Box\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003ePower Dock\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003eOn-Grid Cable\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003e3x Current Transformer (200A)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003eMarking Template\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48202801447170,"sku":"AX170J40","price":1999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10001_52693b2b-ecef-47ed-ac0a-5bdab9f1df4e.png?v=1784890315"},{"product_id":"anker-solix-bp2600-expansion-battery-2560wh-lfp-for-anker-solix-f2000-f2600","title":"Anker SOLIX BP2600 Expansion Battery - 2,560Wh LFP Battery (For F2000, F2600)","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* ========== 全局重置 ========== *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: #f6f9fc;\n            padding: 30px 20px;\n            color: #0b1a2f;\n        }\n\n        .page-wrapper {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: flex;\n            flex-direction: column;\n            gap: 50px;\n        }\n\n        \/* ======================================\n                   第一部分：产品文案（独立模块）\n                   ====================================== *\/\n        .product-intro {\n            background: #ffffff;\n            border-radius: 28px;\n            padding: 40px 44px 44px 44px;\n            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);\n        }\n\n        .product-intro h1 {\n            font-size: 32px;\n            font-weight: 700;\n            letter-spacing: -0.02em;\n            line-height: 1.2;\n            margin-bottom: 6px;\n        }\n\n        .product-intro h1 span {\n            font-weight: 400;\n            font-size: 20px;\n            color: #4a5f7c;\n            margin-left: 10px;\n        }\n\n        .product-intro .subhead {\n            font-size: 16px;\n            color: #2c3e5c;\n            margin-top: 4px;\n            margin-bottom: 20px;\n            font-weight: 450;\n            border-bottom: 1px solid #eef2f6;\n            padding-bottom: 18px;\n        }\n\n        .product-intro .desc {\n            font-size: 16.5px;\n            line-height: 1.8;\n            color: #1f334f;\n            margin-bottom: 28px;\n            max-width: 90%;\n        }\n\n        \/* 特性网格 *\/\n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 18px;\n        }\n\n        .feature-card {\n            background: #f5f9ff;\n            border-radius: 16px;\n            padding: 18px 20px;\n            border: 1px solid #e9eff6;\n            transition: transform 0.2s, box-shadow 0.2s;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(0, 20, 40, 0.06);\n        }\n\n        .feature-card .f-title {\n            font-weight: 800;\n            font-size: 17px;\n            color: #0b1a2f;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            margin-bottom: 4px;\n        }\n\n        .feature-card .f-title .icon {\n            font-size: 22px;\n        }\n\n        .feature-card .f-desc {\n            font-size: 14px;\n            color: #3d506e;\n            line-height: 1.5;\n        }\n\n        \/* ======================================\n                   第二部分：轮播组件（独立模块）\n                   ====================================== *\/\n        .slider-section {\n            background: #ffffff;\n            border-radius: 28px;\n            padding: 32px 36px 36px 36px;\n            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);\n        }\n\n        .slider-section .section-label {\n            font-size: 14px;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.06em;\n            color: #5e6f8d;\n            margin-bottom: 20px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .slider-section .section-label::after {\n            content: '';\n            flex: 1;\n            height: 1px;\n            background: #e2e8f0;\n        }\n\n        .drt-usecase-container {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 48px;\n            align-items: center;\n        }\n\n        \/* ===== 左侧图片区 ===== *\/\n        .drt-usecase-image {\n            position: relative;\n            border-radius: 18px;\n            overflow: hidden;\n            aspect-ratio: 16 \/ 7;\n            background: #e6ecf3;\n            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);\n        }\n\n        .drt-usecase-image img {\n            width: 100%;\n            height: 100%;\n            display: block;\n            object-fit: cover;\n            transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        }\n\n        .drt-usecase-image:hover img {\n            transform: scale(1.03);\n        }\n\n        \/* ===== 箭头 ===== *\/\n        .drt-slider-btn {\n            position: absolute;\n            top: 50%;\n            transform: translateY(-50%);\n            width: 44px;\n            height: 44px;\n            border-radius: 50%;\n            border: none;\n            background: rgba(0, 0, 0, 0.45);\n            backdrop-filter: blur(6px);\n            -webkit-backdrop-filter: blur(6px);\n            color: #fff;\n            font-size: 24px;\n            font-weight: 300;\n            cursor: pointer;\n            transition: background 0.25s, transform 0.2s, box-shadow 0.25s;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            line-height: 1;\n            user-select: none;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);\n            z-index: 2;\n        }\n\n        .drt-slider-btn:hover {\n            background: rgba(0, 0, 0, 0.72);\n            transform: translateY(-50%) scale(1.10);\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.20);\n        }\n\n        .drt-slider-btn:active {\n            transform: translateY(-50%) scale(0.92);\n        }\n\n        .drt-prev {\n            left: 14px;\n        }\n        .drt-next {\n            right: 14px;\n        }\n\n        \/* ===== 指示点 ===== *\/\n        .drt-dots {\n            position: absolute;\n            bottom: 18px;\n            left: 50%;\n            transform: translateX(-50%);\n            display: flex;\n            gap: 10px;\n            z-index: 2;\n        }\n\n        .drt-dot {\n            width: 10px;\n            height: 10px;\n            border-radius: 50%;\n            background: rgba(255, 255, 255, 0.40);\n            border: none;\n            padding: 0;\n            cursor: pointer;\n            transition: background 0.3s, transform 0.25s;\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);\n        }\n\n        .drt-dot.active {\n            background: #ffffff;\n            transform: scale(1.30);\n        }\n\n        .drt-dot:hover {\n            background: rgba(255, 255, 255, 0.80);\n        }\n\n        \/* ===== 右侧内容 ===== *\/\n        .drt-usecase-content {\n            display: flex;\n            flex-direction: column;\n            gap: 6px;\n        }\n\n        .drt-usecase-content .scene-badge {\n            font-size: 13px;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            color: #5e6f8d;\n        }\n\n        .drt-usecase-content h2 {\n            font-size: 34px;\n            font-weight: 700;\n            color: #0b1a2f;\n            letter-spacing: -0.02em;\n            line-height: 1.2;\n        }\n\n        .drt-usecase-content p {\n            font-size: 16px;\n            line-height: 1.7;\n            color: #3d506e;\n            margin-bottom: 12px;\n        }\n\n        \/* ===== 设备列表 ===== *\/\n        .drt-runtime-list {\n            display: grid;\n            gap: 10px;\n        }\n\n        .drt-runtime-item {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 12px 18px;\n            background: #f5f8fe;\n            border-radius: 12px;\n            font-size: 15px;\n            transition: background 0.2s, transform 0.15s;\n            border: 1px solid transparent;\n        }\n\n        .drt-runtime-item:hover {\n            background: #eef3fa;\n            transform: translateX(4px);\n            border-color: #dce4ef;\n        }\n\n        .drt-runtime-item span:first-child {\n            color: #1d2b44;\n            font-weight: 450;\n        }\n\n        .drt-runtime-item span:last-child {\n            font-weight: 600;\n            color: #0b1a2f;\n            background: #ffffff;\n            padding: 2px 14px;\n            border-radius: 30px;\n            font-size: 14px;\n            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);\n        }\n\n        \/* ===== 动画 ===== *\/\n        .drt-fade-in {\n            animation: drtFadeIn 0.45s ease-out forwards;\n        }\n\n        @keyframes drtFadeIn {\n            0% {\n                opacity: 0;\n                transform: translateY(12px);\n            }\n            100% {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .drt-runtime-item {\n            opacity: 0;\n            animation: drtItemIn 0.35s ease-out forwards;\n        }\n\n        .drt-runtime-item:nth-child(1) {\n            animation-delay: 0.04s;\n        }\n        .drt-runtime-item:nth-child(2) {\n            animation-delay: 0.10s;\n        }\n        .drt-runtime-item:nth-child(3) {\n            animation-delay: 0.16s;\n        }\n\n        @keyframes drtItemIn {\n            0% {\n                opacity: 0;\n                transform: translateX(-12px);\n            }\n            100% {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n\n        \/* ======================================\n                   响应式\n                   ====================================== *\/\n        @media (max-width: 900px) {\n            .product-intro {\n                padding: 28px 24px 32px 24px;\n            }\n            .product-intro h1 {\n                font-size: 26px;\n            }\n            .product-intro .desc {\n                max-width: 100%;\n            }\n\n            .slider-section {\n                padding: 24px 20px 28px 20px;\n            }\n            .drt-usecase-container {\n                grid-template-columns: 1fr;\n                gap: 28px;\n            }\n            .drt-usecase-content h2 {\n                font-size: 28px;\n            }\n        }\n\n        @media (max-width: 720px) {\n            .product-intro {\n                padding: 20px 16px 24px 16px;\n                border-radius: 20px;\n            }\n            .product-intro h1 {\n                font-size: 21px;\n            }\n            .product-intro h1 span {\n                font-size: 16px;\n                display: block;\n                margin-left: 0;\n                margin-top: 2px;\n            }\n            .feature-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .slider-section {\n                padding: 16px 14px 20px 14px;\n                border-radius: 20px;\n            }\n            .drt-usecase-content h2 {\n                font-size: 24px;\n            }\n            .drt-slider-btn {\n                width: 36px;\n                height: 36px;\n                font-size: 20px;\n            }\n            .drt-prev {\n                left: 8px;\n            }\n            .drt-next {\n                right: 8px;\n            }\n            .drt-dot {\n                width: 8px;\n                height: 8px;\n            }\n            .drt-runtime-item {\n                padding: 10px 14px;\n                font-size: 14px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"page-wrapper\"\u003e\n\u003c!-- ============================================================\n        第一部分：产品文案（独立）\n        ============================================================ --\u003e\n\u003csection class=\"product-intro\"\u003e\n\u003ch1\u003eAnker SOLIX BP2600 Expansion Battery \u003cspan\u003e2,560Wh LFP Battery (For F2000, F2600)\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cdiv class=\"subhead\"\u003eExpand your portable power capacity with the Anker SOLIX BP2600 Expansion Battery.\u003c\/div\u003e\n\u003cp class=\"desc\"\u003eDesigned for the Anker SOLIX F2000 and F2600 Portable Power Stations, it adds 2,560Wh of reliable LFP battery capacity for longer backup time and extended off-grid adventures.\u003cbr\u003e\u003cbr\u003eBuilt with long-lasting LiFePO4 battery technology, BP2600 delivers excellent safety, durability, and cycle life. Whether you're preparing for emergencies, powering your RV, or enjoying outdoor activities, it provides dependable energy storage whenever you need more power.\u003c\/p\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"f-title\"\u003e\n\u003cspan class=\"icon\"\u003e⚡\u003c\/span\u003e 2,560Wh Extra Energy\u003c\/div\u003e\n\u003cdiv class=\"f-desc\"\u003ePower More. Stay Powered Longer. Add 2,560Wh of additional storage to your F2000 or F2600.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"f-title\"\u003e\n\u003cspan class=\"icon\"\u003e🔌\u003c\/span\u003e Seamless Expansion\u003c\/div\u003e\n\u003cdiv class=\"f-desc\"\u003eMore Power, Same System. Designed for seamless integration with F2000 \u0026amp; F2600.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"f-title\"\u003e\n\u003cspan class=\"icon\"\u003e🔄\u003c\/span\u003e 3,000 Life Cycles\u003c\/div\u003e\n\u003cdiv class=\"f-desc\"\u003eUp to 10 Years of Reliable Power. Built to Last with advanced LFP technology.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"f-title\"\u003e\n\u003cspan class=\"icon\"\u003e🛡️\u003c\/span\u003e 5-Year Hassle-Free Warranty\u003c\/div\u003e\n\u003cdiv class=\"f-desc\"\u003eReliable Support for Years to Come. Backed by Anker SOLIX quality.\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n\n.drt-bp2600-usecase {\n  max-width: 1800px;\n  margin: 70px auto;\n  padding: 0 20px;\n}\n\n\n\/* Title *\/\n\n.drt-bp2600-usecase h2 {\n  text-align: center;\n  font-size: 36px;\n  font-weight: 700;\n  margin-bottom: 15px;\n  color: #111;\n}\n\n\n.drt-bp2600-usecase .subtitle {\n  text-align: center;\n  max-width: 700px;\n  margin: 0 auto 45px;\n  font-size: 17px;\n  line-height: 1.6;\n  color: #555;\n}\n\n\n\n\/* Grid *\/\n\n.drt-bp2600-usecase-grid {\n\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:20px;\n\n}\n\n\n\n\/* Card *\/\n\n.drt-bp2600-usecase-card {\n\n  overflow:hidden;\n  border-radius:18px;\n  background:#f6f6f6;\n  transition:all .3s ease;\n\n}\n\n\n.drt-bp2600-usecase-card:hover {\n\n  transform:translateY(-6px);\n\n}\n\n\n\n.drt-bp2600-usecase-card img {\n\n  width:100%;\n  aspect-ratio:16 \/ 7.5;\n  object-fit:cover;\n  display:block;\n\n}\n\n\n\n.drt-bp2600-usecase-card h3 {\n\n  text-align:center;\n  font-size:18px;\n  font-weight:600;\n  margin:18px 10px 22px;\n  color:#111;\n\n}\n\n\n\n\/* Tablet *\/\n\n@media(max-width:990px){\n\n.drt-bp2600-usecase-grid{\n\ngrid-template-columns:repeat(3,1fr);\n\n}\n\n}\n\n\n\n\/* Mobile *\/\n\n@media(max-width:768px){\n\n\n.drt-bp2600-usecase{\n\nmargin:45px auto;\n\n}\n\n\n.drt-bp2600-usecase h2{\n\nfont-size:28px;\n\n}\n\n\n.drt-bp2600-usecase .subtitle{\n\nfont-size:15px;\n\n}\n\n\n.drt-bp2600-usecase-grid{\n\ndisplay:flex;\noverflow-x:auto;\ngap:16px;\npadding-bottom:10px;\n\nscroll-snap-type:x mandatory;\n\n}\n\n\n.drt-bp2600-usecase-card{\n\nmin-width:78%;\nscroll-snap-align:start;\n\n}\n\n\n}\n\n\n\u003c\/style\u003e\n\u003cdiv class=\"page-wrapper\"\u003e\n\u003csection class=\"drt-bp2600-usecase\"\u003e\n\u003ch2\u003ePower Your Life Anywhere\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003eFrom home backup to outdoor adventures, Anker SOLIX BP2600 delivers reliable extra energy wherever you need it.\u003c\/p\u003e\n\u003cdiv class=\"drt-bp2600-usecase-grid\"\u003e\n\u003c!-- Home Backup --\u003e\n\u003cdiv class=\"drt-bp2600-usecase-card\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1781_B1781_RC02_PC_V1.jpg?v=1717148192\u0026amp;alt=Anker+SOLIX+powers+appliances+during+storm+for+reliable+energy.\"\u003eHome Backup\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c!-- RV --\u003e\n\u003cdiv class=\"drt-bp2600-usecase-card\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1781_B1781_RC03_PC_V1.jpg?v=1717148369\u0026amp;alt=Anker+SOLIX+power+stations+with+camping+table+for+outdoor+use\"\u003eRV \u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c!-- Tent Camping --\u003e\n\u003cdiv class=\"drt-bp2600-usecase-card\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1781_B1781_RC04_PC_V1.jpg?v=1717148410\u0026amp;alt=Anker+SOLIX+energizing+outdoor+cooking+and+camping+devices\"\u003eTent Camping\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c!-- Tools --\u003e\n\u003cdiv class=\"drt-bp2600-usecase-card\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1781_B1781_RC05_PC_V1.jpg?v=1717148496\u0026amp;alt=Anker+SOLIX+powering+outdoor+tools+for+lawn+work\"\u003eTools\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c!-- Entertainment --\u003e\n\u003cdiv class=\"drt-bp2600-usecase-card\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/A1781_B1781_RC06_PC_V1.jpg?v=1717148595\u0026amp;alt=Anker+SOLIX+power+station+with+entertainment+devices+outdoors\"\u003eEntertainment\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48225898463490,"sku":"BP2600","price":799.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10001_cb981e61-0935-45c5-9aa1-f90f60c68332.png?v=1785145146"},{"product_id":"anker-solix-smart-inlet-box","title":"Anker SOLIX Smart Inlet Box | Whole-Home Backup \u0026 Energy Savings","description":"\u003ch2\u003eAnker SOLIX Smart Inlet Box  | Whole-Home Backup \u0026amp; Energy Savings\u003c\/h2\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eThe Anker SOLIX Smart Inlet Box is the intelligent bridge between your home and the SOLIX E10 system. It doesn’t just sit there—it actively works to save you money and protect your home from outages. With a sleek, outdoor-rated design, it enables seamless integration for a worry-free energy future.\u003cbr\u003e\u003c\/p\u003e\n\u003cdiv class=\"payload-richtext\"\u003e\n\u003ch3 style=\"text-align: center;\" class=\"word\" aria-hidden=\"true\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cstrong\u003e\u003cspan class=\"\"\u003eWhole-Home Backup and Daily Savings\u003c\/span\u003e\u003c\/strong\u003e\u003cbr\u003e\n\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"payload-richtext\"\u003e\n\u003ctable width=\"100%\" style=\"width: 100.031%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/1_66a2e192-b58e-4f41-924d-9409c82b55ee_3840x.png?v=1769593909\"\u003e\u003c\/p\u003e\n\u003ch4 style=\"text-align: center;\"\u003e\u003cspan class=\"\"\u003eDual Port Design\u003c\/span\u003e\u003c\/h4\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003e\u003cspan class=\"\"\u003e\u003cspan\u003eBackup Port: \u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003cspan class=\"\"\u003ePower your home when the grid fails.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan class=\"\"\u003e\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003e\u003cstrong\u003eOn-Grid Port: \u003c\/strong\u003eStores cheap power, runs when expensive.\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 49.8617%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/2_9e00a242-5d92-4aa9-b157-c3b8bbb998fa_3840x.png?v=1769593908\"\u003e\u003cmeta charset=\"utf-8\"\u003e\n\u003ch4 style=\"text-align: center;\"\u003e\n\u003cspan\u003ePower That Pays You Back\u003c\/span\u003e \u003c\/h4\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eReduce Up to 80% of Electricity Bills\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"drt-powerdock-feature\"\u003e\n\u003cdiv class=\"drt-powerdock-feature-grid\"\u003e\n\u003cdiv class=\"drt-powerdock-card\"\u003e\n\u003cdiv class=\"drt-powerdock-card-content\"\u003e\n\u003ch4\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/3_701e8765-d05c-449e-bc1d-8ccad65b8dca_3840x.png?v=1769593898\"\u003e\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003ePlug and Play\u003c\/span\u003e\u003cbr\u003e\n\u003c\/h4\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eEasy plug-in setup—licensed electricians can have it ready in minutes, no load transfer needed.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 2 --\u003e\n\u003cdiv class=\"drt-powerdock-card\"\u003e\n\u003cdiv class=\"drt-powerdock-card-content\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/4_bcb62f47-ddb6-4b75-ae2b-225529cf09e0_3840x.png?v=1769593908\"\u003e\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003eUltimate Outdoor Resilience\u003c\/span\u003e\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003ePrepare your home energy system before severe weather arrives and ensure reliable backup power when outages occur.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 3 --\u003e\n\u003cdiv class=\"drt-powerdock-card\"\u003e\n\u003cdiv class=\"drt-powerdock-card-content\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/5_2a3645dc-c28b-4cb6-aa97-b1cb34464fd7_3840x.png?v=1769593908\"\u003e\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003eStorm Guard Mode\u003c\/span\u003e\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eAlways One Step Ahead: When severe weather alerts hit, it automatically recharges from solar and grid power to prepare for blackouts.\u003c\/span\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection id=\"compareImage_69783aa2321e9916888cbe90\" class=\"PageSection relative leading-[1.2]  overflow-hidden\"\u003e\n\u003cdiv class=\"relative z-[2]\"\u003e\n\u003cdiv class=\"ipc_container relative z-10 w-full\"\u003e\n\u003cdiv class=\"lg-desktop:max-w-full mx-auto size-full tablet:px-8 laptop:px-16 desktop:px-16 lg-desktop:px-[calc(50%-832px)] px-4 none none none\"\u003e\n\u003cdiv class=\"flex flex-col gap-[64px] l:gap-[32px] l-xxl:gap-[64px]\"\u003e\n\u003cdiv class=\"grid grid-cols-10 gap-[16px] md-l:gap-[12px]\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n.drt-powerdock-feature {\n  max-width: 1200px;\n  margin: 50px auto;\n  padding: 0 20px;\n}\n\n.drt-powerdock-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 28px;\n}\n\n.drt-powerdock-card {\n  background: #f7f7f7;\n  border-radius: 16px;\n  overflow: hidden;\n  text-align: center;\n}\n\n.drt-powerdock-card img {\n  width: 100%;\n  height: auto;\n  display: block;\n}\n\n.drt-powerdock-card-content {\n  padding: 28px 24px 32px;\n}\n\n.drt-powerdock-card h3 {\n  font-size: 22px;\n  line-height: 1.3;\n  margin: 0 0 14px;\n  font-weight: 600;\n}\n\n.drt-powerdock-card p {\n  font-size: 16px;\n  line-height: 1.6;\n  color: #555;\n  margin: 0;\n}\n\n\n\/* Mobile *\/\n@media screen and (max-width: 768px) {\n\n  .drt-powerdock-feature-grid {\n    grid-template-columns: 1fr;\n    gap: 20px;\n  }\n\n  .drt-powerdock-card h3 {\n    font-size: 20px;\n  }\n\n  .drt-powerdock-card p {\n    font-size: 15px;\n  }\n\n}\n\u003c\/style\u003e\n\u003ch3\u003eCompatible with\u003c\/h3\u003e\n\u003cp\u003eAnker SOLIX E10 Whole-Home Backup Energy Storage System\u003c\/p\u003e\n\u003ch3 class=\"word\" aria-hidden=\"true\"\u003eTechnical Details\u003c\/h3\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eRated Voltage\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e120\/240 VAC (Split Phase)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eRated Frequency\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eMaximum On‑Grid Port Continuous Current\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e100 A (32A Max for E10)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eMaximum Backup Port Continuous Current\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e100 A (40A Max for E10)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eEnclosure Type\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eNEMA TYPE 3R\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eOperating Temperature\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e-4°F to 131°F (-20°C to 55°C)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eInstallation Option\u003c\/td\u003e\n\u003ctd class=\"value\"\u003eWall Mounting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eDimensions (H x W x D)\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e16.5\" x 11\" x 5.2\" (418 x 280 x 131 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eWeight\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e14.3 lbs (6.5 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"label\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"value\"\u003e10 Years\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003e\u003c\/h3\u003e\n\u003ch3\u003eIn The Box\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003eSmart Inlet Box\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003eOn-Grid Cable\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003eBackup Power Cable\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003e3x Current Transformer (200A)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48227996401922,"sku":"AS211141","price":399.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10004_e5879143-9d8b-4087-b245-d8f88dada8a0.png?v=1785230802"},{"product_id":"anker-solix-smart-generator-5500-tri-fuel","title":"Anker SOLIX Smart Generator 5500 (Tri-Fuel)","description":"\u003ch1 style=\"text-align: center;\"\u003eAnker SOLIX Smart Generator 5500 (Tri-Fuel) | 5500VA Backup Power\u003c\/h1\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan style=\"font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; font-size: 0.875rem;\"\u003e\u003cspan class=\"\"\u003eThe Anker SOLIX Smart Generator 5500 is a tri-fuel inverter generator engineered for reliable, efficient backup power in residential and off-grid applications\u003c\/span\u003e\u003ca href=\"https:\/\/offgridsource.com\/products\/anker-solix-smart-generator-5500?pr_prod_strat=jac\u0026amp;pr_rec_id=3e01df187\u0026amp;pr_rec_pid=10132691484968\u0026amp;pr_ref_pid=9612733808936\u0026amp;pr_seq=uniform\" rel=\"noreferrer\" target=\"_blank\"\u003e\u003c\/a\u003e\u003cspan class=\"\"\u003e. Designed to operate on gasoline, propane, or natural gas, it delivers flexible fueling options alongside quiet, inverter-based performance\u003c\/span\u003e.\u003c\/span\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"payload-richtext\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"payload-richtext\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cb\u003eTri-Fuel Versatility for Flexible Power\u003c\/b\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n.drt-powerdock-feature {\n  width: 100%;\n  max-width: 1200px;\n  margin: 60px auto;\n  padding: 0 20px;\n}\n\n.drt-powerdock-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 30px;\n}\n\n.drt-powerdock-card {\n  background: #ffffff;\n  border-radius: 16px;\n  overflow: hidden;\n  text-align: center;\n  box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n  transition: transform 0.3s ease;\n}\n\n.drt-powerdock-card:hover {\n  transform: translateY(-5px);\n}\n\n.drt-powerdock-card img {\n  width: 100%;\n  height: auto;\n  display: block;\n}\n\n.drt-powerdock-card-content {\n  padding: 30px 25px 35px;\n}\n\n.drt-powerdock-card h3 {\n  margin: 0 0 15px;\n  font-size: 22px;\n  font-weight: 600;\n  line-height: 1.3;\n  color: #111;\n}\n\n.drt-powerdock-card p {\n  margin: 0;\n  font-size: 16px;\n  line-height: 1.6;\n  color: #555;\n}\n\n\n\/* Tablet *\/\n@media screen and (max-width: 990px) {\n\n  .drt-powerdock-feature-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n}\n\n\n\/* Mobile *\/\n@media screen and (max-width: 768px) {\n\n  .drt-powerdock-feature {\n    padding: 0 15px;\n    margin: 40px auto;\n  }\n\n\n  .drt-powerdock-feature-grid {\n    grid-template-columns: 1fr;\n    gap: 20px;\n  }\n\n\n  .drt-powerdock-card-content {\n    padding: 25px 20px 30px;\n  }\n\n\n  .drt-powerdock-card h3 {\n    font-size: 20px;\n  }\n\n\n  .drt-powerdock-card p {\n    font-size: 15px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"drt-powerdock-feature\"\u003e\n\u003cdiv class=\"drt-powerdock-feature-grid\"\u003e\n\u003c!-- Card 1 --\u003e\n\u003cdiv class=\"drt-powerdock-card\"\u003e\n\u003cdiv class=\"drt-powerdock-card-content\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/1_35a7b0a7-86c2-4566-8a23-e32607951c44_3840x.png?v=1769502920\"\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003eDC Output: 4,500W\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eAC Output: 3,600W\u003c\/span\u003e\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eRun your essentials for longer with 17kWh of power—from just 10 L of gas.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 2 --\u003e\n\u003cdiv class=\"drt-powerdock-card\"\u003e\n\u003cdiv class=\"drt-powerdock-card-content\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/2_ca3ada10-f38a-4be4-8748-ede3488d11d6_3840x.png?v=1769502920\"\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003eDC Output: 4,500W\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eAC Output: 3,600W\u003c\/span\u003e\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eSimply plug in a 100 lb propane tank and deliver up to 100kWh of power.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 3 --\u003e\n\u003cdiv class=\"drt-powerdock-card\"\u003e\n\u003cdiv class=\"drt-powerdock-card-content\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/3_cf925a57-4048-45c6-9bc4-cf9319b5a397_3840x.png?v=1769502922\"\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003eDC Output: 4,000W\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eAC Output: 3,600W\u003c\/span\u003e\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eConnect to your home's natural gas line for endless backup power with a quick, 10-minute installation.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"word\" aria-hidden=\"true\"\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003cdiv class=\"payload-richtext\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003csection class=\"PageSection relative leading-[1.2]  overflow-hidden\" id=\"compareImage_69783aa2321e9916888cbe90\"\u003e\n\u003cdiv class=\"relative z-[2]\"\u003e\n\u003cdiv class=\"ipc_container relative z-10 w-full\"\u003e\n\u003cdiv class=\"lg-desktop:max-w-full mx-auto size-full tablet:px-8 laptop:px-16 desktop:px-16 lg-desktop:px-[calc(50%-832px)] px-4 none none none\"\u003e\n\u003cdiv class=\"flex flex-col gap-[64px] l:gap-[32px] l-xxl:gap-[64px]\"\u003e\n\u003cdiv class=\"grid grid-cols-10 gap-[16px] md-l:gap-[12px]\"\u003e\n\u003cdiv class=\"md:!col-span-10\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\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\u003csection class=\"bp-feature\"\u003e\n\u003cdiv class=\"bp-feature-grid\"\u003e\n\u003cdiv class=\"bp-feature-content\"\u003e\n\u003ch2\u003e\u003cstrong\u003e\u003cspan class=\"\"\u003eOutdoor-Ready Durability\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e\u003cspan class=\"\"\u003eBuilt to withstand the elements with a \u003c\/span\u003e\u003cstrong\u003e\u003cspan class=\"\"\u003eNEMA TYPE 3R\u003c\/span\u003e\u003c\/strong\u003e\u003cspan class=\"\"\u003e enclosure, the Smart Generator 5500 operates reliably through rain, snow, and ice\u003c\/span\u003e\u003ca rel=\"noreferrer\" href=\"https:\/\/www.ankersolix.com\/products\/smart-generator-5500?variant=61010009293130\u0026amp;collections_e10-off-grid-kits-accessories\u0026amp;Sort_by=Recommended\" target=\"_blank\"\u003e\u003c\/a\u003e\u003ca rel=\"noreferrer\" href=\"https:\/\/www.electricgeneratordepot.com\/products\/anker-solix-a7320j40-smart-generator-5500-tri-fuel-5x-backup-time-smart-control-outdoor-ready?ref=isp_rel_prd\u0026amp;isp_ref_pos=1\" target=\"_blank\"\u003e\u003c\/a\u003e\u003cspan class=\"\"\u003e. It features:\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul class=\"bp-feature-list\"\u003e\n\u003cli\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cspan class=\"\"\u003eIndustry-first water alarm sensor — automatically shuts off when water exceeds 1.6 inches\u003c\/span\u003e\u003cspan class=\"\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\" class=\"\"\u003eWide operating temperature range: -4°F to 131°F (-20°C to 55°C)\u003c\/span\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cspan class=\"\" style=\"color: rgb(0, 0, 0);\"\u003eUV-resistant and corrosion-proof construction\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cspan class=\"\" style=\"color: rgb(0, 0, 0);\"\u003eFlood protection up to 3 inches (80mm)\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\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\/0887\/1798\/4111\/files\/1_0469cd60-9d7f-4bcd-9cfb-cd8cb32f93cb_3840x.png?v=1769503415\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"bp-feature-content\"\u003e\n\u003ch2 class=\"p1\"\u003e\u003cb\u003eSeamless Control at Your Fingertips\u003c\/b\u003e\u003c\/h2\u003e\n\u003cul class=\"bp-feature-list\"\u003e\n\u003cli\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cspan class=\"\"\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003e\u003cb\u003eSmart App Monitoring\u003c\/b\u003e\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eTrack all you need to know in real time with smart visuals—runtime, charging status, operating power, and fuel level.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"\"\u003e\u003c\/span\u003e\u003cmeta charset=\"UTF-8\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e \u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cb\u003eSmart App Control\u003c\/b\u003e\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eStart, stop or schedule Smart Generator using the app via Wi-Fi or Bluetooth. No more braving the elements just to flip a switch.\u003c\/span\u003e\u003c\/p\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cb\u003e\u003c\/b\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan style=\"color: rgb(0, 0, 0);\"\u003e\u003cb\u003eSmart App Maintenance\u003c\/b\u003e\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eAutomatic self-check routines keep your generator ready.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bp-feature-image\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/1_2_c7e82e4a-285c-4b62-989b-db8e69106a41_3840x.png?v=1769503415\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"word\" aria-hidden=\"true\"\u003e\n\u003cmeta charset=\"utf-8\"\u003ePower Your Way with Three Flexible Modes\u003cbr\u003e\n\u003c\/h2\u003e\n\u003cstyle\u003e\n.drt-powerdock-feature {\n  max-width: 1200px;\n  margin: 50px auto;\n  padding: 0 20px;\n}\n\n.drt-powerdock-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 28px;\n}\n\n.drt-powerdock-card {\n  background: #f7f7f7;\n  border-radius: 16px;\n  overflow: hidden;\n  text-align: center;\n}\n\n.drt-powerdock-card img {\n  width: 100%;\n  height: auto;\n  display: block;\n}\n\n.drt-powerdock-card-content {\n  padding: 28px 24px 32px;\n}\n\n.drt-powerdock-card h3 {\n  font-size: 22px;\n  line-height: 1.3;\n  margin: 0 0 14px;\n  font-weight: 600;\n}\n\n.drt-powerdock-card p {\n  font-size: 16px;\n  line-height: 1.6;\n  color: #555;\n  margin: 0;\n}\n\n\n\/* Mobile *\/\n@media screen and (max-width: 768px) {\n\n  .drt-powerdock-feature-grid {\n    grid-template-columns: 1fr;\n    gap: 20px;\n  }\n\n  .drt-powerdock-card h3 {\n    font-size: 20px;\n  }\n\n  .drt-powerdock-card p {\n    font-size: 15px;\n  }\n\n}\n\u003c\/style\u003e\n\u003csection class=\"drt-powerdock-feature\"\u003e\n\u003cdiv class=\"drt-powerdock-feature-grid\"\u003e\n\u003c!-- Card 1 --\u003e\n\u003cdiv class=\"drt-powerdock-card\"\u003e\n\u003cdiv class=\"drt-powerdock-card-content\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/1_0ecdeadb-c308-4899-918e-ce9e00a29f51_3840x.png?v=1769505190\"\u003eEco Mode\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eExperience 4kW of quiet, steady power that lets you run your essentials for longer—performance and comfort, uncompromised.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 2 --\u003e\n\u003cdiv class=\"drt-powerdock-card\"\u003e\n\u003cdiv class=\"drt-powerdock-card-content\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/2_7ec2ce20-4c2f-4e15-bfdb-3cf80e60177e_3840x.png?v=1769505190\"\u003eQuiet Mode\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eKeep your home running throughout the night without disturbing your neighbors with 2kW of peaceful power that operates under 65.5 dB.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 3 --\u003e\n\u003cdiv class=\"drt-powerdock-card\"\u003e\n\u003cdiv class=\"drt-powerdock-card-content\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/3_5fa4c144-acee-43f7-b46a-ad57d67f2a4b_3840x.png?v=1769505191\"\u003eTurbo Mode\u003cbr\u003e\n\u003c\/h3\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eAccess up to 4,500W of powerful output for everything you need—from demanding appliances to emergency backup.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003ch2 class=\"desktop:w-[600px] lg-desktop:w-[800px]\"\u003eErgonomic Design for Quality of Life\u003c\/h2\u003e\n\u003ctable style=\"width: 100.031%; height: 19.5952px;\" width=\"100%\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.5952px;\"\u003e\n\u003ctd style=\"width: 33.1813%; height: 19.5952px;\"\u003e\n\u003cpicture class=\"block overflow-hidden  rounded-2xl\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/b1d191ee-2e04-4820-9fab-65c00060c9b3_1_2_3840x.png?v=1769569689\" class=\"w-full\" loading=\"lazy\" alt=\"\"\u003e\u003c\/picture\u003e\n\u003cdiv class=\"text-info-primary desktop:bottom-[24px] desktop:left-[24px] lg-desktop:bottom-[32px] lg-desktop:left-[32px] absolute bottom-[16px] left-[16px] flex flex-col aiui-dark\" style=\"text-align: center;\"\u003e\n\u003cspan class=\"text-pretty tracking-[-0.02em] tracking lg-desktop:text-[24px] text-[20px] font-bold leading-[1.2]\"\u003e\u003c\/span\u003e\u003cspan class=\"text-pretty tracking-[-0.02em] tracking lg-desktop:text-[16px] text-[14px] font-bold leading-[1.4]\"\u003eBottom Oil Drain Port for Hassle-Free Oil Changes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 33.1813%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cpicture class=\"block overflow-hidden  rounded-2xl\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/3f56b14a-d107-4b5d-8818-7a984beac6c8_2_2_-1_3840x.png?v=1769569746\" class=\"w-full\" loading=\"lazy\" alt=\"\"\u003e\u003c\/picture\u003e\n\u003cdiv class=\"text-info-primary desktop:bottom-[24px] desktop:left-[24px] lg-desktop:bottom-[32px] lg-desktop:left-[32px] absolute bottom-[16px] left-[16px] flex flex-col aiui-dark\" style=\"text-align: center;\"\u003e\n\u003cspan class=\"text-pretty tracking-[-0.02em] tracking lg-desktop:text-[24px] text-[20px] font-bold leading-[1.2]\"\u003e\u003c\/span\u003e\u003cspan class=\"text-pretty tracking-[-0.02em] tracking lg-desktop:text-[16px] text-[14px] font-bold leading-[1.4]\"\u003eBuilt-In Pull Handle for Effortless Portability\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 33.1813%; height: 19.5952px;\"\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cpicture class=\"block overflow-hidden  rounded-2xl\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/fc93d8fc-22f9-45e1-9046-70c079383cf4_3_2_3840x.png?v=1769569795\" class=\"w-full\" loading=\"lazy\" alt=\"\"\u003e\u003c\/picture\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eIntuitive Top-Control Interface for Easy and Comfortable Access\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ch2 class=\"tablet:grid-cols-2 desktop:grid-cols-3 mt-[24px] grid grid-cols-1 gap-[16px]\"\u003eMultiple Ways to Start and Stop, Maximum Convenience\u003c\/h2\u003e\n\u003cdiv class=\"relative\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"relative\"\u003e\n\u003ctable style=\"width: 100.031%;\" width=\"100%\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 24.7515%;\"\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/1_6c2cf8c6-243a-434a-bcfd-954975d7e467_3840x.png?v=1769570655\"\u003e\u003cspan style=\"font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; font-size: 0.875rem;\"\u003eManual Start\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 24.7515%;\"\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/2_62fd4643-7042-46c7-a110-5e19b785a79c_3840x.png?v=1769570657\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eElectric Start\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 24.7515%;\"\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/3_10291e1d-891e-421e-9da0-24be308d51d6_3840x.png?v=1769570646\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eApp Start\u003c\/span\u003e \u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 24.7515%;\"\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/4_61fd3595-ccca-4363-91a5-89c45237b383_3840x.png?v=1769570656\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eAuto Start by SOC\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"relative\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"relative\"\u003e\n\u003cspan\u003eSynergy with Anker Ecosystem\u003c\/span\u003e\u003cbr\u003e\n\u003c\/h2\u003e\n\u003ctable style=\"width: 100.031%; height: 226.435px;\" width=\"100%\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 226.435px;\"\u003e\n\u003ctd style=\"width: 49.8617%; height: 226.435px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/Frame_2147227034_3840x.png?v=1769570389\"\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 49.8617%; height: 226.435px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/20251151_3840x.png?v=1769570389\"\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cmeta charset=\"utf-8\"\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch3\u003eIn the Box\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003eSmart Generator 5500\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003eDC Charging Cable (3m)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003eNatural Gas Adapter\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003ePropane Tank Hose\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003eStarter Battery\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003eTools Package\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48229250498818,"sku":"A7320J40","price":1999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10001_a04a7b76-c7b3-4a9f-bd3d-fedf93534169.png?v=1785234702"},{"product_id":"anker-solix-e10-metal-pad","title":"Anker SOLIX E10 Metal Pad","description":"\u003ch1 class=\"ds-markdown-paragraph\" style=\"text-align: center;\"\u003e\u003cspan class=\"\"\u003eAnker SOLIX E10 Metal Pad\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cspan class=\"\"\u003eSecure the foundation of your Anker SOLIX E10 home backup system with the dedicated E10 Metal Pad. Designed specifically for the E10 Power Module and Battery Module, this accessory provides a robust, flat mounting surface and raises the system off the ground to handle challenging floor environments\u003c\/span\u003e\u003cspan class=\"\"\u003e.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3 data-end=\"1547\" data-start=\"1531\" data-section-id=\"1iz91iu\"\u003eKey Features\u003c\/h3\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cstrong\u003e\u003cspan class=\"\"\u003e\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003e✔ \u003c\/span\u003eElevated Floor Installation:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan class=\"\"\u003e Lifts your E10 system off the ground to prevent water damage during rain or flooding. It keeps your modules dry and safe, offering peace of mind in flood-prone garages or basements\u003c\/span\u003e\u003cspan class=\"\"\u003e.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cstrong\u003e\u003cspan class=\"\"\u003e\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003e✔ \u003c\/span\u003eDurable Metal Construction:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan class=\"\"\u003e Built with high-quality, weather-resistant metal to support the weight of your E10 modules. Its sturdy design resists outdoor elements and ensures long-term stability for your equipment\u003c\/span\u003e\u003cspan class=\"\"\u003e.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cstrong\u003e\u003cspan class=\"\"\u003e\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003e✔ \u003c\/span\u003eE10-Specific Fit:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan class=\"\"\u003e Engineered to perfectly align with the E10 Power Module and Battery Module, ensuring proper weight distribution and a clean, professional installation. Ideal for setups where wall mounting isn't an option\u003c\/span\u003e\u003cspan class=\"\"\u003e.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3 data-section-id=\"7zsklc\" data-start=\"1574\" data-end=\"1593\" class=\"PDq2pG_selectionAnchorContainer\"\u003eWhat's Included\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"ProductInfoRight_paddingBox__4dMvA\"\u003e\n\u003cdiv class=\"ProductTag_root__7eVbT smallBProductZindex\"\u003e\n\u003cdiv class=\"Text_body__snVk8 ProductTag_descText__YrSMi\"\u003e\n\u003cdiv data-page-id=\"PR59d86PkoWUhtx8d4mciCBenhd\" data-lark-html-role=\"root\" data-docx-has-block-data=\"false\"\u003e\n\u003cul\u003e\n\u003cli class=\"ace-line ace-line old-record-id-VnSvdLGGYoByyzxG46wcCWjdnMh\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003eAnker SOLIX E10 Metal Pad\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"ace-line ace-line old-record-id-VnSvdLGGYoByyzxG46wcCWjdnMh\"\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003eQuick Start Guide\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ProductInfoRight_paddingBox__4dMvA\"\u003e\n\u003cdiv class=\"ProductInfoRight_quantityBox__ionMJ ProductInfoRight_infoSection__i2WN2\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48231572898050,"sku":"A17E1141-86","price":199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/E10metalpad.webp?v=1785307460"},{"product_id":"anker-solix-e10-home-backup-system-with-smart-generator-5500-tri-fuel","title":"Anker SOLIX E10 Home Backup System with Smart Generator 5500 (Tri-Fuel)","description":"\u003cstyle\u003e\n\/* =========================================================\n   ANKER SOLIX E10 — PRODUCT DESCRIPTION\n   Cleaned, responsive, Shopify-friendly version\n   ========================================================= *\/\n\n.e10-page,\n.e10-page * {\n  box-sizing: border-box;\n}\n\n.e10-page {\n  --e10-blue: #0066ff;\n  --e10-blue-dark: #0052cc;\n  --e10-navy: #0b1a33;\n  --e10-text: #1a1a2e;\n  --e10-muted: #5a6a8a;\n  --e10-line: #e7edf7;\n  --e10-light: #f8faff;\n  --e10-blue-light: #eef4ff;\n  --e10-green: #008f68;\n  color: var(--e10-text);\n  font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n  line-height: 1.6;\n  -webkit-font-smoothing: antialiased;\n  background: #fff;\n}\n\n.e10-page img {\n  display: block;\n  max-width: 100%;\n  height: auto;\n}\n\n.e10-page a {\n  color: inherit;\n  text-decoration: none;\n}\n\n.e10-container {\n  width: min(1200px, calc(100% - 48px));\n  margin: 0 auto;\n}\n\n.e10-section {\n  padding: 64px 0;\n}\n\n.e10-section--white { background: #fff; }\n.e10-section--light { background: var(--e10-light); }\n.e10-section--blue-light { background: var(--e10-blue-light); }\n.e10-section--dark {\n  background: var(--e10-navy);\n  color: #fff;\n}\n\n.e10-section--dark .e10-section-title { color: #fff; }\n.e10-section--dark .e10-section-desc { color: #b8c7e2; }\n.e10-section--dark .e10-label { color: #65a9ff; }\n\n.e10-center { text-align: center; }\n\n.e10-label {\n  display: block;\n  margin-bottom: 8px;\n  color: var(--e10-blue);\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 1.8px;\n  text-transform: uppercase;\n}\n\n.e10-section-title {\n  margin: 0 0 14px;\n  color: var(--e10-text);\n  font-size: clamp(30px, 4.2vw, 48px);\n  font-weight: 800;\n  line-height: 1.12;\n}\n\n.e10-highlight {\n  background: linear-gradient(135deg, #0066ff, #4da6ff);\n  -webkit-background-clip: text;\n  background-clip: text;\n  -webkit-text-fill-color: transparent;\n}\n\n.e10-section-desc {\n  max-width: 680px;\n  margin: 0 auto;\n  color: var(--e10-muted);\n  font-size: 17px;\n  line-height: 1.7;\n}\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n.e10-hero {\n  padding: 58px 0 64px;\n  background: #fff;\n  text-align: center;\n}\n\n.e10-hero-inner {\n  max-width: 980px;\n  margin: 0 auto;\n}\n\n.e10-hero h1 {\n  margin: 0 0 14px;\n  color: var(--e10-text);\n  font-size: clamp(36px, 5.2vw, 58px);\n  font-weight: 800;\n  line-height: 1.08;\n}\n\n.e10-hero-subtitle {\n  max-width: 720px;\n  margin: 0 auto 22px;\n  color: var(--e10-muted);\n  font-size: 18px;\n  line-height: 1.7;\n}\n\n.e10-badges {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 10px;\n  margin: 0 auto 30px;\n}\n\n.e10-badge {\n  padding: 7px 14px;\n  border: 1px solid #dce6f5;\n  border-radius: 999px;\n  background: var(--e10-blue-light);\n  color: var(--e10-text);\n  font-size: 13px;\n  font-weight: 650;\n}\n\n.e10-hero-media {\n  max-width: 900px;\n  margin: 0 auto;\n  overflow: hidden;\n  border: 1px solid var(--e10-line);\n  border-radius: 22px;\n  background: var(--e10-blue-light);\n  box-shadow: 0 16px 50px rgba(20, 50, 100, .08);\n}\n\n.e10-hero-media img {\n  width: 100%;\n  aspect-ratio: 16 \/ 9;\n  object-fit: cover;\n}\n\n.e10-video {\n  max-width: 900px;\n  margin: 26px auto 0;\n  overflow: hidden;\n  border-radius: 18px;\n  background: #000;\n}\n\n.e10-video iframe {\n  display: block;\n  width: 100%;\n  aspect-ratio: 16 \/ 9;\n  height: auto;\n  border: 0;\n}\n\n\/* =========================================================\n   FEATURE CARDS\n   ========================================================= *\/\n.e10-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 20px;\n  margin-top: 40px;\n}\n\n.e10-card {\n  padding: 26px 22px;\n  border: 1px solid var(--e10-line);\n  border-radius: 18px;\n  background: #fff;\n  box-shadow: 0 5px 18px rgba(0, 30, 80, .035);\n  transition: .25s ease;\n}\n\n.e10-card:hover {\n  transform: translateY(-3px);\n  border-color: #c7d8f4;\n  box-shadow: 0 12px 30px rgba(0, 30, 80, .07);\n}\n\n.e10-icon {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  width: 46px;\n  height: 46px;\n  margin-bottom: 17px;\n  border-radius: 13px;\n  background: rgba(0, 102, 255, .08);\n  color: var(--e10-blue);\n}\n\n.e10-icon svg {\n  width: 24px;\n  height: 24px;\n  fill: currentColor;\n}\n\n.e10-card h3 {\n  margin: 0 0 8px;\n  color: var(--e10-text);\n  font-size: 19px;\n  font-weight: 750;\n  line-height: 1.25;\n}\n\n.e10-card p {\n  margin: 0;\n  color: var(--e10-muted);\n  font-size: 14.5px;\n  line-height: 1.65;\n}\n\n\/* =========================================================\n   TWO-COLUMN CONTENT\n   ========================================================= *\/\n.e10-two-col {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 54px;\n  align-items: center;\n}\n\n.e10-visual {\n  overflow: hidden;\n  border: 1px solid var(--e10-line);\n  border-radius: 24px;\n  background: #fff;\n  box-shadow: 0 8px 24px rgba(0, 30, 80, .04);\n}\n\n.e10-visual img {\n  width: 100%;\n  border-radius: 16px;\n}\n\n.e10-copy h2 {\n  margin: 0 0 14px;\n  color: var(--e10-text);\n  font-size: clamp(28px, 3.2vw, 40px);\n  font-weight: 800;\n  line-height: 1.15;\n}\n\n.e10-copy p {\n  margin: 0 0 16px;\n  color: var(--e10-muted);\n  font-size: 16.5px;\n  line-height: 1.75;\n}\n\n.e10-check-list {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 9px 18px;\n  margin: 20px 0;\n  padding: 0;\n  list-style: none;\n}\n\n.e10-check-list li {\n  display: flex;\n  gap: 8px;\n  align-items: center;\n  color: #2a3a5a;\n  font-size: 14.5px;\n}\n\n.e10-check-list svg {\n  width: 18px;\n  height: 18px;\n  flex: 0 0 18px;\n  fill: var(--e10-blue);\n}\n\n.e10-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 18px;\n}\n\n.e10-tag {\n  padding: 6px 12px;\n  border: 1px solid #dce6f5;\n  border-radius: 999px;\n  background: var(--e10-blue-light);\n  color: var(--e10-text);\n  font-size: 13px;\n}\n\n\/* =========================================================\n   EXPANSION\n   ========================================================= *\/\n.e10-mini-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n  margin-top: 22px;\n}\n\n.e10-mini-card {\n  padding: 20px;\n  border: 1px solid var(--e10-line);\n  border-radius: 16px;\n  background: #fff;\n}\n\n.e10-mini-card h3 {\n  margin: 0 0 6px;\n  font-size: 18px;\n  font-weight: 750;\n}\n\n.e10-mini-card p {\n  margin: 0;\n  color: var(--e10-muted);\n  font-size: 14px;\n  line-height: 1.6;\n}\n\n\/* =========================================================\n   ENERGY FLOW\n   ========================================================= *\/\n.e10-flow {\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.e10-flow-card {\n  width: 210px;\n  overflow: hidden;\n  border: 1px solid rgba(255,255,255,.10);\n  border-radius: 16px;\n  background: #111b2e;\n  transition: .25s ease;\n}\n\n.e10-flow-card:hover {\n  transform: translateY(-3px);\n  border-color: rgba(77,166,255,.7);\n}\n\n.e10-flow-image {\n  height: 190px;\n  overflow: hidden;\n}\n\n.e10-flow-image img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\n.e10-flow-title {\n  margin: 0;\n  padding: 13px 12px 4px;\n  color: #fff;\n  font-size: 14px;\n  font-weight: 750;\n  text-align: center;\n  letter-spacing: .4px;\n}\n\n.e10-flow-desc {\n  margin: 0;\n  padding: 0 13px 16px;\n  color: rgba(255,255,255,.78);\n  font-size: 12px;\n  line-height: 1.45;\n  text-align: center;\n}\n\n.e10-flow-arrow {\n  color: #fff;\n  font-size: 26px;\n  line-height: 1;\n}\n\n\/* =========================================================\n   APP\n   ========================================================= *\/\n.e10-app-video {\n  width: 100%;\n  overflow: hidden;\n  border-radius: 18px;\n  background: #000;\n}\n\n.e10-app-video video {\n  display: block;\n  width: 100%;\n  height: auto;\n}\n\n\/* =========================================================\n   OUTDOOR \/ SCENARIOS\n   ========================================================= *\/\n.e10-scenario-grid,\n.e10-gallery-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n  margin-top: 40px;\n}\n\n.e10-scenario-card,\n.e10-gallery-card {\n  overflow: hidden;\n  border: 1px solid var(--e10-line);\n  border-radius: 18px;\n  background: #fff;\n  transition: .25s ease;\n}\n\n.e10-scenario-card:hover,\n.e10-gallery-card:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 12px 30px rgba(0,30,80,.06);\n}\n\n.e10-scenario-card img,\n.e10-gallery-card img {\n  width: 100%;\n  aspect-ratio: 1 \/ 1;\n  object-fit: cover;\n}\n\n.e10-scenario-info,\n.e10-gallery-info {\n  padding: 17px 18px 20px;\n}\n\n.e10-scenario-info h3,\n.e10-gallery-info h3 {\n  margin: 0 0 5px;\n  font-size: 17px;\n  font-weight: 750;\n}\n\n.e10-scenario-info p,\n.e10-gallery-info p {\n  margin: 0;\n  color: var(--e10-muted);\n  font-size: 14px;\n  line-height: 1.6;\n}\n\n\/* =========================================================\n   COMPARISON\n   ========================================================= *\/\n.e10-table-wrap {\n  margin-top: 38px;\n  overflow-x: auto;\n  border: 1px solid var(--e10-line);\n  border-radius: 18px;\n  background: #fff;\n}\n\n.e10-table {\n  width: 100%;\n  min-width: 650px;\n  border-collapse: collapse;\n  font-size: 14.5px;\n}\n\n.e10-table th {\n  padding: 16px 20px;\n  background: var(--e10-navy);\n  color: #fff;\n  font-weight: 700;\n  text-align: left;\n}\n\n.e10-table td {\n  padding: 14px 20px;\n  border-bottom: 1px solid #edf1f7;\n  color: #2a3a5a;\n}\n\n.e10-table tr:last-child td { border-bottom: 0; }\n\n.e10-yes {\n  color: var(--e10-green);\n  font-weight: 750;\n}\n\n.e10-no {\n  color: #d25b4b;\n  font-weight: 700;\n}\n\n\/* =========================================================\n   TECHNICAL SPECIFICATIONS\n   ========================================================= *\/\n.e10-specs {\n  display: grid;\n  gap: 22px;\n  margin-top: 40px;\n}\n\n.e10-spec-card {\n  overflow: hidden;\n  border: 1px solid var(--e10-line);\n  border-radius: 20px;\n  background: #fff;\n  box-shadow: 0 4px 16px rgba(0,30,80,.035);\n}\n\n.e10-spec-head {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 20px;\n  padding: 24px 28px;\n  border-bottom: 1px solid var(--e10-line);\n}\n\n.e10-spec-label {\n  margin-bottom: 5px;\n  color: var(--e10-blue);\n  font-size: 11px;\n  font-weight: 750;\n  letter-spacing: 1.6px;\n  text-transform: uppercase;\n}\n\n.e10-spec-head h3 {\n  margin: 0 0 5px;\n  font-size: 22px;\n  font-weight: 800;\n}\n\n.e10-spec-head p {\n  margin: 0;\n  color: var(--e10-muted);\n  font-size: 14px;\n}\n\n.e10-warranty {\n  flex: 0 0 auto;\n  padding: 7px 13px;\n  border: 1px solid #c9eee1;\n  border-radius: 999px;\n  background: #eafaf5;\n  color: var(--e10-green);\n  font-size: 12px;\n  font-weight: 750;\n  white-space: nowrap;\n}\n\n.e10-spec-image {\n  padding: 20px;\n  background: #f8faff;\n}\n\n.e10-spec-image img {\n  width: 100%;\n  max-width: 1000px;\n  margin: 0 auto;\n  border-radius: 10px;\n}\n\n\/* =========================================================\n   WHAT'S INCLUDED\n   ========================================================= *\/\n.e10-included {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 16px;\n  max-width: 900px;\n  margin: 38px auto 0;\n}\n\n.e10-included-item {\n  padding: 20px 22px;\n  border: 1px solid var(--e10-line);\n  border-radius: 16px;\n  background: #fff;\n}\n\n.e10-included-item strong {\n  display: block;\n  margin-bottom: 9px;\n  font-size: 16px;\n}\n\n.e10-included-item ul {\n  margin: 0;\n  padding-left: 19px;\n  color: var(--e10-muted);\n  font-size: 14px;\n  line-height: 1.8;\n}\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n.e10-faq {\n  max-width: 850px;\n  margin: 38px auto 0;\n}\n\n.e10-faq details {\n  border-top: 1px solid var(--e10-line);\n  padding: 18px 0;\n}\n\n.e10-faq details:last-child {\n  border-bottom: 1px solid var(--e10-line);\n}\n\n.e10-faq summary {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 20px;\n  cursor: pointer;\n  list-style: none;\n  color: var(--e10-text);\n  font-size: 16px;\n  font-weight: 700;\n}\n\n.e10-faq summary::-webkit-details-marker { display: none; }\n\n.e10-faq summary::after {\n  content: \"+\";\n  flex: 0 0 auto;\n  color: var(--e10-blue);\n  font-size: 24px;\n  font-weight: 400;\n}\n\n.e10-faq details[open] summary::after {\n  content: \"−\";\n}\n\n.e10-faq-answer {\n  margin-top: 10px;\n  padding-right: 30px;\n  color: var(--e10-muted);\n  font-size: 14.5px;\n  line-height: 1.75;\n}\n\n\/* =========================================================\n   NOTE\n   ========================================================= *\/\n.e10-note {\n  max-width: 900px;\n  margin: 28px auto 0;\n  padding: 14px 18px;\n  border-left: 3px solid var(--e10-blue);\n  background: var(--e10-blue-light);\n  color: #415271;\n  font-size: 13px;\n  line-height: 1.65;\n}\n\n\/* =========================================================\n   RESPONSIVE\n   ========================================================= *\/\n@media (max-width: 1024px) {\n  .e10-feature-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .e10-two-col {\n    gap: 36px;\n  }\n\n  .e10-scenario-grid,\n  .e10-gallery-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .e10-flow-card {\n    width: 200px;\n  }\n}\n\n@media (max-width: 768px) {\n  .e10-container {\n    width: min(100% - 32px, 1200px);\n  }\n\n  .e10-section {\n    padding: 48px 0;\n  }\n\n  .e10-hero {\n    padding: 44px 0 48px;\n  }\n\n  .e10-hero h1 {\n    font-size: 36px;\n  }\n\n  .e10-hero-subtitle {\n    font-size: 16px;\n  }\n\n  .e10-feature-grid,\n  .e10-two-col,\n  .e10-scenario-grid,\n  .e10-gallery-grid,\n  .e10-included {\n    grid-template-columns: 1fr;\n  }\n\n  .e10-two-col {\n    gap: 30px;\n  }\n\n  .e10-check-list,\n  .e10-mini-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .e10-flow {\n    flex-direction: column;\n  }\n\n  .e10-flow-card {\n    width: min(100%, 320px);\n  }\n\n  .e10-flow-arrow {\n    transform: rotate(90deg);\n    padding: 4px 0;\n  }\n\n  .e10-spec-head {\n    align-items: flex-start;\n    flex-direction: column;\n    padding: 22px;\n  }\n\n  .e10-spec-image {\n    padding: 14px;\n  }\n\n  .e10-table {\n    min-width: 600px;\n  }\n}\n\n@media (max-width: 480px) {\n  .e10-badges {\n    gap: 7px;\n  }\n\n  .e10-badge {\n    font-size: 12px;\n    padding: 6px 10px;\n  }\n\n  .e10-card {\n    padding: 22px 19px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"e10-page\"\u003e\n\u003c!-- =====================================================\n       1. HERO\n       ===================================================== --\u003e\n\u003csection class=\"e10-hero\"\u003e\n\u003cdiv class=\"e10-container e10-hero-inner\"\u003e\n\u003cspan class=\"e10-label\"\u003eAnker SOLIX E10 Home Backup System\u003c\/span\u003e\n\u003ch1\u003e\u003cspan\u003eAnker SOLIX E10 Home Backup System with Smart Generator 5500 (Tri-Fuel)\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"e10-hero-subtitle\"\u003e\u003cmeta charset=\"utf-8\"\u003eThe Anker SOLIX E10 Home Backup System with Smart Generator 5500 delivers reliable backup power for your home by combining high-capacity E10 battery storage with a 5,500W tri-fuel generator. With support for gasoline, propane, and natural gas, the system provides flexible power during extended outages and emergencies.\u003c\/p\u003e\n\u003cdiv class=\"e10-badges\"\u003e\n\u003cspan class=\"e10-badge\"\u003eUp to 90 kWh Expandable Capacity\u003c\/span\u003e \u003cspan class=\"e10-badge\"\u003eUp to 10 kW Turbo Backup Output\u003c\/span\u003e \u003cspan class=\"e10-badge\"\u003e\u0026lt;20 ms Automatic Switchover\u003c\/span\u003e \u003cspan class=\"e10-badge\"\u003e\u003cmeta charset=\"utf-8\"\u003e5,500W Tri-Fuel Smart Generator\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-hero-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/2565_3838x.png?v=1768877406\" alt=\"Anker SOLIX E10 Home Backup System\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"e10-video\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/QdjniBLqzeg\" title=\"Anker SOLIX E10 Home Backup System video\" loading=\"lazy\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       2. KEY BENEFITS\n       ===================================================== --\u003e\n\u003csection class=\"e10-section e10-section--white\"\u003e\n\u003cdiv class=\"e10-container\"\u003e\n\u003cdiv class=\"e10-center\"\u003e\n\u003cspan class=\"e10-label\"\u003eWhy Choose SOLIX E10\u003c\/span\u003e\n\u003ch2 class=\"e10-section-title\"\u003eSmarter energy for a more \u003cspan class=\"e10-highlight\"\u003eresilient home\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"e10-section-desc\"\u003eSOLIX E10 combines high-output backup power, expandable battery storage, intelligent energy management, and a modular design for long-term home energy needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-feature-grid\"\u003e\n\u003cdiv class=\"e10-card\"\u003e\n\u003cdiv class=\"e10-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M12 2a10 10 0 1 0 10 10A10.011 10.011 0 0 0 12 2Zm-1 15-5-5 1.41-1.41L11 13.17l6.59-6.58L19 8Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eWhole-Home Backup\u003c\/h3\u003e\n\u003cp\u003eDesigned to provide backup power for essential household loads when the grid goes down.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-card\"\u003e\n\u003cdiv class=\"e10-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M12 2 4 5v6c0 5.25 3.41 9.93 8 11 4.59-1.07 8-5.75 8-11V5Zm0 17.92C8.87 18.92 6 15.29 6 11V6.38l6-2.25 6 2.25V11c0 4.29-2.87 7.92-6 8.92ZM11 7h2v4h-2Zm0 5h2v2h-2Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eFast Automatic Backup\u003c\/h3\u003e\n\u003cp\u003eAutomatic switchover in less than 20 ms helps keep connected loads powered during an outage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-card\"\u003e\n\u003cdiv class=\"e10-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M19 3h-1V1h-2v2H8V1H6v2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Zm0 16H5V8h14Zm-8-9h2v2h-2Zm-4 0h2v2H7Zm8 0h2v2h-2Zm-4 4h2v2h-2Zm-4 0h2v2H7Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eExpandable Storage\u003c\/h3\u003e\n\u003cp\u003eStart with a compact battery configuration and expand the system as household energy requirements increase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-card\"\u003e\n\u003cdiv class=\"e10-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M13 2 3 14h7l-1 8 10-12h-7Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eClean, Quiet Backup\u003c\/h3\u003e\n\u003cp\u003eBattery-based backup eliminates fuel storage and engine noise during normal backup operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       3. WHOLE-HOME BACKUP\n       ===================================================== --\u003e\n\u003csection class=\"e10-section e10-section--blue-light\"\u003e\n\u003cdiv class=\"e10-container\"\u003e\n\u003cdiv class=\"e10-two-col\"\u003e\n\u003cdiv class=\"e10-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\" alt=\"Anker SOLIX E10 whole-home backup power system\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"e10-copy\"\u003e\n\u003cspan class=\"e10-label\"\u003eWhole-Home Backup\u003c\/span\u003e\n\u003ch2\u003eKeep Essential Home Loads Running During Outages\u003c\/h2\u003e\n\u003cp\u003eSOLIX E10 is designed to provide reliable backup power for household essentials, helping your home stay connected when utility power is unavailable.\u003c\/p\u003e\n\u003cul class=\"e10-check-list\"\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"m9 16.17-3.88-3.88L3.71 13.7 9 19l12-12-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Refrigerator\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"m9 16.17-3.88-3.88L3.71 13.7 9 19l12-12-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Freezer\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"m9 16.17-3.88-3.88L3.71 13.7 9 19l12-12-1.41-1.41z\"\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=\"m9 16.17-3.88-3.88L3.71 13.7 9 19l12-12-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Lighting\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"m9 16.17-3.88-3.88L3.71 13.7 9 19l12-12-1.41-1.41z\"\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=\"m9 16.17-3.88-3.88L3.71 13.7 9 19l12-12-1.41-1.41z\"\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=\"m9 16.17-3.88-3.88L3.71 13.7 9 19l12-12-1.41-1.41z\"\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=\"m9 16.17-3.88-3.88L3.71 13.7 9 19l12-12-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e EV Charging\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"e10-tags\"\u003e\n\u003cspan class=\"e10-tag\"\u003eAutomatic Backup\u003c\/span\u003e \u003cspan class=\"e10-tag\"\u003eSolar Charging\u003c\/span\u003e \u003cspan class=\"e10-tag\"\u003eGrid Charging\u003c\/span\u003e \u003cspan class=\"e10-tag\"\u003ePeak Energy Management\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"e10-note\"\u003eWhole-home installation requires the appropriate electrical integration equipment and professional installation. Equipment included with the selected E10 configuration may vary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       4. EXPANDABLE STORAGE\n       ===================================================== --\u003e\n\u003csection class=\"e10-section e10-section--white\"\u003e\n\u003cdiv class=\"e10-container\"\u003e\n\u003cdiv class=\"e10-two-col\"\u003e\n\u003cdiv class=\"e10-copy\"\u003e\n\u003cspan class=\"e10-label\"\u003eExpandable Energy Storage\u003c\/span\u003e\n\u003ch2\u003eEnergy Storage That Grows With Your Home\u003c\/h2\u003e\n\u003cp\u003eStart with the E10 system configuration that fits your current needs and expand battery capacity over time as your energy requirements change.\u003c\/p\u003e\n\u003cdiv class=\"e10-mini-grid\"\u003e\n\u003cdiv class=\"e10-mini-card\"\u003e\n\u003ch3\u003eUp to 90 kWh\u003c\/h3\u003e\n\u003cp\u003eExpandable system capacity for longer backup duration and larger household energy requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-mini-card\"\u003e\n\u003ch3\u003eLiFePO₄ Battery\u003c\/h3\u003e\n\u003cp\u003eThe B6000 Battery Module uses LiFePO₄ battery chemistry and is designed for long-term energy storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-visual\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/1_db94eaf8-2cb0-4bb1-a5f0-366984efc32e_3840x.png?v=1768875997\" alt=\"Anker SOLIX E10 expandable battery storage\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       5. ENERGY FLOW\n       ===================================================== --\u003e\n\u003csection class=\"e10-section e10-section--dark\"\u003e\n\u003cdiv class=\"e10-container\"\u003e\n\u003cdiv class=\"e10-center\"\u003e\n\u003cspan class=\"e10-label\"\u003eIntelligent Energy Flow\u003c\/span\u003e\n\u003ch2 class=\"e10-section-title\"\u003eFrom Sun to Socket\u003c\/h2\u003e\n\u003cp class=\"e10-section-desc\"\u003eStore energy, manage power flow, and use available energy when your home needs it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-flow\"\u003e\n\u003cdiv class=\"e10-flow-card\"\u003e\n\u003cdiv class=\"e10-flow-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/a3cbeace-bb94-49b3-bc8d-3eca41d7af9f_1104X560PX-2_3838x.png?v=1767067285\" alt=\"Solar panels charging a home energy storage system\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"e10-flow-title\"\u003eSOLAR PANELS\u003c\/h3\u003e\n\u003cp class=\"e10-flow-desc\"\u003eCapture solar energy during the day to power your home and charge the system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-flow-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"e10-flow-card\"\u003e\n\u003cdiv class=\"e10-flow-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/E10_PCS_PACK_1_3838x.png?v=1772592526\" alt=\"Anker SOLIX E10 power system\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"e10-flow-title\"\u003eSOLIX E10\u003c\/h3\u003e\n\u003cp class=\"e10-flow-desc\"\u003eStore energy and manage power flow for your home's backup needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-flow-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"e10-flow-card\"\u003e\n\u003cdiv class=\"e10-flow-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/e5fa6a9e-6bb4-4eb8-ac1a-12cb25b711fc_404X480PX-13_3838x.png?v=1767067781\" alt=\"Home powered by Anker SOLIX E10\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"e10-flow-title\"\u003eHOME\u003c\/h3\u003e\n\u003cp class=\"e10-flow-desc\"\u003eSupply reliable power to connected household appliances and devices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-flow-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"e10-flow-card\"\u003e\n\u003cdiv class=\"e10-flow-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/1_5.webp?v=1782727386\" alt=\"Utility grid connection\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"e10-flow-title\"\u003eGRID\u003c\/h3\u003e\n\u003cp class=\"e10-flow-desc\"\u003eStay connected to utility power for normal operation and system charging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-flow-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"e10-flow-card\"\u003e\n\u003cdiv class=\"e10-flow-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/651dda66-6764-4cc7-a031-383b8ae3744c_404X480PX-11_3838x.png?v=1767067737\" alt=\"Anker app energy monitoring\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003ch3 class=\"e10-flow-title\"\u003eANKER APP\u003c\/h3\u003e\n\u003cp class=\"e10-flow-desc\"\u003eMonitor system status and energy information from your mobile device.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       6. SMART APP\n       ===================================================== --\u003e\n\u003csection class=\"e10-section e10-section--white\"\u003e\n\u003cdiv class=\"e10-container\"\u003e\n\u003cdiv class=\"e10-two-col\"\u003e\n\u003cdiv class=\"e10-visual e10-app-video\"\u003e\u003cvideo controls=\"controls\" preload=\"metadata\" playsinline=\"\"\u003e\n            \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e0f39b9056ab4a798a7ae1f2711c61a7.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"e10-copy\"\u003e\n\u003cspan class=\"e10-label\"\u003eSmart App Control\u003c\/span\u003e\n\u003ch2\u003eStay Informed About Your Home Energy\u003c\/h2\u003e\n\u003cp\u003eUse the Anker app to monitor system status, check energy information, and manage your home backup system from your mobile device.\u003c\/p\u003e\n\u003cul class=\"e10-check-list\"\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"m9 16.17-3.88-3.88L3.71 13.7 9 19l12-12-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e System Status Monitoring\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"m9 16.17-3.88-3.88L3.71 13.7 9 19l12-12-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Energy Usage Information\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"m9 16.17-3.88-3.88L3.71 13.7 9 19l12-12-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Backup Power Monitoring\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"m9 16.17-3.88-3.88L3.71 13.7 9 19l12-12-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Remote Access\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!-- =====================================================\n       7. OUTDOOR \/ WEATHER\n       ===================================================== --\u003e\n\u003csection class=\"e10-section e10-section--light\"\u003e\n\u003cdiv class=\"e10-container\"\u003e\n\u003cdiv class=\"e10-center\"\u003e\n\u003cspan class=\"e10-label\"\u003eDesigned for Home Energy Resilience\u003c\/span\u003e\n\u003ch2 class=\"e10-section-title\"\u003eBuilt for \u003cspan class=\"e10-highlight\"\u003eDemanding Conditions\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"e10-section-desc\"\u003eUse the supplied product specifications and installation requirements to select the appropriate location and configuration for your E10 system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-scenario-grid\"\u003e\n\u003cdiv class=\"e10-scenario-card\"\u003e\n\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=\"Anker SOLIX E10 high temperature and UV protection\" loading=\"lazy\"\u003e\n\u003cdiv class=\"e10-scenario-info\"\u003e\n\u003ch3\u003e131°F \u0026amp; F1 UV Protection\u003c\/h3\u003e\n\u003cp\u003eDesigned to support operation in demanding outdoor environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-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=\"Anker SOLIX E10 cold weather operation\" loading=\"lazy\"\u003e\n\u003cdiv class=\"e10-scenario-info\"\u003e\n\u003ch3\u003e-4°F Low-Temperature Rating\u003c\/h3\u003e\n\u003cp\u003eBuilt to support reliable energy storage in cold conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-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=\"Anker SOLIX E10 enclosure protection rating\" loading=\"lazy\"\u003e\n\u003cdiv class=\"e10-scenario-info\"\u003e\n\u003ch3\u003eNEMA 4 \u0026amp; NEMA 3R\u003c\/h3\u003e\n\u003cp\u003eProtection ratings shown in the supplied product materials.\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!-- =====================================================\n       8. PRODUCT GALLERY \/ INSTALLATION\n       ===================================================== --\u003e\n\u003csection class=\"e10-section e10-section--white\"\u003e\n\u003cdiv class=\"e10-container\"\u003e\n\u003cdiv class=\"e10-center\"\u003e\n\u003cspan class=\"e10-label\"\u003eDesigned for Everyday Use\u003c\/span\u003e\n\u003ch2 class=\"e10-section-title\"\u003eSimple to Install. Easy to Use. \u003cspan class=\"e10-highlight\"\u003eSmart to Own.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"e10-section-desc\"\u003eA modular home energy system designed around reliable backup, expandable storage, and straightforward energy management.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-gallery-grid\"\u003e\n\u003cdiv class=\"e10-gallery-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/2565_7524b15c-039a-43b3-81c8-769296478205_3840x.png?v=1768877638\" alt=\"Anker SOLIX E10 installation\" loading=\"lazy\"\u003e\n\u003cdiv class=\"e10-gallery-info\"\u003e\n\u003ch3\u003eProfessional Installation\u003c\/h3\u003e\n\u003cp\u003eE10 is a whole-home energy system that should be installed according to applicable electrical requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-gallery-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/4_a86f5028-133d-4c8b-a127-2824144b567f_3840x.png?v=1768877639\" alt=\"Anker SOLIX E10 installation support\" loading=\"lazy\"\u003e\n\u003cdiv class=\"e10-gallery-info\"\u003e\n\u003ch3\u003eInstallation Support\u003c\/h3\u003e\n\u003cp\u003eInstallation requirements depend on the selected system configuration and the home's electrical setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-gallery-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/Group_2121238809_3840x.png?v=1770951214\" alt=\"Anker SOLIX E10 transfer switch and inlet box compatibility\" loading=\"lazy\"\u003e\n\u003cdiv class=\"e10-gallery-info\"\u003e\n\u003ch3\u003eElectrical Integration\u003c\/h3\u003e\n\u003cp\u003eCompatible electrical integration equipment should be selected according to the installation requirements.\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!-- =====================================================\n       9. E10 VS TRADITIONAL GENERATOR\n       ===================================================== --\u003e\n\u003csection class=\"e10-section e10-section--light\"\u003e\n\u003cdiv class=\"e10-container\"\u003e\n\u003cdiv class=\"e10-center\"\u003e\n\u003cspan class=\"e10-label\"\u003eHome Backup Comparison\u003c\/span\u003e\n\u003ch2 class=\"e10-section-title\"\u003eA battery-based alternative to \u003cspan class=\"e10-highlight\"\u003efuel generators\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"e10-section-desc\"\u003eSOLIX E10 provides battery-based backup without the routine fuel handling and engine noise associated with conventional generators.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-table-wrap\"\u003e\n\u003ctable class=\"e10-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\u003eEngine Noise During Operation\u003c\/td\u003e\n\u003ctd class=\"e10-yes\"\u003eNo Engine\u003c\/td\u003e\n\u003ctd class=\"e10-no\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFuel Required for Battery Backup\u003c\/td\u003e\n\u003ctd class=\"e10-yes\"\u003eNo\u003c\/td\u003e\n\u003ctd class=\"e10-no\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSolar Charging\u003c\/td\u003e\n\u003ctd class=\"e10-yes\"\u003eYes\u003c\/td\u003e\n\u003ctd class=\"e10-no\"\u003eTypically No\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAutomatic Backup\u003c\/td\u003e\n\u003ctd class=\"e10-yes\"\u003eYes*\u003c\/td\u003e\n\u003ctd\u003eConfiguration Dependent\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApp-Based Monitoring\u003c\/td\u003e\n\u003ctd class=\"e10-yes\"\u003eYes\u003c\/td\u003e\n\u003ctd\u003eConfiguration Dependent\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRoutine Fuel Maintenance\u003c\/td\u003e\n\u003ctd class=\"e10-yes\"\u003eNot Required\u003c\/td\u003e\n\u003ctd class=\"e10-no\"\u003eRequired\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"e10-note\"\u003e*Automatic backup performance depends on the electrical integration equipment and installation configuration used with the E10 system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       10. TECHNICAL SPECIFICATIONS\n       ===================================================== --\u003e\n\u003csection class=\"e10-section e10-section--white\"\u003e\n\u003cdiv class=\"e10-container\"\u003e\n\u003cdiv class=\"e10-center\"\u003e\n\u003cspan class=\"e10-label\"\u003eTechnical Specifications\u003c\/span\u003e\n\u003ch2 class=\"e10-section-title\"\u003eComponent \u003cspan class=\"e10-highlight\"\u003eSpecifications\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"e10-section-desc\"\u003eThe Anker SOLIX E10 Home Backup System configuration shown on this page includes one E10 Power Module and one B6000 Battery Module. Additional battery modules may be selected separately where supported.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-specs\"\u003e\n\u003c!-- E10 POWER MODULE --\u003e\n\u003cdiv class=\"e10-spec-card\"\u003e\n\u003cdiv class=\"e10-spec-head\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"e10-spec-label\"\u003ePower Module\u003c\/div\u003e\n\u003ch3\u003eAnker SOLIX E10 Power Module\u003c\/h3\u003e\n\u003cp\u003eCore power conversion and backup control unit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cspan class=\"e10-warranty\"\u003e5-Year Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-spec-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/E10_power_module_detail.png?v=1787133869\" alt=\"Anker SOLIX E10 Power Module technical specifications\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B6000 BATTERY MODULE --\u003e\n\u003cdiv class=\"e10-spec-card\"\u003e\n\u003cdiv class=\"e10-spec-head\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"e10-spec-label\"\u003eBattery Module\u003c\/div\u003e\n\u003ch3\u003eAnker SOLIX B6000 Battery Module\u003c\/h3\u003e\n\u003cp\u003eExpandable energy storage for the E10 system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cspan class=\"e10-warranty\"\u003e5-Year Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-spec-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/B6000_battery._module_detail.png?v=1787133961\" alt=\"Anker SOLIX B6000 Battery Module technical specifications\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Smart Generator --\u003e\n\u003cdiv class=\"e10-spec-card\"\u003e\n\u003cdiv class=\"e10-spec-head\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"e10-spec-label\"\u003eSmart Generator 5500 (Tri-Fuel)\u003c\/div\u003e\n\u003ch3\u003eSmart Generator 5500 (Tri-Fuel)\u003c\/h3\u003e\n\u003cp\u003eExpandable energy storage for the E10 system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cspan class=\"e10-warranty\"\u003e3-Year Warranty\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-spec-image\" style=\"text-align: start;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/smart_generator_detail.png?v=1787139464\" alt=\"Smart Generator 5500 (Tri-Fuel) technical details\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       11. WHAT'S INCLUDED\n       ===================================================== --\u003e\n\u003csection class=\"e10-section e10-section--blue-light\"\u003e\n\u003cdiv class=\"e10-container\"\u003e\n\u003cdiv class=\"e10-center\"\u003e\n\u003cspan class=\"e10-label\"\u003eWhat's Included\u003c\/span\u003e\n\u003ch2 class=\"e10-section-title\"\u003eWhat's in the \u003cspan class=\"e10-highlight\"\u003ebox\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"e10-section-desc\"\u003eThe following components are included in the Anker SOLIX E10 Home Backup System with Smart Generator 5500 (Tri-Fuel).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-included\"\u003e\n\u003cdiv class=\"e10-included-item\"\u003e\u003cstrong\u003e Anker SOLIX E10 Power Module \u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"e10-included-item\"\u003e\u003cstrong\u003e Anker SOLIX B6000 Battery Module \u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"e10-included-item\"\u003e\u003cstrong\u003e Anker SOLIX Smart Generator 5500 \u003cspan\u003e(Tri-Fuel)\u003c\/span\u003e \u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"e10-included-item\"\u003e\u003cstrong\u003e User Manual \u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"e10-note\"\u003eThis configuration includes the E10 Power Module, one B6000 Battery Module, and the Smart Generator 5500 (Tri-Fuel). Power Dock, Smart Inlet Box, and other electrical integration accessories are not included unless explicitly listed in the selected product configuration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       12. FAQ\n       ===================================================== --\u003e\n\u003csection class=\"e10-section e10-section--light\"\u003e\n\u003cdiv class=\"e10-container\"\u003e\n\u003cdiv class=\"e10-center\"\u003e\n\u003cspan class=\"e10-label\"\u003eFAQ\u003c\/span\u003e\n\u003ch2 class=\"e10-section-title\"\u003eCommon \u003cspan class=\"e10-highlight\"\u003eQuestions\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"e10-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the Smart Generator 5500 used for?\u003c\/summary\u003e\n\u003cdiv class=\"e10-faq-answer\"\u003eThe Smart Generator 5500 provides an additional source of power for the E10 home backup system, helping extend backup capability during prolonged power outages when battery energy needs to be replenished.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much power does the Smart Generator 5500 provide?\u003c\/summary\u003e\n\u003cdiv class=\"e10-faq-answer\"\u003eThe Smart Generator 5500 provides up to 5,500W of generator output. Actual power output and operating performance depend on the fuel source, operating conditions, and installation.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the E10 require the Smart Generator 5500 to operate?\u003c\/summary\u003e\n\u003cdiv class=\"e10-faq-answer\"\u003eNo. The E10 is a battery-based home backup system and can provide backup power using its battery storage without the generator. The Smart Generator 5500 provides an additional power source for extended backup needs.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the E10 system be expanded with additional battery modules?\u003c\/summary\u003e\n\u003cdiv class=\"e10-faq-answer\"\u003eYes. The E10 system is designed as a scalable energy storage platform, with supported configurations allowing total battery capacity to expand up to 90 kWh.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the E10 send electricity back to the utility grid?\u003c\/summary\u003e\n\u003cdiv class=\"e10-faq-answer\"\u003eThe product information supplied for this page states that the E10 system does not support feeding electricity back to the utility grid.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the Smart Generator 5500 replace the E10 battery?\u003c\/summary\u003e\n\u003cdiv class=\"e10-faq-answer\"\u003eNo. The Smart Generator 5500 and E10 battery storage serve different functions. The E10 stores electrical energy for backup use, while the generator provides an additional fuel-powered source of electricity to support extended backup operation.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes E10 require professional installation?\u003c\/summary\u003e\n\u003cdiv class=\"e10-faq-answer\"\u003eBecause the E10 is a whole-home energy storage and backup system, electrical integration should be completed according to applicable local electrical codes and manufacturer installation requirements by a qualified professional.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Anker SOLIX","offers":[{"title":"E10 Kit (1x Power Module + 1x Battery)+ Smart Generator","offer_id":48323438674178,"sku":"G17E1141","price":5899.0,"currency_code":"USD","in_stock":true},{"title":"E10 Kit (1x Power Module + 2x Battery) + Smart Generator","offer_id":48323438706946,"sku":"B17E114C","price":7899.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/E10_Kit_1x_PM_1x_B_Smart_Generator.webp?v=1786706971"},{"product_id":"anker-solix-s2000-solar-generator-400w-portable-solar-panel","title":"Anker SOLIX S2000 Solar Generator + 400W Portable Solar Panel","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        \/* ===== 所有样式仅作用于 .anker-s2000x 容器内部 ===== *\/\n        .anker-s2000x * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .anker-s2000x {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            background: #fff;\n            color: #1a1a1a;\n            padding: 24px 16px;\n            max-width: 100%;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n\n        .anker-s2000x h1 {\n            font-size: 2.2rem;\n            text-align: center;\n            margin-bottom: 0.2rem;\n        }\n\n        .anker-s2000x h1 span {\n            font-size: 2.6rem;\n            vertical-align: super;\n        }\n\n        .anker-s2000x h2 {\n            font-size: 1.6rem;\n            text-align: center;\n            margin: 1rem 0 0.4rem;\n        }\n\n        .anker-s2000x h3 {\n            font-size: 1.3rem;\n            margin: 1.8rem 0 0.8rem;\n        }\n\n        .anker-s2000x h4 {\n            font-size: 1.1rem;\n            font-weight: 400;\n            color: #555;\n        }\n\n        .anker-s2000x img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n            margin: 0.8rem 0;\n            border-radius: 12px;\n        }\n\n        .anker-s2000x .text-center {\n            text-align: center;\n        }\n\n        .anker-s2000x .grid-2col {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            margin: 20px 0;\n        }\n\n        .anker-s2000x .grid-3col {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 16px;\n            margin: 20px 0;\n        }\n\n        .anker-s2000x .card {\n            background: #f7f8fa;\n            border-radius: 16px;\n            padding: 20px;\n        }\n\n        .anker-s2000x .badge-group {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 12px;\n            justify-content: center;\n            margin: 12px 0;\n        }\n\n        .anker-s2000x .badge {\n            background: #eef2f7;\n            padding: 6px 18px;\n            border-radius: 30px;\n            font-weight: 500;\n            font-size: 0.95rem;\n        }\n\n        .anker-s2000x table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 16px 0;\n            font-size: 0.95rem;\n        }\n\n        .anker-s2000x th,\n        .anker-s2000x td {\n            border: 1px solid #ddd;\n            padding: 12px 10px;\n            text-align: center;\n            vertical-align: middle;\n        }\n\n        .anker-s2000x th {\n            background: #f0f2f5;\n            font-weight: 600;\n        }\n\n        .anker-s2000x .check {\n            color: #2d7a3a;\n            font-weight: 700;\n        }\n\n        .anker-s2000x .cross {\n            color: #b33;\n            font-weight: 700;\n        }\n\n        .anker-s2000x .product-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px 24px;\n            margin-top: 8px;\n        }\n\n        .anker-s2000x .product-list li {\n            list-style: none;\n        }\n\n        .anker-s2000x .feature-icon {\n            display: inline-flex;\n            align-items: center;\n            gap: 6px;\n        }\n\n        \/* 响应式（限定容器内） *\/\n        @media (max-width: 768px) {\n            .anker-s2000x .grid-2col,\n            .anker-s2000x .grid-3col {\n                grid-template-columns: 1fr;\n            }\n            .anker-s2000x h1 {\n                font-size: 1.8rem;\n            }\n            .anker-s2000x h2 {\n                font-size: 1.3rem;\n            }\n            .anker-s2000x table {\n                font-size: 0.8rem;\n            }\n            .anker-s2000x th,\n            .anker-s2000x td {\n                padding: 8px 4px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .anker-s2000x table {\n                font-size: 0.7rem;\n            }\n            .anker-s2000x th,\n            .anker-s2000x td {\n                padding: 4px 2px;\n            }\n        }\n\n        \/* ===== FAQ 模块（原 .pd-faq 样式，现嵌套在 .anker-s2000x 下） ===== *\/\n        .anker-s2000x .pd-faq * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .anker-s2000x .pd-faq {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            max-width: 820px;\n            margin: 40px auto 20px;\n            background: #ffffff;\n            border-radius: 24px;\n            box-shadow: 0 8px 30px rgba(0, 20, 40, 0.06);\n            padding: 1.8rem 1.5rem;\n            color: #1a202c;\n            line-height: 1.6;\n            border: 1px solid #eef2f6;\n        }\n\n        .anker-s2000x .pd-faq-header {\n            display: flex;\n            align-items: center;\n            gap: 0.6rem;\n            margin-bottom: 1.5rem;\n            padding-bottom: 0.8rem;\n            border-bottom: 2px solid #f0f4f8;\n        }\n\n        .anker-s2000x .pd-faq-header h3 {\n            font-size: 1.4rem;\n            font-weight: 700;\n            letter-spacing: -0.01em;\n            color: #1e293b;\n            margin: 0;\n        }\n\n        .anker-s2000x .pd-faq-header .badge {\n            margin-left: auto;\n            font-size: 0.7rem;\n            font-weight: 600;\n            color: #2563eb;\n            background: #eff6ff;\n            padding: 0.2rem 0.9rem;\n            border-radius: 100px;\n            white-space: nowrap;\n        }\n\n        .anker-s2000x .pd-faq-list {\n            display: flex;\n            flex-direction: column;\n            gap: 0.5rem;\n        }\n\n        .anker-s2000x .pd-faq-item {\n            border-radius: 14px;\n            border: 1.5px solid #eef2f6;\n            background: #ffffff;\n            transition: border-color 0.25s, box-shadow 0.25s, background 0.2s;\n            overflow: hidden;\n        }\n\n        .anker-s2000x .pd-faq-item:hover {\n            border-color: #dce3ec;\n            background: #fafcff;\n        }\n\n        .anker-s2000x .pd-faq-item.active {\n            border-color: #2563eb;\n            background: #f8faff;\n            box-shadow: 0 4px 16px rgba(37, 99, 235, 0.06);\n        }\n\n        .anker-s2000x .pd-faq-question {\n            display: flex;\n            align-items: center;\n            gap: 0.8rem;\n            padding: 1rem 1.2rem;\n            cursor: pointer;\n            user-select: none;\n            -webkit-tap-highlight-color: transparent;\n        }\n\n        .anker-s2000x .pd-faq-question .q-marker {\n            flex-shrink: 0;\n            width: 26px;\n            height: 26px;\n            border-radius: 50%;\n            background: #eef4ff;\n            color: #2563eb;\n            font-weight: 700;\n            font-size: 0.75rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: background 0.25s, color 0.25s, transform 0.2s;\n        }\n\n        .anker-s2000x .pd-faq-item.active .pd-faq-question .q-marker {\n            background: #2563eb;\n            color: #fff;\n            transform: scale(1.02);\n        }\n\n        .anker-s2000x .pd-faq-question .question-text {\n            flex: 1;\n            font-weight: 600;\n            font-size: 1rem;\n            color: #0b1a33;\n        }\n\n        .anker-s2000x .pd-faq-item.active .pd-faq-question .question-text {\n            color: #1e293b;\n        }\n\n        .anker-s2000x .pd-faq-question .icon-toggle {\n            flex-shrink: 0;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            background: #f1f5f9;\n            color: #64748b;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.1rem;\n            transition: background 0.25s, color 0.25s, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);\n        }\n\n        .anker-s2000x .pd-faq-item.active .pd-faq-question .icon-toggle {\n            background: #2563eb;\n            color: #fff;\n            transform: rotate(180deg);\n        }\n\n        .anker-s2000x .pd-faq-answer {\n            height: 0;\n            overflow: hidden;\n            transition: height 0.4s ease, padding 0.3s ease, opacity 0.3s ease;\n            opacity: 0;\n            padding: 0 1.2rem 0 1.2rem;\n        }\n\n        .anker-s2000x .pd-faq-item.active .pd-faq-answer {\n            height: auto !important;\n            opacity: 1 !important;\n            padding: 0 1.2rem 1.2rem 1.2rem !important;\n        }\n\n        .anker-s2000x .pd-faq-answer-inner {\n            padding-top: 0.8rem;\n            border-top: 1.5px dashed #e2eaf2;\n            font-size: 0.95rem;\n            color: #334155;\n        }\n\n        .anker-s2000x .pd-faq-answer-inner p {\n            margin-bottom: 0.5rem;\n        }\n        .anker-s2000x .pd-faq-answer-inner p:last-child {\n            margin-bottom: 0;\n        }\n\n        .anker-s2000x .pd-faq-answer-inner .highlight {\n            background: #f0f7ff;\n            padding: 0.1rem 0.4rem;\n            border-radius: 4px;\n            font-weight: 500;\n            color: #1e4f8a;\n        }\n\n        \/* 暗色模式（限定容器内） *\/\n        @media (prefers-color-scheme: dark) {\n            .anker-s2000x .pd-faq {\n                background: #1e293b;\n                border-color: #2d3a4f;\n                color: #e2e8f0;\n            }\n            .anker-s2000x .pd-faq-header {\n                border-bottom-color: #2d3a4f;\n            }\n            .anker-s2000x .pd-faq-header h3 {\n                color: #f1f5f9;\n            }\n            .anker-s2000x .pd-faq-header .badge {\n                color: #93b9ff;\n                background: #1e3a5f;\n            }\n            .anker-s2000x .pd-faq-item {\n                background: #1e293b;\n                border-color: #2d3a4f;\n            }\n            .anker-s2000x .pd-faq-item:hover {\n                border-color: #3b4a62;\n                background: #232f45;\n            }\n            .anker-s2000x .pd-faq-item.active {\n                border-color: #3b82f6;\n                background: #1a2a44;\n            }\n            .anker-s2000x .pd-faq-question .q-marker {\n                background: #2d3a4f;\n                color: #93b9ff;\n            }\n            .anker-s2000x .pd-faq-item.active .pd-faq-question .q-marker {\n                background: #3b82f6;\n                color: #fff;\n            }\n            .anker-s2000x .pd-faq-question .question-text {\n                color: #e2e8f0;\n            }\n            .anker-s2000x .pd-faq-item.active .pd-faq-question .question-text {\n                color: #f1f5f9;\n            }\n            .anker-s2000x .pd-faq-question .icon-toggle {\n                background: #2d3a4f;\n                color: #94a3b8;\n            }\n            .anker-s2000x .pd-faq-item.active .pd-faq-question .icon-toggle {\n                background: #3b82f6;\n                color: #fff;\n            }\n            .anker-s2000x .pd-faq-answer-inner {\n                border-top-color: #2d3a4f;\n                color: #cbd5e1;\n            }\n            .anker-s2000x .pd-faq-answer-inner .highlight {\n                background: #1a2a44;\n                color: #93b9ff;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .anker-s2000x .pd-faq {\n                padding: 1.2rem 0.8rem;\n                border-radius: 18px;\n            }\n            .anker-s2000x .pd-faq-header h3 {\n                font-size: 1.2rem;\n            }\n            .anker-s2000x .pd-faq-question {\n                padding: 0.8rem 0.8rem;\n                gap: 0.6rem;\n            }\n            .anker-s2000x .pd-faq-question .question-text {\n                font-size: 0.92rem;\n            }\n            .anker-s2000x .pd-faq-item.active .pd-faq-answer {\n                padding: 0 0.8rem 0.8rem 0.8rem !important;\n            }\n            .anker-s2000x .pd-faq-answer-inner {\n                font-size: 0.9rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- ===== 所有产品内容包裹在 .anker-s2000x 容器内 ===== --\u003e\n\u003cdiv class=\"anker-s2000x\"\u003e\n\u003c!-- ========== 标题区 ========== --\u003e\n\u003ch1\u003eAnker SOLIX S2000\u003c\/h1\u003e\n\u003ch2\u003eThe Longest-Lasting 2kWh Portable Power Station\u003c\/h2\u003e\n\u003ch3 style=\"text-align: center; font-weight: 400; color: #444;\"\u003eMore Runtime. Less Wasted Energy.\u003c\/h3\u003e\n\u003c!-- 主图 --\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/Frame_2147226856_3840x.png?v=1782962870\" alt=\"Anker SOLIX S2000X\"\u003e\u003c\/p\u003e\n\u003c!-- ========== 电池技术 ========== --\u003e\n\u003ch3\u003eLonger Runtime with Next-Generation Battery Technology\u003c\/h3\u003e\n\u003cp\u003eUnlike conventional portable power stations, the S2000 utilizes \u003cstrong\u003e314Ah utility-grade LiFePO₄ battery cells\u003c\/strong\u003e and Anker's advanced \u003cstrong\u003eOptiSave Technology\u003c\/strong\u003e, delivering up to \u003cstrong\u003e20% longer runtime\u003c\/strong\u003e while reducing standby energy consumption.\u003c\/p\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/Group_2121241734_3840x.png?v=1780024838\" alt=\"battery infographic\"\u003e\n\u003cdiv class=\"badge-group\"\u003e\n\u003cspan class=\"badge\"\u003e⚡ Up to 10,000 Battery Cycles\u003c\/span\u003e \u003cspan class=\"badge\"\u003e🛡 Up to 15-Year Battery Lifespan\u003c\/span\u003e \u003cspan class=\"badge\"\u003e🔋 Utility-Grade LiFePO₄\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========== Power Your Essentials ========== --\u003e\n\u003ch3\u003ePower Your Essentials, Power What Matters Most\u003c\/h3\u003e\n\u003cp\u003eFrom unexpected outages to weekend adventures, the S2000 keeps your essential devices running with stable pure sine wave power.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/Tab2-2_3840x.png?v=1780286388\" alt=\"devices powered\"\u003e\u003c\/p\u003e\n\u003c!-- ========== Designed for How You Actually Live ========== --\u003e\n\u003ch3\u003eDesigned for How You Actually Live\u003c\/h3\u003e\n\u003c!-- 双栏布局：尺寸 + 静音 --\u003e\n\u003cdiv class=\"grid-2col\"\u003e\n\u003c!-- 左侧：尺寸 --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/Tab1_3840x.jpg?v=1781583687\" alt=\"size comparison\"\u003e\n\u003ch3\u003eThe Smallest and Lightest 2kWh Power Station\u003c\/h3\u003e\n\u003cp\u003eAt just 8.2 × 11.1 × 12.7 in and 35.7 lbs, S2000 is compact enough to fit into any kitchen corner, light enough to carry solo, and ready to power straight out of the box.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 8px;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10001_0ba070c4-d2ea-497a-906a-5176f8813a2c.png?v=1784010876\" alt=\"\"\u003e \u003cspan style=\"font-size: 0.95rem;\"\u003eFront and rear outlets, built-in handles, and a compact footprint that fits anywhere\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 右侧：静音 --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/Tab3_3840x.png?v=1779442074\" alt=\"quiet operation\"\u003e\n\u003ch3\u003e30 dB Quiet Operation\u003c\/h3\u003e\n\u003ch4\u003ePowerful Energy. Whisper-Quiet Performance.\u003c\/h4\u003e\n\u003cp\u003eUnlike noisy gas generators, the S2000 operates at \u003cstrong\u003ejust 30 dB under low loads\u003c\/strong\u003e, making it suitable for overnight backup, indoor use, RV camping, and quiet outdoor environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========== 充电方式 + UPS ========== --\u003e\n\u003ch2\u003eRecharge Your Way, Flexible Charging Options\u003c\/h2\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/6way.png?v=1784022073\" alt=\"6 ways to charge\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"grid-2col\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003e10ms UPS Protection\u003c\/h3\u003e\n\u003cp\u003eThe integrated \u003cstrong\u003e≤10ms UPS\u003c\/strong\u003e automatically switches to battery power during outages, helping keep critical devices running without interruption.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/Anker-27_3840x.png?v=1779441960\" alt=\"UPS\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eSmart Monitoring with the Anker App\u003c\/h3\u003e\n\u003cp\u003eMonitor and manage your power station remotely using the Anker app.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/Tab2-1_3840x.png?v=1779441986\" alt=\"app interface\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========== 规格图 ========== --\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0887\/1798\/4111\/files\/Specs_PC_3840x.png?v=1780302035\" alt=\"specifications\"\u003e\u003c\/p\u003e\n\u003c!-- ========== VS 汽油发电机 ========== --\u003e\n\u003ch3\u003eAnker SOLIX S2000X Battery Generator VS Gas Generator\u003c\/h3\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 25%;\"\u003eFeature\u003c\/th\u003e\n\u003cth style=\"width: 37.5%;\"\u003e\u003cstrong\u003eAnker SOLIX S2000X\u003c\/strong\u003e\u003c\/th\u003e\n\u003cth style=\"width: 37.5%;\"\u003e\u003cstrong\u003eGas Generator\u003c\/strong\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eIndoor Safe\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\u003eNoise Level\u003c\/td\u003e\n\u003ctd\u003e30 dB\u003c\/td\u003e\n\u003ctd\u003e70–90 dB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEmissions\u003c\/td\u003e\n\u003ctd\u003eZero\u003c\/td\u003e\n\u003ctd\u003eProduces Exhaust\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFuel Required\u003c\/td\u003e\n\u003ctd\u003eNone\u003c\/td\u003e\n\u003ctd\u003eGasoline\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaintenance\u003c\/td\u003e\n\u003ctd\u003eMinimal\u003c\/td\u003e\n\u003ctd\u003eRegular Oil \u0026amp; Engine Maintenance\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStartup\u003c\/td\u003e\n\u003ctd\u003eInstant\u003c\/td\u003e\n\u003ctd\u003eManual Pull Start\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eApp Monitoring\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\u003ePortable Design\u003c\/td\u003e\n\u003ctd class=\"check\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003eUsually Heavier\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- ========== 对比 Anker 三款型号 ========== --\u003e\n\u003ch3\u003eAnker Power Station Comparison: Which Model Fits Your Lifestyle?\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eAnker SOLIX S2000X VS C2000X Gen 2 vs C1000 Gen 2\u003c\/strong\u003e\u003c\/p\u003e\n\u003ctable style=\"width: 100.033%; height: 550.931px;\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"height: 37.3793px;\"\u003e\n\u003cth style=\"width: 20%; height: 37.3793px;\"\u003eModel\u003c\/th\u003e\n\u003cth style=\"width: 26.6%; height: 37.3793px;\"\u003e\u003cstrong\u003eS2000X\u003c\/strong\u003e\u003c\/th\u003e\n\u003cth style=\"width: 26.7%; height: 37.3793px;\"\u003e\u003ca href=\"https:\/\/droneroboticstec.com\/collections\/anker-solix-portable-power-stations\/products\/anker-solix-c1000-gen-2-portable-power-station-1-024wh-2-000w\" title=\"Anker SOLIX C2000X Gen 2\"\u003e\u003cstrong\u003eC2000 Gen 2\u003c\/strong\u003e\u003c\/a\u003e\u003c\/th\u003e\n\u003cth style=\"width: 26.7%; height: 37.3793px;\"\u003e\u003ca href=\"https:\/\/droneroboticstec.com\/collections\/anker-solix-portable-power-stations\/products\/anker-solix-c1000x-gen-2-portable-power-station-1-024wh-2-000w\" title=\"Anker SOLIX C1000X Gen 2\"\u003e\u003cstrong\u003eC1000 Gen 2\u003c\/strong\u003e\u003c\/a\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 37.3793px;\"\u003e\n\u003ctd style=\"width: 20%; height: 37.3793px;\"\u003eWeight\u003c\/td\u003e\n\u003ctd style=\"width: 26.6%; height: 37.3793px;\"\u003e35.7 lbs\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 37.3793px;\"\u003e41.7 lbs\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 37.3793px;\"\u003e24.9 lbs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 37.3793px;\"\u003e\n\u003ctd style=\"width: 20%; height: 37.3793px;\"\u003eAC Input\u003c\/td\u003e\n\u003ctd style=\"width: 26.6%; height: 37.3793px;\"\u003eUp to 1,600W\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 37.3793px;\"\u003eUp to 1,800W\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 37.3793px;\"\u003eUp to 1,600W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 57.8551px;\"\u003e\n\u003ctd style=\"width: 20%; height: 57.8551px;\"\u003eBest For\u003c\/td\u003e\n\u003ctd style=\"width: 26.6%; height: 57.8551px;\"\u003eMax Backup Runtime for Essentials\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 57.8551px;\"\u003eHigh-Output Power for RVs\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 57.8551px;\"\u003eFast-Charging Power for Camping\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 37.3793px;\"\u003e\n\u003ctd style=\"width: 20%; height: 37.3793px;\"\u003eCapacity\u003c\/td\u003e\n\u003ctd style=\"width: 26.6%; height: 37.3793px;\"\u003e2,010Wh\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 37.3793px;\"\u003e2,048Wh\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 37.3793px;\"\u003e1,024Wh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 57.8551px;\"\u003e\n\u003ctd style=\"width: 20%; height: 57.8551px;\"\u003eAC Output\u003c\/td\u003e\n\u003ctd style=\"width: 26.6%; height: 57.8551px;\"\u003e1,500W Rated \/ 3,000W Peak\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 57.8551px;\"\u003e2,400W Rated \/ 4,000W Peak\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 57.8551px;\"\u003e2,000W Rated \/ 3,000W Peak\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 57.8551px;\"\u003e\n\u003ctd style=\"width: 20%; height: 57.8551px;\"\u003eCycle Life\u003c\/td\u003e\n\u003ctd style=\"width: 26.6%; height: 57.8551px;\"\u003e6,000 Cycles to 80%\u003cbr\u003e10,000 Cycles to 60%\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 57.8551px;\"\u003e4,000 Cycles to 80%\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 57.8551px;\"\u003e4,000 Cycles\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 37.3793px;\"\u003e\n\u003ctd style=\"width: 20%; height: 37.3793px;\"\u003eDimensions\u003c\/td\u003e\n\u003ctd style=\"width: 26.6%; height: 37.3793px;\"\u003e8.2 × 11.1 × 12.7 in\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 37.3793px;\"\u003e18.1 × 9.8 × 10.1 in\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 37.3793px;\"\u003e15.1 × 8.2 × 9.6 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 37.3793px;\"\u003e\n\u003ctd style=\"width: 20%; height: 37.3793px;\"\u003e12V DC Port\u003c\/td\u003e\n\u003ctd style=\"width: 26.6%; height: 37.3793px;\"\u003eNo\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 37.3793px;\"\u003eYes\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 37.3793px;\"\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 37.3793px;\"\u003e\n\u003ctd style=\"width: 20%; height: 37.3793px;\"\u003eBattery Cells\u003c\/td\u003e\n\u003ctd style=\"width: 26.6%; height: 37.3793px;\"\u003e314Ah LFP\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 37.3793px;\"\u003eTraditional LFP\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 37.3793px;\"\u003eTraditional LFP\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 57.8551px;\"\u003e\n\u003ctd style=\"width: 20%; height: 57.8551px;\"\u003eExpandable Battery\u003c\/td\u003e\n\u003ctd style=\"width: 26.6%; height: 57.8551px;\"\u003eNo\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 57.8551px;\"\u003eYes\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 57.8551px;\"\u003eNo\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 57.8551px;\"\u003e\n\u003ctd style=\"width: 20%; height: 57.8551px;\"\u003eUPS Switchover Time\u003c\/td\u003e\n\u003ctd style=\"width: 26.6%; height: 57.8551px;\"\u003e10 ms\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 57.8551px;\"\u003e10 ms\u003c\/td\u003e\n\u003ctd style=\"width: 26.7%; height: 57.8551px;\"\u003e10 ms\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- ========== In the Box ========== --\u003e\n\u003ch3\u003eIn the Box\u003c\/h3\u003e\n\u003cul style=\"list-style: none; padding-left: 0; font-size: 1rem; display: flex; flex-wrap: wrap; gap: 8px 28px;\"\u003e\n\u003cli\u003e Anker SOLIX S2000\u003cbr\u003e AC Charging Cable\u003cbr\u003e\u003cspan\u003e PS400 Portable Solar Panel\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- ========== FAQ 模块（可嵌入产品描述） ========== --\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    \/* 使用独立前缀 .pd-faq 避免与页面样式冲突 *\/\n    .pd-faq * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    .pd-faq {\n        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n        max-width: 820px;\n        margin: 0 auto;\n        background: #ffffff;\n        border-radius: 24px;\n        box-shadow: 0 8px 30px rgba(0, 20, 40, 0.06);\n        padding: 1.8rem 1.5rem;\n        color: #1a202c;\n        line-height: 1.6;\n        border: 1px solid #eef2f6;\n    }\n\n    .pd-faq-header {\n        display: flex;\n        align-items: center;\n        gap: 0.6rem;\n        margin-bottom: 1.5rem;\n        padding-bottom: 0.8rem;\n        border-bottom: 2px solid #f0f4f8;\n    }\n\n    .pd-faq-header .icon {\n        font-size: 1.5rem;\n    }\n\n    .pd-faq-header h3 {\n        font-size: 1.4rem;\n        font-weight: 700;\n        letter-spacing: -0.01em;\n        color: #1e293b;\n        margin: 0;\n    }\n\n    .pd-faq-header .badge {\n        margin-left: auto;\n        font-size: 0.7rem;\n        font-weight: 600;\n        color: #2563eb;\n        background: #eff6ff;\n        padding: 0.2rem 0.9rem;\n        border-radius: 100px;\n        white-space: nowrap;\n    }\n\n    .pd-faq-list {\n        display: flex;\n        flex-direction: column;\n        gap: 0.5rem;\n    }\n\n    .pd-faq-item {\n        border-radius: 14px;\n        border: 1.5px solid #eef2f6;\n        background: #ffffff;\n        transition: border-color 0.25s, box-shadow 0.25s, background 0.2s;\n        overflow: hidden;\n    }\n\n    .pd-faq-item:hover {\n        border-color: #dce3ec;\n        background: #fafcff;\n    }\n\n    .pd-faq-item.active {\n        border-color: #2563eb;\n        background: #f8faff;\n        box-shadow: 0 4px 16px rgba(37, 99, 235, 0.06);\n    }\n\n    .pd-faq-question {\n        display: flex;\n        align-items: center;\n        gap: 0.8rem;\n        padding: 1rem 1.2rem;\n        cursor: pointer;\n        user-select: none;\n        -webkit-tap-highlight-color: transparent;\n    }\n\n    .pd-faq-question .q-marker {\n        flex-shrink: 0;\n        width: 26px;\n        height: 26px;\n        border-radius: 50%;\n        background: #eef4ff;\n        color: #2563eb;\n        font-weight: 700;\n        font-size: 0.75rem;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        transition: background 0.25s, color 0.25s, transform 0.2s;\n    }\n\n    .pd-faq-item.active .pd-faq-question .q-marker {\n        background: #2563eb;\n        color: #fff;\n        transform: scale(1.02);\n    }\n\n    .pd-faq-question .question-text {\n        flex: 1;\n        font-weight: 600;\n        font-size: 1rem;\n        color: #0b1a33;\n    }\n\n    .pd-faq-item.active .pd-faq-question .question-text {\n        color: #1e293b;\n    }\n\n    .pd-faq-question .icon-toggle {\n        flex-shrink: 0;\n        width: 28px;\n        height: 28px;\n        border-radius: 50%;\n        background: #f1f5f9;\n        color: #64748b;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 1.1rem;\n        transition: background 0.25s, color 0.25s, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);\n    }\n\n    .pd-faq-item.active .pd-faq-question .icon-toggle {\n        background: #2563eb;\n        color: #fff;\n        transform: rotate(180deg);\n    }\n\n    .pd-faq-answer {\n        max-height: 0;\n        overflow: hidden;\n        transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.3s ease;\n        opacity: 0;\n        padding: 0 1.2rem 0 1.2rem;\n    }\n\n    .pd-faq-item.active .pd-faq-answer {\n        max-height: 300px; \/* 足够容纳内容，可滚动 *\/\n        opacity: 1;\n        padding: 0 1.2rem 1.2rem 1.2rem;\n    }\n\n    .pd-faq-answer-inner {\n        padding-top: 0.8rem;\n        border-top: 1.5px dashed #e2eaf2;\n        font-size: 0.95rem;\n        color: #334155;\n    }\n\n    .pd-faq-answer-inner p {\n        margin-bottom: 0.5rem;\n    }\n    .pd-faq-answer-inner p:last-child {\n        margin-bottom: 0;\n    }\n\n    .pd-faq-answer-inner .highlight {\n        background: #f0f7ff;\n        padding: 0.1rem 0.4rem;\n        border-radius: 4px;\n        font-weight: 500;\n        color: #1e4f8a;\n    }\n\n    .pd-faq-answer-inner code {\n        background: #f1f5f9;\n        padding: 0.1rem 0.4rem;\n        border-radius: 4px;\n        font-size: 0.9em;\n        color: #1e293b;\n    }\n\n    \/* 暗色模式适配（跟随系统） *\/\n    @media (prefers-color-scheme: dark) {\n        .pd-faq {\n            background: #1e293b;\n            border-color: #2d3a4f;\n            color: #e2e8f0;\n        }\n        .pd-faq-header {\n            border-bottom-color: #2d3a4f;\n        }\n        .pd-faq-header h3 {\n            color: #f1f5f9;\n        }\n        .pd-faq-header .badge {\n            color: #93b9ff;\n            background: #1e3a5f;\n        }\n        .pd-faq-item {\n            background: #1e293b;\n            border-color: #2d3a4f;\n        }\n        .pd-faq-item:hover {\n            border-color: #3b4a62;\n            background: #232f45;\n        }\n        .pd-faq-item.active {\n            border-color: #3b82f6;\n            background: #1a2a44;\n        }\n        .pd-faq-question .q-marker {\n            background: #2d3a4f;\n            color: #93b9ff;\n        }\n        .pd-faq-item.active .pd-faq-question .q-marker {\n            background: #3b82f6;\n            color: #fff;\n        }\n        .pd-faq-question .question-text {\n            color: #e2e8f0;\n        }\n        .pd-faq-item.active .pd-faq-question .question-text {\n            color: #f1f5f9;\n        }\n        .pd-faq-question .icon-toggle {\n            background: #2d3a4f;\n            color: #94a3b8;\n        }\n        .pd-faq-item.active .pd-faq-question .icon-toggle {\n            background: #3b82f6;\n            color: #fff;\n        }\n        .pd-faq-answer-inner {\n            border-top-color: #2d3a4f;\n            color: #cbd5e1;\n        }\n        .pd-faq-answer-inner .highlight {\n            background: #1a2a44;\n            color: #93b9ff;\n        }\n        .pd-faq-answer-inner code {\n            background: #2d3a4f;\n            color: #e2e8f0;\n        }\n    }\n\n    \/* 移动端调整 *\/\n    @media (max-width: 480px) {\n        .pd-faq {\n            padding: 1.2rem 0.8rem;\n            border-radius: 18px;\n        }\n        .pd-faq-header h3 {\n            font-size: 1.2rem;\n        }\n        .pd-faq-question {\n            padding: 0.8rem 0.8rem;\n            gap: 0.6rem;\n        }\n        .pd-faq-question .question-text {\n            font-size: 0.92rem;\n        }\n        .pd-faq-item.active .pd-faq-answer {\n            padding: 0 0.8rem 0.8rem 0.8rem;\n        }\n        .pd-faq-answer-inner {\n            font-size: 0.9rem;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"anker-s2000x\"\u003e\n\u003cdiv class=\"pd-faq\" role=\"region\"\u003e\n\u003cdiv class=\"pd-faq-header\"\u003e\n\u003ch3\u003eFAQ\u003c\/h3\u003e\n\u003cspan class=\"badge\"\u003e4 Q\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-list\" id=\"pdFaqList\"\u003e\n\u003c!-- 问题 1 --\u003e\n\u003cdiv class=\"pd-faq-item active\"\u003e\n\u003cdiv class=\"pd-faq-question\" role=\"button\"\u003e\n\u003cspan class=\"q-marker\"\u003eQ:\u003c\/span\u003e \u003cspan class=\"question-text\"\u003eWhat devices can Anker SOLIX S2000X power station?\u003c\/span\u003e \u003cspan class=\"icon-toggle\"\u003e▾\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-answer\"\u003e\n\u003cdiv class=\"pd-faq-answer-inner\"\u003e\n\u003cp\u003eS2000 supports \u003cspan class=\"highlight\"\u003eup to 1,500W\u003c\/span\u003e of continuous output. If a red \"OVERLOAD\" indicator appears, disconnect the appliance immediately to clear the fault.\u003c\/p\u003e\n\u003cp\u003eNote: Some appliances, such as microwaves, may draw more power than their rated wattage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 问题 2 --\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\" role=\"button\"\u003e\n\u003cspan class=\"q-marker\"\u003eQ:\u003c\/span\u003e \u003cspan class=\"question-text\"\u003eHow long does it take to recharge the S2000X portable power station from 20% to 80% using a 400W solar panel?\u003c\/span\u003e \u003cspan class=\"icon-toggle\"\u003e▾\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-answer\"\u003e\n\u003cdiv class=\"pd-faq-answer-inner\"\u003e\n\u003cp\u003eUsing a 400W solar panel in direct sunlight, charging from 20% to 80% takes approximately 3-4 hours.\u003c\/p\u003e\n\u003cp\u003ePlease note that actual charging time will vary depending on sunlight angle, weather conditions, and intensity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 问题 3 --\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\" role=\"button\"\u003e\n\u003cspan class=\"q-marker\"\u003eQ:\u003c\/span\u003e \u003cspan class=\"question-text\"\u003eHow do I make my Anker SOLIX S2000 run more quietly?\u003c\/span\u003e \u003cspan class=\"icon-toggle\"\u003e▾\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-answer\"\u003e\n\u003cdiv class=\"pd-faq-answer-inner\"\u003e\n\u003cp\u003eTo reduce fan noise, enable Silent Mode in the app and set the charging power to 600W or below. We also recommend updating Anker SOLIX S2000 to the latest firmware to ensure optimum performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 问题 4 --\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\" role=\"button\"\u003e\n\u003cspan class=\"q-marker\"\u003eQ:\u003c\/span\u003e \u003cspan class=\"question-text\"\u003eCan I expand the capacity of the S2000X for bigger power needs?\u003c\/span\u003e \u003cspan class=\"icon-toggle\"\u003e▾\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-answer\"\u003e\n\u003cdiv class=\"pd-faq-answer-inner\"\u003e\n\u003cp\u003eThe SOLIX S2000X is designed as a compact, plug-and-play 2048Wh powerhouse, so it does not support expansion batteries. However, if you need even more runtime, we highly recommend checking out our Anker SOLIX C2000X Gen 2, which is fully compatible with expansion batteries\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    (function() {\n        var list = document.getElementById('pdFaqList');\n        if (!list) return;\n        var items = list.querySelectorAll('.pd-faq-item');\n\n        function collapseAll() {\n            items.forEach(function(item) {\n                item.classList.remove('active');\n                var btn = item.querySelector('.pd-faq-question');\n                if (btn) btn.setAttribute('aria-expanded', 'false');\n            });\n        }\n\n        function toggleItem(item) {\n            if (!item) return;\n            if (item.classList.contains('active')) {\n                item.classList.remove('active');\n                var btn = item.querySelector('.pd-faq-question');\n                if (btn) btn.setAttribute('aria-expanded', 'false');\n                return;\n            }\n            collapseAll();\n            item.classList.add('active');\n            var btn = item.querySelector('.pd-faq-question');\n            if (btn) btn.setAttribute('aria-expanded', 'true');\n        }\n\n        items.forEach(function(item) {\n            var question = item.querySelector('.pd-faq-question');\n            if (!question) return;\n            question.addEventListener('click', function(e) {\n                e.stopPropagation();\n                toggleItem(item);\n            });\n            question.addEventListener('keydown', function(e) {\n                if (e.key === 'Enter' || e.key === ' ') {\n                    e.preventDefault();\n                    toggleItem(item);\n                }\n            });\n        });\n    })();\n\u003c\/script\u003e \u003c!-- ========== FAQ 模块结束 ========== --\u003e\n\u003c\/div\u003e","brand":"Anker SOLIX","offers":[{"title":"S2000 Solar Generator + 400W Portable Solar Panel","offer_id":48239986016514,"sku":"BN-S2K-PS4","price":1399.98,"currency_code":"USD","in_stock":true},{"title":"S2000 Solar Generator + 200W Bifacial Solar Panel","offer_id":48239986049282,"sku":"S2K-PS2B","price":999.99,"currency_code":"USD","in_stock":true},{"title":"2× S2000 + 2× 400W Portable Solar Panel","offer_id":48239986082050,"sku":"BN-S2K-PS4-2","price":2259.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/S2000X_400wsolarpanel.webp?v=1785398045"},{"product_id":"anker-solix-everfrost-2-40l-electric-cooler-42-qt-1-288wh-lfp-battery-included","title":"Anker SOLIX EverFrost 2 40L Electric Cooler (42 qt)｜1× 288Wh LFP Battery Included","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; background: #fff; color: #1a1a1a; padding: 24px 16px; max-width: 100%; margin: 0 auto; line-height: 1.6;\"\u003e\n\u003ch1 style=\"font-size: 2.2rem; text-align: center; margin-bottom: 0.2rem; font-weight: bold;\"\u003eAnker SOLIX EverFrost 2 40L Electric Cooler\u003c\/h1\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/Mask_group_3840x_037a4e58-d52c-489f-a6bb-88c2f903a82a.jpg?v=1785490616\" alt=\"Anker SOLIX EverFrost 2 40L\" style=\"max-width: 100%; height: auto; display: block; margin: 0.8rem 0; border-radius: 12px;\"\u003e\u003c\/p\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 1.8rem 0 0.8rem; font-weight: bold;\"\u003eLeave the Ice Behind. Bring the Chill Anywhere.\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003eNo more watery messes or lost space from ice. Keep drinks frozen and food chilled from \u003cstrong\u003e-4°F to 68°F\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv style=\"text-align: center; margin: 12px 0;\"\u003e\u003cspan style=\"background: #eef2f7; padding: 6px 18px; border-radius: 30px; font-weight: 500; font-size: 0.95rem; display: inline-block;\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/Frame_2121234943_3840x.png?v=1740552881\" alt=\"电池技术标识\" style=\"max-width: 100%; height: auto; display: inline-block; vertical-align: middle;\"\u003e \u003c\/span\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 1.8rem 0 0.8rem; font-weight: bold;\"\u003eRapid Cooling: 77°F to 32°F in Just 15 Minutes\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003eEven and fast, Frost Flow chilling takes your food and drinks from 77°F to 32°F in just 15 minutes—so every sip and bite is perfectly cool.\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/Frame_2121234944_3840x.png?v=1740552964\" alt=\"Rapid Cooling\" style=\"max-width: 100%; height: auto; display: block; margin: 0.8rem 0; border-radius: 12px;\"\u003e\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003e \u003c\/p\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 1.8rem 0 0.8rem; font-weight: bold;\"\u003eUp to 52 Hours of Everlasting Chill\u003c\/h3\u003e\n\u003cp\u003ePowered by a removable 288Wh LiFePO₄ battery, EverFrost 2 delivers up to 52 hours of continuous cooling on a single charge. Add a second battery (sold separately) to extend runtime up to 104 hours (4.3 days)—ideal for camping, road trips, and off-grid adventures.\u003c\/p\u003e\n\u003cp\u003eLiFePO₄ battery chemistry offers superior safety and longevity compared to traditional lithium-ion, giving you peace of mind on every adventure.\u003c\/p\u003e\n\u003cp\u003eNote: Only one battery is included with EverFrost 2 purchase.\u003c\/p\u003e\n\u003c!-- ===== 两图并排容器 ===== --\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin: 20px 0;\"\u003e\n\u003c!-- 左侧图片 --\u003e\n\u003cdiv style=\"flex: 1 1 40%; min-width: 300px; text-align: center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/Group_2121235055_3840x.png?v=1740553260\" alt=\"图片1描述\" style=\"max-width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 12px;\"\u003e \u003c!-- 可选：图片下方的说明文字 --\u003e\n\u003c\/div\u003e\n\u003c!-- 右侧图片 --\u003e\n\u003cdiv style=\"flex: 1 1 40%; min-width: 300px; text-align: center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/Frame_2121234945_2_3840x.png?v=1746588372\" alt=\"图片2描述\" style=\"max-width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 12px;\"\u003e \u003c!-- 可选：图片下方的说明文字 --\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 双栏：用flex代替grid以防主题不支持 --\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 20px; margin: 20px 0;\"\u003e\n\u003cdiv style=\"flex: 1 1 40%; min-width: 200px; background: #f7f8fa; border-radius: 16px; padding: 20px;\"\u003e\n\u003cp style=\"margin: 0.5rem 0 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0517\/6767\/3016\/files\/Group_2121235049_1_3840x.png?v=1741312431\"\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003ch3\u003e4 Ways to Recharge\u003c\/h3\u003e\n\u003cp\u003eRecharge in any situation. Use a 100W solar panel, car socket, wall outlet, or USB-C cord.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 40%; min-width: 200px; background: #f7f8fa; border-radius: 16px; padding: 20px;\"\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 0 0 0.8rem; font-weight: bold;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/3_dc2c145e-21d4-413b-a8d1-9cba5ae833de_3840x.png?v=1740554043\" alt=\"三种冷却模式\" style=\"display: inline-block; margin: 0 8px 0 0; vertical-align: middle; max-width: 100%; height: auto;\"\u003e\u003c\/h3\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 0 0 0.8rem; font-weight: bold;\"\u003e\u003cspan\u003e3 Ways to Chill\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp style=\"margin: 0.5rem 0 0;\"\u003eCool down fast in Max mode, extend battery life in Eco mode, or optimize both in Smart mode.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 style=\"font-size: 1.6rem; text-align: center; margin: 1rem 0 0.4rem; font-weight: bold;\"\u003eEasyTow \"Suitcase Design\"\u003c\/h2\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/Group_1312319564_3840x.png?v=1740554739\" alt=\"EasyTow Suitcase Design\" style=\"max-width: 100%; height: auto; display: block; margin: 0.8rem 0; border-radius: 12px;\"\u003e\u003c\/p\u003e\n\u003c!-- 双栏：App + 电池 --\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 20px; margin: 20px 0;\"\u003e\n\u003cdiv style=\"flex: 1 1 40%; min-width: 250px; background: #f7f8fa; border-radius: 16px; padding: 20px;\"\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 0 0 0.8rem; font-weight: bold;\"\u003eSmart App Control\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003eMonitor and control your cooler from anywhere using the \u003cstrong\u003eAnker app\u003c\/strong\u003e. With both \u003cstrong\u003eBluetooth and Wi-Fi connectivity\u003c\/strong\u003e, you can:\u003c\/p\u003e\n\u003cul style=\"padding-left: 1.5rem; margin: 0.5rem 0;\"\u003e\n\u003cli\u003eCheck internal temperature and battery level in real time\u003c\/li\u003e\n\u003cli\u003eAdjust temperature settings remotely\u003c\/li\u003e\n\u003cli\u003eSwitch between cooling modes (Max \/ Smart \/ Eco)\u003c\/li\u003e\n\u003cli\u003eTurn the cooler on or off from your phone\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin: 0.8rem 0 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/Group_1312319564_1_3840x.png?v=1740554736\" alt=\"App控制界面\" style=\"max-width: 100%; height: auto; display: block; margin: 0.8rem 0; border-radius: 12px;\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 40%; min-width: 250px; background: #f7f8fa; border-radius: 16px; padding: 20px;\"\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 0 0 0.8rem; font-weight: bold;\"\u003eDetachable Battery = Portable Power Station\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003eThe 288Wh battery is \u003cstrong\u003efully removable\u003c\/strong\u003e and doubles as a portable power bank. Equipped with:\u003c\/p\u003e\n\u003cul style=\"padding-left: 1.5rem; margin: 0.5rem 0;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e60W USB-C PD port\u003c\/strong\u003e — Charge laptops, tablets, and high-power devices\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e12W USB-A port\u003c\/strong\u003e — Charge phones, cameras, drones, and more\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin: 0.8rem 0 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/Group_1312319564_2_3840x.png?v=1740554739\" alt=\"可拆卸电池\" style=\"max-width: 100%; height: auto; display: block; margin: 0.8rem 0; border-radius: 12px;\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 对比表格 --\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 2rem 0 0.8rem; font-weight: bold;\"\u003eAnker SOLIX EverFrost 2 40L VS EverFrost 2 58L\u003c\/h3\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 16px 0;\"\u003e\n\u003ctable style=\"width: 60%; border-collapse: collapse; font-size: 0.95rem; background: #fff; border: 1px solid #ddd; min-width: 480px;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center; background: #f0f2f5; font-weight: 600; width: 25%;\"\u003eFeature\u003c\/th\u003e\n\u003cth style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center; background: #f0f2f5; font-weight: 600; width: 37.5%;\"\u003e\u003cstrong\u003eEverFrost 2 40L\u003c\/strong\u003e\u003c\/th\u003e\n\u003cth style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center; background: #f0f2f5; font-weight: 600; width: 37.5%;\"\u003e\u003cstrong\u003eEverFrost 2 58L\u003c\/strong\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e14.64 in (L) × 12.31 in (W) × 13.65 in (H)\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eDual-zone, 10.95 × 12.28 × 13.65 in each\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eStorage Capacity\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e40 L (42 qt)\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e58 L Dual Zone (61 qt)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eOperation Time\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e104 Hr (2 Batteries)\u003cbr\u003e52 Hr (1 Battery)\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e78 Hr (2 Batteries)\u003cbr\u003e39 Hr (1 Battery)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eTemperature Range\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e-4℉ to 68℉\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e-4℉ to 68℉\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eRecharging Time (Single Battery)\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e100W Solar: 3.6 Hr\u003cbr\u003eWall: 3.6 Hr\u003cbr\u003eCar: 3.6 Hr\u003cbr\u003eUSB-C: 5.5 Hr\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e100W Solar: 3.6 Hr\u003cbr\u003eWall: 3.6 Hr\u003cbr\u003eCar: 3.6 Hr\u003cbr\u003eUSB-C: 5.5 Hr\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eProduct Dimensions\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e29.5 × 18 × 19.4 in\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e38.8 × 18 × 19.4 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eProduct Net Weight\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e50.71 lb\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e63.71 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eBuilt-In Light Bar\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center; color: #2d7a3a; font-weight: bold;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center; color: #2d7a3a; font-weight: bold;\"\u003e✓\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eAC Adapter\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e95W\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e95W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eSolar\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e100W\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e100W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eUSB-C\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e60W\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e60W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eOutput\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e1× 12W USB-A\u003cbr\u003e1× 60W USB-C\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e1× 12W USB-A\u003cbr\u003e1× 60W USB-C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 1.8rem 0 0.8rem; font-weight: bold;\"\u003eIn the Box\u003c\/h3\u003e\n\u003cul style=\"list-style: none; padding-left: 0; display: flex; flex-wrap: wrap; gap: 8px 28px; margin-top: 8px;\"\u003e\n\u003cli\u003eAnker SOLIX EverFrost 2 40L Electric Cooler\u003c\/li\u003e\n\u003cli\u003eRemovable Battery\u003c\/li\u003e\n\u003cli\u003eAC Adapter and Charging Cable\u003c\/li\u003e\n\u003cli\u003eCar Charging Cable\u003c\/li\u003e\n\u003cli\u003eAccessory Container\u003c\/li\u003e\n\u003cli\u003eWheel Chock\u003c\/li\u003e\n\u003cli\u003eSafety Guide\u003c\/li\u003e\n\u003cli\u003eUser Manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Anker SOLIX","offers":[{"title":"Anker SOLIX EverFrost 2 40L Electric Cooler","offer_id":48247333421314,"sku":"A17A41A1","price":699.99,"currency_code":"USD","in_stock":true},{"title":"Anker SOLIX EverFrost 2 40L Electric Cooler + Removable Battery","offer_id":48247333454082,"sku":"749.100","price":9499.99,"currency_code":"USD","in_stock":true},{"title":"Anker SOLIX EverFrost 2 40L Electric Cooler + C1000 Power Station","offer_id":48247333486850,"sku":"749.101","price":1549.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/AnkerSOLIXEverFrost240LElectricCooler_42qt_1x288WhLFPBatteryIncluded-1.webp?v=1785498117"},{"product_id":"anker-solix-home-power-panel-cable","title":"Anker SOLIX Home Power Panel Cable","description":"\u003ch1\u003eAnker SOLIX Home Power Panel Cable\u003c\/h1\u003e\n\u003ch2\u003eReliable Connection for Your Home Backup System\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong\u003eAnker SOLIX Home Power Panel Cable\u003c\/strong\u003e is an official accessory designed to provide a secure and stable connection between compatible Anker SOLIX home backup components. Built with high-quality materials and precision-engineered connectors, it delivers dependable power transmission while supporting safe and efficient system operation.\u003c\/p\u003e\n\u003cp\u003eWhether you're installing a new home backup system or replacing an existing cable, this genuine Anker SOLIX accessory ensures reliable performance and long-lasting durability.\u003c\/p\u003e\n\u003ch2 class=\"PDq2pG_selectionAnchorContainer\"\u003eKey Features\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003ch3\u003eOfficial Anker SOLIX Accessory\u003c\/h3\u003e\n\u003cp\u003eDesigned specifically for compatible Anker SOLIX home energy systems to ensure seamless integration and dependable performance.\u003c\/p\u003e\n\u003ch3\u003eStable \u0026amp; Secure Power Connection\u003c\/h3\u003e\n\u003cp\u003eProvides reliable power transmission between compatible SOLIX devices for safe and efficient operation.\u003c\/p\u003e\n\u003ch3\u003eDurable Construction\u003c\/h3\u003e\n\u003cp\u003eManufactured with premium materials for long-lasting durability and dependable everyday performance.\u003c\/p\u003e\n\u003ch3\u003eEasy Installation\u003c\/h3\u003e\n\u003cp\u003ePlug-and-play design enables quick installation and hassle-free setup within compatible SOLIX home backup systems.\u003c\/p\u003e\n\u003ch3 class=\"PDq2pG_selectionAnchorContainer\"\u003eCompatibility\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003eCompatible with selected Anker SOLIX products, including:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eAnker SOLIX Home Power Panel\u003c\/li\u003e\n\u003cli\u003eAnker SOLIX F3000\u003c\/li\u003e\n\u003cli\u003eAnker SOLIX F3800\u003c\/li\u003e\n\u003cli\u003eAnker SOLIX F3800 Plus\u003c\/li\u003e\n\u003cli\u003eCompatible Anker SOLIX Whole-Home Backup Systems\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cblockquote\u003e\n\u003cp\u003ePlease verify compatibility with your specific SOLIX system before purchasing.\u003c\/p\u003e\n\u003c\/blockquote\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48245810626818,"sku":"A17U7111","price":99.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10001_d9b40359-d96d-40cc-87db-40e577bf05d0.jpg?v=1785744243"},{"product_id":"anker-solix-everfrost-2-58l-electric-cooler-61-qt-1-288wh-lfp-battery-include","title":"Anker SOLIX EverFrost 2 58L Electric Cooler (61 qt)｜1× 288Wh LFP Battery Include","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; background: #fff; color: #1a1a1a; padding: 24px 16px; max-width: 100%; margin: 0 auto; line-height: 1.6;\"\u003e\n\u003ch1 style=\"font-size: 2.2rem; text-align: center; margin-bottom: 0.2rem; font-weight: bold;\"\u003eAnker SOLIX EverFrost 2 40L Electric Cooler\u003c\/h1\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10008_f6a306d0-c82e-47d2-85a9-48fa979188d9.png?v=1785745140\" alt=\"\"\u003e\u003c\/p\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 1.8rem 0 0.8rem; font-weight: bold;\"\u003eLeave the Ice Behind. Bring the Chill Anywhere.\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003eNo more watery messes or lost space from ice. Keep drinks frozen and food chilled from \u003cstrong\u003e-4°F to 68°F\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv style=\"text-align: center; margin: 12px 0;\"\u003e\u003cspan style=\"background: #eef2f7; padding: 6px 18px; border-radius: 30px; font-weight: 500; font-size: 0.95rem; display: inline-block;\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/Frame_2121234943_3840x.png?v=1740552881\" alt=\"电池技术标识\" style=\"max-width: 100%; height: auto; display: inline-block; vertical-align: middle;\"\u003e \u003c\/span\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 1.8rem 0 0.8rem; font-weight: bold;\"\u003eRapid Cooling: 77°F to 32°F in Just 15 Minutes\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003eEven and fast, Frost Flow chilling takes your food and drinks from 77°F to 32°F in just 15 minutes—so every sip and bite is perfectly cool.\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/Frame_2121234944_3840x.png?v=1740552964\" alt=\"Rapid Cooling\" style=\"max-width: 100%; height: auto; display: block; margin: 0.8rem 0; border-radius: 12px;\"\u003e\u003c\/p\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 1.8rem 0 0.8rem; font-weight: bold;\"\u003eUp to 52 Hours of Everlasting Chill\u003c\/h3\u003e\n\u003cp\u003ePowered by a removable 288Wh LiFePO₄ battery, EverFrost 2 delivers up to 52 hours of continuous cooling on a single charge. Add a second battery (sold separately) to extend runtime up to 104 hours (4.3 days)—ideal for camping, road trips, and off-grid adventures.\u003c\/p\u003e\n\u003cp\u003eLiFePO₄ battery chemistry offers superior safety and longevity compared to traditional lithium-ion, giving you peace of mind on every adventure.\u003c\/p\u003e\n\u003cp\u003eNote: Only one battery is included with EverFrost 2 purchase.\u003c\/p\u003e\n\u003c!-- ===== 两图并排容器 ===== --\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin: 20px 0;\"\u003e\n\u003c!-- 左侧图片 --\u003e\n\u003cdiv style=\"flex: 1 1 40%; min-width: 300px; text-align: center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/Group_2121235055_3840x.png?v=1740553260\" alt=\"图片1描述\" style=\"max-width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 12px;\"\u003e \u003c!-- 可选：图片下方的说明文字 --\u003e\n\u003c\/div\u003e\n\u003c!-- 右侧图片 --\u003e\n\u003cdiv style=\"flex: 1 1 40%; min-width: 300px; text-align: center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/Frame_2121234945_2_3840x.png?v=1746588372\" alt=\"图片2描述\" style=\"max-width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 12px;\"\u003e \u003c!-- 可选：图片下方的说明文字 --\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 双栏：用flex代替grid以防主题不支持 --\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 20px; margin: 20px 0;\"\u003e\n\u003cdiv style=\"flex: 1 1 40%; min-width: 200px; background: #f7f8fa; border-radius: 16px; padding: 20px;\"\u003e\n\u003cp style=\"margin: 0.5rem 0 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0517\/6767\/3016\/files\/Group_2121235049_1_3840x.png?v=1741312431\"\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003ch3\u003e4 Ways to Recharge\u003c\/h3\u003e\n\u003cp\u003eRecharge in any situation. Use a 100W solar panel, car socket, wall outlet, or USB-C cord.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 40%; min-width: 200px; background: #f7f8fa; border-radius: 16px; padding: 20px;\"\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 0 0 0.8rem; font-weight: bold;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/3_dc2c145e-21d4-413b-a8d1-9cba5ae833de_3840x.png?v=1740554043\" alt=\"三种冷却模式\" style=\"display: inline-block; margin: 0 8px 0 0; vertical-align: middle; max-width: 100%; height: auto;\"\u003e\u003c\/h3\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 0 0 0.8rem; font-weight: bold;\"\u003e\u003cspan\u003e3 Ways to Chill\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp style=\"margin: 0.5rem 0 0;\"\u003eCool down fast in Max mode, extend battery life in Eco mode, or optimize both in Smart mode.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 style=\"font-size: 1.6rem; text-align: center; margin: 1rem 0 0.4rem; font-weight: bold;\"\u003eEasyTow \"Suitcase Design\"\u003c\/h2\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/Group_1312319564_3840x.png?v=1740554739\" alt=\"EasyTow Suitcase Design\" style=\"max-width: 100%; height: auto; display: block; margin: 0.8rem 0; border-radius: 12px;\"\u003e\u003c\/p\u003e\n\u003c!-- 双栏：App + 电池 --\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 20px; margin: 20px 0;\"\u003e\n\u003cdiv style=\"flex: 1 1 40%; min-width: 250px; background: #f7f8fa; border-radius: 16px; padding: 20px;\"\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 0 0 0.8rem; font-weight: bold;\"\u003eSmart App Control\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003eMonitor and control your cooler from anywhere using the \u003cstrong\u003eAnker app\u003c\/strong\u003e. With both \u003cstrong\u003eBluetooth and Wi-Fi connectivity\u003c\/strong\u003e, you can:\u003c\/p\u003e\n\u003cul style=\"padding-left: 1.5rem; margin: 0.5rem 0;\"\u003e\n\u003cli\u003eCheck internal temperature and battery level in real time\u003c\/li\u003e\n\u003cli\u003eAdjust temperature settings remotely\u003c\/li\u003e\n\u003cli\u003eSwitch between cooling modes (Max \/ Smart \/ Eco)\u003c\/li\u003e\n\u003cli\u003eTurn the cooler on or off from your phone\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin: 0.8rem 0 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/Group_1312319564_1_3840x.png?v=1740554736\" alt=\"App控制界面\" style=\"max-width: 100%; height: auto; display: block; margin: 0.8rem 0; border-radius: 12px;\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 40%; min-width: 250px; background: #f7f8fa; border-radius: 16px; padding: 20px;\"\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 0 0 0.8rem; font-weight: bold;\"\u003eDetachable Battery = Portable Power Station\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003eThe 288Wh battery is \u003cstrong\u003efully removable\u003c\/strong\u003e and doubles as a portable power bank. Equipped with:\u003c\/p\u003e\n\u003cul style=\"padding-left: 1.5rem; margin: 0.5rem 0;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e60W USB-C PD port\u003c\/strong\u003e — Charge laptops, tablets, and high-power devices\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e12W USB-A port\u003c\/strong\u003e — Charge phones, cameras, drones, and more\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin: 0.8rem 0 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/Group_1312319564_2_3840x.png?v=1740554739\" alt=\"可拆卸电池\" style=\"max-width: 100%; height: auto; display: block; margin: 0.8rem 0; border-radius: 12px;\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 对比表格 --\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 2rem 0 0.8rem; font-weight: bold;\"\u003eAnker SOLIX EverFrost 2 40L VS EverFrost 2 58L\u003c\/h3\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 16px 0;\"\u003e\n\u003ctable style=\"width: 60%; border-collapse: collapse; font-size: 0.95rem; background: #fff; border: 1px solid #ddd; min-width: 480px;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center; background: #f0f2f5; font-weight: 600; width: 25%;\"\u003eFeature\u003c\/th\u003e\n\u003cth style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center; background: #f0f2f5; font-weight: 600; width: 37.5%;\"\u003e\u003cstrong\u003eEverFrost 2 40L\u003c\/strong\u003e\u003c\/th\u003e\n\u003cth style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center; background: #f0f2f5; font-weight: 600; width: 37.5%;\"\u003e\u003cstrong\u003eEverFrost 2 58L\u003c\/strong\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e14.64 in (L) × 12.31 in (W) × 13.65 in (H)\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eDual-zone, 10.95 × 12.28 × 13.65 in each\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eStorage Capacity\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e40 L (42 qt)\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e58 L Dual Zone (61 qt)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eOperation Time\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e104 Hr (2 Batteries)\u003cbr\u003e52 Hr (1 Battery)\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e78 Hr (2 Batteries)\u003cbr\u003e39 Hr (1 Battery)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eTemperature Range\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e-4℉ to 68℉\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e-4℉ to 68℉\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eRecharging Time (Single Battery)\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e100W Solar: 3.6 Hr\u003cbr\u003eWall: 3.6 Hr\u003cbr\u003eCar: 3.6 Hr\u003cbr\u003eUSB-C: 5.5 Hr\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e100W Solar: 3.6 Hr\u003cbr\u003eWall: 3.6 Hr\u003cbr\u003eCar: 3.6 Hr\u003cbr\u003eUSB-C: 5.5 Hr\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eProduct Dimensions\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e29.5 × 18 × 19.4 in\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e38.8 × 18 × 19.4 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eProduct Net Weight\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e50.71 lb\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e63.71 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eBuilt-In Light Bar\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center; color: #2d7a3a; font-weight: bold;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center; color: #2d7a3a; font-weight: bold;\"\u003e✓\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eAC Adapter\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e95W\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e95W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eSolar\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e100W\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e100W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eUSB-C\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e60W\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e60W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003eOutput\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e1× 12W USB-A\u003cbr\u003e1× 60W USB-C\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid #ddd; padding: 12px 10px; text-align: center;\"\u003e1× 12W USB-A\u003cbr\u003e1× 60W USB-C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 1.8rem 0 0.8rem; font-weight: bold;\"\u003eIn the Box\u003c\/h3\u003e\n\u003cul style=\"list-style: none; padding-left: 0; display: flex; flex-wrap: wrap; gap: 8px 28px; margin-top: 8px;\"\u003e\n\u003cli\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003eAnker SOLIX EverFrost 2 58L Electric Cooler\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRemovable Battery\u003c\/li\u003e\n\u003cli\u003eAC Adapter and Charging Cable\u003c\/li\u003e\n\u003cli\u003eCar Charging Cable\u003c\/li\u003e\n\u003cli\u003eAccessory Container\u003c\/li\u003e\n\u003cli\u003eWheel Chock\u003c\/li\u003e\n\u003cli\u003eSafety Guide\u003c\/li\u003e\n\u003cli\u003eUser Manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Anker SOLIX","offers":[{"title":"Anker SOLIX EverFrost 2 58L Electric Cooler","offer_id":48246071951618,"sku":"A17A51A1","price":849.99,"currency_code":"USD","in_stock":true},{"title":"Anker SOLIX EverFrost 2 58L Electric Cooler + Removable Battery","offer_id":48246071984386,"sku":null,"price":1149.99,"currency_code":"USD","in_stock":true},{"title":"Anker SOLIX EverFrost 2 58L Electric Cooler + C1000 Power Station","offer_id":48246072017154,"sku":null,"price":1379.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10001_b79681da-f755-4b0e-bbcb-c2efb0ba0046.png?v=1785745139"},{"product_id":"anker-solix-everfrost-2-23l-electric-cooler-24qt","title":"Anker SOLIX EverFrost 2 23L Electric Cooler (24QT)","description":"\u003cdiv style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; background: #fff; color: #1a1a1a; padding: 24px 16px; max-width: 100%; margin: 0 auto; line-height: 1.6;\"\u003e\n\u003ch1 class=\"Text_heading__py3Kv ProductTag_productTitle__VvMBH\" style=\"text-align: center;\"\u003eAnker SOLIX EverFrost 2 23L Electric Cooler (24QT)\u003c\/h1\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10008_88eb3de8-8873-4b76-a3c3-094c802b9470.png?v=1785752236\" alt=\"\"\u003e\u003c\/p\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 1.8rem 0 0.8rem; font-weight: bold;\"\u003eLeave the Ice Behind. Bring the Chill Anywhere.\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003eNo more watery messes or lost space from ice. Keep drinks frozen and food chilled from \u003cstrong\u003e-4°F to 68°F\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv style=\"text-align: center; margin: 12px 0;\"\u003e\u003cspan style=\"background: #eef2f7; padding: 6px 18px; border-radius: 30px; font-weight: 500; font-size: 0.95rem; display: inline-block;\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/Frame_2121234943_3840x.png?v=1740552881\" alt=\"电池技术标识\" style=\"max-width: 100%; height: auto; display: inline-block; vertical-align: middle;\"\u003e \u003c\/span\u003e\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 1.8rem 0 0.8rem; font-weight: bold;\"\u003eRapid Cooling: 77°F to 32°F in Just 15 Minutes\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003eEven and fast, Frost Flow chilling takes your food and drinks from 77°F to 32°F in just 15 minutes—so every sip and bite is perfectly cool.\u003c\/p\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/Frame_2121234944_3840x.png?v=1740552964\" alt=\"Rapid Cooling\" style=\"max-width: 100%; height: auto; display: block; margin: 0.8rem 0; border-radius: 12px;\"\u003e\u003c\/p\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 1.8rem 0 0.8rem; font-weight: bold;\"\u003eUp to 52 Hours of Everlasting Chill\u003c\/h3\u003e\n\u003cp\u003ePowered by a removable 288Wh LiFePO₄ battery, EverFrost 2 delivers up to 52 hours of continuous cooling on a single charge. Add a second battery (sold separately) to extend runtime up to 104 hours (4.3 days)—ideal for camping, road trips, and off-grid adventures.\u003c\/p\u003e\n\u003cp\u003eLiFePO₄ battery chemistry offers superior safety and longevity compared to traditional lithium-ion, giving you peace of mind on every adventure.\u003c\/p\u003e\n\u003cp\u003eNote: Only one battery is included with EverFrost 2 purchase.\u003c\/p\u003e\n\u003c!-- ===== 两图并排容器 ===== --\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin: 20px 0;\"\u003e\n\u003c!-- 左侧图片 --\u003e\n\u003cdiv style=\"flex: 1 1 40%; min-width: 300px; text-align: center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/Group_2121235055_3840x.png?v=1740553260\" alt=\"图片1描述\" style=\"max-width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 12px;\"\u003e \u003c!-- 可选：图片下方的说明文字 --\u003e\n\u003c\/div\u003e\n\u003c!-- 右侧图片 --\u003e\n\u003cdiv style=\"flex: 1 1 40%; min-width: 300px; text-align: center;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/Frame_2121234945_2_3840x.png?v=1746588372\" alt=\"图片2描述\" style=\"max-width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 12px;\"\u003e \u003c!-- 可选：图片下方的说明文字 --\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 双栏：用flex代替grid以防主题不支持 --\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 20px; margin: 20px 0;\"\u003e\n\u003cdiv style=\"flex: 1 1 40%; min-width: 200px; background: #f7f8fa; border-radius: 16px; padding: 20px;\"\u003e\n\u003cp style=\"margin: 0.5rem 0 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0517\/6767\/3016\/files\/Group_2121235049_1_3840x.png?v=1741312431\"\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/p\u003e\n\u003ch3\u003e4 Ways to Recharge\u003c\/h3\u003e\n\u003cp\u003eRecharge in any situation. Use a 100W solar panel, car socket, wall outlet, or USB-C cord.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 40%; min-width: 200px; background: #f7f8fa; border-radius: 16px; padding: 20px;\"\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 0 0 0.8rem; font-weight: bold;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/3_dc2c145e-21d4-413b-a8d1-9cba5ae833de_3840x.png?v=1740554043\" alt=\"三种冷却模式\" style=\"display: inline-block; margin: 0 8px 0 0; vertical-align: middle; max-width: 100%; height: auto;\"\u003e\u003c\/h3\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 0 0 0.8rem; font-weight: bold;\"\u003e\u003cspan\u003e3 Ways to Chill\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp style=\"margin: 0.5rem 0 0;\"\u003eCool down fast in Max mode, extend battery life in Eco mode, or optimize both in Smart mode.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 style=\"font-size: 1.6rem; text-align: center; margin: 1rem 0 0.4rem; font-weight: bold;\"\u003eEasyTow \"Suitcase Design\"\u003c\/h2\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/Group_1312319564_3840x.png?v=1740554739\" alt=\"EasyTow Suitcase Design\" style=\"max-width: 100%; height: auto; display: block; margin: 0.8rem 0; border-radius: 12px;\"\u003e\u003c\/p\u003e\n\u003c!-- 双栏：App + 电池 --\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 20px; margin: 20px 0;\"\u003e\n\u003cdiv style=\"flex: 1 1 40%; min-width: 250px; background: #f7f8fa; border-radius: 16px; padding: 20px;\"\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 0 0 0.8rem; font-weight: bold;\"\u003eSmart App Control\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003eMonitor and control your cooler from anywhere using the \u003cstrong\u003eAnker app\u003c\/strong\u003e. With both \u003cstrong\u003eBluetooth and Wi-Fi connectivity\u003c\/strong\u003e, you can:\u003c\/p\u003e\n\u003cul style=\"padding-left: 1.5rem; margin: 0.5rem 0;\"\u003e\n\u003cli\u003eCheck internal temperature and battery level in real time\u003c\/li\u003e\n\u003cli\u003eAdjust temperature settings remotely\u003c\/li\u003e\n\u003cli\u003eSwitch between cooling modes (Max \/ Smart \/ Eco)\u003c\/li\u003e\n\u003cli\u003eTurn the cooler on or off from your phone\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin: 0.8rem 0 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/Group_1312319564_1_3840x.png?v=1740554736\" alt=\"App控制界面\" style=\"max-width: 100%; height: auto; display: block; margin: 0.8rem 0; border-radius: 12px;\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 40%; min-width: 250px; background: #f7f8fa; border-radius: 16px; padding: 20px;\"\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 0 0 0.8rem; font-weight: bold;\"\u003eDetachable Battery = Portable Power Station\u003c\/h3\u003e\n\u003cp style=\"margin: 0 0 0.8rem 0;\"\u003eThe 288Wh battery is \u003cstrong\u003efully removable\u003c\/strong\u003e and doubles as a portable power bank. Equipped with:\u003c\/p\u003e\n\u003cul style=\"padding-left: 1.5rem; margin: 0.5rem 0;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e60W USB-C PD port\u003c\/strong\u003e — Charge laptops, tablets, and high-power devices\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e12W USB-A port\u003c\/strong\u003e — Charge phones, cameras, drones, and more\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin: 0.8rem 0 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0493\/9834\/9974\/files\/Group_1312319564_2_3840x.png?v=1740554739\" alt=\"可拆卸电池\" style=\"max-width: 100%; height: auto; display: block; margin: 0.8rem 0; border-radius: 12px;\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 对比表格 --\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 2rem 0 0.8rem; font-weight: bold;\"\u003eAnker SOLIX EverFrost 2 40L VS EverFrost 2 58L\u003c\/h3\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 16px 0;\"\u003e\n\u003ctable style=\"width: 90.4231%; border-collapse: collapse; font-size: 0.95rem; background: rgb(255, 255, 255); border: 1px solid rgb(221, 221, 221); min-width: 480px;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; background: rgb(240, 242, 245); font-weight: 600; width: 25%;\"\u003eFeature\u003c\/th\u003e\n\u003cth style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; background: rgb(240, 242, 245); font-weight: 600; width: 25%;\"\u003e\u003cstrong\u003e\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003eEverFrost 2 23L\u003c\/span\u003e\u003c\/strong\u003e\u003c\/th\u003e\n\u003cth style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; background: rgb(240, 242, 245); font-weight: 600; width: 25%;\"\u003e\u003cstrong\u003eEverFrost 2 40L\u003c\/strong\u003e\u003c\/th\u003e\n\u003cth style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; background: rgb(240, 242, 245); font-weight: 600; width: 25%;\"\u003e\u003cstrong\u003eEverFrost 2 58L\u003c\/strong\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 24.63%;\"\u003eInterior Dimensions\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e14.64 × 12.31 × 13.65 in\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e14.64 in (L) × 12.31 in (W) × 13.65 in (H)\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 35.2751%;\"\u003eDual-zone, 10.95 × 12.28 × 13.65 in each\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 24.63%;\"\u003eStorage Capacity\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e23 L (24 qt)\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e40 L (42 qt)\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 35.2751%;\"\u003e58 L Dual Zone (61 qt)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 24.63%;\"\u003eOperation Time\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cstrong\u003e52 Hr\u003c\/strong\u003e (1 Battery)\u003cbr\u003e\u003cstrong\u003e104 Hr\u003c\/strong\u003e (2 Batteries)\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cstrong\u003e52 Hr\u003c\/strong\u003e (1 Battery)\u003cbr\u003e\u003cstrong\u003e104 Hr\u003c\/strong\u003e (2 Batteries)\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 35.2751%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cstrong\u003e39 Hr\u003c\/strong\u003e (1 Battery)\u003cbr\u003e\u003cstrong\u003e78 Hr\u003c\/strong\u003e (2 Batteries)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 24.63%;\"\u003eTemperature Range\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e-4°F to 68°F (-20°C to 20°C)\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e-4°F to 68°F (-20°C to 20°C)\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 35.2751%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e-4°F to 68°F (-20°C to 20°C)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 24.63%;\"\u003eRecharging Time (Single Battery)\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e100W Solar: 3.6 Hr\u003cbr\u003eWall: 3.6 Hr\u003cbr\u003eCar: 3.6 Hr\u003cbr\u003eUSB-C: 5.5 Hr\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e100W Solar: 3.6 Hr\u003cbr\u003eWall: 3.6 Hr\u003cbr\u003eCar: 3.6 Hr\u003cbr\u003eUSB-C: 5.5 Hr\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 35.2751%;\"\u003e100W Solar: 3.6 Hr\u003cbr\u003eWall: 3.6 Hr\u003cbr\u003eCar: 3.6 Hr\u003cbr\u003eUSB-C: 5.5 Hr\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 24.63%;\"\u003eProduct Dimensions\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e26.2 × 18.0 × 19.4 in\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e29.5 × 18 × 19.4 in\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 35.2751%;\"\u003e38.8 × 18 × 19.4 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 24.63%;\"\u003eProduct Net Weight\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e43.2 lb\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e50.71 lb\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 35.2751%;\"\u003e63.71 lb\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 24.63%;\"\u003eBuilt-In Light Bar\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; color: rgb(45, 122, 58); font-weight: bold; width: 20.038%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; color: rgb(45, 122, 58); font-weight: bold; width: 20.038%;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; color: rgb(45, 122, 58); font-weight: bold; width: 35.2751%;\"\u003e✓\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 24.63%;\"\u003eAC Adapter\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e95W\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e95W\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 35.2751%;\"\u003e95W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 24.63%;\"\u003eSolar\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e100W\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e100W\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 35.2751%;\"\u003e100W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 24.63%;\"\u003eUSB-C\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e60W\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e60W\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 35.2751%;\"\u003e60W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 24.63%;\"\u003eOutput\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e1 × 12W USB-A\u003cbr\u003e1 × 60W USB-C\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 20.038%;\"\u003e1× 12W USB-A\u003cbr\u003e1× 60W USB-C\u003c\/td\u003e\n\u003ctd style=\"border: 1px solid rgb(221, 221, 221); padding: 12px 10px; text-align: center; width: 35.2751%;\"\u003e1× 12W USB-A\u003cbr\u003e1× 60W USB-C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch3 style=\"font-size: 1.3rem; margin: 1.8rem 0 0.8rem; font-weight: bold;\"\u003eIn the Box\u003c\/h3\u003e\n\u003cul style=\"list-style: none; padding-left: 0; display: flex; flex-wrap: wrap; gap: 8px 28px; margin-top: 8px;\"\u003e\n\u003cli\u003e\n\u003cmeta charset=\"utf-8\"\u003e \u003cspan\u003eAnker SOLIX EverFrost 2 23L Electric Cooler\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eRemovable Battery\u003c\/li\u003e\n\u003cli\u003eAC Adapter and Charging Cable\u003c\/li\u003e\n\u003cli\u003eCar Charging Cable\u003c\/li\u003e\n\u003cli\u003eAccessory Container\u003c\/li\u003e\n\u003cli\u003eWheel Chock\u003c\/li\u003e\n\u003cli\u003eSafety Guide\u003c\/li\u003e\n\u003cli\u003eUser Manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Anker SOLIX","offers":[{"title":"Anker SOLIX EverFrost 2 23L Electric Cooler","offer_id":48251565506818,"sku":null,"price":699.99,"currency_code":"USD","in_stock":true},{"title":"Anker SOLIX EverFrost 2 23L Electric Cooler + Removable Battery","offer_id":48251565539586,"sku":null,"price":948.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10002_d76d3b44-d97e-4797-a953-5996a468abd1.png?v=1785752235"},{"product_id":"anker-solix-everfrost-2-removable-battery-for-23l-40l-58l-electric-cooler","title":"Anker SOLIX EverFrost 2 Removable Battery, For 23L \/ 40L \/ 58L Electric Cooler","description":"\u003ch1 style=\"text-align: left;\"\u003eAnker SOLIX EverFrost 2 Removable Battery\u003c\/h1\u003e\n\u003cp style=\"text-align: left;\"\u003eKeep your adventures going longer with the Anker SOLIX EverFrost 2 Removable Battery. Designed specifically for the EverFrost 2 23L, 40L, and 58L Electric Coolers, this 288Wh LiFePO₄ battery provides reliable, long-lasting power for extended camping trips, road travel, fishing, tailgating, and off-grid adventures.\u003c\/p\u003e\n\u003ch2 style=\"text-align: left;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eKey Features\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eDesigned for EverFrost 2 Series\u003c\/strong\u003e – Compatible with \u003cstrong\u003eAnker SOLIX EverFrost 2 23L, 40L, and 58L Electric Coolers\u003c\/strong\u003e.\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e288Wh LiFePO₄ Battery\u003c\/strong\u003e – Delivers reliable, long-lasting power with an LFP battery engineered for up to \u003cstrong\u003e10 years of everyday use\u003c\/strong\u003e.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eExtend Your Cooling Time\u003c\/strong\u003e – Swap in a fully charged battery to keep your cooler running longer on camping trips, road trips, and outdoor adventures.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDoubles as a Power Bank\u003c\/strong\u003e – Charge your devices on the go using the built-in \u003cstrong\u003e12W USB-A\u003c\/strong\u003e and \u003cstrong\u003e60W USB-C\u003c\/strong\u003e ports.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMultiple Charging Options\u003c\/strong\u003e – Recharge via \u003cstrong\u003eAC adapter, car charger, 100W solar panel, or USB-C\u003c\/strong\u003e for flexible power wherever you travel.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eQuick \u0026amp; Easy Battery Swap\u003c\/strong\u003e – Replace or add a battery in seconds for uninterrupted cooling.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eImportant Note\u003c\/strong\u003e – Compatible \u003cstrong\u003eonly\u003c\/strong\u003e with \u003cstrong\u003eAnker SOLIX EverFrost 2\u003c\/strong\u003e coolers. \u003cstrong\u003eNot compatible with the first-generation Anker EverFrost Electric Cooler.\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48251758936322,"sku":"A17D2011","price":249.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10002_693ee64e-cc9b-4681-b0ed-c4decf0f5157.png?v=1785831848"},{"product_id":"anker-solix-everfrost-2-beach-wheels","title":"Anker SOLIX EverFrost 2 Beach Wheels","description":"\u003ch3 class=\"PDq2pG_selectionAnchorContainer\"\u003e\n\u003cspan role=\"text\"\u003e\u003cstrong\u003eAnker SOLIX EverFrost 2 Beach Wheels\u003c\/strong\u003e\u003c\/span\u003e\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003eMove your \u003cstrong\u003eAnker SOLIX EverFrost 2 Electric Cooler\u003c\/strong\u003e with ease using the official \u003cstrong\u003eBeach Wheels\u003c\/strong\u003e. Designed for soft sand and uneven terrain, these durable wheels make transporting your cooler effortless for beach trips, camping, fishing, and outdoor adventures.\u003c\/p\u003e\n\u003cp\u003eCompatible with \u003cstrong\u003eAnker SOLIX EverFrost 2 40L and 58L Electric Coolers\u003c\/strong\u003e. \u003cem\u003eNot compatible with the first-generation Anker EverFrost.\u003c\/em\u003e\u003c\/p\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eCompatible with \u003cstrong\u003eAnker SOLIX EverFrost 2 40L \u0026amp; 58L Electric Coolers\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eOversized wheels for smooth movement on sand and rough terrain\u003c\/li\u003e\n\u003cli\u003eIncludes \u003cstrong\u003e2 beach wheels, 1 leveling bracket, and 2 wheel chocks\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eQuick and easy installation\u003c\/li\u003e\n\u003cli\u003eIdeal for beach trips, camping, fishing, and outdoor adventures\u003c\/li\u003e\n\u003cli\u003eNot compatible with the first-generation Anker EverFrost\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48251838628098,"sku":null,"price":99.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10001_f21431e0-4e9a-473b-b3a6-3dd5c363e224.png?v=1785835994"},{"product_id":"anker-solix-everfrost-2-hook-on-tray","title":"Anker SOLIX EverFrost 2 Hook-On Tray","description":"\u003ch2 class=\"PDq2pG_selectionAnchorContainer\"\u003e\n\u003cspan role=\"text\"\u003eAnker SOLIX EverFrost 2 Hook-On Tray\u003c\/span\u003e\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eAdd extra convenience to your outdoor adventures with the \u003cstrong\u003eAnker SOLIX EverFrost 2 Hook-On Tray\u003c\/strong\u003e. This removable side tray provides a stable surface for food, drinks, cooking gear, and other essentials, making your EverFrost 2 Electric Cooler even more functional for camping, beach trips, picnics, and tailgating.\u003c\/p\u003e\n\u003ch3 class=\"PDq2pG_selectionAnchorContainer\"\u003eKey Features\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFold-out side table for extra workspace\u003c\/li\u003e\n\u003cli\u003ePremium bamboo and wood construction\u003c\/li\u003e\n\u003cli\u003eQuick hook-on installation\u003c\/li\u003e\n\u003cli\u003eFits EverFrost 2 40L \u0026amp; 58L Electric Coolers\u003c\/li\u003e\n\u003cli\u003eDimensions: 17.72 × 9.06 × 1.93 in\u003c\/li\u003e\n\u003cli\u003eNot compatible with the first-generation EverFrost\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48251881586946,"sku":null,"price":79.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10001_c808d4d4-7927-404e-82a7-5db3812bd197.png?v=1785840040"},{"product_id":"anker-solix-everfrost-2-road-trip-kit","title":"Anker SOLIX EverFrost2 Road Trip Kit","description":"\u003ch2 class=\"PDq2pG_selectionAnchorContainer\"\u003e\n\u003cspan role=\"text\"\u003eAnker SOLIX EverFrost 2 Road Trip Kit\u003c\/span\u003e\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eKeep your outdoor essentials organized with the \u003cstrong\u003eAnker SOLIX EverFrost 2 Road Trip Kit\u003c\/strong\u003e. Designed for road trips, camping, fishing, and outdoor adventures, this kit provides convenient storage for drinks, tools, and gear.\u003c\/p\u003e\n\u003cp\u003eCompatible with \u003cstrong\u003eAnker SOLIX EverFrost 2 40L and 58L Electric Coolers\u003c\/strong\u003e. \u003cem\u003eNot compatible with the first-generation Anker EverFrost.\u003c\/em\u003e\u003c\/p\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDesigned for \u003cstrong\u003eEverFrost 2 40L \u0026amp; 58L Electric Coolers\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eIncludes \u003cstrong\u003e2× Cup Holders, 1× Knife Holder, and 1× Rod Holder\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eKeeps drinks, tools, and outdoor gear within easy reach\u003c\/li\u003e\n\u003cli\u003eIdeal for camping, fishing, road trips, and outdoor adventures\u003c\/li\u003e\n\u003cli\u003eNot compatible with the first-generation Anker EverFrost\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48252537831682,"sku":"AS120111","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10001_7a6aaa27-3d83-4079-a673-42580d1b1e66.png?v=1785841122"},{"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\/F2600.webp?v=1787285472"},{"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\/C1000.webp?v=1787285361"},{"product_id":"anker-solix-home-power-panel","title":"Anker SOLIX Home Power Panel - Whole-Home Backup System for F3800 Series","description":"\u003ch2\u003eAnker SOLIX Home Power Panel\u003c\/h2\u003e\n\u003ch3\u003eSmart Whole-Home Backup Power\u003c\/h3\u003e\n\u003cp\u003eThe \u003cstrong\u003eAnker SOLIX Home Power Panel\u003c\/strong\u003e connects your Anker SOLIX F3800 Series to your home's electrical system, creating a reliable \u003cstrong\u003ewhole-home backup power solution\u003c\/strong\u003e. It helps manage power between your home, the grid, and your backup battery system for greater energy flexibility and peace of mind during outages.\u003c\/p\u003e\n\u003ch3\u003eReliable Whole-Home Backup\u003c\/h3\u003e\n\u003cp\u003eKeep essential home appliances and devices powered when the grid goes down. The Home Power Panel helps integrate backup battery power with your home's electrical system, making it easier to maintain power for refrigerators, Wi-Fi, lighting, home office equipment, and other essential loads.\u003c\/p\u003e\n\u003ch3\u003eBuilt for the Anker SOLIX F3800 Series\u003c\/h3\u003e\n\u003cp\u003eDesigned to integrate with the \u003cstrong\u003eAnker SOLIX F3800 Series\u003c\/strong\u003e for whole-home backup and smart energy management. Combine your power station with expansion batteries and compatible solar charging equipment to build a scalable home energy solution.\u003c\/p\u003e\n\u003ch3\u003eSmart Energy Management\u003c\/h3\u003e\n\u003cp\u003eUse stored battery and solar energy more efficiently while reducing reliance on the grid. When paired with compatible Anker SOLIX products, the Home Power Panel helps create a smarter and more flexible home energy system.\u003c\/p\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eWhole-Home Backup:\u003c\/strong\u003e Connect backup battery power to your home's electrical system.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eF3800 Series Integration:\u003c\/strong\u003e Designed for Anker SOLIX F3800 Series home backup systems.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eSmart Energy Management:\u003c\/strong\u003e Optimize battery, solar, and grid energy usage.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eExpandable System:\u003c\/strong\u003e Build a larger home energy solution with compatible expansion batteries and solar products.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eReliable Backup Power:\u003c\/strong\u003e Keep essential home devices running during power outages.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eSpecifications\u003c\/h3\u003e\n\u003ctable border=\"0\" class=\"xwtableTop\" style=\"width: 52.2363%; height: 117.571px;\"\u003e\n\u003ctbody\u003e\n\u003ctr class=\"topParms\" style=\"height: 19.5952px;\"\u003e\n\u003ctd style=\"width: 50.2451%; height: 19.5952px;\"\u003eInput Voltage：\u003c\/td\u003e\n\u003ctd style=\"width: 49.2198%; height: 19.5952px;\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"slds-form-element__control\"\u003e120\/240V\u003cslot\u003e\u003c\/slot\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"topParms\" style=\"height: 19.5952px;\"\u003e\n\u003ctd style=\"width: 50.2451%; height: 19.5952px;\"\u003eOutput Voltage：\u003c\/td\u003e\n\u003ctd style=\"width: 49.2198%; height: 19.5952px;\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"slds-form-element__control\"\u003e240V\u003cslot\u003e\u003c\/slot\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"topParms\" style=\"height: 19.5952px;\"\u003e\n\u003ctd style=\"width: 50.2451%; height: 19.5952px;\"\u003eMax Input Power：\u003c\/td\u003e\n\u003ctd style=\"width: 49.2198%; height: 19.5952px;\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"slds-form-element__control\"\u003e6000W\u003cslot\u003e\u003c\/slot\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"topParms\" style=\"height: 19.5952px;\"\u003e\n\u003ctd style=\"width: 50.2451%; height: 19.5952px;\"\u003eMax Output Power：\u003c\/td\u003e\n\u003ctd style=\"width: 49.2198%; height: 19.5952px;\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"slds-form-element__control\"\u003e12000W\u003cslot\u003e\u003c\/slot\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"topParms\" style=\"height: 19.5952px;\"\u003e\n\u003ctd style=\"width: 50.2451%; height: 19.5952px;\"\u003eCircuits：\u003c\/td\u003e\n\u003ctd style=\"width: 49.2198%; height: 19.5952px;\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"slds-form-element__control\"\u003e12\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5952px;\"\u003e\n\u003ctd style=\"width: 50.2451%; height: 19.5952px;\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cspan\u003eManufacturer Warranty:\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 49.2198%; height: 19.5952px;\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"slds-form-element__control\"\u003e5 Years\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48306995986690,"sku":"A17B1111","price":1299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/homepowerpanel.webp?v=1786352166"},{"product_id":"anker-solix-double-power-hub","title":"Anker SOLIX Double Power Hub","description":"\u003ch2\u003eAnker SOLIX Double Power Hub\u003c\/h2\u003e\n\u003ch3\u003e12,000W Dual-Voltage Power for F3800 Series\u003c\/h3\u003e\n\u003cp\u003eThe \u003cstrong\u003eAnker SOLIX Double Power Hub\u003c\/strong\u003e connects two Anker SOLIX F3800 Portable Power Stations to deliver up to \u003cstrong\u003e12,000W of power\u003c\/strong\u003e with \u003cstrong\u003e120V\/240V split-phase output\u003c\/strong\u003e, providing reliable power for high-demand home appliances and whole-home backup.\u003c\/p\u003e\n\u003ch3\u003eConnect Two F3800 Stations\u003c\/h3\u003e\n\u003cp\u003eLink two F3800 Portable Power Stations through the Double Power Hub and connect the system to the \u003cstrong\u003eHome Power Panel\u003c\/strong\u003e for whole-home backup applications.\u003c\/p\u003e\n\u003ch3\u003eExpandable to 53.8kWh\u003c\/h3\u003e\n\u003cp\u003eCombine two F3800 units with up to \u003cstrong\u003e12 Anker SOLIX BP3800 Expansion Batteries\u003c\/strong\u003e for up to \u003cstrong\u003e53.8kWh of total energy capacity\u003c\/strong\u003e.\u003c\/p\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003e12,000W Output:\u003c\/strong\u003e Combine two F3800 stations for higher power.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003e120V\/240V Split-Phase:\u003c\/strong\u003e Power a wider range of home appliances.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eUp to 53.8kWh:\u003c\/strong\u003e Expand capacity with compatible BP3800 batteries.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eWhole-Home Backup:\u003c\/strong\u003e Designed for use with the Home Power Panel.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003e2-Year Warranty:\u003c\/strong\u003e Covered for 2 years from the date of purchase.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Please verify compatibility with your specific Anker SOLIX system before purchase.\u003c\/p\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48312020959490,"sku":"A17B2111","price":199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/10001_9f980f72-21b0-4ad9-bf73-a848d47ec734.png?v=1786354315"},{"product_id":"anker-solix-120v-generator-input-adapter-for-f3000","title":"Anker SOLIX 120V Generator Input Adapter (For F3000)","description":"\u003ch2\u003eAnker SOLIX 120V Generator Input Adapter\u003c\/h2\u003e\n\u003ch3\u003eExtend Backup Power with Generator Recharging\u003c\/h3\u003e\n\u003cp\u003eThe \u003cstrong\u003eAnker SOLIX 120V Generator Input Adapter\u003c\/strong\u003e connects the Anker SOLIX F3000 to a \u003cstrong\u003e120V gas generator\u003c\/strong\u003e, allowing you to recharge the F3000 and extend backup power during extended outages.\u003c\/p\u003e\n\u003ch3\u003e3,600W Pass-Through Charging\u003c\/h3\u003e\n\u003cp\u003eRecharge the F3000 while powering large appliances at the same time, with up to \u003cstrong\u003e3,600W of pass-through charging\u003c\/strong\u003e. Once the F3000 is charged, turn off the generator and continue with quieter, cleaner battery power.\u003c\/p\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eGenerator Recharging:\u003c\/strong\u003e Connect a 120V gas generator to the F3000.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003e3,600W Pass-Through Charging:\u003c\/strong\u003e Recharge the F3000 while powering appliances.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eExtended Backup:\u003c\/strong\u003e Extend runtime during long-lasting power outages.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cstrong\u003eEasy Connection:\u003c\/strong\u003e Designed specifically for the Anker SOLIX F3000.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eWhat's in the Box\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e1 × Anker SOLIX 120V Generator Input Adapter\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eCompatibility Notice:\u003c\/strong\u003e Please verify compatibility with your specific Anker SOLIX system before purchase.\u003c\/p\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48313384927490,"sku":"A17D0111","price":199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/AnkerSOLIX120VGeneratorInputAdapter_ForF3000.webp?v=1786355425"},{"product_id":"anker-solix-e10-power-module","title":"Anker SOLIX E10 Power Module - For E10 Whole-Home Backup System","description":"\u003cstyle\u003e\n\/* ============================================================\n   ANKER SOLIX E10 POWER MODULE\n   Shopify Product Description\n   ============================================================ *\/\n\n.drt-e10pm {\n  --blue: #0066ff;\n  --blue-dark: #0052cc;\n  --text: #1a1a2e;\n  --text-light: #5a6a8a;\n  --bg: #f8faff;\n  --light-blue: #eef4ff;\n  --border: #e7edf7;\n  --white: #ffffff;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n    Helvetica, Arial, sans-serif;\n  color: var(--text);\n  line-height: 1.6;\n  background: #ffffff;\n}\n\n.drt-e10pm * {\n  box-sizing: border-box;\n}\n\n.drt-e10pm img {\n  max-width: 100%;\n  height: auto;\n  display: block;\n}\n\n.drt-e10pm .container {\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n\n.drt-e10pm section {\n  padding: 70px 0;\n}\n\n.drt-e10pm h1,\n.drt-e10pm h2,\n.drt-e10pm h3,\n.drt-e10pm p {\n  margin-top: 0;\n}\n\n\/* ============================================================\n   HERO\n   ============================================================ *\/\n\n.drt-e10pm .hero {\n  background: #ffffff;\n  padding: 65px 0 75px;\n  text-align: center;\n}\n\n.drt-e10pm .hero-content {\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n.drt-e10pm .eyebrow {\n  display: inline-block;\n  margin-bottom: 14px;\n  padding: 6px 16px;\n  border-radius: 30px;\n  background: var(--light-blue);\n  border: 1px solid #dce6f5;\n  color: var(--text);\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 1.2px;\n  text-transform: uppercase;\n}\n\n.drt-e10pm .hero h1 {\n  font-size: clamp(34px, 5vw, 52px);\n  line-height: 1.1;\n  font-weight: 800;\n  margin-bottom: 14px;\n  color: var(--text);\n}\n\n.drt-e10pm .hero-subtitle {\n  font-size: clamp(20px, 3vw, 28px);\n  line-height: 1.3;\n  font-weight: 700;\n  color: var(--blue);\n  margin-bottom: 20px;\n}\n\n.drt-e10pm .hero-description {\n  max-width: 760px;\n  margin: 0 auto 35px;\n  color: var(--text-light);\n  font-size: 17px;\n  line-height: 1.8;\n}\n\n.drt-e10pm .hero-image {\n  max-width: 900px;\n  margin: 0 auto;\n  border-radius: 22px;\n  overflow: hidden;\n  background: var(--light-blue);\n  border: 1px solid var(--border);\n}\n\n.drt-e10pm .hero-image img {\n  width: 100%;\n  height: auto;\n}\n\n\/* ============================================================\n   KEY BENEFITS\n   ============================================================ *\/\n\n.drt-e10pm .benefits {\n  background: var(--bg);\n}\n\n.drt-e10pm .section-heading {\n  max-width: 760px;\n  margin: 0 auto 45px;\n  text-align: center;\n}\n\n.drt-e10pm .section-label {\n  display: block;\n  margin-bottom: 9px;\n  color: var(--blue);\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 1.8px;\n  text-transform: uppercase;\n}\n\n.drt-e10pm .section-heading h2 {\n  font-size: clamp(28px, 4vw, 42px);\n  line-height: 1.15;\n  font-weight: 800;\n  margin-bottom: 14px;\n}\n\n.drt-e10pm .section-heading p {\n  color: var(--text-light);\n  font-size: 16px;\n  line-height: 1.75;\n}\n\n.drt-e10pm .benefit-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 24px;\n}\n\n.drt-e10pm .benefit-card {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: 20px;\n  padding: 30px 26px;\n  transition: all 0.25s ease;\n}\n\n.drt-e10pm .benefit-card:hover {\n  transform: translateY(-4px);\n  border-color: #cbdcff;\n  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);\n}\n\n.drt-e10pm .benefit-icon {\n  width: 48px;\n  height: 48px;\n  margin-bottom: 18px;\n  border-radius: 14px;\n  background: rgba(0, 102, 255, 0.08);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  color: var(--blue);\n  font-size: 23px;\n  font-weight: 700;\n}\n\n.drt-e10pm .benefit-card h3 {\n  font-size: 20px;\n  line-height: 1.3;\n  font-weight: 700;\n  margin-bottom: 9px;\n}\n\n.drt-e10pm .benefit-card p {\n  margin-bottom: 0;\n  color: var(--text-light);\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n\/* ============================================================\n   B6000 INTEGRATION\n   ============================================================ *\/\n\n.drt-e10pm .b6000-section {\n  background: #ffffff;\n}\n\n.drt-e10pm .two-column {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 55px;\n  align-items: center;\n}\n\n.drt-e10pm .visual-card {\n  background: var(--light-blue);\n  border-radius: 24px;\n  padding: 28px;\n  border: 1px solid var(--border);\n}\n\n.drt-e10pm .visual-card img {\n  width: 100%;\n  border-radius: 16px;\n}\n\n.drt-e10pm .content h2 {\n  font-size: clamp(28px, 3.5vw, 40px);\n  line-height: 1.15;\n  font-weight: 800;\n  margin-bottom: 18px;\n}\n\n.drt-e10pm .content \u003e p {\n  color: var(--text-light);\n  font-size: 17px;\n  line-height: 1.8;\n  margin-bottom: 24px;\n}\n\n.drt-e10pm .feature-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.drt-e10pm .feature-list li {\n  display: flex;\n  align-items: flex-start;\n  gap: 11px;\n  margin-bottom: 14px;\n  color: #2a3a5a;\n  font-size: 15px;\n}\n\n.drt-e10pm .check {\n  flex: 0 0 auto;\n  width: 20px;\n  height: 20px;\n  margin-top: 2px;\n  border-radius: 50%;\n  background: var(--blue);\n  color: #ffffff;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 12px;\n  font-weight: 700;\n}\n\n\/* ============================================================\n   HOW IT WORKS\n   ============================================================ *\/\n\n.drt-e10pm .system-section {\n  background: var(--bg);\n}\n\n.drt-e10pm .system-flow {\n  display: grid;\n  grid-template-columns: 1fr 70px 1fr 70px 1fr;\n  align-items: center;\n  gap: 12px;\n  max-width: 1050px;\n  margin: 0 auto;\n}\n\n.drt-e10pm .system-card {\n  background: #ffffff;\n  border: 1px solid var(--border);\n  border-radius: 20px;\n  padding: 30px 22px;\n  text-align: center;\n}\n\n.drt-e10pm .system-number {\n  width: 46px;\n  height: 46px;\n  margin: 0 auto 15px;\n  border-radius: 50%;\n  background: var(--blue);\n  color: #ffffff;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 800;\n  font-size: 17px;\n}\n\n.drt-e10pm .system-card h3 {\n  font-size: 18px;\n  margin-bottom: 8px;\n}\n\n.drt-e10pm .system-card p {\n  margin: 0;\n  color: var(--text-light);\n  font-size: 14px;\n  line-height: 1.6;\n}\n\n.drt-e10pm .system-arrow {\n  text-align: center;\n  color: var(--blue);\n  font-size: 30px;\n  font-weight: 300;\n}\n\n\/* ============================================================\n   KEY FEATURES\n   ============================================================ *\/\n\n.drt-e10pm .features-section {\n  background: #ffffff;\n}\n\n.drt-e10pm .feature-box {\n  max-width: 920px;\n  margin: 0 auto;\n  padding: 36px 40px;\n  border-radius: 22px;\n  background: var(--light-blue);\n  border: 1px solid #dce6f5;\n}\n\n.drt-e10pm .feature-box ul {\n  margin: 0;\n  padding: 0;\n  list-style: none;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 18px 35px;\n}\n\n.drt-e10pm .feature-box li {\n  display: flex;\n  gap: 10px;\n  align-items: flex-start;\n  color: #2a3a5a;\n  font-size: 15px;\n}\n\n.drt-e10pm .feature-box strong {\n  color: var(--text);\n}\n\n\/* ============================================================\n   COMPATIBILITY NOTICE\n   ============================================================ *\/\n\n.drt-e10pm .compatibility {\n  background: var(--bg);\n  padding: 55px 0;\n}\n\n.drt-e10pm .compatibility-box {\n  max-width: 900px;\n  margin: 0 auto;\n  padding: 25px 30px;\n  border-radius: 16px;\n  background: #ffffff;\n  border: 1px solid #dce6f5;\n}\n\n.drt-e10pm .compatibility-box h3 {\n  font-size: 19px;\n  margin-bottom: 8px;\n}\n\n.drt-e10pm .compatibility-box p {\n  margin: 0;\n  color: var(--text-light);\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n\/* ============================================================\n   PRODUCT IMAGE\n   ============================================================ *\/\n\n.drt-e10pm .product-section {\n  background: #ffffff;\n}\n\n.drt-e10pm .product-image {\n  max-width: 850px;\n  margin: 0 auto;\n  background: var(--light-blue);\n  border-radius: 24px;\n  padding: 30px;\n  border: 1px solid var(--border);\n}\n\n.drt-e10pm .product-image img {\n  width: 100%;\n  border-radius: 16px;\n}\n\n\/* ============================================================\n   MOBILE\n   ============================================================ *\/\n\n@media (max-width: 900px) {\n  .drt-e10pm .benefit-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .drt-e10pm .two-column {\n    grid-template-columns: 1fr;\n    gap: 35px;\n  }\n\n  .drt-e10pm .system-flow {\n    grid-template-columns: 1fr;\n    gap: 15px;\n  }\n\n  .drt-e10pm .system-arrow {\n    transform: rotate(90deg);\n  }\n\n  .drt-e10pm .feature-box ul {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 600px) {\n  .drt-e10pm section {\n    padding: 52px 0;\n  }\n\n  .drt-e10pm .container {\n    padding: 0 18px;\n  }\n\n  .drt-e10pm .hero {\n    padding: 48px 0 55px;\n  }\n\n  .drt-e10pm .hero-description {\n    font-size: 15px;\n  }\n\n  .drt-e10pm .feature-box {\n    padding: 25px 20px;\n  }\n\n  .drt-e10pm .visual-card,\n  .drt-e10pm .product-image {\n    padding: 18px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"drt-e10pm\"\u003e\n\u003c!-- ============================================================\n       ① HERO\n       ============================================================ --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch1\u003eAnker SOLIX E10 Power Module\u003c\/h1\u003e\n\u003cdiv class=\"hero-subtitle\"\u003eExpandable Energy Storage for E10 Whole-Home Backup\u003c\/div\u003e\n\u003cp class=\"hero-description\"\u003eThe \u003cstrong\u003eAnker SOLIX E10 Power Module\u003c\/strong\u003e adds modular energy storage to the \u003cstrong\u003eAnker SOLIX E10 Whole-Home Backup System\u003c\/strong\u003e, helping increase available energy capacity and extend backup power for your home. Its modular design lets the E10 system scale with your energy needs.\u003c\/p\u003e\n\u003cdiv class=\"hero-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/2565_3838x.png?v=1768877406\" alt=\"Anker SOLIX E10 Power Module for whole-home backup energy storage\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================\n       ② WHY E10 POWER MODULE\n       ============================================================ --\u003e\n\u003csection class=\"benefits\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003cspan class=\"section-label\"\u003e\u003cbr\u003e\u003c\/span\u003e\n\u003ch2\u003eFlexible Expansion for Home Energy Storage\u003c\/h2\u003e\n\u003cp\u003eExpand your E10 system with additional energy storage and build the backup capacity that fits your home's needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e+\u003c\/div\u003e\n\u003ch3\u003eMore Energy\u003c\/h3\u003e\n\u003cp\u003eAdd Power Modules to increase available energy storage, giving your home more stored power when you need it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e↗\u003c\/div\u003e\n\u003ch3\u003eLonger Backup\u003c\/h3\u003e\n\u003cp\u003eMore stored energy helps extend backup runtime during longer power outages.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e∞\u003c\/div\u003e\n\u003ch3\u003eModular Expansion\u003c\/h3\u003e\n\u003cp\u003eExpand your E10 energy storage system as your household energy needs grow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================\n       ③ B6000 INTEGRATION\n       ============================================================ --\u003e\n\u003csection class=\"b6000-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"two-column\"\u003e\n\u003cdiv class=\"visual-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0854\/3820\/2186\/files\/2_638a7afd-e2dc-4635-b77b-e5663aad43c9_3840x.png?v=1768876306\" alt=\"Anker SOLIX E10 Power Module and B6000 Battery Module\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cspan class=\"section-label\"\u003e E10 Modular Architecture \u003c\/span\u003e\n\u003ch2\u003eDesigned to Work with the B6000 Battery Module\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong\u003eE10 Power Module\u003c\/strong\u003e works together with the \u003cstrong\u003eAnker SOLIX B6000 Battery Module\u003c\/strong\u003e as part of the E10 energy storage architecture. This modular design provides a flexible way to expand your home's available energy storage.\u003c\/p\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e Add energy storage capacity to the E10 system. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e Extend available backup power for longer outages. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e Build a scalable home energy storage solution. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e Designed as part of the Anker SOLIX E10 system.\u003c\/span\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\u003csection class=\"system-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eBuild Your E10 System Around Your Energy Needs\u003c\/h2\u003e\n\u003cp\u003eThe modular architecture allows the E10 system to combine compatible components for scalable home energy storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"system-flow\"\u003e\n\u003cdiv class=\"system-card\"\u003e\n\u003cdiv class=\"system-number\"\u003e1\u003c\/div\u003e\n\u003ch3\u003eE10 System\u003c\/h3\u003e\n\u003cp\u003eThe foundation of your whole-home energy storage system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"system-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"system-card\"\u003e\n\u003cdiv class=\"system-number\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eB6000 Battery Module\u003c\/h3\u003e\n\u003cp\u003eWorks with the E10 Power Module as part of the modular energy storage architecture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"system-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"system-card\"\u003e\n\u003cdiv class=\"system-number\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eE10 Power Module\u003c\/h3\u003e\n\u003cp\u003eAdd modular energy storage and expand available backup capacity.\u003cspan class=\"section-label\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================\n       ⑤ KEY FEATURES\n       ============================================================ --\u003e\n\u003csection class=\"features-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eExpandable Energy for Whole-Home Backup\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eExpandable Energy Storage\u003c\/strong\u003e — Increase the available energy capacity of your E10 system. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eExtended Backup Power\u003c\/strong\u003e — Store more energy for longer-lasting backup during outages. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eModular Design\u003c\/strong\u003e — Scale your home energy storage system as your needs grow. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eB6000 Integration\u003c\/strong\u003e — Designed to work with the Anker SOLIX B6000 Battery Module. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eE10 System Ready\u003c\/strong\u003e — Built for the Anker SOLIX E10 Whole-Home Backup System. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eScalable Home Energy\u003c\/strong\u003e — Expand your available energy storage without replacing the entire system. \u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================\n       ⑥ COMPATIBILITY\n       ============================================================ --\u003e\n\u003csection class=\"compatibility\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"compatibility-box\"\u003e\n\u003ch3\u003eCompatibility Notice\u003c\/h3\u003e\n\u003cp\u003eThe \u003cstrong\u003eAnker SOLIX E10 Power Module\u003c\/strong\u003e is a component of the E10 modular energy storage system and is designed to work with compatible \u003cstrong\u003eB6000 Battery Modules\u003c\/strong\u003e. Please verify compatibility with your specific Anker SOLIX system before purchase.\u003cspan class=\"section-label\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================\n       ⑦ PRODUCT IMAGE\n       ============================================================ --\u003e\n\u003csection class=\"product-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"section-heading\"\u003e\n\u003ch2\u003eExpand Your Home Energy Storage\u003c\/h2\u003e\n\u003cp\u003eAdd modular energy storage to your Anker SOLIX E10 system and build the backup capacity your home needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/E10_power_modle.png?v=1785317617\" alt=\"Anker SOLIX E10 Power Module\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48316388049154,"sku":"A17E1141","price":2499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/E10PowerModle.webp?v=1786360404"},{"product_id":"anker-solix-e10-120v-240v-power-strip","title":"Anker SOLIX E10 120V\/240V Power Strip","description":"\u003ch2\u003eAnker SOLIX E10 120V\/240V Power Strip | 9,600W\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eAccess powerful 120V and 240V electricity directly from your Anker SOLIX E10.\u003c\/strong\u003e The Anker SOLIX E10 120V\/240V Power Strip gives you convenient access to everyday and high-power electricity, allowing you to run heavy-duty appliances and everyday devices from your E10 backup power system.\u003c\/p\u003e\n\n\u003ch3\u003ePower Up to 9,600W at 240V\u003c\/h3\u003e\n\n\u003cp\u003eThe NEMA 14-50 outlet delivers up to \u003cstrong\u003e9,600W at 240V\u003c\/strong\u003e, providing enough power for high-demand appliances such as air conditioners and electric dryers.\u003c\/p\u003e\n\n\u003ch3\u003e120V and 240V Power in One\u003c\/h3\u003e\n\n\u003cp\u003eWith one NEMA 14-50 outlet and two NEMA 5-20 outlets, you can access both 240V and 120V power from a single connection to your Anker SOLIX E10.\u003c\/p\u003e\n\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003e1 × NEMA 14-50:\u003c\/strong\u003e Up to 9,600W at 240V, 40A max\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003e2 × NEMA 5-20:\u003c\/strong\u003e Up to 2,400W each at 120V, 20A max per outlet\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch3\u003ePower High-Demand Appliances\u003c\/h3\u003e\n\n\u003cp\u003eConnect compatible 240V appliances such as air conditioners and electric dryers, or power everyday 120V devices including microwaves, coffee makers, lights, and other household electronics.\u003c\/p\u003e\n\n\u003ch3\u003eSimple Direct Connection\u003c\/h3\u003e\n\n\u003cp\u003eDesigned for convenient use with the Anker SOLIX E10, the Power Strip lets you access backup power directly without requiring an external transfer switch for this connection setup. Simply connect the Power Strip to your E10 and power compatible devices.\u003c\/p\u003e\n\n\u003ch3\u003eMultiple Devices, One Power Source\u003c\/h3\u003e\n\n\u003cp\u003eWith both 120V and 240V outlets available, you can power compatible high-demand appliances and everyday devices simultaneously, making it easier to get the most from your Anker SOLIX E10.\u003c\/p\u003e\n\n\u003ch3\u003eWhat's in the Box\u003c\/h3\u003e\n\n\u003cul\u003e\n  \u003cli\u003eAnker SOLIX E10 120V\/240V Power Strip\u003c\/li\u003e\n  \u003cli\u003eSafety Instructions\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Always check the power requirements of your appliances before connecting them. Do not exceed the rated output of the Anker SOLIX E10 or the maximum rating of each outlet. For high-power 240V appliances, follow all applicable electrical safety requirements and instructions.\u003c\/p\u003e\n","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48326743654658,"sku":"A17E1141-83","price":149.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/AnkerSOLIXE10120V_240VPowerStrip.webp?v=1786503320"},{"product_id":"anker-solix-e10-wall-bracket","title":"Anker SOLIX E10 Wall Bracket","description":"\u003ch2\u003eAnker SOLIX E10 Wall Bracket\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eKeep your Anker SOLIX E10 system securely mounted, organized, and elevated above the floor.\u003c\/strong\u003e The Anker SOLIX E10 Wall Bracket provides a secure wall-mounted installation for your E10 system while helping protect your equipment from standing water and potential flood damage.\u003c\/p\u003e\n\u003ch3\u003eElevated Protection from Flooding\u003c\/h3\u003e\n\u003cp\u003eMount your Anker SOLIX E10 above floor level to help keep the system away from standing water. It's especially useful for basements, garages, utility rooms, and other areas where flooding or water exposure may be a concern.\u003c\/p\u003e\n\u003ch3\u003eSecurely Mount Your E10 System\u003c\/h3\u003e\n\u003cp\u003eDesigned for the Anker SOLIX E10, the wall bracket securely holds \u003cstrong\u003eone E10 Power Module and up to five B6000 Battery Modules\u003c\/strong\u003e, helping keep your whole-home backup system organized and off the floor.\u003c\/p\u003e\n\u003ch3\u003eClean, Space-Saving Installation\u003c\/h3\u003e\n\u003cp\u003eWall mounting keeps your E10 system neatly positioned while freeing up valuable floor space. The elevated installation also provides a cleaner look for your home energy setup.\u003c\/p\u003e\n\u003ch3\u003eEasy Installation\u003c\/h3\u003e\n\u003cp\u003eThe bracket comes with the required mounting hardware for a straightforward installation. Follow the included Quick Start Guide and use appropriate mounting methods for your wall structure.\u003c\/p\u003e\n\u003ch3\u003eWhat's in the Box\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAnker SOLIX E10 Wall Bracket\u003c\/li\u003e\n\u003cli\u003eBracket Holders\u003c\/li\u003e\n\u003cli\u003eMounting Screws\u003c\/li\u003e\n\u003cli\u003eQuick Start Guide\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Designed for the Anker SOLIX E10 system. Holds one E10 Power Module and up to five B6000 Battery Modules.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eInstallation Note:\u003c\/strong\u003e Ensure the wall structure and mounting hardware are suitable for the total weight of the installed equipment. Professional installation is recommended where required by local electrical or building codes.\u003c\/p\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48326879412482,"sku":"A17E1141-84","price":249.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/AnkerSOLIXE10WallBracket.webp?v=1786504385"},{"product_id":"anker-solix-e10-trolley","title":"Anker SOLIX E10 Trolley","description":"\u003ch2\u003eAnker SOLIX E10 Trolley\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eMove your Anker SOLIX E10 system wherever you need it.\u003c\/strong\u003e The Anker SOLIX E10 Trolley makes it easy to transport one E10 Power Module and one B6000 Battery Module across flat surfaces, from your garage and basement to outdoor spaces.\u003c\/p\u003e\n\u003ch3\u003eEffortless Mobility\u003c\/h3\u003e\n\u003cp\u003eMove your E10 system with less effort across smooth, flat surfaces. Roll your backup power system to the location where you need it, then lock it in place for added stability during operation.\u003c\/p\u003e\n\u003ch3\u003eSecure and Stable\u003c\/h3\u003e\n\u003cp\u003eThe L-shaped fitting helps keep the E10 Power Module and B6000 Battery Module securely positioned on the trolley while moving or operating the system.\u003c\/p\u003e\n\u003ch3\u003eEasy to Reposition\u003c\/h3\u003e\n\u003cp\u003eWhether you're reorganizing your garage, moving equipment around your basement, or bringing backup power outdoors, the E10 Trolley makes repositioning your system quick and convenient.\u003c\/p\u003e\n\u003ch3\u003eDesigned for the E10 System\u003c\/h3\u003e\n\u003cp\u003eThe trolley is designed to carry \u003cstrong\u003eone Anker SOLIX E10 Power Module and one B6000 Battery Module\u003c\/strong\u003e, providing a convenient mobility solution for your E10 setup.\u003c\/p\u003e\n\u003ch3\u003eWhat's in the Box\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAnker SOLIX E10 Trolley\u003c\/li\u003e\n\u003cli\u003eL-Shaped Fitting\u003c\/li\u003e\n\u003cli\u003eMounting Screws\u003c\/li\u003e\n\u003cli\u003eQuick Start Guide\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Designed for one Anker SOLIX E10 Power Module and one B6000 Battery Module.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e The trolley is intended for use on flat, stable surfaces. Secure the system properly before operation and follow the included Quick Start Guide.\u003c\/p\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48326930530562,"sku":"A17E1141-87","price":249.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/AnkerSOLIXE10Trolley.webp?v=1786505560"},{"product_id":"anker-solix-e10-ac-generator-adapter","title":"Anker SOLIX E10 AC Generator Adapter","description":"\u003ch2\u003eAnker SOLIX E10 AC Generator Adapter\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eConnect a compatible non-Anker AC generator to your Anker SOLIX E10 for flexible backup power.\u003c\/strong\u003e The Anker SOLIX E10 AC Generator Adapter allows your existing AC generator to recharge the E10 while the E10 continues powering compatible home loads, providing a more flexible backup power solution during extended outages.\u003c\/p\u003e\n\u003ch3\u003eConnect Your Existing AC Generator\u003c\/h3\u003e\n\u003cp\u003eUse a compatible third-party AC generator with your Anker SOLIX E10. Instead of relying on your generator alone, the generator can recharge the E10 while the E10 supplies power to your connected loads.\u003c\/p\u003e\n\u003ch3\u003eSimultaneous Charging and Home Power\u003c\/h3\u003e\n\u003cp\u003eKeep your home powered while the generator recharges the E10. This setup can help provide a more continuous backup power solution while allowing the generator to operate as an additional energy source.\u003c\/p\u003e\n\u003ch3\u003eUp to 9,600W at 240V\u003c\/h3\u003e\n\u003cp\u003eThe adapter supports high-power bypass operation of up to \u003cstrong\u003e9,600W at 240V and 40A max\u003c\/strong\u003e, providing high-power energy transfer for compatible backup power configurations.\u003c\/p\u003e\n\u003ch3\u003eFlexible Installation\u003c\/h3\u003e\n\u003cp\u003eThe included \u003cstrong\u003e500mm (50cm) cable\u003c\/strong\u003e provides additional flexibility when connecting the adapter within your E10 setup.\u003c\/p\u003e\n\u003ch3\u003eCompatible E10 Configurations\u003c\/h3\u003e\n\u003cp\u003eThe AC Generator Adapter is designed for use with \u003cstrong\u003eE10 Standalone\u003c\/strong\u003e and \u003cstrong\u003eSmart Inlet Box\u003c\/strong\u003e configurations.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e This adapter is currently \u003cstrong\u003enot compatible with Power Dock\u003c\/strong\u003e. For AC generator installations using Power Dock, refer to the Anker SOLIX Power Dock installation manual for the appropriate connection method and requirements.\u003c\/p\u003e\n\u003ch3\u003eWhat's in the Box\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAnker SOLIX E10 AC Generator Adapter (50cm)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Designed for compatible AC generator setups with Anker SOLIX E10 Standalone and Smart Inlet Box configurations.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eInstallation Note:\u003c\/strong\u003e Generator and high-power electrical connections should be installed and operated according to the applicable electrical codes, generator requirements, and Anker SOLIX installation instructions.\u003c\/p\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48327178060034,"sku":null,"price":69.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/E10ACGeneratorAdapter.webp?v=1786518454"},{"product_id":"anker-solix-e10-fixed-bracket","title":"Anker SOLIX E10 Fixed Bracket","description":"\u003ch2\u003eAnker SOLIX E10 Fixed Bracket\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eSecure your Anker SOLIX E10 firmly in place for greater stability and protection.\u003c\/strong\u003e The Anker SOLIX E10 Fixed Bracket is designed to anchor your E10 system securely to wood studs, helping prevent tipping and providing added stability for wall-mounted installations and areas where seismic activity may be a concern.\u003c\/p\u003e\n\n\u003ch3\u003eEnhanced Stability\u003c\/h3\u003e\n\n\u003cp\u003eSecure the E10 directly to wall studs to help keep the system firmly in place. The fixed mounting design helps reduce movement and the risk of tipping during everyday use.\u003c\/p\u003e\n\n\u003ch3\u003eDesigned for Seismic Areas\u003c\/h3\u003e\n\n\u003cp\u003eFor homes and installations in areas with seismic activity, securely anchoring your E10 can provide additional stability and help reduce the risk of the system shifting or tipping during an earthquake.\u003c\/p\u003e\n\n\u003ch3\u003eSecure Installation\u003c\/h3\u003e\n\n\u003cp\u003eThe included mounting hardware makes installation straightforward. Once installed, the bracket keeps your E10 securely positioned while still allowing convenient access for maintenance and system expansion.\u003c\/p\u003e\n\n\u003ch3\u003eEasy Access for Maintenance\u003c\/h3\u003e\n\n\u003cp\u003eThe fixed design provides a secure mounting point without unnecessarily restricting access to the E10 system, making routine maintenance and future expansion more convenient.\u003c\/p\u003e\n\n\u003ch3\u003eWhat's in the Box\u003c\/h3\u003e\n\n\u003cul\u003e\n  \u003cli\u003eAnker SOLIX E10 Fixed Bracket\u003c\/li\u003e\n  \u003cli\u003eMounting Screws\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003e\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Designed for securing the Anker SOLIX E10 system to suitable wood studs.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eInstallation Note:\u003c\/strong\u003e Ensure the mounting surface and structure are suitable for the installed equipment. Follow the included installation instructions and applicable local building and safety requirements. Professional installation is recommended where required.\u003c\/p\u003e\n","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48327215284482,"sku":"A17E1141-89","price":99.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/AnkerSOLIXE10FixedBracket.webp?v=1786520558"},{"product_id":"smart-inlet-box-on-grid-cable","title":"Anker SOLIX Smart Inlet Box On-Grid Cable","description":"\u003ch2\u003eAnker SOLIX Smart Inlet Box On-Grid Cable\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eConnect your Anker SOLIX E10 to a Smart Inlet Box or Power Dock with a purpose-built quick-connect cable.\u003c\/strong\u003e Designed for secure and reliable integration in compatible whole-home backup systems, this cable is rated for \u003cstrong\u003e240V AC at 60Hz\u003c\/strong\u003e.\u003c\/p\u003e\n\n\u003ch3\u003eQuick-Connect Integration\u003c\/h3\u003e\n\n\u003cp\u003ePurpose-built quick-connect ports provide a secure connection between compatible Anker SOLIX system components, helping simplify installation.\u003c\/p\u003e\n\n\u003ch3\u003eWide Compatibility\u003c\/h3\u003e\n\n\u003cp\u003eCompatible with \u003cstrong\u003eAnker SOLIX E10, Smart Inlet Box, and Power Dock\u003c\/strong\u003e, making it easy to connect your E10 backup system to compatible home power configurations.\u003c\/p\u003e\n\n\u003ch3\u003eWhat's in the Box\u003c\/h3\u003e\n\n\u003cul\u003e\n  \u003cli\u003eAnker SOLIX Smart Inlet Box On-Grid Cable\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003e\u003cstrong\u003eSpecifications:\u003c\/strong\u003e 240V AC, 60Hz.\u003c\/p\u003e\n\n","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48327255490818,"sku":"AS211141-81","price":149.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/smartinletboxon-gridcable.webp?v=1786522999"},{"product_id":"anker-solix-smart-generator-dc-charging-cable-10m","title":"Anker SOLIX Smart Generator DC Charging Cable (10m)","description":"\u003ch2\u003eAnker SOLIX Smart Generator DC Charging Cable (10m)\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eExtend the distance between your Anker SOLIX Smart Generator 5500 and E10.\u003c\/strong\u003e With a 32.8ft (10m) cable, you can position the generator farther from your home while keeping your E10 conveniently located for backup power.\u003c\/p\u003e\n\u003ch3\u003e10m Extended Reach\u003c\/h3\u003e\n\u003cp\u003eThe 32.8ft (10m) length provides greater flexibility for generator placement in a garage, shed, or outdoor area while keeping the E10 closer to your home.\u003c\/p\u003e\n\u003ch3\u003eHigh-Power DC Charging\u003c\/h3\u003e\n\u003cp\u003ePurpose-built quick-connect ports provide a secure connection for \u003cstrong\u003e400V DC charging\u003c\/strong\u003e from the Anker SOLIX Smart Generator 5500 to the E10.\u003c\/p\u003e\n\u003ch3\u003eSimple Quick Connection\u003c\/h3\u003e\n\u003cp\u003eDesigned specifically for compatible Anker SOLIX equipment, the cable provides a direct connection without additional adapters.\u003c\/p\u003e\n\u003ch3\u003eWhat's in the Box\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAnker SOLIX Smart Generator DC Charging Cable (10m)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Designed for compatible Anker SOLIX Smart Generator 5500 and E10 configurations.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSpecifications:\u003c\/strong\u003e Length: 10m (32.8ft) | Charging: 400V DC\u003c\/p\u003e","brand":"Anker SOLIX","offers":[{"title":"Default Title","offer_id":48327306936578,"sku":"AE102110","price":199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/8558\/8994\/files\/AnkerSOLIXSmartGeneratorDCChargingCable_10m.webp?v=1786524652"}],"url":"https:\/\/droneroboticstec.com\/collections\/anker-solix-all-products.oembed","provider":"Drone Robotics Tech","version":"1.0","type":"link"}