{"product_id":"self-inking-mini-cat-stamps-rjc","title":"Zelfinktende Mini Kat Stempels","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Stationery \/ Kids \u0026 Crafts (Mini Cat Stamps)\nTarget Audience: Journalers, Planners, Teachers, Parents, Cat Lovers\nVisual Style: Playful, Clean, Crafty, Approachable\nColor Strategy: \n  - Primary text: Dark Charcoal (#2C2C2C) to mimic the black cat ink.\n  - Background: Soft off-white (#FAFAFA) for a clean canvas.\n  - Accent: Cheerful warm yellow (#FFD166) for non-interactive highlights and badges.\nShape Strategy: Radius 20px (Soft, kid-friendly, highly approachable).\nTypography Strategy: Large Type \/ Mobile-first readable (H1 at 34-44px, Body at 18-20px).\nMobile Table Strategy: Card-based (No horizontal scroll allowed).\nImage Mapping: Hero=image_1, Features=image_2, image_3, image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System (CSS Variables) *\/\n    .product-detail-container {\n      --primary: #FFD166;\n      --primary-hover: #FFC233;\n      --text-main: #2C2C2C;\n      --text-sub: #5A5A5A;\n      --bg-body: #FAFAFA;\n      --bg-card: #FFFFFF;\n      --bg-accent: #FFF9E6;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #EEEEEE;\n\n      \/* 0) Typography \u0026 Spacing 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: clamp(2rem, 5vw, 4rem) 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 *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: border-box;\n    }\n\n    \/* Typography Utilities *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 800;\n      line-height: 1.2;\n      margin: 0 0 1rem 0;\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 700;\n      line-height: 1.3;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      font-weight: 700;\n      margin: 0 0 0.75rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Media Protocol - Fixed Ratio Card *\/\n    .media-placeholder {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      overflow: hidden;\n      position: relative;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: #f0f0f0;\n      border-radius: var(--radius-lg);\n      border: 2px dashed #ccc;\n      color: var(--text-sub);\n      font-size: 16px;\n      text-align: center;\n      padding: 1rem;\n    }\n\n    \/* Badges (Non-interactive) *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 1.5rem;\n    }\n    .status-badge {\n      display: inline-block;\n      background: var(--bg-accent);\n      color: #D48806;\n      font-size: 16px;\n      font-weight: 600;\n      padding: 8px 16px;\n      border-radius: 30px;\n      border: 1px solid #FFE58F;\n    }\n\n    \/* Layout Spacing *\/\n    .section-spacing {\n      margin-top: clamp(3rem, 6vw, 5rem);\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto clamp(3rem, 6vw, 5rem);\n    }\n\n    .social-proof {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: var(--bg-card);\n      padding: 8px 20px;\n      border-radius: 50px;\n      box-shadow: var(--shadow-sm);\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Mobile Ordering Lock (Features) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile first: strict top-to-bottom *\/\n      gap: clamp(1.5rem, 4vw, 3rem);\n      margin-bottom: clamp(3rem, 5vw, 4rem);\n    }\n    \n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n\n    \/* Specifications Table *\/\n    .specs-section {\n      background: var(--bg-card);\n      padding: clamp(2rem, 4vw, 3.5rem);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n    \n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 16px 20px;\n      text-align: left;\n      font-size: 18px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      font-weight: 700;\n      background-color: var(--bg-accent);\n      color: var(--text-main);\n      width: 40%;\n    }\n\n    .specs-table td {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n    .faq-card {\n      background: var(--bg-card);\n      padding: 1.5rem 2rem;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n    .faq-card h3 {\n      font-size: clamp(18px, 2vw, 22px);\n      margin-bottom: 0.5rem;\n      color: var(--text-main);\n    }\n    .faq-card p {\n      margin-bottom: 0;\n      font-size: clamp(16px, 1.5vw, 18px);\n    }\n\n    \/* Desktop Enhancements *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row; \/* Z-Pattern activation *\/\n        align-items: center;\n      }\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      .feature-media {\n        flex: 1;\n      }\n      .feature-copy {\n        flex: 1;\n        padding: 0 5%;\n      }\n    }\n\n    \/* Mobile Table Overrides (Strict Card-based layout, NO horizontal scroll) *\/\n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none; \/* Hide traditional table headers *\/\n      }\n      .specs-table tr {\n        background: var(--bg-card);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 0.5rem 0;\n      }\n      .specs-table td {\n        display: flex;\n        flex-direction: column; \/* Stacked for ultimate safety against overflow *\/\n        border-bottom: none;\n        padding: 12px 16px;\n      }\n      .specs-table td:not(:last-child) {\n        border-bottom: 1px dashed var(--border-color);\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-bottom: 4px;\n        font-size: 16px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"social-proof\"\u003e⭐ Geliefd door 10.000+ journalisten \u0026 leraren\u003c\/div\u003e\n\n\u003ch1\u003eVoeg direct Purr-sonaliteit toe aan elke pagina\u003c\/h1\u003e\n\n\u003cp\u003e8 speelse zwarte kattenhoudingen in een zakformaat, zelfinktende stempel. Rommelvrij, snel drogend en gegarandeerd om je te laten glimlachen.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\n\u003cspan class=\"status-badge\"\u003e1000+ afdrukken\u003c\/span\u003e \u003cspan class=\"status-badge\"\u003eKindvriendelijke inkt\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260411174926\/5aac017a7161973baa7e0862d3438e53.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260411174926\/66b36b2507e1055027c264ee860a73a6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e8 Speelse ontwerpen, één klik per stuk\u003c\/h2\u003e\n\n\u003cp\u003eEen dozijn eigenzinnige zwarte kattenhoudingen geven direct persoonlijkheid aan alles wat je aanraakt. Of je nu planners, bullet journals, wenskaarten decoreert of klasbeloningen uitdeelt, deze expressieve katjes brengen papier tot leven met één druk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 (Reversed on Desktop) --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260411174926\/5665fe7296d874fae1cd9f9590cbdf3b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eRommelvrij zelfinktend mechanisme\u003c\/h2\u003e\n\n\u003cp\u003eLaat de rommelige inktkussens achterwege. Onze ingebouwde zwarte inktreservoir laadt automatisch opnieuw in na elke druk. Geniet van tot wel 1.000 scherpe, stevige afdrukken zonder flessen, morsen of schoonmaak.\u003c\/p\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=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260411174926\/64277e6e8b12016f73fd03c32a3dabeb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eZakformaat \u0026 kindvriendelijk\u003c\/h2\u003e\n\n\u003cp\u003eCompacte 2,4-inch stempels passen perfect in kleine handjes en volle etuis. Met niet-toxische, snel drogende inkt blijft je kunstwerk helemaal smudge-vrij, wat het een veilig en leuk creatief hulpmiddel maakt thuis, op school of onderweg.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"section-spacing specs-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eProductspecificaties\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecificatie\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=\"Length\"\u003eLengte\u003c\/td\u003e\n\t\t\t\u003ctd\u003e2,4 in \/ 6,1 cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003eGewicht (per stempel)\u003c\/td\u003e\n\t\t\t\u003ctd\u003e0,5 oz \/ 15 g\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Ink Color\"\u003eInktkleur\u003c\/td\u003e\n\t\t\t\u003ctd\u003eDiep Zwart (snel droog formule)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Capacity\"\u003eAfdrukcapaciteit\u003c\/td\u003e\n\t\t\t\u003ctd\u003eTot 1.000 afdrukken per stuk\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eMateriaal\u003c\/td\u003e\n\t\t\t\u003ctd\u003eDuurzaam ABS-plastic \u0026 niet-toxische inkt\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Set Includes\"\u003eSet Bevat\u003c\/td\u003e\n\t\t\t\u003ctd\u003e8 Unieke Kattenhoudingen\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=\"section-spacing\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eHeb ik een apart inktkussen nodig?\u003c\/h3\u003e\n\n\u003cp\u003eHelemaal niet! Elke mini kattenstempel is volledig zelfinktend. Het mechanisme brengt automatisch opnieuw inkt aan op het rubberen ontwerp na elke druk, waardoor je elke keer een perfecte afdruk krijgt zonder rommel.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eLoopt de inkt door mijn journalpagina’s heen?\u003c\/h3\u003e\n\n\u003cp\u003eOnze inkt is speciaal geformuleerd om snel te drogen en oppervlakkig te zijn. Hoewel extreme druk op heel dun papier zichtbaar kan zijn, is het perfect veilig en loopt het niet door bij standaard bullet journals, planners en knutselpapier.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eZijn deze veilig voor kleine kinderen?\u003c\/h3\u003e\n\n\u003cp\u003eJa, de inkt is 100% niet-toxisch en wast gemakkelijk van de huid af met milde zeep en water. Omdat ze compact zijn (2,4 inch), raden we toezicht aan voor peuters, maar ze zijn een uitstekend, rommelvrij knutselmateriaal voor jonge kinderen en studenten.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🐱 Starterpakket (4 willekeurige ontwerpen)","offer_id":47992049238228,"sku":"0414-15475845","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🌟 De volledige collectie (alle 8 ontwerpen) - Bespaar 15%","offer_id":47992049270996,"sku":"0414-15478589","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🎁 Mega pakket voor leraren (16 stempels) - Bespaar 25%","offer_id":47992049303764,"sku":"0414-15471000","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/3374d20e2537953e4460b828bd991137.jpg?v=1779883854","url":"https:\/\/omurio.com\/nl\/products\/self-inking-mini-cat-stamps-rjc","provider":"Omurio","version":"1.0","type":"link"}