All('.xt_woofc-title').forEach(el => { if (el.textContent.trim() === 'Cart') el.textContent = 'Carrito'; }); traducir(); new MutationObserver(traducir).observe(document.body, { childList: true, subtree: true }); });