.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 1px solid rgb(31, 31, 31);
    background-color: rgba(245,245,245);
}

.t-descr_xxs {
font-size: 14px;
font-family: JetBrains Mono;
color: #313131;
}

.t-name_xs {
font-size: 13px;
}

.t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
right: 0px;
top: 0px;
background: rgba(255, 255, 255, 0) ;
}

.t898__btn_label {
box-shadow: 0 0 20px 0 rgba(0,0,0,.0);
}

.t1002__addBtn {
border: 1px solid #313131;
border-radius: 40px;
}


.t-store__card__mark {
font-weight: 500;
font-size: 12px;
font-family: 'JetBrains Mono';
background-color: rgba(255,255,255,.0);
width: 0px;
height: 25px;
}

.t-store__card__sold-out-msg {
color: #919191;
}

.t-store__card__price-wrapper {
margin-top: 0px;
}

.t-store__product-snippet .t-product__option-title, .t-store__product-snippet .t-product__option-select {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
}

.t-btn {
    letter-spacing: 2px;

}

.t-btn_sm {
    font-size: 14px;

}

/* ERNI — фикс размера заголовка в карточке товара */
#allrecords .t-store__prod-popup__name.t-name,
#allrecords .t-store__prod-popup__name.t-name_xl,
#allrecords h1.js-store-prod-name {
  font-size: 18px !important;
  text-transform: uppercase !important;
  line-height: 1.35 !important;
}


/* ERNI — фикс размера цены в карточке товара */
#allrecords .t-store__prod-popup__price,
#allrecords .t-store__prod-popup__price .t-price,
#allrecords .t-store__prod-popup__price-value {
  font-size: 18px !important;
  line-height: 1.35 !important;
   font-family: "JetBrains Mono", monospace !important;
  font-weight: 600 !important;
}

/* ERNI — UPPERCASE для названий товаров в карточках и попапе */
#allrecords .t-store__card__title.t-name,
#allrecords .t-store__card__title.t-name * ,
#allrecords .t-store__prod-popup__name.t-name,
#allrecords .t-store__prod-popup__name.t-name * {
  text-transform: uppercase !important;
}


/* ERNI — заголовок блока "Смотрите также" */
#allrecords .t-store__relevants__title {
  text-transform: uppercase !important;
}


.t-store__prod-snippet__container {
    padding-top: 0px;
}

@media screen and (min-width: 981px) {
    .t-container_fluid .t-col_6 {
        max-width: calc(50% - 40px);
        padding-top: 50px;
    }
}

.t-store .t-store__tabs__controls .t-store__tabs__button-title, .t-store .t-store__tabs__item .t-store__tabs__item-title {
    font-weight: 400;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 2px;

}

.t-store__product-snippet .js-store-prod-all-charcs p {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

.t-store__product-snippet .t-product__option-title, .t-store__product-snippet .t-product__option-select {
    font-size: 12px;
}


  





