.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {
    font-size: 24px;
    font-family: 'Geist' !important;
}
.js-store-prod-all-text {
    font-size: 14px;
    font-family: 'Geist' !important;
}
t744__price-wrapper.js-store-price-wrapper {
    font-family: 'Geist' !important;
}

.t-store__card__sku,
.js-product-edition-option:not([data-edition-option-id="Цвет"]):not(.t-store__prod-popup__info .js-product-edition-option:not([data-edition-option-id="Цвет"])),
[data-edition-option-id="Цвет"] .t-product__option-title:not(.t-store__prod-popup__info  [data-edition-option-id="Цвет"] .t-product__option-title) {
  display: none;
}
[data-edition-option-id="Цвет"]:not(.t-store__prod-popup__info [data-edition-option-id="Цвет"]) {
  margin: 0 !important;
}
/**************-08-07-2025-*********/
#allrecords .js-product .t-product__option-variants_custom .t-product__option-item.t-product__option-item_disabled {
  /*opacity: 1;*/
  /*pointer-events: none;*/
}


.js-product .t-product__option-variants_custom .t-product__option-item.t-product__option-item_disabled::before {
  /*content: '✕';*/
  /*position: absolute;*/
  /*z-index: 9;*/
  /*width: 26px;*/
  /*height: 26px;*/
  /*font-size: 20px;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-content: center;*/
  /*top: 2px;*/
  /*border-radius: 50%;*/
  /*background-color: #ffffff70;*/
}
.js-product .t-product__option-variants_custom .t-product__option-item.t-product__option-item_disabled::before {
  content: '';
  width: 33px;
  height: 100%;
  border-bottom: 2px solid #000;
  position: absolute;
  left: 5px;
  top: 8px;
  transform: rotate(135deg);
  z-index: 9;
}