{"product_id":"wooden-cat-puzzle-rjc","title":"Holzpuzzle Katze","description":"\u003cstyle type=\"text\/css\"\u003e\/* Design System (CSS Variables) - Wooden Puzzle \u0026 Cat Theme *\/\n    .product-set-container {\n      --primary: #5D4037; \/* Deep warm brown *\/\n      --primary-hover: #3E2723;\n      --accent: #E5989B; \/* Macaroon soft pink\/peach *\/\n      --accent-light: #FFCAD4; \/* Soft pastel pink *\/\n      --text-main: #4A4A4A; \/* Soft dark gray\/brown *\/\n      --text-sub: #6D6875; \/* Muted purple\/gray *\/\n      --bg-body: #F8EDEB; \/* Warm cream\/off-white *\/\n      --bg-card: #FFFFFF;\n      --border-color: #FCD5CE; \/* Light peach border *\/\n      --radius-md: 20px; \n      --radius-lg: 32px;\n      --shadow-sm: 0 8px 16px -4px rgba(93, 64, 55, 0.08), 0 4px 8px -4px rgba(93, 64, 55, 0.04);\n      --shadow-lg: 0 20px 40px -8px rgba(93, 64, 55, 0.12), 0 10px 20px -8px rgba(93, 64, 55, 0.06);\n\n      \/* Typography \u0026 Spacing System *\/\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n      --spacing-module: clamp(2rem, 5vw, 4rem);\n      \n      font-family: 'Nunito', 'Inter', -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-set-container *,\n    .product-set-container *::before,\n    .product-set-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography Scale *\/\n    .product-set-container h1, \n    .product-set-container h2, \n    .product-set-container h3 {\n      font-family: 'Quicksand', 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n      color: var(--primary);\n      margin: 0 0 1rem 0;\n      font-weight: 800;\n      letter-spacing: -0.01em;\n    }\n\n    .product-set-container h1 {\n      font-size: clamp(28px, 4vw, 42px);\n      line-height: 1.25;\n    }\n\n    .product-set-container .subtitle {\n      font-size: clamp(14px, 2vw, 16px);\n      color: var(--accent);\n      font-weight: 800;\n      margin: 0 0 1rem 0;\n      text-transform: uppercase;\n      letter-spacing: 0.15em;\n    }\n\n    .product-set-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      line-height: 1.3;\n      margin: 0 0 1.5rem 0;\n      position: relative;\n      padding-bottom: 0.75rem;\n    }\n    \n    .product-set-container h2::after {\n      content: '';\n      position: absolute;\n      left: 0;\n      bottom: 0;\n      width: 50px;\n      height: 5px;\n      background-color: var(--accent);\n      border-radius: 10px;\n    }\n\n    .product-set-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      line-height: 1.4;\n      margin: 0 0 1rem 0;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .product-set-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Badges *\/\n    .detail-badge-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-bottom: 2rem;\n    }\n    .detail-badge {\n      display: inline-flex;\n      align-items: center;\n      padding: 10px 20px;\n      background: var(--bg-card);\n      border: 2px solid var(--accent-light);\n      border-radius: 20px;\n      font-size: 15px;\n      font-weight: 700;\n      color: var(--primary);\n      box-shadow: var(--shadow-sm);\n      transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);\n    }\n    .detail-badge:hover {\n      transform: translateY(-4px) scale(1.02);\n      border-color: var(--accent);\n    }\n    .detail-badge.accent {\n      background: var(--accent);\n      color: #FFF;\n      border-color: var(--accent);\n    }\n\n    \/* Image Protocol \u0026 Placeholders *\/\n    .img-placeholder {\n      width: 100%;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 1.5rem;\n      border: 4px solid #FFF;\n      position: relative;\n    }\n    \n    .img-placeholder::after {\n      content: '';\n      position: absolute;\n      inset: 0;\n      border-radius: calc(var(--radius-lg) - 4px);\n      box-shadow: inset 0 0 0 1px rgba(0,0,0,0.03);\n      pointer-events: none;\n    }\n\n    .img-placeholder img {\n      width: 100%;\n      height: auto;\n      display: block;\n      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n    }\n    \n    .img-placeholder:hover img {\n      transform: scale(1.04);\n    }\n\n    \/* Modules *\/\n    .hero-section {\n      text-align: center;\n      margin-top: 3rem;\n      margin-bottom: var(--spacing-section);\n      background: var(--bg-card);\n      padding: 4rem 2rem;\n      border-radius: var(--radius-lg);\n      border: 2px solid #FFF;\n      box-shadow: var(--shadow-lg);\n      background-image: radial-gradient(circle at top right, var(--bg-body) 0%, transparent 60%);\n    }\n    .hero-section h2::after {\n      left: 50%;\n      transform: translateX(-50%);\n    }\n    .hero-section .detail-badge-group {\n      justify-content: center;\n    }\n\n    \/* Z-Pattern Features *\/\n    .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-section);\n      margin-bottom: var(--spacing-section);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n    }\n\n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n    \n    \/* Specs Table *\/\n    .specs-section {\n      margin-bottom: var(--spacing-section);\n    }\n    .specs-table-wrapper {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 3vw, 3rem);\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 2rem;\n      border: 2px solid #FFF;\n    }\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n    \n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: var(--spacing-section);\n    }\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem 2rem;\n      margin-bottom: 1rem;\n      border: 2px solid #FFF;\n      border-left: 6px solid var(--accent);\n      transition: all 0.3s ease;\n      box-shadow: var(--shadow-sm);\n    }\n    .faq-item:hover {\n      box-shadow: var(--shadow-lg);\n      transform: translateX(6px);\n    }\n    .faq-question {\n      font-size: clamp(16px, 2vw, 18px);\n      font-weight: 800;\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n    }\n    .faq-answer {\n      font-size: clamp(15px, 1.8vw, 16px);\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Desktop Enhancements *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: var(--spacing-module);\n      }\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n      .feature-copy {\n        padding: 0 2rem;\n      }\n      \n      .specs-table th, .specs-table td {\n        padding: 1.25rem 1.5rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 16px;\n      }\n      .specs-table th {\n        font-weight: 800;\n        color: var(--primary);\n        width: 35%;\n        background-color: var(--bg-body);\n        font-size: 16px;\n      }\n      .specs-table tr:first-child th {\n        border-top-left-radius: 16px;\n      }\n      .specs-table tr:last-child td, .specs-table tr:last-child th {\n        border-bottom: none;\n      }\n      .specs-table tr:last-child th {\n        border-bottom-left-radius: 16px;\n      }\n    }\n\n    \/* Mobile Specs Table Lock *\/\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none;\n      }\n      .specs-table tr {\n        background: var(--bg-card);\n        border: 2px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 1.25rem;\n      }\n      .specs-table td {\n        display: flex;\n        flex-direction: column;\n        padding: 0.75rem 0;\n        border-bottom: 1px solid var(--bg-body);\n        font-size: 15px;\n        text-align: left;\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n        padding-bottom: 0;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 800;\n        color: var(--accent);\n        text-transform: uppercase;\n        margin-bottom: 0.25rem;\n        font-size: 13px;\n        letter-spacing: 0.05em;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-set-container\"\u003e\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"subtitle\"\u003eHochwertige Holzverarbeitung\u003c\/div\u003e\n\u003ch1\u003eKatzenförmiges Holz-Puzzle – 135 Teile\u003c\/h1\u003e\n\u003cdiv class=\"detail-badge-group\"\u003e\n\u003cdiv class=\"detail-badge accent\"\u003e🧩 135 Teile\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e🐈 Einzigartige Katzenform\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e🎨 Macaroon-Farben\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e🎁 Perfektes Geschenk\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-list\"\u003e\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260305140944\/40119cd7e84979c15b80e9e88186ed12.jpg\" alt=\"Adorable Cat-Shaped Puzzle Design\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e🐈 Niedliches katzenförmiges Puzzle-Design\u003c\/h3\u003e\n\u003cp\u003eDieses einzigartige Holz-Puzzle verfügt über eine charmante katzenförmige Kontur und verspielte katzenthematische Teile. Mit 135 Holzteilen bietet es eine unterhaltsame und fesselnde Aktivität für Katzenliebhaber und Puzzle-Fans gleichermaßen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260425_cd45167d_20260424_e16a0e70_from_url_en_10_501925122d55c3cfcfe8efa8b480e08f.png?v=1779168236\" alt=\"Elegantes und schönes Farbdesign\" width=\"285\" height=\"285\" style=\"width: 285px; min-width: 285px; max-width: 285px; height: 285px; min-height: 285px; max-height: 285px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e🎨 Elegantes und schönes Farbdesign\u003c\/h3\u003e\n\u003cp\u003eDas Puzzle verwendet elegante Marmorino- und Macaroon-inspirierte Farben, die weiche, stilvolle Töne schaffen, die moderne Wohnkultur ergänzen. Nach Fertigstellung kann es als schönes dekoratives Kunstwerk ausgestellt werden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260425_3a0f819e_20260424_0b8ffeb8_from_url_en_11_df024b137749cc65ef26461300fd5a9f.png?v=1779168243\" alt=\"Spaßige und entspannende Herausforderung\" width=\"285\" height=\"285\" style=\"width: 285px; min-width: 285px; max-width: 285px; height: 285px; min-height: 285px; max-height: 285px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e🧩 Spaßige und entspannende Herausforderung\u003c\/h3\u003e\n\u003cp\u003eMit 135 sorgfältig gestalteten Teilen bietet dieses Puzzle den perfekten Schwierigkeitsgrad. Es fördert Konzentration, Geduld und Beobachtungsgabe und bietet gleichzeitig eine entspannende und unterhaltsame Beschäftigung.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260425_f981c80c_20260424_81d2d323_from_url_en_12_3dada23bd17047dd65185d1a099d76ce.png?v=1779168249\" alt=\"Hochwertige Holzverarbeitung\" width=\"285\" height=\"285\" style=\"width: 285px; min-width: 285px; max-width: 285px; height: 285px; min-height: 285px; max-height: 285px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e🪵 Hochwertige Holzverarbeitung\u003c\/h3\u003e\n\u003cp\u003eHergestellt aus hochwertigem Holz und präzise lasergefertigt für glatte Kanten und perfekt passende Teile. Die Puzzleteile fühlen sich angenehm an und fügen sich nahtlos zusammen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 5 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260425_c68abcf4_20260424_16d713f3_from_url_en_13_6191e910b8c54c6b783d49457fdb38b5.png?v=1779168257\" alt=\"Perfektes Geschenk für Puzzle- \u0026amp; Katzenliebhaber\" width=\"285\" height=\"285\" style=\"width: 285px; min-width: 285px; max-width: 285px; height: 285px; min-height: 285px; max-height: 285px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e🎁 Perfektes Geschenk für Puzzle- \u0026amp; Katzenliebhaber\u003c\/h3\u003e\n\u003cp\u003eDieses wunderschön gestaltete Holz-Katzenpuzzle ist ein tolles Geschenk zu Geburtstagen, Feiertagen oder besonderen Anlässen. Es enthält einen katzenförmigen Rahmen und einen Ständer zur einfachen Dekoration nach dem Fertigstellen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specs Section --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003e📋 Technische Daten\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpezifikation\u003c\/th\u003e\n\u003cth\u003eDetails anzeigen\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eProdukttyp\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003eHolz-Puzzle in Katzenform\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eMaterial.\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003eNaturholz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eStücke\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003e135 Teile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eEntwerfen\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003eKatzenförmiges Puzzle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eVerwendung\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003eUnterhaltung \/ Dekoration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003e❓ FAQ\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eF1: Ist dieses Puzzle für Anfänger geeignet?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eJa, das 135-teilige Design bietet eine unterhaltsame Herausforderung, ohne zu schwer zu sein.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eF2: Ist das Puzzle aus Holz gefertigt?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eJa, es besteht aus hochwertigem Naturholz mit präziser Laserschnitt-Technik.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eF3: Kann das Puzzle nach dem Fertigstellen ausgestellt werden?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eJa, es enthält einen katzenförmigen Rahmen und einen Ständer zur Präsentation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eF4: Ist es ein gutes Geschenk?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolut, es ist ein perfektes Geschenk für Katzenliebhaber und Puzzle-Fans.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Katze Design A","offer_id":47908466655444,"sku":"0318-15340280","price":17.95,"currency_code":"USD","in_stock":true},{"title":"Katze Design B","offer_id":47908466688212,"sku":"0318-15348774","price":17.95,"currency_code":"USD","in_stock":true},{"title":"Das Komplettset (Beide Katzen)","offer_id":47908466720980,"sku":"0318-15349459","price":32.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/40119cd7e84979c15b80e9e88186ed12_370260f1-f10f-4807-89a6-46708eb08160.jpg?v=1778307779","url":"https:\/\/omurio.com\/de\/products\/wooden-cat-puzzle-rjc","provider":"Omurio","version":"1.0","type":"link"}