(() => { if (!window.location.pathname.includes('/productos/')) return; if (LS?.theme?.name === "Patagonia") return; // =============================== // GOcuotas // =============================== const createGocuotasDescription = () => { if (document.querySelector('.gocuotas-info-container-cart')) return null; const GocuotasDescription = document.createElement("div"); GocuotasDescription.classList.add('col-12', 'mb-2', 'p-0'); const newContainer3 = document.createElement("div"); newContainer3.classList.add("gocuotas-info-container-cart"); // Contenido distinto por theme if (LS.theme.name === 'Simple') { newContainer3.innerHTML = `