{"product_id":"rugged-solar-multi-charger-rjc","title":"Rugged Solar Multi-Charger","description":"\u003c!--\n[AI Design Logic]\n产品类型：户外太阳能移动电源\n目标受众：户外爱好者、露营者、徒步旅行者\n视觉风格：坚固、耐用、户外、科技感\n配色策略：以深色背景为主，搭配醒目的橙色作为强调色，体现户外探险和能量感。\n模块顺序：Intro\/Hero -\u003e Ruggedness Feature -\u003e Multi-Device Charging Feature -\u003e Flashlight\/Solar Feature -\u003e Specifications -\u003e FAQ\n详情图映射：\n- Hero: image_9.png (展示核心卖点：5设备同时充电)\n- Feature 1 (Ruggedness): image_2.png (展示防水防摔防尘)\n- Feature 2 (Charging): image_10.png (展示自带四线细节)\n- Feature 3 (Utility): image_1.png (展示手电筒功能)\n规格图映射：Specs=image_4.png, image_11.png (用于提取接口、功能和颜色信息)\n对比模块：未加入（产品定位明确，核心功能突出，无需与普通产品对比）\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #ff6600; \/* 橙色强调色 *\/\n      --primary-hover: #e65c00;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #f0f2f5;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 20px rgba(0, 0, 0, 0.1);\n      --border-color: #e9ecef;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 700;\n      margin: 0 0 16px;\n      line-height: 1.2;\n    }\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin: 0 0 20px;\n    }\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      font-weight: 600;\n      margin: 0 0 12px;\n    }\n    .product-detail-container p {\n      font-size: clamp(16px, 1.5vw, 18px);\n      margin: 0 0 16px;\n      color: var(--text-sub);\n    }\n    .product-detail-container .highlight {\n      color: var(--primary);\n      font-weight: 600;\n    }\n\n    \/* Spacing *\/\n    .section-spacing {\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding: 40px 0;\n    }\n    .hero-badge {\n      display: inline-block;\n      padding: 8px 16px;\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: 20px;\n    }\n    .hero-media {\n      margin-top: 32px;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-lg);\n    }\n    .hero-media img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* Feature Sections *\/\n    .feature-section {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n      flex-direction: column;\n    }\n    @media (min-width: 768px) {\n      .feature-section {\n        flex-direction: row;\n      }\n      .feature-section:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n    }\n    .feature-media img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n      box-shadow: var(--shadow-sm);\n    }\n    .feature-copy {\n      padding: 20px 0;\n    }\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 24px;\n    }\n    .feature-tag {\n      padding: 6px 14px;\n      background-color: var(--bg-soft);\n      border-radius: 50px;\n      font-size: 14px;\n      font-weight: 600;\n      color: var(--text-sub);\n      display: flex;\n      align-items: center;\n    }\n    .feature-tag::before {\n      content: \"\";\n      display: inline-block;\n      width: 8px;\n      height: 8px;\n      background-color: var(--primary);\n      border-radius: 50%;\n      margin-right: 8px;\n    }\n\n    \/* Specifications *\/\n    .specs-section {\n      background-color: var(--bg-card);\n      padding: 40px;\n      border-radius: var(--radius-lg);\n    }\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 24px;\n    }\n    .specs-table th, .specs-table td {\n      padding: 16px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .specs-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n    .specs-table td {\n      color: var(--text-sub);\n    }\n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none;\n      }\n      .specs-table tr {\n        margin-bottom: 16px;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n      }\n      .specs-table th, .specs-table td {\n        padding: 12px 16px;\n        border: none;\n      }\n      .specs-table th {\n        background-color: var(--bg-soft);\n        font-size: 14px;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n      }\n      .specs-table td {\n        padding-top: 8px;\n        font-size: 16px;\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-section {\n      padding: 40px 0;\n    }\n    .faq-item {\n      margin-bottom: 24px;\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 24px;\n    }\n    .faq-question {\n      font-size: 18px;\n      font-weight: 600;\n      margin-bottom: 12px;\n      color: var(--text-main);\n      display: flex;\n      align-items: center;\n    }\n    .faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      margin-right: 10px;\n      font-weight: 700;\n    }\n    .faq-answer {\n      color: var(--text-sub);\n      margin-left: 30px;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cspan class=\"hero-badge\"\u003eBuilt for the Outdoors\u003c\/span\u003e\n\u003ch1\u003e\n\u003cspan class=\"highlight\"\u003e10000mAh\u003c\/span\u003e Rugged Solar Power Bank\u003c\/h1\u003e\n\n\u003cp style=\"font-size: 20px; max-width: 800px; margin: 0 auto;\"\u003eThe ultimate power solution for your adventures. Charge up to 5 devices simultaneously with built-in cables and wireless charging, all in a durable, weatherproof design.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img58\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260724160302\/ace3f43c1f03d2c70a527536bea66f60.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Ruggedness --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img55\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260724160302\/56884a916ece3ef6226373ce167a8014.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEngineered for Extremes\u003c\/h2\u003e\n\n\u003cp\u003eDon't let the elements stop you. This power bank is built with a robust IP65 rating, making it waterproof, dustproof, and shockproof. Reinforced corners and sealed ports ensure it can withstand drops, rain, and dirt, making it your reliable companion in any environment.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eIP65 Waterproof\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eShockproof Design\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDustproof\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Charging Versatility --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img56\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260724160302\/fd5accc1258bc0775334f1f0909ecbab.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eThe Ultimate Cable-Free Solution\u003c\/h2\u003e\n\n\u003cp\u003eForget the tangled mess of cables. This charger features four built-in cables (Lightning, Type-C, Micro-USB, and USB-A input) plus a wireless charging pad. You can power up to 5 devices at once, ensuring all your gear stays charged without carrying extra cords.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e4 Built-in Cables\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eWireless Charging\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCharge 5 Devices\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Outdoor Utility --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260724160302\/ad1666c3c777931ce044b8bbfc989292.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eMore Than Just Power\u003c\/h2\u003e\n\n\u003cp\u003eNavigate in the dark with the powerful dual LED flashlight, featuring Steady, SOS, and Strobe modes for any situation. The integrated solar panel provides emergency trickle charging when you're off the grid, giving you peace of mind on extended trips.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eDual LED Flashlight\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e3 Light Modes (Steady\/SOS\/Strobe)\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSolar Emergency Charging\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"specs-section section-spacing\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eBattery Capacity\u003c\/th\u003e\n\t\t\t\u003ctd\u003e10000mAh\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eBattery Type\u003c\/th\u003e\n\t\t\t\u003ctd\u003eLi-polymer Battery\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eInputs\u003c\/th\u003e\n\t\t\t\u003ctd\u003eType-C Port\u003cbr\u003e\n\t\t\tMicro-USB Port\u003cbr\u003e\n\t\t\tBuilt-in USB-A Cable\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eOutputs\u003c\/th\u003e\n\t\t\t\u003ctd\u003eBuilt-in Lightning Cable\u003cbr\u003e\n\t\t\tBuilt-in Type-C Cable\u003cbr\u003e\n\t\t\tBuilt-in Micro-USB Cable\u003cbr\u003e\n\t\t\tUSB-A Port\u003cbr\u003e\n\t\t\tWireless Charging Pad\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eAdditional Features\u003c\/th\u003e\n\t\t\t\u003ctd\u003eSolar Panel, Dual LED Flashlight (3 Modes), Compass, Lanyard Hole\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd\u003eABS + PC + Silicone\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eWaterproof Rating\u003c\/th\u003e\n\t\t\t\u003ctd\u003eIP65\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eAvailable Colors\u003c\/th\u003e\n\t\t\t\u003ctd\u003eBlack, Orange, Blue, Green\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"faq-section section-spacing\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow fast does the solar panel charge the power bank?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eSolar charging is designed for emergency backup and is much slower than wall charging. The charging speed depends on the sunlight's intensity. For daily use, we recommend fully charging the power bank via a wall outlet before your trip.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I charge multiple devices while the power bank is charging?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, this power bank supports pass-through charging, allowing you to charge your devices while the power bank itself is being recharged via a wall adapter.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the power bank fully waterproof?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eIt has an IP65 rating, which means it is protected against dust and low-pressure water jets from any direction. It is splash-proof and rain-proof but should not be submerged in water. Ensure all port covers are tightly closed to maintain the waterproof seal.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"Orange","offer_id":46896428449965,"sku":"1730602748408402247","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":46896428482733,"sku":"1732307026247782727","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":46896428515501,"sku":"1732307026247848263","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":46896428548269,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/200fd22bf5904266a764d9610300411e.jpg?v=1784885780","url":"https:\/\/newjoyloo.com\/products\/rugged-solar-multi-charger-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}