{"product_id":"diy-building-block-gun-set-rjc","title":"DIY Building Block Gun Set","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\"\u003eDesigned for Creative STEM Play\u003c\/span\u003e\n\u003ch1\u003eBuild, Blast, and Eject! The Ultimate DIY Block Toy Gun\u003c\/h1\u003e\n\n\u003cp\u003eExperience the thrill of realistic mechanical action in a safe, customizable block-building adventure for the whole family.\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\u003eModular DIY Building Fun\u003c\/h2\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"feature-tag\"\u003eStandard Brick Compatible\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eInfinite Customization\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eHands-on Learning\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cp\u003eUnleash your creativity by customizing and rebuilding every part of this blaster. Fully compatible with standard building bricks, it offers endless possibilities for unique designs while boosting fine motor skills through engaging, hands-on construction.\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\u003eRealistic Mechanical Shell Ejection\u003c\/h2\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"feature-tag\"\u003eShell Ejection System\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMechanical Linkage\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eNo Batteries Required\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cp\u003eEnjoy an immersive play experience with lifelike mechanics. Pull the slide to cock, press the trigger to fire a soft bullet, and watch as the empty shell casing is mechanically ejected—just like the real thing, with absolutely no batteries needed.\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\u003eDesigned for Safe, Worry-Free Play\u003c\/h2\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"feature-tag\"\u003eSoft Foam Bullets\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDurable ABS Material\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSmooth Edges\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cp\u003eSafety is paramount. The blaster uses specially designed soft foam-tipped bullets for safe indoor and outdoor play. Crafted from high-density ABS plastic with smooth, rounded edges, it's built to withstand hours of active fun without worry.\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\u003eSpecifications\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\"\u003eHigh-Density ABS Plastic\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Dimensions\"\u003eDimensions (L x H x W)\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003eApprox. 8.27\" x 5.91\" x 1.97\" (21cm x 15cm x 5cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Recommended Age\"\u003eRecommended Age\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Recommended Age\"\u003e6+ Years\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\"\u003eWhat's in the Box\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"What's in the Box\"\u003e1x Block Gun Body, 1x Magazine, 1x Display Stand, 20x Soft Bullets, 6x Shell Casings, 1x Extra Block 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\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eIs this compatible with other building block brands?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes, the bricks used in this set are designed to be fully compatible with most standard-sized building block systems, allowing for easy integration with your existing collection for limitless expansion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eAre the bullets safe for children?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eAbsolutely. The bullets are specifically designed with soft foam tips to ensure safe play, making them suitable for indoor use without causing harm or damage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eDoes it require batteries to operate?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo, the toy operates entirely on mechanical principles for cocking, firing, and shell ejection. No batteries or charging are ever required, so the fun never has to stop.\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":"Single","offer_id":47991892279508,"sku":"0514-16458595","price":24.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Most Popular)","offer_id":47991892312276,"sku":"0514-16455513","price":48.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Best Seller)","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\/products\/diy-building-block-gun-set-rjc","provider":"Omurio","version":"1.0","type":"link"}