{"product_id":"foldable-led-garage-light","title":"Foldable LED Garage Light","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Hardware \/ Lighting \/ Garage Accessory\nTarget Audience: Homeowners, Mechanics, DIY Enthusiasts, Warehouse Managers (Predominantly male\/practical)\nVisual Style: Industrial, Utilitarian, High-Contrast (Dark Mode to emphasize brightness)\nColor Strategy: \n  - Background: Deep Charcoal\/Black (#121212) representing a dark garage.\n  - Primary Accent: Bright Warning Yellow (#FFB300) representing intense LED light.\n  - Text: High-contrast white (#FFFFFF) and light gray (#B3B3B3) for readability.\nShape Strategy: Radius 8px. Masculine, sturdy, industrial, but polished.\nTypography Strategy: Large Type \/ Mobile-first readable. Heavy headers to communicate power and performance.\nMobile Table Strategy: Card-based (No horizontal scroll). Auto-converted units included.\nImage Mapping: Hero=image_1, Features=image_2 to image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n    --primary: #FFB300;\n    --text-main: #FFFFFF;\n    --text-sub: #B3B3B3;\n    --bg-body: #121212;\n    --bg-card: #1C1C1E;\n    --border-color: #333333;\n    --radius-md: 8px;\n    --radius-lg: 12px;\n    --spacing-section: clamp(3rem, 8vw, 6rem);\n    --spacing-gap: clamp(2rem, 5vw, 4rem);\n  }\n\n  \/* Global Reset for Container *\/\n  .product-detail-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\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    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.6;\n  }\n\n  .product-detail-container *,\n  .product-detail-container *::before,\n  .product-detail-container *::after {\n    box-sizing: inherit;\n  }\n\n  \/* Typography System *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 5vw, 44px);\n    font-weight: 800;\n    line-height: 1.2;\n    margin: 0 0 1.5rem 0;\n    color: var(--text-main);\n    text-transform: uppercase;\n    letter-spacing: -0.5px;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    font-weight: 700;\n    line-height: 1.3;\n    margin: 0 0 1rem 0;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 3vw, 24px);\n    font-weight: 600;\n    line-height: 1.4;\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    color: var(--text-sub);\n    margin: 0 0 1.5rem 0;\n  }\n\n  \/* Image Protocol *\/\n  .product-detail-container img,\n  .image-placeholder {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-md);\n  }\n\n  .image-placeholder {\n    background-color: var(--bg-card);\n    border: 2px dashed var(--border-color);\n    aspect-ratio: 4\/3;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-size: 18px;\n    text-align: center;\n    padding: 1rem;\n  }\n\n  \/* Non-Clickable Badges *\/\n  .badge-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-bottom: 2rem;\n  }\n\n  .static-badge {\n    display: inline-flex;\n    align-items: center;\n    padding: 0.5rem 1rem;\n    background-color: rgba(255, 179, 0, 0.1);\n    color: var(--primary);\n    border: 1px solid var(--primary);\n    border-radius: 4px;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  .social-proof {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n    font-size: 16px;\n    color: var(--text-main);\n    background: var(--bg-card);\n    padding: 0.75rem 1.25rem;\n    border-radius: 50px;\n    font-weight: 600;\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    padding-top: var(--spacing-section);\n    padding-bottom: var(--spacing-section);\n    text-align: center;\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .hero-content {\n    max-width: 800px;\n    margin: 0 auto 3rem auto;\n  }\n\n  .hero-highlight {\n    color: var(--primary);\n  }\n\n  \/* Features Section - Mobile Ordering Lock \u0026 Z-Pattern *\/\n  .features-section {\n    padding: var(--spacing-section) 0;\n  }\n\n  .feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: var(--spacing-gap);\n    margin-bottom: var(--spacing-section);\n  }\n\n  .feature-item:last-child {\n    margin-bottom: 0;\n  }\n\n  .feature-media,\n  .feature-copy {\n    width: 100%;\n  }\n\n  \/* Desktop Z-Pattern *\/\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      flex: 1;\n      min-width: 0; \/* Prevents flex blowout *\/\n    }\n\n    .feature-copy {\n      padding: 0 2rem;\n    }\n  }\n\n  \/* Specifications Table - Mobile Card Format *\/\n  .specs-section {\n    padding: var(--spacing-section) 0;\n    border-top: 1px solid var(--border-color);\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 2rem;\n  }\n\n  .specs-table th,\n  .specs-table td {\n    padding: 1.25rem;\n    text-align: left;\n    font-size: 18px;\n  }\n\n  .specs-table thead th {\n    background-color: var(--bg-card);\n    color: var(--text-main);\n    font-weight: 700;\n    border-bottom: 2px solid var(--border-color);\n  }\n\n  .specs-table tbody tr {\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .specs-table tbody td {\n    color: var(--text-sub);\n  }\n\n  .specs-table tbody td:first-child {\n    font-weight: 600;\n    color: var(--text-main);\n  }\n\n  \/* Mobile Specs Card Lock *\/\n  @media (max-width: 767px) {\n    .specs-table, \n    .specs-table thead, \n    .specs-table tbody, \n    .specs-table th, \n    .specs-table td, \n    .specs-table tr { \n      display: block; \n      width: 100%; \n    }\n    \n    .specs-table thead { \n      display: none; \n    }\n    \n    .specs-table tbody tr {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      overflow: hidden;\n    }\n    \n    .specs-table tbody td {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 1rem;\n      text-align: right;\n      border-bottom: 1px solid var(--border-color);\n      gap: 1rem;\n    }\n\n    .specs-table tbody td:last-child {\n      border-bottom: none;\n    }\n    \n    .specs-table tbody td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-main);\n      text-align: left;\n      flex-shrink: 0;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .faq-section {\n    padding: var(--spacing-section) 0;\n  }\n\n  .faq-grid {\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n    margin-top: 2rem;\n  }\n\n  .faq-card {\n    background: var(--bg-card);\n    padding: 2rem;\n    border-radius: var(--radius-lg);\n    border: 1px solid var(--border-color);\n  }\n\n  .faq-card h3 {\n    color: var(--primary);\n    margin-bottom: 0.75rem;\n  }\n\n  .faq-card p {\n    margin-bottom: 0;\n  }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"static-badge\"\u003e60,000 Lumens\u003c\/div\u003e\n\n\u003cdiv class=\"static-badge\"\u003e6500K Daylight\u003c\/div\u003e\n\n\u003cdiv class=\"static-badge\"\u003eE26\/E27 Base\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eTurn Any Dark Space Into \u003cspan class=\"hero-highlight\"\u003eDaylight\u003c\/span\u003e\n\u003c\/h1\u003e\n\n\u003cp\u003eExperience a massive lighting upgrade. This foldable multi-panel LED garage light delivers ultra-bright, 360° illumination with zero dark spots — perfect for garages, warehouses, and large workspaces.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof\"\u003e\n\u003cspan\u003e⭐ ⭐ ⭐ ⭐ ⭐\u003c\/span\u003e \u003cspan\u003eTrusted by 10,000+ Garage Owners\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323170606\/b78b2dde9268ea75ec827346ebcd1b27.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323170606\/486cc4e27da9bce259669c3783ab70b6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSuper Bright 6500K Daylight White\u003c\/h2\u003e\n\n\u003cp\u003eInstantly light up your space with clean, crisp daylight — no flicker, no shadows. Pumping out 60,000 lumens, it completely transforms dim environments.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eBenefit:\u003c\/strong\u003e See every detail clearly while working on intricate DIY projects or organizing your garage, drastically reducing eye strain.\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=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323170606\/85aa65e76cb73601ca4dbc8175fd433d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e360° Adjustable Foldable Panels\u003c\/h2\u003e\n\n\u003cp\u003eTake full control of your lighting. Each rugged panel adjusts independently from 0° to 90°, allowing you to customize the light distribution angle.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eBenefit:\u003c\/strong\u003e Eliminate dark corners completely by directing the intense beam exactly where you need it most, whether it's the workbench or the storage racks.\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\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323170606\/1254cf347fee13a50a33fdce4938ed59.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEasy Installation — Zero Tools Required\u003c\/h2\u003e\n\n\u003cp\u003eCompatible with standard E26\/E27 sockets. Simply screw it into the ceiling receptacle exactly like a regular household light bulb.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eBenefit:\u003c\/strong\u003e Save hundreds of dollars. No wiring, no expensive electrician fees, and absolutely no complicated mounting hardware needed.\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=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323170606\/ac4d968fd28367d14b024f5d88527b5b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eIndustrial-Grade Wide Application\u003c\/h2\u003e\n\n\u003cp\u003eThe innovative multi-panel design ensures massive 360° lighting coverage that significantly outperforms standard single-source lights or traditional flickering fluorescent tubes.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eBenefit:\u003c\/strong\u003e A versatile, heavy-duty lighting solution perfect for demanding environments: garages, warehouses, basements, workshops, and commercial spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp\u003eEngineered for maximum durability and uncompromised brightness.\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\"\u003eBrightness\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e60,000 Lumens\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eColor Temperature\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e6500K Daylight White\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eSocket Compatibility\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eStandard E26 \/ E27 Base\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePanel Adjustability\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e0° to 90° Foldable Range\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eDimensions (Expanded)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e35.0 cm (13.8 in) Diameter\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eUnit Weight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e0.8 kg (1.76 lb)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eOperating Temperature\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e-20°C to 50°C (-4°F to 122°F)\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-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eDo I need an electrician to install this?\u003c\/h3\u003e\n\n\u003cp\u003eNot at all! This light is designed to be as easy to install as a standard light bulb. If you have a standard E26 or E27 screw-in socket in your ceiling, you simply twist it in. No wires to cut, no tools required.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eCan this light be used outdoors?\u003c\/h3\u003e\n\n\u003cp\u003eThese lights are extremely bright and durable, but they are designed primarily for indoor or covered use. They are perfect for garages, basements, covered carports, and warehouses, but should not be exposed directly to rain or severe weather.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eWill it get extremely hot during operation?\u003c\/h3\u003e\n\n\u003cp\u003eThe LED panels feature an advanced heat-dissipation design built directly into the housing. While the light outputs massive brightness, the built-in cooling system ensures it maintains a safe operating temperature, maximizing the lifespan of the LEDs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"6-Fold Foldable Garage Light","offer_id":44823149969599,"sku":"1732065130008646326","price":30.95,"currency_code":"USD","in_stock":true},{"title":"7-Fold Foldable Garage Light","offer_id":44823150002367,"sku":"1732087058504454838","price":34.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/b78b2dde9268ea75ec827346ebcd1b27.jpg?v=1774256848","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/foldable-led-garage-light","provider":"Bak","version":"1.0","type":"link"}