{"product_id":"rechargeable-magnetic-work-light","title":"Rechargeable Magnetic Work Light","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #E50914;\n      --primary-hover: #B71C1C;\n      --text-main: #1A1A1A;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9FAFB;\n      --bg-soft: #F3F4F6;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --border-color: #E5E7EB;\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);\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, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 800;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n      letter-spacing: -0.02em;\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    .product-detail-container .spec-title {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 700;\n      margin: 0 0 14px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container .tag,\n    .product-detail-container .badge,\n    .product-detail-container .faq-answer,\n    .product-detail-container .spec-value {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      color: var(--text-sub);\n    }\n\n    .product-detail-container strong {\n      color: var(--text-main);\n      font-weight: 600;\n    }\n\n    \/* Layout Spacing *\/\n    .product-detail-section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n    \n    .product-detail-section:last-child {\n      border-bottom: none;\n    }\n\n    \/* Image Placeholders style *\/\n    .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed #D1D5DB;\n      border-radius: var(--radius-md);\n      padding: 60px 20px;\n      text-align: center;\n      font-weight: 600;\n      color: var(--text-sub);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-sizing: border-box;\n      margin-bottom: 24px;\n    }\n\n    \/* Hero Block *\/\n    .hero-block {\n      text-align: center;\n      padding-top: clamp(2rem, 5vw, 3rem);\n    }\n\n    .trust-badge-container {\n      display: inline-flex;\n      margin-bottom: 16px;\n    }\n\n    .trust-badge {\n      background-color: var(--bg-soft);\n      border: 1.5px solid var(--border-color);\n      color: var(--text-main) !important;\n      font-weight: 700;\n      padding: 8px 16px;\n      border-radius: 50px;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 32px auto;\n    }\n\n    \/* Features Grid *\/\n    .feature-item {\n      display: flex;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .feature-media,\n    .feature-copy {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 18px;\n    }\n\n    .tag {\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      padding: 6px 14px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Specifications Block *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(2rem, 4vw, 3rem);\n      margin: clamp(2rem, 5vw, 4rem) 0;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 24px;\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      vertical-align: top;\n    }\n\n    \/* Responsive Grid for Specifications in Mobile *\/\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 tr {\n        padding: 12px 0;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(130px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 8px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-weight: 600;\n        line-height: 1.5;\n        color: var(--text-main);\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\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\n    \/* FAQ Block *\/\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-top: 24px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 20px;\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .faq-icon {\n      color: var(--primary);\n      font-weight: bold;\n    }\n\n    \/* Desktop Features Layout (Z-Pattern) *\/\n    @media (min-width: 768px) {\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* Mobile Feature Layout Lock *\/\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column !important;\n        gap: 1.5rem;\n      }\n      \n      .feature-media,\n      .feature-copy {\n        width: 100%;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Portable Rechargeable COB Work Light\n  Target Audience: Auto mechanics, outdoor campers, DIY enthusiasts, emergency preparers\n  Visual Style: Professional, rugged, high-contrast dark charcoal and bright hazard red theme\n  Color Strategy: Deep charcoal backgrounds, clean white readable surfaces, high-visibility red accents matching SAKERPLUS styling\n  Module Order: Hero Block, Feature 1 (Lighting Modes \u0026 Runtime), Feature 2 (Hands-Free Positioning), Feature 3 (IP54 Weatherproofing), Specifications, FAQ\n  Detail Image Mapping: Hero=detail_3, Feature1=detail_4, Feature2=detail_2, Feature3=detail_1\n  Specification Data Source: spec_1, spec_2 (data extraction only; no specification image placeholder is rendered)\n  Compare Section: Not included (No explicit comparison data provided in the source materials)\n  Information Boundary: Only facts from the product analysis report, detail images, and spec images are utilized. Dimensions extracted strictly from spec_2. Runtimes and modes extracted strictly from detail_4.\n  --\u003e\u003c!-- Section 1: Hero Block --\u003e\n\u003csection class=\"product-detail-section hero-block\"\u003e\n\u003cdiv class=\"trust-badge-container\"\u003e\u003cspan class=\"badge trust-badge\"\u003eHands-Free Lighting\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eRechargeable COB Work Light\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eUnleash high-power, multi-mode illumination designed for auto maintenance, rugged outdoor camping, and dark workspace projects. Get steady focus and hands-free positioning exactly where you need it.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909172627\/87a90bcd6d7541b4bfa680f2ecf85f31.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img54\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909172716\/3b101a09d001cf0351640e4540d89f3f.jpeg\"\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=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003ePowerful Multi-Mode Lighting\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eEquipped with an ultra-bright frontal COB floodlight that unleashes up to 3000 lumens to clear blind spots across large workspaces, plus a top-facing flashlight spotlight mode for focused, directional lighting.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eUp to 3000LM Output\u003c\/span\u003e \u003cspan class=\"tag\"\u003eTop Flashlight Mode\u003c\/span\u003e \u003cspan class=\"tag\"\u003eUp to 12 Hours Runtime\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\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img56\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909172627\/94f8393e224d28ebd45e572657ea9668.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=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eFlexible Multi-Angle Positioning\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eDesigned with a strong magnetic base to anchor onto auto body hoods or steel panels, a 180° folding bracket to stand firm on flat surfaces, and a built-in 360° swivel hook to hang inside tents or vehicle bays.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003e180° Folding Bracket\u003c\/span\u003e \u003cspan class=\"tag\"\u003eBottom Magnetic Base\u003c\/span\u003e \u003cspan class=\"tag\"\u003e360° Swivel Hook\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\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img55\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909172627\/8b51c6978fee414794aec0dd307b17e1.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=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eIP54 Water-Resistant Performance\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eProtected against splashing water and dust, this work light is engineered to perform reliably through humid conditions, light rain, and greasy repair environments. Keep tracking your project, no matter the weather.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eIP54 Rated Protection\u003c\/span\u003e \u003cspan class=\"tag\"\u003eDust \u0026amp; Splash Sealed\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSide Port Protection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Section 3: Specifications Table --\u003e\n\n\u003csection class=\"product-detail-section specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eSpecifications\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=\"Dimensions\"\u003e\u003cspan class=\"spec-value\"\u003e154 x 42 x 31 mm (6.1 x 1.7 x 1.2 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Max Brightness\"\u003e\u003cspan class=\"spec-value\"\u003eUp to 3000 Lumens\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Working Modes\"\u003e\u003cspan class=\"spec-value\"\u003eCOB Flood Light \u0026amp; Flashlight Mode\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Battery Runtime\"\u003e\u003cspan class=\"spec-value\"\u003eStrong Light (up to 8H) | Max Light (up to 7H) | Flashlight Mode (up to 12H)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Waterproof Class\"\u003e\u003cspan class=\"spec-value\"\u003eIP54 Water-Resistant\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\"\u003e\u003cspan class=\"spec-value\"\u003eUSB-C Port (Type-C) with Protective Rubber Cover\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Battery Status\"\u003e\u003cspan class=\"spec-value\"\u003e4-Level LED Blue Light Battery Indicator\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Includes\"\u003e\u003cspan class=\"spec-value\"\u003eWork Light * 1, USB Charging Cable * 1 (Adapter not included)\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!-- Section 4: FAQ Block --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e\n\u003cspan class=\"faq-icon\"\u003eQ:\u003c\/span\u003e What lighting modes are available and how long do they last?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThis work light features three distinct modes: Strong Floodlight Mode (provides up to 8 hours), Max Floodlight Mode (provides up to 7 hours), and the top Spotlight Flashlight Mode (provides up to 12 hours of runtime).\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e\n\u003cspan class=\"faq-icon\"\u003eQ:\u003c\/span\u003e How do the magnetic base and physical bracket stand function?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe red base functions as a 180° folding stand bracket to sit securely on flat surfaces. The bottom surface of this bracket contains embedded strong magnets that allow you to attach the light securely to steel components, such as vehicle hoods.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e\n\u003cspan class=\"faq-icon\"\u003eQ:\u003c\/span\u003e How can I monitor battery charge levels and recharge the device?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe back panel of the body features a 4-level blue LED light array showing current power status. You can charge the unit easily via the side USB-C (Type-C) port, which features a dust-proof and splash-proof rubber cover.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Everyday Repairs)","offer_id":50438069584112,"sku":"20260912-154039-4380","price":16.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Garage \u0026 Backup)","offer_id":50438069616880,"sku":"20260912-154039-0904","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/3177\/9056\/files\/87a90bcd6d7541b4bfa680f2ecf85f31.jpg?v=1789198898","url":"https:\/\/cozyllio.com\/products\/rechargeable-magnetic-work-light","provider":"Cozyllio","version":"1.0","type":"link"}