{"title":"New Products - July 2026 week 1","description":"","products":[{"product_id":"stack-o-cats-anglais","title":"Stack O 'Cats (English)","description":"\u003cdiv class=\"store-pass-custom-description\"\u003e\n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003eAuthor: \u003c\/label\u003e\u003cdiv\u003eMagen Bain\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003eArtist: \u003c\/label\u003e\u003cdiv\u003eSarah \"Freedz\" Conlon\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003ePublisher: \u003c\/label\u003e\u003cdiv\u003eNTSD Gaming\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003eNumber of players: \u003c\/label\u003e1 to 6\u003c\/div\u003e\n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003eAge: \u003c\/label\u003e\u003cdiv\u003e3 years and +\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003eDuration: \u003c\/label\u003e7 to 42 minutes\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eLinks: \u003c\/label\u003e\u003ca href=\"https:\/\/boardgamegeek.com\/boardgame\/427942\/stack-o-cats\" target=\"_blank\" rel=\"noopener\"\u003eBoardgamegeek (English)\u003c\/a\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003eCategories: \u003c\/label\u003e\u003cdiv\u003eAnimals, Children's Game, Party Game\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003eMechanics: \u003c\/label\u003e\u003cdiv\u003eCooperative game, solo \/ lonely game, stacking and balancing\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"description rte small-description small-description-section collapsable-description\" itemprop=\"description\"\u003e\n\u003cp\u003eStack o 'cats is a balancing game, with a little press-your luck element thrown in. Gather Up to Six Friends for the Most Fun You’ll Ever Have Trying To Get A Cat To Do What You Want To! Take Turns Stacking Wooden Cats of All Sorts One On Top of Another, But Beware - These Cat’s Won’T Still Still For Long! Be the best at keeping the cats under control, and you’ll come out the Victor!\u003c\/p\u003e\n\n\u003cp\u003ePlayers Take Turns Drawing A Cat Meeple from the Big Bag o ’cats, and Balancing It AnyWhere On Top of the Cat Stack, then Gaining Points For That Cat’s Placement. The game has multiple point variants to encourage different stacking styles! You can play for Most Points Or Least to be Crowned Victor, You Decide Which Way to Play. Thirty Two Unique Shaped Cat Meeples and Forty Meeples Total Ensure That Every Game Will Be Different!  Our Sturdy Base also Ensures that you have a firm foundation to work from to build fun and crazy cat stacks.  Solo and coop Modes are also available.\u003c\/p\u003e\n\n\u003cp\u003e\u003cem\u003e-Description from designer\u003c\/em\u003e\u003c\/p\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    var cardText = document.querySelector(\".store-pass-card-text\")\n    var showMore = document.querySelector('.store-pass-show-more')\n\n    function toggleCardText() {\n        if (showMore.innerHTML == 'Show More') {\n            showMore.innerHTML = 'Show Less'\n            cardText.classList.add('store-pass-full-text')\n        }\n        else {\n            showMore.innerHTML = 'Show More'\n            cardText.classList.remove('store-pass-full-text')\n        }\n    }\n\n    initText()\n    function initText() {\n        if (!checkOverflow(cardText)) return\n\n        showMore.classList.remove('d-none')\n    }\n\n    function checkOverflow(el) {\n        var curOverflow = el.style.overflow;\n\n        if (!curOverflow || curOverflow === \"visible\") el.style.overflow = \"hidden\"\n\n        var isOverflowing = el.clientWidth \u003c el.scrollWidth || el.clientHeight \u003c el.scrollHeight;\n        el.style.overflow = curOverflow;\n\n        return isOverflowing;\n    }\n\u003c\/script\u003e\n\u003cstyle\u003e\n    .store-pass-card-text {\n        display: -webkit-box;\n        -webkit-line-clamp: 3;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n        height: 84px;\n    }\n    .store-pass-full-text {\n        -webkit-line-clamp: unset;\n        height: unset;\n    }\n    .store-pass-custom-description .mb-1, .my-1 {\n        margin-bottom: 0.375rem!important;\n    }\n    .store-pass-custom-description .mr-1, .mx-1 {\n        margin-right: 0.375rem!important;\n    }\n    .store-pass-custom-description .mr-1, .mx-1 {\n        margin-left: 0.375rem!important;\n    }\n    .store-pass-custom-description .d-none {\n        display: none!important;\n    }\n    .store-pass-custom-description .d-block {\n         display: block!important;\n    }\n    .store-pass-custom-description .row {\n        display: flex;\n        flex-wrap: wrap;\n    }\n    .store-pass-custom-description .col-6 {\n        flex: 0 0 50%;\n        max-width: 50%;\n        display: flex;\n    }\n    .store-pass-custom-description .legality {\n        margin-right: 1rem;\n    }\n    .store-pass-custom-description .labeled-info {\n        display: flex;\n        flex-direction: column;\n    }\n    .store-pass-custom-description .labeled-info \u003e div {\n        border-bottom: 1px solid #e5e5e5;\n        margin-bottom: 1rem;\n        padding-bottom: 1rem;\n    }\n    .store-pass-custom-description .labeled-info \u003e div:first-child {\n        padding-top: 1rem;\n    }\n    .store-pass-custom-description .labeled-info \u003e div:last-child {\n        border-bottom: 0px;\n        padding-bottom: 0;\n    }\n    .store-pass-custom-description .labeled-info .inner {\n        display: flex;\n        padding: 0.25rem;\n        margin: 0.25rem;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .labeled-info .inner:first-child {\n        padding-top: 0.25rem;\n    }\n    .store-pass-custom-description .labeled-info .inner:last-child {\n        padding-bottom: 0;\n        border-bottom: 0;\n    }\n    .store-pass-custom-description .info-item {\n        display: flex;\n        align-items: center;\n        padding: 0.5rem;\n        margin: 0;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .info-item-description {\n        padding: 0.5rem;\n    }\n    .store-pass-custom-description .info-item-description label {\n        margin-right: 0.375rem;\n    }\n    .store-pass-custom-description .info-item label {\n        font-weight: 600;\n        flex: 0 0 120px;\n        margin-bottom: 0;\n        overflow-wrap: break-word;\n        align-self: flex-start;\n    }\n    .store-pass-custom-description .info-item .inner label {\n        flex: 0 0 200px;\n    }\n\u003c\/style\u003e","brand":"NTSD Gaming","offers":[{"title":"Default Title","offer_id":46904014242006,"sku":"SOC-COLOR","price":40.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0592\/0112\/6585\/files\/stack-o-cats-1.png?v=1783002284"},{"product_id":"computer-junkyard-anglais","title":"Computer Junkyard (English)","description":"\u003cdiv class=\"store-pass-custom-description\"\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eAuthor: \u003c\/label\u003e\n\u003cdiv\u003eAllan Pincus, Jared Pincus\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eArtist: \u003c\/label\u003e\n\u003cdiv\u003e\n\u003cmeta charset=\"utf-8\"\u003eJordan Pincus\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003ePublisher: \u003c\/label\u003e\n\u003cdiv\u003e\n\u003cmeta charset=\"utf-8\"\u003eDrean Egg Games\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eNumber of players: \u003c\/label\u003e2 to 4\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eAge: \u003c\/label\u003e\n\u003cdiv\u003e14 years and over\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eDuration: \u003c\/label\u003e60 to 90 minutes\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eLinks: \u003c\/label\u003e\u003ca href=\"https:\/\/boardgamegeek.com\/boardgame\/424897\/computer-junkyard\" rel=\"noopener\" target=\"_blank\"\u003eBoardGameGeek (English)\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eCategories: \u003c\/label\u003e\n\u003cdiv\u003e\n\u003cmeta charset=\"utf-8\"\u003eJigsaw\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eMechanics: \u003c\/label\u003e\n\u003cdiv\u003e\n\u003cmeta charset=\"utf-8\"\u003eMarket, Take That, Tile Placement, Trading\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description rte small-description small-description-section collapsable-description\"\u003e\n\u003cp\u003e\u003cbr\u003e\u003cspan\u003eIn Computer Junkyard, players assemble hardware tiles to build a vintage computer. The first player to have a complete, bug-free computer that meets the specifications needed to run their unique computer game is the winner.\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003eThe main mechanic of Computer Junkyard is the physical assembly of hardware tiles. Each player ties their equipment together like piece puzzle, connecting it to a central motherboard tile to fit a 9x9 chassis grid.\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003ePlayers collect materials by purchasing tiles drawn at random from the central scrapyard, or by freely trading with other players. Players start with a limited amount of money, which they must manage as the price of material tiles rises as their supplies dwindle.\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003eDuring their turn, players can purchase equipment, attempt to steal equipment from their opponents, or sabotage an opponent by attaching a computer bug tile to their computer.\u003c\/span\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    .store-pass-card-text {\n        display: -webkit-box;\n        -webkit-line-clamp: 3;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n        height: 84px;\n    }\n    .store-pass-full-text {\n        -webkit-line-clamp: unset;\n        height: unset;\n    }\n    .store-pass-custom-description .mb-1, .my-1 {\n        margin-bottom: 0.375rem!important;\n    }\n    .store-pass-custom-description .mr-1, .mx-1 {\n        margin-right: 0.375rem!important;\n    }\n    .store-pass-custom-description .mr-1, .mx-1 {\n        margin-left: 0.375rem!important;\n    }\n    .store-pass-custom-description .d-none {\n        display: none!important;\n    }\n    .store-pass-custom-description .d-block {\n         display: block!important;\n    }\n    .store-pass-custom-description .row {\n        display: flex;\n        flex-wrap: wrap;\n    }\n    .store-pass-custom-description .col-6 {\n        flex: 0 0 50%;\n        max-width: 50%;\n        display: flex;\n    }\n    .store-pass-custom-description .legality {\n        margin-right: 1rem;\n    }\n    .store-pass-custom-description .labeled-info {\n        display: flex;\n        flex-direction: column;\n    }\n    .store-pass-custom-description .labeled-info \u003e div {\n        border-bottom: 1px solid #e5e5e5;\n        margin-bottom: 1rem;\n        padding-bottom: 1rem;\n    }\n    .store-pass-custom-description .labeled-info \u003e div:first-child {\n        padding-top: 1rem;\n    }\n    .store-pass-custom-description .labeled-info \u003e div:last-child {\n        border-bottom: 0px;\n        padding-bottom: 0;\n    }\n    .store-pass-custom-description .labeled-info .inner {\n        display: flex;\n        padding: 0.25rem;\n        margin: 0.25rem;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .labeled-info .inner:first-child {\n        padding-top: 0.25rem;\n    }\n    .store-pass-custom-description .labeled-info .inner:last-child {\n        padding-bottom: 0;\n        border-bottom: 0;\n    }\n    .store-pass-custom-description .info-item {\n        display: flex;\n        align-items: center;\n        padding: 0.5rem;\n        margin: 0;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .info-item-description {\n        padding: 0.5rem;\n    }\n    .store-pass-custom-description .info-item-description label {\n        margin-right: 0.375rem;\n    }\n    .store-pass-custom-description .info-item label {\n        font-weight: 600;\n        flex: 0 0 120px;\n        margin-bottom: 0;\n        overflow-wrap: break-word;\n        align-self: flex-start;\n    }\n    .store-pass-custom-description .info-item .inner label {\n        flex: 0 0 200px;\n    }\n\u003c\/style\u003e","brand":"Dream Egg Games","offers":[{"title":"Default Title","offer_id":47419870544086,"sku":"DRE001001STD","price":62.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0592\/0112\/6585\/files\/pic8310916.webp?v=1761934445"},{"product_id":"circadia-multilingue-precommande-q2-2026","title":"Circadia (Multilingual) [Pre-order] ***Q2 2026***","description":"\u003cdiv class=\"store-pass-custom-description\"\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\u003clabel style=\"margin-right: 0.5rem;\"\u003eAuthor: \u003c\/label\u003e\n\u003cdiv\u003e\u003ca title=\"Hisashi Hayashi\" href=\"https:\/\/boardgamegeek.com\/boardgamedesigner\/39436\/hisashi-hayashi\" itemprop=\"url\"\u003e\u003cspan class=\"ng-binding\" itemprop=\"name\"\u003eHisashi Hayashi\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\u003clabel style=\"margin-right: 0.5rem;\"\u003eArtist: \u003c\/label\u003e\n\u003cdiv\u003e\u003cmeta charset=\"utf-8\"\u003e\u003ca title=\"Maria Nechaeva\" href=\"https:\/\/boardgamegeek.com\/boardgameartist\/171812\/maria-nechaeva\"\u003e\u003cspan class=\"ng-binding\"\u003eMaria Nechaeva\u003c\/span\u003e\u003c\/a\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\u003clabel style=\"margin-right: 0.5rem;\"\u003ePublisher: \u003c\/label\u003e\n\u003cdiv\u003e\u003cmeta charset=\"utf-8\"\u003e\u003ca title=\"Synapses Games\" href=\"https:\/\/boardgamegeek.com\/boardgamepublisher\/39502\/synapses-games\" itemprop=\"url\"\u003e\u003cspan class=\"ng-binding\" itemprop=\"name\"\u003eSynapses Games\u003c\/span\u003e\u003c\/a\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\u003clabel style=\"margin-right: 0.5rem;\"\u003eNumber of players: \u003c\/label\u003e2 to 5\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\u003clabel style=\"margin-right: 0.5rem;\"\u003eAge: \u003c\/label\u003e\n\u003cdiv\u003e8 years and over\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\u003clabel style=\"margin-right: 0.5rem;\"\u003eDuration: \u003c\/label\u003e30 minutes\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\u003clabel style=\"margin-right: 0.5rem;\"\u003eLinks: \u003c\/label\u003e\u003ca href=\"https:\/\/boardgamegeek.com\/boardgame\/454399\/circadia\" rel=\"noopener\" target=\"_blank\"\u003eBoardGameGeek (English)\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\u003clabel style=\"margin-right: 0.5rem;\"\u003eCategories: \u003c\/label\u003e\n\u003cdiv\u003e\u003cmeta charset=\"utf-8\"\u003eXXXXXX\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\u003clabel style=\"margin-right: 0.5rem;\"\u003eMechanics: \u003c\/label\u003e\n\u003cdiv\u003e\u003cmeta charset=\"utf-8\"\u003eXXXXXX\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description rte small-description small-description-section collapsable-description\"\u003e\n\u003cp\u003eLong ago, the world of Circadia pulsed in perfect rhythm, each habitat monitored by its guardian spirit. But when the Day lingered too long and the Night became restless, the strength of the guardians began to weaken.\u003c\/p\u003e\n\u003cp\u003eYou are a Guide of the Dreaming Paths, tasked with guiding the Winged Bear, the Rooted Axolotl and the Cloud Goose to their domains.\u003c\/p\u003e\n\u003cp\u003eBy weaving the powers of the Spiritual Creatures into harmonious gatherings, you will restore their connection with the Habitats. But only the Guide who will bring back the most balance to Circadia will be remembered as the Guardian of the Eternal Cycle.\u003c\/p\u003e\n\u003cp\u003eIn this captivating card game, you and your companions Guides face by restoring the balance of Circadia. In your turn, play Spirit Creature cards to create powerful sets. The more solid the whole, the more valuable the habitat you can claim. Each Habitat map brings you closer to victory by assigning balance points. Carefully manage your hand and plan your sets to create a harmonious sequence of Day and Night cards. When a Guide reaches 15 balance points, it’s time for a final round. And the player with the most balance points wins!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstyle\u003e\n    .store-pass-card-text {\n        display: -webkit-box;\n        -webkit-line-clamp: 3;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n        height: 84px;\n    }\n    .store-pass-full-text {\n        -webkit-line-clamp: unset;\n        height: unset;\n    }\n    .store-pass-custom-description .mb-1, .my-1 {\n        margin-bottom: 0.375rem!important;\n    }\n    .store-pass-custom-description .mr-1, .mx-1 {\n        margin-right: 0.375rem!important;\n    }\n    .store-pass-custom-description .mr-1, .mx-1 {\n        margin-left: 0.375rem!important;\n    }\n    .store-pass-custom-description .d-none {\n        display: none!important;\n    }\n    .store-pass-custom-description .d-block {\n         display: block!important;\n    }\n    .store-pass-custom-description .row {\n        display: flex;\n        flex-wrap: wrap;\n    }\n    .store-pass-custom-description .col-6 {\n        flex: 0 0 50%;\n        max-width: 50%;\n        display: flex;\n    }\n    .store-pass-custom-description .legality {\n        margin-right: 1rem;\n    }\n    .store-pass-custom-description .labeled-info {\n        display: flex;\n        flex-direction: column;\n    }\n    .store-pass-custom-description .labeled-info \u003e div {\n        border-bottom: 1px solid #e5e5e5;\n        margin-bottom: 1rem;\n        padding-bottom: 1rem;\n    }\n    .store-pass-custom-description .labeled-info \u003e div:first-child {\n        padding-top: 1rem;\n    }\n    .store-pass-custom-description .labeled-info \u003e div:last-child {\n        border-bottom: 0px;\n        padding-bottom: 0;\n    }\n    .store-pass-custom-description .labeled-info .inner {\n        display: flex;\n        padding: 0.25rem;\n        margin: 0.25rem;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .labeled-info .inner:first-child {\n        padding-top: 0.25rem;\n    }\n    .store-pass-custom-description .labeled-info .inner:last-child {\n        padding-bottom: 0;\n        border-bottom: 0;\n    }\n    .store-pass-custom-description .info-item {\n        display: flex;\n        align-items: center;\n        padding: 0.5rem;\n        margin: 0;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .info-item-description {\n        padding: 0.5rem;\n    }\n    .store-pass-custom-description .info-item-description label {\n        margin-right: 0.375rem;\n    }\n    .store-pass-custom-description .info-item label {\n        font-weight: 600;\n        flex: 0 0 120px;\n        margin-bottom: 0;\n        overflow-wrap: break-word;\n        align-self: flex-start;\n    }\n    .store-pass-custom-description .info-item .inner label {\n        flex: 0 0 200px;\n    }\n\u003c\/style\u003e\n\u003c\/div\u003e","brand":"Synapses Games","offers":[{"title":"Default Title","offer_id":47866611728598,"sku":"SYNCIR01ENFR","price":23.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0592\/0112\/6585\/files\/SYNCIR01ENFR_1-Z.jpg?v=1771778351"},{"product_id":"dice-throne-alchimist-accessory-pack-anglais","title":"Dice Throne: Alchemist Accessory Pack (English)","description":"\u003cdiv class=\"store-pass-custom-description\"\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eAuthor: \u003c\/label\u003e\n\u003cdiv\u003eGavan Brown, Nate Chatellier, Manny Trembley\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eArtist: \u003c\/label\u003e\n\u003cdiv\u003e\n\u003cmeta charset=\"utf-8\"\u003eGavan Brown, Nick Malara, Manny Trembley\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003ePublisher: \u003c\/label\u003e\n\u003cdiv\u003e\n\u003cmeta charset=\"utf-8\"\u003eDice Throne Inc.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eNumber of players: \u003c\/label\u003e2 to 6\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eAge: \u003c\/label\u003e\n\u003cdiv\u003e14 years and over\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eDuration: \u003c\/label\u003e20 to 40 minutes\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eLinks: \u003c\/label\u003e\u003ca href=\"https:\/\/boardgamegeek.com\/boardgame\/463785\/dice-throne-alchemist\" rel=\"noopener\" target=\"_blank\"\u003eBoardGameGeek (English)\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eCategories: \u003c\/label\u003e\n\u003cdiv\u003e\n\u003cmeta charset=\"utf-8\"\u003eExpansion for Base-game\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eMechanics: \u003c\/label\u003e\n\u003cdiv\u003e\n\u003cmeta charset=\"utf-8\"\u003eDice Rolling, Die Icon Resolution, Re-rolling and Locking, Take That, Variable Player Powers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description rte small-description small-description-section collapsable-description\"\u003e\n\u003cdiv data-oe-version=\"1.2\"\u003e\n\u003cp\u003eBring new life to your Alchemist with this premium accessory pack, designed to enhance both your gameplay and your display. Each component is crafted with quality and style, making your Alchemist truly legendary at the table.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFeatures \u003c\/strong\u003e:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eThe painted hero sculpture is intended for use with expansion products.\u003c\/li\u003e\n\u003cli\u003ePremium card sleeves protect cards and make it easy to identify your hero's deck. \u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eAcrylic tokens enhance the look of your experience!\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eMore Cards - Randomizer, Mythic and Promo Cards!\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .store-pass-card-text {\n        display: -webkit-box;\n        -webkit-line-clamp: 3;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n        height: 84px;\n    }\n    .store-pass-full-text {\n        -webkit-line-clamp: unset;\n        height: unset;\n    }\n    .store-pass-custom-description .mb-1, .my-1 {\n        margin-bottom: 0.375rem!important;\n    }\n    .store-pass-custom-description .mr-1, .mx-1 {\n        margin-right: 0.375rem!important;\n    }\n    .store-pass-custom-description .mr-1, .mx-1 {\n        margin-left: 0.375rem!important;\n    }\n    .store-pass-custom-description .d-none {\n        display: none!important;\n    }\n    .store-pass-custom-description .d-block {\n         display: block!important;\n    }\n    .store-pass-custom-description .row {\n        display: flex;\n        flex-wrap: wrap;\n    }\n    .store-pass-custom-description .col-6 {\n        flex: 0 0 50%;\n        max-width: 50%;\n        display: flex;\n    }\n    .store-pass-custom-description .legality {\n        margin-right: 1rem;\n    }\n    .store-pass-custom-description .labeled-info {\n        display: flex;\n        flex-direction: column;\n    }\n    .store-pass-custom-description .labeled-info \u003e div {\n        border-bottom: 1px solid #e5e5e5;\n        margin-bottom: 1rem;\n        padding-bottom: 1rem;\n    }\n    .store-pass-custom-description .labeled-info \u003e div:first-child {\n        padding-top: 1rem;\n    }\n    .store-pass-custom-description .labeled-info \u003e div:last-child {\n        border-bottom: 0px;\n        padding-bottom: 0;\n    }\n    .store-pass-custom-description .labeled-info .inner {\n        display: flex;\n        padding: 0.25rem;\n        margin: 0.25rem;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .labeled-info .inner:first-child {\n        padding-top: 0.25rem;\n    }\n    .store-pass-custom-description .labeled-info .inner:last-child {\n        padding-bottom: 0;\n        border-bottom: 0;\n    }\n    .store-pass-custom-description .info-item {\n        display: flex;\n        align-items: center;\n        padding: 0.5rem;\n        margin: 0;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .info-item-description {\n        padding: 0.5rem;\n    }\n    .store-pass-custom-description .info-item-description label {\n        margin-right: 0.375rem;\n    }\n    .store-pass-custom-description .info-item label {\n        font-weight: 600;\n        flex: 0 0 120px;\n        margin-bottom: 0;\n        overflow-wrap: break-word;\n        align-self: flex-start;\n    }\n    .store-pass-custom-description .info-item .inner label {\n        flex: 0 0 200px;\n    }\n\u003c\/style\u003e","brand":"Dice Throne, Inc.","offers":[{"title":"Default Title","offer_id":47880459583702,"sku":"DTI9421","price":29.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0592\/0112\/6585\/files\/raw_7f8b1d47-114d-4deb-b525-7b54b113f73a.jpg?v=1772037753"},{"product_id":"unmatched-stars-and-stripes-anglais","title":"Unmatched: Stars and Stripes (English)","description":"\u003cdiv class=\"store-pass-custom-description\"\u003e\n\u003cdiv class=\"info-item\" style=\"display: flex;\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eAuthors: \u003c\/label\u003eRob Daviau, Justin D. Jacobson\u003c\/div\u003e\n\u003cdiv class=\"info-item\" style=\"display: flex;\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eArtist: \u003c\/label\u003e\n\u003cdiv\u003eThe Brave Union\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\" style=\"display: flex;\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003ePublisher: \u003c\/label\u003e\n\u003cdiv\u003eRestoration Games\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\" style=\"display: flex;\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eNumber of players: \u003c\/label\u003e2 to 4\u003c\/div\u003e\n\u003cdiv class=\"info-item\" style=\"display: flex;\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eAge: \u003c\/label\u003e\n\u003cdiv\u003e9 years and over\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\" style=\"display: flex;\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eDuration: \u003c\/label\u003e20 to 40 minutes\u003c\/div\u003e\n\u003cdiv style=\"display: flex;\" class=\"info-item\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eLinks: \u003c\/label\u003e\u003ca href=\"https:\/\/boardgamegeek.com\/boardgame\/451527\/unmatched-stars-and-stripes\" rel=\"noopener\" target=\"_blank\"\u003eBoardGameGeek (English)\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\" style=\"display: flex;\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eCategories: \u003c\/label\u003e\n\u003cdiv\u003eCard Game, Fantasy, Fighting\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\" style=\"display: flex;\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eMechanics: \u003c\/label\u003e\n\u003cdiv\u003eAction Points, Campaign \/ Battle Card Driven, Card Play Conflict Resolution, Hand Management, Line of Sight, Point to Point Movement, Team-Based Game, Variable Player Powers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description rte small-description small-description-section collapsable-description\" itemprop=\"description\"\u003e\n\u003cp\u003eFour fierce fighters from American history join the unrivaled universe. Stars and Stripes features 3 design competition heroes, including the highly anticipated Rosie the Riveter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .store-pass-card-text {\n        display: -webkit-box;\n        -webkit-line-clamp: 3;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n        height: 84px;\n    }\n    .store-pass-full-text {\n        -webkit-line-clamp: unset;\n        height: unset;\n    }\n    .store-pass-custom-description .mb-1, .my-1 {\n        margin-bottom: 0.375rem!important;\n    }\n    .store-pass-custom-description .mr-1, .mx-1 {\n        margin-right: 0.375rem!important;\n    }\n    .store-pass-custom-description .mr-1, .mx-1 {\n        margin-left: 0.375rem!important;\n    }\n    .store-pass-custom-description .d-none {\n        display: none!important;\n    }\n    .store-pass-custom-description .d-block {\n         display: block!important;\n    }\n    .store-pass-custom-description .row {\n        display: flex;\n        flex-wrap: wrap;\n    }\n    .store-pass-custom-description .col-6 {\n        flex: 0 0 50%;\n        max-width: 50%;\n        display: flex;\n    }\n    .store-pass-custom-description .legality {\n        margin-right: 1rem;\n    }\n    .store-pass-custom-description .labeled-info {\n        display: flex;\n        flex-direction: column;\n    }\n    .store-pass-custom-description .labeled-info \u003e div {\n        border-bottom: 1px solid #e5e5e5;\n        margin-bottom: 1rem;\n        padding-bottom: 1rem;\n    }\n    .store-pass-custom-description .labeled-info \u003e div:first-child {\n        padding-top: 1rem;\n    }\n    .store-pass-custom-description .labeled-info \u003e div:last-child {\n        border-bottom: 0px;\n        padding-bottom: 0;\n    }\n    .store-pass-custom-description .labeled-info .inner {\n        display: flex;\n        padding: 0.25rem;\n        margin: 0.25rem;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .labeled-info .inner:first-child {\n        padding-top: 0.25rem;\n    }\n    .store-pass-custom-description .labeled-info .inner:last-child {\n        padding-bottom: 0;\n        border-bottom: 0;\n    }\n    .store-pass-custom-description .info-item {\n        display: flex;\n        align-items: center;\n        padding: 0.5rem;\n        margin: 0;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .info-item-description {\n        padding: 0.5rem;\n    }\n    .store-pass-custom-description .info-item-description label {\n        margin-right: 0.375rem;\n    }\n    .store-pass-custom-description .info-item label {\n        font-weight: 600;\n        flex: 0 0 120px;\n        margin-bottom: 0;\n        overflow-wrap: break-word;\n        align-self: flex-start;\n    }\n    .store-pass-custom-description .info-item .inner label {\n        flex: 0 0 200px;\n    }\n\u003c\/style\u003e","brand":"Restoration Games","offers":[{"title":"Default Title","offer_id":47902320459990,"sku":"REO9332","price":50.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0592\/0112\/6585\/files\/raw_9274a08f-dc2e-457e-a3a6-8b28cbeb1f26.jpg?v=1772640417"},{"product_id":"uno-les-guerrieres-de-la-k-pop-multilingue","title":"Uno: Les Guerrières de la K-Pop (multilingue)","description":"\u003cdiv class=\"store-pass-custom-description\"\u003e\n\u003cdiv class=\"info-item\" style=\"display: flex;\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eAuteur: \u003c\/label\u003e\n\u003cdiv\u003eXXXXXX\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\" style=\"display: flex;\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eArtiste: \u003c\/label\u003e\n\u003cdiv\u003e\n\u003cmeta charset=\"utf-8\"\u003eXXXXXX\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\" style=\"display: flex;\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eÉditeur: \u003c\/label\u003e\n\u003cdiv\u003e\n\u003cmeta charset=\"utf-8\"\u003eXXXXXX\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\" style=\"display: flex;\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eNombre de joueurs: \u003c\/label\u003e2 à 10\u003c\/div\u003e\n\u003cdiv class=\"info-item\" style=\"display: flex;\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eÂge: \u003c\/label\u003e\n\u003cdiv\u003e7 ans et +\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\" style=\"display: flex;\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eDurée: \u003c\/label\u003e20 minutes\u003c\/div\u003e\n\u003cdiv class=\"info-item\" style=\"display: flex;\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eLiens: \u003c\/label\u003e\u003ca rel=\"noopener\" href=\"https:\/\/boardgamegeek.com\/boardgame\/2223\/uno\" target=\"_blank\"\u003eBoardGameGeek (anglais)\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\" style=\"display: flex;\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eCatégories: \u003c\/label\u003e\n\u003cdiv\u003e\n\u003cmeta charset=\"utf-8\"\u003eXXXXXX\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-item\" style=\"display: flex;\"\u003e\n\u003clabel style=\"margin-right: 0.5rem;\"\u003eMécaniques: \u003c\/label\u003e\n\u003cdiv\u003e\n\u003cmeta charset=\"utf-8\"\u003eXXXXXX\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description rte small-description small-description-section collapsable-description\"\u003e\n\u003cp\u003eDescription\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eLes fans de la série « KPop Demon Hunters » de Netflix vont adorer ce jeu de cartes UNO. Avec des illustrations inspirées du film, les joueurs s'affrontent pour associer couleurs et chiffres, tandis qu'une carte « Wild Golden Honmoon » rassemble tout le monde pour sceller le Honmoon avant que la partie ne reprenne. Riche en rebondissements, ce jeu de cartes garantit des parties pleines de suspense. \u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .store-pass-card-text {\n        display: -webkit-box;\n        -webkit-line-clamp: 3;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n        height: 84px;\n    }\n    .store-pass-full-text {\n        -webkit-line-clamp: unset;\n        height: unset;\n    }\n    .store-pass-custom-description .mb-1, .my-1 {\n        margin-bottom: 0.375rem!important;\n    }\n    .store-pass-custom-description .mr-1, .mx-1 {\n        margin-right: 0.375rem!important;\n    }\n    .store-pass-custom-description .mr-1, .mx-1 {\n        margin-left: 0.375rem!important;\n    }\n    .store-pass-custom-description .d-none {\n        display: none!important;\n    }\n    .store-pass-custom-description .d-block {\n         display: block!important;\n    }\n    .store-pass-custom-description .row {\n        display: flex;\n        flex-wrap: wrap;\n    }\n    .store-pass-custom-description .col-6 {\n        flex: 0 0 50%;\n        max-width: 50%;\n        display: flex;\n    }\n    .store-pass-custom-description .legality {\n        margin-right: 1rem;\n    }\n    .store-pass-custom-description .labeled-info {\n        display: flex;\n        flex-direction: column;\n    }\n    .store-pass-custom-description .labeled-info \u003e div {\n        border-bottom: 1px solid #e5e5e5;\n        margin-bottom: 1rem;\n        padding-bottom: 1rem;\n    }\n    .store-pass-custom-description .labeled-info \u003e div:first-child {\n        padding-top: 1rem;\n    }\n    .store-pass-custom-description .labeled-info \u003e div:last-child {\n        border-bottom: 0px;\n        padding-bottom: 0;\n    }\n    .store-pass-custom-description .labeled-info .inner {\n        display: flex;\n        padding: 0.25rem;\n        margin: 0.25rem;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .labeled-info .inner:first-child {\n        padding-top: 0.25rem;\n    }\n    .store-pass-custom-description .labeled-info .inner:last-child {\n        padding-bottom: 0;\n        border-bottom: 0;\n    }\n    .store-pass-custom-description .info-item {\n        display: flex;\n        align-items: center;\n        padding: 0.5rem;\n        margin: 0;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .info-item-description {\n        padding: 0.5rem;\n    }\n    .store-pass-custom-description .info-item-description label {\n        margin-right: 0.375rem;\n    }\n    .store-pass-custom-description .info-item label {\n        font-weight: 600;\n        flex: 0 0 120px;\n        margin-bottom: 0;\n        overflow-wrap: break-word;\n        align-self: flex-start;\n    }\n    .store-pass-custom-description .info-item .inner label {\n        flex: 0 0 200px;\n    }\n\u003c\/style\u003e","brand":"Mattel","offers":[{"title":"Default Title","offer_id":48420208509142,"sku":"595JRV01","price":10.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0592\/0112\/6585\/files\/595JRV01.jpg?v=1782847855"},{"product_id":"marvel-super-heroes-commander-deck-wakanda-forever-collectors-edition-anglais","title":"Marvel Super Heroes - Commander Deck - Wakanda Forever - Collector's Edition (English)","description":"\u003cdiv class=\"store-pass-custom-description\"\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003eCollection:\u003c\/label\u003eOrder: Marvel Super Heroes\u003c\/div\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003ePublisher :\u003c\/label\u003eWizard of the Coast\u003c\/div\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003eRelease date:\u003c\/label\u003e2026-06-26\u003c\/div\u003e\n\u003cdiv class=\"description rte small-description small-description-section collapsable-description\" itemprop=\"description\"\u003eCommander decks are ready to play right out of the box and contain everything you need to play Magic's most popular multiplayer format. Magic: The Gathering | Marvel Super Heroes Commander Decks Collector's Edition feature four different Commander deck versions and each includes 100 surge foil cards.\u003c\/div\u003e\n\u003cdiv class=\"description rte small-description small-description-section collapsable-description\" itemprop=\"description\"\u003e \u003cbr\u003eMore about Magic: The Gathering | Marvel Super Heroes \u003cbr\u003eThe Marvel Universe has arrived in full force! An all-star roster of heavy hitters jumps from the comics to the battlefield, and the fate of the world hangs in the balance. Build your dream super team of Heroes and Villains, then follow them up with iconic gear and unleash their earthshaking abilities. Soar, strike, and smash your way to victory in Magic: The Gathering | Marvel Super Heroes!\u003c\/div\u003e\n\u003cdiv class=\"description rte small-description small-description-section collapsable-description\" itemprop=\"description\"\u003e \u003cbr\u003e© 2026 MARVEL | TM \u0026 © 2026 Wizards of the Coast LLC\u003c\/div\u003e\n\u003cdiv class=\"description rte small-description small-description-section collapsable-description\" itemprop=\"description\"\u003e \u003cbr\u003eContents: \u003cbr\u003e• 1 ready-to-play deck of 100 Magic cards \u003cbr\u003e• Includes 100 surge foil cards \u003cbr\u003e• 30 new-to-Magic cards \u003cbr\u003e• 10 double-sided token cards \u003cbr\u003e• Deck box \u003cbr\u003e• Strategy insert \u003cbr\u003e• Reference card\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n    .store-pass-card-text {\n        display: -webkit-box;\n        -webkit-line-clamp: 3;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n        height: 84px;\n    }\n    .store-pass-full-text {\n        -webkit-line-clamp: unset;\n        height: unset;\n    }\n    .store-pass-custom-description .mb-1, .my-1 {\n        margin-bottom: 0.375rem!important;\n    }\n    .store-pass-custom-description .mr-1, .mx-1 {\n        margin-right: 0.375rem!important;\n    }\n    .store-pass-custom-description .mr-1, .mx-1 {\n        margin-left: 0.375rem!important;\n    }\n    .store-pass-custom-description .d-none {\n        display: none!important;\n    }\n    .store-pass-custom-description .d-block {\n         display: block!important;\n    }\n    .store-pass-custom-description .row {\n        display: flex;\n        flex-wrap: wrap;\n    }\n    .store-pass-custom-description .col-6 {\n        flex: 0 0 50%;\n        max-width: 50%;\n        display: flex;\n    }\n    .store-pass-custom-description .legality {\n        margin-right: 1rem;\n    }\n    .store-pass-custom-description .labeled-info {\n        display: flex;\n        flex-direction: column;\n    }\n    .store-pass-custom-description .labeled-info \u003e div {\n        border-bottom: 1px solid #e5e5e5;\n        margin-bottom: 1rem;\n        padding-bottom: 1rem;\n    }\n    .store-pass-custom-description .labeled-info \u003e div:first-child {\n        padding-top: 1rem;\n    }\n    .store-pass-custom-description .labeled-info \u003e div:last-child {\n        border-bottom: 0px;\n        padding-bottom: 0;\n    }\n    .store-pass-custom-description .labeled-info .inner {\n        display: flex;\n        padding: 0.25rem;\n        margin: 0.25rem;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .labeled-info .inner:first-child {\n        padding-top: 0.25rem;\n    }\n    .store-pass-custom-description .labeled-info .inner:last-child {\n        padding-bottom: 0;\n        border-bottom: 0;\n    }\n    .store-pass-custom-description .info-item {\n        display: flex;\n        align-items: center;\n        padding: 0.5rem;\n        margin: 0;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .info-item-description {\n        padding: 0.5rem;\n    }\n    .store-pass-custom-description .info-item-description label {\n        margin-right: 0.375rem;\n    }\n    .store-pass-custom-description .info-item label {\n        font-weight: 600;\n        flex: 0 0 120px;\n        margin-bottom: 0;\n        overflow-wrap: break-word;\n        align-self: flex-start;\n    }\n    .store-pass-custom-description .info-item .inner label {\n        flex: 0 0 200px;\n    }\n\u003c\/style\u003e","brand":"Magic: The Gathering","offers":[{"title":"Default Title","offer_id":48420217225430,"sku":"MTG-MSC-YQ2SMSP44Y","price":249.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0592\/0112\/6585\/files\/675628.jpg?v=1782833374"},{"product_id":"marvel-super-heroes-commander-deck-doom-prevails-collectors-edition-anglais","title":"Marvel Super Heroes - Commander Deck - Doom Prevails - Collector's Edition (English)","description":"\u003cdiv class=\"store-pass-custom-description\"\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003eCollection:\u003c\/label\u003eOrder: Marvel Super Heroes\u003c\/div\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003ePublisher :\u003c\/label\u003eWizard of the Coast\u003c\/div\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003eRelease date:\u003c\/label\u003e2026-06-26\u003c\/div\u003e\n\u003cdiv class=\"description rte small-description small-description-section collapsable-description\" itemprop=\"description\"\u003eCommander decks are ready to play right out of the box and contain everything you need to play Magic's most popular multiplayer format. Magic: The Gathering | Marvel Super Heroes Commander Decks Collector's Edition feature four different Commander deck versions and each includes 100 surge foil cards.\u003cbr\u003e\u003cbr\u003eMore about Magic: The Gathering | Marvel Super Heroes \u003cbr\u003eThe Marvel Universe has arrived in full force! An all-star roster of heavy hitters jumps from the comics to the battlefield, and the fate of the world hangs in the balance. Build your dream super team of Heroes and Villains, then follow them up with iconic gear and unleash their earthshaking abilities. Soar, strike, and smash your way to victory in Magic: The Gathering | Marvel Super Heroes!\u003cbr\u003e\u003cbr\u003e© 2026 MARVEL | TM \u0026 © 2026 Wizards of the Coast LLC\u003cbr\u003e\u003cbr\u003eContents: \u003cbr\u003e• 1 ready-to-play deck of 100 Magic cards \u003cbr\u003e• Includes 100 surge foil cards \u003cbr\u003e• 30 new-to-Magic cards \u003cbr\u003e• 10 double-sided token cards \u003cbr\u003e• Deck box \u003cbr\u003e• Strategy insert \u003cbr\u003e• Reference card\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    var cardText = document.querySelector(\".store-pass-card-text\")\n    var showMore = document.querySelector('.store-pass-show-more')\n\n    function toggleCardText() {\n        if (showMore.innerHTML == 'Show More') {\n            showMore.innerHTML = 'Show Less'\n            cardText.classList.add('store-pass-full-text')\n        }\n        else {\n            showMore.innerHTML = 'Show More'\n            cardText.classList.remove('store-pass-full-text')\n        }\n    }\n\n    initText()\n    function initText() {\n        if (!checkOverflow(cardText)) return\n\n        showMore.classList.remove('d-none')\n    }\n\n    function checkOverflow(el) {\n        var curOverflow = el.style.overflow;\n\n        if (!curOverflow || curOverflow === \"visible\") el.style.overflow = \"hidden\"\n\n        var isOverflowing = el.clientWidth \u003c el.scrollWidth || el.clientHeight \u003c el.scrollHeight;\n        el.style.overflow = curOverflow;\n\n        return isOverflowing;\n    }\n\u003c\/script\u003e\n\u003cdiv\u003e\n\u003cstyle\u003e\n    .store-pass-card-text {\n        display: -webkit-box;\n        -webkit-line-clamp: 3;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n        height: 84px;\n    }\n    .store-pass-full-text {\n        -webkit-line-clamp: unset;\n        height: unset;\n    }\n    .store-pass-custom-description .mb-1, .my-1 {\n        margin-bottom: 0.375rem!important;\n    }\n    .store-pass-custom-description .mr-1, .mx-1 {\n        margin-right: 0.375rem!important;\n    }\n    .store-pass-custom-description .mr-1, .mx-1 {\n        margin-left: 0.375rem!important;\n    }\n    .store-pass-custom-description .d-none {\n        display: none!important;\n    }\n    .store-pass-custom-description .d-block {\n         display: block!important;\n    }\n    .store-pass-custom-description .row {\n        display: flex;\n        flex-wrap: wrap;\n    }\n    .store-pass-custom-description .col-6 {\n        flex: 0 0 50%;\n        max-width: 50%;\n        display: flex;\n    }\n    .store-pass-custom-description .legality {\n        margin-right: 1rem;\n    }\n    .store-pass-custom-description .labeled-info {\n        display: flex;\n        flex-direction: column;\n    }\n    .store-pass-custom-description .labeled-info \u003e div {\n        border-bottom: 1px solid #e5e5e5;\n        margin-bottom: 1rem;\n        padding-bottom: 1rem;\n    }\n    .store-pass-custom-description .labeled-info \u003e div:first-child {\n        padding-top: 1rem;\n    }\n    .store-pass-custom-description .labeled-info \u003e div:last-child {\n        border-bottom: 0px;\n        padding-bottom: 0;\n    }\n    .store-pass-custom-description .labeled-info .inner {\n        display: flex;\n        padding: 0.25rem;\n        margin: 0.25rem;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .labeled-info .inner:first-child {\n        padding-top: 0.25rem;\n    }\n    .store-pass-custom-description .labeled-info .inner:last-child {\n        padding-bottom: 0;\n        border-bottom: 0;\n    }\n    .store-pass-custom-description .info-item {\n        display: flex;\n        align-items: center;\n        padding: 0.5rem;\n        margin: 0;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .info-item-description {\n        padding: 0.5rem;\n    }\n    .store-pass-custom-description .info-item-description label {\n        margin-right: 0.375rem;\n    }\n    .store-pass-custom-description .info-item label {\n        font-weight: 600;\n        flex: 0 0 120px;\n        margin-bottom: 0;\n        overflow-wrap: break-word;\n        align-self: flex-start;\n    }\n    .store-pass-custom-description .info-item .inner label {\n        flex: 0 0 200px;\n    }\n\u003c\/style\u003e\n\u003c\/div\u003e","brand":"Magic: The Gathering","offers":[{"title":"Default Title","offer_id":48420217258198,"sku":"MTG-MSC-X4FZOH108W","price":299.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0592\/0112\/6585\/files\/675630.jpg?v=1782833381"},{"product_id":"marvel-super-heroes-commander-deck-the-fantastic-four-collectors-edition-anglais","title":"Marvel Super Heroes - Commander Deck - The Fantastic Four - Collector's Edition (English)","description":"\u003cdiv class=\"store-pass-custom-description\"\u003e\n\u003cdiv class=\"info-item\"\u003e\u003clabel\u003eCollection:\u003c\/label\u003eOrder: Marvel Super Heroes\u003c\/div\u003e\n\u003cdiv class=\"info-item\"\u003e\u003clabel\u003ePublisher :\u003c\/label\u003eWizard of the Coast\u003c\/div\u003e\n\u003cdiv class=\"info-item\"\u003e\u003clabel\u003eRelease date:\u003c\/label\u003e2026-06-26\u003c\/div\u003e\n\u003cdiv class=\"description rte small-description small-description-section collapsable-description\" itemprop=\"description\"\u003eCommander decks are ready to play right out of the box and contain everything you need to play Magic's most popular multiplayer format. Magic: The Gathering | Marvel Super Heroes Commander Decks Collector's Edition feature four different Commander deck versions and each includes 100 surge foil cards.\u003cbr\u003e\u003cbr\u003eMore about Magic: The Gathering | Marvel Super Heroes \u003cbr\u003eThe Marvel Universe has arrived in full force! An all-star roster of heavy hitters jumps from the comics to the battlefield, and the fate of the world hangs in the balance. Build your dream super team of Heroes and Villains, then follow them up with iconic gear and unleash their earthshaking abilities. Soar, strike, and smash your way to victory in Magic: The Gathering | Marvel Super Heroes!\u003cbr\u003e\u003cbr\u003e© 2026 MARVEL | TM \u0026amp; © 2026 Wizards of the Coast LLC\u003cbr\u003e\u003cbr\u003eContents: \u003cbr\u003e• 1 ready-to-play deck of 100 Magic cards \u003cbr\u003e• Includes 100 surge foil cards \u003cbr\u003e• 30 new-to-Magic cards \u003cbr\u003e• 10 double-sided token cards \u003cbr\u003e• Deck box \u003cbr\u003e• Strategy insert \u003cbr\u003e• Reference card\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    var cardText = document.querySelector(\".store-pass-card-text\")\n    var showMore = document.querySelector('.store-pass-show-more')\n\n    function toggleCardText() {\n        if (showMore.innerHTML == 'Show More') {\n            showMore.innerHTML = 'Show Less'\n            cardText.classList.add('store-pass-full-text')\n        }\n        else {\n            showMore.innerHTML = 'Show More'\n            cardText.classList.remove('store-pass-full-text')\n        }\n    }\n\n    initText()\n    function initText() {\n        if (!checkOverflow(cardText)) return\n\n        showMore.classList.remove('d-none')\n    }\n\n    function checkOverflow(el) {\n        var curOverflow = el.style.overflow;\n\n        if (!curOverflow || curOverflow === \"visible\") el.style.overflow = \"hidden\"\n\n        var isOverflowing = el.clientWidth \u003c el.scrollWidth || el.clientHeight \u003c el.scrollHeight;\n        el.style.overflow = curOverflow;\n\n        return isOverflowing;\n    }\n\u003c\/script\u003e\n\u003cdiv\u003e\n\u003cstyle\u003e\n    .store-pass-card-text {\n        display: -webkit-box;\n        -webkit-line-clamp: 3;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n        height: 84px;\n    }\n    .store-pass-full-text {\n        -webkit-line-clamp: unset;\n        height: unset;\n    }\n    .store-pass-custom-description .mb-1, .my-1 {\n        margin-bottom: 0.375rem!important;\n    }\n    .store-pass-custom-description .mr-1, .mx-1 {\n        margin-right: 0.375rem!important;\n    }\n    .store-pass-custom-description .mr-1, .mx-1 {\n        margin-left: 0.375rem!important;\n    }\n    .store-pass-custom-description .d-none {\n        display: none!important;\n    }\n    .store-pass-custom-description .d-block {\n         display: block!important;\n    }\n    .store-pass-custom-description .row {\n        display: flex;\n        flex-wrap: wrap;\n    }\n    .store-pass-custom-description .col-6 {\n        flex: 0 0 50%;\n        max-width: 50%;\n        display: flex;\n    }\n    .store-pass-custom-description .legality {\n        margin-right: 1rem;\n    }\n    .store-pass-custom-description .labeled-info {\n        display: flex;\n        flex-direction: column;\n    }\n    .store-pass-custom-description .labeled-info \u003e div {\n        border-bottom: 1px solid #e5e5e5;\n        margin-bottom: 1rem;\n        padding-bottom: 1rem;\n    }\n    .store-pass-custom-description .labeled-info \u003e div:first-child {\n        padding-top: 1rem;\n    }\n    .store-pass-custom-description .labeled-info \u003e div:last-child {\n        border-bottom: 0px;\n        padding-bottom: 0;\n    }\n    .store-pass-custom-description .labeled-info .inner {\n        display: flex;\n        padding: 0.25rem;\n        margin: 0.25rem;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .labeled-info .inner:first-child {\n        padding-top: 0.25rem;\n    }\n    .store-pass-custom-description .labeled-info .inner:last-child {\n        padding-bottom: 0;\n        border-bottom: 0;\n    }\n    .store-pass-custom-description .info-item {\n        display: flex;\n        align-items: center;\n        padding: 0.5rem;\n        margin: 0;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .info-item-description {\n        padding: 0.5rem;\n    }\n    .store-pass-custom-description .info-item-description label {\n        margin-right: 0.375rem;\n    }\n    .store-pass-custom-description .info-item label {\n        font-weight: 600;\n        flex: 0 0 120px;\n        margin-bottom: 0;\n        overflow-wrap: break-word;\n        align-self: flex-start;\n    }\n    .store-pass-custom-description .info-item .inner label {\n        flex: 0 0 200px;\n    }\n\u003c\/style\u003e\n\u003c\/div\u003e","brand":"Magic: The Gathering","offers":[{"title":"Default Title","offer_id":48420217290966,"sku":"MTG-MSC-AZHJKFXSXV","price":249.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0592\/0112\/6585\/files\/675629.jpg?v=1782833390"},{"product_id":"marvel-super-heroes-commander-deck-avengers-assemble-collectors-edition-anglais","title":"Marvel Super Heroes - Commander Deck - Avengers Assemble - Collector's Edition (English) ***Box with minor damage***","description":"\u003cdiv class=\"store-pass-custom-description\"\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003eCollection:\u003c\/label\u003eOrder: Marvel Super Heroes\u003c\/div\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003ePublisher :\u003c\/label\u003eWizard of the Coast\u003c\/div\u003e\n\u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003eRelease date:\u003c\/label\u003e2026-06-26\u003c\/div\u003e\n\u003cdiv class=\"description rte small-description small-description-section collapsable-description\" itemprop=\"description\"\u003eCommander decks are ready to play right out of the box and contain everything you need to play Magic's most popular multiplayer format. Magic: The Gathering | Marvel Super Heroes Commander Decks Collector's Edition feature four different Commander deck versions and each includes 100 surge foil cards.\u003c\/div\u003e\n\u003cdiv class=\"description rte small-description small-description-section collapsable-description\" itemprop=\"description\"\u003e \u003cbr\u003eMore about Magic: The Gathering | Marvel Super Heroes \u003cbr\u003eThe Marvel Universe has arrived in full force! An all-star roster of heavy hitters jumps from the comics to the battlefield, and the fate of the world hangs in the balance. Build your dream super team of Heroes and Villains, then follow them up with iconic gear and unleash their earthshaking abilities. Soar, strike, and smash your way to victory in Magic: The Gathering | Marvel Super Heroes!\u003c\/div\u003e\n\u003cdiv class=\"description rte small-description small-description-section collapsable-description\" itemprop=\"description\"\u003e \u003cbr\u003e© 2026 MARVEL | TM \u0026 © 2026 Wizards of the Coast LLC\u003c\/div\u003e\n\u003cdiv class=\"description rte small-description small-description-section collapsable-description\" itemprop=\"description\"\u003e \u003cbr\u003eContents: \u003cbr\u003e• 1 ready-to-play deck of 100 Magic cards \u003cbr\u003e• Includes 100 surge foil cards \u003cbr\u003e• 30 new-to-Magic cards \u003cbr\u003e• 10 double-sided token cards \u003cbr\u003e• Deck box \u003cbr\u003e• Strategy insert \u003cbr\u003e• Reference card\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n    .store-pass-card-text {\n        display: -webkit-box;\n        -webkit-line-clamp: 3;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n        height: 84px;\n    }\n    .store-pass-full-text {\n        -webkit-line-clamp: unset;\n        height: unset;\n    }\n    .store-pass-custom-description .mb-1, .my-1 {\n        margin-bottom: 0.375rem!important;\n    }\n    .store-pass-custom-description .mr-1, .mx-1 {\n        margin-right: 0.375rem!important;\n    }\n    .store-pass-custom-description .mr-1, .mx-1 {\n        margin-left: 0.375rem!important;\n    }\n    .store-pass-custom-description .d-none {\n        display: none!important;\n    }\n    .store-pass-custom-description .d-block {\n         display: block!important;\n    }\n    .store-pass-custom-description .row {\n        display: flex;\n        flex-wrap: wrap;\n    }\n    .store-pass-custom-description .col-6 {\n        flex: 0 0 50%;\n        max-width: 50%;\n        display: flex;\n    }\n    .store-pass-custom-description .legality {\n        margin-right: 1rem;\n    }\n    .store-pass-custom-description .labeled-info {\n        display: flex;\n        flex-direction: column;\n    }\n    .store-pass-custom-description .labeled-info \u003e div {\n        border-bottom: 1px solid #e5e5e5;\n        margin-bottom: 1rem;\n        padding-bottom: 1rem;\n    }\n    .store-pass-custom-description .labeled-info \u003e div:first-child {\n        padding-top: 1rem;\n    }\n    .store-pass-custom-description .labeled-info \u003e div:last-child {\n        border-bottom: 0px;\n        padding-bottom: 0;\n    }\n    .store-pass-custom-description .labeled-info .inner {\n        display: flex;\n        padding: 0.25rem;\n        margin: 0.25rem;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .labeled-info .inner:first-child {\n        padding-top: 0.25rem;\n    }\n    .store-pass-custom-description .labeled-info .inner:last-child {\n        padding-bottom: 0;\n        border-bottom: 0;\n    }\n    .store-pass-custom-description .info-item {\n        display: flex;\n        align-items: center;\n        padding: 0.5rem;\n        margin: 0;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .info-item-description {\n        padding: 0.5rem;\n    }\n    .store-pass-custom-description .info-item-description label {\n        margin-right: 0.375rem;\n    }\n    .store-pass-custom-description .info-item label {\n        font-weight: 600;\n        flex: 0 0 120px;\n        margin-bottom: 0;\n        overflow-wrap: break-word;\n        align-self: flex-start;\n    }\n    .store-pass-custom-description .info-item .inner label {\n        flex: 0 0 200px;\n    }\n\u003c\/style\u003e","brand":"Magic: The Gathering","offers":[{"title":"Default Title","offer_id":48420217356502,"sku":"MTG-MSC-NLN6JSYKBE","price":240.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0592\/0112\/6585\/files\/675627.jpg?v=1782833397"}],"url":"https:\/\/boutiquelapioche.com\/en\/collections\/nouveautes-juillet-2026-semaine-1.oembed","provider":"La Pioche - Boutique de jeux","version":"1.0","type":"link"}