{"product_id":"7-color-led-brake-light","title":"7-Color LED Brake Light","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #0071e3;\n      --primary-hover: #0077ed;\n      --text-main: #1d1d1f;\n      --text-sub: #515154;\n      --bg-body: #ffffff;\n      --bg-card: #f5f5f7;\n      --bg-soft: #fafafa;\n      --radius-md: 12px;\n      --radius-lg: 16px;\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: #d2d2d7;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 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, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Common Typography Lock (Strictly enforced) *\/\n    .product-detail-container h1,\n    .product-detail-container .main-title {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .faq-answer,\n    .product-detail-container .spec-table td,\n    .product-detail-container .spec-table td::before,\n    .product-detail-container .spec-value,\n    .product-detail-container .trust-badge,\n    .product-detail-container .tag {\n      font-size: 18px;\n      line-height: 1.6;\n      font-weight: 400;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing system *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n      padding: 24px 0;\n    }\n\n    \/* Image Rules *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      background-color: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 40px 20px;\n      box-sizing: border-box;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      margin-bottom: 24px;\n    }\n\n    .product-detail-container .image-placeholder-icon {\n      font-size: 32px;\n      margin-bottom: 12px;\n    }\n\n    .product-detail-container .image-placeholder-text {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--text-sub);\n    }\n\n    \/* Hero Block *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      padding-top: 32px;\n    }\n\n    .product-detail-container .trust-badge {\n      display: inline-block;\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      padding: 8px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 20px;\n    }\n\n    .product-detail-container .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 32px auto;\n    }\n\n    \/* Feature Items Layout *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      margin-bottom: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .product-detail-container .feature-title {\n      color: var(--text-main);\n      margin-bottom: 12px;\n    }\n\n    .product-detail-container .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-card);\n      padding: 6px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n      color: var(--text-main);\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Compare Section *\/\n    .product-detail-container .compare-section {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: 32px 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .compare-header {\n      text-align: center;\n      margin-bottom: 24px;\n    }\n\n    \/* Specifications Table *\/\n    .product-detail-container .specifications-section {\n      background-color: var(--bg-body);\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px;\n      vertical-align: top;\n    }\n\n    .product-detail-container .spec-table td:first-child {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    \/* FAQ Section *\/\n    .product-detail-container .faq-section {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: 32px 24px;\n    }\n\n    .product-detail-container .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 20px 0;\n    }\n\n    .product-detail-container .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .faq-question {\n      color: var(--text-main);\n      margin-bottom: 8px;\n    }\n\n    \/* Mobile Responsive Rules (Typography locked) *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 40px;\n        padding: 40px;\n      }\n\n      .product-detail-container .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .product-detail-container .feature-media,\n      .product-detail-container .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    @media (max-width: 767px) {\n      \/* Mobile Feature Order Lock: Image first, text second *\/\n      .product-detail-container .feature-item {\n        flex-direction: column !important;\n      }\n      \n      .product-detail-container .feature-media {\n        order: 1;\n      }\n      \n      .product-detail-container .feature-copy {\n        order: 2;\n        margin-top: 16px;\n      }\n\n      \/* Specifications Mobile Layout Safety Rules *\/\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .product-detail-container .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .spec-table td:first-child {\n        display: none; \/* Hide primary column because attr(data-label) supplies label *\/\n      }\n\n      .product-detail-container .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .product-detail-container .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Automotive \/ Truck LED Safety Warning Light\nTarget Audience: Truck, car, and utility vehicle drivers seeking enhanced night\/foul weather driving visibility and customization\nVisual Style: Modern, high-contrast, clean automotive technology layout with clear visual hierarchy\nColor Strategy: Dark-accented slate and clean light gray cards to make the vibrant multi-color light elements pop\nModule Order: Hero Section -\u003e Compare Section (Before\/After) -\u003e Feature 1 (3 Light Modes) -\u003e Feature 2 (IPX6 Waterproof) -\u003e Feature 3 (7-Color Cycling) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_2, Compare=detail_4, Feature1=detail_5, Feature2=detail_3, Feature3=detail_1\nSpecification Data Source: Extracted from provided detail images and product analysis (No specification image placeholder is rendered)\nCompare Section: Included. Leverages detail_4 (\"Improve Safety Before \u0026 After\") to demonstrate product efficacy on a truck rear bumper.\nInformation Boundary: Only information explicitly provided in the product analysis report, detail images, and the current conversation has been used. No unverified product facts have been added. All visible typography is locked to the mandatory minimum sizes (H1=22px, H2\/H3=20px, Body\/Other=18px).\n--\u003e\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"trust-badge\"\u003eUniversal 12V \/ 24V Power Support\u003c\/div\u003e\n\n\u003ch1 class=\"main-title\"\u003eRound LED Flowing Water Light with 7-Color Cycling Flash\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eElevate your driving presence and road safety. This multi-mode LED caution light delivers eye-catching dynamic visual effects to keep your vehicle highly visible in all outdoor environments.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv class=\"image-placeholder-icon\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img91\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908172830\/50e712a9a2e645ec68b7420c031319be.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. COMPARE SECTION --\u003e\n\n\u003csection class=\"compare-section\"\u003e\n\u003cdiv class=\"compare-header\"\u003e\n\u003ch2\u003eImprove Driving Safety Day \u0026amp; Night\u003c\/h2\u003e\n\n\u003cp\u003eUpgrade from standard rear indicators. Give following vehicles a distinct, colorful warning reminder that helps prevent tailgating and accidental rear-end collisions.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv class=\"image-placeholder-icon\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img92\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908172829\/05af349506bd39618af8308f471a141a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. FEATURE SECTIONS --\u003e\u003c!-- Feature 1 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv class=\"image-placeholder-icon\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img93\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908172829\/fb6c82d08cd86982e0403e5022afbe4e.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\u003ch3 class=\"feature-title\"\u003e3 Colorful Horse Racing Light Modes\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eEnjoy three dynamic lighting patterns that automatically cycle through to create unique motions: Spiral (inner to outer grid flow), Circle (concentric ring progression), and Fan (fast-spinning segments).\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eSpiral Mode\u003c\/span\u003e \u003cspan class=\"tag\"\u003eCircle Mode\u003c\/span\u003e \u003cspan class=\"tag\"\u003eFan Mode\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 reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv class=\"image-placeholder-icon\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img94\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908172828\/a4882a93a19f94b92d5cc1be9b0d3ee3.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\u003ch3 class=\"feature-title\"\u003eIPX6 Waterproof Outdoor Performance\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eEngineered with a high-durability sealed construction and deep adhesive structure to safeguard internal LED components. Built to continuously operate through heavy rain, mud splashes, and wet road spray.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eIPX6 Waterproof\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSealed Construction\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\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv class=\"image-placeholder-icon\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img95\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908172829\/58610eab1cd18990f6582b709dd39163.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\u003ch3 class=\"feature-title\"\u003e7-Color Automatic Cycling Flash\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eAn all-in-one dynamic design that alternates smoothly through Cyan, Purple, Red, Magenta, Green, White, and Yellow. Highly noticeable visual cues keep trailing drivers alert during heavy commutes.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003e7-Color Switch\u003c\/span\u003e \u003cspan class=\"tag\"\u003eDynamic Glow\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. SPECIFICATIONS (Text Only, No Spec Image Placeholders) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eVoltage Compatibility\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Voltage Compatibility\"\u003e\u003cspan class=\"spec-value\"\u003e12V \/ 24V Universal\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Waterproof Rating\"\u003e\u003cspan class=\"spec-value\"\u003eIPX6\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eDisplay Colors\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Display Colors\"\u003e\u003cspan class=\"spec-value\"\u003e7 Colors Auto-Switching (Cyan, Purple, Red, Magenta, Green, White, Yellow)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eLighting Modes\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Lighting Modes\"\u003e\u003cspan class=\"spec-value\"\u003e3 Modes (Spiral, Circle, Fan Running Light Patterns)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eSuitable Vehicles\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Suitable Vehicles\"\u003e\u003cspan class=\"spec-value\"\u003eCars, Trucks, Trailers, SUVs, and Utility Vehicles\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eInstallation Mounting\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Installation Mounting\"\u003e\u003cspan class=\"spec-value\"\u003eIntegrated Top Metal Mounting Bracket\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- E. FAQ SECTION --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: How do the 7 colors and 3 modes change?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: The device features an automatic cycling process. It flows and shifts through all 7 colors and the 3 distinct dynamic horse racing modes (Spiral, Circle, and Fan) automatically without requiring external switches.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: Is this light compatible with my standard SUV or light truck?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Yes. It is engineered with 12V\/24V wide voltage compatibility, allowing it to work safely on standard passenger cars, midsize SUVs, and large transport trucks.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: Can I use this LED light in rainy or muddy conditions?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Absolutely. With its IPX6 waterproof construction and tightly sealed housing, this light is designed to withstand harsh outdoor weather, road dirt, and water splashes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (7-Color Cycling)","offer_id":44192923222075,"sku":"20260914-181547-0721","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2-Pack (Save 10%) – Most Popular","offer_id":44192923254843,"sku":"20260914-181547-2378","price":23.31,"currency_code":"USD","in_stock":true},{"title":"⭐ 4-Pack (Save 15%) – Best Value","offer_id":44192923287611,"sku":"20260914-181547-0552","price":44.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/4851\/4619\/files\/50e712a9a2e645ec68b7420c031319be.jpg?v=1789380982","url":"https:\/\/autoyunn.com\/products\/7-color-led-brake-light","provider":"AutoYunn","version":"1.0","type":"link"}