{"title":"Sets","description":"","products":[{"product_id":"checkered-jacket","title":"CHECKERED JACKET","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\u003eJackets of the highest possible quality, made with heavyweight poly and mesh fabric. Designed using our own custom pattern to achieve the perfect balance between a cropped and boxy fit. \n            \u003cbr\u003e\u003cbr\u003e 100% poly and mesh.\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":59488950780238,"sku":"VST-CHECKHOODIE-GREYS","price":60.0,"currency_code":"EUR","in_stock":false},{"title":"M","offer_id":59488950813006,"sku":"VST-CHECKHOODIE-GREYM","price":60.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":59488950845774,"sku":"VST-CHECKHOODIE-GREYL","price":60.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":59488950878542,"sku":"VST-CHECKHOODIE-GREYXL","price":60.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0621\/5113\/1299\/files\/B2AEB254-D924-4EC6-B994-CA4B1A758872.png?v=1778409107"},{"product_id":"checkered-short","title":"CHECKERED SHORT","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\u003eShort of the highest possible quality, made with heavyweight poly and mesh fabric. Designed using our own custom pattern to achieve the perfect baggy fit. \n            \u003cbr\u003e\u003cbr\u003e Poly and mesh.\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\/IMG_8840.png?v=1778427099\" 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":59488951697742,"sku":"VST-CHECKSHORT-GREYS","price":45.0,"currency_code":"EUR","in_stock":false},{"title":"M","offer_id":59488951730510,"sku":"VST-CHECKSHORT-GREYM","price":45.0,"currency_code":"EUR","in_stock":false},{"title":"L","offer_id":59488951763278,"sku":"VST-CHECKSHORT-GREYL","price":45.0,"currency_code":"EUR","in_stock":false},{"title":"XL","offer_id":59488951796046,"sku":"VST-CHECKSHORT-GREYXL","price":45.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0621\/5113\/1299\/files\/35F544E2-B593-40DE-8884-CB3F5CAB0D10.png?v=1778409106"},{"product_id":"outline-jacket-track","title":"OUTLINE JACKET TRACK (BLACK)","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":59488952877390,"sku":"VST-OUTLNHOODIE-BLACKS","price":60.0,"currency_code":"EUR","in_stock":false},{"title":"M","offer_id":59488952910158,"sku":"VST-OUTLNHOODIE-BLACKM","price":60.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":59488952942926,"sku":"VST-OUTLNHOODIE-BLACKL","price":60.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":59488952975694,"sku":"VST-OUTLNHOODIE-BLACKXL","price":60.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0621\/5113\/1299\/files\/86319D61-78C1-4056-B279-275D272208C9.png?v=1778409107"},{"product_id":"outline-short-track-black-copia","title":"OUTLINE SHORT TRACK (BLACK)","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\u003eShort of the highest possible quality, made with 480 GSM heavyweight fleece cotton fabric. Designed using our own custom pattern to achieve the perfect baggy 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\/IMG_8840.png?v=1778427099\" 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":59488955007310,"sku":"VST-OUTLNSHORT-BLACKS","price":45.0,"currency_code":"EUR","in_stock":false},{"title":"M","offer_id":59488955040078,"sku":"VST-OUTLNSHORT-BLACKM","price":45.0,"currency_code":"EUR","in_stock":false},{"title":"L","offer_id":59488955072846,"sku":"VST-OUTLNSHORT-BLACKL","price":45.0,"currency_code":"EUR","in_stock":false},{"title":"XL","offer_id":59488955105614,"sku":"VST-OUTLNSHORT-BLACKXL","price":45.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0621\/5113\/1299\/files\/9F631636-7AB3-4B00-AC74-AEBE3A55FB4F.png?v=1778409107"},{"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"},{"product_id":"in-future-short-white-navy","title":"IN FUTURE SHORT (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\u003eShort of the highest possible quality, made with 480 GSM heavyweight fleece cotton fabric. Designed using our own custom pattern to achieve the perfect baggy 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\/IMG_8840.png?v=1778427099\" 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":59488974209358,"sku":"VST-INFUTURESHORT-NAVYS","price":45.0,"currency_code":"EUR","in_stock":false},{"title":"M","offer_id":59488974242126,"sku":"VST-INFUTURESHORT-NAVYM","price":45.0,"currency_code":"EUR","in_stock":false},{"title":"L","offer_id":59488974274894,"sku":"VST-INFUTURESHORT-NAVYL","price":45.0,"currency_code":"EUR","in_stock":false},{"title":"XL","offer_id":59488974307662,"sku":"VST-INFUTURESHORT-NAVYXL","price":45.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0621\/5113\/1299\/files\/C9F2940A-02E9-40DF-8293-739563EFDCF1.jpg?v=1778409106"},{"product_id":"camo-set-short-black","title":"CAMO SET SHORT (BLACK)","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\u003eShort of the highest possible quality, made with 480 GSM heavyweight fleece cotton fabric. Designed using our own custom pattern to achieve the perfect baggy 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\/IMG_8840_cc84cf20-4833-4957-bbc9-caef1bda42d8.png?v=1781439262\" alt=\"size_chart\"\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eModel 1=1,83m (Boy), Model 2=1,74m (Boy). \u0026amp; Boy 1-Size L \u0026amp; Boy 2-Size M.\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":59871881920846,"sku":"VST-VVVCAMOSHORT-BLACKS","price":45.0,"currency_code":"EUR","in_stock":false},{"title":"M","offer_id":59871881953614,"sku":"VST-VVVCAMOSHORT-BLACKM","price":45.0,"currency_code":"EUR","in_stock":false},{"title":"L","offer_id":59871881986382,"sku":"VST-VVVCAMOSHORT-BLACKL","price":45.0,"currency_code":"EUR","in_stock":false},{"title":"XL","offer_id":59871882019150,"sku":"VST-VVVCAMOSHORT-BLACKXL","price":45.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0621\/5113\/1299\/files\/9CA1BBC1-1961-4C75-8AD9-F741D326CF88.jpg?v=1781259067"},{"product_id":"camo-set-tee-black","title":"CAMO SET TEE (BLACK)","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\u003eTee of the highest possible quality, made with 220 GSM heavyweight cotton fabric. Designed using our own custom pattern to achieve the perfect 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\/IMG_8845.jpg?v=1773584776\" alt=\"size_chart\"\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eModel 1=1,83m (Boy), Model 2=1,74m (Boy). \u0026amp; Boy 1-Size L \u0026amp; Boy 2-Size M.\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":59871890112846,"sku":"VST-VVVCAMOTEE-BLACKS","price":35.0,"currency_code":"EUR","in_stock":true},{"title":"M","offer_id":59871890145614,"sku":"VST-VVVCAMOTEE-BLACKM","price":35.0,"currency_code":"EUR","in_stock":true},{"title":"L","offer_id":59871890178382,"sku":"VST-VVVCAMOTEE-BLACKL","price":35.0,"currency_code":"EUR","in_stock":true},{"title":"XL","offer_id":59871890211150,"sku":"VST-VVVCAMOTEE-BLACKXL","price":35.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0621\/5113\/1299\/files\/389E8924-5DDC-4E62-9CCC-82FED0785263.jpg?v=1781259067"},{"product_id":"worn-camo-jacket-brown","title":"WORN CAMO JACKET (BROWN)","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\u003eJacket of the highest possible quality, made with 480 GSM heavyweight worn denim 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=1,83m (Boy), Model 2=1,74m (Boy). \u0026amp; Boy 1-Size L \u0026amp; Boy 2-Size M.\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":59871908495694,"sku":"VST-WORNJAC-BROWNS","price":70.0,"currency_code":"EUR","in_stock":false},{"title":"M","offer_id":59871908528462,"sku":"VST-WORNJAC-BROWNM","price":70.0,"currency_code":"EUR","in_stock":false},{"title":"L","offer_id":59871908561230,"sku":"VST-WORNJAC-BROWNL","price":70.0,"currency_code":"EUR","in_stock":false},{"title":"XL","offer_id":59871908593998,"sku":"VST-WORNJAC-BROWNXL","price":70.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0621\/5113\/1299\/files\/8CF2CD66-0F87-4A3F-9CA0-072B7E2533BA.jpg?v=1781259067"},{"product_id":"worn-camo-jort-brown","title":"WORN CAMO JORT (BROWN)","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\u003eShort of the highest possible quality, made with 450 GSM heavyweight worn denim fabric. Designed using our own custom pattern to achieve the perfect baggy 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\/IMG_8840_cc84cf20-4833-4957-bbc9-caef1bda42d8.png?v=1781439262\" alt=\"size_chart\"\u003e\n        \u003c\/div\u003e\n        \u003cspan\u003eModel 1=1,83m (Boy), Model 2=1,74m (Boy). \u0026amp; Boy 1-Size L \u0026amp; Boy 2-Size M.\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":59871910920526,"sku":"VST-WORNJORT-BROWNS","price":55.0,"currency_code":"EUR","in_stock":false},{"title":"M","offer_id":59871910953294,"sku":"VST-WORNJORT-BROWNM","price":55.0,"currency_code":"EUR","in_stock":false},{"title":"L","offer_id":59871910986062,"sku":"VST-WORNJORT-BROWNL","price":55.0,"currency_code":"EUR","in_stock":false},{"title":"XL","offer_id":59871911018830,"sku":"VST-WORNJORT-BROWNXL","price":55.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0621\/5113\/1299\/files\/F6FF88FF-AEF1-4D6F-BD9A-9DB1E5F31B98.jpg?v=1781259067"}],"url":"https:\/\/vestagarments.com\/de\/collections\/sets.oembed","provider":"VestaGarments","version":"1.0","type":"link"}