.product-card {
    display: flex;
    flex-direction: column;
}

.product-card__content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-card__button {
    margin-top: auto;
}
