.products .product-grid-item {
    display: flex !important;
}

/* BELANGRIJK: maakt de hele kaart een kolom met volle hoogte */
.products .product-wrapper {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

/* laat middle content groeien */
.products .product-element-top {
    flex-shrink: 0;
}

.products .product-element-bottom {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
}

/* knop altijd onderin */
.products .add-to-cart-loop {
    margin-top: auto !important;
    align-self: flex-start;
}