🚚 Envíos a todo México
🛡️ Garantía Oficial
💳 Pago Seguro
🎧 Soporte Técnico
★★★★★ Más de 1,000 clientes satisfechos

Colección: Productos Recientes

Los productos más recientes agregados a nuestra tienda.

/* ===================================================== SISTEMPRO - PRODUCTOS DE CATEGORÍA MISMO ESTILO DEL INICIO ===================================================== */ .sp-collection-grid-wrap { background: #f3f5fa; } /* ----------------------------------------------------- CONTENEDOR ----------------------------------------------------- */ .sp-collection-grid-wrap .page-width { max-width: 1450px; } /* ----------------------------------------------------- CUADRÍCULA ----------------------------------------------------- */ .sp-collection-grid-wrap #product-grid { column-gap: 14px; row-gap: 16px; } /* ----------------------------------------------------- TARJETAS ----------------------------------------------------- */ .sp-collection-grid-wrap .card { background: #ffffff; border: 1px solid #e7eaf0; border-radius: 8px; box-shadow: none; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; } .sp-collection-grid-wrap .card:hover { transform: translateY(-3px); box-shadow: 0 7px 20px rgba(3,28,77,.09); } /* ----------------------------------------------------- IMAGEN ----------------------------------------------------- */ .sp-collection-grid-wrap .card__media { background: #ffffff; } .sp-collection-grid-wrap .card__media img { object-fit: contain !important; } /* ----------------------------------------------------- INFORMACIÓN ----------------------------------------------------- */ .sp-collection-grid-wrap .card__content { background: #ffffff; } .sp-collection-grid-wrap .card__heading, .sp-collection-grid-wrap .card__heading a { color: #292d34; font-weight: 700; line-height: 1.28; } /* ----------------------------------------------------- PRECIO ----------------------------------------------------- */ .sp-collection-grid-wrap .price, .sp-collection-grid-wrap .price-item { color: #252a32; font-weight: 800; } /* Precio de oferta */ .sp-collection-grid-wrap .price-item--sale { color: #252a32; } /* ----------------------------------------------------- BOTÓN AGREGAR ----------------------------------------------------- */ .sp-collection-grid-wrap .quick-add__submit { background: #092c63; color: #ffffff; border-radius: 6px; font-weight: 700; } .sp-collection-grid-wrap .quick-add__submit:hover { background: #e30613; } /* ----------------------------------------------------- BOTÓN COMPRAR AHORA ----------------------------------------------------- */ .sp-collection-grid-wrap .sp-buy-now-collection { background: #e30613 !important; color: #ffffff !important; border-color: #e30613 !important; border-radius: 6px !important; } /* ----------------------------------------------------- FAVORITOS ----------------------------------------------------- */ .sp-collection-grid-wrap .sp-grid-favorite { background: #ffffff; color: #e30613; border: 1px solid #e3e7ed; box-shadow: 0 2px 8px rgba(3,28,77,.08); } .sp-collection-grid-wrap .sp-grid-favorite.is-favorite { background: #e30613; color: #ffffff; border-color: #e30613; } /* ----------------------------------------------------- FILTROS / ORDENAR ----------------------------------------------------- */ .sp-collection-grid-wrap .facets-container { color: #092c63; } .sp-collection-grid-wrap .facet-filters__sort { background: #ffffff; border-color: #dfe4eb; color: #092c63; border-radius: 6px; } /* ----------------------------------------------------- CELULAR ----------------------------------------------------- */ @media screen and (max-width: 749px) { .sp-collection-grid-wrap #product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; column-gap: 9px; row-gap: 11px; } .sp-collection-grid-wrap .card { border-radius: 7px; } .sp-collection-grid-wrap .card__heading { font-size: 13px; } .sp-collection-grid-wrap .card__content { padding-left: 10px; padding-right: 10px; } }