/* Meraki product cards patch: evita 404 y estabiliza el grid del catalogo. */
.mw-shop-grid,.mw-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;align-items:stretch}
.mw-shop-card,.mw-product-card{border:0;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 12px 32px rgba(61,43,98,.10)}
.mw-card-photo,.mw-product-image-link{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;background:linear-gradient(135deg,#fff6fb,#f4efff);overflow:hidden}
.mw-card-photo img,.mw-product-image-link img{width:100%;height:100%;object-fit:contain;padding:.6rem}
.mw-card-title{font-weight:900;color:#3d2b62;line-height:1.2}
@media(max-width:575.98px){.mw-shop-grid,.mw-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.mw-shop-card,.mw-product-card{border-radius:20px}}
