{"product_id":"4-port-multi-device-charger","title":"4-Port Multi-Device Charger","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：120W四口充电器+65W四合一数据线套装\n  目标受众：拥有多设备（手机\/平板\/笔电），追求高效、便携、一站式解决方案的用户\n  视觉风格：科技感、活力（黄色点缀）、硬核工业风（数据线设计）\n  配色策略：以产品黄为主色调，搭配黑\/灰\/白营造专业感\n  模块顺序：Hero（套装综述）→ Feature1（充电器核心能力）→ Feature2（数据线特色）→ Feature3（场景与兼容性）→ Specs → FAQ\n  详情图映射：Hero=image_4.png, Feature1=image_5.png, Feature2=image_3.png, Feature3=image_2.png\n  规格图映射：Specs=image_5.png, image_8.png\n  对比模块：未加入（产品本身即为“全能”解决方案，无需外部对比强调）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #F5C300; \/* Product Yellow *\/\n      --primary-hover: #E0B200;\n      --text-main: #212121;\n      --text-sub: #616161;\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 12px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.1);\n      --border-color: #EDEEF2;\n      --spacing-section: clamp(3rem, 8vw, 5rem);\n      --spacing-module: clamp(2rem, 5vw, 3rem);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', 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, 5vw, 44px);\n      font-weight: 800;\n      line-height: 1.2;\n      margin-bottom: 16px;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 700;\n      margin-bottom: 20px;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 700;\n      margin-bottom: 12px;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      margin-bottom: 20px;\n    }\n\n    \/* Reusable Components *\/\n    .pd-badge {\n      display: inline-block;\n      padding: 6px 12px;\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      border-radius: 20px;\n      font-size: 14px;\n      font-weight: 600;\n      margin-bottom: 16px;\n    }\n\n    .pd-badge.highlight {\n      background-color: var(--primary);\n      color: black;\n    }\n\n    .pd-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 20px;\n    }\n\n    .pd-tag {\n      background: var(--bg-body);\n      border: 1px solid var(--border-color);\n      padding: 6px 14px;\n      border-radius: 8px;\n      font-size: 14px;\n      font-weight: 500;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n    \n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      background-color: #f0f0f0;\n      border: 2px dashed #ccc;\n      border-radius: var(--radius-md);\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      color: #999;\n      font-family: monospace;\n      padding: 20px;\n      box-sizing: border-box;\n      aspect-ratio: 16\/9; \/* Default aspect ratio, adjust per section *\/\n    }\n\n    \/* HERO Section *\/\n    .pd-hero {\n      text-align: center;\n      padding: var(--spacing-section) 0;\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .pd-hero-media {\n      margin-top: var(--spacing-module);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-lg);\n    }\n    \n    .pd-hero-media .img-placeholder {\n        aspect-ratio: 4\/3;\n    }\n\n    \/* Feature Sections *\/\n    .pd-feature {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: var(--spacing-module);\n      align-items: center;\n      padding: var(--spacing-section) 0;\n    }\n\n    .pd-feature-media {\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n    \n    .pd-feature-media .img-placeholder {\n        aspect-ratio: 1\/1;\n    }\n\n    .pd-feature-copy {\n      padding: 20px;\n    }\n\n    \/* Feature Alternating Layout (Desktop) *\/\n    @media (min-width: 768px) {\n      .pd-feature {\n        grid-template-columns: 1fr 1fr;\n        gap: clamp(3rem, 6vw, 6rem);\n      }\n\n      .pd-feature.reverse {\n        direction: rtl;\n      }\n\n      .pd-feature.reverse .pd-feature-copy {\n        direction: ltr;\n      }\n    }\n\n    \/* Specs Section *\/\n    .pd-specs {\n      padding: var(--spacing-section) 0;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(2rem, 5vw, 3rem);\n      margin: var(--spacing-section) 0;\n    }\n\n    .pd-spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: var(--spacing-module);\n      background: var(--bg-body);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    .pd-spec-table th,\n    .pd-spec-table td {\n      padding: 16px 24px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-spec-table th {\n      background-color: var(--bg-soft);\n      font-weight: 600;\n      width: 35%;\n    }\n\n    \/* Mobile Specs *\/\n    @media (max-width: 767px) {\n      .pd-spec-table, .pd-spec-table thead, .pd-spec-table tbody, .pd-spec-table tr, .pd-spec-table th, .pd-spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-spec-table thead { display: none; }\n      .pd-spec-table tr { margin-bottom: 16px; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .pd-spec-table td {\n        padding: 12px 16px;\n        border-bottom: 1px solid var(--border-color);\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n      }\n      .pd-spec-table td:last-child { border-bottom: none; }\n      .pd-spec-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-sub);\n        margin-right: auto;\n        padding-right: 16px;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq {\n      padding: var(--spacing-section) 0;\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .pd-faq-item {\n      margin-bottom: 24px;\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 24px;\n    }\n\n    .pd-faq-question {\n      font-weight: 700;\n      font-size: 18px;\n      margin-bottom: 12px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .pd-faq-answer {\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    .pd-accent { color: var(--primary-hover); }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003csection class=\"pd-hero\"\u003e\u003cspan class=\"pd-badge highlight\"\u003eThe Ultimate Charging Bundle\u003c\/span\u003e\n\u003ch1\u003eOne Charger. One Cable.\u003cbr\u003e\nAll Your Devices.\u003c\/h1\u003e\n\n\u003cp\u003eExperience the freedom of a complete 120W charging solution. Power up to 4 devices simultaneously with the high-speed charger and versatile 4-in-1 cable included in the box.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003c!-- [ 📷 需替换：image_4.png ] --\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 4\/3;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260424102237\/be9f4a1860beed83929facf790059d4c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260424102237\/c49d99fcc218fd49bf01a471e6056ae7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cspan class=\"pd-badge\"\u003e120W Total Power\u003c\/span\u003e\n\n\u003ch2\u003eCharge 4 Devices at Full Speed\u003c\/h2\u003e\n\n\u003cp\u003eStop waiting for one device to finish before charging another. This powerhouse features dual USB-C PD ports and dual USB-A QC3.0 ports, delivering a massive 120W total output. It's designed to fast-charge your laptop, tablet, phone, and accessories all at the same time.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e⚡ 120W Max Output\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e🔋 2x USB-C PD\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e🔋 2x USB-A QC3.0\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. Feature Section 2: The Cable --\u003e\n\n\u003csection class=\"pd-feature reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003c!-- [ 📷 需替换：image_3.png ] --\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260424102237\/4544f41c72eb6307478e5475d5ecdc54.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cspan class=\"pd-badge\"\u003ePremium Accessory Included\u003c\/span\u003e\n\n\u003ch2\u003eThe Only Cable You'll Ever Need\u003c\/h2\u003e\n\n\u003cp\u003eForget the cable clutter. The included industrial-grade 4-in-1 cable transforms to meet any challenge. With interchangeable USB-A\/USB-C inputs and Lightning\/USB-C outputs, it supports up to 65W PD fast charging and data transfer for virtually any modern device.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e🔗 4-in-1 Design\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e🚀 Supports 65W PD\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e🛡️ Durable Build\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. Feature Section 3: Scenario \u0026 Design --\u003e\n\n\u003csection class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003c!-- [ 📷 需替换：image_2.png ] --\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260424102237\/8fc8bd5a9fea176bd6683cbb4dcdaa7c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cspan class=\"pd-badge\"\u003eUniversal \u0026amp; Travel-Ready\u003c\/span\u003e\n\n\u003ch2\u003ePower for Everywhere You Go\u003c\/h2\u003e\n\n\u003cp\u003eWhether you're at home, in the office, or on the road, this compact kit has you covered. The foldable plug design makes it incredibly pocket-friendly, ensuring you have powerful, universal charging capability wherever life takes you.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e✈️ Travel Friendly\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e🔌 Foldable Plug (US)\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e📱 Universal Compatibility\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003csection class=\"pd-specs\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product\"\u003e120W 4-Port Charger + 4-in-1 Cable Set\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Model Number\"\u003eKO-71\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Input\"\u003e100-240V ~ 50\/60Hz 0.5A\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Total Output\"\u003e120W (Max)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Charger Ports\"\u003e2x USB-C (PD), 2x USB-A (QC3.0)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\u003c!-- Dimensions calculated from 5cm x 4.5cm x 3cm --\u003e\n\t\t\t\u003ctd data-label=\"Charger Dimensions\"\u003eApprox. 5.0 x 4.5 x 3.0 cm (1.97 x 1.77 x 1.18 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Included Cable\"\u003e4-in-1 (USB-A\/C to Lightning\/USB-C)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Cable Power Support\"\u003eUp to 65W PD\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"pd-faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHere. Can this charge my laptop?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eYes. The USB-C PD ports support high-power output suitable for fast-charging many USB-C laptops, including MacBook Air\/Pro and various Windows laptops. For best results, use a USB-C to USB-C connection.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHere. Does it support fast charging for iPhones?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eAbsolutely. When using the included cable configured with the Lightning connector plugged into a USB-C PD port, it supports fast charging for compatible iPhone models.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHere. What exactly does the \"4-in-1 cable\" do?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eThe cable has adaptors on both ends. The input side can be USB-A or USB-C, and the output side can be Lightning (for Apple devices) or USB-C. This means one single cable can connect virtually any standard charger to almost any mobile device.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"US Plug \/ Yellow","offer_id":45069512966280,"sku":"0424-11380994","price":19.95,"currency_code":"USD","in_stock":true},{"title":"EU Plug \/ Yellow","offer_id":45069512999048,"sku":"0424-11385902","price":19.95,"currency_code":"USD","in_stock":true},{"title":"UK Plug \/ Yellow","offer_id":45069513031816,"sku":"0424-11382821","price":19.95,"currency_code":"USD","in_stock":true},{"title":"AU Plug \/ Yellow","offer_id":45069513064584,"sku":"0424-11383890","price":19.95,"currency_code":"USD","in_stock":true},{"title":"US Plug \/ White","offer_id":45069513097352,"sku":"0424-11388753","price":19.95,"currency_code":"USD","in_stock":true},{"title":"EU Plug \/ White","offer_id":45069513130120,"sku":"0424-11386085","price":19.95,"currency_code":"USD","in_stock":true},{"title":"UK Plug \/ White","offer_id":45069513162888,"sku":"0424-11383490","price":19.95,"currency_code":"USD","in_stock":true},{"title":"AU Plug \/ White","offer_id":45069513195656,"sku":"0424-11382518","price":19.95,"currency_code":"USD","in_stock":true},{"title":"US Plug \/ Black","offer_id":45069513228424,"sku":"0424-11384563","price":19.95,"currency_code":"USD","in_stock":true},{"title":"EU Plug \/ Black","offer_id":45069513261192,"sku":"0424-11385331","price":19.95,"currency_code":"USD","in_stock":true},{"title":"UK Plug \/ Black","offer_id":45069513293960,"sku":"0424-11381830","price":19.95,"currency_code":"USD","in_stock":true},{"title":"AU Plug \/ Black","offer_id":45069513326728,"sku":"0424-11388918","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0695\/6282\/6888\/files\/be9f4a1860beed83929facf790059d4c.jpg?v=1777001977","url":"https:\/\/pawnexa.com\/products\/4-port-multi-device-charger","provider":"PawNexa","version":"1.0","type":"link"}