{"product_id":"rugged-solar-multi-charger-rjc","title":"Robuuste Zonne-oplader 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\"\u003eGemaakt voor Buitenactiviteiten\u003c\/span\u003e\n\u003ch1\u003e\n\u003cspan class=\"highlight\"\u003e10000mAh\u003c\/span\u003e Robuuste Zonne Powerbank\u003c\/h1\u003e\n\n\u003cp style=\"font-size: 20px; max-width: 800px; margin: 0 auto;\"\u003eDe ultieme energieoplossing voor je avonturen. Laad tot 5 apparaten tegelijk op met ingebouwde kabels en draadloos opladen, allemaal in een duurzaam, weerbestendig ontwerp.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\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!-- 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\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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eOntworpen voor Extreme Omstandigheden\u003c\/h2\u003e\n\n\u003cp\u003eLaat de elementen je niet tegenhouden. Deze powerbank is gebouwd met een robuuste IP65-classificatie, waardoor hij waterdicht, stofdicht en schokbestendig is. Versterkte hoeken en afgesloten poorten zorgen ervoor dat hij valpartijen, regen en vuil kan weerstaan, waardoor hij je betrouwbare metgezel is in elke omgeving.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eIP65 Waterdicht\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSchokbestendig Ontwerp\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eStofbestendig\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\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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDe Ultieme Oplossing Zonder Kabels\u003c\/h2\u003e\n\n\u003cp\u003eVergeet de wirwar van kabels. Deze oplader heeft vier ingebouwde kabels (Lightning, Type-C, Micro-USB en USB-A ingang) plus een draadloos oplaadpad. Je kunt tot 5 apparaten tegelijk opladen, zodat al je apparatuur opgeladen blijft zonder extra snoeren mee te nemen.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e4 Ingebouwde Kabels\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDraadloos Opladen\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLaad 5 Apparaten Op\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\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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eMeer Dan Alleen Energie\u003c\/h2\u003e\n\n\u003cp\u003eNavigeer in het donker met de krachtige dubbele LED zaklamp, met Constant, SOS en Stroboscoop modi voor elke situatie. Het geïntegreerde zonnepaneel biedt nood-druppelopladen wanneer je buiten het netwerk bent, zodat je gerust bent tijdens langere reizen.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eDubbele LED Zaklamp\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e3 Lichtmodi (Constant\/SOS\/Stroboscoop)\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eZonne Noodopladen\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;\"\u003eTechnische Specificaties\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eBatterijcapaciteit\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\u003eBatterijtype\u003c\/th\u003e\n\t\t\t\u003ctd\u003eLi-polymeer Batterij\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eIngangen\u003c\/th\u003e\n\t\t\t\u003ctd\u003eType-C Poort\u003cbr\u003e\n\t\t\tMicro-USB Poort\u003cbr\u003e\n\t\t\tIngebouwde USB-A Kabel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eUitgangen\u003c\/th\u003e\n\t\t\t\u003ctd\u003eIngebouwde Lightning Kabel\u003cbr\u003e\n\t\t\tIngebouwde Type-C Kabel\u003cbr\u003e\n\t\t\tIngebouwde Micro-USB Kabel\u003cbr\u003e\n\t\t\tUSB-A Poort\u003cbr\u003e\n\t\t\tDraadloos Oplaadpad\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eExtra Kenmerken\u003c\/th\u003e\n\t\t\t\u003ctd\u003eZonnepaneel, Dubbele LED Zaklamp (3 Modi), Kompas, Koordgat\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMateriaal\u003c\/th\u003e\n\t\t\t\u003ctd\u003eABS + PC + Siliconen\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eWaterdichtheidsclassificatie\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\u003eBeschikbare Kleuren\u003c\/th\u003e\n\t\t\t\u003ctd\u003eZwart, Oranje, Blauw, Groen\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;\"\u003eVeelgestelde Vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHoe snel laadt het zonnepaneel de powerbank op?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eZonne-opladen is bedoeld als noodbackup en is veel langzamer dan opladen via het stopcontact. De oplaadsnelheid hangt af van de intensiteit van het zonlicht. Voor dagelijks gebruik raden we aan de powerbank volledig op te laden via een stopcontact voordat je op reis gaat.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eKan ik meerdere apparaten opladen terwijl de powerbank wordt opgeladen?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eJa, deze powerbank ondersteunt pass-through opladen, waardoor je je apparaten kunt opladen terwijl de powerbank zelf wordt opgeladen via een wandadapter.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs de powerbank volledig waterdicht?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eHet heeft een IP65-classificatie, wat betekent dat het beschermd is tegen stof en waterstralen met lage druk vanuit elke richting. Het is spatwater- en regenbestendig, maar mag niet ondergedompeld worden in water. Zorg ervoor dat alle poortafdekkingen goed gesloten zijn om de waterdichte afdichting te behouden.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"Oranje","offer_id":46896428449965,"sku":"1730602748408402247","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Blauw","offer_id":46896428482733,"sku":"1732307026247782727","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Groen","offer_id":46896428515501,"sku":"1732307026247848263","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Rood","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\/nl\/products\/rugged-solar-multi-charger-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}