{"product_id":"solar-powered-magnetic-work-light","title":"Solar Powered Magnetic Work Light","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: High-Utility Outdoor \u0026 Emergency Electronics (Solar Flood Light)\nTarget Audience: Campers, Off-grid Enthusiasts, DIYers, and Home Emergency Prep\nVisual Style: Rugged Tech \/ Reliable Industrial\nColor Strategy: \n  - Primary: Energetic Solar Amber (#F5A623) to imply light and off-grid power\n  - Backgrounds: High contrast white\/dark gray combo for tech clarity\nShape Strategy: Radius 8px (Sturdy, robust, and technical without being harsh)\nTypography Strategy: Large Type \/ Mobile-first readable (Bold sans-serif for impact)\nMobile Table Strategy: Card-based (No horizontal scroll, fully responsive)\nImage Mapping: Hero=image_1, Features=image_2 to image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      \/* Design System (CSS Variables) *\/\n      --primary: #F5A623;\n      --primary-hover: #D98C15;\n      --text-main: #1A1D20;\n      --text-sub: #5C6B7A;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F9FA;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.1);\n      --border-color: #E2E8F0;\n    }\n\n    \/* Global Resets for Component *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: clamp(2rem, 5vw, 4rem) 5%;\n      box-sizing: border-box;\n      background-color: var(--bg-body);\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Typography System (Strict Size Constraints) *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1.5rem 0;\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      font-weight: 700;\n      margin: 0 0 1rem 0;\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      font-weight: 600;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    .product-detail-container .aux-text {\n      font-size: clamp(16px, 1.5vw, 18px);\n      color: var(--text-sub);\n    }\n\n    \/* Spacing \u0026 Layout *\/\n    .section-spacing {\n      margin-bottom: clamp(3rem, 8vw, 6rem);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n    }\n\n    .social-proof-badge {\n      display: inline-block;\n      padding: 0.75rem 1.5rem;\n      background: var(--bg-card);\n      color: var(--text-main);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      font-size: clamp(16px, 1.5vw, 18px);\n      font-weight: 600;\n      margin-bottom: 2rem;\n      \/* Visual only, NO interaction *\/\n      user-select: none;\n    }\n\n    \/* Image System \u0026 Placeholder *\/\n    .media-wrapper {\n      width: 100%;\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      margin-bottom: 1.5rem;\n    }\n\n    .media-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* Image Placeholder specific styling *\/\n    .placeholder-box {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      background-color: #f4f6f8;\n      border: 2px dashed #cbd5e1;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 20px;\n      color: #64748b;\n      font-weight: bold;\n      text-align: center;\n      padding: 1rem;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Z-Pattern Feature Modules *\/\n    .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* Mobile Ordering Lock: Always column, media first *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(1.5rem, 4vw, 3rem);\n    }\n\n    .feature-media,\n    .feature-copy {\n      width: 100%;\n    }\n\n    .feature-badge {\n      display: inline-block;\n      padding: 0.4rem 1rem;\n      background-color: var(--primary);\n      color: #FFFFFF;\n      font-size: 16px;\n      font-weight: 700;\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    \/* Desktop Enhancement *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      \n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media,\n      .feature-copy {\n        width: 50%;\n      }\n      \n      .hero-section .media-wrapper {\n        max-width: 800px;\n      }\n    }\n\n    \/* Specifications Table (Card-based on mobile) *\/\n    .specs-container {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n    }\n\n    .specs-table th, \n    .specs-table td {\n      font-size: clamp(16px, 2vw, 18px);\n      padding: 1.2rem 1rem;\n      color: var(--text-main);\n    }\n\n    \/* Mobile Card Layout Lock *\/\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n\n      .specs-table thead {\n        display: none;\n      }\n\n      .specs-table tr {\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 0.5rem 1rem;\n        box-shadow: var(--shadow-sm);\n      }\n\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0.8rem 0;\n        border-bottom: 1px solid var(--border-color);\n        gap: 1rem;\n      }\n\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-sub);\n        flex-shrink: 0;\n        max-width: 40%;\n      }\n      \n      .specs-table td span {\n        text-align: right;\n        word-break: break-word;\n      }\n    }\n\n    @media (min-width: 768px) {\n      .specs-table th {\n        background-color: var(--primary);\n        color: #fff;\n        font-weight: 700;\n      }\n      \n      .specs-table th:first-child {\n        border-top-left-radius: var(--radius-md);\n      }\n      .specs-table th:last-child {\n        border-top-right-radius: var(--radius-md);\n      }\n\n      .specs-table tr:nth-child(even) {\n        background-color: var(--bg-body);\n      }\n\n      .specs-table td {\n        border-bottom: 1px solid var(--border-color);\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-container {\n      background: var(--bg-body);\n      border-top: 1px solid var(--border-color);\n      padding-top: clamp(3rem, 5vw, 4rem);\n    }\n\n    .faq-item {\n      margin-bottom: 2.5rem;\n    }\n\n    .faq-question {\n      font-size: clamp(20px, 2.5vw, 24px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 0.8rem;\n      position: relative;\n      padding-left: 1.5rem;\n    }\n\n    .faq-question::before {\n      content: \"Q.\";\n      position: absolute;\n      left: 0;\n      color: var(--primary);\n    }\n\n    .faq-answer {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.6;\n      color: var(--text-sub);\n      padding-left: 1.5rem;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"social-proof-badge\"\u003eTrusted by 10,000+ Campers \u0026amp; Professionals\u003c\/div\u003e\n\n\u003ch1\u003eIlluminate Anywhere. Power Anything.\u003c\/h1\u003e\n\n\u003cp\u003eThe SolarCube 4-in-1 Portable Flood Light is your ultimate off-grid companion, delivering brilliant illumination and emergency backup power whenever and wherever you need it.\u003c\/p\u003e\n\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003c!-- User will replace this div with their \u003cimg\u003e tag --\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260414140033\/3b972218289212cde4775116c43ceb2b.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-list section-spacing\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260414140033\/51df58c0b0fc5d8f2ee6bb3bce5463ea.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\u003cdiv class=\"feature-badge\"\u003eAdaptive Lighting\u003c\/div\u003e\n\n\u003ch2\u003eThree-Stage Lighting in One Tap\u003c\/h2\u003e\n\n\u003cp\u003eSwitch instantly between Daylight (bright white) for detailed tasks, Warm for campsite ambience, and Neutral beams for reading or signaling. Achieve perfect visibility in any indoor or outdoor scenario—no extra bulbs or gear required.\u003c\/p\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=\"media-wrapper\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260414140033\/bc4f9e7a375765680d1e79a55afd535a.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\u003cdiv class=\"feature-badge\"\u003eSustainable Energy\u003c\/div\u003e\n\n\u003ch2\u003eBuilt-In Solar Re-Charge for True Off-Grid Power\u003c\/h2\u003e\n\n\u003cp\u003eA high-efficiency solar panel stores sunlight continuously throughout the day, delivering up to 12 hours of steady illumination at night. Enjoy 365 days of worry-free lighting without ever relying on disposable batteries again.\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=\"media-wrapper\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260414140033\/81c4a9118f2a49b9918ddaf5e62bd1f1.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\u003cdiv class=\"feature-badge\"\u003eEmergency Backup\u003c\/div\u003e\n\n\u003ch2\u003ePower Bank with Dual I\/O Ports\u003c\/h2\u003e\n\n\u003cp\u003eKeep your critical devices alive. The robust USB-A output charges smartphones and gadgets during power outages. When skies are cloudy, utilize the USB-C input to rapidly fast-charge the massive 4,000 mAh internal battery from any wall outlet or car adapter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260414140033\/4f0bd60414b0c23553f36f79a28df7f0.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\u003cdiv class=\"feature-badge\"\u003eVersatile Design\u003c\/div\u003e\n\n\u003ch2\u003eUltra-Portable \u0026amp; Hands-Free Mounting\u003c\/h2\u003e\n\n\u003cp\u003eMeasuring smaller than the palm of your hand and weighing under 350 g, the SolarCube tucks effortlessly into any pack or glovebox. Deploy it via the built-in kickstand, hang it safely as a tent lantern, or snap it firmly onto metal surfaces using the integrated magnetic base for hands-free under-hood repairs.\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=\"specs-container section-spacing\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp\u003eEverything you need to know about the SolarCube performance metrics.\u003c\/p\u003e\n\n\u003ctable class=\"specs-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\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003e350 g \/ 12.3 oz\u003c\/span\u003e\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\"\u003e\u003cspan\u003e10 x 10 x 4.5 cm \/ 3.9 x 3.9 x 1.8 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=\"Feature\"\u003eBattery Capacity\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003e4,000 mAh Rechargeable\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMax Runtime\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003eUp to 12 Hours (varies by 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=\"Feature\"\u003eLighting Modes\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003eDaylight (White), Warm, Neutral\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eCharging Inputs\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003eIntegrated Solar Panel \u0026amp; USB-C Fast Charge\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePower Output\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003eUSB-A Port (For external devices)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMounting Options\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003eMagnetic Base, Kickstand, Hanger Loop\u003c\/span\u003e\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=\"faq-container\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow long does it take to fully charge using just the solar panel?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eSolar charging time is dependent on direct sunlight intensity. A full day of direct sun provides ample emergency power for the evening. For a rapid 0-100% full charge, we recommend using the USB-C port before heading out on your trip.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the SolarCube weather-resistant for outdoor camping?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes. The unit is constructed with durable, sealed materials designed to withstand outdoor conditions, including unexpected rain showers and dust, making it highly reliable for campsites and worksites.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I use the light while simultaneously charging my phone?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely! The advanced dual-circuit battery management system allows you to illuminate your surroundings while drawing power from the USB-A port to charge your smartphone or other essential electronics.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Grey \/ 1-Panel","offer_id":49940970012892,"sku":"0414-15525264","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 1-Panel","offer_id":49940970045660,"sku":"0414-15525220","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 1-Panel","offer_id":49940970078428,"sku":"0414-15520056","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 1-Panel","offer_id":49940970111196,"sku":"0414-15521298","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Grey \/ 4-Panel","offer_id":49940970143964,"sku":"0414-15528256","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 4-Panel","offer_id":49940970176732,"sku":"0414-15523530","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Orange \/ 4-Panel","offer_id":49940970209500,"sku":"0414-15528792","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ 4-Panel","offer_id":49940970242268,"sku":"0414-15529847","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0785\/5482\/4924\/files\/3b972218289212cde4775116c43ceb2b.jpg?v=1776153210","url":"https:\/\/cheerstash.com\/products\/solar-powered-magnetic-work-light","provider":"Cheerstash","version":"1.0","type":"link"}