{"product_id":"silent-sleep-mosquito-repellent-night-light-rjc","title":"2-in-1 geräuschloses Schlaf-Mückenschutz-Nachtlicht","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✨ Für friedlichen Schlaf entwickelt\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eSchlafen Sie ruhig, geschützt \u0026amp; geborgen\u003c\/h1\u003e\n\n\u003cp\u003eDas 2-in-1 Crescent Mückenschutz \u0026amp; warmes Nachtlicht. Sanfter, effektiver Schutz für die ganze Familie.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-placeholder\"\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\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder square\"\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\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eDoppelter Komfort: Effektiver Schutz trifft sanftes Licht\u003c\/h2\u003e\n\n\u003cp\u003eSchaffen Sie eine Oase ohne Störungen. Das Gerät erzeugt eine effektive Mückenschutzzone von bis zu 15m², während das integrierte warme LED-Nachtlicht eine gemütliche, beruhigende Atmosphäre schafft – perfekt für Nachttische oder Kinderzimmer.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e15m² Abdeckung\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eWarmer LED-Schein\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\u003cdiv\u003e\u003cimg cke-id=\"img62\" 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\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eSanfte, geruchslose Formel für die ganze Familie\u003c\/h2\u003e\n\n\u003cp\u003eFormuliert mit einem milden 0,6%igem Wirkstoff bietet es effektiven Schutz ohne starke chemische Gerüche oder Rauch. Es ist speziell so entwickelt, dass es sanft genug für Haushalte mit Schwangeren, Babys und empfindlichen Personen ist.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eBabysichere Formel\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eRauchfrei \u0026amp; Geruchlos\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\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\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eIntelligenter Timer \u0026amp; Ultra-leiser Betrieb\u003c\/h2\u003e\n\n\u003cp\u003eGenießen Sie ungestörte Ruhe. Das Gerät arbeitet nahezu geräuschlos bei etwa 30dB. Passen Sie Ihren Schutz mit vier praktischen Timer-Einstellungen (Dauerbetrieb, 2h, 4h oder 8h) an Ihren Schlafrhythmus an und sparen Sie Energie.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e4 Timer-Modi\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e~30dB Flüsterleise\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;\"\u003eProduktspezifikationen\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\"\u003eMückenschutz + Nachtlicht\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 (B) \/ ca. 5,9\" x 5,7\"\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Effective Range\"\u003eBis zu 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\"\u003eCa. 30 Nächte (basierend auf 8h\/Nacht)\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*Hinweis: Daten stammen von Produktetiketten und Tests unter Standardbedingungen.\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;\"\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eWie lange hält eine Flasche Insektenschutzmittel?\u003c\/h3\u003e\n\n\u003cp\u003eJede 45-ml-Ersatzflasche ist so ausgelegt, dass sie bei einer durchschnittlichen Nutzung von 8 Stunden pro Nacht etwa 30 Nächte hält.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eIst die Verwendung in einem Kinderzimmer oder Babyzimmer sicher?\u003c\/h3\u003e\n\n\u003cp\u003eJa. Die Flüssigkeit verwendet eine sanfte, rauchfreie und geruchslose Formel, die für den Familiengebrauch entwickelt wurde und somit für Umgebungen mit Babys und Schwangeren geeignet ist.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eWie wird das Gerät mit Strom versorgt?\u003c\/h3\u003e\n\n\u003cp\u003eDas Gerät wird über ein Standard-Type-C-USB-Kabel mit Strom versorgt. Es muss an eine Stromquelle (wie ein USB-Wandadapter oder eine Powerbank) angeschlossen werden, um zu funktionieren; es hat keinen eingebauten Akku.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"1 Packung (1 Licht + 3 Nachfüllungen)","offer_id":46422041362605,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"2 Packungen (2 Lichter + 6 Nachfüllungen)","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\/de\/products\/silent-sleep-mosquito-repellent-night-light-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}