.t-body {
    overflow: overlay !important;
}

::-webkit-scrollbar {
    cursor:grab !important;
    width: 18px;
    background-color: transparent;
}
 
 ::-webkit-scrollbar {
   cursor:grab !important;
}
::-webkit-scrollbar-thumb {
    cursor:grab !important;
    background-color: rgb(0 0 0 / 50%);
    border-radius: 10px;
    border: 7px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
}


/*Подробнее о товаре отступ с верху 0px;*/
.t-store__prod-snippet__container {
    padding-top: 0px;
    padding-bottom: 120px;
}