{"product_id":"2-in-1-cooling-mist-fan-rjc","title":"2-in-1 Kühlnebel-Ventilator","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：便携式个人冷风扇\/加湿器\n  目标受众：需要局部降温和加湿的个人用户（居家、办公、户外）\n  视觉风格：清新、简洁、科技感，以白色和水蓝色为主调\n  配色策略：使用清爽的浅蓝色作为强调色，配合中性灰黑色文字，营造清凉舒适感\n  模块顺序：Intro\/Hero -\u003e Cooling \u0026 Mist Feature -\u003e Portability Feature -\u003e Comfort Feature -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_0.png, Feature1(Mist)=image_4.png, Feature2(Portable)=image_2.png, Feature3(Quiet)=image_3.png\n  规格图映射：Specs=image_2.png, image_7.png\n  对比模块：未加入（无明显对比需求）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #e6f4fc; \/* Light cool blue for backgrounds *\/\n      --primary-dark: #3498db; \/* Darker blue for accents\/icons *\/\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-soft: #f9f9f9;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --spacing-section: clamp(2.5rem, 6vw, 4rem);\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.6;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 42px);\n      font-weight: 700;\n      margin: 0 0 0.5em;\n      line-height: 1.2;\n    }\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 30px);\n      font-weight: 600;\n      margin: 0 0 0.75em;\n      line-height: 1.3;\n    }\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin: 0 0 0.5em;\n    }\n    .product-detail-container p {\n      font-size: clamp(16px, 1.5vw, 18px);\n      margin: 0 0 1em;\n      color: var(--text-sub);\n    }\n    .product-detail-container .lead-text {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin-bottom: 1.5em;\n    }\n\n    \/* Components *\/\n    .pd-badge {\n      display: inline-block;\n      padding: 6px 12px;\n      background-color: var(--primary);\n      color: var(--primary-dark);\n      border-radius: 20px;\n      font-size: 14px;\n      font-weight: 600;\n      margin-bottom: 1em;\n    }\n    .pd-tag-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 1em;\n    }\n    .pd-tag {\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 4px 10px;\n      border-radius: 6px;\n      font-size: 14px;\n    }\n\n    \/* Images *\/\n    .pd-image-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      background-color: #f0f0f0;\n      border: 2px dashed #ccc;\n      border-radius: var(--radius-md);\n      padding: 2rem;\n      text-align: center;\n      color: #999;\n      box-sizing: border-box;\n    }\n\n    \/* Layout \u0026 Sections *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n    .pd-hero {\n      text-align: center;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    \/* Feature Section - Z-Pattern *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-item);\n      align-items: center;\n    }\n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: clamp(3rem, 8vw, 6rem);\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n    }\n\n    \/* Specifications Table *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-soft);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .specs-table th, .specs-table td {\n      padding: 16px 24px;\n      text-align: left;\n      border-bottom: 1px solid #eee;\n    }\n    .specs-table th {\n      background: var(--primary);\n      font-weight: 600;\n      width: 35%;\n    }\n    .specs-table tr:last-child td, .specs-table tr:last-child th {\n      border-bottom: none;\n    }\n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead { display: none; }\n      .specs-table tr { margin-bottom: 1rem; background: var(--bg-soft); border-radius: var(--radius-md); overflow: hidden; }\n      .specs-table th { background: var(--primary); font-size: 18px; padding: 12px 16px; }\n      .specs-table td {\n        padding: 12px 16px;\n        display: flex;\n        justify-content: space-between;\n        border-bottom: 1px solid #eee;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-sub);\n        margin-right: 1em;\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 1rem;\n    }\n    .faq-item {\n      background: var(--bg-soft);\n      padding: 1.5rem;\n      border-radius: var(--radius-md);\n    }\n    .faq-question {\n      font-weight: 600;\n      font-size: 18px;\n      margin-bottom: 0.5em;\n      color: var(--text-main);\n    }\n    .faq-answer {\n      margin: 0;\n      color: var(--text-sub);\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-badge\"\u003eFür den täglichen Komfort entwickelt\u003c\/span\u003e\n\u003ch1\u003eIhre persönliche kühle Brise \u0026amp; Feuchtigkeit, überall\u003c\/h1\u003e\n\n\u003cp class=\"lead-text\"\u003eBesiegen Sie Hitze und Trockenheit mit diesem 2-in-1 tragbaren Luftkühler und Luftbefeuchter.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260709_ea730070_20260709_fa6f32d0_from_url_en_08_be5d8d7812c27d75e55ed3d312162c01_refsize_800x800_6c50af2f-0a04-4c81-8cd0-f95d7d317efc.png?v=1783675379\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003c!-- Feature 1: Cooling \u0026 Mist --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260709_d27fe25a_20260709_8de7c9bc_from_url_en_09_7e97758481b6caa815ef925f78631e2f_refsize_800x800_1ca139ac-4a7b-4a8d-a57c-b9a03f5aef45.png?v=1783675384\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e2-in-1 Kühlung \u0026amp; Befeuchtung\u003c\/h2\u003e\n\n\u003cp\u003eBewegen Sie nicht nur heiße Luft. Dieses Gerät kombiniert einen Ventilator mit dualen Nebeldüsen, um eine erfrischende, feuchte Brise zu erzeugen, die Ihren persönlichen Bereich effektiv kühlt. Der große 500 ml Top-Fill-Tank sorgt für stundenlanges kontinuierliches Vernebeln, sodass Sie länger komfortabel bleiben, ohne ständig nachfüllen zu müssen.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003e500 ml großer Tank\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eDuale Nebeldüsen\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eTop-Fill-Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Portability --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260709_b796acf8_20260709_3dba05d1_from_url_en_10_4ad0f7f67ff55c0ff75ed2f5a5499a65_refsize_800x800_5ecdc9cc-0df2-4d19-b0c5-d4fe298589d1.png?v=1783675389\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eWirklich kabellos, überall einsetzbar\u003c\/h2\u003e\n\n\u003cp\u003eBefreien Sie sich von Steckdosen. Mit einem eingebauten wiederaufladbaren Akku und universellem USB-C-Ladeanschluss können Sie Ihre persönliche Kühlzone vom Schreibtisch bis zum Nachttisch oder sogar beim Camping mitnehmen. Es ist kompakt, leicht und bereit für den Einsatz überall dort, wo Sie es brauchen.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eEingebauter Akku\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eUSB-C wiederaufladbar\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eTragbares Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Quiet Comfort --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260709_2ae2ccd6_20260709_4ea9c6cc_from_url_en_11_f601f7ca389e4ca58a07cefb42042311_refsize_800x800_434bac38-1501-4e1e-bfc0-5a9dc06d86aa.jpg?v=1783675394\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eFlüsterleise für ungestörten Schlaf\u003c\/h2\u003e\n\n\u003cp\u003eSchaffen Sie eine ruhige Umgebung zum Arbeiten oder Ausruhen. Der ultra-leise Betrieb (ca. 20 dB) sorgt dafür, dass Ihr Schlaf oder Ihre Konzentration nicht gestört wird. Außerdem ist das vordere Gitter manuell bis zu 15° verstellbar, sodass Sie die sanfte Brise genau dorthin lenken können, wo Sie sie brauchen.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003e~20 dB niedriger Geräuschpegel\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e15° verstellbares Gitter\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSchlaffreundlich\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eProduktspezifikationen\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eProdukttyp\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003eTragbarer Mini-Luftkühler \u0026amp; Luftbefeuchter\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eWassertankkapazität\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Water Tank Capacity\"\u003e500 ml\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eStromquelle\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Power Source\"\u003eUSB-C (5V) \/ Eingebauter Akku\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eNennleistung\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Rated Power\"\u003e25W\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eGeräuschpegel\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Noise Level\"\u003eCa. 20 dB\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eAbmessungen\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003e6,46\" L x 4,49\" W x 8,43\" H\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFarbe\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Color\"\u003eWeiß\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cp style=\"font-size: 14px; margin-top: 1em; color: var(--text-sub);\"\u003e* Hinweis: Daten basieren auf Produktinformationen und Bildern. Maße sind ungefähr.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWie fülle ich den Wassertank?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eHeben Sie einfach den runden Deckel oben am Gerät an und gießen Sie sauberes Wasser ein. Sie können auch kleine Eiswürfel für einen zusätzlichen Kühleffekt hinzufügen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eKann ich ihn als normalen Ventilator ohne Wasser benutzen?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eJa, absolut. Sie können die Nebelfunktion ausschalten und ihn ausschließlich als Tischventilator verwenden.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eKühlt er den ganzen Raum?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNein, dies ist ein persönlicher Luftkühler, der für die punktuelle Kühlung in Ihrem unmittelbaren Bereich (z. B. auf einem Schreibtisch oder Nachttisch) konzipiert ist, nicht für die Kühlung ganzer Räume.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"Default Title","offer_id":48234349363412,"sku":null,"price":39.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/be5d8d7812c27d75e55ed3d312162c01.jpg?v=1783584724","url":"https:\/\/omurio.com\/de\/products\/2-in-1-cooling-mist-fan-rjc","provider":"Omurio","version":"1.0","type":"link"}