{"product_id":"self-inking-mini-cat-stamps-rjc","title":"Selbstfärbende Mini-Katzenstempel","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⭐ Geliebt von über 10.000 Journalisten \u0026 Lehrern\u003c\/div\u003e\n\n\u003ch1\u003eVerleihe jeder Seite sofortige Miau-Persönlichkeit\u003c\/h1\u003e\n\n\u003cp\u003e8 verspielte schwarze Katzenposen in einem taschengroßen, selbstfärbenden Stempel. Sauber, schnell trocknend und garantiert zum Lächeln.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\n\u003cspan class=\"status-badge\"\u003eÜber 1000 Abdrucke\u003c\/span\u003e \u003cspan class=\"status-badge\"\u003eKinderfreundliche Tinte\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 verspielte Designs, je ein Klick\u003c\/h2\u003e\n\n\u003cp\u003eEin Dutzend skurrile schwarze Katzenposen verleihen allem, was du berührst, sofort Persönlichkeit. Ob du Planer, Bulletjournale, Grußkarten dekorierst oder Klassenbelohnungen verteilst – diese ausdrucksstarken kleinen Katzen bringen mit nur einem Abdruck Leben aufs Papier.\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\u003eSauberer Selbstfärbemechanismus\u003c\/h2\u003e\n\n\u003cp\u003eVergiss die unordentlichen Stempelkissen. Unser integrierter schwarzer Tintentank lädt sich nach jedem Abdruck automatisch wieder auf. Genieße bis zu 1.000 klare, satte Abdrucke ganz ohne Flaschen, Verschütten oder Reinigungsaufwand.\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\u003eTaschenformat \u0026 kinderfreundlich\u003c\/h2\u003e\n\n\u003cp\u003eKompakte 6,1 cm lange Stempel passen perfekt in kleine Hände und enge Federmäppchen. Mit ungiftiger, schnell trocknender Tinte bleibt dein Kunstwerk völlig verschmierungsfrei, was ihn zu einem sicheren und spaßigen Kreativwerkzeug zu Hause, in der Schule oder unterwegs macht.\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;\"\u003eProduktspezifikationen\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpezifikation\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\"\u003eLänge\u003c\/td\u003e\n\t\t\t\u003ctd\u003e6,1 cm \/ 2,4 Zoll\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003eGewicht (pro Stempel)\u003c\/td\u003e\n\t\t\t\u003ctd\u003e15 g \/ 0,5 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Ink Color\"\u003eTintenfarbe\u003c\/td\u003e\n\t\t\t\u003ctd\u003eTiefschwarz (Schnelltrocknende Formel)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Capacity\"\u003eAbdruckkapazität\u003c\/td\u003e\n\t\t\t\u003ctd\u003eBis zu 1.000 Abdrucke pro Einheit\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd\u003eRobuster ABS-Kunststoff \u0026 ungiftige Tinte\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Set Includes\"\u003eSet beinhaltet\u003c\/td\u003e\n\t\t\t\u003ctd\u003e8 Einzigartige Katzenposen\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;\"\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eBrauche ich ein separates Stempelkissen?\u003c\/h3\u003e\n\n\u003cp\u003eÜberhaupt nicht! Jeder Mini-Katzenstempel ist komplett selbstfärbend. Der Mechanismus färbt das Gummimotiv nach jedem Abdruck automatisch nach, sodass Sie jedes Mal einen perfekten Abdruck ohne Kleckse erhalten.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eBlutet die Tinte durch meine Journalseiten durch?\u003c\/h3\u003e\n\n\u003cp\u003eUnsere Tinte ist speziell so formuliert, dass sie schnell trocknet und nur oberflächlich haftet. Bei sehr dünnem Papier kann bei starkem Druck ein Durchdrücken sichtbar sein, aber für Standard-Bulletjournale, Planer und Bastelpapier ist sie völlig sicher und blutet nicht durch.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eSind diese für kleine Kinder sicher?\u003c\/h3\u003e\n\n\u003cp\u003eJa, die Tinte ist zu 100 % ungiftig und lässt sich mit mildem Seifenwasser leicht von der Haut abwaschen. Da sie kompakt ist (6,1 cm), empfehlen wir bei Kleinkindern eine Aufsicht, aber sie sind ein hervorragendes, sauberes Bastelmaterial für kleine Kinder und Schüler.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🐱 Starter-Paket (4 zufällige Designs)","offer_id":47992049238228,"sku":"0414-15475845","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🌟 Die komplette Kollektion (Alle 8 Designs) - 15 % sparen","offer_id":47992049270996,"sku":"0414-15478589","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🎁 Mega-Paket für Lehrer (16 Stempel) - 25 % sparen","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\/de\/products\/self-inking-mini-cat-stamps-rjc","provider":"Omurio","version":"1.0","type":"link"}