    
    .t-store__card__btn:not(:first-child) {
        margin-top: 0 !important;
    }
    
    .t-store__grid-cont .t-store__card-list {
        row-gap: 40px !important;
    }
    
    .t-store .t-store__pagination {
        margin-top: 40px;
    }
    
    @media (max-width: 640px) {
    .t-store .t-store__pagination {
        margin-top: 0px;
    }
}

.t-store__filter {
    margin-bottom: 20px;
}

