{"product_id":"clip-on-solar-motion-light-1","title":"Clip-On Solar Motion Light","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003e\u003c\/title\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n    \/* Color Palette *\/\n    --primary: #FF9F1C; \n    --primary-hover: #E88D0E;\n    --primary-glow: rgba(255, 159, 28, 0.3);\n    --text-main: #FFFFFF;\n    --text-sub: #B0B8C6;\n    --bg-body: #0A1122; \n    --bg-card: #162035;\n    --bg-soft: #1F2C47;\n    --border-color: #2A3B5E;\n    \n    \/* Geometry \u0026 Shadows *\/\n    --radius-md: 12px;\n    --radius-lg: 20px;\n    --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.4);\n    --shadow-glow: 0 8px 24px var(--primary-glow);\n    --transition: all 0.3s ease;\n  }\n\n  body {\n    margin: 0;\n    padding: 0;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  \/* 容器基础设置 *\/\n  .product-detail-container {\n    background-color: var(--bg-body); \n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    line-height: 1.6;\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: clamp(1.5rem, 4vw, 4rem) 5%;\n    box-sizing: border-box;\n    overflow: hidden;\n  }\n\n  \/* 字体排版 *\/\n  .product-detail-container h1,\n  .product-detail-container h2,\n  .product-detail-container h3 {\n    color: var(--text-main);\n    margin-top: 0;\n    line-height: 1.25;\n  }\n\n  .product-detail-container h1 {\n    font-size: clamp(28px, 5vw, 46px);\n    font-weight: 800;\n    margin-bottom: clamp(12px, 3vw, 20px);\n    letter-spacing: -0.5px;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 34px);\n    font-weight: 700;\n    margin-bottom: clamp(12px, 3vw, 20px);\n  }\n\n  .product-detail-container p {\n    font-size: clamp(15px, 2vw, 18px);\n    color: var(--text-sub);\n    margin-bottom: clamp(16px, 3vw, 24px);\n  }\n\n  \/* 布局核心修复：使用 Flexbox 并提高断点 *\/\n  .pd-section {\n    margin-bottom: clamp(3rem, 6vw, 6rem);\n  }\n\n  .pd-grid-2 {\n    display: flex;\n    flex-direction: column; \/* 默认手机端上下堆叠 *\/\n    gap: clamp(2rem, 5vw, 4rem);\n    align-items: center;\n  }\n\n  .pd-grid-2 \u003e div {\n    width: 100%; \/* 手机端占满全宽 *\/\n  }\n\n  \/* 当屏幕宽度大于 900px 时，才显示为左右两列 *\/\n  @media (min-width: 900px) {\n    .pd-grid-2 {\n      flex-direction: row;\n    }\n    .pd-grid-2 \u003e div {\n      flex: 1;\n      width: 50%; \/* 强制平分宽度，防止文字被挤压 *\/\n    }\n    .pd-grid-2.reverse {\n      flex-direction: row-reverse;\n    }\n  }\n\n  \/* 标签组件 *\/\n  .pd-tag-badge {\n    display: inline-block;\n    background-color: rgba(255, 159, 28, 0.15);\n    color: var(--primary);\n    padding: 6px 14px;\n    border-radius: 30px;\n    font-size: clamp(12px, 2vw, 14px);\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n    border: 1px solid rgba(255, 159, 28, 0.3);\n  }\n\n  .pd-feature-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .pd-feature-tag {\n    background-color: var(--bg-soft);\n    color: var(--text-main);\n    padding: 8px 16px;\n    border-radius: 8px;\n    font-size: clamp(14px, 2vw, 15px);\n    font-weight: 500;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    border: 1px solid var(--border-color);\n  }\n\n  \/* 图片样式 *\/\n  .pd-img-fluid {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-sm);\n    transition: var(--transition);\n    object-fit: cover;\n  }\n\n  .pd-img-fluid:hover {\n    transform: translateY(-4px);\n    box-shadow: var(--shadow-glow);\n  }\n\n  \/* 首屏内容 *\/\n  .hero-block {\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto clamp(2rem, 5vw, 4rem);\n  }\n\n  .hero-block p {\n    font-size: clamp(16px, 2.5vw, 20px);\n    max-width: 700px;\n    margin: 0 auto;\n  }\n\n  .hero-media-wrapper {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  \/* 规格表 *\/\n  .spec-container {\n    background-color: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: clamp(1.5rem, 4vw, 4rem);\n    border: 1px solid var(--border-color);\n  }\n\n  .spec-container h2 {\n    text-align: center;\n    margin-bottom: clamp(1.5rem, 4vw, 2.5rem);\n  }\n\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background-color: var(--bg-body);\n    border-radius: var(--radius-md);\n    overflow: hidden;\n  }\n\n  .spec-table th,\n  .spec-table td {\n    padding: clamp(14px, 2vw, 18px) clamp(16px, 3vw, 24px);\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: clamp(14px, 2vw, 16px);\n  }\n\n  .spec-table th {\n    background-color: var(--bg-soft);\n    color: var(--text-main);\n    width: 35%;\n    font-weight: 600;\n  }\n\n  .spec-table td {\n    color: var(--text-sub);\n  }\n\n  .spec-table tr:last-child th,\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  @media (max-width: 767px) {\n    .spec-table, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td {\n      display: block;\n      width: 100%;\n      box-sizing: border-box;\n    }\n    .spec-table tr {\n      border-bottom: 4px solid var(--bg-card);\n    }\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n    .spec-table th {\n      display: none;\n    }\n    .spec-table td {\n      padding: 12px 16px;\n      padding-left: 45%;\n      position: relative;\n      text-align: right;\n      border-bottom: 1px solid var(--border-color);\n      color: var(--text-main);\n      font-weight: 500;\n    }\n    .spec-table td::before {\n      content: attr(data-label);\n      position: absolute;\n      left: 16px;\n      top: 12px;\n      font-weight: 600;\n      color: var(--text-sub);\n      text-align: left;\n      width: 40%;\n    }\n  }\n\n  \/* FAQ *\/\n  .faq-wrapper {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  .faq-wrapper h2 {\n    text-align: center;\n    margin-bottom: clamp(1.5rem, 4vw, 2.5rem);\n  }\n\n  .faq-item {\n    background-color: var(--bg-card);\n    border-radius: var(--radius-md);\n    margin-bottom: 12px;\n    border: 1px solid var(--border-color);\n    transition: var(--transition);\n  }\n\n  .faq-item:hover {\n    border-color: var(--primary);\n  }\n\n  .faq-question {\n    padding: clamp(1rem, 3vw, 1.5rem);\n    font-size: clamp(15px, 2.5vw, 18px);\n    font-weight: 600;\n    color: var(--text-main);\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    list-style: none;\n    user-select: none;\n  }\n\n  .faq-question::-webkit-details-marker {\n    display: none;\n  }\n\n  .faq-question::after {\n    content: '+';\n    font-size: 24px;\n    color: var(--primary);\n    font-weight: 400;\n    transition: transform 0.3s ease;\n    margin-left: 1rem;\n  }\n\n  details[open] .faq-question::after {\n    content: '−';\n  }\n\n  .faq-answer {\n    padding: 0 clamp(1rem, 3vw, 1.5rem) clamp(1rem, 3vw, 1.5rem) clamp(1rem, 3vw, 1.5rem);\n    color: var(--text-sub);\n    font-size: clamp(14px, 2vw, 16px);\n    line-height: 1.6;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"hero-block\"\u003e\n\u003cspan class=\"pd-tag-badge\"\u003eDesigned for effortless security\u003c\/span\u003e\n\u003ch1\u003eInstant Outdoor Lighting, No Wiring Needed\u003c\/h1\u003e\n\n\u003cp\u003eSimply clip it on. This solar-powered motion sensor light automatically brightens your fences, decks, and yards with zero electricity costs.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media-wrapper\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Solar Clip Motion Sensor Light Hero\" cke-id=\"img59\" class=\"pd-img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617104216\/636ac95b9caf01c35dcfb1a8b9f8fd3d.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\u003c\/div\u003e\n\u003c!-- Feature 1: Compare \/ Problem Solved --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eForget Drilling and Wiring. Just Clip It On.\u003c\/h2\u003e\n\n\u003cp\u003eTraditional outdoor lighting requires complicated installation, expensive electricians, or frequent battery changes. Our innovative clip design lets you secure powerful lighting to almost any edge in seconds without tools.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cdiv class=\"pd-feature-tag\"\u003e✅ Tool-Free Setup\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-tag\"\u003e✅ Zero Maintenance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Clip-on installation comparison\" cke-id=\"img60\" class=\"pd-img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617104216\/52d81d27f1ba3ad725aefa589f8d3de6.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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Solar Power --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-grid-2 reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Solar charging mechanism\" cke-id=\"img61\" class=\"pd-img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617104216\/5b2844a5462ea1f9ab1e297d2ee915d7.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\u003ePowered by the Sun for All-Night Brilliance\u003c\/h2\u003e\n\n\u003cp\u003eEquipped with a high-efficiency polycrystalline solar panel, these lights absorb sunlight during the day to fully charge in 6-8 hours. Enjoy up to 12 hours of reliable, bright illumination all night long without adding a cent to your electric bill.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cdiv class=\"pd-feature-tag\"\u003e☀️ Solar Charged\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-tag\"\u003e🔋 Long-Lasting Battery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Smart Modes --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSmart Motion Sensing with 3 Custom Modes\u003c\/h2\u003e\n\n\u003cp\u003eThe sensitive motion sensor detects movement and automatically activates the light. Choose the perfect setting for your needs: Motion-Triggered (Full Brightness), Smart Dimming (Dim to Bright on motion), or Constant On (Steady light).\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Smart motion sensing modes\" cke-id=\"img62\" class=\"pd-img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617104216\/71f76dfc9f56354dfb8a725c8dfebdae.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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Versatility --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-grid-2 reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Waterproof and multi-scenario use\" cke-id=\"img63\" class=\"pd-img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617104216\/30a6bd3d393a08dc4ee62e42313a6796.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\u003eLight Up Any Corner, In Any Weather\u003c\/h2\u003e\n\n\u003cp\u003eThe versatile wide-jaw clip grips securely onto fences, tree branches, railings, and gates. Built with rugged ABS+PC material and an IP65 waterproof rating, it withstands rain, snow, and heat for reliable year-round performance.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cdiv class=\"pd-feature-tag\"\u003e💧 IP65 Waterproof\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-tag\"\u003e🏡 Multi-Scenario Use\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section spec-container\"\u003e\n\u003ch2\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\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eHigh-strength ABS + PC\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eWaterproof Rating\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Waterproof Rating\"\u003eIP65\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003ePower Source\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Power Source\"\u003eSolar Powered (Polycrystalline Panel)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eCharging Time\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Charging Time\"\u003e6-8 Hours (under direct sunlight)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eWorking Time\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Working Time\"\u003e8-12 Hours (fully charged)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eLighting Modes\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Lighting Modes\"\u003e3 Intelligent Modes\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eIllumination Range\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Illumination Range\"\u003eUp to 30m²\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003e11.2 cm x 7.6 cm (approx. 4.4\" x 3.0\")\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 faq-wrapper\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails class=\"faq-item\" open=\"\"\u003e\u003csummary class=\"faq-question\"\u003eHow do I install these lights?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe primary and easiest method is using the built-in clip to attach it to fences, railings, or branches. For a more permanent spot, you can also use screws (mounting holes provided) or heavy-duty transparent hooks.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eAre they weatherproof? Do I need to bring them inside when it rains?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNo need to bring them inside. They are rated IP65 waterproof and built with durable materials designed to withstand rain, dust, and normal outdoor weather conditions year-round.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eWhere is the best place to mount them for optimal performance?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eFor the best charging results, install the lights in an area that receives direct sunlight for most of the day, avoiding heavy shade from trees or buildings. The recommended mounting height is between 4.9 and 8.2 feet.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Cartivra","offers":[{"title":"1-Pack (Front Door Trial)","offer_id":57017835028640,"sku":"0618-18537169","price":19.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Balcony Duo)","offer_id":57017835061408,"sku":"0618-18537724","price":36.95,"currency_code":"USD","in_stock":true},{"title":"4-Pack (Fence \u0026 Deck Coverage)","offer_id":57017835094176,"sku":"0618-18532092","price":72.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/ed2d2375f7339e9672bf7f4cc209d00c.jpg?v=1781780059","url":"https:\/\/cartivra.com\/products\/clip-on-solar-motion-light-1","provider":"Cartivra","version":"1.0","type":"link"}