{"product_id":"fast-paced-bouncing-battle-rjc","title":"Rasantes Hüpfen-Duell","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Kids \u0026 Family Board Game (Action\/Physical Activity)\nTarget Audience: Parents, families, teens, kids (Gifting)\nVisual Style: Energetic, playful, safe, highly visible\nColor Strategy: Vibrant Blue (Primary) to match board, Warning Orange\/Yellow (Accent) for balls\nShape Strategy: Radius 24px (Soft, child-friendly, safe edges)\nTypography Strategy: Large Type \/ Mobile-first readable (Bold H1\/H2 for excitement)\nMobile Table Strategy: Card-based (No horizontal scroll, full data labels)\nImage Mapping: Hero=image_1, Feature1=image_6, Feature2=image_5, Feature3=image_2\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n            \/* Color System *\/\n            --pd-primary: #007BFF; \/* Energetic Board Blue *\/\n            --pd-accent: #FF5A00;  \/* Bouncing Ball Orange *\/\n            --pd-bg-body: #FFFFFF;\n            --pd-bg-card: #F4F8FC; \/* Soft playground grey-blue *\/\n            --pd-text-main: #111827;\n            --pd-text-sub: #4B5563;\n            --pd-border: #E5E7EB;\n            \n            \/* Shape \u0026 Space *\/\n            --pd-radius-md: 16px;\n            --pd-radius-lg: 24px;\n            --pd-gap: clamp(2rem, 5vw, 4rem);\n        }\n\n        \/* Base Reset \u0026 Typography *\/\n        .product-detail-container {\n            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            color: var(--pd-text-main);\n            background-color: var(--pd-bg-body);\n            line-height: 1.7;\n            font-size: 18px;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 5%;\n            overflow-wrap: break-word;\n            word-break: break-word;\n            box-sizing: border-box;\n        }\n\n        .product-detail-container *, \n        .product-detail-container ::before, \n        .product-detail-container ::after {\n            box-sizing: inherit;\n        }\n\n        .pd-badge {\n            display: inline-block;\n            background-color: var(--pd-accent);\n            color: #FFFFFF;\n            font-weight: 800;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            font-size: 16px;\n            padding: 0.5rem 1.2rem;\n            border-radius: 99px;\n            margin-bottom: 1.5rem;\n        }\n\n        .pd-h1 {\n            font-size: clamp(34px, 6vw, 44px);\n            font-weight: 900;\n            line-height: 1.1;\n            margin: 0 0 1rem 0;\n            color: var(--pd-text-main);\n            letter-spacing: -0.5px;\n        }\n\n        .pd-h2 {\n            font-size: clamp(24px, 4vw, 32px);\n            font-weight: 800;\n            line-height: 1.2;\n            margin: 0 0 1rem 0;\n            color: var(--pd-text-main);\n        }\n\n        .pd-h3 {\n            font-size: clamp(20px, 3vw, 24px);\n            font-weight: 700;\n            margin: 0 0 0.5rem 0;\n            color: var(--pd-text-main);\n        }\n\n        .pd-text {\n            font-size: clamp(18px, 2vw, 20px);\n            color: var(--pd-text-sub);\n            margin: 0 0 1.5rem 0;\n        }\n\n        .pd-text strong {\n            color: var(--pd-text-main);\n        }\n\n        .pd-section {\n            margin-bottom: clamp(3rem, 7vw, 6rem);\n        }\n\n        \/* Hero Section *\/\n        .pd-hero {\n            text-align: center;\n            padding-top: 2rem;\n        }\n\n        .pd-hero-img-wrapper {\n            width: 100%;\n            border-radius: var(--pd-radius-lg);\n            overflow: hidden;\n            background: var(--pd-bg-card);\n            margin-top: 2rem;\n        }\n\n        .pd-hero-img-wrapper img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        \/* Z-Pattern Features (Mobile Stacked, Desktop Row) *\/\n        .pd-feature {\n            display: flex;\n            flex-direction: column; \/* Mobile first: stacked *\/\n            gap: 2rem;\n            align-items: center;\n            margin-bottom: var(--pd-gap);\n        }\n\n        .pd-feature-img {\n            width: 100%;\n            aspect-ratio: 1 \/ 1;\n            border-radius: var(--pd-radius-lg);\n            overflow: hidden;\n            position: relative;\n            background: var(--pd-bg-card);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pd-feature-img img {\n            position: absolute;\n            width: 100%;\n            height: 100%;\n            object-fit: contain; \/* Prevents text\/poster cut-off *\/\n            top: 0;\n            left: 0;\n            padding: 1rem;\n        }\n\n        .pd-feature-content {\n            width: 100%;\n        }\n\n        @media (min-width: 768px) {\n            .pd-feature {\n                flex-direction: row;\n                gap: 4rem;\n            }\n            .pd-feature:nth-child(even) {\n                flex-direction: row-reverse;\n            }\n            .pd-feature-img, .pd-feature-content {\n                width: 50%;\n            }\n        }\n\n        \/* Card-Based Specs Table *\/\n        .pd-specs-container {\n            background: var(--pd-bg-card);\n            padding: clamp(2rem, 5vw, 4rem);\n            border-radius: var(--pd-radius-lg);\n        }\n\n        .pd-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: #FFFFFF;\n            border-radius: var(--pd-radius-md);\n            overflow: hidden;\n        }\n\n        .pd-table th, .pd-table td {\n            padding: 1.2rem 1.5rem;\n            text-align: left;\n            border-bottom: 1px solid var(--pd-border);\n            font-size: 18px;\n        }\n\n        .pd-table th {\n            background: var(--pd-primary);\n            color: #FFFFFF;\n            font-weight: 700;\n        }\n\n        .pd-table tr:last-child td {\n            border-bottom: none;\n        }\n\n        @media (max-width: 767px) {\n            .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table th, .pd-table td {\n                display: block;\n                width: 100%;\n            }\n            .pd-table thead {\n                display: none;\n            }\n            .pd-table tr {\n                margin-bottom: 1rem;\n                border: 1px solid var(--pd-border);\n                border-radius: var(--pd-radius-md);\n                background: #FFFFFF;\n            }\n            .pd-table tr:last-child {\n                margin-bottom: 0;\n            }\n            .pd-table td {\n                display: flex;\n                flex-direction: column;\n                align-items: flex-start;\n                padding: 1rem 1.5rem;\n                border-bottom: 1px solid rgba(0,0,0,0.05);\n            }\n            .pd-table td::before {\n                content: attr(data-label);\n                font-weight: 800;\n                color: var(--pd-primary);\n                margin-bottom: 0.25rem;\n                font-size: 16px;\n                text-transform: uppercase;\n                letter-spacing: 0.5px;\n            }\n        }\n\n        \/* FAQ Section *\/\n        .pd-faq-item {\n            border-bottom: 2px solid var(--pd-border);\n            padding: 2rem 0;\n        }\n        \n        .pd-faq-item:last-child {\n            border-bottom: none;\n        }\n\n        .pd-faq-q {\n            font-size: clamp(20px, 3vw, 24px);\n            font-weight: 800;\n            color: var(--pd-text-main);\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: flex-start;\n            gap: 1rem;\n        }\n\n        .pd-faq-q::before {\n            content: \"Q.\";\n            color: var(--pd-primary);\n            font-weight: 900;\n        }\n\n        .pd-faq-a {\n            font-size: clamp(18px, 2vw, 20px);\n            color: var(--pd-text-sub);\n            padding-left: 2.5rem;\n            margin: 0;\n        }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eUltimatives Partyspiel\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eBereit, fertig, springen \u0026amp; gewinnen!\u003c\/h1\u003e\n\n\u003cp class=\"pd-text\"\u003eErleben Sie den Nervenkitzel des Hochgeschwindigkeitswettbewerbs. Hier werden nicht einfach nur Münzen fallen gelassen – die Spieler springen gleichzeitig mit Bällen, um vier in einer Reihe zu verbinden. Sofortiger Spaß für Familien, Jugendliche und Kinder.\u003c\/p\u003e\n\n\u003cp style=\"font-weight: 700; color: var(--pd-primary);\" class=\"pd-text\"\u003eGeliebt von über 10.000 glücklichen Familien\u003c\/p\u003e\n\n\u003cdiv class=\"pd-hero-img-wrapper\"\u003e\n\u003c!-- [ 📷 需替换：image_1 ] --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260521_bc29ebb4_20260521_6150d36d_from_url_en_00_c1654cc3315cb4509101f73306872822_refsize_800x800_8ff739ae-ed1e-4e48-aa0c-30494553948c.png?v=1779780159\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\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!-- FEATURES SECTION (Mobile Stacked, Desktop Z-Pattern) --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-img\"\u003e\n\u003c!-- [ 📷 需替换：image_6 ] --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260521_da66c433_20260521_6cb0ad93_from_url_en_07_1af245101bfd6eb695c1169db9b472fe_refsize_800x800_9f2d2f9e-3955-4851-8153-8a8ab04ed3d1.jpg?v=1779780163\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-content\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eSimultane Sprungaktion\u003c\/h2\u003e\n\n\u003ch3 class=\"pd-h3\"\u003eKein Warten mehr auf den Zug\u003c\/h3\u003e\n\n\u003cp class=\"pd-text\"\u003eDie Regeln sind herrlich einfach, aber das Spiel ist intensiv wettbewerbsorientiert. Beide Spieler (oder Teams) springen ihre Bälle gleichzeitig auf den Tisch, um sie ins Spielfeld zu schießen \u003cstrong\u003ezur exakt gleichen Zeit\u003c\/strong\u003e.\u003c\/p\u003e\n\n\u003cp class=\"pd-text\"\u003eDieser schnelle Spielmechanismus hält alle ständig engagiert, verbessert sofort die Hand-Auge-Koordination und Reflexe und sorgt für ununterbrochenes Lachen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-img\"\u003e\n\u003c!-- [ 📷 需替换：image_5 ] --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260521_20235ab4_20260521_16b98d8f_from_url_en_08_5b8cb590375d5bb021e90a0ef4c55f0a_refsize_800x800_cd458559-2a94-488d-957f-6d7178b81528.png?v=1779780169\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-content\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eUnendliche Wege zum Sieg\u003c\/h2\u003e\n\n\u003ch3 class=\"pd-h3\"\u003eHorizontal, vertikal oder diagonal\u003c\/h3\u003e\n\n\u003cp class=\"pd-text\"\u003eBehalten Sie das Spielfeld im Auge! Der erste Spieler, der erfolgreich 4 Bälle seiner Farbe in einer Reihe hat, gewinnt das Spiel. Sie können sie horizontal, vertikal oder diagonal verbinden.\u003c\/p\u003e\n\n\u003cp class=\"pd-text\"\u003e\u003cstrong\u003eTiebreaker inklusive:\u003c\/strong\u003e Wenn das Spielfeld voll ist und niemand vier in einer Reihe hat, ist es Zeit für das ultimative Duell. Greifen Sie zum exklusiven orangen Tiebreaker-Ball für einen plötzlichen Entscheidungssprung, um den wahren Champion zu bestimmen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-img\"\u003e\n\u003c!-- [ 📷 需替换：image_2 ] --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260521_aa7b6ceb_20260521_08021d2b_from_url_en_09_145b132d6ff68454665f38f23da89a01_refsize_800x800_1420dbda-7532-4af7-9091-1697a8505504.jpg?v=1779780173\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-content\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eNehmen Sie den Spaß überallhin mit\u003c\/h2\u003e\n\n\u003ch3 class=\"pd-h3\"\u003eTragbar, faltbar \u0026amp; sehr langlebig\u003c\/h3\u003e\n\n\u003cp class=\"pd-text\"\u003eAus hochwertigem, ungiftigem ABS-Material gefertigt, ist dieses Spiel für energiegeladenes Spielen ausgelegt. Es ist 100 % sicher und zuverlässig für kleine Kinder.\u003c\/p\u003e\n\n\u003cp class=\"pd-text\"\u003eDank des cleveren Klappdesigns können Sie es in Sekunden leicht verstauen. Es ist der perfekte Unterhaltungsmittelpunkt für Gartenpartys, Campingausflüge, Feiertagsversammlungen und regnerische Tage drinnen.\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-section pd-specs-container\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\" class=\"pd-h2\"\u003eProduktspezifikationen\u003c\/h2\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMerkmal\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\"\u003eHochwertiger ABS-Kunststoff (sicher \u0026amp; ungiftig)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eRobuste Konstruktion, ausgelegt für wiederholte Sprungbelastungen.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003e9,8 x 8,3 x 1,8 Zoll (25,0 x 21,0 x 4,5 cm)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eVollständig montierte Spielfeldgröße. Klappt flach zusammen für einfache Aufbewahrung.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Included Components\"\u003eSpielbrett \u0026amp; 25 Spielbälle\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e1 blaues Spielfeld, 12 rote Bälle, 12 gelbe Bälle, 1 orange Tiebreaker.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Recommended Age\"\u003eAb 3 Jahren\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003ePerfekte Geschenkidee zu Weihnachten, Geburtstagen und Kindertag.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Player Count\"\u003e2 Spieler oder 2 Teams\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eWenn Sie mehr als zwei Spieler haben, teilen Sie sich einfach in zwei Teams auf!\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-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 3rem;\" class=\"pd-h2\"\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eKönnen wir das mit mehr als zwei Personen spielen?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eAbsolut! Wenn Sie eine größere Gruppe für den Familienspielabend haben, teilen Sie einfach alle in zwei Teams auf (Team Rot gegen Team Gelb). Sie können abwechselnd springen oder ein chaotisches Staffelrennen machen, bei dem alle gleichzeitig spielen!\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eSpringen die Bälle auf Teppich oder Gras?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eFür die beste Sprungwirkung empfehlen wir dringend, auf einer harten, ebenen Fläche zu spielen. Ein Holzesstisch, gefliester Boden oder eine glatte Terrasse eignen sich perfekt, um den richtigen Absprung ins Spielfeld zu bekommen.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eIst das Spiel leicht zu reinigen und zu verstauen?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eJa. Das Spielfeld hat ein Schnellklapp-Design, das es kompakt genug macht, um es in eine Schublade oder Reisetasche zu stecken. Das ABS-Kunststoff ist auch sehr leicht mit einem feuchten Tuch zu reinigen, wenn Sie es draußen verwenden.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🔴 1er-Pack (Standard)","offer_id":47967317786836,"sku":"0408-18327491","price":15.95,"currency_code":"USD","in_stock":true},{"title":"🎁 2er-Pack (15 % sparen)","offer_id":47967317819604,"sku":"0408-18321994","price":26.95,"currency_code":"USD","in_stock":true},{"title":"🚀 3er-Familienpaket (25 % sparen)","offer_id":47967317852372,"sku":"0408-18327336","price":42.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/c1654cc3315cb4509101f73306872822_c9a03de3-f956-4ba2-bcee-2df56c1cc4e0.jpg?v=1779355831","url":"https:\/\/omurio.com\/de\/products\/fast-paced-bouncing-battle-rjc","provider":"Omurio","version":"1.0","type":"link"}