{"product_id":"diy-building-block-gun-set-rjc","title":"Bausatz für DIY-Bausteinwaffen","description":"\u0026nbsp;\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #FFC107; \/* Playful yellow accent *\/\n      --primary-hover: #FFA000;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F9FA;\n      --bg-soft: #FFF9E6; \/* Soft yellow tint for backgrounds *\/\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #EEEEEE;\n      --spacing-section: clamp(3rem, 8vw, 5rem);\n\n      \/* Container \u0026 Typography Base *\/\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\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    }\n\n    \/* Typography Hierarchy *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 800;\n      margin: 0 0 1rem;\n      line-height: 1.2;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 700;\n      margin: 0 0 1.25rem;\n      line-height: 1.3;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 700;\n      margin: 0 0 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      margin: 0 0 1.5rem;\n      color: var(--text-sub);\n    }\n\n    \/* Utilities *\/\n    .section-spacing {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .text-center {\n      text-align: center;\n    }\n\n    .grid-2 {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .grid-2 {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n\n    \/* Image Scheme A (Default) - Natural Flow *\/\n    .img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n      width: 100%;\n      background-color: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      position: relative;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-weight: 600;\n      padding: 2rem;\n      box-sizing: border-box;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      max-width: 860px;\n      margin: 0 auto var(--spacing-section);\n    }\n\n    .trust-pill {\n      display: inline-block;\n      padding: 0.5rem 1rem;\n      background-color: var(--bg-soft);\n      color: var(--primary-hover);\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    \/* Feature Sections *\/\n    \/* Z-Pattern on desktop *\/\n    @media (min-width: 768px) {\n      .feature-section:nth-child(even) .grid-2 {\n        direction: rtl;\n      }\n      .feature-section:nth-child(even) .grid-2 \u003e * {\n        direction: ltr;\n      }\n    }\n\n    .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-bottom: 1.5rem;\n    }\n\n    .feature-tag {\n      display: inline-block;\n      padding: 0.4rem 0.8rem;\n      background-color: var(--bg-card);\n      color: var(--text-sub);\n      border-radius: var(--radius-md);\n      font-size: 15px;\n      font-weight: 500;\n    }\n\n    \/* Specifications Module *\/\n    .specs-container {\n      background-color: var(--bg-card);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .specs-table th,\n    .specs-table td {\n      padding: 1rem;\n      border-bottom: 1px solid var(--border-color);\n      text-align: left;\n      vertical-align: top;\n    }\n\n    .specs-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .specs-table td {\n      color: var(--text-sub);\n    }\n\n    \/* Mobile Specs Table Adapter *\/\n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead { display: none; }\n      .specs-table tr { margin-bottom: 1rem; }\n      .specs-table td {\n        padding: 0.5rem 0;\n        border: none;\n        display: flex;\n        justify-content: space-between;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        padding-right: 1rem;\n      }\n      .specs-table th { display: none; }\n    }\n\n    \/* FAQ Module *\/\n    .faq-container {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.25rem 0;\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 700;\n      cursor: pointer;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      list-style: none;\n    }\n\n    .faq-question::-webkit-details-marker { display: none; }\n\n    .faq-question::after {\n      content: '+';\n      font-size: 24px;\n      color: var(--primary);\n      font-weight: 400;\n    }\n\n    details[open] .faq-question::after { content: '−'; }\n\n    .faq-answer {\n      margin-top: 1rem;\n      color: var(--text-sub);\n    }\n\u003c\/style\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：DIY拼装软弹玩具枪（积木兼容）\n  目标受众：6岁+儿童、家长、积木爱好者\n  视觉风格：活泼、安全、玩具感、强调积木颗粒纹理\n  配色策略：主色采用产品自身的鲜明黄\/红，搭配柔和背景，营造安全有趣的氛围\n  模块顺序：Hero -\u003e Feature 1 (DIY兼容性) -\u003e Feature 2 (拟真动作) -\u003e Feature 3 (安全材质) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_1.png, Feature1=image_4.png, Feature2=image_5.png, Feature3=image_2.png\n  规格图映射：Specs=image_3.png\n  对比模块：未加入（无显著竞品对比需求，聚焦产品自身特性）\n  --\u003e\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cspan class=\"trust-pill\"\u003eFür kreatives STEM-Spiel entwickelt\u003c\/span\u003e\n\u003ch1\u003eBauen, Schießen und Auswerfen! Die ultimative DIY-Blockspielzeugpistole\u003c\/h1\u003e\n\n\u003cp\u003eErleben Sie den Nervenkitzel realistischer mechanischer Action in einem sicheren, anpassbaren Baustein-Abenteuer für die ganze Familie.\u003c\/p\u003e\n\n\u003cdiv style=\"aspect-ratio: 4\/3;\" class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a1818bb205a0_20260528_59637d17_20260528_3b64a5f5_from_url_en_00_f8bebe872f1664d43c19d8083b093349.webp?v=1779964095\" 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!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Modular DIY \u0026 Compatibility --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv style=\"aspect-ratio: 1\/1;\" class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260528_de16ced2_20260528_0878f127_from_url_en_09_6b4f37ed738576891aeb20337fbdde6d_refsize_800x800_9197ff9c-4e42-4369-8dcb-0ae224352b82.png?v=1779964280\" 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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eModulares DIY-Bauvergnügen\u003c\/h2\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"feature-tag\"\u003eKompatibel mit Standardbausteinen\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eUnendliche Anpassungsmöglichkeiten\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003ePraktisches Lernen\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cp\u003eEntfesseln Sie Ihre Kreativität, indem Sie jeden Teil dieses Blasters anpassen und umbauen. Voll kompatibel mit Standardbausteinen bietet er endlose Möglichkeiten für einzigartige Designs und fördert die Feinmotorik durch praktisches Bauen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Realistic Mechanical Action --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv style=\"aspect-ratio: 1\/1;\" class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a18191e78af3_20260528_40dc8ea0_20260528_24e4fa70_from_url_en_05_02b8af8ebf23b1f05a524c2bcb6cac38.webp?v=1779964194\" 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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eRealistischer mechanischer Hülsenauswurf\u003c\/h2\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"feature-tag\"\u003eHülsenauswurfsystem\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMechanische Verbindung\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eKeine Batterien erforderlich\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cp\u003eGenießen Sie ein intensives Spielerlebnis mit lebensechten Mechaniken. Ziehen Sie den Schlitten zum Spannen zurück, drücken Sie den Abzug, um ein weiches Geschoss abzufeuern, und beobachten Sie, wie die leere Hülse mechanisch ausgeworfen wird – ganz ohne Batterien.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Safety \u0026 Material --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv style=\"aspect-ratio: 1\/1;\" class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a1818e2c458c_20260528_5435d87b_20260528_07d6e9af_from_url_en_02_436c70ed317ac1ef7ce0d01a9dbf2312.webp?v=1779964136\" 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\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eFür sicheres, sorgenfreies Spielen entwickelt\u003c\/h2\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"feature-tag\"\u003eWeiche Schaumstoffgeschosse\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eRobustes ABS-Material\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eGlatt abgerundete Kanten\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cp\u003eSicherheit steht an erster Stelle. Der Blaster verwendet speziell entwickelte Geschosse mit weichen Schaumstoffspitzen für sicheres Spielen drinnen und draußen. Hergestellt aus hochdichtem ABS-Kunststoff mit glatten, abgerundeten Kanten, ist er für stundenlangen aktiven Spielspaß ohne Sorgen gebaut.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003cdiv class=\"grid-2\"\u003e\n\u003cdiv class=\"specs-media\"\u003e\n\u003cdiv style=\"aspect-ratio: 1\/1;\" class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a1818f6b15b0_20260528_45d27183_20260528_df8feda3_from_url_en_03_163f3732df78dff4a9df4494663ffddd.webp?v=1779964155\" 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\n\u003cdiv class=\"specs-data\"\u003e\n\u003ch2\u003eSpezifikationen\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Material\"\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eHochdichtes ABS-Kunststoff\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Dimensions\"\u003eAbmessungen (L x H x W)\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003eCa. 21 cm x 15 cm x 5 cm (L x H x W)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Recommended Age\"\u003eEmpfohlenes Alter\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Recommended Age\"\u003eAb 6 Jahren\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"What's in the Box\"\u003eLieferumfang\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"What's in the Box\"\u003e1x Blockpistolen-Korpus, 1x Magazin, 1x Display-Ständer, 20x weiche Geschosse, 6x Hülsen, 1x zusätzlicher Baustein-Pack\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003ch2 class=\"text-center\"\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eIst es mit anderen Bausteinmarken kompatibel?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eJa, die Bausteine in diesem Set sind so konzipiert, dass sie vollständig mit den meisten Standard-Bausteinsystemen kompatibel sind, was eine einfache Integration in Ihre bestehende Sammlung für grenzenlose Erweiterungen ermöglicht.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eSind die Geschosse sicher für Kinder?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eAbsolut. Die Geschosse sind speziell mit weichen Schaumstoffspitzen gestaltet, um sicheres Spielen zu gewährleisten, sodass sie auch für den Innenbereich geeignet sind, ohne Schaden oder Verletzungen zu verursachen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eBenötigt es Batterien zum Betrieb?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNein, das Spielzeug funktioniert vollständig nach mechanischen Prinzipien zum Spannen, Abfeuern und Auswerfen der Hülsen. Es werden keine Batterien oder Aufladungen benötigt, sodass der Spaß nie enden muss.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Einzeln","offer_id":47991892279508,"sku":"0514-16458595","price":24.95,"currency_code":"USD","in_stock":true},{"title":"2er-Pack (Am beliebtesten)","offer_id":47991892312276,"sku":"0514-16455513","price":48.95,"currency_code":"USD","in_stock":true},{"title":"3er-Pack (Bestseller)","offer_id":47991892345044,"sku":"0514-16454698","price":73.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/f8bebe872f1664d43c19d8083b093349.jpg?v=1779877133","url":"https:\/\/omurio.com\/de\/products\/diy-building-block-gun-set-rjc","provider":"Omurio","version":"1.0","type":"link"}