Bags and Accessories
Baseball Caps
Clothing
Unisex T-Shirt
Women's T-Shirt
Unisex Hoodie
Stickers
15cm Square Sticker
You need to
enable JavaScript
to use the communication tool powered by
OpenWidget
const interval = setInterval(() => { const elem = document.querySelector('p.small.mt-3 strong'); if (elem && elem.textContent.includes('gratuitamente')) { elem.textContent = elem.textContent.replace(/gratuitamente/gi, ''); clearInterval(interval); } }, 500);