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

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

.js-product .t-product__option-select {
    border-radius: 25px;
    background: #E5EEFF;
    color: #292B2F;
    border: 0px;
    padding: 7px 30px 7px 10px;
}

.t-store__prod-popup__btn.t-btn.t-btn_sm {
    height: 45px !important;
}

.t-store__search-wrapper {
    border-radius: 25px;
    background: #E5EEFF;
    color: #292B2F;
    border: 0px;
    padding: 7px 30px 7px 10px;
}

.t-store__search-wrapper input {
    background: #E5EEFF;
    border: 0px;
}

.t-store__search-wrapper input::placeholder {
    color: #696969 !important;
}

.t-store__sort-select-wrapper {
    border-radius: 25px;
    background: #E5EEFF;
    color: #292B2F;
    border: 0px;
    padding: 7px 30px 7px 10px;
}

.t-store__sort-select-wrapper select {
    background: #E5EEFF;
    border: 0px;
}

.t-store__search-icon {
    border-left: 0px !important;
    padding-right: 20px !important;
}

.t-store__card__descr {
    display:none;
}

.t-feed__post-popup__content-wrapper {
    margin-top: 50px !important;
}