{"product_id":"azul-crystal-mosaic-expansion","title":"Azul | Crystal Mosaic Expansion","description":"\u003cdiv class=\"custom-product-description storepass-custom-description\"\u003e\n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003ePlayers \u003c\/label\u003e\u003ca href=\"?product_line=Board%20Game\u0026amp;players=2\"\u003e2\u003c\/a\u003e-\u003ca href=\"?product_line=Board%20Game\u0026amp;players=4\"\u003e4\u003c\/a\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003ePlaytime \u003c\/label\u003e\u003ca href=\"?product_line=Board%20Game\u0026amp;playtime=30\"\u003e30\u003c\/a\u003e-\u003ca href=\"?product_line=Board%20Game\u0026amp;playtime=45\"\u003e45\u003c\/a\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003eAge \u003c\/label\u003e\u003cdiv\u003e\u003ca href=\"?product_line=Board%20Game\u0026amp;min_age=10\"\u003e10+\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003eDesigner \u003c\/label\u003e\u003cdiv\u003e\u003ca href=\"?product_line=Board%20Game\u0026amp;designer=Michael%20Kiesling\"\u003eMichael Kiesling\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003ePublishers \u003c\/label\u003e\u003cdiv\u003e\u003ca href=\"?product_line=Board%20Game\u0026amp;publisher=Next%20Move%20Games\"\u003eNext Move Games\u003c\/a\u003e\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\u003e\n\u003cdiv class=\"storepass-see-more-content\"\u003e\u003ca href=\"?product_line=Board%20Game\u0026amp;artist=Chris%20Quilliams\"\u003eChris Quilliams\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003ca class=\"storepass-see-more d-none\" href=\"javascript:void(0);\" onclick=\"toggleSeeMore()\"\u003eShow More\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"info-item\" style=\"display:flex;\"\u003e\n\u003clabel style=\"margin-right:0.5rem;\"\u003eMechanic \u003c\/label\u003e\u003cdiv\u003e\u003ca href=\"?product_line=Board%20Game\u0026amp;mechanic=Pattern%20Building\"\u003ePattern Building\u003c\/a\u003e\u003c\/div\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\u003e\n\u003ca href=\"?product_line=Board%20Game\u0026amp;category=Abstract%20Strategy\"\u003eAbstract Strategy\u003c\/a\u003e, \u003ca href=\"?product_line=Board%20Game\u0026amp;category=Expansion%20for%20Base-game\"\u003eExpansion for Base-game\u003c\/a\u003e, \u003ca href=\"?product_line=Board%20Game\u0026amp;category=Puzzle\"\u003ePuzzle\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eNOTE: \u003cmeta charset=\"utf-8\"\u003eThis is an Expansion; requires the base game Azul to be played.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eThe “Crystal Mosaic” of the title is actually a plastic overlay that provides a recess to keep tiles from being accidentally bumped out of place. Four overlays are included in this expansion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    var cardText = document.querySelector(\".storepass-see-more-content\")\n    var showMore = document.querySelector('.storepass-see-more')\n\n    function toggleSeeMore() {\n        if (showMore.innerHTML == 'Show More') {\n            showMore.innerHTML = 'Show Less'\n            cardText.classList.add('storepass-see-more-content-show')\n        }\n        else {\n            showMore.innerHTML = 'Show More'\n            cardText.classList.remove('storepass-see-more-content-show')\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    .storepass-see-more-content {\n        display: inline-block;\n        display: -webkit-box;\n        -webkit-line-clamp: 1;\n        -webkit-box-orient: vertical;\n        overflow: hidden;\n        height: 28px;\n    }\n    .storepass-see-more-content-show {\n        -webkit-line-clamp: unset;\n        height: unset;\n    }\n    .storepass-custom-description .d-none {\n        display: none!important;\n    }\n    .storepass-custom-description .d-block {\n         display: block!important;\n    }\n\u003c\/style\u003e","brand":"asmodee","offers":[{"title":"Default Title","offer_id":40498004262984,"sku":null,"price":39.99,"currency_code":"NZD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0068\/7190\/8425\/files\/50317288.jpg?v=1734990913","url":"https:\/\/goblingames.nz\/products\/azul-crystal-mosaic-expansion","provider":"Goblin Games NZ","version":"1.0","type":"link"}