/* One predictable card rhythm for every product, regardless of image ratio or title length. */
.product-grid:not(.list-view){align-items:stretch}.product-grid:not(.list-view) .product-card{height:100%;display:flex;flex-direction:column;min-height:485px}.product-grid:not(.list-view) .product-image{height:230px!important;min-height:230px!important;aspect-ratio:auto!important;flex:0 0 230px!important;overflow:hidden!important;background:#f4f5f6!important}.product-grid:not(.list-view) .product-info{display:flex;flex:1 1 auto;min-height:185px;flex-direction:column}.product-grid:not(.list-view) .product-info h3{min-height:40px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-grid:not(.list-view) .price-row{margin-top:auto;padding-top:12px}.product-grid:not(.list-view) .card-actions{margin-top:auto;min-height:48px}.product-grid:not(.list-view) .product-image .real-product-image{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;padding:8px!important;object-fit:contain!important;object-position:center!important}.product-grid.list-view .product-card{min-height:76px!important;height:auto!important}
