{"product_id":"clip-on-solar-sensor-light","title":"Clip-On Solar Sensor Light","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #FF9900;\n      --primary-hover: #E68A00;\n      --text-main: #111111;\n      --text-sub: #4B5563;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9FAFB;\n      --bg-soft: #F3F4F6;\n      --radius-md: 8px;\n      --radius-lg: 16px;\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      --border-color: #E5E7EB;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 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, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 800;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .feature-title,\n    .product-detail-container .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container .feature-desc,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .trust-tag,\n    .product-detail-container .pill-tag {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0 0 1rem 0;\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Non-clickable Tags and Badges *\/\n    .pill-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n      margin-bottom: 1rem;\n    }\n\n    .pill-tag {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 0.25rem 0.75rem;\n      border-radius: 50px;\n      font-weight: 600;\n      display: inline-block;\n      margin: 0;\n    }\n\n    .trust-tag {\n      background-color: #FFFBEB;\n      color: #B45309;\n      border: 1px solid #FDE68A;\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n      font-weight: 700;\n      display: inline-block;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Image Display Settings *\/\n    .image-container {\n      width: 100%;\n      height: auto;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 4rem 1rem;\n      text-align: center;\n      margin-bottom: 1.5rem;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-weight: 600;\n    }\n\n    \/* Hero Block CSS *\/\n    .hero-section {\n      text-align: center;\n      padding: 2rem 0;\n    }\n\n    .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 1.5rem auto;\n    }\n\n    \/* Features CSS - Z-Pattern Desktop, Vertical Mobile with Image-First *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      padding: 1.5rem;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 2rem;\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    .feature-desc {\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Specifications Table CSS with Extreme Responsive Safe-Guard *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: 2rem;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1rem;\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: 1rem;\n      vertical-align: top;\n    }\n\n    .spec-property-cell {\n      font-weight: 700;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .spec-value-cell {\n      width: 65%;\n    }\n\n    .spec-value {\n      margin: 0;\n      display: block;\n    }\n\n    \/* FAQ CSS *\/\n    .faq-section {\n      background-color: var(--bg-body);\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .faq-question {\n      margin-bottom: 0.5rem;\n      display: flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n\n    .faq-answer {\n      margin: 0;\n    }\n\n    \/* Responsive Queries - Desktop Overrides *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media {\n        width: 50%;\n      }\n\n      .feature-copy {\n        width: 50%;\n        padding: 0 1.5rem;\n      }\n    }\n\n    \/* Extreme Specifications Mobile Safety Rules *\/\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 td {\n        display: grid;\n        grid-template-columns: minmax(120px, 35%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 12px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-property-cell {\n        display: block;\n        width: 100%;\n        font-weight: 700;\n        line-height: 1.5;\n      }\n\n      .spec-value-cell {\n        display: block;\n        width: 100%;\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\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Content Block --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"trust-tag\"\u003e⚡ Clip \u0026amp; Go: 1-Second Setup\u003c\/div\u003e\n\n\u003ch1\u003eInstant Wireless Illumination: Clip-On Smart Solar \u0026amp; USB Light\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eNo tools, no drilling, and no complicated wiring. Securely clamp high-efficiency lighting onto any railing, branch, or balcony in seconds.\u003c\/p\u003e\n\n\u003cdiv class=\"image-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img56\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914144110\/bd9714be7b433d0f7728933a5f91ef21.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914144110\/d3241017790bea1b4b7e24ce01ae48f1.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 class=\"feature-title\"\u003eUniversal 1-Second Clamp Installation\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eDesigned with a heavy-duty, high-tension spring hinge that adjusts seamlessly from 0.4\" to 2.4\" (1-6 cm). Instantly mount it to balcony railings, patio guardrails, tree branches, or camping tents. Perfect for renters, seniors, and quick emergency setups.\u003c\/p\u003e\n\n\u003cdiv class=\"pill-container\"\u003e\n\u003cspan class=\"pill-tag\"\u003eNo Tools Required\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003eFits 0.4\" - 2.4\" Surfaces\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003eDrill-Free Security\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature Section 2 (Dual Charging) --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img58\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914144110\/6424b5e34472a196ddf2ea455a283764.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 class=\"feature-title\"\u003eDual Powering: Solar \u0026amp; USB-C Input\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eEquipped with a high-efficiency solar panel (up to 25% conversion rate) that automatically recharges the built-in 1200mAh battery in 6–8 hours of sunlight. When clouds or winter rain take over, easily plug it indoors using the integrated Type-C USB port for a complete charge in just 3–4 hours.\u003c\/p\u003e\n\n\u003cdiv class=\"pill-container\"\u003e\n\u003cspan class=\"pill-tag\"\u003e1200mAh Battery\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003eType-C Port Backup\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003eCloudy Day Reliable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature Section 3 (Modes \u0026 Remote) --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img59\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914144111\/3082c8479eabfbe0ffbc81a9fd3f4cb9.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 class=\"feature-title\"\u003e3 Smart Lighting Modes with Remote\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eEasily switch between three lighting profiles using the manual switch or the included wireless remote control: \u003cstrong\u003eMode 1:\u003c\/strong\u003e High light for 15s when motion is detected, then dim light. \u003cstrong\u003eMode 2:\u003c\/strong\u003e High light for 15s when motion is detected, then turns off. \u003cstrong\u003eMode 3:\u003c\/strong\u003e Always on (no motion sensing, dusk-to-dawn solar control). The smart PIR lens detects movement across a 120° wide angle and up to 16 feet away.\u003c\/p\u003e\n\n\u003cdiv class=\"pill-container\"\u003e\n\u003cspan class=\"pill-tag\"\u003e16 ft Detection Range\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003e120° Sensor Angle\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003e3 Lighting Modes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature Section 4 (Weather Protection) --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260914144110\/fa3b9e0853e42274b7fb33f23675cc17.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 class=\"feature-title\"\u003eDurable All-Weather ABS Construction\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eBuilt with an ultra-tough, heat-resistant, and snow-resistant ABS shell to withstand severe outdoor temperature changes. The charging port is safeguarded by a heavy-duty rubber seal to keep moisture and dust out, making it safe for continuous outdoor installation in all normal climates.\u003c\/p\u003e\n\n\u003cdiv class=\"pill-container\"\u003e\n\u003cspan class=\"pill-tag\"\u003eHeat-Resistant Shell\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003eSnow-Resistant Body\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003eRubberized USB Seal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property-cell\"\u003eDimensions\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-cell\"\u003e\u003cspan class=\"spec-value\"\u003e5.5\" L x 3.1\" W x 3.1\" H (14 cm x 8 cm x 8 cm)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property-cell\"\u003eClamp Range\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-cell\"\u003e\u003cspan class=\"spec-value\"\u003e0.4\" to 2.4\" (1 cm to 6 cm) adjustable opening\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property-cell\"\u003eBattery Capacity\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-cell\"\u003e\u003cspan class=\"spec-value\"\u003e1200mAh Built-in Lithium Battery\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property-cell\"\u003eCharging Speed\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-cell\"\u003e\u003cspan class=\"spec-value\"\u003eSolar: 6–8 hours | USB-C: 3–4 hours\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property-cell\"\u003eLight Source\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-cell\"\u003e\u003cspan class=\"spec-value\"\u003e60 High-Efficiency Low-Heat LEDs\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property-cell\"\u003ePIR Sensor Range\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-cell\"\u003e\u003cspan class=\"spec-value\"\u003eUp to 16 ft (approx. 4.8 m) range, 120° wide-angle\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property-cell\"\u003eLighting Modes\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-cell\"\u003e\u003cspan class=\"spec-value\"\u003e3 Modes (Dim after motion \/ Off after motion \/ Always On)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property-cell\"\u003eHousing Material\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-cell\"\u003e\u003cspan class=\"spec-value\"\u003eImpact-Resistant ABS Plastic\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!-- Product-Focused FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 What are the 3 lighting modes and how do I switch them?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYou can cycle through the modes instantly using the included remote control or by tapping the manual button on the front of the device. Mode 1: High light for 15s on motion, then dim. Mode 2: High light for 15s on motion, then off. Mode 3: Always on at night (no motion sensing). A fourth press will turn the light off.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🌧️ Is this device waterproof enough to leave outdoors in heavy rain?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the light is built with a rugged ABS outer shell designed to survive normal rain, snow, dew, and outdoor heat. For optimal water resistance, please ensure that the black rubber USB port cover is fully pressed and sealed shut.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🔋 How does the charging indicator light work for USB charging?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eWhen you plug in the included Type-C cable to charge the light indoors, a red LED indicator near the charging port will light up. Once the 1200mAh battery is fully charged (typically taking 3 to 4 hours), the red indicator light will automatically turn off.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Light (Starter Pack)","offer_id":58923648745632,"sku":"20260917-143436-1888","price":13.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2 Lights (Balcony Duo) – Most Popular","offer_id":58923648778400,"sku":"20260917-143436-9163","price":26.95,"currency_code":"USD","in_stock":true},{"title":"⭐ 4 Lights (Patio Pack) – Best Value","offer_id":58923648811168,"sku":"20260917-143436-4389","price":51.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/bd9714be7b433d0f7728933a5f91ef21.jpg?v=1789627238","url":"https:\/\/cartivra.com\/products\/clip-on-solar-sensor-light","provider":"Cartivra","version":"1.0","type":"link"}