.products .card {
    border-color: black;
}

.tag-wrapper {
    width: 90px;
}

@media (min-width: 768px) {
    .img-product-wrapper {
        height: 160px;
        overflow: hidden;
    }

    .products .card {
        min-height: 430px;
    }
}

@media (min-width: 992px) {
    .img-product-wrapper {
        height: 140px;
        overflow: hidden;
    }

    .products .card {
        min-height: 430px;
    }
}

@media (min-width: 1200px) {
    .img-product-wrapper {
        height: 160px;
        overflow: hidden;
    }

    .products .card {
        min-height: 400px;
    }
}

@media (min-width: 1400px) {
    .img-product-wrapper {
        height: 200px;
        overflow: hidden;
    }

    .products .card {
        min-height: 400px;
    }
}
