.t951__grid-cont {
    gap: 10px;
}
.js-product.t-store__card {
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding: 15px;
    padding-bottom: 5px;
    width: calc(100% / 4 - 10px);
}
.js-product.t-store__card a {
    padding-bottom: 15px;
    padding-top:15px;
}
.js-product.t-store__card .t-store__card__imgwrapper {
    padding-top:15px;
}
.t-store__filter__search-and-sort {
    display:none !important;
}

.js-product.t-store__card .js-product-price::before {
    content: 'От ';
}

.t776 .js-product.t-store__card {
    width: calc(100% / 4 - 70px);
}
.t776 .t-store__load-more-btn-wrap {
    display:none;
}
@media screen and (max-width: 960px) {
    .js-product.t-store__card {
        width: calc(100% / 3 - 10px) !important;
    }
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom:0 !important;
    }
    
    .t776 .js-product.t-store__card {
        width: calc(100% / 3 - 55px)  !important;
    }
}

@media screen and (max-width: 480px) {
    .js-product.t-store__card {
        width: calc(100% / 2 - 10px) !important;
    }
    .t776 .js-product.t-store__card {
        width: calc(100% / 2 - 0px) !important;
    }
}