{"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 \u003c!--   [AI Design Logic]   产品类型：母婴级电热蚊香液夜灯   目标受众：有婴幼儿、孕妇的家庭，追求睡眠质量的人群   视觉风格：温馨、柔和、安全、以人为本   配色策略：米白\/暖肤色为主基调，搭配柔和的暖黄光晕色，强调舒适感   模块顺序：Hero (定调2合1) -\u003e Feature 1 (双重核心功能) -\u003e Feature 2 (安全配方) -\u003e Feature 3 (智能静音) -\u003e Specs -\u003e FAQ   详情图映射：Hero=detail_2, Feature1=detail_5, Feature2=detail_10, Feature3=detail_14   规格图映射：Specs=spec_7   对比模块：未加入（无需强调与竞品对比，更侧重自身场景营造）   --\u003e \u003cstyle type=\"text\/css\"\u003e.product-detail-container {       \/* Design System Variables *\/       --primary: #E8D8C3; \/* 柔和米暖色 *\/       --primary-hover: #DDC8B0;       --text-main: #4A4238; \/* 深暖棕色文字 *\/       --text-sub: #8C857B; \/* 浅棕灰色辅助文 *\/       --bg-body: #FFFFFF;       --bg-card: #F9F6F2; \/* 极浅暖灰背景 *\/       --bg-soft: #F2EEE8; \/* 柔和暖调占位符背景 *\/       --radius-md: 12px;       --radius-lg: 20px;       --shadow-sm: 0 4px 12px rgba(74, 66, 56, 0.05);       --border-color: #EBE3DA;              --spacing-section: clamp(3rem, 8vw, 5rem);       --spacing-item: clamp(1.5rem, 4vw, 2.5rem);        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;       color: var(--text-main);       line-height: 1.7;       max-width: 1200px;       margin: 0 auto;       padding: 0 5%;       box-sizing: border-box;     }      \/* Typography *\/     .product-detail-container h1 {       font-size: clamp(32px, 5vw, 44px);       font-weight: 700;       line-height: 1.2;       margin-bottom: 1rem;     }      .product-detail-container h2 {       font-size: clamp(24px, 4vw, 32px);       font-weight: 600;       margin-bottom: 1.5rem;     }      .product-detail-container h3 {       font-size: 22px;       font-weight: 600;       margin-bottom: 1rem;     }      .product-detail-container p {       font-size: 18px;       margin-bottom: 1.5rem;       color: var(--text-sub);     }      \/* Reusable Components *\/     .pd-tag {       display: inline-block;       background: var(--bg-soft);       color: var(--text-main);       padding: 6px 16px;       border-radius: 50px;       font-size: 16px;       font-weight: 500;       margin-right: 10px;       margin-bottom: 10px;     }      .pd-image-placeholder {       width: 100%;       height: auto;       aspect-ratio: 16\/9;       background: var(--bg-soft);       border: 2px dashed var(--border-color);       border-radius: var(--radius-lg);       display: flex;       align-items: center;       justify-content: center;       color: var(--text-sub);       font-weight: 500;       overflow: hidden;     }          .pd-image-placeholder.square {       aspect-ratio: 1\/1;     }      .pd-image-placeholder img {       width: 100%;       height: auto;       display: block;     }      \/* --- Module Styles --- *\/      \/* Hero Section *\/     .pd-hero {       text-align: center;       padding: var(--spacing-section) 0;       max-width: 900px;       margin: 0 auto;     }     .pd-hero-tags {       margin-bottom: 1.5rem;     }     .pd-hero .pd-tag {       background: var(--primary);       color: var(--text-main);     }      \/* Feature Sections (Z-Pattern) *\/     .pd-feature {       display: flex;       align-items: center;       gap: var(--spacing-item);       padding: var(--spacing-section) 0;     }     .pd-feature:nth-child(even) {       flex-direction: row-reverse;     }     .pd-feature-media, .pd-feature-copy {       flex: 1;     }     .pd-feature-copy {       padding: 0 2%;     }      @media (max-width: 768px) {       .pd-feature, .pd-feature:nth-child(even) {         flex-direction: column;         text-align: left;       }       .pd-feature-copy {         padding: 1rem 0 0 0;       }     }      \/* Specifications Section *\/     .pd-specs {       padding: var(--spacing-section) 0;       background: var(--bg-card);       border-radius: var(--radius-lg);       padding: var(--spacing-item);     }     .pd-specs-table {       width: 100%;       border-collapse: collapse;       margin-top: 2rem;     }     .pd-specs-table th, .pd-specs-table td {       text-align: left;       padding: 16px;       border-bottom: 1px solid var(--border-color);       font-size: 18px;     }     .pd-specs-table th {       color: var(--text-main);       font-weight: 600;       width: 40%;     }     .pd-specs-table td {       color: var(--text-sub);     }      @media (max-width: 767px) {       .pd-specs-table, .pd-specs-table thead, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table th, .pd-specs-table td {         display: block;         width: 100%;       }       .pd-specs-table thead { display: none; }       .pd-specs-table tr { margin-bottom: 1.5rem; border-bottom: none; }       .pd-specs-table td {         padding: 8px 0;         border: none;         display: flex;         justify-content: space-between;       }       .pd-specs-table td::before {         content: attr(data-label);         font-weight: 600;         color: var(--text-main);         margin-right: 1rem;       }     }      \/* FAQ Section *\/     .pd-faq {       padding: var(--spacing-section) 0;       max-width: 800px;       margin: 0 auto;     }     .pd-faq-item {       margin-bottom: 2rem;       padding-bottom: 2rem;       border-bottom: 1px solid var(--border-color);     }     .pd-faq-item:last-child {       border-bottom: none;     }     .pd-faq-item h3 {       margin-bottom: 0.75rem;       color: var(--text-main);     }     .pd-faq-item p {       margin-bottom: 0;     } \u003c\/style\u003e \u003c!-- A. Intro \/ Hero --\u003e \u003cdiv class=\"pd-hero\"\u003e \u003cdiv class=\"pd-hero-tags\"\u003e\u003cspan class=\"pd-tag\"\u003e✨ Für friedlichen Schlaf entwickelt\u003c\/span\u003e\u003c\/div\u003e  \u003ch1\u003eSchlafen Sie ruhig, geschützt \u0026amp; geborgen\u003c\/h1\u003e  \u003cp\u003eDas 2-in-1 Crescent Mückenschutz \u0026amp; warmes Nachtlicht. Sanfter, effektiver Schutz für die ganze Familie.\u003c\/p\u003e  \u003cdiv class=\"pd-image-placeholder\"\u003e \u003cdiv\u003e \u003cdiv\u003e \u003cdiv\u003e \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 \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e  \u003cdiv class=\"pd-feature\"\u003e \u003cdiv class=\"pd-feature-media\"\u003e \u003cdiv class=\"pd-image-placeholder square\"\u003e \u003cdiv\u003e \u003cdiv\u003e \u003cdiv\u003e \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 \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e  \u003cdiv class=\"pd-feature-copy\"\u003e \u003ch2\u003eDoppelter Komfort: Effektiver Schutz trifft sanftes Licht\u003c\/h2\u003e  \u003cp\u003eSchaffen Sie eine störungsfreie Oase. 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  \u003cdiv class=\"pd-feature-tags\"\u003e \u003cspan class=\"pd-tag\"\u003e15m² Abdeckung\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eWarmer LED-Schein\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- Feature 2: Gentle \u0026 Safe --\u003e  \u003cdiv class=\"pd-feature\"\u003e \u003cdiv class=\"pd-feature-media\"\u003e \u003cdiv class=\"pd-image-placeholder square\"\u003e \u003cdiv\u003e \u003cdiv\u003e \u003cdiv\u003e \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 \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e  \u003cdiv class=\"pd-feature-copy\"\u003e \u003ch2\u003eSanfte, geruchslose Formel für die ganze Familie\u003c\/h2\u003e  \u003cp\u003eFormuliert mit einem milden 0,6% Wirkstoff, bietet es effektiven Schutz ohne starke chemische Gerüche oder Rauch. Es wurde speziell entwickelt, um sanft genug für Haushalte mit Schwangeren, Babys und empfindlichen Personen zu sein.\u003c\/p\u003e  \u003cdiv class=\"pd-feature-tags\"\u003e \u003cspan class=\"pd-tag\"\u003eBabysichere Formel\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eRauchfrei \u0026amp; Geruchlos\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- Feature 3: Smart \u0026 Quiet --\u003e  \u003cdiv class=\"pd-feature\"\u003e \u003cdiv class=\"pd-feature-media\"\u003e \u003cdiv class=\"pd-image-placeholder square\"\u003e \u003cdiv\u003e \u003cdiv\u003e \u003cdiv\u003e \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 \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e  \u003cdiv class=\"pd-feature-copy\"\u003e \u003ch2\u003eIntelligenter Timer \u0026amp; Ultra-leiser Betrieb\u003c\/h2\u003e  \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  \u003cdiv class=\"pd-feature-tags\"\u003e \u003cspan class=\"pd-tag\"\u003e4 Timer-Modi\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e~30dB Flüsterleise\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- C. Specifications --\u003e  \u003cdiv class=\"pd-specs\"\u003e \u003ch2 style=\"text-align: center;\"\u003eProduktspezifikationen\u003c\/h2\u003e  \u003ctable class=\"pd-specs-table\"\u003e  \u003ctbody\u003e   \u003ctr\u003e    \u003ctd data-label=\"Model\"\u003e2233\u003c\/td\u003e    \u003ctd data-label=\"Function\"\u003eMückenschutz + Nachtlicht\u003c\/td\u003e   \u003c\/tr\u003e   \u003ctr\u003e    \u003ctd data-label=\"Rated Input\"\u003e5V-2A (Type-C USB)\u003c\/td\u003e    \u003ctd data-label=\"Rated Power\"\u003e7W\u003c\/td\u003e   \u003c\/tr\u003e   \u003ctr\u003e    \u003ctd data-label=\"Dimensions\"\u003e15cm (H) x 14,5cm (B) \/ ca. 5,9\" x 5,7\"\u003c\/td\u003e    \u003ctd data-label=\"Effective Range\"\u003eBis zu 15m²\u003c\/td\u003e   \u003c\/tr\u003e   \u003ctr\u003e    \u003ctd data-label=\"Refill Capacity\"\u003e45ml\u003c\/td\u003e    \u003ctd data-label=\"Refill Duration\"\u003eCa. 30 Nächte (basierend auf 8h\/Nacht)\u003c\/td\u003e   \u003c\/tr\u003e  \u003c\/tbody\u003e \u003c\/table\u003e  \u003cp style=\"text-align: center; margin-top: 1rem; font-size: 16px;\"\u003e*Hinweis: Daten stammen von Produktetiketten und Tests unter Standardbedingungen.\u003c\/p\u003e \u003c!-- Data source check: image_7 (dimensions, power, model), image_13 (capacity, duration), text (range). --\u003e  \u003cdiv style=\"display: none;\"\u003e[ 📷 需替换：spec_7.png ]\u003c\/div\u003e \u003c!-- Hidden reference for source tracking --\u003e \u003c\/div\u003e \u003c!-- D. FAQ --\u003e  \u003cdiv class=\"pd-faq\"\u003e \u003ch2 style=\"text-align: center;\"\u003eHäufig gestellte Fragen\u003c\/h2\u003e  \u003cdiv class=\"pd-faq-item\"\u003e \u003ch3\u003eWie lange hält eine Flasche Insektenschutzmittel?\u003c\/h3\u003e  \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 \u003c\/div\u003e  \u003cdiv class=\"pd-faq-item\"\u003e \u003ch3\u003eIst die Verwendung im Kinderzimmer oder Babyzimmer sicher?\u003c\/h3\u003e  \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 \u003c\/div\u003e  \u003cdiv class=\"pd-faq-item\"\u003e \u003ch3\u003eWie wird das Gerät mit Strom versorgt?\u003c\/h3\u003e  \u003cp\u003eDas Gerät wird über ein Standard-Type-C-USB-Kabel mit Strom versorgt. Es muss an eine Stromquelle (wie einen USB-Wandadapter oder eine Powerbank) angeschlossen werden, um zu funktionieren; es hat keinen eingebauten Akku.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e ","brand":"Newjoyloo","offers":[{"title":"1 Packung (1 Licht + 3 Nachfüllungen)","offer_id":48171804229844,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"2 Packungen (2 Lichter + 6 Nachfüllungen)","offer_id":48171804262612,"sku":null,"price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/842044ff3e901e6cb3bd9517e9a42db3.jpg?v=1782383801","url":"https:\/\/omurio.com\/de\/products\/silent-sleep-mosquito-repellent-night-light-rjc","provider":"Omurio","version":"1.0","type":"link"}