{"product_id":"diy-building-block-gun-set-rjc","title":"Doe-het-zelf bouwsteen pistoolset","description":" \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\"\u003eOntworpen voor creatief STEM-spel\u003c\/span\u003e\n\u003ch1\u003eBouw, schiet en werp uit! Het ultieme doe-het-zelf blokspeelgoedgeweer\u003c\/h1\u003e\n\n\u003cp\u003eErvaar de sensatie van realistische mechanische actie in een veilige, aanpasbare blokbouwavontuur voor het hele gezin.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 4\/3;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513180639\/f8bebe872f1664d43c19d8083b093349.jpg\"\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 class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img69\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513180639\/6b4f37ed738576891aeb20337fbdde6d.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\u003eModulair doe-het-zelf bouwplezier\u003c\/h2\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"feature-tag\"\u003eCompatibel met standaard blokken\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eOneindige aanpassingsmogelijkheden\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003ePraktisch leren\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cp\u003eLaat je creativiteit de vrije loop door elk onderdeel van deze blaster aan te passen en opnieuw te bouwen. Volledig compatibel met standaard bouwstenen, biedt het eindeloze mogelijkheden voor unieke ontwerpen en bevordert het fijne motoriek door boeiend, praktisch bouwen.\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 class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img70\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513180639\/02b8af8ebf23b1f05a524c2bcb6cac38.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\u003eRealistische mechanische hulsuitwerping\u003c\/h2\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"feature-tag\"\u003eHulsuitwerpsysteem\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMechanische koppeling\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eGeen batterijen nodig\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cp\u003eGeniet van een meeslepende speelervaring met levensechte mechanica. Trek de schuif terug om te spannen, druk op de trekker om een zachte kogel af te vuren, en zie hoe de lege huls mechanisch wordt uitgeworpen—net als het echte werk, zonder dat er batterijen nodig zijn.\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 class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img68\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513180639\/436c70ed317ac1ef7ce0d01a9dbf2312.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\u003eOntworpen voor veilig, zorgeloos spelen\u003c\/h2\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"feature-tag\"\u003eZachte schuimkogels\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDuurzaam ABS-materiaal\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eGladde randen\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cp\u003eVeiligheid staat voorop. De blaster gebruikt speciaal ontworpen zachte schuimkogels voor veilig spelen binnen en buiten. Gemaakt van hogedichtheid ABS-kunststof met gladde, afgeronde randen, is hij gebouwd om urenlang actief plezier te weerstaan zonder zorgen.\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 class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img71\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513180639\/163f3732df78dff4a9df4494663ffddd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"specs-data\"\u003e\n\u003ch2\u003eSpecificaties\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\"\u003eMateriaal\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eHogedichtheid ABS-kunststof\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Dimensions\"\u003eAfmetingen (L x H x W)\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003eCa. 21cm x 15cm x 5cm (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\"\u003eAanbevolen leeftijd\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Recommended Age\"\u003e6+ Jaar\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\"\u003eInhoud van de doos\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"What's in the Box\"\u003e1x Blokgeweerlichaam, 1x Magazijn, 1x Displaystandaard, 20x Zachte kogels, 6x Hulsomhulsels, 1x Extra blokpakket\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\"\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eIs dit compatibel met andere bouwsteenmerken?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eJa, de blokken in deze set zijn ontworpen om volledig compatibel te zijn met de meeste standaard bouwsteensystemen, zodat ze gemakkelijk kunnen worden geïntegreerd met je bestaande collectie voor onbeperkte uitbreiding.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eZijn de kogels veilig voor kinderen?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eAbsoluut. De kogels zijn speciaal ontworpen met zachte schuimpunten om veilig spelen te garanderen, waardoor ze geschikt zijn voor gebruik binnenshuis zonder schade of letsel te veroorzaken.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eHeeft het batterijen nodig om te werken?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNee, het speelgoed werkt volledig op mechanische principes voor spannen, afvuren en het uitwerpen van hulzen. Er zijn nooit batterijen of opladen nodig, dus het plezier hoeft nooit te stoppen.\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":"Enkel","offer_id":47991892279508,"sku":"0514-16458595","price":24.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Meest Populair)","offer_id":47991892312276,"sku":"0514-16455513","price":48.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Best Verkocht)","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\/nl\/products\/diy-building-block-gun-set-rjc","provider":"Omurio","version":"1.0","type":"link"}