{"product_id":"solar-rechargeable-led-work-light","title":"Solar Rechargeable LED Work Light","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: High-Power Outdoor\/Emergency Work Light\nTarget Audience: Mechanics, Campers, Outdoor Enthusiasts, Emergency Prepardness Users\nVisual Style: Rugged, Industrial, High-Tech, Dependable\nColor Strategy: Dark Theme (Deep Gray\/Black) for nighttime context, with High-Vis Amber\/Yellow (#F59E0B) as accent for energy and caution\/tooling vibes.\nShape Strategy: Radius 8px (Tough, industrial, firm but safe corners)\nTypography Strategy: Large Type \/ Mobile-first readable (H1 34-44px, Body 18-20px)\nMobile Table Strategy: Card-based (No horizontal scroll, fully responsive flex rows)\nImage Mapping: Hero=image_1, Lighting Modes=image_2, Dual Charge=image_3, Magnetic Stand=image_4, Durability=image_5\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:root, .product-detail-container {\n      \/* Color System *\/\n      --primary: #F59E0B; \/* High-vis Amber *\/\n      --primary-hover: #D97706;\n      --bg-body: #111827; \/* Dark Gray \/ Black *\/\n      --bg-card: #1F2937;\n      --text-main: #F9FAFB;\n      --text-sub: #9CA3AF;\n      --border-color: #374151;\n      \n      \/* Shape System *\/\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      \n      \/* Spacing System *\/\n      --spacing-base: clamp(2rem, 5vw, 4rem);\n      \n      \/* Shadow System *\/\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.5);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.5);\n    }\n\n    \/* Global Resets \u0026 Typography *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      background-color: var(--bg-body);\n      color: var(--text-main);\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.7;\n    }\n\n    .product-detail-container *, .product-detail-container *::before, .product-detail-container *::after {\n      box-sizing: border-box;\n    }\n\n    \/* Typography Scale *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      margin: 0 0 1rem 0;\n      font-weight: 800;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      line-height: 1.3;\n      margin: 0 0 1rem 0;\n      font-weight: 700;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      line-height: 1.4;\n      margin: 0 0 0.75rem 0;\n      font-weight: 600;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      margin: 0 0 1.5rem 0;\n      color: var(--text-sub);\n    }\n\n    .product-detail-container ul {\n      margin: 0 0 1.5rem 0;\n      padding-left: 1.5rem;\n    }\n\n    .product-detail-container li {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin-bottom: 0.5rem;\n    }\n\n    .product-detail-container .text-highlight {\n      color: var(--primary);\n      font-weight: 700;\n    }\n\n    .product-detail-container .sub-text {\n      font-size: clamp(16px, 1.8vw, 18px);\n      color: var(--text-sub);\n    }\n\n    \/* Image Rules \u0026 Placeholders *\/\n    .pd-img-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      background: var(--bg-card);\n    }\n\n    .pd-img-content {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .pd-img-placeholder {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      background: #E5E7EB;\n      border: 2px dashed #9CA3AF;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #374151;\n      font-size: 18px;\n      font-weight: bold;\n    }\n\n    \/* Non-clickable Badges *\/\n    .pd-badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-bottom: 24px;\n    }\n\n    .pd-badge {\n      display: inline-block;\n      padding: 8px 16px;\n      background-color: rgba(245, 158, 11, 0.15);\n      color: var(--primary);\n      border: 1px solid var(--primary);\n      border-radius: 50px;\n      font-size: clamp(16px, 1.5vw, 18px);\n      font-weight: 600;\n    }\n\n    \/* Layout: Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      padding: var(--spacing-base) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-hero-social-proof {\n      display: inline-block;\n      font-size: clamp(16px, 1.5vw, 18px);\n      font-weight: 600;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      color: var(--primary);\n      margin-bottom: 1rem;\n    }\n\n    \/* Layout: Z-Pattern Feature Modules (Mobile Order Lock) *\/\n    .pd-features-section {\n      padding: var(--spacing-base) 0;\n    }\n\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile Lock: Image top, Text bottom *\/\n      gap: var(--spacing-base);\n      margin-bottom: var(--spacing-base);\n      align-items: center;\n    }\n\n    .pd-feature-media {\n      width: 100%;\n    }\n\n    .pd-feature-copy {\n      width: 100%;\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row; \/* Desktop row *\/\n        justify-content: space-between;\n      }\n      .pd-feature-item:nth-child(even) {\n        flex-direction: row-reverse; \/* Desktop Z-Pattern *\/\n      }\n      .pd-feature-media {\n        width: 48%;\n      }\n      .pd-feature-copy {\n        width: 48%;\n      }\n    }\n\n    \/* Layout: Specifications Table (Mobile Card Lock) *\/\n    .pd-specs-section {\n      padding: var(--spacing-base) 0;\n      border-top: 1px solid var(--border-color);\n    }\n\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    @media (max-width: 767px) {\n      \/* Mobile Card Based Table *\/\n      .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table th, .pd-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-table thead {\n        display: none;\n      }\n      .pd-table tr {\n        margin-bottom: 16px;\n        border-bottom: 4px solid var(--bg-body);\n      }\n      .pd-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 16px;\n        border-bottom: 1px solid var(--border-color);\n        font-size: clamp(16px, 1.8vw, 18px);\n        text-align: right;\n      }\n      .pd-table td:last-child {\n        border-bottom: none;\n      }\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--primary);\n        text-align: left;\n        width: 45%;\n        flex-shrink: 0;\n        padding-right: 12px;\n      }\n    }\n\n    @media (min-width: 768px) {\n      \/* Desktop Table *\/\n      .pd-table th, .pd-table td {\n        padding: 16px 24px;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n        font-size: clamp(18px, 2vw, 20px);\n      }\n      .pd-table th {\n        background-color: var(--border-color);\n        color: var(--text-main);\n        font-weight: 700;\n      }\n      .pd-table tr:hover {\n        background-color: rgba(55, 65, 81, 0.5);\n      }\n    }\n\n    \/* Layout: FAQ Section *\/\n    .pd-faq-section {\n      padding: var(--spacing-base) 0;\n      border-top: 1px solid var(--border-color);\n    }\n\n    .pd-faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      margin-bottom: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-faq-question {\n      display: flex;\n      align-items: flex-start;\n      gap: 16px;\n      margin-bottom: 12px;\n    }\n\n    .pd-faq-q-icon {\n      color: var(--primary);\n      font-weight: 800;\n      font-size: clamp(20px, 2.5vw, 24px);\n      line-height: 1.4;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-social-proof\"\u003eTrusted by 50,000+ Mechanics \u0026amp; Campers\u003c\/div\u003e\n\n\u003ch1\u003eLight Up Your Toughest Tasks \u0026amp; Adventures\u003c\/h1\u003e\n\n\u003ch2\u003e100W High Power | 2400mAh Power Bank | Solar \u0026amp; Type-C Rechargeable\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-badge-container\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e336 High-Density LEDs\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eIP66 Waterproof\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003e180° Magnetic Stand\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-img-wrapper\" style=\"margin-top: 32px;\"\u003e\n\u003c!-- Real Image Tag (Commented out for instructions) --\u003e\u003c!-- \u003cimg src=\"image_1\" alt=\"100W Solar Rechargeable Work Light\" class=\"pd-img-content\"\u003e --\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331115547\/13109e6cc1877c4256fa8b7131dcc8be.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp style=\"margin-top: 24px; font-size: clamp(20px, 2.2vw, 22px); color: var(--text-main);\"\u003eThis isn't just a light; it's a portable powerhouse built to keep your world bright, wherever life takes you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Features Z-Pattern Section --\u003e\n\n\u003cdiv class=\"pd-features-section\"\u003e\n\u003c!-- Feature 1: Lighting Modes --\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331115547\/2021bb11e1d1f095f64f4bb6c0514955.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-feature-copy\"\u003e\n\u003ch3\u003e5 Versatile Lighting Modes \u0026amp; Stepless Dimming\u003c\/h3\u003e\n\n\u003cp\u003eWhether you're repairing a vehicle at midnight or signaling for help, the \u003cspan class=\"text-highlight\"\u003e336 powerful LEDs\u003c\/span\u003e adapt to your needs instantly.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eWhite \u0026amp; Warm Light:\u003c\/strong\u003e Perfect for reading or detailed mechanical work.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eRed\/Blue Flashing \u0026amp; SOS:\u003c\/strong\u003e Instantly catch attention during roadside emergencies.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eStepless Dimming:\u003c\/strong\u003e Long press to smoothly adjust brightness from 100% down to 5%, optimizing battery life.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Power \u0026 Charging --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331115548\/b739d7b4402c661228e9d5171e5d6f40.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-feature-copy\"\u003e\n\u003ch3\u003eDual Charging Options \u0026amp; 2400mAh Power Bank\u003c\/h3\u003e\n\n\u003cp\u003eNever worry about running out of power again. Harness the power of the sun during the day, or use the fast Type-C port for daily top-ups.\u003c\/p\u003e\n\n\u003cp\u003eEquipped with a massive \u003cspan class=\"text-highlight\"\u003e2400mAh rechargeable battery\u003c\/span\u003e, it delivers 6–8 hours of uninterrupted bright illumination. Better yet, it doubles as an emergency power bank to keep your mobile phone charged when off the grid.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Magnetic Stand --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331115547\/fd88930fb45e0d65d8612ab4cbb2f9f9.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-feature-copy\"\u003e\n\u003ch3\u003eHands-Free Magnetic Design \u0026amp; 180° Stand\u003c\/h3\u003e\n\n\u003cp\u003eEngineered for ultimate convenience in workspaces and campsites. The strong built-in magnets grip securely onto car hoods or metal beams.\u003c\/p\u003e\n\n\u003cp\u003eThe \u003cspan class=\"text-highlight\"\u003e180° articulated folding stand\u003c\/span\u003e and hidden hanging hooks allow you to place it securely on the ground or hang it overhead, preventing accidental falls while providing the perfect lighting angle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Durability --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331115547\/fb10e6bc3e8302b26ccb3d474026250c.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-feature-copy\"\u003e\n\u003ch3\u003eIP66 Waterproof \u0026amp; Rugged Durability\u003c\/h3\u003e\n\n\u003cp\u003eDesigned to conquer the harsh outdoors. Built with heavy-duty, weather-resistant materials, this work light easily withstands driving rain, intense heat, and thick dust.\u003c\/p\u003e\n\n\u003cp\u003eWhether you are fishing by the lake, camping under the stars, or enduring a sudden storm, your light source remains completely reliable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"pd-specs-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: var(--spacing-base);\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eLight Source\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e336 High-Density LEDs (100W Power)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBattery Capacity\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e2400mAh Rechargeable\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eRuntime\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e6–8 Hours (depending on brightness)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eCharging Methods\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eBuilt-in Solar Panel + USB Type-C\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eDurability Rating\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eIP66 Waterproof \u0026amp; Dustproof\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eDimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e21.0 × 17.0 × 5.5 cm (8.3 × 6.7 × 2.2 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e1.2 kg (2.65 lb) \/ 1200 g (42.3 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-faq-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: var(--spacing-base);\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003e\n\u003cspan class=\"pd-faq-q-icon\"\u003eQ.\u003c\/span\u003e\n\n\u003ch3\u003eIs the solar charging sufficient for primary daily use?\u003c\/h3\u003e\n\u003c\/div\u003e\n\n\u003cp style=\"margin-left: 40px; margin-bottom: 0;\"\u003eSolar charging is highly efficient for emergency situations, outdoor top-ups, and trickling charge while camping. However, for a fast 0-100% daily charge, we highly recommend utilizing the included USB Type-C input for maximum speed.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003e\n\u003cspan class=\"pd-faq-q-icon\"\u003eQ.\u003c\/span\u003e\n\n\u003ch3\u003eCan the magnets securely hold the light on a moving vehicle?\u003c\/h3\u003e\n\u003c\/div\u003e\n\n\u003cp style=\"margin-left: 40px; margin-bottom: 0;\"\u003eThe built-in dual magnets are incredibly strong and designed to hold the light firmly to static metal surfaces like open car hoods or workshop beams. However, for safety reasons, we do not recommend leaving it attached to the exterior of a moving vehicle.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003e\n\u003cspan class=\"pd-faq-q-icon\"\u003eQ.\u003c\/span\u003e\n\n\u003ch3\u003eWill it damage my phone if I use it as a power bank?\u003c\/h3\u003e\n\u003c\/div\u003e\n\n\u003cp style=\"margin-left: 40px; margin-bottom: 0;\"\u003eNot at all! The integrated 2400mAh battery features an intelligent output system that safely charges standard electronic devices (like smartphones and tablets) without overloading them. It’s your perfect emergency backup power source.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"📦 1-Pack (Starter)","offer_id":44954379911304,"sku":"0331-16058912","price":30.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2-Pack (Most Popular)","offer_id":44954379944072,"sku":"0331-16053389","price":56.95,"currency_code":"USD","in_stock":true},{"title":"🚗 3-Pack (Auto \u0026 Home Kit )","offer_id":44954379976840,"sku":"0331-16058051","price":82.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0695\/6282\/6888\/files\/13109e6cc1877c4256fa8b7131dcc8be.jpg?v=1774944705","url":"https:\/\/pawnexa.com\/products\/solar-rechargeable-led-work-light","provider":"PawNexa","version":"1.0","type":"link"}