{"product_id":"vintage-embossed-carafe-set","title":"Vintage Embossed Carafe 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\"\u003eElevate Your Hydration with Vintage Elegance\u003c\/h1\u003e\n\n\u003cp class=\"pd-body\"\u003eDiscover the perfect balance of aesthetic charm and daily utility. Our 4-piece stunning embossed glass carafe set ensures you have fresh water elegantly within reach, day or night.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-badges\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eLead-Free Glass\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eDishwasher Safe\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eSpace-Saving 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\"\u003eClever Cup-as-Lid Design for 24\/7 Freshness\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eNever worry about dust or impurities settling in your water again. The matching 5 oz drinking glass is specifically crafted to fit seamlessly upside-down over the carafe. This intuitive feature acts as a protective cover, keeping your hydration fresh and clean while saving valuable space on your nightstand.\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\"\u003eArtistic Vintage Etching\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eAdd a touch of timeless sophistication to your decor. Crafted from thick, food-grade glass, the carafe and glass feature intricate, vintage-inspired embossed patterns. Whether placed on a bathroom vanity, a home office desk, or a guest room bedside table, the striking textured blue glass beautifully catches the light, elevating the ambiance of any room.\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\"\u003eDurable, Safe, and Effortless to Clean\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eCrafted for everyday enjoyment. Made entirely from premium lead-free glass, this set is highly resistant to breakage and perfectly safe for daily use. When it’s time to refresh, simply place both pieces in the dishwasher for hassle-free maintenance, ensuring long-lasting clarity and hygiene.\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);\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\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\"\u003ePackage Includes\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e1 x Carafes, 1 x Matching Glasses\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eCarafe Capacity\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e18 oz (approx. 532 ml)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eGlass Capacity\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e5 oz (approx. 148 ml)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eTotal Height (Stacked)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e7.63 in \/ 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 Thick Lead-Free Glass\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eCare Instructions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e100% Dishwasher Safe\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);\"\u003eFrequently Asked Questions\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 the glass thick enough to prevent easy breaking?\u003c\/h3\u003e\n\n\u003cp class=\"pd-body\"\u003eYes. The carafe set is constructed from high-quality, thick, food-grade glass designed to be durable and resistant to everyday bumps, making it perfect for bedside and bathroom environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-h3 pd-faq-q\"\u003eCan I put these in the dishwasher?\u003c\/h3\u003e\n\n\u003cp class=\"pd-body\"\u003eAbsolutely! Both the carafe and the drinking glass are fully dishwasher-safe, allowing for easy and thorough cleaning without damaging the beautifully etched vintage patterns.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-h3 pd-faq-q\"\u003eDoes the cup securely sit on top without falling easily?\u003c\/h3\u003e\n\n\u003cp class=\"pd-body\"\u003eYes, the rim of the 5 oz glass is precisely proportioned to rest securely and snugly upside-down over the carafe's neck, ensuring it functions as a stable, dust-proof lid.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"🛏️ 1-Set (1 Carafe + 1 Glass)","offer_id":47224680448177,"sku":"0326-20175888","price":12.95,"currency_code":"USD","in_stock":true},{"title":"📦 2-Set (2 Carafes + 2 Glasses) - Most Popular","offer_id":47224680480945,"sku":"0326-20172014","price":23.95,"currency_code":"USD","in_stock":true},{"title":"🎁 4-Set (4 Carafes + 4 Glasses) - Save 15%","offer_id":47224680513713,"sku":"0326-20179188","price":46.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0718\/1467\/6657\/files\/b25c58b02e21efc0c2ae5fcfda346dfb.jpg?v=1776849318","url":"https:\/\/wondolla.com\/products\/vintage-embossed-carafe-set","provider":"Wondolla","version":"1.0","type":"link"}