{"product_id":"silent-sleep-mosquito-repellent-night-light-rjc","title":"2-in-1 Stil Slaap Muggenverjager Nachtlampje","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✨ Ontworpen voor Vredige Slaap\u003c\/span\u003e\u003c\/div\u003e  \u003ch1\u003eSlaap Rustig, Beschermd \u0026amp; Getroost\u003c\/h1\u003e  \u003cp\u003eDe 2-in-1 Crescent Muggenafweermiddel \u0026amp; Warm Nachtlampje. Zachte, effectieve bescherming voor het hele gezin.\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\u003eDubbel Comfort: Effectieve Afweer Ontmoet Zachte Gloed\u003c\/h2\u003e  \u003cp\u003eCreëer een toevluchtsoord zonder verstoring. Het apparaat creëert een effectieve muggenbeschermingszone tot 15m² terwijl het geïntegreerde warme LED-nachtlampje een gezellige, geruststellende sfeer werpt—perfect voor nachtkastjes of kinderkamers.\u003c\/p\u003e  \u003cdiv class=\"pd-feature-tags\"\u003e \u003cspan class=\"pd-tag\"\u003e15m² Dekking\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eWarme LED-gloed\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\u003eZachte, Geurloze Formule voor het Hele Gezin\u003c\/h2\u003e  \u003cp\u003eGeformuleerd met een milde 0,6% afweermiddel, biedt het effectieve bescherming zonder sterke chemische geuren of rook. Het is speciaal ontworpen om zacht genoeg te zijn voor huishoudens met zwangere vrouwen, baby's en gevoelige personen.\u003c\/p\u003e  \u003cdiv class=\"pd-feature-tags\"\u003e \u003cspan class=\"pd-tag\"\u003eBabyveilige Formule\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eRookvrij \u0026amp; Geurloos\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\u003eSlimme Timer \u0026amp; Ultra-Stille Werking\u003c\/h2\u003e  \u003cp\u003eGeniet van ononderbroken rust. Het apparaat werkt bijna geruisloos op ongeveer 30dB. Pas je bescherming aan met vier handige timerstanden (Altijd aan, 2u, 4u of 8u) die passen bij je slaapschema en bespaar energie.\u003c\/p\u003e  \u003cdiv class=\"pd-feature-tags\"\u003e \u003cspan class=\"pd-tag\"\u003e4 Timerstanden\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e~30dB Fluisterstil\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;\"\u003eProductspecificaties\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\"\u003eMuggenafweermiddel + Nachtlampje\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 (W) \/ ca. 5,9\" x 5,7\"\u003c\/td\u003e    \u003ctd data-label=\"Effective Range\"\u003eTot 15m²\u003c\/td\u003e   \u003c\/tr\u003e   \u003ctr\u003e    \u003ctd data-label=\"Refill Capacity\"\u003e45ml\u003c\/td\u003e    \u003ctd data-label=\"Refill Duration\"\u003eOngeveer 30 nachten (gebaseerd op 8 uur per 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*Opmerking: Gegevens afkomstig van productlabels en tests onder standaardomstandigheden.\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;\"\u003eVeelgestelde vragen\u003c\/h2\u003e  \u003cdiv class=\"pd-faq-item\"\u003e \u003ch3\u003eHoe lang gaat één flesje afweermiddel mee?\u003c\/h3\u003e  \u003cp\u003eElke vervangfles van 45ml is ontworpen om ongeveer 30 nachten mee te gaan bij gemiddeld 8 uur gebruik per nacht.\u003c\/p\u003e \u003c\/div\u003e  \u003cdiv class=\"pd-faq-item\"\u003e \u003ch3\u003eIs dit veilig te gebruiken in een babykamer of kinderkamer?\u003c\/h3\u003e  \u003cp\u003eJa. De vloeistof gebruikt een zachte, rookvrije en geurloze formule die is ontwikkeld voor gezinsgebruik, waardoor het geschikt is voor omgevingen met baby's en zwangere vrouwen.\u003c\/p\u003e \u003c\/div\u003e  \u003cdiv class=\"pd-faq-item\"\u003e \u003ch3\u003eHoe wordt het apparaat van stroom voorzien?\u003c\/h3\u003e  \u003cp\u003eHet apparaat wordt gevoed via een standaard Type-C USB-kabel. Het moet worden aangesloten op een stroombron (zoals een USB-wandadapter of powerbank) om te werken; het heeft geen ingebouwde batterij.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e ","brand":"Newjoyloo","offers":[{"title":"1 Pak(1 Licht+3 Navullingen)","offer_id":48171804229844,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"2 Pakketten(2 Lichten+6 Navullingen)","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\/nl\/products\/silent-sleep-mosquito-repellent-night-light-rjc","provider":"Omurio","version":"1.0","type":"link"}