{"product_id":"weatherproof-dog-collar-warning-light","title":"Weatherproof Dog Collar Warning Light","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #FF6B35;\n      --primary-hover: #E05A2B;\n      --text-main: #1A202C;\n      --text-sub: #4A5568;\n      --bg-body: #FFFFFF;\n      --bg-card: #F7FAFC;\n      --bg-soft: #EDF2F7;\n      --border-color: #E2E8F0;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);\n      --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);\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      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      background-color: var(--bg-body);\n    }\n\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 700;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container span,\n    .product-detail-container td,\n    .product-detail-container th {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Image Placeholders *\/\n    .image-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 60px 20px;\n      text-align: center;\n      box-sizing: border-box;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 20px;\n    }\n\n    .image-placeholder-text {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--text-sub);\n      margin-top: 8px;\n    }\n\n    \/* Trust Badges \u0026 Pills *\/\n    .pill-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 16px;\n    }\n\n    .trust-pill {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 6px 14px;\n      border-radius: 50px;\n      font-size: 18px;\n      font-weight: 600;\n      display: inline-block;\n    }\n\n    .feature-tag {\n      background-color: #FFF3EB;\n      color: var(--primary);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-size: 18px;\n      font-weight: 600;\n      display: inline-block;\n    }\n\n    \/* Hero Block *\/\n    .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      padding-top: 24px;\n    }\n\n    .hero-content {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .hero-subtitle {\n      margin-top: 12px;\n      margin-bottom: 20px;\n    }\n\n    \/* Feature Sections Layout *\/\n    .features-section {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-media img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      gap: 12px;\n    }\n\n    \/* Package Section Layout *\/\n    .package-section {\n      background-color: var(--bg-card);\n      border-left: 4px solid var(--primary);\n      padding: 24px 32px;\n      margin: clamp(2rem, 5vw, 4rem) 0;\n      border-radius: 0 var(--radius-md) var(--radius-md) 0;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .package-title {\n      font-size: 20px;\n      font-weight: 700;\n      margin-bottom: 16px;\n      color: var(--text-main);\n    }\n\n    .package-list {\n      list-style-type: disc;\n      padding-left: 24px;\n      margin: 0;\n    }\n\n    .package-list li {\n      margin-bottom: 8px;\n    }\n\n    .package-list li:last-child {\n      margin-bottom: 0;\n    }\n\n    .pro-tip {\n      margin-top: 16px;\n      font-style: italic;\n      color: var(--text-sub);\n    }\n\n    \/* Specifications Section *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 32px 24px;\n      border: 1px solid var(--border-color);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 8px;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .spec-table .spec-value {\n      display: inline;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      background-color: var(--bg-body);\n    }\n\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n      margin-top: 20px;\n    }\n\n    .faq-item {\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 20px;\n      background-color: var(--bg-card);\n    }\n\n    .faq-question {\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 8px;\n    }\n\n    \/* Desktop Layout Rules *\/\n    @media (min-width: 768px) {\n      .hero-section {\n        flex-direction: row;\n        align-items: center;\n        gap: 40px;\n      }\n\n      .hero-content {\n        flex: 1;\n        text-align: left;\n        margin: 0;\n      }\n\n      .hero-media {\n        flex: 1;\n      }\n\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 40px;\n        padding: 40px;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media {\n        flex: 1;\n        max-width: 50%;\n      }\n\n      .feature-copy {\n        flex: 1;\n      }\n    }\n\n    \/* Mobile Specifications Responsive Rules *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .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      .spec-table td:first-child {\n        display: none; \/* Hide standard layout td to use data-label *\/\n      }\n\n      .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        color: var(--text-main);\n      }\n\n      .spec-table .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      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Content Block --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"pill-container\"\u003e\u003cspan class=\"trust-pill\"\u003eUSB-C Rechargeable Pet Light\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eKeep Your Furry Friend Safe \u0026amp; Visible Every Night 🐾\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eDon't let darkness cut your walks short. Our high-brightness COB warning light ensures your dog is seen by drivers, cyclists, and pedestrians from a distance. Give yourself peace of mind on every evening adventure!\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img102\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260902131002\/e2aef2f0ea6a4a7a4e3841b423bcd4cb.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img103\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260902130947\/4e18393ac4ee65a255d6effa8043fe21.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"pill-container\"\u003e\u003cspan class=\"feature-tag\"\u003e5 Light Modes\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch3\u003eUltimate Night Safety (5 Modes)\u003c\/h3\u003e\n\n\u003cp\u003eChoose from 5 dynamic lighting modes (Cool\/Warm, Strong\/Weak, or Natural Flashing) with just one click. Perfect for foggy mornings or pitch-black night walks.\u003c\/p\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\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img104\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260902130947\/a5f0412256ee54a01b614badc22c0567.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"pill-container\"\u003e\u003cspan class=\"feature-tag\"\u003eType-C Power\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch3\u003eUSB-C Rechargeable\u003c\/h3\u003e\n\n\u003cp\u003eSkip the hassle and cost of replacing batteries. Easily recharge via any Type-C port (wall charger, laptop, or car).\u003c\/p\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\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img108\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260902131212\/2fbe22792779736a64533d4a06c7bc13.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"pill-container\"\u003e\u003cspan class=\"feature-tag\"\u003eWater Resistant\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch3\u003eWeatherproof \u0026amp; Durable\u003c\/h3\u003e\n\n\u003cp\u003eCaught in the rain? No problem. The tightly sealed shell protects internal electronics from rain, splashes, and damp weather.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img109\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260902131212\/a7c641e1a206d65afa2ecbc2021a7bfe.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"pill-container\"\u003e\u003cspan class=\"feature-tag\"\u003eFull Accessories Kit\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch3\u003eUniversal Secure Fit\u003c\/h3\u003e\n\n\u003cp\u003eAttaches in seconds! Use the built-in sturdy back clip for flat collars, or the included high-elastic orange strap for thicker harnesses and leashes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Package Contents Section --\u003e\n\n\u003cdiv class=\"package-section\"\u003e\n\u003cdiv class=\"package-title\"\u003eWhat's Included in Your Package?\u003c\/div\u003e\n\n\u003cul class=\"package-list\"\u003e\n\t\u003cli\u003e1 x Ultra-Bright Safety Light\u003c\/li\u003e\n\t\u003cli\u003e1 x High-Elastic Orange Mount Strap\u003c\/li\u003e\n\t\u003cli\u003e1 x Type-C Charging Cable\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp class=\"pro-tip\"\u003e💡 Pro Tip: Grab the \u003cstrong\u003e2-Pack\u003c\/strong\u003e or \u003cstrong\u003e3-Pack\u003c\/strong\u003e to save up to 15%! Perfect for multi-pet homes or keeping a spare in your car.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\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 data-label=\"Light Source\"\u003eLight Source\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Light Source\"\u003e\u003cspan class=\"spec-value\"\u003eDual-Color COB Panel (Outer Yellow, Inner Orange)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Light Modes\"\u003eLight Modes\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Light Modes\"\u003e\u003cspan class=\"spec-value\"\u003e5 Modes (Cool Strong, Cool Weak, Warm Strong, Warm Weak, Natural Flashing)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Charging Interface\"\u003eCharging Interface\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Charging Interface\"\u003e\u003cspan class=\"spec-value\"\u003eType-C USB Port\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Mounting System\"\u003eMounting System\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Mounting System\"\u003e\u003cspan class=\"spec-value\"\u003eIntegrated Back Clip, Built-in Top Loop, \u0026amp; Elastic Strap Mount\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Main Colors\"\u003eMain Colors\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Main Colors\"\u003e\u003cspan class=\"spec-value\"\u003eBeige\/Milk White body, Orange button \u0026amp; seal, Black bezel\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Standard Package\"\u003eStandard Package\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Standard Package\"\u003e\u003cspan class=\"spec-value\"\u003e1x Safety Light, 1x Orange Elastic Strap, 1x Charging Cable\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!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\u003cspan style=\"font-size:18px;\"\u003e💡 How do I switch between the 5 light modes?\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\u003cspan style=\"font-size:18px;\"\u003eSimply click the orange power button located on the top of the light body to cycle through each of the five modes: Cool Strong, Cool Weak, Warm Strong, Warm Weak, and Natural Flashing.\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\u003cspan style=\"font-size:18px;\"\u003e🔌 How do I charge the safety light safely?\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\u003cspan style=\"font-size:18px;\"\u003eLift the protective orange silicone dust plug to expose the Type-C port, and plug in the included USB-C cable. Ensure the silicone cap is pressed firmly back down after charging to preserve the weather-resistant seal.\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\u003cspan style=\"font-size:18px;\"\u003e🐕 Can I attach this light to any standard collar?\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\u003cspan style=\"font-size:18px;\"\u003eYes. The light is designed with a versatile back clip to snap directly onto standard flat webbing collars. For additional security or thicker straps, use the included orange stretch band to tie-fasten the light in place.\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Standard)","offer_id":54653758669024,"sku":"0903-16459443","price":12.98,"currency_code":"USD","in_stock":true},{"title":"2-Pack (For 2 Dogs - Save 20%)","offer_id":54653758701792,"sku":"0903-16450674","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Keep a Spare - Save 25%)","offer_id":54653758734560,"sku":"0903-16451960","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0765\/5296\/2272\/files\/e2aef2f0ea6a4a7a4e3841b423bcd4cb.jpg?v=1788425145","url":"https:\/\/dogplaybox.com\/products\/weatherproof-dog-collar-warning-light","provider":"DogPlayBox","version":"1.0","type":"link"}