/* 🎯 Подписи характеристик в карточках */
.js-product-edition-option-name,
.t-product__option-title {
  color: #999 !important;
  font-size: 15px;
  font-weight: 500;
}

/* 💰 Цена в КАТАЛОГЕ (тёмный фон — белая) — ОБНОВЛЕНО */
.t-store__card__price-value,
.t-store__card__price-currency,
.t-store__card .js-store-prod-price-val,
.t-store__card .js-product-price {
  color: #ffffff !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 23px !important;
  font-weight: 300 !important;
  line-height: 1.2 !important;
}
@media (max-width: 480px) {
  .t-store__card__price-value,
  .t-store__card__price-currency,
  .t-store__card .js-store-prod-price-val,
  .t-store__card .js-product-price {
    font-size: 18px !important;
  }
}

/* 💰 ЦЕНА В ПОПАП-КАРТОЧКЕ (светлый фон — чёрная цена) */
.t-store__prod-popup__price-value,
.t-store__prod-popup__price-currency,
.js-store-prod-price-val {
  color: #000000 !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 1.2;
}

/* 🛒 Селекты: количество/аромат */
.t-product__option-select {
  color: #222 !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500;
  background-color: #fff;
  border-radius: 6px;
  padding: 8px;
}

/* 🟨 Кнопка “Купить” */
.t762__btn {
  background-color: #ffa500 !important;
  color: #FFFFFF !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 6px;
  border: none;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
  transition: all 0.3s ease;
}
.t762__btn:hover {
  background-color: #bfa334 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
}

/* 💰 Цена в блоке .t762 (тёмный фон — белая) */
.t762__price-value,
.t762__price-currency {
  color: #ffffff !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 23px !important;
  font-weight: 300 !important;
  line-height: 1.2;
}

/* 🧩 Радиокнопки — скрываем */
.t-product__option-input_buttons {
  display: none !important;
}

/* 📦 Общий стиль бейджа */
.t-product__option-item_buttons {
  border: none !important;
  background: rgba(0,0,0,0.05) !important;
  border-radius: 4px;
  padding: 6px 10px !important;
  margin: 0 4px 6px 0 !important;
  display: inline-block;
  cursor: default !important;
  font-weight: 500;
  font-size: 14px;
  color: #222 !important;
}

/* Заголовок опции */
.t-product__option-title_buttons {
  color: #444 !important;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 6px;
}

/* ✅ Прячем галочку */
.t-product__option-checkmark_buttons {
  display: none !important;
}

/* 🟩 Стиль для опций с надписью "В наличии" */
.t-product__option-item_buttons[aria-label*="В наличии"],
.t-product__option-item_buttons input[value="В наличии"] + div + span {
  color: #03a32e !important;
  font-weight: 600 !important;
}

/* ❌ Стиль “Нет в наличии” */
input[value="Нет в наличии"]:checked + div + span {
  color: #c0392b !important;
  font-weight: 500 !important;
}
input[value="Нет в наличии"]:checked + div + span::after {
  content: "Данной позиции нет в наличии, но мы можем привезти ее под заказ";
  font-size: 13px !important;
  color: #444 !important;
  display: block !important;
  margin-top: 4px !important;
}

/* 👤 Пол — бейдж */
[data-edition-option-id="Пол:"] .t-product__option-item_buttons {
  background-color: rgba(0,0,0,0.04) !important;
  color: #111 !important;
}

/* 💧 Объем — читаемо */
[data-edition-option-id*="Объем"] .t-product__option-item_buttons {
  background-color: rgba(0,0,0,0.04) !important;
  color: #111 !important;
}

/* 📦 Попап — общая типографика */
.t-store__prod-popup {
  font-size: 17px !important;
  color: #222 !important;
  font-family: 'Open Sans', sans-serif !important;
  line-height: 1.6 !important;
}
.t-store__prod-popup .t-descr {
  font-size: 17px !important;
  line-height: 1.6 !important;
  color: #333 !important;
  font-weight: 400;
}
/* Стилизация фильтров по полу как кнопок */
.t-store__filter__item-title[data-filter-label="тип"] {
  display: none !important;
}

.t-store__filter__item-controls-wrap[data-filter-name="option:2950558"] {
  display: flex !important;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.t-store__filter__item-controls-wrap[data-filter-name="option:2950558"] label {
  background-color: #f5f5f5;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
}

.t-store__filter__item-controls-wrap[data-filter-name="option:2950558"] label:hover {
  background-color: #e0e0e0;
}

.t-store__filter__item-controls-wrap[data-filter-name="option:2950558"] input[type="checkbox"] {
  display: none;
}

.t-store__filter__item-controls-wrap[data-filter-name="option:2950558"] input[type="checkbox"]:checked + .t-checkbox__indicator {
  background-color: #d4af37;
  border-color: #d4af37;
}

.t-store__filter__item-controls-wrap[data-filter-name="option:2950558"] input[type="checkbox"]:checked + .t-checkbox__indicator + .t-store__filter__title {
  color: #d4af37;
}

/* Перемещение фильтров вверх страницы */
.t-store__filter__item-controls-wrap[data-filter-name="option:2950558"] {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1000;
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
  .t-store__filter__item-controls-wrap[data-filter-name="option:2950558"] {
    position: static;
    justify-content: center;
  }
}
/* Эффекты затемнения ТОЛЬКО в блоке #rec1066067216 */
#rec1066067216 .tn-atom__img {
  transition: filter 0.4s ease;
  will-change: filter;
}

#rec1066067216 .tn-atom:hover .tn-atom__img {
  filter: brightness(0.85);
}
#rec1064207756 .t-btn {
  padding: 14px 42px;
  font-size: 15px;
  font-weight: 300;
  font-family: 'Helvetica Neue', 'Inter', sans-serif;
  text-transform: none;
  letter-spacing: 0.3px;
  color: #111111 !important;
  background-color: #ffffff !important;
  border-radius: 40px !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(2px);
}

#rec1064207756 .t-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg, rgba(0,0,0,0.03), rgba(0,0,0,0));
  transition: left 0.6s ease;
  z-index: 1;
}

#rec1064207756 .t-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.08);
}

#rec1064207756 .t-btn:hover::before {
  left: 0;
}

#rec1064207756 .t-btn td,
#rec1064207756 .t-btn span {
  position: relative;
  z-index: 2;
}