@media screen and (max-width: 960px){
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
margin-bottom: 20px;
}

.t-store__card__price-wrapper {
    margin-top: 0px;
    margin-bottom: 60px;
}

.t-store__card__descr {
    margin-top: 0px;
    word-break: break-word;
}

.t-store__card__textwrapper {
    margin-bottom: auto;
    padding-top: 5px;
}


}



    /* Стили для скрытия горизонтального скролла для всех блоков на сайте */
    .t396__artboard { 
        overflow-x: auto;
         scroll-behavior: smooth;
    }

   .t396__artboard::-webkit-scrollbar {
        height: 0; /* Скрывает скроллбар */
    }

    .t786__artboard { 
        overflow-x: auto;
         scroll-behavior: smooth;
    }

   .t786__artboard::-webkit-scrollbar {
        height: 0; /* Скрывает скроллбар */
    }



.t-store__card__sold-out-msg {
    color: #f95d51;
    font-size: 10px;
    font-weight: 400;
    margin-top: 3px;
}




.t-store__card__mark-wrapper {
    color: #ffffff !important;
    opacity: 1;
}

.t-store__card__mark {
    background-color: transparent !important;
    border-radius: 50px;
    box-sizing: border-box;
    color: #ffffff;
    display: table-cell;
    font-family: 'CalifornianFB';
    font-size: 12px;
    font-weight: 400;
    height: 50px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    /*border: 1px solid #ffffff; /* если хочешь рамку */
}



    


