@media screen and (max-width: 960px) {
  .t-store__grid-cont .t-col,
  .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 10px !important;
  }
}

.t-store__card__sold-out-msg {
  visibility: hidden;
}
.t-store__card__sold-out-msg:after {
  content:'Sold out'; 
  visibility: visible;
  display: block;
  color: #616161;
}

@media screen and (min-width: 961px) {
.js-store-grid-cont > div:nth-child(5n+1) > a > .t-store__card__textwrapper {
    padding-left: 10px;
}
}

@media screen and (max-width: 960px) {
.js-store-grid-cont > div:nth-child(2n+1) > a > .t-store__card__textwrapper {
    padding-left: 10px;
}

}


.js-store-prod-weight {
display: none !important;
}

  /* Улучшение производительности для мобильных */
  .t-store__card * {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
  }
}

/* УЛУЧШЕНИЯ ПРОИЗВОДИТЕЛЬНОСТИ */
.t-store__card .t-product__option-variants_color {
    will-change: transform;
    contain: layout style paint;
}

.forced-add-to-cart-container {
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}


/* СКРЫТЬ РАЗМЕР, АРТИКУЛ И ЗАГОЛОВОК ЦВЕТА В КАТАЛОГЕ */
.t-store__card__sku,
.t-store__card .js-product-edition-option[data-edition-option-id="Размер"],
.t-store__card .js-product-edition-option-name {
    display: none !important;
}

/* Убрать высоту текстового блока в каталоге */
.t-store__card__textwrapper {
    height: auto !important;
    min-height: auto !important;
}

/* Горизонтальные цвета в каталоге */
.t-store__card .t-product__option-variants_color {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    margin-top: 5px !important;
    align-items: center !important;
    width: 100% !important;
}

/* Маленькие кружки цветов 10x10 пикселей В КАТАЛОГЕ */
.t-store__card .t-product__option-checkmark.t-product__option-checkmark_buttons.t-product__option-checkmark_color {
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    flex-shrink: 0 !important;
}

/* Кружки цветов 15x15 пикселей В КАРТОЧКЕ ТОВАРА */
.t-store__prod-popup .t-product__option-checkmark.t-product__option-checkmark_buttons.t-product__option-checkmark_color {
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    min-height: 15px !important;
}

/* Кружки цветов 15x15 пикселей НА СТРАНИЦЕ ТОВАРА */
.t-product__option-checkmark.t-product__option-checkmark_buttons.t-product__option-checkmark_color {
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    min-height: 15px !important;
}

/* Расстояние между цветами */
.t-store__prod-popup .t-product__option-variants_color,
.t-product__option-variants_color {
    gap: 5px !important;
}

/* Скрыть названия цветов в каталоге */
.t-store__card .t-product__option-title_color {
    display: none !important;
}

/* В КАРТОЧКЕ ТОВАРА - ПОКАЗАТЬ РАЗМЕР */
.t-store__prod-popup .js-product-edition-option[data-edition-option-id="Размер"] {
    display: block !important;
}

/* Убедимся что контейнеры не обрезают тултипы */
.t-store__prod-popup .t-product__option-variants_color {
    position: relative !important;
    overflow: visible !important;
}

/* СКРЫТЬ СТАНДАРТНЫЕ ТУЛТИПЫ ТИЛЬДЫ */
.t-product__option-title_buttons.t-product__option-title_color,
.t-product__option-item_color .t-product__option-title_color,
.t-store__prod-popup .t-product__option-title_color {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* СТИЛИ ДЛЯ КАСТОМНЫХ ТУЛТИПОВ */
.custom-color-tooltip {
    position: absolute !important;
    bottom: -35px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: rgba(0, 0, 0, 0.9) !important;
    color: white !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    pointer-events: none !important;
    z-index: 10000 !important;
    font-family: inherit !important;
    font-weight: normal !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
    border: 1px solid #555 !important;
    min-width: max-content !important;
}

.t-product__option-item_color:hover .custom-color-tooltip,
.t-store__prod-popup .t-product__option-item_color:hover .custom-color-tooltip {
    opacity: 1 !important;
}

/* Убедимся что элементы имеют правильное позиционирование */
.t-product__option-item_color,
.t-store__prod-popup .t-product__option-item_color {
    position: relative !important;
    overflow: visible !important;
}

.t-product__option-variants_color,
.t-store__prod-popup .t-product__option-variants_color {
    position: relative !important;
    overflow: visible !important;
}

/* ГАРАНТИРОВАННАЯ КНОПКА ДОБАВЛЕНИЯ В КОРЗИНУ */
@media screen and (max-width: 960px) {
  .forced-add-to-cart-container {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: white !important;
    padding: 15px 20px !important;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15) !important;
    z-index: 10000 !important;
    border-top: 1px solid #eee !important;
  }
  
  .forced-add-to-cart-btn {
    width: 100% !important;
    height: 55px !important;
    background: #a1c7eb !important;
    color: white !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: block !important;
  }
  
  /* Отступ для контента */
  .t-product__wrapper {
    padding-bottom: 110px !important;
  }
}

