{"product_id":"silent-sleep-mosquito-repellent-night-light-rjc","title":"2-in-1 Silent Sleep Mosquito Repellent Night Light","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：母婴级电热蚊香液夜灯\n  目标受众：有婴幼儿、孕妇的家庭，追求睡眠质量的人群\n  视觉风格：温馨、柔和、安全、以人为本\n  配色策略：米白\/暖肤色为主基调，搭配柔和的暖黄光晕色，强调舒适感\n  模块顺序：Hero (定调2合1) -\u003e Feature 1 (双重核心功能) -\u003e Feature 2 (安全配方) -\u003e Feature 3 (智能静音) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=detail_2, Feature1=detail_5, Feature2=detail_10, Feature3=detail_14\n  规格图映射：Specs=spec_7\n  对比模块：未加入（无需强调与竞品对比，更侧重自身场景营造）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #E8D8C3; \/* 柔和米暖色 *\/\n      --primary-hover: #DDC8B0;\n      --text-main: #4A4238; \/* 深暖棕色文字 *\/\n      --text-sub: #8C857B; \/* 浅棕灰色辅助文 *\/\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F6F2; \/* 极浅暖灰背景 *\/\n      --bg-soft: #F2EEE8; \/* 柔和暖调占位符背景 *\/\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 12px rgba(74, 66, 56, 0.05);\n      --border-color: #EBE3DA;\n      \n      --spacing-section: clamp(3rem, 8vw, 5rem);\n      --spacing-item: clamp(1.5rem, 4vw, 2.5rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      margin-bottom: 1.5rem;\n      color: var(--text-sub);\n    }\n\n    \/* Reusable Components *\/\n    .pd-tag {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-right: 10px;\n      margin-bottom: 10px;\n    }\n\n    .pd-image-placeholder {\n      width: 100%;\n      height: auto;\n      aspect-ratio: 16\/9;\n      background: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-weight: 500;\n      overflow: hidden;\n    }\n    \n    .pd-image-placeholder.square {\n      aspect-ratio: 1\/1;\n    }\n\n    .pd-image-placeholder img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* --- Module Styles --- *\/\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      padding: var(--spacing-section) 0;\n      max-width: 900px;\n      margin: 0 auto;\n    }\n    .pd-hero-tags {\n      margin-bottom: 1.5rem;\n    }\n    .pd-hero .pd-tag {\n      background: var(--primary);\n      color: var(--text-main);\n    }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .pd-feature {\n      display: flex;\n      align-items: center;\n      gap: var(--spacing-item);\n      padding: var(--spacing-section) 0;\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    .pd-feature-copy {\n      padding: 0 2%;\n    }\n\n    @media (max-width: 768px) {\n      .pd-feature, .pd-feature:nth-child(even) {\n        flex-direction: column;\n        text-align: left;\n      }\n      .pd-feature-copy {\n        padding: 1rem 0 0 0;\n      }\n    }\n\n    \/* Specifications Section *\/\n    .pd-specs {\n      padding: var(--spacing-section) 0;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: var(--spacing-item);\n    }\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n    .pd-specs-table th, .pd-specs-table td {\n      text-align: left;\n      padding: 16px;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .pd-specs-table th {\n      color: var(--text-main);\n      font-weight: 600;\n      width: 40%;\n    }\n    .pd-specs-table td {\n      color: var(--text-sub);\n    }\n\n    @media (max-width: 767px) {\n      .pd-specs-table, .pd-specs-table thead, .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 thead { display: none; }\n      .pd-specs-table tr { margin-bottom: 1.5rem; border-bottom: none; }\n      .pd-specs-table td {\n        padding: 8px 0;\n        border: none;\n        display: flex;\n        justify-content: space-between;\n      }\n      .pd-specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        margin-right: 1rem;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq {\n      padding: var(--spacing-section) 0;\n      max-width: 800px;\n      margin: 0 auto;\n    }\n    .pd-faq-item {\n      margin-bottom: 2rem;\n      padding-bottom: 2rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .pd-faq-item:last-child {\n      border-bottom: none;\n    }\n    .pd-faq-item h3 {\n      margin-bottom: 0.75rem;\n      color: var(--text-main);\n    }\n    .pd-faq-item p {\n      margin-bottom: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-tags\"\u003e\u003cspan class=\"pd-tag\"\u003e✨ Designed for Peaceful Sleep\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eSleep Soundly, Protected \u0026amp; Soothed\u003c\/h1\u003e\n\n\u003cp\u003eThe 2-in-1 Crescent Mosquito Repellent \u0026amp; Warm Night Light. Gentle, effective protection for the whole family.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260625171624\/842044ff3e901e6cb3bd9517e9a42db3.jpeg\"\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\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder square\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260625171651\/14c3d3b4a1253c2a5a535a76dd92144e.jpeg\"\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\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eDual Comfort: Effective Repellent Meets Soft Glow\u003c\/h2\u003e\n\n\u003cp\u003eCreate a sanctuary free from disturbance. The device creates an effective mosquito protection zone of up to 15m² while the integrated warm LED night light casts a cozy, reassuring ambiance—perfect for bedside tables or nurseries.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e15m² Coverage\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eWarm LED Glow\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Gentle \u0026 Safe --\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder square\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img-2-50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260625171524\/2d66a2447023ff9820835f98b5d5977d.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\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eGentle, Odorless Formula for the Whole Family\u003c\/h2\u003e\n\n\u003cp\u003eFormulated with a mild 0.6% repellent, it provides effective protection without harsh chemical smells or smoke. It is specifically designed to be gentle enough for households with pregnant women, babies, and sensitive individuals.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eBaby-Safe Formula\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSmokeless \u0026amp; Odorless\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Smart \u0026 Quiet --\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder square\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260625171524\/3060e177e2ec59c1997c9a087d706312.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\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eSmart Timer \u0026amp; Ultra-Quiet Operation\u003c\/h2\u003e\n\n\u003cp\u003eEnjoy uninterrupted rest. The device operates near-silently at around 30dB. Customize your protection with four convenient timer settings (Always-on, 2h, 4h, or 8h) to suit your sleep schedule and save power.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e4 Timer Modes\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e~30dB Whisper Quiet\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-specs\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Model\"\u003e2233\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Function\"\u003eMosquito Repellent + Night Light\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Rated Input\"\u003e5V-2A (Type-C USB)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Rated Power\"\u003e7W\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003e15cm (H) x 14.5cm (W) \/ approx. 5.9\" x 5.7\"\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Effective Range\"\u003eUp to 15m²\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Refill Capacity\"\u003e45ml\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Refill Duration\"\u003eApprox. 30 nights (based on 8h\/night)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cp style=\"text-align: center; margin-top: 1rem; font-size: 16px;\"\u003e*Note: Data sourced from product labels and testing under standard conditions.\u003c\/p\u003e\n\u003c!-- Data source check: image_7 (dimensions, power, model), image_13 (capacity, duration), text (range). --\u003e\n\n\u003cdiv style=\"display: none;\"\u003e[ 📷 需替换：spec_7.png ]\u003c\/div\u003e\n\u003c!-- Hidden reference for source tracking --\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-faq\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eHow long does one repellent bottle last?\u003c\/h3\u003e\n\n\u003cp\u003eEach 45ml replacement bottle is designed to last approximately 30 nights when used for an average of 8 hours per night.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eIs this safe to use in a nursery or child's room?\u003c\/h3\u003e\n\n\u003cp\u003eYes. The liquid uses a gentle, smokeless, and odorless formula developed for family use, making it suitable for environments with babies and pregnant women.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eHow is the device powered?\u003c\/h3\u003e\n\n\u003cp\u003eThe device is powered via a standard Type-C USB cable. It must be plugged into a power source (like a USB wall adapter or power bank) to operate; it does not have a built-in battery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"1 Pack(1 Light+3 Refills)","offer_id":46422041362605,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"2 Packs(2 Lights+6 Refills)","offer_id":46422041395373,"sku":null,"price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/842044ff3e901e6cb3bd9517e9a42db3.jpg?v=1782379627","url":"https:\/\/newjoyloo.com\/products\/silent-sleep-mosquito-repellent-night-light-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}