{"product_id":"bookshelf-cooperative-balance-game","title":"📚️Bookshelf Balance Game – Cooperative Stacking Game for Family \u0026 Friends","description":"\u003cstyle\u003e\n  .bookshelf-game-page {\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 10px;\n    background: #f6f3ee;\n    color: #2d2925;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, Helvetica, sans-serif;\n    line-height: 1.6;\n    box-sizing: border-box;\n  }\n\n  .bookshelf-game-page * {\n    box-sizing: border-box;\n  }\n\n  .game-card {\n    margin: 0 0 18px;\n    padding: 25px 19px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid #e8e1d8;\n    border-radius: 22px;\n    box-shadow: 0 7px 24px rgba(64, 49, 35, 0.06);\n  }\n\n  .game-hero {\n    padding: 30px 19px 22px;\n    text-align: center;\n    background: linear-gradient(145deg, #fff9ef 0%, #ffffff 100%);\n    border-color: #eadfc9;\n  }\n\n  .game-dark {\n    color: #ffffff;\n    background: linear-gradient(145deg, #273326 0%, #465a3f 100%);\n    border: 0;\n  }\n\n  .game-soft {\n    background: #faf8f4;\n  }\n\n  .game-green {\n    background: linear-gradient(145deg, #f0f6ec 0%, #ffffff 100%);\n    border-color: #dce8d4;\n  }\n\n  .game-page-title,\n  .game-card h2,\n  .game-card h3,\n  .game-card p {\n    margin-top: 0;\n  }\n\n  .game-page-title {\n    margin-bottom: 11px;\n    color: #2c3028;\n    font-size: clamp(30px, 7vw, 43px);\n    font-weight: 850;\n    line-height: 1.1;\n    letter-spacing: -0.03em;\n  }\n\n  .game-card h2 {\n    margin-bottom: 10px;\n    color: #2c3028;\n    font-size: clamp(25px, 5.5vw, 34px);\n    font-weight: 800;\n    line-height: 1.18;\n    letter-spacing: -0.02em;\n  }\n\n  .game-card h3 {\n    margin-bottom: 7px;\n    color: #2c3028;\n    font-size: 18px;\n    line-height: 1.3;\n  }\n\n  .game-dark h2,\n  .game-dark h3 {\n    color: #ffffff;\n  }\n\n  .game-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    padding: 7px 13px;\n    color: #ffffff;\n    background: #7b9a54;\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.8px;\n  }\n\n  .game-subtitle {\n    max-width: 670px;\n    margin: 0 auto 18px;\n    color: #665f57;\n    font-size: 17px;\n  }\n\n  .game-dark .game-subtitle {\n    color: #dfe8d8;\n  }\n\n  .game-center {\n    text-align: center;\n  }\n\n  .game-img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin-top: 18px;\n    border-radius: 17px;\n    background: #eee9e2;\n  }\n\n  .game-tags {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n    margin-top: 17px;\n  }\n\n  .game-tag {\n    padding: 8px 12px;\n    color: #4e6538;\n    background: #eef5e8;\n    border: 1px solid #d7e5cb;\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 750;\n  }\n\n  .game-dark .game-tag {\n    color: #ffffff;\n    background: rgba(255,255,255,0.09);\n    border-color: rgba(255,255,255,0.16);\n  }\n\n  .game-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 17px;\n  }\n\n  .game-box {\n    padding: 15px 13px;\n    background: #f8f6f2;\n    border-radius: 14px;\n  }\n\n  .game-box strong {\n    display: block;\n    margin-bottom: 4px;\n    color: #2f332b;\n    font-size: 15px;\n  }\n\n  .game-box span {\n    color: #706960;\n    font-size: 13px;\n  }\n\n  .game-dark .game-box {\n    background: rgba(255,255,255,0.08);\n  }\n\n  .game-dark .game-box strong {\n    color: #ffffff;\n  }\n\n  .game-dark .game-box span {\n    color: #dce6d5;\n  }\n\n  .game-list {\n    margin: 15px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .game-list li {\n    display: flex;\n    gap: 11px;\n    padding: 13px 0;\n    border-bottom: 1px solid #ebe5dd;\n  }\n\n  .game-list li:last-child {\n    padding-bottom: 0;\n    border-bottom: 0;\n  }\n\n  .game-list-icon {\n    flex: 0 0 30px;\n    font-size: 20px;\n    line-height: 1.4;\n  }\n\n  .game-list strong {\n    display: block;\n    margin-bottom: 2px;\n    color: #2f332b;\n  }\n\n  .game-list span {\n    color: #706960;\n    font-size: 14px;\n  }\n\n  .game-step {\n    position: relative;\n    margin-top: 11px;\n    padding: 16px 15px 16px 53px;\n    background: #f8f6f2;\n    border-radius: 15px;\n  }\n\n  .game-step-number {\n    position: absolute;\n    top: 16px;\n    left: 15px;\n    display: flex;\n    width: 27px;\n    height: 27px;\n    align-items: center;\n    justify-content: center;\n    color: #ffffff;\n    background: #7b9a54;\n    border-radius: 50%;\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .game-step strong {\n    display: block;\n    margin-bottom: 3px;\n    color: #2f332b;\n  }\n\n  .game-step p {\n    margin: 0;\n    color: #706960;\n    font-size: 14px;\n  }\n\n  .game-spec-wrap {\n    overflow: hidden;\n    margin-top: 17px;\n    border: 1px solid #e5dfd6;\n    border-radius: 15px;\n  }\n\n  .game-spec {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14px;\n  }\n\n  .game-spec td {\n    padding: 13px 14px;\n    border-bottom: 1px solid #ebe5dd;\n    vertical-align: top;\n  }\n\n  .game-spec tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .game-spec tr:nth-child(even) {\n    background: #faf8f5;\n  }\n\n  .game-spec td:first-child {\n    width: 39%;\n    color: #2f332b;\n    font-weight: 750;\n  }\n\n  .game-spec td:last-child {\n    color: #706960;\n  }\n\n  .game-faq {\n    padding: 15px 0;\n    border-bottom: 1px solid #ebe5dd;\n  }\n\n  .game-faq:last-child {\n    padding-bottom: 0;\n    border-bottom: 0;\n  }\n\n  .game-faq strong {\n    display: block;\n    margin-bottom: 5px;\n    color: #2f332b;\n  }\n\n  .game-faq p {\n    margin: 0;\n    color: #706960;\n    font-size: 14px;\n  }\n\n  .game-trust {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 9px;\n    margin-top: 17px;\n  }\n\n  .game-trust-item {\n    padding: 14px;\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(255,255,255,0.12);\n    border-radius: 14px;\n  }\n\n  .game-trust-item strong {\n    display: block;\n    color: #ffffff;\n    font-size: 14px;\n  }\n\n  .game-trust-item span {\n    display: block;\n    margin-top: 3px;\n    color: #dce5d5;\n    font-size: 12px;\n  }\n\n  .game-cta {\n    padding: 30px 20px;\n    color: #ffffff;\n    text-align: center;\n    background: linear-gradient(145deg, #6d8e48 0%, #91ad69 100%);\n    border: 0;\n  }\n\n  .game-cta h2 {\n    color: #ffffff;\n  }\n\n  .game-cta p {\n    max-width: 610px;\n    margin-right: auto;\n    margin-left: auto;\n    color: #f5faef;\n  }\n\n  .game-button {\n    display: inline-block;\n    min-width: 220px;\n    margin-top: 9px;\n    padding: 14px 22px;\n    color: #ffffff;\n    background: #263024;\n    border-radius: 999px;\n    font-size: 16px;\n    font-weight: 850;\n    letter-spacing: 0.2px;\n  }\n\n  @media (max-width: 520px) {\n    .bookshelf-game-page {\n      padding: 7px;\n    }\n\n    .game-card {\n      padding: 21px 16px;\n      border-radius: 18px;\n    }\n\n    .game-grid,\n    .game-trust {\n      gap: 8px;\n    }\n\n    .game-spec td {\n      padding: 11px 10px;\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"bookshelf-game-page\"\u003e\n\n  \u003c!-- 首屏吸引 --\u003e\n\n  \u003csection class=\"game-card game-hero\"\u003e\n    \u003cspan class=\"game-eyebrow\"\u003eSTACK THE BOOKS. SAVE THE CAT.\u003c\/span\u003e\n\n\n\u003ch1 class=\"game-page-title\"\u003e\n  One Tiny Shelf.\u003cbr\u003e\n  \u003cspan style=\"color:#7b9a54;\"\u003eA Whole Lot Of Suspense.\u003c\/span\u003e\n\u003c\/h1\u003e\n\n\u003cp class=\"game-subtitle\"\u003e\n  Work together to stack miniature books, grow the bookshelf and keep the sleepy cat safely balanced on top.\n\u003c\/p\u003e\n\n\u003cimg class=\"game-img\" src=\"https:\/\/cdn.techcloudclub.com\/image\/8c1c7c924b7d1d151fef4c4682c01e0aff20c112.jpeg\" alt=\"Cooperative bookshelf stacking game with miniature books and cat piece\" loading=\"lazy\"\u003e\n\n\u003cdiv class=\"game-tags\"\u003e\n  \u003cspan class=\"game-tag\"\u003e✓ 1–6 Players\u003c\/span\u003e\n  \u003cspan class=\"game-tag\"\u003e✓ About 15 Minutes\u003c\/span\u003e\n  \u003cspan class=\"game-tag\"\u003e✓ Ages 8+\u003c\/span\u003e\n  \u003cspan class=\"game-tag\"\u003e✓ Travel Tin Included\u003c\/span\u003e\n\u003c\/div\u003e\n\n\n  \u003c\/section\u003e\n\n  \u003c!-- 痛点 --\u003e\n\n  \u003csection class=\"game-card game-dark\"\u003e\n    \u003cspan class=\"game-eyebrow\"\u003ePUT THE PHONES DOWN\u003c\/span\u003e\n\n\n\u003ch2\u003eNeed A Game Everyone Can Actually Play Together?\u003c\/h2\u003e\n\n\u003cp class=\"game-subtitle\" style=\"margin:0;\"\u003e\n  Some games take forever to explain, turn too competitive or drag on for hours. This compact dexterity game keeps everyone involved from the first move.\n\u003c\/p\u003e\n\n\u003cdiv class=\"game-grid\"\u003e\n  \u003cdiv class=\"game-box\"\u003e\n    \u003cstrong\u003eNo Long Rulebook\u003c\/strong\u003e\n    \u003cspan\u003eSimple turn-by-turn gameplay makes it easy to get started.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"game-box\"\u003e\n    \u003cstrong\u003eNo One Gets Left Out\u003c\/strong\u003e\n    \u003cspan\u003ePlayers cooperate instead of competing against each other.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"game-box\"\u003e\n    \u003cstrong\u003eNo Hour-Long Commitment\u003c\/strong\u003e\n    \u003cspan\u003eMost games take around 15 minutes.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"game-box\"\u003e\n    \u003cstrong\u003eNo Bulky Game Box\u003c\/strong\u003e\n    \u003cspan\u003eEverything packs into a compact travel tin.\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n  \u003c\/section\u003e\n\n  \u003c!-- 互动学习 --\u003e\n\n  \u003csection class=\"game-card game-green\"\u003e\n    \u003cspan class=\"game-eyebrow\"\u003eHOW TO PLAY\u003c\/span\u003e\n\n\n\u003ch2\u003eBuild Higher Without Letting It Fall\u003c\/h2\u003e\n\n\u003cp style=\"margin-bottom:0;color:#706960;\"\u003e\n  Every turn adds another decision, another shelf and another chance for the whole structure to tumble.\n\u003c\/p\u003e\n\n\u003cdiv class=\"game-step\"\u003e\n  \u003cspan class=\"game-step-number\"\u003e1\u003c\/span\u003e\n  \u003cstrong\u003eStart The Bookshelf\u003c\/strong\u003e\n  \u003cp\u003ePlace the starting bookshelf card to create your base.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"game-step\"\u003e\n  \u003cspan class=\"game-step-number\"\u003e2\u003c\/span\u003e\n  \u003cstrong\u003eDraw \u0026amp; Choose\u003c\/strong\u003e\n  \u003cp\u003eDraw two shelf cards and choose one to add to the growing structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"game-step\"\u003e\n  \u003cspan class=\"game-step-number\"\u003e3\u003c\/span\u003e\n  \u003cstrong\u003eBalance The Books\u003c\/strong\u003e\n  \u003cp\u003ePlace the required miniature books according to the card instructions.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"game-step\"\u003e\n  \u003cspan class=\"game-step-number\"\u003e4\u003c\/span\u003e\n  \u003cstrong\u003eMove The Cat\u003c\/strong\u003e\n  \u003cp\u003eCarefully place the cat on the highest completed shelf.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"game-step\"\u003e\n  \u003cspan class=\"game-step-number\"\u003e5\u003c\/span\u003e\n  \u003cstrong\u003eReach The Final Level\u003c\/strong\u003e\n  \u003cp\u003eIf the bookshelf survives all the way to the top, everyone wins together.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cimg class=\"game-img\" src=\"https:\/\/cdn.techcloudclub.com\/image\/df85ec600e241b997742240aff5d9e3ac79b37a9.jpeg\" alt=\"How to play bookshelf cooperative balancing game\" loading=\"lazy\"\u003e\n\n\n  \u003c\/section\u003e\n\n  \u003c!-- 多模式反馈 --\u003e\n\n  \u003csection class=\"game-card\"\u003e\n    \u003cspan class=\"game-eyebrow\"\u003eSIMPLE RULES. DIFFERENT CHALLENGE EVERY TIME.\u003c\/span\u003e\n\n\n\u003ch2\u003eEvery Move Changes The Balance\u003c\/h2\u003e\n\n\u003cul class=\"game-list\"\u003e\n  \u003cli\u003e\n    \u003cdiv class=\"game-list-icon\"\u003e🤝\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cstrong\u003eCooperative Play\u003c\/strong\u003e\n      \u003cspan\u003eEveryone shares the same goal: finish the bookshelf without a collapse.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cdiv class=\"game-list-icon\"\u003e🎯\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cstrong\u003eDexterity Challenge\u003c\/strong\u003e\n      \u003cspan\u003eCareful placement rewards patience, coordination and a steady hand.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cdiv class=\"game-list-icon\"\u003e🧠\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cstrong\u003eTeam Decisions\u003c\/strong\u003e\n      \u003cspan\u003ePlayers can discuss choices and decide together how to approach each turn.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cdiv class=\"game-list-icon\"\u003e🔁\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cstrong\u003eReplayable Setup\u003c\/strong\u003e\n      \u003cspan\u003eDifferent card combinations create a changing balancing challenge from game to game.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cimg class=\"game-img\" src=\"https:\/\/cdn.techcloudclub.com\/image\/b5f7a6e69e7c02bd14447a85cb992587fb3a8a7a.jpeg\" alt=\"Bookshelf stacking game challenge with family-friendly cooperative play\" loading=\"lazy\"\u003e\n\n\n  \u003c\/section\u003e\n\n  \u003c!-- 轻松但紧张 --\u003e\n\n  \u003csection class=\"game-card game-soft\"\u003e\n    \u003cspan class=\"game-eyebrow\"\u003eQUICK TO LEARN. HARD TO KEEP STEADY.\u003c\/span\u003e\n\n\n\u003ch2\u003eThe Higher It Gets, The More Everyone Holds Their Breath\u003c\/h2\u003e\n\n\u003cp style=\"margin-bottom:0;color:#706960;\"\u003e\n  The rules stay simple, but every added book changes the structure. One careful move can save the game—and one shaky move can send everything down.\n\u003c\/p\u003e\n\n\u003cdiv class=\"game-grid\"\u003e\n  \u003cdiv class=\"game-box\"\u003e\n    \u003cstrong\u003eEasy Entry Point\u003c\/strong\u003e\n    \u003cspan\u003eRecommended for ages 8+ with straightforward turn actions.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"game-box\"\u003e\n    \u003cstrong\u003eGrowing Difficulty\u003c\/strong\u003e\n    \u003cspan\u003eThe challenge naturally increases as the bookshelf becomes taller.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"game-box\"\u003e\n    \u003cstrong\u003eFast Sessions\u003c\/strong\u003e\n    \u003cspan\u003eAround 15 minutes makes it easy to play another round.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"game-box\"\u003e\n    \u003cstrong\u003eSolo Or Group Play\u003c\/strong\u003e\n    \u003cspan\u003eSupports 1–6 players for different game-night setups.\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cimg class=\"game-img\" src=\"https:\/\/cdn.techcloudclub.com\/image\/5268dc6d2dcee82b5652df8c104533861dbf809d.jpeg\" alt=\"Portable tabletop bookshelf balancing game\" loading=\"lazy\"\u003e\n\n\n  \u003c\/section\u003e\n\n  \u003c!-- 使用场景 --\u003e\n\n  \u003csection class=\"game-card game-dark\"\u003e\n    \u003cspan class=\"game-eyebrow\"\u003eGAME NIGHT WITHOUT THE BULK\u003c\/span\u003e\n\n\n\u003ch2\u003eEasy To Bring. Easy To Start. Easy To Replay.\u003c\/h2\u003e\n\n\u003cp class=\"game-subtitle\" style=\"margin:0;\"\u003e\n  The compact travel tin makes it a practical choice for family nights, trips, gatherings and quick tabletop challenges wherever you go.\n\u003c\/p\u003e\n\n\u003cdiv class=\"game-grid\"\u003e\n  \u003cdiv class=\"game-box\"\u003e\n    \u003cstrong\u003e🏠 Family Game Night\u003c\/strong\u003e\n    \u003cspan\u003eA cooperative challenge for kids and adults to enjoy together.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"game-box\"\u003e\n    \u003cstrong\u003e🎉 Parties \u0026amp; Gatherings\u003c\/strong\u003e\n    \u003cspan\u003eQuick rounds make it easy to introduce to a group.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"game-box\"\u003e\n    \u003cstrong\u003e🧳 Travel \u0026amp; Camping\u003c\/strong\u003e\n    \u003cspan\u003eThe compact metal tin keeps the pieces together on the go.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"game-box\"\u003e\n    \u003cstrong\u003e🎁 Gift Giving\u003c\/strong\u003e\n    \u003cspan\u003eA playful option for families and tabletop-game fans.\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cimg class=\"game-img\" src=\"https:\/\/cdn.techcloudclub.com\/image\/bbbf91f99da9a6127f6a6871e38632505ce86627.jpeg\" alt=\"Portable bookshelf game for family game night and travel\" loading=\"lazy\"\u003e\n\n\n  \u003c\/section\u003e\n\n  \u003c!-- 参数 --\u003e\n\n  \u003csection class=\"game-card game-soft\"\u003e\n    \u003cspan class=\"game-eyebrow\"\u003eGAME DETAILS\u003c\/span\u003e\n\n\n\u003ch2\u003eEverything You Need For The Challenge\u003c\/h2\u003e\n\n\u003cimg class=\"game-img\" src=\"https:\/\/cdn.techcloudclub.com\/image\/41e149437a70a8a25406f1f622d6a448dfbd651d.jpeg\" alt=\"Bookshelf game specifications and components\" loading=\"lazy\"\u003e\n\n\u003cdiv class=\"game-spec-wrap\"\u003e\n  \u003ctable class=\"game-spec\"\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eGame Type\u003c\/td\u003e\n        \u003ctd\u003eCooperative Dexterity Game\u003c\/td\u003e\n      \u003c\/tr\u003e\n\n      \u003ctr\u003e\n        \u003ctd\u003ePlayers\u003c\/td\u003e\n        \u003ctd\u003e1–6 Players\u003c\/td\u003e\n      \u003c\/tr\u003e\n\n      \u003ctr\u003e\n        \u003ctd\u003eRecommended Age\u003c\/td\u003e\n        \u003ctd\u003e8+ Years\u003c\/td\u003e\n      \u003c\/tr\u003e\n\n      \u003ctr\u003e\n        \u003ctd\u003ePlay Time\u003c\/td\u003e\n        \u003ctd\u003eApproximately 15 Minutes\u003c\/td\u003e\n      \u003c\/tr\u003e\n\n      \u003ctr\u003e\n        \u003ctd\u003eDifficulty\u003c\/td\u003e\n        \u003ctd\u003eEasy to Learn\u003c\/td\u003e\n      \u003c\/tr\u003e\n\n      \u003ctr\u003e\n        \u003ctd\u003ePortable\u003c\/td\u003e\n        \u003ctd\u003eYes – Travel Tin Included\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\n  \u003c\/section\u003e\n\n  \u003c!-- 包装 --\u003e\n\n  \u003csection class=\"game-card\"\u003e\n    \u003cspan class=\"game-eyebrow\"\u003eWHAT'S INCLUDED\u003c\/span\u003e\n\n\n\u003ch2\u003eOpen The Tin \u0026amp; Start Building\u003c\/h2\u003e\n\n\u003cul class=\"game-list\"\u003e\n  \u003cli\u003e\n    \u003cdiv class=\"game-list-icon\"\u003e📚\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cstrong\u003eMiniature Book Pieces\u003c\/strong\u003e\n      \u003cspan\u003eThe balancing pieces that make every shelf more challenging.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cdiv class=\"game-list-icon\"\u003e🗂️\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cstrong\u003eBookshelf Cards\u003c\/strong\u003e\n      \u003cspan\u003eGuide each turn and determine how the structure grows.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cdiv class=\"game-list-icon\"\u003e🐱\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cstrong\u003eCat Meeple\u003c\/strong\u003e\n      \u003cspan\u003eThe sleepy passenger you need to keep safely on top.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cdiv class=\"game-list-icon\"\u003e📖\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cstrong\u003eGame Rules\u003c\/strong\u003e\n      \u003cspan\u003eEverything needed to learn the cooperative challenge.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/li\u003e\n\n  \u003cli\u003e\n    \u003cdiv class=\"game-list-icon\"\u003e🧳\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cstrong\u003ePortable Storage Tin\u003c\/strong\u003e\n      \u003cspan\u003eCompact storage for travel and game-night organization.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cimg class=\"game-img\" src=\"https:\/\/cdn.techcloudclub.com\/image\/f11e9a210be6a8f70d3689499f6b1fb1ebee559a.jpeg\" alt=\"Bookshelf game pieces cards cat meeple and travel tin\" loading=\"lazy\"\u003e\n\n\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n\n  \u003csection class=\"game-card\"\u003e\n    \u003cspan class=\"game-eyebrow\"\u003eCOMMON QUESTIONS\u003c\/span\u003e\n\n\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"game-faq\"\u003e\n  \u003cstrong\u003eIs this a competitive game?\u003c\/strong\u003e\n  \u003cp\u003eNo. It is fully cooperative, so everyone works together and wins or loses as a team.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"game-faq\"\u003e\n  \u003cstrong\u003eHow many people can play?\u003c\/strong\u003e\n  \u003cp\u003eThe game supports 1–6 players, so it can be played solo or with a group.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"game-faq\"\u003e\n  \u003cstrong\u003eHow long does a game take?\u003c\/strong\u003e\n  \u003cp\u003eMost sessions take approximately 15 minutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"game-faq\"\u003e\n  \u003cstrong\u003eWhat age is it recommended for?\u003c\/strong\u003e\n  \u003cp\u003eThe supplied product information recommends the game for ages 8 and up.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"game-faq\"\u003e\n  \u003cstrong\u003eIs it difficult to learn?\u003c\/strong\u003e\n  \u003cp\u003eThe rules are designed to be simple: draw, build, balance the books and move the cat to the highest shelf.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"game-faq\"\u003e\n  \u003cstrong\u003eCan I take it while traveling?\u003c\/strong\u003e\n  \u003cp\u003eYes. The game comes with a compact metal storage tin for portable play.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n  \u003c\/section\u003e\n\n  \u003c!-- 信任 --\u003e\n\n  \u003csection class=\"game-card game-dark game-center\"\u003e\n    \u003cspan class=\"game-eyebrow\"\u003eSHOP WITH CONFIDENCE\u003c\/span\u003e\n\n\n\u003ch2\u003eA Small Game With Big Game-Night Energy\u003c\/h2\u003e\n\n\u003cdiv class=\"game-trust\"\u003e\n  \u003cdiv class=\"game-trust-item\"\u003e\n    \u003cstrong\u003e🌍 Worldwide Shipping\u003c\/strong\u003e\n    \u003cspan\u003eShipping availability varies by destination\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"game-trust-item\"\u003e\n    \u003cstrong\u003e💳 Secure Payment\u003c\/strong\u003e\n    \u003cspan\u003ePayPal and credit card options listed\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"game-trust-item\"\u003e\n    \u003cstrong\u003e↩️ 15-Day Returns\u003c\/strong\u003e\n    \u003cspan\u003eReturn or exchange terms apply\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"game-trust-item\"\u003e\n    \u003cstrong\u003e🧳 Travel Friendly\u003c\/strong\u003e\n    \u003cspan\u003eCompact tin keeps the game together\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n  \u003c\/section\u003e\n\n  \u003c!-- CTA --\u003e\n\n  \u003csection class=\"game-card game-cta\"\u003e\n    \u003cspan class=\"game-eyebrow\" style=\"background:rgba(255,255,255,0.18);\"\u003e\n      READY FOR THE NEXT SHELF?\n    \u003c\/span\u003e\n\n\n\u003ch2\u003eBuild Together. Balance Carefully. Save The Cat.\u003c\/h2\u003e\n\n\u003cp\u003e\n  Bring a quick cooperative challenge to your next family night, trip or get-together—and see how high your team can build before everything comes crashing down.\n\u003c\/p\u003e\n\n\u003cdiv class=\"game-tags\"\u003e\n  \u003cspan class=\"game-tag\" style=\"color:#fff;background:rgba(255,255,255,0.14);border-color:rgba(255,255,255,0.2);\"\u003e✓ 1–6 Players\u003c\/span\u003e\n  \u003cspan class=\"game-tag\" style=\"color:#fff;background:rgba(255,255,255,0.14);border-color:rgba(255,255,255,0.2);\"\u003e✓ Quick 15-Minute Play\u003c\/span\u003e\n  \u003cspan class=\"game-tag\" style=\"color:#fff;background:rgba(255,255,255,0.14);border-color:rgba(255,255,255,0.2);\"\u003e✓ Ages 8+\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"game-button\"\u003eADD TO CART →\u003c\/div\u003e\n\n\u003cp style=\"margin:13px 0 0;font-size:12px;\"\u003e\n  A compact cooperative challenge for family game nights and tabletop fans.\n\u003c\/p\u003e\n\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n","brand":"lwb","offers":[{"title":"Default Title","offer_id":54485678784878,"sku":"NC0223260808580-书架协作堆叠游戏","price":24.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/6499\/4414\/files\/623fc203961bdc063e0c25569e90ae75469e6437-700.jpg?v=1786091850","url":"https:\/\/bvuyomi.com\/products\/bookshelf-cooperative-balance-game","provider":"Bvuyomi","version":"1.0","type":"link"}