/*
.product-card {
    position: relative;
    padding-bottom: 88px;
}

.product-card-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media (max-width: 767px) {
 .product-card {
     padding-bottom: 57px;
 }   
}
*/