{"product_id":"scar-eerily-prepared-153-204-whispers-in-the-well","title":"Scar - Eerily Prepared (153\/204) [Whispers in the Well]","description":"\u003cdiv class=\"store-pass-custom-description\"\u003e\n    \u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003eProperty\u003c\/label\u003eLion King\u003c\/div\u003e\n    \u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003eCost (Ink)\u003c\/label\u003e5\u003c\/div\u003e\n    \u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003eCharacter Version\u003c\/label\u003eEerily Prepared\u003c\/div\u003e\n    \u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003eInk Type\u003c\/label\u003eSapphire\u003c\/div\u003e\n    \u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003eCard Type\u003c\/label\u003eCharacter\u003c\/div\u003e\n    \n    \u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003eStrength\u003c\/label\u003e6\u003c\/div\u003e\n    \u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003eWillpower\u003c\/label\u003e5\u003c\/div\u003e\n    \u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003eLore Value\u003c\/label\u003e2\u003c\/div\u003e\n    \n    \u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003eRarity\u003c\/label\u003eSuper Rare\u003c\/div\u003e\n    \u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003eCard Effect\u003c\/label\u003e\u003cdiv\u003e\n\u003cdiv class=\"store-pass-card-text\"\u003e\n\u003cstrong\u003eBoost\u003c\/strong\u003e 2 Ink \u003cem\u003e(Once during your turn, you may pay 2 Ink to put the top card of your deck facedown under this character.)\u003c\/em\u003e\n\u003cbr\u003e\u003cstrong\u003e[Survival of the Fittest]\u003c\/strong\u003e Whenever you put a card under this character, chosen opposing character gets -5 Strength this turn.\u003c\/div\u003e\n\u003ca class=\"store-pass-show-more d-none\" href=\"javascript:void(0);\" onclick=\"toggleCardText()\"\u003eShow More\u003c\/a\u003e\n\u003c\/div\u003e\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":"Whispers in the Well","offers":[{"title":"Near Mint","offer_id":47087857598702,"sku":"WITW-153\/204-EN-N-1","price":0.75,"currency_code":"CAD","in_stock":true},{"title":"Lightly Played","offer_id":47087857631470,"sku":"WITW-153\/204-EN-N-2","price":0.64,"currency_code":"CAD","in_stock":false},{"title":"Moderately Played","offer_id":47087857664238,"sku":"WITW-153\/204-EN-N-3","price":0.52,"currency_code":"CAD","in_stock":false},{"title":"Heavily Played","offer_id":47087857697006,"sku":"WITW-153\/204-EN-N-4","price":0.38,"currency_code":"CAD","in_stock":false},{"title":"Damaged","offer_id":47087857729774,"sku":"WITW-153\/204-EN-N-5","price":0.22,"currency_code":"CAD","in_stock":false},{"title":"Near Mint Cold Foil","offer_id":47087857762542,"sku":"WITW-153\/204-EN-CF-1","price":0.9,"currency_code":"CAD","in_stock":true},{"title":"Lightly Played Cold Foil","offer_id":47087857795310,"sku":"WITW-153\/204-EN-CF-2","price":0.77,"currency_code":"CAD","in_stock":false},{"title":"Moderately Played Cold Foil","offer_id":47087857828078,"sku":"WITW-153\/204-EN-CF-3","price":0.63,"currency_code":"CAD","in_stock":false},{"title":"Heavily Played Cold Foil","offer_id":47087857860846,"sku":"WITW-153\/204-EN-CF-4","price":0.45,"currency_code":"CAD","in_stock":false},{"title":"Damaged Cold Foil","offer_id":47087857893614,"sku":"WITW-153\/204-EN-CF-5","price":0.27,"currency_code":"CAD","in_stock":false},{"title":"Near Mint Holofoil","offer_id":47752118796526,"sku":"WITW-153\/204-EN-HF-1","price":1.99,"currency_code":"CAD","in_stock":false},{"title":"Lightly Played Holofoil","offer_id":47752118829294,"sku":"WITW-153\/204-EN-HF-2","price":1.69,"currency_code":"CAD","in_stock":false},{"title":"Moderately Played Holofoil","offer_id":47752118862062,"sku":"WITW-153\/204-EN-HF-3","price":1.39,"currency_code":"CAD","in_stock":false},{"title":"Heavily Played Holofoil","offer_id":47752118894830,"sku":"WITW-153\/204-EN-HF-4","price":1.04,"currency_code":"CAD","in_stock":false},{"title":"Damaged Holofoil","offer_id":47752118927598,"sku":"WITW-153\/204-EN-HF-5","price":0.63,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0614\/5736\/7278\/files\/659384.jpg?v=1773677279","url":"https:\/\/gtgames.ca\/products\/scar-eerily-prepared-153-204-whispers-in-the-well","provider":"GT Games","version":"1.0","type":"link"}