/* Для очень маленьких экранов */
@media screen and (max-width: 360px) {
  .forced-add-to-cart-container {
    padding: 12px 15px !important;
  }
  
  .forced-add-to-cart-btn {
    height: 50px !important;
    font-size: 16px !important;
  }
  
  .t-product__wrapper {
    padding-bottom: 100px !important;
  }
}

/* СКРЫТИЕ ЛИШНЕЙ ИНФОРМАЦИИ В КАРТОЧКЕ ТОВАРА */
.t-typography__characteristics.js-store-prod-charcs,
.t-store__prod__characters,
.t-store__prod-popup .t-store__prod__characters,
.t-store__prod-popup .t-typography__characteristics {
    display: none !important;
}

/* Скрытие конкретных характеристик которые не нужны */
.t-store__prod-popup [class*="characteristics"],
.t-store__prod-popup [class*="characters"] {
    display: none !important;
}

/* Скрытие в обычной карточке товара (не попап) */
.t-store__prod__wrapper .t-typography__characteristics,
.t-store__prod__wrapper .t-store__prod__characters {
    display: none !important;
}

/* СТИЛИ ДЛЯ ОТКЛЮЧЕННОЙ ОПЦИИ */
input[value="cash"]:disabled + .t-radio__indicator {
    border-color: #bbb !important;
    background-color: #f5f5f5 !important;
}

input[value="cash"]:disabled ~ span {
    color: #999 !important;
}

/* Подсказка при наведении на отключенную опцию */
label:has(input[value="cash"]:disabled):hover::after {
    content: " (только для СДЭК)";
    color: #ff6b6b;
    font-size: 11px;
    margin-left: 5px;
}

/* Плавные переходы */
.t-radio__control {
    transition: opacity 0.3s ease !important;
}


