{"product_id":"vintage-embossed-carafe-set-rjc","title":"Vintage gegraveerde karafset","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\"\u003eVerhoog je Hydratatie met Vintage Elegantie\u003c\/h1\u003e\n\n\u003cp class=\"pd-body\"\u003eOntdek de perfecte balans tussen esthetische charme en dagelijks gebruiksgemak. Onze prachtige 4-delige karafset met reliëfglas zorgt ervoor dat je altijd elegant vers water binnen handbereik hebt, dag en nacht.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-badges\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eLoodvrij Glas\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eVaatwasmachinebestendig\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eRuimtebesparend Ontwerp\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\"\u003eSlim Ontwerp met Glas als Deksel voor 24\/7 Versheid\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eMaak je nooit meer zorgen over stof of onzuiverheden in je water. Het bijpassende 5 oz drinkglas is speciaal ontworpen om naadloos ondersteboven op de karaf te passen. Deze intuïtieve functie werkt als een beschermhoes, houdt je water vers en schoon en bespaart waardevolle ruimte op je nachtkastje.\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\"\u003eArtistieke Vintage Gravure\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eVoeg een vleugje tijdloze elegantie toe aan je interieur. Gemaakt van dik, voedselveilig glas, hebben de karaf en het glas ingewikkelde, vintage-geïnspireerde reliëfpatronen. Of ze nu op een badkamermeubel, een bureau thuis of een nachtkastje in de logeerkamer staan, het opvallende, getextureerde blauwe glas vangt het licht prachtig en verhoogt de sfeer in elke kamer.\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\"\u003eDuurzaam, Veilig en Makkelijk te Reinigen\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eOntworpen voor dagelijks plezier. Volledig gemaakt van premium loodvrij glas, is deze set zeer breukbestendig en perfect veilig voor dagelijks gebruik. Wanneer het tijd is om te verversen, plaats je beide stukken eenvoudig in de vaatwasser voor onderhoud zonder gedoe, wat zorgt voor langdurige helderheid en hygiëne.\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);\"\u003eProductspecificaties\u003c\/h2\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eKenmerk\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\"\u003eInhoud van de Verpakking\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e1 x Karaf, 1 x Bijpassend Glas\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eKarafinhoud\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e18 oz (ongeveer 532 ml)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eGlasinhoud\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e5 oz (ongeveer 148 ml)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eTotale Hoogte (gestapeld)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e7,63 inch \/ 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\"\u003eMateriaal\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePremium Dik Loodvrij Glas\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eOnderhoudsinstructies\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e100% Vaatwasmachinebestendig\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);\"\u003eVeelgestelde vragen\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\"\u003eIs het glas dik genoeg om breuk te voorkomen?\u003c\/h3\u003e\n\n\u003cp class=\"pd-body\"\u003eJa. De karafset is gemaakt van hoogwaardig, dik, voedselveilig glas dat duurzaam is en bestand tegen dagelijkse stoten, waardoor het perfect is voor gebruik naast het bed en in de badkamer.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-h3 pd-faq-q\"\u003eKan ik deze in de vaatwasser doen?\u003c\/h3\u003e\n\n\u003cp class=\"pd-body\"\u003eAbsoluut! Zowel de karaf als het drinkglas zijn volledig vaatwasmachinebestendig, wat zorgt voor een gemakkelijke en grondige reiniging zonder de prachtig geëtste vintage patronen te beschadigen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-h3 pd-faq-q\"\u003eZit het glas stevig bovenop zonder gemakkelijk te vallen?\u003c\/h3\u003e\n\n\u003cp class=\"pd-body\"\u003eJa, de rand van het 5 oz glas is precies zo gevormd dat het stevig en nauwsluitend ondersteboven op de hals van de karaf rust, waardoor het functioneert als een stabiele, stofvrije deksel.\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 Karaf + 1 Glas)","offer_id":48044488523988,"sku":"0326-20175888","price":12.95,"currency_code":"USD","in_stock":true},{"title":"📦 2-Set (2 Karafes + 2 Glazen) - Meest Populair","offer_id":48044488556756,"sku":"0326-20172014","price":23.95,"currency_code":"USD","in_stock":true},{"title":"🎁 4-Set (4 Karafes + 4 Glazen) - Bespaar 15%","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\/nl\/products\/vintage-embossed-carafe-set-rjc","provider":"Omurio","version":"1.0","type":"link"}