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

::-webkit-scrollbar {
    cursor:grab !important;
    width: 8px;
    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: 6px solid #333333;
  background-clip: padding-box;
}

 .js-store-prod-text a {
    display: inline-block;
    padding: 15px 15px;
    margin-right: 15px;
    margin-top: 10px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #333333;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #f5cd87;
    color: #333333 !important;
}
.t706__cartwin_showed {
    z-index: 999999999;
}