{"product_id":"ceramic-miniature-vase-magnets-rjc","title":"Ceramic Miniature Vase Magnets","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Miniature Ceramic Fridge Magnets (Home Decor\/Organizing)\nTarget Audience: Home decor lovers, plant\/flower enthusiasts, gift shoppers\nVisual Style: Warm, artisanal, charming, and playful\nColor Strategy: Earthy Terracotta (--primary) with Soft Cream backgrounds to make the vibrant ceramics pop.\nShape Strategy: Radius 20px (Soft, friendly, and approachable for \"cute\" items)\nTypography Strategy: Large Type \/ Mobile-first readable (H1 at 40px+, Body at 18px+)\nMobile Table Strategy: Card-based (No horizontal scroll, fully responsive)\nImage Mapping: Hero=image_1 (all 4 vases), Feature1=image_2 (waterproof detail), Feature2=image_3 (fridge usage), Feature3=image_4 (gifting)\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System \u0026 CSS Variables *\/\n    .product-detail-container {\n      --primary: #8C5A35;\n      --primary-light: #EFE8E3;\n      --text-main: #2C2A29;\n      --text-sub: #595552;\n      --bg-body: #FAFAF7;\n      --bg-card: #FFFFFF;\n      --border-color: #E6E4DD;\n      --radius-lg: 20px;\n      --radius-md: 12px;\n      --shadow-sm: 0 4px 12px rgba(0,0,0,0.04);\n      --shadow-lg: 0 12px 32px rgba(0,0,0,0.08);\n      --space-section: clamp(3rem, 6vw, 5rem);\n      --space-module: clamp(2rem, 4vw, 3.5rem);\n\n      \/* 0) Typography System *\/\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\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      line-height: 1.7;\n    }\n\n    .product-detail-container *, .product-detail-container *::before, .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin-bottom: 1rem;\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(26px, 4vw, 34px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(22px, 3vw, 26px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Visual Badge (Non-clickable) *\/\n    .pd-visual-badge {\n      display: inline-block;\n      background: var(--primary-light);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 700;\n      margin-bottom: 1.5rem;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    \/* Image Protocol *\/\n    .pd-img-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      background: var(--bg-card);\n      box-shadow: var(--shadow-sm);\n    }\n    \n    .pd-img-wrapper img, \n    .pd-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .pd-placeholder {\n      aspect-ratio: 4\/3;\n      background: #EAE8E2;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border: 2px dashed #CFCBC2;\n      color: #8C887E;\n      font-weight: 600;\n      font-size: 18px;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      padding: var(--space-section) 0;\n    }\n    .pd-hero-copy {\n      max-width: 800px;\n      margin: 0 auto var(--space-module);\n    }\n    .pd-social-proof {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 2rem;\n    }\n\n    \/* Features Section (Mobile Lock -\u003e Z-Pattern) *\/\n    .pd-features {\n      display: flex;\n      flex-direction: column;\n      gap: var(--space-section);\n      margin-bottom: var(--space-section);\n    }\n    \n    .pd-feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile first: Image top, Text bottom *\/\n      gap: clamp(1.5rem, 4vw, 3rem);\n      align-items: center;\n    }\n\n    .pd-feature-media, .pd-feature-copy {\n      width: 100%;\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row; \/* Z-Pattern for Desktop *\/\n        justify-content: space-between;\n      }\n      .pd-feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .pd-feature-media, .pd-feature-copy {\n        width: 48%; \/* Leaves breathable gap *\/\n      }\n      .pd-feature-copy {\n        padding: 0 2rem;\n      }\n    }\n\n    \/* Specs Section \u0026 Table (Mobile Card Lock) *\/\n    .pd-specs {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: var(--space-module);\n      box-shadow: var(--shadow-sm);\n      margin-bottom: var(--space-section);\n    }\n    \n    .pd-specs h2 {\n      text-align: center;\n    }\n\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n\n    .pd-table th, .pd-table td {\n      padding: 1rem 1.5rem;\n      text-align: left;\n      font-size: 18px;\n    }\n\n    .pd-table thead tr {\n      background: var(--primary-light);\n      color: var(--primary);\n      font-weight: bold;\n    }\n\n    .pd-table tbody tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    \/* Mobile Table -\u003e Card Conversion *\/\n    @media (max-width: 767px) {\n      .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-table thead {\n        display: none;\n      }\n      .pd-table tbody tr {\n        margin-bottom: 1.5rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        padding: 1rem;\n        background: var(--bg-body);\n      }\n      .pd-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0.75rem 0;\n        border-bottom: 1px dashed var(--border-color);\n        font-size: 16px;\n      }\n      .pd-table td:last-child {\n        border-bottom: none;\n      }\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        width: 45%;\n      }\n      .pd-table td span {\n        width: 55%;\n        text-align: right;\n        color: var(--text-sub);\n      }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq {\n      margin-bottom: var(--space-section);\n    }\n    \n    .pd-faq h2 {\n      text-align: center;\n    }\n\n    .pd-faq-item {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      padding: 1.5rem;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-faq-item summary {\n      font-size: clamp(18px, 2.5vw, 22px);\n      font-weight: 700;\n      cursor: default; \/* Remove pointer per rules *\/\n      list-style: none;\n      position: relative;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n\n    .pd-faq-item summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .pd-faq-item p {\n      margin-top: 1rem;\n      margin-bottom: 0;\n      padding-top: 1rem;\n      border-top: 1px dashed var(--border-color);\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-copy\"\u003e\n\u003cdiv class=\"pd-visual-badge\"\u003eArtisan Miniature Collection\u003c\/div\u003e\n\n\u003ch1\u003eAdd a Splash of Joy to Every Surface\u003c\/h1\u003e\n\n\u003cp\u003eTransform your refrigerator, locker, or whiteboard into a gallery of charm. These lifelike, 3D ceramic vase magnets bring a playful touch of style while keeping your space perfectly organized.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-social-proof\"\u003e⭐⭐⭐⭐⭐ Loved by Plant \u0026amp; Decor Enthusiasts\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\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\/20260311181831\/86daa2716b3c39c7e4c1e5a4c10d9c08.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\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-features\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\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\/20260311181831\/c40e1dcd8cbd9acf42eebab908e6acd4.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\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-visual-badge\"\u003ePremium Ceramic\u003c\/div\u003e\n\n\u003ch3\u003eWaterproof \u0026amp; Lifelike Craftsmanship\u003c\/h3\u003e\n\n\u003cp\u003eExpertly crafted from high-quality ceramic, these miniature jugs boast vibrant colors and a smooth, glossy finish. They are completely waterproof and designed to withstand the test of time, ensuring long-lasting safety and elegance for all ages.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Functionality --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\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\/20260311181831\/572cfdc71cb2ee148f91e236a659854f.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\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-visual-badge\"\u003eMighty Hold\u003c\/div\u003e\n\n\u003ch3\u003eSecure Your Memories Without Slipping\u003c\/h3\u003e\n\n\u003cp\u003eDon't let their adorable size fool you. Each mini vase features a powerful, built-in magnet that securely grips thick photos, grocery lists, greeting cards, and important reminders on any metallic surface without sliding down.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Gifting --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\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\/20260311181831\/dad1c557afabba73efd0be729436faf3.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\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-visual-badge\"\u003ePerfect Present\u003c\/div\u003e\n\n\u003ch3\u003eThe Ultimate Gift for Plant Lovers\u003c\/h3\u003e\n\n\u003cp\u003eLooking for a delightful surprise? These 3D ceramic magnets are the perfect gift for birthdays, holidays, or housewarmings. They add an instant touch of elegance to daily life and are perfect for displaying tiny dried flowers or sprigs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"pd-specs\"\u003e\n\u003ch2\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=\"Material\"\u003e\u003cspan\u003ePremium Waterproof Ceramic\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimensions (Height)\"\u003e\u003cspan\u003eApprox. 3.0 cm (1.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=\"Weight (Per Piece)\"\u003e\u003cspan\u003eApprox. 20 g (0.7 oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Magnet Type\"\u003e\u003cspan\u003eHeavy-Duty Neodymium\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Design Style\"\u003e\u003cspan\u003e3D Miniature Vase \/ Pitcher\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Suitable Surfaces\"\u003e\u003cspan\u003eRefrigerators, Lockers, Whiteboards\u003c\/span\u003e\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-faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails class=\"pd-faq-item\" open=\"\"\u003e\u003csummary\u003eWill these magnets scratch my refrigerator?\u003c\/summary\u003e\n\n\u003cp\u003eNot at all. The strong magnet is smoothly integrated into the ceramic backing, ensuring a secure hold without leaving scratches or scuffs on your delicate stainless steel or enamel surfaces.\u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"pd-faq-item\" open=\"\"\u003e\u003csummary\u003eCan I put actual water and flowers inside them?\u003c\/summary\u003e\n\n\u003cp\u003eWhile the ceramic itself is waterproof, these are beautifully crafted as solid decorative pieces. We recommend placing tiny dried flowers or artificial sprigs inside the top opening to enhance their lifelike vase aesthetic.\u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"pd-faq-item\" open=\"\"\u003e\u003csummary\u003eHow many pieces of paper can one magnet hold?\u003c\/summary\u003e\n\n\u003cp\u003eThanks to the powerful magnetic base, a single mini vase can securely pin multiple layers of standard paper, thick cardstock, or heavy Polaroid photos without sliding down your fridge door.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🎁 1 Set (4 Vases)","offer_id":47992023679188,"sku":"0324-18044659","price":12.95,"currency_code":"USD","in_stock":true},{"title":"💕 2 Sets (8 Vases)","offer_id":47992023711956,"sku":"0324-18040817","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🔥 3 Sets (12 Vases)","offer_id":47992023744724,"sku":"0324-18041498","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/86daa2716b3c39c7e4c1e5a4c10d9c08.jpg?v=1779883693","url":"https:\/\/omurio.com\/products\/ceramic-miniature-vase-magnets-rjc","provider":"Omurio","version":"1.0","type":"link"}