{"product_id":"capybara-balance-stacking-challeng","title":"Capybara Balance Stacking Challeng","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：儿童\/家庭桌面游戏（平衡堆叠类）\n目标受众：6岁以上儿童及家庭，动物爱好者\n视觉风格：趣味、活力、亲子、以橙色和绿色为主的自然色调\n配色策略：\n- Primary: #E67E22 (水豚橙，作为强调色)\n- Bg-Card: #FDFBF7 (米白，营造温暖居家感)\n- Bg-Soft: #F0F7F0 (浅绿，呼应树冠)\n模块顺序：Hero -\u003e Feature 1 (核心玩法) -\u003e Feature 2 (主题角色) -\u003e Feature 3 (家庭益处) -\u003e Specifications -\u003e FAQ\n详情图映射：\n- Hero: detail_1 (使用 image_0.png 作为主视觉，展示紧张的游玩瞬间)\n- Feature 1: detail_2 (映射为展示平衡板倾斜和放置动作的特写)\n- Feature 2: detail_3 (映射为展示大量水豚棋子的特写)\n- Feature 3: detail_4 (映射为家庭互动的场景)\n规格图映射：Specs 数据来源于文本信息，暂无专用规格图，使用文本填充。\n对比模块：未加入。产品为标准款，无明显对比版本，核心价值在于独特的玩法体验。\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #E67E22;\n      --text-main: #333333;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #FDFBF7;\n      --bg-soft: #F0F7F0;\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.08);\n      --border-color: #E0E0E0;\n\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 *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 800;\n      line-height: 1.2;\n      margin: 0 0 1rem 0;\n      color: var(--primary);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin: 0 0 0.5rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      margin: 0 0 1rem 0;\n      color: var(--text-sub);\n    }\n\n    \/* Layout \u0026 Spacing *\/\n    .pd-section {\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    .pd-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      .pd-grid-2 {\n        grid-template-columns: 1fr 1fr;\n      }\n      .pd-grid-2.reverse {\n        direction: rtl;\n      }\n      .pd-grid-2.reverse \u003e * {\n        direction: ltr;\n      }\n    }\n\n    \/* Components *\/\n    .pd-img-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      background-color: #f0f0f0;\n      border: 2px dashed #ccc;\n      border-radius: var(--radius-lg);\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      color: #999;\n      font-size: 14px;\n      padding: 2rem;\n      box-sizing: border-box;\n      min-height: 300px;\n    }\n    \n    .pd-img-placeholder img {\n        width: 100%;\n        height: auto;\n        display: block;\n        border-radius: var(--radius-lg);\n    }\n\n    .pd-tag-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n      margin-top: 1rem;\n    }\n\n    .pd-tag {\n      display: inline-flex;\n      align-items: center;\n      padding: 0.4rem 0.8rem;\n      background: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 2rem;\n      font-size: 16px;\n      font-weight: 600;\n    }\n\n    .pd-badge {\n        display: inline-block;\n        background-color: var(--primary);\n        color: white;\n        padding: 0.25rem 0.75rem;\n        border-radius: var(--radius-md);\n        font-weight: 600;\n        font-size: 16px;\n        margin-bottom: 1rem;\n    }\n\n    \/* Specifications Table *\/\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-table th, .pd-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      width: 40%;\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(--border-color);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n      }\n      .pd-table td {\n        display: flex;\n        justify-content: space-between;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .pd-table td:last-child {\n        border-bottom: none;\n      }\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-sub);\n        padding-right: 1rem;\n      }\n    }\n\n    \/* FAQ *\/\n    .pd-faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1rem 0;\n    }\n    .pd-faq-item:last-child {\n      border-bottom: none;\n    }\n    .pd-faq-q {\n      font-weight: 600;\n      font-size: 18px;\n      margin-bottom: 0.5rem;\n      color: var(--primary);\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-grid-2\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"pd-badge\"\u003eAges 6+ | 2+ Players\u003c\/span\u003e\n\u003ch1\u003eDon't Let Them Crash!\u003c\/h1\u003e\n\n\u003cp\u003eStack capybaras, test your balance, and keep them on the board in this fun-filled game for kids and families. It's a test of steady hands and patience!\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003e⚖️ Exciting Balance Challenge\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e🐹 49 Adorable Capybaras\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260429131706\/38877c85cc03fb770b54597c2299e571.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- [ 📷 需替换：detail_1 (image_0.png - 主视觉：展示游戏中的紧张瞬间和目标用户) ] --\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1 --\u003e\n\n\u003cdiv class=\"pd-section pd-grid-2\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eWobbly Stacking Fun\u003c\/h2\u003e\n\n\u003cp\u003eThe green \"tree crown\" balance board is designed to wobble and tilt with every piece you add. Roll the die and carefully place your capybara. The changing center of gravity creates edge-of-your-seat tension—one wrong move and they all crash!\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eBuilds Coordination\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eTests Patience\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260429131706\/5ca9b1160664aaa36a6e6189f69e912f.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=\"pd-section pd-grid-2 reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260429131706\/d89b63722182a1ec1da93dbaa45f7d6c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eAn Army of Adorable Capybaras\u003c\/h2\u003e\n\n\u003cp\u003eThe game comes with 49 miniature orange capybara figures. These cute critters are fun to hold and stack, making the challenge of keeping them all on the board even more delightful for animal lovers of all ages.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003e49 Pieces Included\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eCute Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-section pd-grid-2\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eA Family Game Night Favorite\u003c\/h2\u003e\n\n\u003cp\u003eSimple enough for kids ages 6 and up to learn quickly, yet challenging enough to engage adults. It's the perfect screen-free activity that brings the whole family together for laughter and friendly competition.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eFamily Friendly\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eScreen-Free Fun\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260429131706\/16251b68a02e05b5787a09f2cce35c2d.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=\"pd-section\"\u003e\n\u003ch2\u003eWhat's in the Box \u0026amp; Specs\u003c\/h2\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Contents\"\u003eGame Components\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e49 Capybara figures, 1 Balance board, 1 Pillar base, 1 Die, Instructions\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Item Dimensions\"\u003eDimensions (Approx. Footprint)\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e9\" x 7\" (22.9 cm x 17.8 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Recommended Age\"\u003eAge Range\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e6 Years and Up\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Players\"\u003eNumber of Players\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e2 or More\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cp style=\"font-size: 16px; margin-top: 0.5rem;\"\u003e*Dimensions are approximate and may vary slightly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eQ: How do you play the game?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eA: Players take turns rolling the special die. Based on the roll, you must carefully place one or more capybara figures onto the wobbly balance board without causing any to fall off. The last player to successfully stack a piece wins!\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eQ: Is it difficult to set up?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eA: Not at all! Simply place the pillar base on a flat surface and balance the green tree crown board on top of it. You're ready to start playing in seconds.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eQ: What happens if capybaras fall during my turn?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-a\"\u003eA: If any capybaras fall off the board while you are placing your piece, your turn ends. The goal is to be the player who doesn't make them crash!\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Single","offer_id":62791063503219,"sku":"0429-14460624","price":16.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Save 20%)","offer_id":62791063535987,"sku":"0429-14467760","price":30.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/5692\/1971\/files\/38877c85cc03fb770b54597c2299e571.jpg?v=1777445277","url":"https:\/\/woyuosn.com\/products\/capybara-balance-stacking-challeng","provider":"Woyuosn","version":"1.0","type":"link"}