shhhh... escribe oport 🤫
Search

Imprime todo para tu negocio

Revisa nuestra colección FIFA 2026

0
Gastar $150.00 más para obtener envío MX gratis
Empty Cart Your Cart is Empty!

Parece que todavía no has agregado ningún artículo a tu carrito.

Buscar productos
* =================================== 2) BANDA / ANIMACIÓN "ZONA VIP" ==================================== */ function injectVipCSS(){ if (document.getElementById("oportVipZoneStyle")) return; var st = document.createElement("style"); st.id = "oportVipZoneStyle"; st.textContent = ` #oportVipZone{ position:fixed; top:0; left:50%; transform:translateX(-50%) translateY(-60px); background:linear-gradient(135deg,#2b1a00,#8f6b22,#f5e3a1,#8f6b22,#2b1a00); background-size:200% 200%; color:#1a1204; padding:10px 22px; border-radius:0 0 16px 16px; box-shadow: 0 10px 25px rgba(0,0,0,.55), 0 0 16px rgba(255,215,0,.75); font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; z-index:999998; display:flex; align-items:center; gap:10px; opacity:0; animation: oportVipDrop .7s ease-out forwards, oportVipGlow 8s ease-in-out infinite; } #oportVipZone span.oportVipIcon{ font-size:18px; filter:drop-shadow(0 0 6px rgba(255,255,255,.9)); } #oportVipZone small{ display:block; font-size:11px; text-transform:none; letter-spacing:normal; opacity:.9; } #oportVipZone button#oportVipClose{ background:transparent; border:none; cursor:pointer; margin-left:4px; font-size:15px; color:#3b2a0b; } #oportVipZone button#oportVipClose:hover{ color:#000; } @keyframes oportVipDrop{ 0%{ transform:translateX(-50%) translateY(-60px); opacity:0; } 100%{ transform:translateX(-50%) translateY(0); opacity:1; } } @keyframes oportVipGlow{ 0%,100%{ box-shadow: 0 10px 25px rgba(0,0,0,.55), 0 0 10px rgba(255,215,0,.6); } 50%{ box-shadow: 0 10px 30px rgba(0,0,0,.75), 0 0 24px rgba(255,215,0,1); } } @media (max-width:768px){ #oportVipZone{ font-size:11px; padding:8px 14px; border-radius:0 0 12px 12px; } #oportVipZone small{ font-size:10px; } } `; document.head.appendChild(st); } function showVipBanner(){ if (document.getElementById("oportVipZone")) return; injectVipCSS(); var div = document.createElement("div"); div.id = "oportVipZone"; div.innerHTML = `
COLECCIÓN PREMIUM OPORT Estás en la zona VIP de cuadros exclusivos.
`; document.body.appendChild(div); var closeBtn = document.getElementById("oportVipClose"); closeBtn.addEventListener("click", function(){ div.style.transition = "transform .3s ease, opacity .3s ease"; div.style.transform = "translateX(-50%) translateY(-60px)"; div.style.opacity = "0"; setTimeout(function(){ div.remove(); }, 320); }); // Auto-ocultar después de 9s setTimeout(function(){ if (!document.body.contains(div)) return; div.style.transition = "transform .3s ease, opacity .3s ease"; div.style.transform = "translateX(-50%) translateY(-60px)"; div.style.opacity = "0"; setTimeout(function(){ div.remove(); }, 320); }, 9000); } // Mostrar la animación VIP cuando cargue la página if (document.readyState === "loading"){ document.addEventListener("DOMContentLoaded", showVipBanner); } else { showVipBanner(); } })();