{"product_id":"in-future-hoodie-white-navy","title":"IN FUTURE HOODIE (WHITE-NAVY)","description":"\u003cdiv class=\"cdd_main\"\u003e\n    \u003cdiv class=\"cdd_header\"\u003e\n        \u003cspan\u003eDETAILS\u003c\/span\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0621\/5113\/1299\/files\/drop_arrow_down.svg?v=1763548632\" alt=\"arrow-down\" class=\"cdd_arrow\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cdd_content\"\u003e\n        \u003c!-- PEGAR DESCRIPCIÓN AQUÍ --\u003e\n        \u003cp\u003eHoodies of the highest possible quality, made with 480 GSM heavyweight fleece cotton fabric. Designed using our own custom pattern to achieve the perfect balance between a cropped and boxy fit. \n            \u003cbr\u003e\u003cbr\u003e 100% cotton.\u003c\/p\u003e\n        \u003c!-- PEGAR DESCRIPCIÓN AQUÍ --\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"cdd_main sc_trigger\"\u003e\n    \u003cdiv class=\"cdd_header\"\u003e\n        \u003cspan\u003eSIZE GUIDE\u003c\/span\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0621\/5113\/1299\/files\/drop_arrow_right.svg?v=1763548631\" alt=\"arrow-right\" class=\"cdd_arrow\"\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"cdd_main cdd_main_last\"\u003e\n    \u003cdiv class=\"cdd_header\"\u003e\n        \u003cspan\u003eSHIPPING \u0026amp; RETURNS\u003c\/span\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0621\/5113\/1299\/files\/drop_arrow_down.svg?v=1763548632\" alt=\"arrow-down\" class=\"cdd_arrow\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"cdd_content\"\u003e\n        \u003cp\u003eExpress shipment. (More information at checkout).\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"sc_section\" id=\"scSection\"\u003e\n    \u003cdiv class=\"sc_content\"\u003e\n\n        \u003cspan class=\"svg-wrapper\" id=\"cerrarSc\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0927\/4897\/2356\/files\/cruzado.png?v=1755534364\" alt=\"icn-close\" style=\"width: 24px;\"\u003e\n        \u003c\/span\u003e\n\n        \u003c!-- SIZE CHART --\u003e\n        \u003cdiv\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0621\/5113\/1299\/files\/hoodies-size-chart.png?v=1763731315\" alt=\"size_chart\"\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eModel 1,83m (Boy), 1,60m (Girl). \u0026amp; Boy-Size L \u0026amp; Girl-Size S.\u003c\/span\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n    .cdd_main {\n        border-top: 1px solid #c1c1c1;\n    }\n\n    .cdd_main:last-child {\n        border-top: 1px solid #c1c1c1;\n        border-bottom: 1px solid #c1c1c1;\n    }\n\n    .cdd_header {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 20px;\n        font-size: 14px;\n        color: #1f1f1f;\n        cursor: pointer;\n    }\n\n    .cdd_arrow {\n        font-size: 18px;\n        border: none !important;\n    }\n\n    .cdd_content {\n        max-height: 0;\n        overflow: hidden;\n        padding: 0 20px;\n    }\n\n    .cdd_content\u003ep {\n        text-transform: uppercase;\n        font-size: 1.3rem;\n        margin: 0;\n    }\n\n    .cdd_main.open .cdd_content {\n        padding: 0 20px 12px;\n        max-height: none;\n    }\n\n    .cdd_main.open .cdd_arrow {\n        transform: rotate(180deg);\n    }\n\n    .sc_section {\n        display: none;\n        position: fixed;\n        z-index: 1000;\n        top: 0;\n        left: 0;\n        width: 100vw;\n        height: 100vh;\n        background: rgba(0, 0, 0, 0.6);\n        justify-content: center;\n        align-items: center;\n    }\n\n    .sc_content {\n        position: relative;\n        background: white;\n        padding: 10px;\n        border-radius: 8px;\n        width: 90vw;\n    }\n\n    .sc_content img {\n        width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    @media screen and (min-width: 512px) {\n        .sc_content {\n            width: 70vw;\n        }\n    }\n\n    @media screen and (min-width: 750px) {\n        .cdd_main_last {\n        border-bottom: 1px solid #c1c1c1;\n    }\n    }\n\n    @media screen and (min-width: 1330px) {\n        .sc_content {\n            width: 35vw;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cscript\u003e\n    document.querySelectorAll('.cdd_header').forEach(header =\u003e {\n\n        \/\/ Evitar que el \"SIZE GUIDE\" use dropdown\n        if (header.parentElement.classList.contains(\"sc_trigger\")) return;\n\n        header.addEventListener('click', () =\u003e {\n            header.parentElement.classList.toggle('open');\n        });\n    });\n\n    \/\/ POPUP SIZE CHART\n    const modal = document.getElementById('scSection');\n    const openSC = document.querySelector('.sc_trigger');\n    const closeSC = document.getElementById('cerrarSc');\n\n    \/\/ Abrir popup al clicar \"Size Guide\"\n    openSC.addEventListener('click', () =\u003e {\n        modal.style.display = 'flex';\n    });\n\n    \/\/ Cerrar popup\n    closeSC.addEventListener('click', () =\u003e {\n        modal.style.display = 'none';\n    });\n\n    \/\/ Cerrar al hacer clic fuera\n    modal.addEventListener('click', (e) =\u003e {\n        if (e.target === modal) {\n            modal.style.display = 'none';\n        }\n    });\n\u003c\/script\u003e","brand":"VestaGarments","offers":[{"title":"S","offer_id":59488969621838,"sku":"VST-INFUTUREHOODIE-NAVYS","price":60.0,"currency_code":"EUR","in_stock":false},{"title":"M","offer_id":59488969654606,"sku":"VST-INFUTUREHOODIE-NAVYM","price":60.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":59488969687374,"sku":"VST-INFUTUREHOODIE-NAVYL","price":60.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":59488969720142,"sku":"VST-INFUTUREHOODIE-NAVYXL","price":60.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0621\/5113\/1299\/files\/7D2ECE8E-82DA-45F3-ACC1-8C078DF87A04.jpg?v=1778409312","url":"https:\/\/vestagarments.com\/de\/products\/in-future-hoodie-white-navy","provider":"VestaGarments","version":"1.0","type":"link"}