/* MIREY CATALOG COLORS CSS v3: start — откат: удалить этот блок */
/* Только карточки каталога; страница товара не затрагивается. */
.t-store__card .t-product__option-selected_color {
  display: block !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 8px 0 7px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #171717 !important;
}
.t-store__card .t-product__option-selected_color::before { content: "Цвет: "; color: #777 !important; }
.t-store__card .t-product__option-selected_color::after,
.t-store__card .t-product__option-selected_color .t-product__option-selected-checkmark { display: none !important; }
.t-store__card .t-product__option-variants_color {
  width: auto !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 8px !important;
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.t-store__card .t-product__option-item_color {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
}
.t-store__card .t-product__option-checkmark.t-product__option-checkmark_select.t-product__option-checkmark_color {
  width: 28px !important; height: 28px !important; min-width: 28px !important; min-height: 28px !important;
}
@media (hover: hover) and (pointer: fine) {
  .t-store__card .t-product__option-item_color .t-product__option-title_color {
    display: block !important; position: absolute; left: 50%; bottom: calc(100% + 7px); transform: translateX(-50%);
    z-index: 20; padding: 5px 8px; border-radius: 5px; background: rgba(20,20,20,.92); color: #fff !important;
    font-size: 11px !important; line-height: 14px !important; white-space: nowrap; pointer-events: none; opacity: 0; transition: opacity .16s ease;
  }
  .t-store__card .t-product__option-item_color:hover .t-product__option-title_color { opacity: 1; }
}
/* MIREY CATALOG COLORS CSS v3: end */
/* MIREY PRODUCT COLORS CSS v1: start — откат: удалить этот блок */
/* Страница товара: название выбранного цвета и компактные свотчи. */
.t-store__prod-popup__info .t-product__option:has(.t-product__option-selected_color) {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  column-gap: 5px !important;
}
.t-store__prod-popup__info .t-product__option:has(.t-product__option-selected_color) > .t-product__option-title {
  margin: 0 !important;
  line-height: 18px !important;
}
.t-store__prod-popup__info .t-product__option:has(.t-product__option-selected_color) > .t-product__option-title::after {
  content: ":" !important;
}
.t-store__prod-popup__info .t-product__option-selected_color {
  display: inline-block !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #171717 !important;
}
.t-store__prod-popup__info .t-product__option-selected_color::after,
.t-store__prod-popup__info .t-product__option-selected_color .t-product__option-selected-checkmark {
  display: none !important;
}
.t-store__prod-popup__info .t-product__option-variants_color {
  display: flex !important;
  flex-basis: 100% !important;
  width: auto !important;
  min-height: 40px !important;
  margin: 7px 0 0 !important;
  padding: 0 !important;
  gap: 8px !important;
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.t-store__prod-popup__info .t-product__option-item_color {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
}
.t-store__prod-popup__info .t-product__option-checkmark.t-product__option-checkmark_select.t-product__option-checkmark_color {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
}
@media (hover: hover) and (pointer: fine) {
  .t-store__prod-popup__info .t-product__option-item_color .t-product__option-title_color {
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 7px);
    transform: translateX(-50%);
    z-index: 20;
    padding: 5px 8px;
    border-radius: 5px;
    background: rgba(20,20,20,.92);
    color: #fff !important;
    font-size: 11px !important;
    line-height: 14px !important;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity .16s ease;
  }
  .t-store__prod-popup__info .t-product__option-item_color:hover .t-product__option-title_color {
    opacity: 1;
  }
}
/* MIREY PRODUCT COLORS CSS v1: end */
/* MIREY PRODUCT COLORS CSS v1: start — откат: удалить этот блок */

/* MIREY PRODUCT COLORS CSS v1: start — откат: удалить этот блок */
/* Страница товара: название выбранного цвета и компактные свотчи. */
.t-store__prod-popup__info .t-product__option:has(.t-product__option-selected_color) {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  column-gap: 5px !important;
}
.t-store__prod-popup__info .t-product__option:has(.t-product__option-selected_color) > .t-product__option-title {
  margin: 0 !important;
  line-height: 18px !important;
}
.t-store__prod-popup__info .t-product__option:has(.t-product__option-selected_color) > .t-product__option-title::after {
  content: ":" !important;
}
.t-store__prod-popup__info .t-product__option-selected_color {
  display: inline-block !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #171717 !important;
}
.t-store__prod-popup__info .t-product__option-selected_color::after,
.t-store__prod-popup__info .t-product__option-selected_color .t-product__option-selected-checkmark {
  display: none !important;
}
.t-store__prod-popup__info .t-product__option-variants_color {
  display: flex !important;
  flex-basis: 100% !important;
  width: auto !important;
  min-height: 40px !important;
  margin: 7px 0 0 !important;
  padding: 0 !important;
  gap: 8px !important;
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.t-store__prod-popup__info .t-product__option-item_color {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
}
.t-store__prod-popup__info .t-product__option-checkmark.t-product__option-checkmark_select.t-product__option-checkmark_color {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
}
@media (hover: hover) and (pointer: fine) {
  .t-store__prod-popup__info .t-product__option-item_color .t-product__option-title_color {
    display: block !important;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 7px);
    transform: translateX(-50%);
    z-index: 20;
    padding: 5px 8px;
    border-radius: 5px;
    background: rgba(20,20,20,.92);
    color: #fff !important;
    font-size: 11px !important;
    line-height: 14px !important;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity .16s ease;
  }
  .t-store__prod-popup__info .t-product__option-item_color:hover .t-product__option-title_color {
    opacity: 1;
  }
}
/* MIREY PRODUCT COLORS CSS v1: end */
/* MIREY PRODUCT COLORS CSS v1.1: выравнивание кружков */
.t-store__prod-popup__info .t-product__option:has(.t-product__option-selected_color) > .t-product__option-variants_regular { display: none !important; }
/* MIREY PRODUCT COLORS CSS v1.1: end */
/* MIREY PRODUCT COLORS CSS v1.2: ряд от левого края */
.t-store__prod-popup__info .t-product__option-variants_color { flex: 0 0 100% !important; width: 100% !important; justify-content: flex-start !important; }
/* MIREY PRODUCT COLORS CSS v1.2: end */
/* MIREY PRODUCT COLORS CSS v2: стабильная раскладка */
/* Название — отдельной строкой; кружки — отдельным рядом. */
.t-store__prod-popup__info .t-product__option:has(.t-product__option-selected_color) {
  display: block !important;
  margin-bottom: 22px !important;
}
.t-store__prod-popup__info .t-product__option:has(.t-product__option-selected_color) > .t-product__option-title {
  display: inline !important;
  margin: 0 !important;
  line-height: 20px !important;
}
.t-store__prod-popup__info .t-product__option-selected_color {
  display: inline !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.t-store__prod-popup__info .t-product__option-variants_color {
  display: flex !important;
  position: static !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  min-height: 38px !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  gap: 8px !important;
  justify-content: flex-start !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  transform: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
@media screen and (max-width: 640px) {
  .t-store__prod-popup__info .t-product__option:has(.t-product__option-selected_color) {
    margin-bottom: 26px !important;
  }
}
/* MIREY PRODUCT COLORS CSS v2: end */
/* MIREY PRODUCT COLORS CSS v2.1: название в одну строку */
.t-store__prod-popup__info .t-product__option:has(.t-product__option-selected_color) { white-space: nowrap !important; }
/* MIREY PRODUCT COLORS CSS v2.1: end */
/* MIREY PRODUCT COLORS CSS v2.2: сетка для строки и кружков */
.t-store__prod-popup__info .t-product__option:has(.t-product__option-selected_color) { display: grid !important; grid-template-columns: max-content max-content !important; column-gap: 5px !important; align-items: baseline !important; }
.t-store__prod-popup__info .t-product__option:has(.t-product__option-selected_color) > .t-product__option-title { grid-column: 1 !important; grid-row: 1 !important; }
.t-store__prod-popup__info .t-product__option-selected_color { grid-column: 2 !important; grid-row: 1 !important; }
.t-store__prod-popup__info .t-product__option-variants_color { grid-column: 1 / -1 !important; grid-row: 2 !important; }
/* MIREY PRODUCT COLORS CSS v2.2: end */
/* MIREY PRODUCT COLORS CSS v2.2: сетка для строки и кружков */
.t-store__prod-popup__info .t-product__option:has(.t-product__option-selected_color) { display: grid !important; grid-template-columns: max-content max-content !important; column-gap: 5px !important; align-items: baseline !important; }
.t-store__prod-popup__info .t-product__option:has(.t-product__option-selected_color) > .t-product__option-title { grid-column: 1 !important; grid-row: 1 !important; }
.t-store__prod-popup__info .t-product__option-selected_color { grid-column: 2 !important; grid-row: 1 !important; }
.t-store__prod-popup__info .t-product__option-variants_color { grid-column: 1 / -1 !important; grid-row: 2 !important; }
/* MIREY PRODUCT COLORS CSS v2.2: end */
/* MIREY CATALOG COLORS CSS v3.1: ряд внутри карточки */
.t-store__card .t-product__option-variants_color { top: 0 !important; }
/* MIREY CATALOG COLORS CSS v3.1: end */
/* MIREY HOME CATEGORY LABELS v1: start — подписи на карточках главной */
#rec1236888251 .tn-elem__12368882511755865705955 .tn-atom a,
#rec1236888251 .tn-elem__12368882511755865783179 .tn-atom a,
#rec1236888251 .tn-elem__12368882511755865728105 .tn-atom a,
#rec1236888251 .tn-elem__12368882511755865745559 .tn-atom a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: auto !important;
  padding: 11px 15px 12px !important;
  border: 1px solid rgba(30,30,30,.08) !important;
  border-radius: 4px !important;
  background: rgba(255,253,248,.88) !important;
  box-shadow: 0 8px 24px rgba(28,24,20,.10) !important;
  color: #202020 !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
#rec1236888251 .tn-elem__12368882511755865705955 .tn-atom a::after,
#rec1236888251 .tn-elem__12368882511755865783179 .tn-atom a::after,
#rec1236888251 .tn-elem__12368882511755865728105 .tn-atom a::after,
#rec1236888251 .tn-elem__12368882511755865745559 .tn-atom a::after {
  content: "↗";
  font-size: .8em;
  font-weight: 400;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  #rec1236888251 .tn-elem__12368882511755865705955 .tn-atom a:hover,
  #rec1236888251 .tn-elem__12368882511755865783179 .tn-atom a:hover,
  #rec1236888251 .tn-elem__12368882511755865728105 .tn-atom a:hover,
  #rec1236888251 .tn-elem__12368882511755865745559 .tn-atom a:hover {
    background: rgba(255,253,248,.98) !important;
    box-shadow: 0 10px 28px rgba(28,24,20,.15) !important;
    transform: translateY(-2px);
  }
}
@media screen and (max-width: 640px) {
  #rec1236888251 .tn-elem__12368882511755865705955 .tn-atom a,
  #rec1236888251 .tn-elem__12368882511755865783179 .tn-atom a,
  #rec1236888251 .tn-elem__12368882511755865728105 .tn-atom a,
  #rec1236888251 .tn-elem__12368882511755865745559 .tn-atom a {
    gap: 8px !important;
    padding: 9px 12px 10px !important;
    border-radius: 3px !important;
  }
}
/* MIREY HOME CATEGORY LABELS v1: end */
/* MIREY HOME CATEGORY LABELS v2: мягкий градиент вместо плашек */
#rec1236888251 .tn-elem__12368882511755865648290 .tn-atom,
#rec1236888251 .tn-elem__12368882511755865648294 .tn-atom,
#rec1236888251 .tn-elem__12368882511755865639344 .tn-atom,
#rec1236888251 .tn-elem__12368882511755865594500 .tn-atom {
  position: relative !important;
  overflow: hidden !important;
}
#rec1236888251 .tn-elem__12368882511755865648290 .tn-atom::after,
#rec1236888251 .tn-elem__12368882511755865648294 .tn-atom::after,
#rec1236888251 .tn-elem__12368882511755865639344 .tn-atom::after,
#rec1236888251 .tn-elem__12368882511755865594500 .tn-atom::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0; right: 0; bottom: 0;
  height: 40%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(255,253,248,.72) 0%, rgba(255,253,248,0) 100%);
}
#rec1236888251 .tn-elem__12368882511755865705955 .tn-atom a,
#rec1236888251 .tn-elem__12368882511755865783179 .tn-atom a,
#rec1236888251 .tn-elem__12368882511755865728105 .tn-atom a,
#rec1236888251 .tn-elem__12368882511755865745559 .tn-atom a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #202020 !important;
  font-weight: 600 !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
  text-shadow: 0 1px 10px rgba(255,253,248,.95);
}
#rec1236888251 .tn-elem__12368882511755865705955 .tn-atom a::after,
#rec1236888251 .tn-elem__12368882511755865783179 .tn-atom a::after,
#rec1236888251 .tn-elem__12368882511755865728105 .tn-atom a::after,
#rec1236888251 .tn-elem__12368882511755865745559 .tn-atom a::after {
  content: "→";
  font-size: .9em;
  font-weight: 400;
}
@media (hover: hover) and (pointer: fine) {
  #rec1236888251 .tn-elem__12368882511755865705955 .tn-atom a:hover,
  #rec1236888251 .tn-elem__12368882511755865783179 .tn-atom a:hover,
  #rec1236888251 .tn-elem__12368882511755865728105 .tn-atom a:hover,
  #rec1236888251 .tn-elem__12368882511755865745559 .tn-atom a:hover {
    opacity: .68;
  }
}
/* MIREY HOME CATEGORY LABELS v2: end */

