{"product_id":"ceramic-hugging-couple-figurine","title":"Ceramic Hugging Couple Figurine","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {      --primary: #d4af37;      --primary-hover: #bda030;      --text-main: #2c2c2c;      --text-sub: #595959;      --bg-body: #faf9f6;      --bg-card: #ffffff;      --bg-soft: #f3f1eb;      --radius-md: 8px;      --radius-lg: 16px;      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);      --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.06);      --border-color: #e5e0d8;      max-width: 1200px;      margin: 0 auto;      padding: 0 5%;      box-sizing: border-box;      overflow-wrap: break-word;      word-break: break-word;      color: var(--text-main);      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;      background-color: var(--bg-body);    }    .product-detail-container section {      margin-bottom: clamp(2rem, 5vw, 4rem);    }    \/* Fixed Typography System *\/    .product-detail-container h1,    .product-detail-container .hero-title {      font-size: 22px;      line-height: 1.3;      font-weight: 700;      margin: 0 0 12px 0;    }    .product-detail-container h2,    .product-detail-container h3,    .product-detail-container .section-title,    .product-detail-container .feature-title,    .product-detail-container .faq-question {      font-size: 20px;      line-height: 1.4;      font-weight: 600;      margin: 0 0 16px 0;    }    .product-detail-container p,    .product-detail-container .hero-subtitle,    .product-detail-container .feature-desc,    .product-detail-container .spec-label,    .product-detail-container .spec-value,    .product-detail-container .faq-answer,    .product-detail-container .badge,    .product-detail-container .tag {      font-size: 18px;      line-height: 1.6;      font-weight: 400;      margin: 0;    }    \/* Trust Badge \/ Tag Styles *\/    .product-detail-container .badge {      display: inline-block;      background-color: var(--bg-soft);      color: var(--text-main);      padding: 6px 16px;      border-radius: 30px;      font-weight: 500;      margin-bottom: 16px;      border: 1px solid var(--border-color);    }    .product-detail-container .tag-container {      display: flex;      flex-wrap: wrap;      gap: 8px;      margin-top: 16px;    }    .product-detail-container .tag {      background-color: var(--bg-body);      color: var(--text-sub);      padding: 4px 12px;      border-radius: var(--radius-md);      border: 1px solid var(--border-color);    }    \/* Image Containers *\/    .product-detail-container .image-placeholder {      width: 100%;      background-color: var(--bg-soft);      border: 2px dashed var(--border-color);      border-radius: var(--radius-lg);      padding: 40px 20px;      box-sizing: border-box;      display: flex;      flex-direction: column;      align-items: center;      justify-content: center;      text-align: center;      min-height: 250px;      margin: 20px 0;    }    .product-detail-container .image-placeholder span {      font-size: 18px;      font-weight: 500;      color: var(--text-sub);      margin-top: 8px;    }    \/* Intro \/ Hero Section *\/    .product-detail-container .hero-section {      padding: 30px 0;      text-align: center;    }    .product-detail-container .hero-content {      max-width: 800px;      margin: 0 auto 30px auto;    }    .product-detail-container .hero-subtitle {      color: var(--text-sub);      margin-bottom: 20px;    }    \/* Feature Sections *\/    .product-detail-container .feature-item {      display: flex;      flex-direction: column;      gap: 24px;      background: var(--bg-card);      border-radius: var(--radius-lg);      padding: 24px;      border: 1px solid var(--border-color);      box-shadow: var(--shadow-sm);    }    .product-detail-container .feature-copy {      display: flex;      flex-direction: column;      justify-content: center;    }    .product-detail-container .feature-desc {      color: var(--text-sub);    }    \/* Specifications Section *\/    .product-detail-container .spec-table {      width: 100%;      border-collapse: collapse;      background: var(--bg-card);      border-radius: var(--radius-lg);      overflow: hidden;      border: 1px solid var(--border-color);      box-shadow: var(--shadow-sm);    }    .product-detail-container .spec-table tbody tr {      border-bottom: 1px solid var(--border-color);    }    .product-detail-container .spec-table tbody tr:last-child {      border-bottom: none;    }    .product-detail-container .spec-table td {      padding: 16px 24px;    }    \/* FAQ Section *\/    .product-detail-container .faq-item {      background: var(--bg-card);      border: 1px solid var(--border-color);      border-radius: var(--radius-lg);      padding: 24px;      margin-bottom: 16px;      box-shadow: var(--shadow-sm);    }    .product-detail-container .faq-question {      color: var(--text-main);      margin-bottom: 12px;      display: flex;      align-items: center;      gap: 8px;    }    .product-detail-container .faq-answer {      color: var(--text-sub);    }    \/* Desktop Media Queries *\/    @media (min-width: 768px) {      .product-detail-container .hero-section {        padding: 50px 0;      }      .product-detail-container .feature-item {        flex-direction: row;        align-items: center;        gap: 48px;        padding: 40px;      }      .product-detail-container .feature-item.reverse {        flex-direction: row-reverse;      }      .product-detail-container .feature-media,      .product-detail-container .feature-copy {        flex: 1;        width: 50%;      }      .product-detail-container .spec-table td {        padding: 20px 32px;      }    }    \/* Mobile Specifications Responsive Rules *\/    @media (max-width: 767px) {      .product-detail-container .spec-table,      .product-detail-container .spec-table tbody,      .product-detail-container .spec-table tr {        display: block;        width: 100%;        box-sizing: border-box;      }      .product-detail-container .spec-table td {        display: grid;        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);        gap: 14px;        width: 100%;        box-sizing: border-box;        padding: 14px 16px;        align-items: start;        white-space: normal;        overflow-wrap: anywhere;        word-break: break-word;      }      .product-detail-container .spec-table td::before {        content: attr(data-label);        display: block;        min-width: 0;        font-size: 18px;        font-weight: 600;        line-height: 1.5;        white-space: normal;        overflow-wrap: anywhere;        word-break: break-word;      }      .product-detail-container .spec-table .spec-value {        display: block;        min-width: 0;        max-width: 100%;        font-size: 18px;        line-height: 1.5;        white-space: normal;        overflow-wrap: anywhere;        word-break: break-word;      }    }    @media (max-width: 420px) {      .product-detail-container .spec-table td {        grid-template-columns: 1fr;        gap: 6px;      }    }\u003c\/style\u003e\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--  [AI Design Logic]  Product Type: Minimalist Ceramic Sculpture  Target Audience: Couples, Home Decor Enthusiasts, Art Lovers  Visual Style: Modern, Cozy Minimalist, Sophisticated  Color Strategy: Warm Off-White (#faf9f6), Cozy Soft Sand (#f3f1eb), Elegant Gold Accents (#d4af37), and Deep Charcoal\/Black (#2c2c2c)  Module Order: Intro\/Hero, Feature 1, Feature 2, Feature 3, Specifications, FAQ  Detail Image Mapping: Hero=detail_4, Feature1=detail_3, Feature2=detail_5, Feature3=detail_6  Specification Data Source: Extracted from detail_1 and detail_2 (data extraction only; no specification image placeholder is rendered)  Compare Section: Not included (insufficient data to create an honest side-by-side comparison)  Information Boundary: Only information explicitly provided in the product analysis report, detail images, specification images, and the current conversation has been used. No unverified product facts have been added.  --\u003e\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\u003csection class=\"hero-section\"\u003e\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"badge\"\u003eArtistic Ceramic Sculpture\u003c\/span\u003e\u003ch1 class=\"hero-title\"\u003eA Hugging Couple Figurine That Embodies Connection and Intimacy\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003eBringing warmth and modern sophistication to your home with abstract lines, fine matte ceramic, and a shining gold heart at the center.\u003c\/p\u003e\n\u003cp class=\"hero-subtitle\" style=\"color: var(--text-main); font-weight: 500;\"\u003eA mini keepsake, just 3.3 inches (8.5 cm) tall—perfect for a bedside table or shelf.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260902175422\/abba8a07ca35b9e869d695d3620b197a.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- B. FEATURE SECTIONS --\u003e\u003csection class=\"features-section\"\u003e\u003c!-- Feature 1 --\u003e\u003cdiv class=\"feature-item\" style=\"margin-bottom: 24px;\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img53\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260902175422\/4b70435ad5b3930a7972f6ba898b0d51.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eIntimate Nested Hug Design\u003c\/h2\u003e\n\u003cp class=\"feature-desc\"\u003eThis modern abstract sculpture consists of two separate figurines that fit seamlessly together. The taller figure embraces from behind while the shorter figure rests gently in front, creating a clean, nested representation of quiet love and dependency.\u003c\/p\u003e\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eAbstract Figurine\u003c\/span\u003e \u003cspan class=\"tag\"\u003eNo Facial Features\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\u003cdiv class=\"feature-item reverse\" style=\"margin-bottom: 24px;\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img54\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260902175422\/ada12c80abcedfa9be5cb6eb8943754b.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eMatte Base with Metallic Contrast\u003c\/h2\u003e\n\u003cp class=\"feature-desc\"\u003eMade from ceramic with a fine-grained matte textured body, this piece absorbs light beautifully to show off its round contours. Positioned at the very center of the front figure is a smooth, highly reflective electroplated gold heart, acting as a striking visual focal point.\u003c\/p\u003e\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eTextured Matte Glaze\u003c\/span\u003e \u003cspan class=\"tag\"\u003eMirror Electroplated Heart\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img55\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260902175422\/7567fd88e471778270eb3187569bb346.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eA Subtle \u0026amp; Versatile Home Accent\u003c\/h2\u003e\n\u003cp class=\"feature-desc\"\u003eDesigned with a small footprint, this sculpture fits easily onto bedside tables, bookshelves, fireplace mantels, or television stands. It introduces an artistic element to modern minimalist spaces, cozy bedrooms, and home office setups.\u003c\/p\u003e\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eBedroom Accent\u003c\/span\u003e \u003cspan class=\"tag\"\u003eBookshelf Display\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003c!-- C. SPECIFICATIONS --\u003e\u003csection class=\"specifications-section\"\u003e\u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"spec-table\"\u003e\t\u003ctbody\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Package Includes\"\u003e\u003cspan class=\"spec-value\"\u003eEach set includes 2 matching figurines that nest together in a hug.\u003c\/span\u003e\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003eCeramic\u003c\/span\u003e\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Body Finish\"\u003e\u003cspan class=\"spec-value\"\u003eFine-grained matte textured surface\u003c\/span\u003e\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Heart Finish\"\u003e\u003cspan class=\"spec-value\"\u003eSmooth mirror electroplated gold\u003c\/span\u003e\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Tall Figurine (Male)\"\u003e\u003cspan class=\"spec-value\"\u003e6.5 cm x 3.2 cm x 8.5 cm (2.6 in x 1.3 in x 3.3 in)\u003cbr\u003e\t\t\tWeight: 73.5 g (2.6 oz)\u003c\/span\u003e\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Short Figurine (Female)\"\u003e\u003cspan class=\"spec-value\"\u003e4.7 cm x 2.8 cm x 6.6 cm (1.9 in x 1.1 in x 2.6 in)\u003cbr\u003e\t\t\tWeight: 59.5 g (2.1 oz)\u003c\/span\u003e\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Base Design\"\u003e\u003cspan class=\"spec-value\"\u003eFlat bottom, free-standing without extra support frames\u003c\/span\u003e\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/section\u003e\u003c!-- D. FAQ --\u003e\u003csection class=\"faq-section\"\u003e\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Are the two figurines attached or separate?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003eThe tall and short figurines are separate, independent pieces. They are designed to nest closely against each other so they can stand as a single hugging unit or be slightly turned for custom angles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 What is the texture of the sculpture?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003eThe main body has a rougher, fine-grained matte finish that gives the ceramic a modern look. The heart in the center has a contrasting metallic electroplated gold finish that is completely smooth and shiny.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 How do I clean and maintain this decor piece?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003eTo maintain the matte surface and the metallic heart, simply wipe them gently with a dry, soft microfiber cloth. Avoid using liquid chemical cleaners, water, or abrasive materials on the finishes.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"White","offer_id":54574793490742,"sku":"20260910-183929-3761","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":54574793523510,"sku":"20260910-183929-7447","price":16.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0973\/5556\/3318\/files\/abba8a07ca35b9e869d695d3620b197a.jpg?v=1789547934","url":"https:\/\/comfiora.com\/products\/ceramic-hugging-couple-figurine","provider":"Comfiora","version":"1.0","type":"link"}