Tienda online

Consulta productos y genera tu pedido
Precio activo: P1 Catálogo online listo

Catálogo

Cargando catálogo...
.cartBtn.pulse{ animation:cartBtnPulse .46s ease; } @keyframes cartBtnPulse{ 0%{ transform:scale(1); } 45%{ transform:scale(1.08); } 100%{ transform:scale(1); } } .cartFlyDot{ position:fixed; width:16px; height:16px; border-radius:999px; background:linear-gradient(90deg,var(--brand),var(--brand-2)); box-shadow:0 8px 18px rgba(0,0,0,.24); z-index:120; pointer-events:none; } @media(min-width:1200px){ body.store-cart-dock-open .wrap{ max-width: calc(1440px - 390px); margin-right: 390px; transition: margin-right .2s ease; } #stCartMw.cartDock{ inset:0 0 0 auto; width:min(390px,90vw); padding:0; background:transparent; justify-content:flex-end; align-items:stretch; z-index:35; } #stCartMw.cartDock.show{ display:flex; } #stCartMw.cartDock .modal{ width:100%; max-height:none; height:100%; border-radius:0; border-left:1px solid var(--line); border-right:none; border-top:none; border-bottom:none; } #stCartMw.cartDock .modalBody{ height: calc(100vh - 58px); grid-template-rows:auto minmax(0,1fr) auto auto auto; } #stCartMw.cartDock .cartList{ max-height:none; } }