/* MIREY HERO CTA v1: start — 2026-08-30; delete this whole block to revert */
/* Mobile: higher contrast for hero text and CTA */
@media screen and (max-width: 960px) {
  #rec1410123871 .t675__title,
  #rec1410123871 .t675__descr {
    color: #1c1c1c !important;
    text-shadow: 0 1px 12px rgba(255,255,255,.60) !important;
  }
  #rec1410123871 .t675__btn {
    background-color: #1c1c1c !important;
    border-color: #1c1c1c !important;
    box-shadow: 0 6px 18px rgba(0,0,0,.18) !important;
  }
  #rec1410123871 .t675__btn .t-btnflex__text {
    font-weight: 600 !important;
  }
  #rec1410123871 a[href="/catalogue/new"] .t-btnflex__text {
    font-size: 0 !important;
  }
  #rec1410123871 a[href="/catalogue/new"] .t-btnflex__text::after {
    content: "Смотреть новинки";
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
  }
}
/* Desktop: make the same destination explicit without changing the link */
#rec1598043101 a[href="/catalogue/new"] .t-btnflex__text {
  font-size: 0 !important;
}
#rec1598043101 a[href="/catalogue/new"] .t-btnflex__text::after {
  content: "Смотреть новинки";
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
}
/* MIREY HERO CTA v1: end */