/* Tarjetas completas cuadradas: sin filos blancos ni cajas desiguales */
.product-grid .card{aspect-ratio:1/1;display:grid;grid-template-rows:52% 48%;min-width:0;background:#f7ffff;border:1px solid #9bdce7;box-shadow:0 7px 17px rgba(0,126,170,.14)}
.product-grid .card img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;border:0;min-height:0}
.product-grid .card-info{min-height:0;padding:11px;display:flex;flex-direction:column;overflow:hidden}
.product-grid .card h3{font-size:14px;line-height:1.15}.product-grid .card p{font-size:11px;line-height:1.25;margin:5px 0;-webkit-line-clamp:2}.product-grid .card-foot{margin-top:auto}.product-grid .card strong{font-size:16px}
@media(max-width:720px){.product-grid .card{grid-template-rows:50% 50%}.product-grid .card-info{padding:9px}.product-grid .card h3{font-size:12px}.product-grid .card p{font-size:10px}.product-grid .card strong{font-size:14px}.product-grid .card span{font-size:9px}}
