@media screen and (min-width: 981px) {
    ::-webkit-scrollbar-thumb {
        background: #9fdb90;
        border-radius: 10px;
    }
    ::-webkit-scrollbar {
        width: 7px;
        height: 5px;
        background: #fcfcfc;
    }
}

.js-store-prod-btn t-store__card__btn t-btn t-btn_xs {
    font-size: 16px;

   .t-store__prod-popup__btn {
        font-size:15px!important;
        font-weight:600!important;
}
