.products-grid .products > .row{display:flex;flex-wrap:wrap}
.products-grid .products > .row > div{display:flex;margin-bottom:12px}
.products-grid .product{height:auto;min-height:355px;width:100%;display:flex;flex-direction:column}
.products-grid .product .name{height:auto;min-height:60px;overflow:visible}
.products-grid .product .price{height:auto;min-height:25px;margin-bottom:10px}
.products-grid .product .price-caption{margin-bottom:12px;white-space:normal}
div.price-caption,div.price-caption strong,div.price-caption span{text-decoration:none}
.price-unit{font-size:.8em;white-space:nowrap}
.products-grid .product > .add-to-cart{margin-top:auto}
