{"product_id":"led-car-rear-gesture-light","title":"LED Car Rear Gesture Light","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：车载后窗LED手势灯\n  目标受众：追求个性化表达、喜爱汽车文化的驾驶者\n  视觉风格：科技感、夜间高亮对比、赛博朋克风\n  配色策略：以黑色背景为主，突出LED的黄\/橙色光芒，辅以深灰色和白色文字\n  模块顺序：Hero (场景+痛点解决) -\u003e Feature 1 (核心功能:手势) -\u003e Feature 2 (操控:遥控安全) -\u003e Feature 3 (品质:高亮防水) -\u003e Scenario (适用车型) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_5.png, Feature1=image_1.png, Feature2=image_3.png, Feature3=image_4.png, Scenario=image_6.png\n  规格图映射：Specs=image_7.png (用于确认SKU信息，但不作为主要展示图)\n  对比模块：未加入，因无明确竞品对比需求，聚焦产品自身体验更好。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #ffaa00; \/* LED Yellow\/Orange *\/\n      --primary-hover: #e69900;\n      --text-main: #ffffff;\n      --text-sub: #b3b3b3;\n      --bg-body: #121212; \/* Dark background for high contrast *\/\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.4);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.6);\n      --border-color: #333333;\n      --section-spacing: clamp(3rem, 6vw, 5rem);\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      padding-top: 2rem;\n      padding-bottom: 2rem;\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: 1rem;\n      color: var(--primary);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Layout \u0026 Components *\/\n    .pd-section {\n      margin-bottom: var(--section-spacing);\n    }\n\n    .pd-img__fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-badge {\n      display: inline-block;\n      padding: 0.5rem 1rem;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--primary);\n    }\n\n    .pd-grid-2 {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-grid-2 {\n        grid-template-columns: 1fr 1fr;\n      }\n      .pd-grid-2.reverse {\n        direction: rtl;\n      }\n      .pd-grid-2.reverse \u003e * {\n        direction: ltr;\n      }\n    }\n\n    .feature-copy h2 {\n      color: var(--primary);\n    }\n\n    .pd-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.8rem;\n    }\n\n    .pd-tag {\n      background-color: var(--bg-card);\n      color: var(--text-sub);\n      padding: 0.4rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Specifications Table *\/\n    .spec-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    .spec-table th, .spec-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .spec-table th {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      font-weight: 600;\n      width: 40%;\n    }\n\n    .spec-table td {\n      color: var(--text-sub);\n    }\n\n    @media (max-width: 767px) {\n      .spec-table, .spec-table thead, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .spec-table thead {\n        display: none;\n      }\n      .spec-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n      }\n      .spec-table td {\n        padding-left: 50%;\n        position: relative;\n        border-bottom: none;\n      }\n      .spec-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1rem;\n        width: 45%;\n        padding-right: 10px;\n        white-space: nowrap;\n        font-weight: 600;\n        color: var(--text-main);\n      }\n    }\n\n    \/* FAQ *\/\n    .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    .faq-item h3 {\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n    }\n    .faq-item p {\n      margin-bottom: 0;\n    }\n\n    \/* Image Placeholder Style *\/\n    .img-placeholder-box {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-size: 18px;\n      padding: 2rem;\n      text-align: center;\n      min-height: 300px;\n    }\n    .pd-grid-2 .img-placeholder-box {\n        height: 100%;\n        min-height: 400px;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003cspan class=\"pd-badge\"\u003e🚗 Fun \u0026amp; Expressive Driving\u003c\/span\u003e\n\u003ch1\u003eCommunicate Safely with Fun LED Gestures\u003c\/h1\u003e\n\n\u003cp style=\"font-size: 20px; color: var(--text-main);\"\u003eGive a wave, show your style, or share a bold signal to drivers behind you—all with a simple click of a wireless remote. High-visibility automotive fun, day or night, with a \u003cstrong\u003e100% wireless setup\u003c\/strong\u003e.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260724153514\/dca76bedca802f4b4947d026757d9326.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260724151241\/7cbffc317d54972e7cad279d00cf6143.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eThree Dynamic Modes for Every Mood\u003c\/h2\u003e\n\n\u003cp\u003eInstantly switch between three distinct LED patterns: a friendly \"Palm Wave,\" a cool \"Rock On\" sign, or a bold \"Middle Finger.\" Clearly express your intentions or personality to other drivers in a fun, non-confrontational way.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e✋ Wave Palm\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e🤘 Rock Sign\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e🖕 Bold Gesture\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Feature Section 2: Safe \u0026 Easy Control --\u003e\n\n\u003cdiv class=\"pd-section pd-grid-2 reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260724151241\/0389830c78d0168121e31fb62aaa583f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e100% Wireless \u0026amp; Easy Control\u003c\/h2\u003e\n\n\u003cp\u003eSay goodbye to messy cords! Powered entirely by AA batteries, this light requires zero wiring. Operate it without distraction using the included compact remote. With a range of up to 10 meters and fast response, you can keep your eyes on the road and hands on the wheel.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e🔋 AA Battery Powered\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e📡 Wireless Remote\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e🚫 No Messy Cords\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. Feature Section 3: High Visibility \u0026 Durability --\u003e\n\n\u003cdiv class=\"pd-section pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-box\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260724151241\/f0125a8f8a5950fc10ad9a3ce7a8dfaa.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUltra-Bright \u0026amp; Weather-Resistant\u003c\/h2\u003e\n\n\u003cp\u003ePowered by 199 high-intensity yellow LED beads, the gesture is clearly visible even in bright daylight or through tinted windows. The durable construction with a PVC waterproof layer ensures reliable performance in all weather conditions.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e💡 199 High-Bright LEDs\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e🌧️ Waterproof PVC\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e☀️ Day \u0026amp; Night Visible\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- E. Use Scenario --\u003e\n\n\u003cdiv class=\"pd-section\" style=\"text-align: center;\"\u003e\n\u003ch2 style=\"color: var(--primary);\"\u003eUniversal Fit for Any Ride\u003c\/h2\u003e\n\n\u003cp style=\"max-width: 800px; margin: 0 auto 2rem;\"\u003eWhether you drive a car, SUV, truck, or off-road vehicle, the simple Velcro installation makes it easy to add this trendy accessory to your rear window in seconds.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder-box\" style=\"min-height: 250px;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img66\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260724151241\/c3245e7750d3609baf845f5a3e4b9e44.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003e\u003cspan style=\"color:#ffffff;\"\u003eSpecifications\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Product Type\"\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eCar Rear Window LED Gesture Light\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Light Source\"\u003eLight Source\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e199 pcs High-Brightness 2025 LED Beads\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Power Supply\"\u003ePower Supply\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e3x AA Batteries (Not Included)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Gesture Modes\"\u003eGesture Modes\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e3 Modes (Palm, Rock, Middle Finger)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Control Method\"\u003eControl Method\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eWireless Remote Control (approx. 10m range)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Installation\"\u003eInstallation\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eVelcro adhesive mount for interior rear window\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Package Includes\"\u003ePackage Includes\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e1x Gesture Light, 1x Remote, 2x Velcro Strips, 1x Package\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;\"\u003eFrequently Asked Questions\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow is it powered and installed?\u003c\/h3\u003e\n\n\u003cp\u003eIt features a \u003cstrong\u003e100% wireless installation\u003c\/strong\u003e! The light is powered by \u003cstrong\u003e3 AA batteries (not included)\u003c\/strong\u003e, eliminating the need for messy cords or plugging into your car's USB\/12V port. Simply use the included Velcro strips to attach it firmly to the inside surface of your rear windshield, insert the batteries, and you're ready to go.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs the light visible during the day?\u003c\/h3\u003e\n\n\u003cp\u003eYes. The unit uses 199 ultra-bright LED beads specifically designed to be clearly visible even in daylight, ensuring your message is seen regardless of the time of day.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs it legal to use while driving?\u003c\/h3\u003e\n\n\u003cp\u003eThis product is intended for fun and expressive communication. While the light colors (yellow\/amber) are generally permitted for auxiliary rear lighting, regulations vary by location. We recommend using it responsibly and checking your local traffic laws regarding aftermarket lighting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 PC (Just for me)","offer_id":43870414766139,"sku":"0728-15025653","price":16.95,"currency_code":"USD","in_stock":true},{"title":"2 PCS (One for me, One for a friend)","offer_id":43870414798907,"sku":"0728-15021482","price":29.95,"currency_code":"USD","in_stock":true},{"title":"3 PCS (Gift Pack - Best Deal!)","offer_id":43870414831675,"sku":"0728-15024492","price":42.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/4851\/4619\/files\/dca76bedca802f4b4947d026757d9326_4d2b28ae-8b2e-4478-b7db-2654ed7ae452.jpg?v=1785222455","url":"https:\/\/autoyunn.com\/products\/led-car-rear-gesture-light","provider":"AutoYunn","version":"1.0","type":"link"}