  html { scrollbar-color: #050a07 #f0f0f0; scrollbar-width: thin; } html::-webkit-scrollbar { width: 15px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #f0f0f0 !important; } html::-webkit-scrollbar-thumb:hover { background: #fcff4d !important; } html::-webkit-scrollbar-thumb { background: #050a07 !important; border: 10px solid #ffffff !important; -webkit-border-radius: 80px !important;  } 
 




    .t-store__card::after {
    content: attr(data-product-inv) " в наличии";
    font-family: 'tildasans',Arial,sans-serif, Tildasans;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    position: center;
    border-radius: 100px;
    background-color: #ffffff;
    border: 1px solid #000000;
    margin-top: 20px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 6px;
    padding-left: 8px;
    width: 60px;
    
}

.t-store__card__btns-wrapper {
    margin-top: 40px !important;
}
.js-store-prod-sold-out {
    display: none;
}

.js-store-product.js-product::before {
    content: attr(data-product-inv) " шт в наличии";
    font-family: 'tildasans',Arial,sans-serif, tildasans;
    font-size: 14px;
    color: #005;
    background-color: #fffff;
    margin-left: 20px;
    padding: 2px 2px;
    position: fixed;
    bottom: 0px;
}

.t-store__prod-popup__name {
    margin-top: 5px;
}

.js-store-product.js-product.t-store__product-snippet::before {
    margin-left: calc(50% + 20px);
}

@media screen and (max-width: 1240px){
.js-store-product.js-product::before {
    margin-left: 5px;
}
.js-store-product.js-product.t-store__product-snippet::before  {
    margin-left: calc(50% - 10px);
}
}
@media screen and (max-width: 980px){
.js-store-product.js-product.t-store__product-snippet::before {
    margin-left: calc(50% - 60px);
    top: -20px;
}
}



.t706__cartwin-content {
    
background-color: rgb(255 250 245 / 99%);
border-radius:70px !important;
backdrop-filter: blur(10px);
}
    

.t-form__erorbox-wrapper, .tn-form__erorbox-popup, {
background: linear #fbf6f1 !important;
backdrop-filter: blur(40px);
border-radius: 70px !important;
}

@media screen and (max-width: 640px){
.t-store__card__btn {
    width: 30%;
    margin-top: 3px
    margin-bottom: 3px;
}
@media screen and (max-width: 640px){
.t-store__card__textwrapper {
    padding-top: 1px;
}

@media screen and (max-width: 640px){
.t-store__card__btns-wrapper {
    margin-top: 3px !important;
}
@media screen and (max-width: 640px){
.t-align_center .t-store__card__btn {
    margin: 2;
    margin-bottom: 10px;
    margin-top: 5px;
}

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



