.t-store__prod-snippet__container {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

@media (max-width: 767px) {
    .t-store__grid-cont .t-store__card-list {
        row-gap: 20px !important;
    }
    
}

@media (min-width: 768px) and (max-width: 979px) {
    .t-store__grid-cont .t-store__card-list {
        row-gap: 40px !important;
    }
    
}

@media (min-width: 980px) and (max-width: 1199px) {
    .t-store__grid-cont .t-store__card-list {
        row-gap: 20px !important;
    }
    
}