{"product_id":"self-inking-mini-cat-stamps-rjc","title":"Tampons miniatures auto-encreurs chat","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⭐ Approuvé par plus de 10 000 utilisateurs de journaux et enseignants\u003c\/div\u003e\n\n\u003ch1\u003eAjoutez une touche de ronron instantanée à chaque page\u003c\/h1\u003e\n\n\u003cp\u003e8 poses de chat noir ludiques dans un tampon auto-encreur de poche. Sans désordre, à séchage rapide, et garanti pour vous faire sourire.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\n\u003cspan class=\"status-badge\"\u003ePlus de 1000 impressions\u003c\/span\u003e \u003cspan class=\"status-badge\"\u003eEncre adaptée aux enfants\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 designs ludiques, un clic chacun\u003c\/h2\u003e\n\n\u003cp\u003eUne douzaine de poses de chats noirs pleines de caractère ajoutent instantanément de la personnalité à tout ce que vous touchez. Que vous décoriez des planners, des journaux à puces, des cartes de vœux ou distribuiez des récompenses en classe, ces petits chats expressifs donnent vie au papier d'une simple pression.\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\u003eMécanisme auto-encreur sans désordre\u003c\/h2\u003e\n\n\u003cp\u003eOubliez les tampons encreurs salissants. Notre réservoir d'encre noire intégré se recharge automatiquement après chaque pression. Profitez de jusqu'à 1 000 impressions nettes et solides sans aucune bouteille, éclaboussure ou nettoyage nécessaire.\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\u003eFormat de poche \u0026 adapté aux enfants\u003c\/h2\u003e\n\n\u003cp\u003eLes barillets compacts de 6,1 cm s'adaptent parfaitement aux petites mains et aux trousses encombrées. Utilisant une encre non toxique et à séchage rapide, vos créations restent totalement sans bavure, ce qui en fait un outil créatif sûr et amusant à la maison, à l'école ou en déplacement.\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;\"\u003eSpécifications du produit\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpécifications\u003c\/th\u003e\n\t\t\t\u003cth\u003eDétails\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\"\u003eLongueur\u003c\/td\u003e\n\t\t\t\u003ctd\u003e6,1 cm \/ 2,4 pouces\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003ePoids (par tampon)\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\"\u003eCouleur de l'encre\u003c\/td\u003e\n\t\t\t\u003ctd\u003eNoir profond (formule à séchage rapide)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Capacity\"\u003eCapacité d'impression\u003c\/td\u003e\n\t\t\t\u003ctd\u003eJusqu'à 1 000 impressions par unité\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eMatériau\u003c\/td\u003e\n\t\t\t\u003ctd\u003ePlastique ABS durable \u0026 encre non toxique\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Set Includes\"\u003eLe set comprend\u003c\/td\u003e\n\t\t\t\u003ctd\u003e8 poses uniques de chat\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;\"\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eAi-je besoin d'un tampon encreur séparé ?\u003c\/h3\u003e\n\n\u003cp\u003ePas du tout ! Chaque mini tampon chat est entièrement auto-encreur. Le mécanisme ré-encre automatiquement le motif en caoutchouc après chaque pression, vous offrant un tamponnage parfait à chaque fois sans désordre.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eL'encre traverse-t-elle les pages de mon journal ?\u003c\/h3\u003e\n\n\u003cp\u003eNotre encre est spécialement formulée pour sécher rapidement et rester en surface. Bien qu'une pression extrême sur un papier très fin puisse laisser une trace, elle est parfaitement sûre et sans bavure pour les journaux à puces, les planners et le papier de loisirs créatifs standard.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eSont-elles sûres pour les jeunes enfants ?\u003c\/h3\u003e\n\n\u003cp\u003eOui, l'encre est 100 % non toxique et se lave facilement de la peau avec un savon doux et de l'eau. Comme elles sont compactes (6,1 cm), nous recommandons une surveillance pour les tout-petits, mais elles constituent un excellent bricolage sans désordre pour les jeunes enfants et les élèves.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🐱 Pack de démarrage (4 motifs aléatoires)","offer_id":47992049238228,"sku":"0414-15475845","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🌟 La collection complète (8 motifs) - Économisez 15 %","offer_id":47992049270996,"sku":"0414-15478589","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🎁 Méga pack enseignant (16 tampons) - Économisez 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\/fr\/products\/self-inking-mini-cat-stamps-rjc","provider":"Omurio","version":"1.0","type":"link"}