/*----------------------- Меняем цвет скролбара  ------------------------------ */

@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        background: #ffffff;
        border-radius: 4px;
    }
    ::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        background: #1d1d1d;
    }
}


/*----------------------- Меняем карточки товаров ------------------------------ */
/*
@media screen and (max-width: 410px) {
    .t-store__card__wrap_all {
        display: block !important;
        background: #000000 !important;
        height: 0px !important;
    }
    
    .t-store__card {
        height: 500px !important;
    }
}

@media screen and (min-width: 411px) and (max-width: 480px) {
    .t-store__card__wrap_all {
        display: block !important;
        background: #000000 !important;
        height: 0px !important;
    }
    
    .t-store__card {
        height: 600px !important;
    }
}


.t-store__card__wrap_all {
    background: #000000 !important;
}

.js-product-img {
    border-radius: 20px !important;
    background-color: transparent !important;
}
    
.t-slds__container {
    background-color: transparent !important;
}
    
.t-store__card__wrap_txt-and-btns {
    z-index: 2 !important;
    height: 0px !important;
    bottom: 204px !important;
}
    
.t-store__card__textwrapper {
    height: 177px !important;
    z-index: 2 !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
*/