{"product_id":"reforge-the-soul-inr-167-innistrad-remastered","title":"Reforge the Soul (INR-167) - Innistrad Remastered","description":"\u003cdiv class=\"store-pass-custom-description\"\u003e\n    \n    \u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003eCard Type\u003c\/label\u003e\u003ca href=\"\/search.php?product_line=All\u0026amp;sort=Recently+Added\u0026amp;limit=30\u0026amp;type_line=Sorcery\"\u003eSorcery\u003c\/a\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003eRarity\u003c\/label\u003e\u003ca href=\"\/search.php?product_line=All\u0026amp;sort=Recently+Added\u0026amp;limit=30\u0026amp;rarity=rare\"\u003eRare\u003c\/a\u003e\n\u003c\/div\u003e\n    \n    \u003cdiv class=\"info-item\"\u003e\n\u003clabel\u003ePower\/Toughness\u003c\/label\u003e\u003ca href=\"\/search.php?product_line=All\u0026amp;sort=Recently+Added\u0026amp;limit=30\u0026amp;power=null\"\u003enull\u003c\/a\u003e\/\u003ca href=\"\/search.php?product_line=All\u0026amp;sort=Recently+Added\u0026amp;limit=30\u0026amp;toughness=null\"\u003enull\u003c\/a\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"info-item\" style=\"justify-content: space-between;\"\u003e\n\u003clabel\u003eLegalities\u003c\/label\u003e\n        \u003ca href=\"javascript:void(0);\" onclick=\"toggleLegality()\"\u003e\n            \u003csvg class=\"legalities-closed d-block\" style=\"width:24px;height:24px\" viewbox=\"0 0 24 24\"\u003e\u003cpath fill=\"currentColor\" d=\"M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003csvg class=\"legalities-open d-none\" style=\"width:24px;height:24px\" viewbox=\"0 0 24 24\"\u003e\u003cpath fill=\"currentColor\" d=\"M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"info-item d-none\" id=\"info-item-legalities\"\u003e\u003cdiv class=\"row\"\u003e\n\u003cdiv class=\"col-6\"\u003e\n\u003cdiv class=\"badge  badge-legal\"\u003eLEGAL\u003c\/div\u003e\n\u003ca href=\"\/search.php?product_line=All\u0026amp;sort=Recently+Added\u0026amp;limit=30\u0026amp;legalities=commander\" class=\"legality-status\" title=\"Commander\"\u003eCommander\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-6\"\u003e\n\u003cdiv class=\"badge  badge-legal\"\u003eLEGAL\u003c\/div\u003e\n\u003ca href=\"\/search.php?product_line=All\u0026amp;sort=Recently+Added\u0026amp;limit=30\u0026amp;legalities=freeform\" class=\"legality-status\" title=\"Freeform\"\u003eFreeform\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-6\"\u003e\n\u003cdiv class=\"badge  badge-legal\"\u003eLEGAL\u003c\/div\u003e\n\u003ca href=\"\/search.php?product_line=All\u0026amp;sort=Recently+Added\u0026amp;limit=30\u0026amp;legalities=legacy\" class=\"legality-status\" title=\"Legacy\"\u003eLegacy\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-6\"\u003e\n\u003cdiv class=\"badge  badge-legal\"\u003eLEGAL\u003c\/div\u003e\n\u003ca href=\"\/search.php?product_line=All\u0026amp;sort=Recently+Added\u0026amp;limit=30\u0026amp;legalities=modern\" class=\"legality-status\" title=\"Modern\"\u003eModern\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-6\"\u003e\n\u003cdiv class=\"badge  badge-legal\"\u003eLEGAL\u003c\/div\u003e\n\u003ca href=\"\/search.php?product_line=All\u0026amp;sort=Recently+Added\u0026amp;limit=30\u0026amp;legalities=vintage\" class=\"legality-status\" title=\"Vintage\"\u003eVintage\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n    \u003cdiv class=\"info-item-description\"\u003e\u003cdiv\u003eEach player discards their hand, then draws seven cards.\u003cbr\u003e\u003cbr\u003eMiracle 1R \u003cem\u003e(You may cast this card for its miracle cost when you draw it if it's the first card you drew this turn.)\u003c\/em\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n    \n\u003c\/div\u003e\n\u003cscript\u003e\n    function toggleLegality() {\n        var element = document.getElementById(\"info-item-legalities\")\n        var closed = document.querySelector(\".legalities-closed\")\n        var open = document.querySelector(\".legalities-open\")\n\n        if (element.classList.contains('d-none')) {\n            element.classList.add(\"d-block\")\n            closed.classList.add(\"d-none\")\n            open.classList.add(\"d-block\")\n\n            element.classList.remove(\"d-none\")\n            closed.classList.remove(\"d-block\")\n            open.classList.remove(\"d-none\")\n        }\n        else {\n            element.classList.add(\"d-none\")\n            closed.classList.add(\"d-block\")\n            open.classList.add(\"d-none\")\n\n            element.classList.remove(\"d-block\")\n            closed.classList.remove(\"d-none\")\n            open.classList.remove(\"d-block\")\n        }\n        \n    }\n\u003c\/script\u003e\n\u003cstyle\u003e\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 .badge {\n        display: inline-block;\n        padding: 0.25rem 0.5rem;\n        text-align: center;\n        margin: 0 0.5rem 0.5rem 0;\n        width: 130px;\n        flex: 0 0 130px;\n        border-radius: 0;\n    }\n    .store-pass-custom-description a {\n         font-size: 1rem;\n    }\n    .store-pass-custom-description .badge-legal {\n        background-color: #6B6B6B;\n        color: white;\n    }\n    .store-pass-custom-description .badge-not-legal {\n        background-color: #BBBBBB;\n        color: white;\n    }\n    .store-pass-custom-description .legality-status {\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    .store-pass-custom-description .mtg-icon {\n        width: 16px;\n        height: 16px;\n    }\n    .store-pass-custom-description .info-item {\n        display: flex;\n        align-items: center;\n        padding: 0.5rem 0.5rem 0.5rem 0;\n        margin: 0;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .info-item-description {\n        display: flex;\n        flex-direction: column;\n        padding: 0.5rem 0.5rem 0.5rem 0;\n        margin: 0;\n        border-bottom: 1px solid #e5e5e5;\n    }\n    .store-pass-custom-description .info-item label {\n        font-weight: 600;\n        width: 160px;\n        flex: 0 0 160px;\n        margin-bottom: 0;\n    }\n\u003c\/style\u003e","brand":"Innistrad Remastered","offers":[{"title":"Near Mint","offer_id":46194260410603,"sku":"MTG-INR-167-YKBR7YYHJF-1","price":7.8,"currency_code":"CAD","in_stock":false},{"title":"Lightly Played","offer_id":46194260443371,"sku":"MTG-INR-167-YKBR7YYHJF-2","price":6.63,"currency_code":"CAD","in_stock":false},{"title":"Moderately Played","offer_id":46194260476139,"sku":"MTG-INR-167-YKBR7YYHJF-3","price":5.46,"currency_code":"CAD","in_stock":false},{"title":"Heavily Played","offer_id":46194260508907,"sku":"MTG-INR-167-YKBR7YYHJF-4","price":3.85,"currency_code":"CAD","in_stock":false},{"title":"Damaged","offer_id":46194260541675,"sku":"MTG-INR-167-YKBR7YYHJF-5","price":2.31,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/7194\/3915\/files\/1c3509c6-2ae7-45be-8ac9-4d14d69db32f_adc257f8-f98d-456a-a313-4e6366690135.png?v=1757052055","url":"https:\/\/www.danireon.com\/products\/reforge-the-soul-inr-167-innistrad-remastered","provider":"Danireon Cards \u0026 Games","version":"1.0","type":"link"}