{"product_id":"working-mechanical-revolver-blaster-rjc","title":"Working Mechanical Revolver Blaster","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #8DC63F; \/* Derived from the green toy color *\/\n      --primary-hover: #7ab800;\n      --accent: #F7931E; \/* Derived from orange parts *\/\n      --text-main: #2c3e50;\n      --text-sub: #546b81;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #e9ecef;\n      --bg-alert: #fff8e1;\n      --text-alert: #8f6c00;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 24px rgba(0,0,0,0.1);\n      --border-color: #e9ecef;\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n    }\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n    .product-detail-container .lead-text {\n      font-size: 20px;\n      font-weight: 500;\n      color: var(--text-main);\n    }\n\n    \/* Components *\/\n    .pd-tag {\n      display: inline-block;\n      padding: 6px 12px;\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      border-radius: 20px;\n      font-size: 14px;\n      font-weight: 500;\n      margin-right: 8px;\n      margin-bottom: 8px;\n    }\n    .pd-trust-badge {\n      display: inline-flex;\n      align-items: center;\n      font-weight: 500;\n      color: var(--primary);\n      margin-bottom: 1rem;\n    }\n    .pd-trust-badge svg {\n      width: 20px;\n      height: 20px;\n      margin-right: 8px;\n      fill: currentColor;\n    }\n    \n    \/* Purchase Alert Note *\/\n    .pd-purchase-note {\n      background-color: var(--bg-alert);\n      color: var(--text-alert);\n      padding: 12px 16px;\n      border-radius: var(--radius-md);\n      font-size: 15px;\n      font-weight: 500;\n      margin-top: 1.5rem;\n      border-left: 4px solid var(--accent);\n    }\n\n    \/* Mystery Box Standalone Section *\/\n    .mystery-box-notice {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 2rem;\n      margin-bottom: var(--spacing-section);\n    }\n    .mystery-box-notice h4 {\n      font-size: 18px;\n      font-weight: 600;\n      margin: 1.5rem 0 0.5rem 0;\n      color: var(--text-main);\n    }\n    .mystery-box-notice h4:first-child {\n      margin-top: 0;\n    }\n    .mystery-box-notice p {\n      margin-bottom: 0;\n      font-size: 16px;\n    }\n\n    \/* Image Placeholders *\/\n    .pd-image-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      background-color: #f0f2f5;\n      border: 2px dashed #ccc;\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #999;\n      font-family: monospace;\n      font-size: 14px;\n      padding: 2rem;\n      box-sizing: border-box;\n    }\n    img.pd-image {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Layout Structure *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n    .pd-grid-2 {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n    }\n\n    \/* Hero Module *\/\n    .hero-section .hero-content {\n      order: 1;\n    }\n    .hero-section .hero-media {\n      order: 2;\n    }\n\n    \/* Feature Modules (Z-Pattern) *\/\n    .feature-section:nth-child(even) .feature-content {\n      order: 2;\n    }\n    .feature-section:nth-child(even) .feature-media {\n      order: 1;\n    }\n\n    \/* Specifications Module *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n    .specs-table th, .specs-table td {\n      padding: 16px 24px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 16px;\n    }\n    .specs-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      width: 35%;\n      color: var(--text-main);\n    }\n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* FAQ Module *\/\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      margin-bottom: 1rem;\n    }\n    .faq-question {\n      font-size: 18px;\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n      color: var(--text-main);\n    }\n    .faq-answer {\n      font-size: 16px;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Mobile Responsive *\/\n    @media (max-width: 767px) {\n      .product-detail-container h1 {\n        font-size: 32px;\n      }\n      .pd-grid-2 {\n        grid-template-columns: 1fr;\n        gap: 2rem;\n      }\n      .hero-section .hero-content,\n      .feature-section .feature-content {\n        order: 2 !important;\n      }\n      .hero-section .hero-media,\n      .feature-section .feature-media {\n        order: 1 !important;\n      }\n      \n      \/* Mobile Table Specs *\/\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none;\n      }\n      .specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n      }\n      .specs-table td {\n        padding: 12px 16px;\n        text-align: right;\n        position: relative;\n        padding-left: 50%;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 16px;\n        top: 12px;\n        font-weight: 600;\n        color: var(--text-main);\n        text-align: left;\n      }\n    }\n\u003c\/style\u003e\n \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：积木拼装机械玩具（可发射）\n  目标受众：儿童青少年、STEM学习者、亲子家庭\n  视觉风格：科技感、机械结构外露、活力配色\n  配色策略：以产品主色（果绿）为核心，搭配机械灰和活力橙黄作为强调色。背景保持干净明亮。\n  模块顺序：Hero (核心吸引力) -\u003e Feature 1 (机械原理与玩法步骤) -\u003e Feature 2 (STEM教育价值) -\u003e Feature 3 (款式多样性与远离屏幕) -\u003e Specifications (规格参数) -\u003e Mystery Box Notice (盲盒说明) -\u003e FAQ (常见问题)\n  详情图映射：Hero=image_0.png, Feature1(How it works)=image_4.png, Feature2(Structure)=image_2.png, Feature3(Variants)=image_1.png\n  规格图映射：Specs=image_6.png, image_7.png\n  对比模块：未加入（无需强调与竞品对比，聚焦自身独特的机械玩法）\n  --\u003e\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"pd-trust-badge\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" xmlns=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260925142548\/3cb9c303a8f9e07835c4ceddcdacce5e.jpg\"\u003e\u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Build. Play. Learn.\u003c\/div\u003e\n\n\u003ch1\u003eBuild Your Own Mechanical Revolver Blaster\u003c\/h1\u003e\n\n\u003cp class=\"lead-text\"\u003eExperience the thrill of engineering by assembling a gear-driven brick model that actually fires safe projectiles.\u003c\/p\u003e\n\n\u003cp\u003eThis isn't just a static model. It's a hands-on project that results in a functional mechanical toy, combining the joy of building with working action.\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"pd-tag\"\u003e⚙️ Working Mechanics\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e🧠 STEM Learning\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e🧱 30+ Pieces\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- 购买区域简短提示 --\u003e\n\n\u003cdiv class=\"pd-purchase-note\"\u003e⚠️ \u003cstrong\u003ePlease Note:\u003c\/strong\u003e 12-Box Mystery Sets contain random designs (duplicates possible). 4-Pack Sets (Revolver\/Crossbow\/Bow) contain 4 unique, non-repeating designs.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003c!-- [ 📷 需替换：detail_1 ] --\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img88\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260925142549\/bbba6838b0dd13e83be091457f367885.jpg\"\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\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img93\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260925142550\/d8fe57bdb40017f007f33cbd1694fa87.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eAuthentic Mechanical Firing Action\u003c\/h3\u003e\n\n\u003cp\u003eMaster the mechanics. This set features a clever design where assembling the gear linkage and rubber band system creates a functional firing mechanism. Simply load the brick \"bullets,\" pull back the hammer to cock the system, and press the trigger to launch.\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"pd-tag\"\u003eLoad \u0026amp; Fire\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eRubber Band Power\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSafe Brick Ammo\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Feature Section 2: STEM Learning --\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eExplore Engineering Principles\u003c\/h3\u003e\n\n\u003cp\u003eTransform abstract concepts into tangible reality. The open structure design allows builders to clearly see how gears transfer power and how levers create motion. It's a practical, engaging way to spark curiosity in mechanical engineering and structural design.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [ 📷 需替换：detail_2 ] --\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img94\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260925142551\/d0569865d2e1154ed4c2cf9366d114ca.jpg\"\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\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img91\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260925142552\/246b829a42add7c4f226d63a67b53617.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch3\u003eScreen-Free Fun for Everyone\u003c\/h3\u003e\n\n\u003cp\u003eStep away from digital devices and enjoy quality building time. Available in multiple classic revolver styles and colors, this kit is the perfect collaborative project for parent-child bonding or a rewarding solo challenge for young builders.\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"pd-tag\"\u003eFamily Activity\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eMultiple Styles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- E. Specifications --\u003e\n\n\u003cdiv class=\"pd-section specs-section\"\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 scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003eMechanical Building Block Set\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eABS Plastic\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eDimensions (Approx.)\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003e10 cm Length x 6 cm Height (3.9\" x 2.4\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eMechanism\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Mechanism\"\u003eGear and rubber band driven firing action\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003ePiece Count Range\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Piece Count Range\"\u003eApproximately 32-36 pieces (varies by model)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eIncluded Ammo\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Included Ammo\"\u003eTypically 3 plastic brick bullets per single kit\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cp style=\"font-size: 14px; margin-top: 1rem;\"\u003e*Dimensions and piece counts are approximate and may vary slightly based on the specific model variant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 新增：独立的盲盒\/套装说明 --\u003e\n\n\u003cdiv class=\"pd-section mystery-box-notice\"\u003e\n\u003ch2\u003ePurchase Options \u0026amp; Rules\u003c\/h2\u003e\n\n\u003ch4\u003eWhat's Included in the 12-Box Mystery Set?\u003c\/h4\u003e\n\n\u003cp\u003eEach set includes 12 blind boxes with randomly selected designs. Duplicate designs may occur, and specific designs or colors cannot be selected. Purchasing 12 boxes does not guarantee all 12 designs. Product images show possible designs, not guaranteed contents.\u003c\/p\u003e\n\n\u003ch4 style=\"margin-top: 2rem;\"\u003eWhat's Included in the 4-Pack Sets?\u003c\/h4\u003e\n\n\u003cp\u003eIf you choose the \u003cstrong\u003eRevolver 4-Pack Set\u003c\/strong\u003e, \u003cstrong\u003eCrossbow 4-Pack Set\u003c\/strong\u003e, or \u003cstrong\u003eBow 4-Pack Set\u003c\/strong\u003e, you will receive 4 distinct, non-repeating designs of that specific style. These sets guarantee no duplicates within the 4 boxes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- F. FAQ --\u003e\n\n\u003cdiv class=\"pd-section faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c!-- 新增的FAQ问题 --\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow many boxes are included in a set?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eWe offer two main options: The specific style sets (Revolver, Crossbow, or Bow) contain 4 boxes per set. The Mystery Set contains 12 boxes per set.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I choose specific designs or colors?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eSpecific individual designs or colors cannot be selected. They are sold either as pre-packaged 4-Packs (with 4 different designs of one weapon type) or as a random 12-Box Mystery Set.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill I get duplicate designs in my order?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eIf you purchase a 4-Pack Set (Revolver, Crossbow, or Bow), you are guaranteed to receive 4 different, non-repeating designs. However, if you purchase the 12-Box Mystery Set, duplicate designs may occur.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes buying the 12-Box Mystery Set guarantee I will collect all designs?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. Purchasing the 12-Box Mystery Set does not guarantee you will receive all 12 distinct designs, as the contents are randomly selected and duplicates are possible.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 原有的FAQ问题 --\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the firing action safe?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The blaster launches lightweight plastic brick tips designed for play. The mechanical power is limited for safety, but do not aim at eyes or faces.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes it require batteries?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo batteries are needed. The mechanism is entirely mechanical, powered by the gears and rubber bands you install during assembly.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat is the building difficulty level?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eIt is a moderate build suited for older kids and teens interested in mechanics. Younger builders may require adult assistance with the smaller parts and gear alignment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Revolver - 4-Pack Set","offer_id":50496801210411,"sku":"0805-11080798","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Crossbow - 4-Pack Set","offer_id":50496801243179,"sku":"20260923-111416-2427","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Bow - 4-Pack Set","offer_id":50496801275947,"sku":"20260923-111416-1558","price":14.95,"currency_code":"USD","in_stock":true},{"title":"🔥 Mixed Series - 12-Box Mystery Set","offer_id":50496801308715,"sku":"20260923-111416-4889","price":30.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0707\/0488\/9899\/files\/17eefad707fc8e36d675347e78a0dc99.jpg?v=1790317557","url":"https:\/\/jolipik.com\/products\/working-mechanical-revolver-blaster-rjc","provider":"Jolipik","version":"1.0","type":"link"}