/* Equal-height listing: do NOT set display:flex on .oe_product (Bootstrap col-*). Wrapper + cart only. */
body .o_wsale_products_main_row {
    align-items: stretch !important;
}

body #o_wsale_products_grid .o_wsale_product_grid_wrapper {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

body #o_wsale_products_grid .oe_product_cart {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 0;
}
