{"product_id":"high-visibility-led-tail-light","title":"High Visibility LED Tail Light","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：自行车尾灯（安全配件）\n  目标受众：城市通勤者、夜骑爱好者\n  视觉风格：科技感、安全警示、以暗色背景衬托高亮光效\n  配色策略：主色调采用中性黑白灰以适配店铺主题，核心强调色使用产品本身的橙色（按钮\/卡扣），突出警示与操作点。\n  模块顺序：Hero (安全核心) -\u003e Feature 1 (广角可视) -\u003e Feature 2 (便捷安装) -\u003e Feature 3 (续航快充) -\u003e Specs -\u003e FAQ\n  详情图映射：\n    - Hero: image_3.png (最佳夜间红光效果，突出核心用途)\n    - Feature 1: image_4.png (展示160度广角蓝光)\n    - Feature 2: image_2.png (展示硅胶带安装过程)\n    - Feature 3: image_1.png (展示Type-C充电和电池参数)\n  规格图映射：Specs模块参考 image_6.png 提取颜色信息，参考 image_1.png 提取电池信息。\n  对比模块：未加入（无明显竞品对比需求）。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #ff6600; \/* Orange accent from product details *\/\n      --primary-hover: #e65c00;\n      --text-main: #222222;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #f8f8f8;\n      --bg-soft: #f4f4f4;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #eeeeee;\n      --spacing-section: clamp(2.5rem, 6vw, 4.5rem);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\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, 5vw, 42px);\n      font-weight: 700;\n      margin: 0 0 1rem 0;\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 0;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin: 0 0 0.75rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* General Elements *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    .pd-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 0.4rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1rem;\n    }\n\n    \/* A. Hero Section *\/\n    .hero-section {\n      text-align: center;\n      max-width: 900px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .hero-content {\n      margin-bottom: 2rem;\n    }\n\n    \/* B. Feature Sections (Z-Pattern) *\/\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media,\n    .feature-copy {\n      flex: 1;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n\n    .pd-tag {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      padding: 0.3rem 0.8rem;\n      border-radius: 4px;\n      font-size: 16px;\n      color: var(--text-sub);\n    }\n\n    \/* C. Specifications *\/\n    .specs-box {\n      background: var(--bg-card);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n    }\n\n    .specs-table th,\n    .specs-table td {\n      padding: 1rem;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .specs-table th {\n      width: 40%;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n\n    \/* D. FAQ *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n      color: var(--text-main);\n    }\n\n    .faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Mobile Optimization *\/\n    @media (max-width: 767px) {\n      .feature-item,\n      .feature-item:nth-child(even) {\n        flex-direction: column;\n        text-align: left;\n      }\n\n      .feature-media {\n        width: 100%;\n      }\n\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n\n      .specs-table thead {\n        display: none;\n      }\n\n      .specs-table td {\n        padding-left: 0;\n        padding-right: 0;\n        display: flex;\n        justify-content: space-between;\n      }\n\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 500;\n        color: var(--text-sub);\n        padding-right: 1rem;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Section --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"pd-badge\"\u003eEssential Night Riding Gear\u003c\/span\u003e\n\u003ch1\u003eRide Safer with High-Visibility Rear Warning\u003c\/h1\u003e\n\n\u003cp\u003ePowerful LED output and distinct light strip design keep you seen by traffic in low-light conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img162\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260717144615\/1d13491603d1b5e35d183bb50515badc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"feature-item pd-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img163\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260717144615\/b322fad61ae6e6df586d15f89a952ba6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e160° Ultra-Wide Angle Visibility\u003c\/h2\u003e\n\n\u003cp\u003eStay visible not just from directly behind, but also from the sides. The unique curved LED strip design projects bright light across a 160-degree wide angle, enhancing your presence on the road to surrounding traffic.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eHigh Brightness LED\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSide Visibility\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item pd-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img164\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260717144615\/727e6f6bd1fed9d11b6d94d15522e5ac.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eTool-Free, Secure Installation\u003c\/h2\u003e\n\n\u003cp\u003eAttach or remove the light in seconds without any tools. The high-elasticity silicone strap wraps securely around most standard seat posts, providing a stable hold even on bumpy rides without scratching your bike frame.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eQuick Release\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eFlexible Strap\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSecure Fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item pd-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img165\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260717144615\/ddf7fc65dff4d82c03f29424a2cd6c7d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUSB-C Rechargeable \u0026amp; Weatherproof\u003c\/h2\u003e\n\n\u003cp\u003ePowered by a built-in 500mAh battery, this light recharges easily via the universal Type-C port using a power bank or computer. The durable construction is resistant to rain and splashes, ensuring reliable performance in all weather conditions.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e500mAh Battery\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eType-C Port\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eWater Resistant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section specs-section\"\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Light Source\"\u003eHigh-brightness LED\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Battery Capacity\"\u003e500mAh Rechargeable Li-ion\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Charging Interface\"\u003eUSB Type-C\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Mounting System\"\u003eHigh-Elasticity Silicone Strap\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Light Colors\"\u003eRed, Yellow, Blue, Green (Select Option)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I charge the tail light?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eSimply open the protective dust cover on the bottom and connect the included USB Type-C cable to a USB power source, such as a laptop, wall adapter, or power bank. The indicator light shows charging status.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill it fit my bicycle seat post?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the flexible silicone strap is designed to stretch and accommodate most standard bicycle seat post diameters snugly.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this light waterproof?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe tail light is designed for daily waterproofing, meaning it can withstand rain and road splashes during normal riding conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Red \/ 1-Pack (Essential Safety Tool)","offer_id":63108811522419,"sku":"0717-16503598","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Amber \/ 1-Pack (Essential Safety Tool)","offer_id":63108811555187,"sku":"0717-16502390","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 1-Pack (Essential Safety Tool)","offer_id":63108811587955,"sku":"0717-16500740","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ 1-Pack (Essential Safety Tool)","offer_id":63108811620723,"sku":"0717-16506731","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ 2-Pack (Bike \u0026 Helmet Combo)","offer_id":63108811653491,"sku":"0717-16501726","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Amber \/ 2-Pack (Bike \u0026 Helmet Combo)","offer_id":63108811686259,"sku":"0717-16509465","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 2-Pack (Bike \u0026 Helmet Combo)","offer_id":63108811719027,"sku":"0717-16504819","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ 2-Pack (Bike \u0026 Helmet Combo)","offer_id":63108811751795,"sku":"0717-16509968","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ 4-Pack (Full Visibility Setup)","offer_id":63108811784563,"sku":"0717-16501488","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Amber \/ 4-Pack (Full Visibility Setup)","offer_id":63108811817331,"sku":"0717-16502368","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 4-Pack (Full Visibility Setup)","offer_id":63108811850099,"sku":"0717-16505920","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ 4-Pack (Full Visibility Setup)","offer_id":63108811882867,"sku":"0717-16507913","price":34.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/5692\/1971\/files\/1d13491603d1b5e35d183bb50515badc.jpg?v=1784278263","url":"https:\/\/woyuosn.com\/products\/high-visibility-led-tail-light","provider":"Woyuosn","version":"1.0","type":"link"}