.product-grid>.product-card,.online-product-card{display:flex;flex-direction:column;height:100%}
.product-grid .product-image,.online-product-image{width:100%;aspect-ratio:1/1;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff;flex:0 0 auto}
.product-grid .product-image img,.online-product-image img{display:block;width:100%;height:100%;padding:14px;object-fit:contain;object-position:center}
.product-grid .image-placeholder,.online-product-placeholder{aspect-ratio:1/1;background:#f8fafc}
.product-grid .product-body,.online-product-body{display:flex;flex:1;flex-direction:column;min-width:0}
.product-grid .product-category,.online-product-category{display:block;min-height:1.2em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.product-grid .product-body h3,.online-product-name{display:-webkit-box;min-height:calc(1.35em * 2);max-height:calc(1.35em * 2);overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}
.product-grid .price-block,.online-product-price{min-height:3.15rem;display:flex;flex-wrap:wrap;align-content:flex-end;align-items:baseline;gap:0 3px}
.product-grid .price-block del,.online-product-price del{flex-basis:100%;line-height:1.1}
.product-grid .stock,.online-product-stock{align-self:flex-start;min-height:1.55rem;white-space:nowrap}
.product-grid .btn-detail,.online-product-actions{margin-top:auto}
.online-product-actions{padding-top:12px}
.online-product-actions .btn-detail{margin-top:0}
@media(min-width:1400px){.product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}
@media(max-width:520px){.product-grid .product-image img,.online-product-image img{padding:10px}.product-grid .price-block,.online-product-price{min-height:2.9rem}.online-product-actions{padding-top:9px}}
