{"product_id":"pocket-sized-powerhouse-light","title":"Pocket-Sized Powerhouse Light","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：紧凑型多功能EDC手电筒工具\n  目标受众：通勤者、车主、户外爱好者\n  视觉风格：科技、战术、坚固、紧凑（暗色调背景搭配亮光强调）\n  配色策略：深色背景（--bg-body）突出光效，白色文字（--text-main），蓝色作为科技感点缀（--primary）\n  模块顺序：Hero -\u003e Compact\/Wearable (Feature 1) -\u003e Performance (Feature 2) -\u003e Emergency Functions (Feature 3) -\u003e Durability (Feature 4) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_0.png, Feature1=image_4.png, Feature2=image_1.png, Feature3=image_2.png, Feature4=image_3.png\n  规格图映射：无专用规格图，数据来源于详情图和报告\n  对比模块：未加入（无明显竞品对比需求）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #007BFF;\n      --primary-hover: #0056b3;\n      --text-main: #ffffff;\n      --text-sub: #b0b0b0;\n      --bg-body: #121212;\n      --bg-card: #1E1E1E;\n      --bg-soft: #2A2A2A;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.2);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.4);\n      --border-color: #333333;\n\n      \/* Container Styles *\/\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: clamp(2rem, 5vw, 4rem) 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      background-color: var(--bg-body);\n      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      margin: 0 0 1rem;\n      line-height: 1.2;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin: 0 0 1rem;\n      line-height: 1.3;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      font-weight: 600;\n      margin: 0 0 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      margin: 0 0 1.5rem;\n      color: var(--text-sub);\n    }\n\n    \/* Utilities *\/\n    .pd-section {\n      margin-bottom: clamp(3rem, 8vw, 6rem);\n    }\n\n    .pd-img-block {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .pd-tag {\n      display: inline-block;\n      padding: 0.4rem 1rem;\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      border-radius: 50px;\n      font-size: 14px;\n      font-weight: 500;\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .pd-feature {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .pd-feature:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .pd-feature-media,\n    .pd-feature-copy {\n      flex: 1;\n    }\n\n    .pd-feature-pills {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n\n    .pd-pill {\n      background-color: var(--bg-soft);\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: 14px;\n      color: var(--text-sub);\n    }\n\n    \/* Specifications *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    .pd-specs-table th,\n    .pd-specs-table td {\n      padding: 1.25rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-specs-table th {\n      background-color: var(--bg-soft);\n      font-weight: 600;\n      width: 40%;\n    }\n\n    .pd-specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* FAQ *\/\n    .pd-faq-item {\n      background-color: var(--bg-card);\n      padding: 1.5rem;\n      border-radius: var(--radius-lg);\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n    }\n\n    .pd-faq-question {\n      font-weight: 600;\n      font-size: 18px;\n      margin-bottom: 0.75rem;\n      color: var(--text-main);\n      display: flex;\n      align-items: center;\n    }\n\n    .pd-faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      margin-right: 0.75rem;\n      font-weight: 700;\n    }\n\n    .pd-faq-answer {\n      color: var(--text-sub);\n      margin: 0;\n      padding-left: 2rem;\n    }\n\n    \/* Mobile Media Query *\/\n    @media (max-width: 767px) {\n      .pd-feature,\n      .pd-feature:nth-child(even) {\n        flex-direction: column;\n        text-align: left;\n      }\n\n      .pd-hero {\n        text-align: left;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-tag\"\u003eDesigned for Everyday Readiness\u003c\/span\u003e\n\u003ch1\u003e\u003cstrong\u003e\u003cspan style=\"color:#ffffff;\"\u003eThumb-Sized Power: Your Everyday Emergency Vanguard\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h1\u003e\n\n\u003cp\u003eMore than just a flashlight. This ultra-compact EDC tool combines powerful lighting, UV detection, and tactical safety features to keep you prepared for anything.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img59\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260728154819\/1354b84319b9c97ccc0dd4f8769b8e37.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260728154819\/e049927946fffdaf245a8eca4de203c3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003e\u003cspan style=\"color:#ffffff;\"\u003e\u003cstrong\u003eUnmatched Portability \u0026amp; Hands-Free Utility\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eThe ultra-compact, thumb-sized design fits anywhere. With its integrated magnetic base and versatile hat clip, you can attach it to your vehicle, cap, or backpack for hands-free illumination wherever you need it.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-pills\"\u003e\n\u003cspan class=\"pd-pill\"\u003eMagnetic Base\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003eHat\/Bag Clip\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003eKeychain Ready\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Feature Section 2: Performance --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260728154819\/13b19d9a55892c4c9921bec6e7927f53.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003e\u003cspan style=\"color:#ffffff;\"\u003e\u003cstrong\u003eSmall Body, Massive Output\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eDon't let the size fool you. This little giant delivers a brilliant 500-lumen beam with a 100-meter range, providing reliable visibility for any nighttime task or adventure.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-pills\"\u003e\n\u003cspan class=\"pd-pill\"\u003e500 Lumens Max\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003e100m Beam Range\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003eLong Runtime\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. Feature Section 3: Emergency \u0026 Utility Trio --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260728154819\/747f4a655775ff33e79a1f2d608a7f41.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003e\u003cspan style=\"color:#ffffff;\"\u003e\u003cstrong\u003e3-in-1 Tactical Safety \u0026amp; Utility\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003ePrepared for the unexpected. Features a high-hardness emergency window breaker, a red\/blue warning strobe for roadside safety, and a UV light for detection and inspection.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-pills\"\u003e\n\u003cspan class=\"pd-pill\"\u003eWindow Breaker\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003eRed\/Blue Strobe\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003eUV Light\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- E. Feature Section 4: Durability --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260728154819\/54feb44c1f9e807e4e1fc96a31711d23.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003e\u003cspan style=\"color:#ffffff;\"\u003e\u003cstrong\u003eIPX5 Water-Resistant \u0026amp; Built Tough\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eEngineered to withstand the elements. The rugged metal body and IPX5 rating ensure reliable performance in rain, splashes, or harsh outdoor environments.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-pills\"\u003e\n\u003cspan class=\"pd-pill\"\u003eIPX5 Rated\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003eMetal Body\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003eAll-Weather Use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003c!-- F. Specifications --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003e\u003cspan style=\"color:#ffffff;\"\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e\u003cspan style=\"font-size:16px;\"\u003eMax Output\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd\u003e\u003cspan style=\"font-size:16px;\"\u003e500 Lumens\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e\u003cspan style=\"font-size:16px;\"\u003eMax Beam Distance\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd\u003e\u003cspan style=\"font-size:16px;\"\u003e100 Meters\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e\u003cspan style=\"font-size:16px;\"\u003eWater Resistance\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd\u003e\u003cspan style=\"font-size:16px;\"\u003eIPX5\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e\u003cspan style=\"font-size:16px;\"\u003eCharging Port\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd\u003e\u003cspan style=\"font-size:16px;\"\u003eUSB-C\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e\u003cspan style=\"font-size:16px;\"\u003eLight Sources\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd\u003e\u003cspan style=\"font-size:16px;\"\u003eMain LED, Side White\/Red\/Blue\/UV LEDs\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e\u003cspan style=\"font-size:16px;\"\u003eKey Features\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd\u003e\u003cspan style=\"font-size:16px;\"\u003eMagnetic Base, Hat Clip, Window Breaker\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- G. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003e\u003cspan style=\"color:#ffffff;\"\u003e\u003cstrong\u003eFrequently Asked Questions\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHow do I charge the flashlight?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eThe flashlight features a standard USB-C port for convenient and fast recharging using a compatible cable.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eIs it safe to use in the rain?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eYes, it has an IPX5 water-resistance rating, making it perfectly suitable for use in rain or splash-prone environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHow do I access the different light modes?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eThe dual side buttons allow you to easily switch between the main bright light, side floodlights, and special modes like UV detection and the red\/blue warning strobe.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Essential Tool)","offer_id":45924252614847,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Keep a Backup - 10%)","offer_id":45924252647615,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Gift Ready - 15%)","offer_id":45924252680383,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/1354b84319b9c97ccc0dd4f8769b8e37.jpg?v=1785225533","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/pocket-sized-powerhouse-light","provider":"Bak","version":"1.0","type":"link"}