{"product_id":"ultra-bright-solar-led-floodlight","title":"Ultra-Bright Solar LED Floodlight","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：户外太阳能壁挂感应灯\n  目标受众：需要便捷户外照明和安全防范的房主\n  视觉风格：科技、清洁、高对比度（强调光线效果）\n  配色策略：以黑白灰为主色调，辅以产品按钮的绿色作为点缀色（--primary），强调环保和启动状态。\n  模块顺序：Hero (核心利益) -\u003e Feature 1 (太阳能\/零电费) -\u003e Feature 2 (感应\/高亮) -\u003e Feature 3 (安装\/调节) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_0.png, Feature1=image_2.png, Feature2=image_4.png, Feature3=image_3.png\n  规格图映射：Specs=image_6.png\n  对比模块：未加入（现有图片展现的前后对比已融入 Hero 模块，无需单独对比模块）\n  特殊处理：尽管image_6中出现了遥控器，但\u003c产品分析报告\u003e和文字描述未提及此功能。为遵守“禁止虚构”和“生图红线”，文案和规格表将忽略遥控器，仅关注灯具本身。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #28a745; \/* Green accent from button *\/\n      --primary-hover: #218838;\n      --text-main: #212529;\n      --text-sub: #6c757d;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #e9ecef;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,0.1);\n      --border-color: #dee2e6;\n      --spacing-section: clamp(2rem, 5vw, 4rem);\n\n      font-family: sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      margin-bottom: 1rem;\n      line-height: 1.2;\n    }\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n    }\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Utilities *\/\n    .pd-img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n    .pd-badge {\n      display: inline-block;\n      padding: 0.5em 1em;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-right: 0.5rem;\n      margin-bottom: 0.5rem;\n    }\n    .pd-accent {\n      color: var(--primary);\n    }\n\n    \/* Sections \u0026 Layouts *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Hero *\/\n    .pd-hero {\n      text-align: center;\n    }\n    .pd-hero__content {\n      max-width: 800px;\n      margin: 0 auto 2rem;\n    }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .pd-feature {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 8vw, 4rem);\n    }\n    .pd-feature:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .pd-feature__media, .pd-feature__copy {\n      flex: 1;\n    }\n\n    \/* Specifications Table *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1rem;\n    }\n    .pd-specs-table th, .pd-specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .pd-specs-table th {\n      width: 40%;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n\n    \/* FAQ *\/\n    .pd-faq__item {\n      margin-bottom: 1.5rem;\n      padding-bottom: 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .pd-faq__question {\n      font-weight: 600;\n      font-size: 20px;\n      margin-bottom: 0.5rem;\n      display: flex;\n      align-items: center;\n    }\n    .pd-faq__question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      margin-right: 0.5rem;\n      font-weight: 700;\n    }\n\n    \/* Mobile Styles *\/\n    @media (max-width: 767px) {\n      .product-detail-container {\n        padding: 0 4%;\n      }\n      .pd-feature, .pd-feature:nth-child(even) {\n        flex-direction: column;\n        text-align: center;\n      }\n      .pd-feature__media {\n        margin-bottom: 1.5rem;\n      }\n\n      \/* Mobile Table Adapter *\/\n      .pd-specs-table, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table th, .pd-specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        padding: 0.5rem;\n      }\n      .pd-specs-table th {\n        border-bottom: none;\n        padding: 0.75rem 1rem 0.25rem 1rem;\n        font-size: 14px;\n        color: var(--text-sub);\n      }\n      .pd-specs-table td {\n        border-bottom: none;\n        padding: 0 1rem 0.75rem 1rem;\n        font-weight: 500;\n        color: var(--text-main);\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero__content\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e💡 Bright Ideas for Outdoor Safety\u003c\/div\u003e\n\n\u003ch1\u003eInstant Security Lighting,\u003cbr\u003e\nPowered by the \u003cspan class=\"pd-accent\"\u003eSun\u003c\/span\u003e.\u003c\/h1\u003e\n\n\u003cp\u003eUpgrade your home security with ultra-bright, motion-activated LED lighting. No wiring, no electricity bills—just reliable illumination whenever you need it.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero__media\"\u003e\n\u003c!-- Using image_0 for excellent before\/after context and use scenario --\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img69\" class=\"pd-img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260720145745\/e5524417dc6cfa52758cd6e35921cb52.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature__media\"\u003e\n\u003c!-- Using image_2 to show solar panel focus --\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img54\" class=\"pd-img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260720143401\/47109de2c00bfaf313484ae02e4e54f2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature__copy\"\u003e\n\u003ch2\u003eZero Electricity Bills, 100% Wireless\u003c\/h2\u003e\n\n\u003cp\u003eForget about expensive wiring or changing batteries. The high-efficiency solar panel charges automatically during the day, converting sunlight into power for reliable all-night operation. It's an eco-friendly solution that saves you money.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature__tags\"\u003e\n\u003cspan class=\"pd-badge\"\u003e☀️ Solar Charged\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003e🔋 Energy Saving\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Motion Sensor \u0026 Brightness --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature__media\"\u003e\n\u003c!-- Using image_4 for close-up on LEDs and sensor --\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img66\" class=\"pd-img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260720143723\/1d0cac7c274bcd5091c57cd6a9dfce99.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature__copy\"\u003e\n\u003ch2\u003eSmart Motion Detection \u0026amp; Ultra-Bright LEDs\u003c\/h2\u003e\n\n\u003cp\u003eEquipped with a sensitive motion sensor, the light activates instantly when movement is detected, providing bright, wide-angle illumination. Perfect for deterring intruders or lighting up your path to the front door.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature__tags\"\u003e\n\u003cspan class=\"pd-badge\"\u003e🏃‍♂️ Motion Activated\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003e💡 High Brightness\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Installation \u0026 Adjustment --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature__media\"\u003e\n\u003c!-- Using image_3 to demonstrate easy installation and adjustable bracket --\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img55\" class=\"pd-img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260720143402\/9bb497180dce9d29e600893f9f2065a1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature__copy\"\u003e\n\u003ch2\u003eEasy DIY Installation \u0026amp; Adjustable Angle\u003c\/h2\u003e\n\n\u003cp\u003eGet set up in minutes. Simply mount the base to any wall, fence, or post using the included screws—no professional electrician needed. The flexible hinge allows you to direct the light exactly where it's needed most.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature__tags\"\u003e\n\u003cspan class=\"pd-badge\"\u003e🛠️ Easy Mount\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003e🔄 Rotatable Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section pd-specs\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cp\u003eTechnical details and dimensions.\u003c\/p\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd\u003eSolar Motion Sensor Light (Outdoor LED)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003ePower Source\u003c\/th\u003e\n\t\t\t\u003ctd\u003eSolar Powered (Integrated Panel)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eLight Source\u003c\/th\u003e\n\t\t\t\u003ctd\u003eHigh-brightness LED beads (6 blocks)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eTotal Height\u003c\/th\u003e\n\t\t\t\u003ctd\u003e225 mm (approx. 8.9 in, including bracket)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eLight Head Width\u003c\/th\u003e\n\t\t\t\u003ctd\u003e84 mm (approx. 3.3 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003ePrimary Material\u003c\/th\u003e\n\t\t\t\u003ctd\u003eABS Plastic (Durable matte finish)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section pd-faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq__item\"\u003e\n\u003cdiv class=\"pd-faq__question\"\u003eIs this light weatherproof?\u003c\/div\u003e\n\n\u003cp\u003eYes, the light is designed for outdoor use and is built to withstand normal weather conditions, including rain and typical outdoor exposure.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq__item\"\u003e\n\u003cdiv class=\"pd-faq__question\"\u003eDoes it need direct sunlight to charge?\u003c\/div\u003e\n\n\u003cp\u003eDirect, unobstructed sunlight is best for a full charge and optimal performance at night. It can still charge on cloudy days, but the lighting duration may be reduced.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq__item\"\u003e\n\u003cdiv class=\"pd-faq__question\"\u003eHow does the motion sensor work?\u003c\/div\u003e\n\n\u003cp\u003eThe light remains off during the day while charging. At night, it stays in standby mode until the sensor detects movement within its range, instantly turning on the bright LEDs. It will turn off automatically after motion ceases to save energy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Waregami","offers":[{"title":"1-Pack (Essential Security Light)","offer_id":48995857531099,"sku":"0721-15475435","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Most Popular - 10%)","offer_id":48995857563867,"sku":"0721-15470018","price":23.31,"currency_code":"USD","in_stock":true},{"title":"4-Pack (Best Value - 15%)","offer_id":48995857596635,"sku":"0721-15475202","price":43.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0780\/3279\/7915\/files\/e5524417dc6cfa52758cd6e35921cb52.jpg?v=1784620149","url":"https:\/\/waregami.com\/products\/ultra-bright-solar-led-floodlight","provider":"Waregami","version":"1.0","type":"link"}