{"product_id":"clip-on-solar-motion-light","title":"Clip-On Solar Motion Light","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Outdoor Solar Clip Light (Hardware \/ Outdoor Gadget)\nTarget Audience: Homeowners, campers, RV users looking for security and flexible lighting.\nVisual Style: Modern, durable, and reliable. High-contrast layout for easy scanning.\nColor Strategy: White\/Off-white backgrounds with \"Solar Orange\" (#f59e0b) accents and deep Slate (#1e293b) for strong legibility.\nShape Strategy: Radius 12px (strikes a balance between rugged hardware and consumer-friendly tech).\nTypography Strategy: Large Type \/ Mobile-first readable (H2: 32px, Body: 18px). High line-height (1.7) for relaxed reading.\nMobile Table Strategy: Card-based (No horizontal scroll). Automatic unit conversion included.\nImage Mapping: Hero=image_1, Features=image_2,3,4,5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System \u0026 CSS Variables *\/\n    .product-detail-container {\n      --primary: #f59e0b;\n      --primary-bg: #fef3c7;\n      --text-main: #0f172a;\n      --text-sub: #475569;\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --border-color: #e2e8f0;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);\n      --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);\n      --space-md: clamp(2rem, 5vw, 4rem);\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n      color: var(--text-main);\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.7;\n      background: var(--bg-body);\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography *\/\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 1rem;\n      color: var(--text-main);\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 1.5rem;\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;\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;\n    }\n\n    .product-detail-container ul {\n      margin: 0 0 1.5rem;\n      padding-left: 1.5rem;\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n    }\n\n    .product-detail-container li {\n      margin-bottom: 0.75rem;\n    }\n\n    \/* Non-clickable Badge *\/\n    .product-badge {\n      display: inline-flex;\n      align-items: center;\n      background: var(--primary-bg);\n      color: #b45309;\n      font-size: 16px;\n      font-weight: 600;\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      margin-bottom: 1rem;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    \/* Image System - Anti-distortion *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      background: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-size: 18px;\n      font-weight: bold;\n    }\n\n    \/* Layout Spacing *\/\n    .section-spacing {\n      margin-bottom: var(--space-md);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding-top: var(--space-md);\n    }\n\n    .hero-text-wrapper {\n      max-width: 800px;\n      margin: 0 auto var(--space-md);\n    }\n\n    \/* Feature Pattern (Z-Pattern for Desktop, Column for Mobile) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(1.5rem, 4vw, 3rem);\n      margin-bottom: var(--space-md);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n    }\n\n    \/* Specifications Table (Card-based on Mobile) *\/\n    .specs-section {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 3vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1.25rem 1.5rem;\n      text-align: left;\n      font-size: 18px;\n    }\n\n    @media (min-width: 768px) {\n      .specs-table th {\n        background: var(--primary-bg);\n        color: #b45309;\n        font-weight: 700;\n        border-top-left-radius: var(--radius-md);\n        border-top-right-radius: var(--radius-md);\n      }\n      .specs-table tbody tr {\n        background: var(--bg-body);\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table tbody tr:last-child {\n        border-bottom: none;\n      }\n      .specs-table td {\n        color: var(--text-sub);\n      }\n      .specs-table td:first-child {\n        font-weight: 600;\n        color: var(--text-main);\n        width: 35%;\n      }\n    }\n\n    @media (max-width: 767px) {\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none;\n      }\n      .specs-table tr {\n        background: var(--bg-body);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 1rem 1.25rem;\n        border: 1px solid var(--border-color);\n        box-shadow: var(--shadow-sm);\n      }\n      .specs-table td {\n        display: flex;\n        flex-direction: column;\n        padding: 0.75rem 0;\n        border-bottom: 1px dashed var(--border-color);\n        font-size: 18px;\n        color: var(--text-sub);\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n        padding-bottom: 0;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-bottom: 0.25rem;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-item {\n      margin-bottom: 1.5rem;\n      padding-bottom: 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .faq-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n    .faq-question {\n      font-size: clamp(20px, 3vw, 22px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 0.75rem;\n      position: relative;\n      padding-left: 1.75rem;\n    }\n    .faq-question::before {\n      content: \"Q.\";\n      position: absolute;\n      left: 0;\n      color: var(--primary);\n    }\n    .faq-answer {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      padding-left: 1.75rem;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"hero-text-wrapper\"\u003e\n\u003cdiv class=\"product-badge\"\u003eAdvanced Solar Security\u003c\/div\u003e\n\n\u003ch1\u003eBrighten Every Corner, Effortlessly.\u003c\/h1\u003e\n\n\u003cp\u003eTransform your outdoor spaces instantly. Designed with a versatile clip and ultra-bright 800-lumen output, this solar motion sensor light delivers powerful illumination exactly where you need it—no wiring required.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323114235\/eb490cf6e79ac1890d6bec2904b3c109.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323114235\/6380d7495f15878e6e8d10d894517efd.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\u003eClip, Hang, or Screw. Total Freedom.\u003c\/h2\u003e\n\n\u003cp\u003eForget complicated installations. Our exclusive practical clip shape allows you to instantly secure the light to fences, RV awnings, garden gates, or patio umbrellas.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eHeavy-duty Clip:\u003c\/strong\u003e Attach to any edge in seconds.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eTransparent Hooks:\u003c\/strong\u003e Perfect for smooth surfaces (glass\/tile).\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eIncluded Screws:\u003c\/strong\u003e For permanent wall mounting.\u003c\/li\u003e\n\u003c\/ul\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323114235\/b455db79f081ba76bf796428fcd909e6.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\u003eSmart PIR Motion Sensor\u003c\/h2\u003e\n\n\u003cp\u003eEquipped with a highly sensitive built-in PIR motion inductor, it detects movement up to \u003cstrong\u003e26 feet (7.9 meters)\u003c\/strong\u003e within a wide 120-degree angle.\u003c\/p\u003e\n\n\u003cp\u003eWhether you're welcoming guests or deterring unwanted visitors, the bright 800 lumens output immediately activates to keep your property safe and visible.\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323114235\/a32d9420f196a6909dfb169a7c5e9a65.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\u003e3 Intelligent Lighting Modes\u003c\/h2\u003e\n\n\u003cp\u003eCustomize your outdoor illumination with a simple press of the front button:\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eMode 1:\u003c\/strong\u003e Strong Light Sensor + Dim Light. Stays dim, shines bright when motion is detected.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eMode 2:\u003c\/strong\u003e Strong Light Sensor Only. Off until triggered, then ultra-bright.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eMode 3:\u003c\/strong\u003e Constantly On. Maintains a steady, energy-saving dim light all night.\u003c\/li\u003e\n\u003c\/ul\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323114235\/eb209f6e4421f89ca99c0ee3377c84b4.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\u003eBuilt to Brave the Elements\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from high-strength ABS material, these clip lights feature an \u003cstrong\u003eIP65 waterproof and heatproof rating\u003c\/strong\u003e.\u003c\/p\u003e\n\n\u003cp\u003eRain, snow, frost, or intense heat—your lighting system will withstand extreme weather conditions, ensuring uninterrupted performance year-round.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Lock) --\u003e\n\n\u003cdiv class=\"specs-section section-spacing\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\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\u003eDetails\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\"\u003eDimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e3.8 x 3.9 x 6.8 inches (9.7 x 9.9 x 17.3 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\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=\"Details\"\u003e800 Lumens\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eDetection Range\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eUp to 26 ft (7.9 m) \/ 120° Angle\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eWaterproof Rating\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eIP65 (Weather \u0026amp; Heat Resistant)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eHigh-strength ABS\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=\"Details\"\u003eClip-on, Screws, Transparent Hooks\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eRecommended Height\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e4.92 ft – 8.2 ft (1.5 m - 2.5 m)\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=\"section-spacing\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I change the lighting modes?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eSimply press the white button located on the front of the solar light. Each press will cycle through the 3 available smart modes to suit your needs.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eAre the transparent hooks strong enough for outdoor use?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, they are designed for temporary or smooth-surface mounting. However, if used outdoors, we highly recommend checking their adsorption performance periodically to ensure maximum safety and stability.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat is covered under the 100% Satisfaction Service?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eWe stand behind our quality. If the solar lights fail to turn on or if you experience any operational issues, we will provide a free replacement. Your satisfaction and security are our top priorities.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"45LEDs \/ ⚪️ 1-Pack (Starter)","offer_id":45395226591423,"sku":"0327-17060257","price":20.95,"currency_code":"USD","in_stock":true},{"title":"45LEDs \/ 🔥 2-Pack (Most Popular)","offer_id":45395226624191,"sku":"0327-17069290","price":39.95,"currency_code":"USD","in_stock":true},{"title":"45LEDs \/ 💰 4-Pack (Best Value)","offer_id":45395226656959,"sku":"0327-17066789","price":79.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/eb490cf6e79ac1890d6bec2904b3c109.jpg?v=1774602444","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/clip-on-solar-motion-light","provider":"Bak","version":"1.0","type":"link"}