{"product_id":"ceramic-miniature-vase-magnets-rjc","title":"Keramische miniatuurvaas magneten","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\"\u003eAmbachtelijke Miniatuur Collectie\u003c\/div\u003e\n\n\u003ch1\u003eVoeg een Vleugje Vreugde toe aan Elk Oppervlak\u003c\/h1\u003e\n\n\u003cp\u003eVerander je koelkast, locker of whiteboard in een charmante galerij. Deze levensechte, 3D keramische vaasmagneten brengen een speelse stijl terwijl ze je ruimte perfect georganiseerd houden.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-social-proof\"\u003e⭐⭐⭐⭐⭐ Geliefd bij Planten- \u0026 Decorliefhebbers\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 Keramiek\u003c\/div\u003e\n\n\u003ch3\u003eWaterdicht \u0026 Levensechte Vakmanschap\u003c\/h3\u003e\n\n\u003cp\u003eVakkundig vervaardigd van hoogwaardig keramiek, hebben deze miniatuur kannen levendige kleuren en een glad, glanzend oppervlak. Ze zijn volledig waterdicht en ontworpen om de tand des tijds te doorstaan, wat zorgt voor langdurige veiligheid en elegantie voor alle leeftijden.\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\"\u003eKrachtige Grip\u003c\/div\u003e\n\n\u003ch3\u003eBeveilig je Herinneringen Zonder te Glijden\u003c\/h3\u003e\n\n\u003cp\u003eLaat je niet misleiden door hun schattige formaat. Elke mini vaas heeft een krachtige, ingebouwde magneet die dikke foto’s, boodschappenlijstjes, wenskaarten en belangrijke herinneringen stevig vasthoudt op elk metalen oppervlak zonder naar beneden te glijden.\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 Geschenk\u003c\/div\u003e\n\n\u003ch3\u003eHet Ultieme Cadeau voor Plantenliefhebbers\u003c\/h3\u003e\n\n\u003cp\u003eOp zoek naar een leuk verrassingscadeau? Deze 3D keramische magneten zijn het perfecte geschenk voor verjaardagen, feestdagen of housewarmings. Ze geven direct een vleugje elegantie aan het dagelijks leven en zijn ideaal om kleine gedroogde bloemen of takjes te tonen.\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\u003eProductspecificaties\u003c\/h2\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eKenmerk\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 Waterdicht Keramiek\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dimensions (Height)\"\u003e\u003cspan\u003eOngeveer 3,0 cm\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\u003eOngeveer 20 g\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Magnet Type\"\u003e\u003cspan\u003eZware 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 Miniatuur Vaas \/ Kan\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Suitable Surfaces\"\u003e\u003cspan\u003eKoelkasten, 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\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdetails class=\"pd-faq-item\" open=\"\"\u003e\u003csummary\u003eZullen deze magneten mijn koelkast krassen?\u003c\/summary\u003e\n\n\u003cp\u003eHelemaal niet. De sterke magneet is soepel geïntegreerd in de keramische achterkant, wat zorgt voor een stevige grip zonder krassen of beschadigingen op je delicate roestvrijstalen of geëmailleerde oppervlakken achter te laten.\u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"pd-faq-item\" open=\"\"\u003e\u003csummary\u003eKan ik er echt water en bloemen in doen?\u003c\/summary\u003e\n\n\u003cp\u003eHoewel het keramiek zelf waterdicht is, zijn deze prachtig vervaardigd als solide decoratieve stukken. We raden aan om kleine gedroogde bloemen of kunsttakjes in de bovenste opening te plaatsen om hun levensechte vaasuitstraling te versterken.\u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"pd-faq-item\" open=\"\"\u003e\u003csummary\u003eHoeveel vellen papier kan één magneet vasthouden?\u003c\/summary\u003e\n\n\u003cp\u003eDankzij de krachtige magnetische basis kan een enkele mini vaas meerdere lagen standaardpapier, dik karton of zware Polaroidfoto's stevig vastpinnen zonder van je koelkastdeur te glijden.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🎁 1 Set (4 Vazen)","offer_id":47992023679188,"sku":"0324-18044659","price":12.95,"currency_code":"USD","in_stock":true},{"title":"💕 2 Sets (8 Vazen)","offer_id":47992023711956,"sku":"0324-18040817","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🔥 3 Sets (12 Vazen)","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\/nl\/products\/ceramic-miniature-vase-magnets-rjc","provider":"Omurio","version":"1.0","type":"link"}