document.addEventListener("DOMContentLoaded", function () { if (window.location.href.includes("/catalogo/")) { document.querySelectorAll(".qib-container, .price, product-add-to-cart").forEach(el => { el.style.display = "none"; }); }
Skip to main content