{"product_id":"compact-dual-beam-aux-lights","title":"Compact Dual-Beam Aux Lights","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 Specifications -\u003e FAQ\n详情图映射：Hero=image_2.png, Feature1=image_4.png, Feature2=image_6.png, Feature3=image_7.png\n规格图映射：Specs=image_9.png\n对比模块：未加入（现有Feature模块已包含不同光色对比，无需独立对比区域）\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* Design System Variables *\/\n    --primary: #F2C94C; \/* Yellow accent light *\/\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    --spacing-xs: clamp(0.5rem, 1vw, 0.75rem);\n    --spacing-sm: clamp(1rem, 2vw, 1.5rem);\n    --spacing-md: clamp(2rem, 4vw, 3rem);\n    --spacing-lg: clamp(3rem, 6vw, 5rem);\n    --border-color: #3A3A3A;\n    \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    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 5vw, 44px);\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: var(--spacing-sm);\n  }\n  \n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    font-weight: 600;\n    margin-bottom: var(--spacing-sm);\n    color: var(--text-main);\n  }\n\n  .product-detail-container h3 {\n    font-size: 20px;\n    font-weight: 600;\n    margin-bottom: var(--spacing-xs);\n  }\n\n  .product-detail-container p {\n    font-size: 18px;\n    color: var(--text-sub);\n    margin-bottom: var(--spacing-sm);\n  }\n\n  \/* Reusable Classes *\/\n  .pd-section {\n    margin-bottom: var(--spacing-lg);\n  }\n\n  .pd-badge {\n    display: inline-block;\n    padding: 6px 12px;\n    background-color: var(--bg-soft);\n    color: var(--primary);\n    border-radius: var(--radius-md);\n    font-size: 16px;\n    font-weight: 500;\n    margin-bottom: var(--spacing-sm);\n  }\n\n  \/* Image Placeholder Style (Solution A: Fluid) *\/\n  .pd-image-placeholder {\n    width: 100%;\n    height: auto;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    background-color: var(--bg-soft);\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-lg);\n    padding: var(--spacing-md);\n    box-sizing: border-box;\n    color: var(--text-sub);\n    font-family: monospace;\n    font-size: 16px;\n    min-height: 300px; \/* Ensure visibility *\/\n  }\n\n  .pd-image-placeholder img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-lg);\n  }\n  \n  \/* Hero Module *\/\n  .hero-section {\n    text-align: center;\n    padding: var(--spacing-md) 0;\n  }\n  \n  .hero-content {\n    max-width: 800px;\n    margin: 0 auto var(--spacing-md);\n  }\n\n  \/* Feature Modules with Z-Pattern *\/\n  .feature-item {\n    display: flex;\n    align-items: center;\n    gap: var(--spacing-md);\n    margin-bottom: var(--spacing-lg);\n  }\n\n  .feature-media, .feature-copy {\n    flex: 1;\n  }\n\n  .feature-copy {\n    padding: var(--spacing-sm);\n  }\n  \n  .feature-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: var(--spacing-xs);\n    margin-top: var(--spacing-sm);\n  }\n  \n  .feature-tag {\n    font-size: 16px;\n    color: var(--text-sub);\n    background: var(--bg-card);\n    padding: 4px 10px;\n    border-radius: 4px;\n    border: 1px solid var(--border-color);\n  }\n\n  \/* Mobile Layout for Features *\/\n  @media (max-width: 767px) {\n    .feature-item {\n      flex-direction: column;\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: column;\n    }\n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n    .feature-copy {\n      padding: var(--spacing-sm) 0;\n    }\n  }\n\n  \/* Desktop Z-Pattern *\/\n  @media (min-width: 768px) {\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n  }\n\n  \/* Specifications Table *\/\n  .specs-box {\n    background-color: var(--bg-card);\n    padding: var(--spacing-md);\n    border-radius: var(--radius-lg);\n    border: 1px solid var(--border-color);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    text-align: left;\n  }\n\n  .specs-table th, .specs-table td {\n    padding: 16px;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 18px;\n  }\n\n  .specs-table th {\n    color: var(--text-sub);\n    font-weight: 500;\n    width: 40%;\n  }\n\n  .specs-table td {\n    color: var(--text-main);\n    font-weight: 600;\n  }\n\n  \/* Mobile Specs Table *\/\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      box-sizing: border-box;\n    }\n    .specs-table thead {\n      display: none;\n    }\n    .specs-table tr {\n      margin-bottom: var(--spacing-sm);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .specs-table td {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      border-bottom: 1px solid var(--border-color);\n      padding: 12px 16px;\n    }\n    .specs-table td:last-child {\n      border-bottom: none;\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 500;\n      color: var(--text-sub);\n      margin-right: auto;\n    }\n  }\n\n  \/* FAQ Module *\/\n  .faq-item {\n    background-color: var(--bg-card);\n    margin-bottom: var(--spacing-sm);\n    padding: var(--spacing-sm);\n    border-radius: var(--radius-md);\n    border: 1px solid var(--border-color);\n  }\n  \n  .faq-question {\n    font-size: 20px;\n    font-weight: 600;\n    color: var(--text-main);\n    margin-bottom: var(--spacing-xs);\n    display: flex;\n    align-items: center;\n  }\n  \n  .faq-question::before {\n    content: \"Q.\";\n    color: var(--primary);\n    margin-right: 8px;\n    font-weight: 700;\n  }\n\n  .faq-answer {\n    font-size: 18px;\n    color: var(--text-sub);\n    padding-left: 28px;\n  }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"pd-badge\"\u003eEngineered for All-Weather Safety\u003c\/span\u003e\n\u003ch1\u003e\u003cspan style=\"color:#ffffff;\"\u003eUltra-Compact Dual-Color Motorcycle Spotlights\u003c\/span\u003e\u003c\/h1\u003e\n\n\u003cp\u003eCut through darkness and adverse weather with powerful white and amber beams. A miniature design delivering massive visibility for every ride.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003c!-- 替换为展示灯光效果和摩托车安装场景的Hero图片 --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260430141322\/da73a7e60977d62ad012822a3c849fbf.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003c!-- 替换为展示白光和黄光切换效果的图片 --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260430141322\/5c3e98685037530f7ff37846f880af37.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDual-Mode Illumination \u0026amp; Focused Lens\u003c\/h2\u003e\n\n\u003cp\u003eAdapt instantly to changing conditions. Use the piercing white light for clear night cruising and switch to penetrating amber light for superior visibility in fog, rain, or dust. The high-definition convex lens focuses the output into a tight, long-range beam.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eWhite High Beam\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eAmber Low\/Fog Beam\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eHD Convex Lens\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Durability \u0026 Waterproof --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003c!-- 替换为展示防水性能或散热结构的图片 --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260430142237\/3083d78b6e9bd45683a38c9f6d9b18ba.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eIP67 Waterproof \u0026amp; Rugged Build\u003c\/h2\u003e\n\n\u003cp\u003eBuilt tough for the road. The fully sealed aluminum alloy housing is rated IP67 waterproof, ready to withstand rain and demanding environments. Integrated deep cooling fins ensure rapid heat dissipation for consistent performance.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eIP67 Rating\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eAluminum Body\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEfficient Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Mini Size \u0026 Installation --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003c!-- 替换为展示手持迷你尺寸或安装位置的图片 --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260430142459\/cd438e804968209a1ee9ddc399d0656d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eMiniature Size, Universal Fit\u003c\/h2\u003e\n\n\u003cp\u003eAt just over 2 inches in length, these spotlights offer a stealthy profile that won't clutter your bike. The adjustable stainless steel U-bracket allows for precise beam aiming and easy mounting on forks, crash bars, or handlebars.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e~6cm Length\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eAdjustable Bracket\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eStealth Design\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\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-box\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Housing Material\"\u003eAluminum Alloy\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Light Modes\"\u003eWhite (High) \/ Amber (Low\/Fog)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Waterproof Rating\"\u003eIP67\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Mounting Bracket\"\u003eStainless Steel U-Type\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003c!-- Data based on image_9.png --\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003eApprox. 61mm (2.4 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Lens Diameter\"\u003eApprox. 23mm (0.9 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Body Height\"\u003eApprox. 31mm (1.2 in)\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\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I switch between white and yellow light?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYou can toggle between the white and amber modes easily using the included external handlebar switch.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan these lights handle heavy rain?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, they have an IP67 waterproof rating, designed to resist water ingress from rain, puddles, and washing.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDo they get hot during operation?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eLike all high-performance LED lights, they generate heat. However, the aluminum alloy body with integrated cooling fins is designed to dissipate heat efficiently for safe operation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Single Light","offer_id":45087756550280,"sku":"0430-15346033","price":12.95,"currency_code":"USD","in_stock":true},{"title":"1 Pair + Switch Kit","offer_id":45087756583048,"sku":"0430-15345177","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0695\/6282\/6888\/files\/da73a7e60977d62ad012822a3c849fbf.jpg?v=1777534487","url":"https:\/\/pawnexa.com\/products\/compact-dual-beam-aux-lights","provider":"PawNexa","version":"1.0","type":"link"}