.t-store__card::after {
    content: attr(data-product-inv) " шт в наличии";
    font-family: din ,Arial,sans-serif;
    font-size: 12px;
    color: #1c59f5;
    position: absolute;
    margin-top: 4px;
    width: 250px;
}
.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: din ,Arial,sans-serif;
    font-size: 20px;
    color: #ffffff;
    background-color: #1c59f5;
    border-radius: 30px;
    margin-left: 20px;
    margin-top: 20px;
    padding: 8px 12px;
    position: absolute;
    top: -25px;
}
.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;
}
}



.js-store-prod-all-text {
    font-family: Arial,sans-serif;
}

.js-store-prod-name {
    font-size: 30px;
    text-transform: uppercase;
}


div a {
    
    color: #1c59f5 !important;
}

a.t-btn:visited, a.t-btn {
    color: #fff !important;
}

a.t-store__prod-popup__btn {
    color: #fff !important;
}

.t120__title {
    
    text-transform: uppercase !important;
}

.t228__mobile {
    background-color: white !important;
}

.t228__mobile_text {
    background-image: url("https://static.tildacdn.com/tild6233-3932-4931-a338-643535363836/pastcode-logo.png") !important;
    background-color: white !important;
    width: 200px !important;
    height: 40px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.t228__burger {
    background-color: black !important;
    border: solid 22px black !important;
    margin-top: -32px !important;
    margin-right: -20px !important;
}

@media screen and (max-width: 980px)
.t228__imglogo {
    max-width: 110px !important;
    width: 110px !important;
    min-width: 110px !important;

}


.t228__imglogo {
    max-width: 200px !important;
    width: 200px !important;
    min-width: 200px !important;
}
