{"product_id":"vintage-embossed-carafe-set","title":"Vintage Embossed Carafe Set","description":"\u003cbr\u003e\u003c!--AI Design LogicProduct Type: Home \u0026 Living \/ Drinkware (Bedside Water Carafe Set)Target Audience: Homeowners, decorators, office workers seeking aesthetic and practical hydration solutions.Visual Style: Clean, elegant, vintage-inspired with a calming, spa-like feel.Color Strategy:   - Primary: Ocean Blue (#216f9f) matching the glass tint.  - Backgrounds: Crisp White (#ffffff) and Soft Azure (#f0f6f9) for contrast and freshness.  - Text: Deep Slate (#1a2a35) for strong readability.Shape Strategy: Radius 16px (Soft, friendly, fitting for home decor and self-care items).Typography Strategy: Large Type \/ Mobile-first readable. H1 up to 44px, Body text 18-20px. Word-break applied to prevent overflow.Mobile Table Strategy: Card-based (No horizontal scroll). Automatic conversion of metric\/imperial included.Mobile Ordering Lock: Strictly Image -\u003e Text stacking on mobile. Z-Pattern (alternating) on desktop.Image Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4--\u003e\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1. Design System \u0026 CSS Variables *\/    :root {      --primary: #216f9f;      --bg-body: #ffffff;      --bg-card: #f0f6f9;      --text-main: #1a2a35;      --text-sub: #4b6375;      --border-color: #dbe4ea;            --radius-lg: 16px;      --radius-md: 10px;            --spacing-section: clamp(3rem, 6vw, 5rem);      --spacing-module: clamp(2rem, 5vw, 4rem);            --font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;    }    \/* 0. Typography \u0026 Global Resets *\/    .product-detail-container {      width: 100%;      max-width: 1200px;      margin: 0 auto;      padding: 0 5%;      box-sizing: border-box;      font-family: var(--font-family);      color: var(--text-main);      background-color: var(--bg-body);      overflow-wrap: break-word;      word-break: break-word;      -webkit-font-smoothing: antialiased;    }    .product-detail-container *,    .product-detail-container *::before,    .product-detail-container *::after {      box-sizing: inherit;    }    .product-detail-container h1,     .product-detail-container h2,     .product-detail-container h3,     .product-detail-container p {      margin: 0;      padding: 0;    }    .product-detail-container img {      width: 100%;      height: auto;      display: block;      border-radius: var(--radius-lg);    }    \/* Typographic Hierarchy *\/    .pd-h1 {      font-size: clamp(32px, 4vw, 44px);      line-height: 1.2;      font-weight: 700;      color: var(--text-main);      margin-bottom: 1rem;    }    .pd-h2 {      font-size: clamp(26px, 3vw, 32px);      line-height: 1.3;      font-weight: 600;      color: var(--text-main);      margin-bottom: 1rem;    }    .pd-h3 {      font-size: clamp(20px, 2.5vw, 24px);      line-height: 1.4;      font-weight: 600;      color: var(--text-main);      margin-bottom: 0.75rem;    }    .pd-body {      font-size: clamp(18px, 2vw, 20px);      line-height: 1.7;      color: var(--text-sub);    }    \/* Non-clickable Visual Badges *\/    .pd-badges {      display: flex;      flex-wrap: wrap;      gap: 1rem;      margin-top: 1.5rem;      margin-bottom: 1.5rem;    }    .pd-badge {      background-color: var(--bg-card);      color: var(--primary);      padding: 0.6rem 1.2rem;      border-radius: 50px;      font-size: clamp(16px, 1.5vw, 18px);      font-weight: 600;      border: 1px solid var(--border-color);      display: inline-block;      user-select: none;    }    \/* Section Wrappers *\/    .pd-section {      margin-top: var(--spacing-section);      margin-bottom: var(--spacing-section);    }    \/* Image Placeholder Styling (Strict Scheme A) *\/    .img-placeholder {      width: 100%;      aspect-ratio: 4 \/ 3;      background-color: #f8f9fa;      border: 2px dashed #ced4da;      border-radius: var(--radius-lg);      display: flex;      align-items: center;      justify-content: center;      color: #6c757d;      font-size: 18px;      font-weight: bold;    }    \/* Hero Section *\/    .pd-hero {      display: flex;      flex-direction: column;      gap: var(--spacing-module);      align-items: center;      text-align: center;    }        .pd-hero-content {      max-width: 800px;      margin: 0 auto;    }    \/* Feature Section (Mobile Lock \u0026 Desktop Z-Pattern) *\/    .pd-feature-item {      display: flex;      flex-direction: column; \/* Mobile Ordering Lock: Image Top, Text Bottom *\/      gap: var(--spacing-module);      margin-bottom: var(--spacing-module);    }    .pd-feature-media,     .pd-feature-text {      flex: 1;      display: flex;      flex-direction: column;      justify-content: center;    }    @media (min-width: 768px) {      .pd-feature-item {        flex-direction: row; \/* Desktop Z-Pattern *\/        align-items: center;      }      .pd-feature-item:nth-child(even) {        flex-direction: row-reverse; \/* Alternating layout *\/      }    }    \/* Specs Table (Card-Based on Mobile) *\/    .pd-specs-container {      background-color: var(--bg-card);      border-radius: var(--radius-lg);      padding: clamp(2rem, 4vw, 3rem);    }    .pd-table {      width: 100%;      border-collapse: collapse;      margin-top: 1.5rem;    }    .pd-table th,     .pd-table td {      padding: 1rem 1.5rem;      text-align: left;      font-size: clamp(16px, 1.8vw, 18px);      border-bottom: 1px solid var(--border-color);    }    .pd-table th {      font-weight: 700;      color: var(--text-main);      background-color: rgba(255, 255, 255, 0.5);    }    .pd-table td {      color: var(--text-sub);    }    @media (max-width: 767px) {      \/* Mobile override to Cards - CRITICAL *\/      .pd-table,       .pd-table tbody,       .pd-table tr,       .pd-table td {        display: block;        width: 100%;      }      .pd-table thead {        display: none;      }      .pd-table tr {        margin-bottom: 1rem;        background-color: var(--bg-body);        border: 1px solid var(--border-color);        border-radius: var(--radius-md);        padding: 1rem;      }      .pd-table td {        display: flex;        flex-direction: column;        border-bottom: none;        padding: 0.5rem 0;        gap: 0.5rem;      }      .pd-table td:not(:last-child) {        border-bottom: 1px solid var(--border-color);      }      .pd-table td::before {        content: attr(data-label);        font-weight: 700;        color: var(--text-main);      }    }    \/* FAQ Section *\/    .pd-faq-list {      display: flex;      flex-direction: column;      gap: 1.5rem;    }    .pd-faq-item {      background-color: var(--bg-body);      border: 1px solid var(--border-color);      border-radius: var(--radius-md);      padding: clamp(1.5rem, 3vw, 2rem);    }    .pd-faq-q {      margin-bottom: 0.75rem;      color: var(--primary);    }\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\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\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\u003cdiv class=\"pd-badges\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eLead-Free Glass\u003c\/div\u003e\n\u003cdiv class=\"pd-badge\"\u003eDishwasher Safe\u003c\/div\u003e\n\u003cdiv class=\"pd-badge\"\u003eSpace-Saving Design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-media\" style=\"width: 100%;\"\u003e\n\u003c!-- Natural Flow Layout used here --\u003e\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img38\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312160532\/b25c58b02e21efc0c2ae5fcfda346dfb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img39\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312160532\/adba61e0f80525e1cb45a3806b0cbc17.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\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\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\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img40\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312160532\/bfaa06dddc5d7f82ee6da8bc851c7625.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-text\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eArtistic Vintage Etching\u003c\/h2\u003e\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\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img41\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312160532\/676fdd839fce268edbb2e77aa6ff5edd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-text\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eDurable, Safe, and Effortless to Clean\u003c\/h2\u003e\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\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\u003ctable class=\"pd-table\"\u003e\t\u003cthead\u003e\t\t\u003ctr\u003e\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\t\t\u003c\/tr\u003e\t\u003c\/thead\u003e\t\u003ctbody\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Feature\"\u003ePackage Includes\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Details\"\u003e1 x Carafes, 1 x Matching Glasses\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Feature\"\u003eCarafe Capacity\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Details\"\u003e18 oz (approx. 532 ml)\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Feature\"\u003eGlass Capacity\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Details\"\u003e5 oz (approx. 148 ml)\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Feature\"\u003eTotal Height (Stacked)\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Details\"\u003e7.63 in \/ 19.4 cm\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Feature\"\u003eMaterial\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Details\"\u003ePremium Thick Lead-Free Glass\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Feature\"\u003eCare Instructions\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Details\"\u003e100% Dishwasher Safe\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\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\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\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\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\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\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\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","brand":"Bak","offers":[{"title":"🛏️ 1-Set (1 Carafe + 1 Glass)","offer_id":43871343444031,"sku":"0326-20175888","price":120.0,"currency_code":"HKD","in_stock":true},{"title":"📦 2-Set (2 Carafes + 2 Glasses) - Most Popular","offer_id":43871343476799,"sku":"0326-20172014","price":216.0,"currency_code":"HKD","in_stock":true},{"title":"🎁 4-Set (4 Carafes + 4 Glasses) - Save 15%","offer_id":43871343509567,"sku":"0326-20179188","price":400.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0631\/8089\/8367\/files\/b25c58b02e21efc0c2ae5fcfda346dfb_f47c5bb5-c36a-450d-827a-0369aa02d9bc.jpg?v=1789371750","url":"https:\/\/3izugx-ju.myshopify.com\/de\/products\/vintage-embossed-carafe-set","provider":"Aurenvi","version":"1.0","type":"link"}