{"product_id":"wireless-solar-security-spotlight","title":"Wireless Solar Security Spotlight","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Outdoor Solar Security Light \/ Decoy Camera\nTarget Audience: Homeowners, renters seeking affordable, wire-free security and lighting solutions. Focus on safety, convenience, and durability.\nVisual Style: Modern, Secure, Trustworthy. Clean lines with high contrast to emphasize brightness.\nColor Strategy: \n  - Primary (Accent): #eab308 (Amber\/Yellow - representing illumination\/sunlight)\n  - Text Main: #0f172a (Slate - Tech\/Security feel)\n  - Background: #ffffff (Clean, spacious)\nShape Strategy: Radius 8px (Modern industrial, sturdy yet approachable)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: clamp(34px, 5vw, 48px), Body: 18-20px). Line-height 1.6 for readability.\nMobile Table Strategy: Card-based. Strict `display: block` for rows, flex for cells. No horizontal scroll. Built-in metric\/imperial conversions.\nImage Mapping: Hero=image_1 (Showcasing all 4 use cases), Feature1=image_2, Feature2=image_3, Feature3=image_4, Feature4=image_5. Natural flow layout (width: 100%, height: auto) to prevent distortion.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* --- 0) Design System \u0026 Variables --- *\/\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\n            \/* Variables *\/\n            --primary: #eab308; \/* Amber for Light\/Energy *\/\n            --primary-light: #fef08a;\n            --text-main: #0f172a;\n            --text-sub: #475569;\n            --bg-body: #ffffff;\n            --bg-card: #f8fafc;\n            --border-color: #e2e8f0;\n            --radius-md: 8px;\n            --radius-lg: 16px;\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 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n            --spacing-section: clamp(4rem, 8vw, 6rem);\n            --spacing-module: clamp(2rem, 5vw, 4rem);\n        }\n\n        .product-detail-container *,\n        .product-detail-container *::before,\n        .product-detail-container *::after {\n            box-sizing: inherit;\n        }\n\n        \/* --- 1) Typography System --- *\/\n        .product-detail-container h1, \n        .product-detail-container h2, \n        .product-detail-container h3 {\n            margin-top: 0;\n            margin-bottom: 1rem;\n            color: var(--text-main);\n            line-height: 1.2;\n            font-weight: 800;\n        }\n\n        .product-detail-container h1 { font-size: clamp(34px, 5vw, 44px); }\n        .product-detail-container h2 { font-size: clamp(28px, 4vw, 36px); }\n        .product-detail-container h3 { font-size: clamp(22px, 3vw, 26px); }\n        \n        .product-detail-container p {\n            font-size: clamp(18px, 2vw, 20px);\n            line-height: 1.7;\n            color: var(--text-sub);\n            margin-top: 0;\n            margin-bottom: 1.5rem;\n        }\n\n        \/* --- 2) Image \u0026 Media Protocol --- *\/\n        .product-detail-container .img-fluid {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: var(--radius-md);\n            box-shadow: var(--shadow-sm);\n        }\n\n        .product-detail-container .img-placeholder {\n            width: 100%;\n            aspect-ratio: 4 \/ 3;\n            background-color: 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            text-align: center;\n            padding: 1rem;\n        }\n\n        \/* Non-clickable Visual Badge *\/\n        .product-detail-container .visual-badge {\n            display: inline-flex;\n            align-items: center;\n            background-color: var(--primary-light);\n            color: #854d0e; \/* Darker amber for contrast *\/\n            padding: 0.5rem 1rem;\n            border-radius: 50px;\n            font-size: 16px;\n            font-weight: 700;\n            margin-bottom: 1.5rem;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        \/* --- 3) Layout \u0026 Mobile Ordering Lock --- *\/\n        .product-detail-container .section {\n            margin-bottom: var(--spacing-section);\n        }\n\n        \/* Hero Layout *\/\n        .product-detail-container .hero-section {\n            text-align: center;\n            margin-bottom: var(--spacing-section);\n            padding-top: 2rem;\n        }\n        \n        .product-detail-container .hero-content {\n            max-width: 800px;\n            margin: 0 auto var(--spacing-module);\n        }\n\n        \/* Feature Z-Pattern Lock *\/\n        .product-detail-container .feature-item {\n            display: flex;\n            flex-direction: column; \/* Mobile First: strictly stacked *\/\n            gap: var(--spacing-module);\n            margin-bottom: var(--spacing-section);\n        }\n\n        \/* Ensure image is ALWAYS first in HTML structure, CSS flex-direction handles the rest *\/\n        .product-detail-container .feature-media { width: 100%; }\n        .product-detail-container .feature-copy { width: 100%; display: flex; flex-direction: column; justify-content: center; }\n\n        @media (min-width: 768px) {\n            .product-detail-container .feature-item {\n                flex-direction: row; \/* Desktop: Side-by-side *\/\n                align-items: center;\n            }\n            .product-detail-container .feature-item.reverse {\n                flex-direction: row-reverse; \/* Desktop Z-Pattern *\/\n            }\n            .product-detail-container .feature-media,\n            .product-detail-container .feature-copy {\n                flex: 1;\n                width: 50%; \/* Force equal halves *\/\n            }\n            \/* Add extra padding to copy for breathing room in multi-col *\/\n            .product-detail-container .feature-copy {\n                padding: 0 2rem;\n            }\n        }\n\n        \/* --- 4) Specs Table (Mobile Card Lock) --- *\/\n        .product-detail-container .specs-container {\n            background-color: var(--bg-card);\n            padding: var(--spacing-module);\n            border-radius: var(--radius-lg);\n        }\n\n        .product-detail-container .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            text-align: left;\n            font-size: 18px;\n        }\n\n        .product-detail-container .specs-table th,\n        .product-detail-container .specs-table td {\n            padding: 1.2rem;\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        .product-detail-container .specs-table th {\n            font-weight: 700;\n            color: var(--text-main);\n            width: 40%;\n        }\n\n        .product-detail-container .specs-table td {\n            color: var(--text-sub);\n        }\n\n        @media (max-width: 767px) {\n            \/* strictly forbid horizontal scroll *\/\n            .product-detail-container .specs-table { \n                display: block; \n                border: none; \n            }\n            .product-detail-container .specs-table thead { \n                display: none; \n            }\n            .product-detail-container .specs-table tbody,\n            .product-detail-container .specs-table tr,\n            .product-detail-container .specs-table td {\n                display: block;\n                width: 100%;\n            }\n            .product-detail-container .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: 1rem;\n                box-shadow: var(--shadow-sm);\n            }\n            .product-detail-container .specs-table td {\n                display: flex;\n                flex-direction: column;\n                align-items: flex-start;\n                border: none;\n                padding: 0.5rem 0;\n            }\n            .product-detail-container .specs-table td::before {\n                content: attr(data-label);\n                font-weight: 700;\n                color: var(--text-main);\n                margin-bottom: 0.25rem;\n                font-size: 16px;\n                text-transform: uppercase;\n                letter-spacing: 0.5px;\n            }\n        }\n\n        \/* --- 5) FAQ Section --- *\/\n        .product-detail-container .faq-item {\n            border-bottom: 1px solid var(--border-color);\n            padding: 1.5rem 0;\n        }\n        .product-detail-container .faq-item:last-child {\n            border-bottom: none;\n        }\n        .product-detail-container .faq-question {\n            font-size: clamp(20px, 2.5vw, 22px);\n            font-weight: 700;\n            color: var(--text-main);\n            margin-bottom: 0.5rem;\n        }\n        .product-detail-container .faq-answer {\n            color: var(--text-sub);\n            margin-bottom: 0;\n        }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"section hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eNo Wiring Required\u003c\/div\u003e\n\n\u003ch1\u003eUltimate Perimeter Defense: Blazing Light Meets Visual Deterrence\u003c\/h1\u003e\n\n\u003cp\u003eFlood your property with 2000 lumens of instant brightness while a realistic decoy camera housing makes intruders think twice. Protect your garage, patio, and yard with zero electricity costs.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003c!-- 📷 Natural Flow Image --\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 16\/9; font-size: 24px;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312101253\/d1a1bc794b50f726bb2e8a82ee1cc418.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cspan style=\"font-size: 16px; font-weight: normal; margin-top: 10px; display: block;\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 1: Deterrent (Text Left, Image Right on Desktop) --\u003e\n\n\u003cdiv class=\"section feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312101253\/8343cd80ef93ed7a41ca74cadc5e359e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBrilliant 2000LM + Fake Camera Deterrent\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eStop threats before they start.\u003c\/strong\u003e This is more than just a light; it's a complete security visual. The powerful LED array delivers a blazing 2000 lumens, flooding dark spaces upon detection.\u003c\/p\u003e\n\n\u003cp\u003eIntegrated into a highly realistic, non-functional CCTV camera housing (complete with details), it creates the undeniable illusion of active surveillance. This potent one-two combination effectively makes intruders reconsider their targets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 2: Modes (Image Left, Text Right on Desktop) --\u003e\n\n\u003cdiv class=\"section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312101253\/bf66ab1179befc788a20ec8b8a6fab72.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e3 Lighting Modes with Remote Control\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eTailor your security from the comfort of indoors.\u003c\/strong\u003e Unlock ultimate flexibility with three distinct, remote-controlled modes:\u003c\/p\u003e\n\n\u003cp\u003e1. \u003cstrong\u003eMotion-Activated:\u003c\/strong\u003e Pure energy-saving protection.\u003cbr\u003e\n2. \u003cstrong\u003eMotion + Night Light:\u003c\/strong\u003e A soft permanent glow that bursts to full brightness when triggered.\u003cbr\u003e\n3. \u003cstrong\u003eAlways-On Dim:\u003c\/strong\u003e Continuous background lighting for pathway guidance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 3: Battery \u0026 Solar (Text Left, Image Right on Desktop) --\u003e\n\n\u003cdiv class=\"section feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312101253\/59aa85c483a242cbc6264403793ddb41.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eWeek-Long Reliability on a Quick Charge\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eEngineered for consistent performance, rain or shine.\u003c\/strong\u003e Our high-efficiency solar panel and optimized battery system achieve a full charge in just 4-6 hours of direct sunlight.\u003c\/p\u003e\n\n\u003cp\u003eThis massive energy reserve powers the light for up to \u003cstrong\u003e7 consecutive nights\u003c\/strong\u003e under real-world conditions (simulated at 50 triggers\/night). Enjoy uninterrupted security even through short overcast periods.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 4: Install \u0026 Waterproof (Image Left, Text Right on Desktop) --\u003e\n\n\u003cdiv class=\"section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312101253\/ec9afd4c6da42ca208bb4ad12558add5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\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=\"visual-badge\" style=\"background-color: #e0f2fe; color: #0284c7;\"\u003eIP66 Weatherproof\u003c\/div\u003e\n\n\u003ch2\u003eTotal Installation Freedom \u0026amp; Durability\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eEliminate blind spots.\u003c\/strong\u003e Both the bright LED head and the solar panel feature full horizontal and vertical rotation. Aim the 120° wide-angle PIR sensor (detecting movement up to 5 meters \/ 16.4 feet away) exactly where you need it.\u003c\/p\u003e\n\n\u003cp\u003eBuilt to endure harsh sun, heavy rain, and freezing temperatures with a robust IP66 waterproof rating. Backed by a comprehensive 1-Year Warranty for long-term, worry-free operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE (Mobile Card Lock enforced) --\u003e\n\n\u003cdiv class=\"section specs-container\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eTechnical 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\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=\"Brightness Rating\"\u003eMaximum Brightness Output\u003c\/td\u003e\n\t\t\t\u003ctd\u003e2000 Lumens\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Detection Range\"\u003ePIR Sensor Range\u003c\/td\u003e\n\t\t\t\u003ctd\u003e3 - 5 meters (9.8 - 16.4 ft) \/ 120° Angle\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Power Source\"\u003eCharging Efficiency\u003c\/td\u003e\n\t\t\t\u003ctd\u003eSolar Powered (Full charge in 4 - 6 hours)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Battery Life\"\u003eOperational Time\u003c\/td\u003e\n\t\t\t\u003ctd\u003eUp to 7 nights (based on 50 triggers\/night)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Durability\"\u003eWeather Resistance Rating\u003c\/td\u003e\n\t\t\t\u003ctd\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=\"Weight\"\u003eEst. Product Weight\u003c\/td\u003e\n\t\t\t\u003ctd\u003e420 g (14.8 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003eEst. Dimensions (L x W)\u003c\/td\u003e\n\t\t\t\u003ctd\u003e19.0 cm x 10.5 cm (7.5 in x 4.1 in)\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\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes the light need direct sunlight all day to work?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eWhile direct sunlight is best, our high-efficiency solar panel is designed to fully charge the battery with just 4-6 hours of exposure. Once fully charged, it holds enough power to last up to 7 nights of average use, ensuring reliability even during cloudy days.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I turn off the motion sensor if I'm hosting a party outside?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eAbsolutely. The included remote control allows you to easily switch between the 3 modes or turn the unit completely off without having to reach up to the physical fixture.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill this survive freezing winters and heavy rain?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, it is built with an IP66 waterproof rating. This means the housing is completely sealed against heavy jets of water and dust ingress. It is engineered to perform reliably through freezing snow, torrential rain, and extreme summer heat, backed by a 1-year warranty.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"⚪ 1-Pack (Standard)","offer_id":48526093517050,"sku":"0324-16542218","price":15.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2-Pack (Most Popular )","offer_id":48526093549818,"sku":"0324-16544368","price":30.95,"currency_code":"USD","in_stock":true},{"title":"💎 4-Pack (Best Value )","offer_id":48526093582586,"sku":"0324-16547439","price":59.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/d1a1bc794b50f726bb2e8a82ee1cc418_7da99c78-944d-4294-97c0-3dbfa2e7f55f.jpg?v=1774342528","url":"https:\/\/varitino.com\/products\/wireless-solar-security-spotlight","provider":"Varitino","version":"1.0","type":"link"}