 
 
 html { scrollbar-color: #daad7e #ffffff; scrollbar-width: thin; } html::-webkit-scrollbar { width: 8px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #ffffff !important; } html::-webkit-scrollbar-thumb:hover { background: #eab040 !important; } html::-webkit-scrollbar-thumb { background: #eab040 !important; border: 0px solid #000 !important; -webkit-border-radius: 5px !important;  } 
 
@media screen and (max-width: 640px)  {
.t-store__grid-cont_mobile-grid {
    padding: 0 0px;
    box-sizing: border-box;
}
}

@media screen and (max-width: 960px) {
.t-store__filter {
    margin-left: 0px !important;
}
}

.t-descr_xxs {
    font-size: 16px !important;
}
.t-store__filter__item_select .t-store__filter__item-controls-container {
    padding: 10px 12px !important;
}


 @media screen and (max-width: 960px) {
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 15px;
}
}


.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {
    font-size: 30px !important;
}