{"product_id":"motion-sensor-night-light","title":"Motion Sensor Night 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\u003c!-- 引入现代无衬线字体 --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600\u0026amp;family=Poppins:wght@500;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 全局变量 - 温馨暖光主题配色 *\/\n    :root {\n        --bg-main: #f8fafc; \n        --bg-card: #ffffff;\n        --text-dark: #0f172a;\n        --text-gray: #475569;\n        --primary-color: #f59e0b; \/* 琥珀暖色 *\/\n        --secondary-color: #fbbf24;\n        --accent-color: #d97706;\n        --border-color: #e2e8f0;\n    }\n\n    * {\n        box-sizing: border-box;\n    }\n\n    body {\n        margin: 0;\n        padding: 0;\n        font-family: 'Inter', sans-serif;\n        background-color: var(--bg-main);\n        color: var(--text-dark);\n        line-height: 1.7;\n    }\n\n    img {\n        max-width: 100%;\n        height: auto;\n        display: block;\n        border-radius: 12px;\n    }\n\n    \/* 主容器 *\/\n    .container {\n        max-width: 1000px;\n        margin: 40px auto;\n        background-color: var(--bg-card);\n        box-shadow: 0 20px 50px rgba(15, 23, 42, 0.05);\n        border-radius: 20px;\n        overflow: hidden;\n    }\n\n    \/* 英雄头部区域 *\/\n    .hero-header {\n        background: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);\n        padding: 80px 30px;\n        text-align: center;\n        position: relative;\n        overflow: hidden;\n        border-bottom: 5px solid var(--secondary-color);\n    }\n    .hero-header::before, .hero-header::after {\n        content: '';\n        position: absolute;\n        background: rgba(255, 255, 255, 0.1);\n        border-radius: 50%;\n    }\n    .hero-header::before {\n        width: 400px;\n        height: 400px;\n        top: -150px;\n        left: -150px;\n    }\n    .hero-header::after {\n        width: 250px;\n        height: 250px;\n        bottom: -80px;\n        right: -80px;\n    }\n    .hero-header h1 {\n        font-family: 'Poppins', sans-serif;\n        font-size: 42px;\n        font-weight: 800;\n        margin: 0 0 15px 0;\n        line-height: 1.2;\n        letter-spacing: 0.5px;\n        position: relative;\n        z-index: 2;\n        color: #ffffff !important;\n    }\n    .hero-header p {\n        font-size: 20px;\n        font-weight: 500;\n        margin: 0 auto;\n        color: #fef3c7 !important;\n        max-width: 800px;\n        position: relative;\n        z-index: 2;\n    }\n\n    \/* 内容区块 *\/\n    .section-wrapper {\n        padding: 70px 50px;\n    }\n\n    \/* 图文交替布局 *\/\n    .feature-row {\n        display: flex;\n        align-items: center;\n        gap: 60px;\n        margin-bottom: 80px;\n    }\n    .feature-row:last-child {\n        margin-bottom: 0;\n    }\n    .feature-row:nth-child(even) {\n        flex-direction: row-reverse;\n    }\n\n    .feature-text {\n        flex: 1;\n    }\n    .feature-text h3 {\n        font-family: 'Poppins', sans-serif;\n        font-weight: 700;\n        font-size: 24px;\n        color: var(--text-dark);\n        margin-top: 0;\n        margin-bottom: 16px;\n        line-height: 1.4;\n    }\n    .feature-text h3 span {\n        color: var(--primary-color);\n    }\n    .feature-text p {\n        color: var(--text-gray);\n        font-size: 16px;\n        margin: 0;\n    }\n\n    .feature-image {\n        flex: 1;\n        position: relative;\n    }\n    .feature-image img {\n        box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);\n        transition: transform 0.3s ease;\n        border: 1px solid var(--border-color);\n    }\n    .feature-image:hover img {\n        transform: translateY(-5px);\n    }\n\n    \/* 分割线 *\/\n    .divider {\n        height: 1px;\n        background: linear-gradient(90deg, transparent, var(--border-color), transparent);\n        margin: 0 50px;\n    }\n\n    \/* 模块标题 *\/\n    .block-title {\n        font-family: 'Poppins', sans-serif;\n        font-size: 32px;\n        font-weight: 800;\n        text-align: center;\n        margin-bottom: 40px;\n        color: var(--text-dark);\n        text-transform: uppercase;\n    }\n    .block-title span {\n        color: var(--primary-color);\n    }\n\n    \/* 规格网格 *\/\n    .specs-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 20px;\n        margin-bottom: 10px;\n    }\n    .spec-card {\n        background: #f8fafc;\n        padding: 24px;\n        border-radius: 12px;\n        border: 1px solid var(--border-color);\n        transition: all 0.2s ease;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n    }\n    .spec-card:hover {\n        border-color: var(--secondary-color);\n        box-shadow: 0 10px 20px rgba(245, 158, 11, 0.08);\n    }\n    .spec-label {\n        font-size: 13px;\n        color: var(--text-gray);\n        font-weight: 600;\n        margin-bottom: 8px;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n    }\n    .spec-value {\n        font-size: 15px;\n        font-weight: 600;\n        color: var(--text-dark);\n        font-family: 'Inter', sans-serif;\n    }\n\n    \/* FAQ 区域 *\/\n    .faq-container {\n        max-width: 800px;\n        margin: 0 auto;\n        display: grid;\n        gap: 20px;\n    }\n    .faq-item {\n        background: #ffffff;\n        border: 1px solid var(--border-color);\n        border-radius: 12px;\n        padding: 24px;\n        box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n        transition: box-shadow 0.2s ease;\n    }\n    .faq-item:hover {\n        box-shadow: 0 8px 15px rgba(245, 158, 11, 0.08);\n    }\n    .faq-q {\n        font-family: 'Poppins', sans-serif;\n        font-weight: 700;\n        font-size: 17px;\n        color: var(--text-dark);\n        margin-bottom: 10px;\n        display: flex;\n        align-items: flex-start;\n        gap: 10px;\n    }\n    .faq-q::before {\n        content: \"Q\";\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        width: 24px;\n        height: 24px;\n        background-color: var(--primary-color);\n        color: #fff;\n        border-radius: 6px;\n        font-size: 14px;\n        flex-shrink: 0;\n    }\n    .faq-a {\n        color: var(--text-gray);\n        font-size: 15px;\n        margin: 0;\n        padding-left: 34px;\n    }\n\n    \/* 响应式设计 *\/\n    @media (max-width: 768px) {\n        .container {\n            margin: 0;\n            border-radius: 0;\n        }\n        .hero-header h1 {\n            font-size: 28px;\n        }\n        .hero-header p {\n            font-size: 16px;\n        }\n        .section-wrapper {\n            padding: 40px 24px;\n        }\n        .feature-row, .feature-row:nth-child(even) {\n            flex-direction: column;\n            text-align: center;\n            gap: 30px;\n            margin-bottom: 60px;\n        }\n        .divider {\n            margin: 0 24px;\n        }\n        .faq-a {\n            padding-left: 0;\n            margin-top: 10px;\n        }\n        .faq-q::before {\n            display: none;\n        }\n        .faq-q {\n            color: var(--primary-color);\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- Hero Header --\u003e\n\u003cdiv class=\"hero-header\"\u003e\n\u003ch1\u003eSmart Motion Sensor Light\u003c\/h1\u003e\n\n\u003cp\u003eAuto On\/Off • USB Rechargeable • Magnetic Mount\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Features Section --\u003e\n\n\u003cdiv class=\"section-wrapper\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003eSmart Auto \u003cspan\u003eOn\/Off Lighting\u003c\/span\u003e\n\u003c\/h3\u003e\n\n\u003cp\u003eBuilt-in high-sensitivity motion sensor automatically detects movement in dark environments. The light turns on instantly and shuts off after no motion is detected, saving energy while adding convenience.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-image\"\u003e\u003cdiv\u003e\u003cimg alt=\"Smart Auto On\/Off Lighting\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260303102847\/5ab254ae9b52c240b223c2de4f45baa5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003eUSB Rechargeable \u0026amp; \u003cspan\u003eEco-Friendly\u003c\/span\u003e\n\u003c\/h3\u003e\n\n\u003cp\u003eRecharge easily via power banks, wall adapters, or laptops. No disposable batteries needed — cost-saving and environmentally friendly.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-image\"\u003e\u003cdiv\u003e\u003cimg alt=\"USB Rechargeable \u0026amp; Eco-Friendly\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260303102847\/0bde9537b826e8d9bf86c19706ebcbc1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003eMagnetic Mount \u0026amp; \u003cspan\u003eTool-Free Installation\u003c\/span\u003e\n\u003c\/h3\u003e\n\n\u003cp\u003eFeatures a strong magnetic back and adhesive metal plate for easy installation. No drilling, no screws — install or remove within seconds.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-image\"\u003e\u003cdiv\u003e\u003cimg alt=\"Magnetic Mount \u0026amp; Tool-Free Installation\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260303102847\/696386895c81a3cee7701fe60b97aaed.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003eSoft Warm Light \u003cspan\u003efor Comfort\u003c\/span\u003e\n\u003c\/h3\u003e\n\n\u003cp\u003eEmits gentle, flicker-free warm light that protects your eyes and creates a cozy nighttime atmosphere. Perfect for safe night walking without disturbing sleep.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-image\"\u003e\u003cdiv\u003e\u003cimg alt=\"Soft Warm Light for Comfort\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260303102847\/52530852ceec63a80b4a50cfb6faa48e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 5 --\u003e\n\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003eWide Application \u003cspan\u003eAround Your Home\u003c\/span\u003e\n\u003c\/h3\u003e\n\n\u003cp\u003eIdeal for closets, kitchens, pantries, bathrooms, stairs, hallways, cabinets, and more. A practical lighting solution for the whole house.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-image\"\u003e\u003cdiv\u003e\u003cimg alt=\"Wide Application Around Your Home\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260303102847\/d09b2dbdf9ce4c095feae3f733155cec.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"divider\"\u003e \u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\n\u003cdiv class=\"section-wrapper\"\u003e\n\u003ch2 class=\"block-title\"\u003eProduct \u003cspan\u003eSpecifications\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-label\"\u003eQuantity\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003e2 \/ 4 \/ 6 Pack\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-label\"\u003ePower Supply\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003eUSB Rechargeable\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-label\"\u003eSensor Type\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003eMotion Detection\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-label\"\u003eInstallation\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003eMagnetic Mount + Adhesive Plate\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-label\"\u003eLight Color\u003c\/div\u003e\n\n\u003cdiv class=\"spec-value\"\u003eWarm White\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\n\u003cdiv class=\"section-wrapper\" style=\"background-color: #f8fafc;\"\u003e\n\u003ch2 class=\"block-title\"\u003eFrequently Asked \u003cspan\u003eQuestions\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eDoes it stay on all night?\u003c\/div\u003e\n\n\u003cp class=\"faq-a\"\u003eNo. It automatically turns off after no motion is detected.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eCan it be removed easily?\u003c\/div\u003e\n\n\u003cp class=\"faq-a\"\u003eYes. The magnetic design allows easy removal for charging or relocation.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eDoes it require wiring?\u003c\/div\u003e\n\n\u003cp class=\"faq-a\"\u003eNo. It is fully wireless and USB rechargeable.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIs the light too bright for bedrooms?\u003c\/div\u003e\n\n\u003cp class=\"faq-a\"\u003eNo. The soft warm light is designed to be gentle and non-glare.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"2-Pack (Starter Kit)","offer_id":45218362359999,"sku":"0312-10234821","price":12.95,"currency_code":"USD","in_stock":true},{"title":"4-Pack (Most Popular)","offer_id":45218362392767,"sku":"0312-10238298","price":19.95,"currency_code":"USD","in_stock":true},{"title":"6-Pack (Whole House Set)","offer_id":45276075425983,"sku":"0312-10230359","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/5ab254ae9b52c240b223c2de4f45baa5.jpg?v=1772504970","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/motion-sensor-night-light","provider":"Bak","version":"1.0","type":"link"}