.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: 'Futura',FuturaPT,bold;
    font-size: 20px;
    color: #ffffff;
    background-color: #a10020;
    border-radius: 0px;
    margin-left: 20px;
    padding: 3px 8px;
    position: absolute;
    top: -5px;
}
.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;
}
}

@media screen and (max-width: 640px){
.js-store-product.js-product::before {
    margin-left: 5px;
    position: relative;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.t-store__prod-popup__slider.js-store-prod-slider {
    padding-top: 30px;
}
}

 
 
  
 
  
 
 
 
 html { scrollbar-color: #525050 #2d2d2d; scrollbar-width: thin; } html::-webkit-scrollbar { width: 10px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #2d2d2d !important; } html::-webkit-scrollbar-thumb:hover { background: #d01345 !important; } html::-webkit-scrollbar-thumb { background: #525050 !important; border: 1px solid #000 !important; -webkit-border-radius: 5px !important;  } 