{"product_id":"ceramic-chocolate-fondue-mug","title":"Ceramic Chocolate Fondue Mug","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Mini Ceramic Chocolate Fondue Cup\nTarget Audience: Dessert lovers, couples, families hosting small gatherings\nVisual Style: Cozy, warm, romantic tabletop aesthetic\nColor Strategy: Rich warm reds, soft chocolate browns, and clean cream whites\nModule Order: Intro\/Hero -\u003e Features (3) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_2, Feature2=detail_4, Feature3=detail_3\nSpecification Data Source: spec_1, spec_2 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (no explicit comparison data provided in the sources)\nInformation Boundary: Strictly relies on the provided analysis report, detail images, and spec images. Cup capacity is fixed at 130ml (4.4 oz) to avoid customer confusion. Material is verified as ceramic. Candle burn time of approx. 4 hours and fork dimension of 12cm are used directly from spec_2. No unverified claims are made.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design Variables *\/\n    .product-detail-container {\n      --primary: #c0392b;\n      --primary-hover: #a93226;\n      --text-main: #2c3e50;\n      --text-sub: #7f8c8d;\n      --bg-body: #ffffff;\n      --bg-card: #faf9f6;\n      --bg-soft: #f5f5f5;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.05);\n      --border-color: #eaeaea;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-description,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .tag {\n      font-size: 18px;\n      line-height: 1.6;\n      font-weight: 400;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container section:last-of-type {\n      border-bottom: none;\n    }\n\n    \/* Image Placeholder styling *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      aspect-ratio: 1 \/ 1;\n      background-color: var(--bg-soft);\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      color: var(--text-sub);\n      font-size: 18px;\n      text-align: center;\n      box-sizing: border-box;\n      padding: 20px;\n    }\n\n    \/* Badges \u0026 Tags *\/\n    .product-detail-container .badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 6px 14px;\n      border-radius: 50px;\n      font-weight: 600;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 14px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-size: 18px;\n    }\n\n    \/* Intro \/ Hero Block *\/\n    .product-detail-container .hero-section {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n    }\n\n    .product-detail-container .hero-copy {\n      display: flex;\n      flex-direction: column;\n      align-items: flex-start;\n    }\n\n    \/* Feature Sections *\/\n    .product-detail-container .feature-item {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n\n    .product-detail-container .feature-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .product-detail-container .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Desktop Alternating layout *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item.alt-layout .feature-media {\n        order: 2;\n      }\n      .product-detail-container .feature-item.alt-layout .feature-copy {\n        order: 1;\n      }\n    }\n\n    \/* Specifications Section *\/\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\n    }\n\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px 0;\n      vertical-align: top;\n    }\n\n    .product-detail-container .spec-table td:first-child {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n\n    \/* FAQ Section *\/\n    .product-detail-container .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-top: 20px;\n    }\n\n    .product-detail-container .faq-item {\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .faq-question {\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    \/* Responsive Mobile Overrides *\/\n    @media (max-width: 767px) {\n      .product-detail-container .hero-section {\n        grid-template-columns: 1fr;\n        gap: 24px;\n      }\n\n      .product-detail-container .hero-media {\n        order: 1;\n      }\n\n      .product-detail-container .hero-copy {\n        order: 2;\n      }\n\n      .product-detail-container .feature-item {\n        grid-template-columns: 1fr;\n        gap: 24px;\n      }\n\n      \/* Image First -\u003e Text Second Lock *\/\n      .product-detail-container .feature-item .feature-media {\n        order: 1 !important;\n      }\n\n      .product-detail-container .feature-item .feature-copy {\n        order: 2 !important;\n      }\n\n      \/* Mobile Safe Specifications *\/\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .product-detail-container .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .spec-table td:first-child {\n        width: 100%;\n      }\n\n      .product-detail-container .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .product-detail-container .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cspan class=\"badge\"\u003ePersonal 130ml Size\u003c\/span\u003e\n\u003ch1 class=\"hero-title\"\u003eRomantic Chocolate Fondue Date Night at Home\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eKeep your melted chocolate smooth, warm, and ready to dip. Perfect for fresh strawberries, marshmallows, and cozy dessert moments.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img110\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260831153815\/fbd454bf5ca0dea94791a54ee043bdb9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img111\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260831153815\/f8cc76d786dcd3d3792d8b4cab76bfbc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eCandle-Heated Warmth\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eUses the simple, steady heat of a single tealight candle to keep chocolate at the ideal dipping temperature. No cords, plugs, or batteries required.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eWarm Candlelit Glow\u003c\/span\u003e \u003cspan class=\"tag\"\u003eNo Power Cords\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 (Alternating Layout on Desktop) --\u003e\n\n\u003cdiv class=\"feature-item alt-layout\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img112\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260831153815\/48d9889e44ecf6e9c2f95b114cb6250b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eEasy Dessert Dipping\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eDesigned with a comfortable side handle and a compact build, making it effortless to dip fruits, biscuits, or sweets with minimal tabletop clutter.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eSingle-Serving Cup\u003c\/span\u003e \u003cspan class=\"tag\"\u003eMess-Free Holding\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img113\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260831153815\/c954eb24f7b52e4f0969db9e7bb93668.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSmart Integrated Storage\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eCrafted from smooth, high-gloss ceramic with an integrated slot on top of the handle to vertically store your dipping fork when not in use.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eHeat-Resistant Ceramic\u003c\/span\u003e \u003cspan class=\"tag\"\u003eBuilt-In Fork Slot\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Cup Capacity\"\u003e\u003cspan class=\"spec-value\"\u003e130 ml (4.4 oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Cup Material\"\u003e\u003cspan class=\"spec-value\"\u003eHeat-Resistant Ceramic with Glossy Finish\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Cup Dimensions\"\u003e\u003cspan class=\"spec-value\"\u003eHeight: 11.6 cm (4.6 in) | Top Width: 12.0 cm (4.7 in) | Bottom Width: 5.7 cm (2.2 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dipping Fork Dimensions\"\u003e\u003cspan class=\"spec-value\"\u003eLength: 12.0 cm (4.7 in) | Width: 0.8 cm (0.3 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Tealight Candle Weight\"\u003e\u003cspan class=\"spec-value\"\u003eApprox. 12 g (0.4 oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Tealight Burn Time\"\u003e\u003cspan class=\"spec-value\"\u003eApprox. 4 hours\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Colors\"\u003e\u003cspan class=\"spec-value\"\u003eRed, Cream White, Dark Brown\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Inner Lining Colors\"\u003e\u003cspan class=\"spec-value\"\u003eWhite inner wall (Red \u0026amp; Dark Brown cups) | Dark Brown inner wall (Cream White cup)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🕯️ How does the cup keep chocolate melted?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe cup is designed with an open arched chamber at the bottom. Simply light a small tealight candle and place it inside the chamber to keep your chocolate warm and smooth.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🍓 What is the exact capacity of this cup?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThis is a personal mini-sized fondue cup with a capacity of 130 ml (approx. 4.4 oz). It is perfect for individual treats or an intimate dessert share for two.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🍴 Where do I store the dipping fork?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe ceramic cup features a clever vertical slot right on top of the handle. You can slide your stainless steel fork inside to keep it clean and upright.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Retro Red \/ Candle Starter Set \/ 1 Set (Personal Treat)","offer_id":46114908274879,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Cream White \/ Candle Starter Set \/ 1 Set (Personal Treat)","offer_id":46114908307647,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Cocoa Brown \/ Candle Starter Set \/ 1 Set (Personal Treat)","offer_id":46114908340415,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Retro Red \/ Candle Starter Set \/ 2 Sets (Date Night Pair - 10%)","offer_id":46114908373183,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Cream White \/ Candle Starter Set \/ 2 Sets (Date Night Pair - 10%)","offer_id":46114908405951,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Cocoa Brown \/ Candle Starter Set \/ 2 Sets (Date Night Pair - 10%)","offer_id":46114908438719,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Retro Red \/ Candle Starter Set \/ 3 Sets (Family Pack - 15%)","offer_id":46114908471487,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Cream White \/ Candle Starter Set \/ 3 Sets (Family Pack - 15%)","offer_id":46114908504255,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Cocoa Brown \/ Candle Starter Set \/ 3 Sets (Family Pack - 15%)","offer_id":46114908537023,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/fbd454bf5ca0dea94791a54ee043bdb9.jpg?v=1788162083","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/ceramic-chocolate-fondue-mug","provider":"Bak","version":"1.0","type":"link"}