  #rec913673701 {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 998;
}
.open {
    pointer-events: all !important;
    transform: translateY(0px) !important;
}

#rec913733914 .t396__artboard {
    z-index: 997;
    position: fixed;
    margin: auto;
    top: 80px; /* высота Зеро блока (меню 1-го уровня, основной) */
    left: 0;
    transition: all .4s ease;
    pointer-events: none;
    transform: translateY(-400px); /* сумма высот Зеро блоков, которые играют роль меню (1-го и 2-го уровня) */
    justify-content: space-around;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

#rec913751473 .t396__artboard {
    z-index: 997;
    position: fixed;
    margin: auto;
    top: 80px; /* высота Зеро блока (меню 1-го уровня, основной) */
    left: 0;
    transition: all .4s ease;
    pointer-events: none;
    transform: translateY(-400px); /* сумма высот Зеро блоков, которые играют роль меню (1-го и 2-го уровня) */
    justify-content: space-around;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

 .textgradient {
  background: -webkit-linear-gradient(90deg, #999 0%, #444 50%, #000 100%); 
  -webkit-background-clip: text; 
  -moz-background-clip: text; 
  -webkit-text-fill-color: rgba(255, 255, 255, 0); 
  -moz-text-fill-color: rgba(255, 255, 255, 0);
} 
.textgradient .tn-atom { 
  display: inline; } @supports (-ms-ime-align:auto) { 
  .textgradient { -webkit-text-fill-color: unset!important;
}  }   






.t-store__card::after {
    content: attr(data-product-inv) " шт на складе";
    font-family: 'inter',Arial,sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #222222;
    background-color: #fff;
    border-radius: 0px;
    padding: 3px 8px;
    position: absolute;
    z-index: 5;
    width: 120px;
}
.t-store__card__btns-wrapper {
    margin-top: 10px !important;
}
.js-store-prod-sold-out {
    display: none;
}

.js-store-product.js-product::before {
    content: attr(data-product-inv) " шт на складе";
    font-family: 'inter',Arial,sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #222222;
    background-color: #fff;
    border-radius: 0px;
    margin-left: 20px;
    padding: 3px 8px;
    position: absolute;
    top: 0px;
}
.t-store__prod-popup__name{
    margin-top: 5px;
}
.js-store-product.js-product.t-store__product-snippet::before {
    margin-left: calc(50% + 20px);
}

.card-image {
    transition: transform .3s ease;
}
    
.card-image:hover {
    transform: scale(.96);
}

@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;
}
}