{"product_id":"dual-therapy-facial-compress","title":"Dual Therapy Gesichts Kompressionsschüssel Karnz","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Skincare \/ Spa Accessory (Facial Steaming Towel)\nTarget Audience: Women \/ Skincare Enthusiasts\nVisual Style: Soft, Calming, Spa-like, Feminine\nColor Strategy: Soft Blush Pink (--primary) with warm white and soft charcoal text for high contrast without harshness.\nShape Strategy: Radius 20px (Gentle, approachable, skin-friendly)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 34-44px, Body: 18-20px)\nMobile Table Strategy: Card-based (No horizontal scroll, full visibility)\nImage Mapping: Hero=image_1, Feature1(Hot\/Cold)=image_2, Feature2(Design)=image_3, Feature3(Material)=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #e69a9f; \n      --primary-light: #fcf4f5;\n      --text-main: #2a2a2a;\n      --text-sub: #5c5c5c;\n      --bg-body: #ffffff;\n      --bg-card: #fafafa;\n      --radius-md: 16px;\n      --radius-lg: 24px;\n      --shadow-sm: 0 8px 24px rgba(230, 154, 159, 0.08);\n      --shadow-lg: 0 16px 48px rgba(230, 154, 159, 0.15);\n      --border-color: #f2e1e2;\n\n      \/* Container Setup *\/\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Typography System *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      font-weight: 700;\n      margin: 0 0 clamp(1rem, 2vw, 1.5rem) 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      line-height: 1.3;\n      font-weight: 600;\n      margin: 0 0 clamp(1rem, 2vw, 1.5rem) 0;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 1rem 0;\n      color: var(--primary);\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      margin: 0 0 1rem 0;\n      color: var(--text-sub);\n    }\n\n    .product-detail-container .sub-text {\n      font-size: clamp(16px, 1.8vw, 18px);\n      color: var(--text-sub);\n    }\n\n    \/* Section Spacing *\/\n    .section-spacing {\n      margin-top: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image Rules (Strictly Anti-Distortion) *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Image Placeholder Rule *\/\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      background-color: var(--bg-card);\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      font-size: 18px;\n      color: #999;\n      font-weight: 500;\n    }\n\n    \/* Badges (Non-clickable) *\/\n    .visual-badge {\n      display: inline-block;\n      background-color: var(--primary-light);\n      color: var(--primary);\n      padding: 8px 16px;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      max-width: 900px;\n      margin: 0 auto clamp(3rem, 6vw, 5rem) auto;\n      padding-top: clamp(1rem, 3vw, 2rem);\n    }\n\n    .social-proof {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: var(--bg-card);\n      padding: 10px 24px;\n      border-radius: var(--radius-md);\n      margin-top: 1.5rem;\n      font-size: 16px;\n      font-weight: 500;\n      border: 1px solid var(--border-color);\n    }\n\n    .stars {\n      color: #FFB800;\n      letter-spacing: 2px;\n    }\n\n    \/* Features Layout (Mobile Locked \u0026 Z-Pattern Desktop) *\/\n    .features-wrapper {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(3rem, 6vw, 5rem);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile first: strictly Col *\/\n      gap: clamp(1.5rem, 4vw, 3rem);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row; \/* Z-Pattern active on Desktop *\/\n        align-items: center;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1; \/* 50\/50 split *\/\n      }\n    }\n\n    \/* Specs Table (Mobile Card Strategy) *\/\n    .specs-section {\n      background: var(--primary-light);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table-wrapper table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\n\n    .specs-table-wrapper th, \n    .specs-table-wrapper td {\n      padding: 18px 24px;\n      text-align: left;\n      font-size: 18px;\n    }\n\n    .specs-table-wrapper th {\n      background-color: var(--primary);\n      color: #fff;\n      font-weight: 600;\n    }\n\n    .specs-table-wrapper th:first-child {\n      border-top-left-radius: var(--radius-md);\n    }\n\n    .specs-table-wrapper th:last-child {\n      border-top-right-radius: var(--radius-md);\n    }\n\n    .specs-table-wrapper td {\n      border-bottom: 1px solid var(--border-color);\n      background-color: var(--bg-body);\n      color: var(--text-sub);\n    }\n\n    \/* Mobile Table overriding *\/\n    @media (max-width: 767px) {\n      .specs-table-wrapper table, \n      .specs-table-wrapper thead, \n      .specs-table-wrapper tbody, \n      .specs-table-wrapper tr, \n      .specs-table-wrapper th, \n      .specs-table-wrapper td {\n        display: block;\n        width: 100%;\n      }\n      \n      .specs-table-wrapper thead {\n        display: none;\n      }\n\n      .specs-table-wrapper tr {\n        margin-bottom: 1.5rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: var(--bg-body);\n        overflow: hidden;\n        box-shadow: var(--shadow-sm);\n      }\n\n      .specs-table-wrapper td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: 1px solid var(--border-color);\n        padding: 16px;\n      }\n\n      .specs-table-wrapper td:last-child {\n        border-bottom: none;\n      }\n\n      .specs-table-wrapper td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        margin-right: 1rem;\n        flex-shrink: 0;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      background-color: var(--bg-body);\n    }\n\n    .faq-item {\n      margin-bottom: 1.5rem;\n      padding: 24px;\n      border-radius: var(--radius-md);\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-item h3 {\n      color: var(--text-main);\n      margin-bottom: 0.5rem;\n    }\n\n    .faq-item p {\n      margin-bottom: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eSpa-Qualitäts Hautpflege\u003c\/div\u003e\n\n\u003ch1\u003eVerwandeln Sie Ihr Zuhause in ein luxuriöses Spa-Erlebnis\u003c\/h1\u003e\n\n\u003ch2\u003eErreichen Sie in Minuten strahlende, tief hydrierte Haut mit unserem wiederverwendbaren heißen und kalten Gesichtskompress.\u003c\/h2\u003e\n\n\u003cdiv class=\"social-proof\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e Geliebt von über 10.000 Hautpflege-Enthusiasten\u003c\/div\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003c!-- Image mapping logic: Replace placeholder with actual img tag using natural flow --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320134239\/a0139e3196610ea5abff909f7c50c8cc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-wrapper section-spacing\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320134239\/6bf8394142941df0624357d8238a4e88.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eDuale Therapie für makellose Haut\u003c\/h3\u003e\n\n\u003ch2\u003eSpa-Niveau Behandlung auf Abruf\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eHeiße Therapie:\u003c\/strong\u003e Befeuchten Sie einfach das Handtuch, wringen Sie es aus und erhitzen Sie es 30 Sekunden in der Mikrowelle. Die sanfte Wärme öffnet sofort Ihre Poren, sodass Ihre Haut Schönheitsseren und Lotionen effektiver aufnehmen kann.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eKaltes Kompress:\u003c\/strong\u003e Wickeln Sie es ein und legen Sie es in den Kühlschrank, um eine kühlende Maske zu erstellen, die Schwellungen verringert, Poren strafft und die morgendliche Haut beruhigt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Unique Detachable Design --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320134239\/f78c6d7d01fe9b38593e7cd5a91ae50b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eSmart \u0026amp; sauber\u003c\/h3\u003e\n\n\u003ch2\u003eInnovatives abnehmbares Design\u003c\/h2\u003e\n\n\u003cp\u003eVerabschieden Sie sich von nassen, unangenehmen Riemen, die Ihr Haar festhalten. Unser Gesichtshandtuch verfügt über ein einzigartiges, mit Knopf abnehmbares Design, das es Ihnen ermöglicht, den Riemen vor dem Erwärmen oder Waschen einfach zu entfernen.\u003c\/p\u003e\n\n\u003cp\u003eGenießen Sie einen sicheren, rutschfesten Sitz, der sich perfekt an Ihr Gesicht anpasst, ohne dass Sie nach Ihrer entspannenden Routine nasses Haar riskieren.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Quality Material \u0026 Fit --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320134239\/da2380ad0d0529ff5ae7861f06150f04.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eWolkenartiger Komfort\u003c\/h3\u003e\n\n\u003ch2\u003ePremium atmungsaktives Gewebe\u003c\/h2\u003e\n\n\u003cp\u003eHergestellt aus außergewöhnlich weichem Fleece, wirkt dieses Gesichtsdampftuch sanft auf zarte Gesichtshaut. Das hoch atmungsaktive Material fördert die Blutzirkulation, ohne schwer oder erstickend zu wirken.\u003c\/p\u003e\n\n\u003cp\u003eEntwickelt mit einer flexiblen, dehnbaren Universaldimension, passt es bequem zu den Gesichtern der meisten Frauen und Mädchen. Außerdem ist es vollständig wiederverwendbar, was es zu einer umweltfreundlichen Ergänzung Ihres Schminktischs macht.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE (Mobile Card Strategy) --\u003e\n\n\u003cdiv class=\"specs-section section-spacing\"\u003e\n\u003ch2\u003eProdukt Spezifikationen\u003c\/h2\u003e\n\n\u003cp\u003eAlles, was Sie über Ihr neues Hautpflege-Essential wissen müssen.\u003c\/p\u003e\n\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003ctable\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpezifikation\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetail\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003ePackungsmenge\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e1 Stück pro Packung\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003ePremium atmungsaktives weiches Fleece\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eGröße (ca.)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e24 cm x 24 cm \/ 9,4 in x 9,4 in (dehnbar)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eGewicht pro Handtuch\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e40 g \/ 1,4 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eErhitzungsanweisungen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eMikrowelle max. 30 Sekunden (ca. 40°C \/ 104°F sichere Temperatur)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003cdiv class=\"faq-section section-spacing\"\u003e\n\u003ch2\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWie erhitze ich das Handtuch sicher?\u003c\/h3\u003e\n\n\u003cp\u003eBefeuchten Sie das Handtuch gründlich mit sauberem Wasser und wringen Sie das überschüssige Wasser komplett aus. Legen Sie es für ca. 30 Sekunden in die Mikrowelle. Testen Sie immer die Temperatur an Ihrem Handgelenk, bevor Sie es auf Ihr Gesicht auftragen, um eine sichere, angenehme Wärme zu gewährleisten.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eKann ich diese Handtücher waschen und wiederverwenden?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolut. Diese Handtücher bestehen aus hochwertigen, langlebigen Materialien, die für wiederholte Nutzung ausgelegt sind. Trennen Sie einfach den Riemen, waschen Sie sie in der Maschine im schonenden Programm und lassen Sie sie an der Luft trocknen, um ihre wolkenartige Weichheit zu erhalten.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWie oft sollte ich den Gesichtskompress verwenden?\u003c\/h3\u003e\n\n\u003cp\u003eFür die besten Ergebnisse können Sie den heißen Kompress in Ihre nächtliche Routine integrieren, bevor Sie Seren auftragen, 3-4 Mal pro Woche. Der kalte Kompress ist perfekt für die tägliche Morgennutzung, um Schwellungen zu reduzieren und Ihre Haut zu wecken.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Karnz","offers":[{"title":"🤍 1-Pack (Starter)","offer_id":54739923042572,"sku":"SANDS4944964BERG","price":30.99,"currency_code":"EUR","in_stock":true},{"title":"💕 2-Pack (Everyday Duo)","offer_id":54739923075340,"sku":"SANDS4944965BERG","price":30.99,"currency_code":"EUR","in_stock":true},{"title":"👑 4-Pack (Pro Spa Set - 30% sparen)","offer_id":54739923108108,"sku":"SANDS4944966BERG","price":33.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0646\/8576\/8972\/files\/a0139e3196610ea5abff909f7c50c8cc.jpg?v=1774941889","url":"https:\/\/karnz.de\/products\/dual-therapy-facial-compress","provider":"Karnz","version":"1.0","type":"link"}