Skip to content

SALES UP TO 40% OFF

Cart

Your cart is empty

Any problem, proposal or reference is highly appreciated.

const waitForGrowWave = setInterval(() => { const badge = document.querySelector('.gw-badge, .growwave-bubble, .gw-widget'); if (badge) { badge.style.transform = 'translateY(-60px) translateX(-20px)'; badge.style.zIndex = '999999'; clearInterval(waitForGrowWave); } }, 300);