/* ===== СКРЫВАЕМ ТЕХНИЧЕСКИЕ ХАРАКТЕРИСТИКИ ===== */
.js-store-prod-charcs,
.t-store__prod-popup__charcs,
.t-store__prod-popup__properties {
  display: none !important;
}

/* ===== НЕАКТИВНЫЙ ВАРИАНТ УПАКОВКИ (приглушен) ===== */
.t-product__option-item,
.t-store__prod-popup__option-item,
.t-product__option-select-img-item,
.t-store__prod-popup__option-select-img-item {
  border: 1px solid #444444 !important;
  opacity: 0.5 !important;
  transition: all 0.3s ease !important;
  border-radius: 4px !important;
}

/* ===== АКТИВНЫЙ (ВЫБРАННЫЙ) ВАРИАНТ — белая рамка со свечением ===== */
.t-product__option-item_active,
.t-store__prod-popup__option-item_active,
.t-product__option-select-img-item_active,
.t-store__prod-popup__option-select-img-item_active {
  border: 2px solid #FFFFFF !important;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.6) !important;
  opacity: 1 !important;
  transform: scale(1.06) !important;
}

/* ===== ТЕКСТ "ВСЕ АРОМАТЫ" НА ДЕСКТОПЕ (вместо "More products") ===== */
.js-store-close-text {
  font-size: 0;
}
.js-store-close-text::before {
  content: 'Все ароматы';
  font-size: 12px;
  color: #ffffff;
}

/* ===== СКРЫВАЕМ СТРЕЛКУ "НАЗАД" НА МОБИЛЬНЫХ ===== */
@media screen and (max-width: 640px) {
  .t-store__prod-snippet__container .t-popup__close {
    display: none !important;
  }
}

/* ===== ПОКАЗЫВАЕМ ПОДПИСЬ ПОД ВАРИАНТОМ ПОСТОЯННО (не только при наведении) ===== */

.t-product__option-item_image,
.t-store__prod-popup__option-item_image {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  width: auto !important;
}

.t-product__option-checkmark_image {
  width: 50px !important;
  height: 50px !important;
  border-radius: 4px;
}

.t-product__option-title_image,
.t-store__prod-popup__option-title_image {
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important;
  display: block !important;
  margin-top: 6px !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  white-space: normal !important;
  line-height: 1.2;
  max-width: 90px;
  pointer-events: none;
}

.t-product__option-item_image,
.t-store__prod-popup__option-item_image {
  min-width: 90px;
}

.t-product__option-title_image,
.t-store__prod-popup__option-title_image {
  font-size: 10px !important;
  white-space: normal !important;
  line-height: 1.2;
  max-width: 90px;
}