{"product_id":"multifunctional-roadside-safety-light-rjc","title":"Multifunctional Roadside Safety Light","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：多功能车载应急三角灯（照明+警示+充电宝）\n  目标受众：车主、驾驶员、户外爱好者\n  视觉风格：安全、坚固、高能见度。配色以警示黄为主色调，搭配深灰色背景强调光效。\n  模块顺序：Hero (核心价值) -\u003e Feature 1 (5种光模式) -\u003e Feature 2 (双重充电\/充电宝) -\u003e Feature 3 (结构与便携) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=detail_1 (路边场景), Feature1=detail_2 (模式展示), Feature2=detail_8 (手机充电), Feature3=detail_6 (支架角度)\n  规格图映射：Specs=detail_3 (背面接口图作为规格辅助)\n  对比模块：未加入（无明显竞品对比需求，聚焦自身多功能）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #FFC107; \/* Safety Yellow *\/\n      --primary-hover: #FFB300;\n      --text-main: #212529;\n      --text-sub: #6C757D;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F9FA;\n      --bg-soft: #E9ECEF;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,0.1);\n      --border-color: #DEE2E6;\n      --spacing-section: clamp(3rem, 8vw, 5rem);\n      --spacing-block: clamp(1.5rem, 4vw, 2.5rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\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    .pd-h1 { font-size: clamp(32px, 5vw, 44px); font-weight: 700; line-height: 1.2; margin-bottom: 1rem; }\n    .pd-h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 600; margin-bottom: 1.5rem; }\n    .pd-h3 { font-size: clamp(20px, 3vw, 24px); font-weight: 600; margin-bottom: 1rem; }\n    .pd-body { font-size: clamp(16px, 2vw, 18px); color: var(--text-sub); margin-bottom: 1rem; }\n    .pd-tag { display: inline-block; background: var(--bg-soft); color: var(--text-main); padding: 4px 12px; border-radius: 20px; font-size: 14px; font-weight: 500; margin-right: 8px; margin-bottom: 8px; }\n\n    \/* Components *\/\n    .pd-img-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 2rem;\n      text-align: center;\n      color: var(--text-sub);\n      box-sizing: border-box;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      padding: var(--spacing-section) 0;\n      max-width: 900px;\n      margin: 0 auto;\n    }\n    .pd-hero-badge {\n      display: inline-block;\n      background-color: var(--primary);\n      color: #000;\n      padding: 6px 16px;\n      border-radius: 30px;\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n      font-size: 16px;\n    }\n\n    \/* Feature Sections *\/\n    .pd-feature {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 6vw, 5rem);\n      padding: var(--spacing-section) 0;\n    }\n    .pd-feature:nth-child(even) { flex-direction: row-reverse; }\n    .pd-feature-media, .pd-feature-copy { flex: 1; }\n    \n    .pd-feature-media img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Specifications *\/\n    .pd-specs {\n      padding: var(--spacing-section) 0;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: var(--spacing-block);\n      margin-top: var(--spacing-section);\n    }\n    .pd-spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n    .pd-spec-table th, .pd-spec-table td {\n      text-align: left;\n      padding: 16px;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 16px;\n    }\n    .pd-spec-table th { width: 40%; color: var(--text-sub); font-weight: 500; }\n\n    \/* FAQ *\/\n    .pd-faq { padding: var(--spacing-section) 0; max-width: 800px; margin: 0 auto; }\n    .pd-faq-item { margin-bottom: 1.5rem; border-bottom: 1px solid var(--border-color); padding-bottom: 1.5rem; }\n    .pd-faq-question { font-weight: 600; font-size: 18px; margin-bottom: 0.5rem; color: var(--text-main); }\n    .pd-faq-answer { color: var(--text-sub); font-size: 16px; }\n\n    \/* Mobile Responsive *\/\n    @media (max-width: 767px) {\n      .pd-h1 { font-size: 32px; }\n      .pd-feature, .pd-feature:nth-child(even) { flex-direction: column; text-align: center; }\n      .pd-feature-copy { order: 2; }\n      .pd-feature-media { order: 1; width: 100%; }\n      \n      \/* Mobile Table *\/\n      .pd-spec-table, .pd-spec-table thead, .pd-spec-table tbody, .pd-spec-table tr, .pd-spec-table th, .pd-spec-table td { display: block; width: 100%; }\n      .pd-spec-table thead { display: none; }\n      .pd-spec-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .pd-spec-table td { padding: 12px 16px; border-bottom: 1px solid var(--bg-soft); display: flex; justify-content: space-between; }\n      .pd-spec-table td:last-child { border-bottom: none; }\n      .pd-spec-table td::before { content: attr(data-label); font-weight: 600; color: var(--text-sub); padding-right: 1rem; }\n    }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cspan class=\"pd-hero-badge\"\u003e⚠️ Essential Safety Gear\u003c\/span\u003e\n\u003ch1 class=\"pd-h1\"\u003eThe Ultimate Roadside Guardian: See and Be Seen\u003c\/h1\u003e\n\n\u003cp class=\"pd-body\"\u003eA multifunctional 3-in-1 emergency tool: High-visibility warning triangle, powerful floodlight, and a backup power bank for peace of mind on every journey.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513153649\/fbe95efff59885e49e3fa39492394865.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\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513153649\/7c652ede771bcf40229a144017cbf671.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\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eReady for Any Situation with 5 Lighting Modes\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eAdapt instantly to your needs. Cycle through bright white floodlights for roadside repairs or camping, switch to high-visibility red flashing modes to warn traffic, or use the crucial SOS signal in emergencies.\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"pd-tag\"\u003eStrong White Beam\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eWeak White Beam\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eRed Warning\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eRed Flash\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSOS Signal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 2: Dual Power \u0026 Power Bank --\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513153649\/a876cd10a331c9b3ecdd035ff2c35e37.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\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eDual Charging \u0026amp; Emergency Power Backup\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eNever get caught with a dead battery. Recharge the internal battery via standard USB or use the built-in solar panel for trickle charging outdoors. Critically, the integrated USB output port turns the light into a power bank to charge your phone when you need it most.\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"pd-tag\"\u003eUSB Rechargeable\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSolar Assist\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eUSB Output (Power Bank)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 3: Design \u0026 Utility --\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\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\/20260513153649\/e30e42c441976e12ca6799c2df798d5a.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\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eRugged, Portable, and Highly Adjustable\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eBuilt for the road with impact-resistant corners. The versatile 180° rotating handle doubles as a sturdy stand, allowing you to position the light at the perfect angle for hands-free work under the hood or on the ground.\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"pd-tag\"\u003e180° Adjustable Stand\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eAnti-Slip Corners\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003ePortable Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\n\u003cdiv class=\"pd-specs\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-feature\" style=\"padding: 0; margin-top: 2rem;\"\u003e\n\u003cdiv class=\"pd-feature-media\" style=\"flex: 0 0 40%;\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\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\/20260513153649\/68207ef276b1eeb5888a0fe44ce2c945.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\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ctable class=\"pd-spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Light Source\"\u003e3x COB LED + Red LED Ring\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Lighting Modes\"\u003e5 Modes (Strong\/Weak White, Red Solid\/Flash, SOS)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Power Source\"\u003eRechargeable Battery\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Charging Input\"\u003eMicro USB + Solar Panel Assist\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Power Output\"\u003eUSB-A Port (For charging devices)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eABS + PC with Rubberized Corners\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions (Large)\"\u003eApprox. 27cm x 24cm (10.6\" x 9.45\")\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\/div\u003e\n\u003c!-- FAQ --\u003e\n\n\u003cdiv class=\"pd-faq\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eQ: How do I switch between the different light modes?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003eA: Simply press the red power button located on the back of the unit sequentially. Each press will cycle to the next mode (e.g., Strong White -\u0026gt; Weak White -\u0026gt; Red Warning -\u0026gt; Red Flash -\u0026gt; SOS -\u0026gt; Off).\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eQ: Can I charge my phone while the light is turned on?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003eA: Yes, the USB output function allows you to charge external devices like smartphones even while the emergency light is in use.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eQ: Is this light suitable for outdoor camping rain?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003eA: The unit is designed to be rugged for outdoor and roadside use, able to withstand normal weather conditions. However, it is not fully submersible and should not be left in heavy, prolonged downpours.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"1-Pack (For 1 Vehicle)","offer_id":47934147494100,"sku":"0513-18188604","price":24.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Couples Set - Save 15%)","offer_id":47934147526868,"sku":"0513-18183241","price":42.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Family Safety Kit - Save 20%)","offer_id":47934147559636,"sku":"0513-18180050","price":59.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/fbe95efff59885e49e3fa39492394865.jpg?v=1778667595","url":"https:\/\/omurio.com\/products\/multifunctional-roadside-safety-light-rjc","provider":"Omurio","version":"1.0","type":"link"}