{"product_id":"vintage-embossed-carafe-set-rjc","title":"Vintage geprägtes Karaffen-Set","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Home \u0026 Living \/ Drinkware (Bedside Water Carafe Set)\nTarget Audience: Homeowners, decorators, office workers seeking aesthetic and practical hydration solutions.\nVisual Style: Clean, elegant, vintage-inspired with a calming, spa-like feel.\nColor Strategy: \n  - Primary: Ocean Blue (#216f9f) matching the glass tint.\n  - Backgrounds: Crisp White (#ffffff) and Soft Azure (#f0f6f9) for contrast and freshness.\n  - Text: Deep Slate (#1a2a35) for strong readability.\nShape Strategy: Radius 16px (Soft, friendly, fitting for home decor and self-care items).\nTypography Strategy: Large Type \/ Mobile-first readable. H1 up to 44px, Body text 18-20px. Word-break applied to prevent overflow.\nMobile Table Strategy: Card-based (No horizontal scroll). Automatic conversion of metric\/imperial included.\nMobile Ordering Lock: Strictly Image -\u003e Text stacking on mobile. Z-Pattern (alternating) on desktop.\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1. Design System \u0026 CSS Variables *\/\n    :root {\n      --primary: #216f9f;\n      --bg-body: #ffffff;\n      --bg-card: #f0f6f9;\n      --text-main: #1a2a35;\n      --text-sub: #4b6375;\n      --border-color: #dbe4ea;\n      \n      --radius-lg: 16px;\n      --radius-md: 10px;\n      \n      --spacing-section: clamp(3rem, 6vw, 5rem);\n      --spacing-module: clamp(2rem, 5vw, 4rem);\n      \n      --font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    }\n\n    \/* 0. Typography \u0026 Global Resets *\/\n    .product-detail-container {\n      width: 100%;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: var(--font-family);\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    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3, \n    .product-detail-container p {\n      margin: 0;\n      padding: 0;\n    }\n\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Typographic Hierarchy *\/\n    .pd-h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 1rem;\n    }\n\n    .pd-h2 {\n      font-size: clamp(26px, 3vw, 32px);\n      line-height: 1.3;\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 1rem;\n    }\n\n    .pd-h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 0.75rem;\n    }\n\n    .pd-body {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n    }\n\n    \/* Non-clickable Visual Badges *\/\n    .pd-badges {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1rem;\n      margin-top: 1.5rem;\n      margin-bottom: 1.5rem;\n    }\n\n    .pd-badge {\n      background-color: var(--bg-card);\n      color: var(--primary);\n      padding: 0.6rem 1.2rem;\n      border-radius: 50px;\n      font-size: clamp(16px, 1.5vw, 18px);\n      font-weight: 600;\n      border: 1px solid var(--border-color);\n      display: inline-block;\n      user-select: none;\n    }\n\n    \/* Section Wrappers *\/\n    .pd-section {\n      margin-top: var(--spacing-section);\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Image Placeholder Styling (Strict Scheme A) *\/\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      background-color: #f8f9fa;\n      border: 2px dashed #ced4da;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #6c757d;\n      font-size: 18px;\n      font-weight: bold;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-module);\n      align-items: center;\n      text-align: center;\n    }\n    \n    .pd-hero-content {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    \/* Feature Section (Mobile Lock \u0026 Desktop Z-Pattern) *\/\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile Ordering Lock: Image Top, Text Bottom *\/\n      gap: var(--spacing-module);\n      margin-bottom: var(--spacing-module);\n    }\n\n    .pd-feature-media, \n    .pd-feature-text {\n      flex: 1;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row; \/* Desktop Z-Pattern *\/\n        align-items: center;\n      }\n      .pd-feature-item:nth-child(even) {\n        flex-direction: row-reverse; \/* Alternating layout *\/\n      }\n    }\n\n    \/* Specs Table (Card-Based on Mobile) *\/\n    .pd-specs-container {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(2rem, 4vw, 3rem);\n    }\n\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\n\n    .pd-table th, \n    .pd-table td {\n      padding: 1rem 1.5rem;\n      text-align: left;\n      font-size: clamp(16px, 1.8vw, 18px);\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-table th {\n      font-weight: 700;\n      color: var(--text-main);\n      background-color: rgba(255, 255, 255, 0.5);\n    }\n\n    .pd-table td {\n      color: var(--text-sub);\n    }\n\n    @media (max-width: 767px) {\n      \/* Mobile override to Cards - CRITICAL *\/\n      .pd-table, \n      .pd-table tbody, \n      .pd-table tr, \n      .pd-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-table thead {\n        display: none;\n      }\n      .pd-table tr {\n        margin-bottom: 1rem;\n        background-color: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        padding: 1rem;\n      }\n      .pd-table td {\n        display: flex;\n        flex-direction: column;\n        border-bottom: none;\n        padding: 0.5rem 0;\n        gap: 0.5rem;\n      }\n      .pd-table td:not(:last-child) {\n        border-bottom: 1px solid var(--border-color);\n      }\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n      }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n\n    .pd-faq-item {\n      background-color: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: clamp(1.5rem, 3vw, 2rem);\n    }\n\n    .pd-faq-q {\n      margin-bottom: 0.75rem;\n      color: var(--primary);\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003ch1 class=\"pd-h1\"\u003eVeredeln Sie Ihre Flüssigkeitszufuhr mit Vintage-Eleganz\u003c\/h1\u003e\n\n\u003cp class=\"pd-body\"\u003eEntdecken Sie die perfekte Balance aus ästhetischem Charme und täglichem Nutzen. Unser 4-teiliges, beeindruckend geprägtes Karaffen-Set sorgt dafür, dass Sie jederzeit elegant frisches Wasser griffbereit haben.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-badges\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eBleifreies Glas\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eSpülmaschinenfest\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003ePlatzsparendes Design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-media\" style=\"width: 100%;\"\u003e\n\u003c!-- Natural Flow Layout used here --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312160532\/b25c58b02e21efc0c2ae5fcfda346dfb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312160532\/adba61e0f80525e1cb45a3806b0cbc17.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-text\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eCleveres Becher-als-Deckel-Design für 24\/7 Frische\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eMachen Sie sich nie wieder Sorgen über Staub oder Verunreinigungen in Ihrem Wasser. Das passende 5 oz Trinkglas ist speziell so gestaltet, dass es nahtlos umgedreht auf die Karaffe passt. Diese clevere Funktion dient als Schutzabdeckung, hält Ihr Wasser frisch und sauber und spart wertvollen Platz auf Ihrem Nachttisch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312160532\/bfaa06dddc5d7f82ee6da8bc851c7625.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-text\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eKünstlerische Vintage-Gravur\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eVerleihen Sie Ihrer Einrichtung einen Hauch zeitloser Eleganz. Aus dickem, lebensmittelechtem Glas gefertigt, zeigen Karaffe und Glas filigrane, vintage-inspirierte Prägungen. Ob auf dem Badezimmerschrank, dem Schreibtisch im Homeoffice oder dem Nachttisch im Gästezimmer – das auffällige, strukturierte blaue Glas fängt das Licht wunderschön ein und hebt die Atmosphäre jedes Raumes hervor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312160532\/676fdd839fce268edbb2e77aa6ff5edd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-text\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eLanglebig, sicher und leicht zu reinigen\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eFür den täglichen Genuss gefertigt. Dieses Set besteht vollständig aus hochwertigem bleifreiem Glas, das sehr bruchfest und sicher für den täglichen Gebrauch ist. Wenn es Zeit zum Auffrischen ist, einfach beide Teile in die Spülmaschine geben – für eine mühelose Pflege, die langanhaltende Klarheit und Hygiene garantiert.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Layout Enabled) --\u003e\n\n\u003cdiv class=\"pd-section pd-specs-container\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center; margin-bottom: var(--spacing-module);\"\u003eProduktspezifikationen\u003c\/h2\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMerkmal\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\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=\"Feature\"\u003eLieferumfang\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e1 x Karaffen, 1 x passende Gläser\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eKaraffenkapazität\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e18 oz (ca. 532 ml)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eGlaskapazität\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e5 oz (ca. 148 ml)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eGesamthöhe (gestapelt)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e7,63 Zoll \/ 19,4 cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePremium dickes bleifreies Glas\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePflegehinweise\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e100 % spülmaschinenfest\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center; margin-bottom: var(--spacing-module);\"\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-h3 pd-faq-q\"\u003eIst das Glas dick genug, um ein leichtes Zerbrechen zu verhindern?\u003c\/h3\u003e\n\n\u003cp class=\"pd-body\"\u003eJa. Das Karaffen-Set besteht aus hochwertigem, dickem, lebensmittelechtem Glas, das langlebig und widerstandsfähig gegen alltägliche Stöße ist – perfekt für den Nachttisch und das Badezimmer.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-h3 pd-faq-q\"\u003eKann ich diese in die Spülmaschine geben?\u003c\/h3\u003e\n\n\u003cp class=\"pd-body\"\u003eAbsolut! Sowohl die Karaffe als auch das Trinkglas sind vollständig spülmaschinenfest, was eine einfache und gründliche Reinigung ermöglicht, ohne die wunderschön gravierten Vintage-Muster zu beschädigen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-h3 pd-faq-q\"\u003eSitzt der Becher sicher obenauf, ohne leicht herunterzufallen?\u003c\/h3\u003e\n\n\u003cp class=\"pd-body\"\u003eJa, der Rand des 5 oz Glases ist genau proportioniert, um sicher und fest um den Hals der Karaffe umgedreht zu sitzen, sodass es als stabiler, staubdichter Deckel fungiert.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🛏️ 1-Set (1 Karaffe + 1 Glas)","offer_id":48044488523988,"sku":"0326-20175888","price":12.95,"currency_code":"USD","in_stock":true},{"title":"📦 2-Set (2 Karaffen + 2 Gläser) - Am Beliebtesten","offer_id":48044488556756,"sku":"0326-20172014","price":23.95,"currency_code":"USD","in_stock":true},{"title":"🎁 4-Set (4 Karaffen + 4 Gläser) - 15 % Sparen","offer_id":48044488589524,"sku":"0326-20179188","price":46.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/b25c58b02e21efc0c2ae5fcfda346dfb.jpg?v=1780486948","url":"https:\/\/omurio.com\/de\/products\/vintage-embossed-carafe-set-rjc","provider":"Omurio","version":"1.0","type":"link"}