/* === Стили для самого уведомления === */
.t706__bubble {
  background-color: #292929 !important;
  border-radius: 2px !important;
  font-family: 'Inter', sans-serif !important;
  color: #ffffff !important;
  padding: 10px !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  max-width: 300px !important;
  box-sizing: border-box !important;
  position: relative !important;
}

/* Крестик закрытия (иконка «×») */
.t706__bubble-close {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  cursor: pointer !important;
  font-size: 12px !important;
  line-height: 1 !important;
  color: #ffffff !important;
}

/* Мобильная версия */
@media (max-width: 767px) {
  .t706__bubble {
    max-width: 200px !important;
    padding: 8px !important;
    font-size: 11px !important;
  }
}
/* === Стили для самого уведомления «Добавлено в избранное» === */
.t1002__bubble {
  background-color: #292929 !important;
  border-radius: 2px !important;
  font-family: 'Inter', sans-serif !important;
  color: #ffffff !important;
  padding: 10px !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  max-width: 300px !important;
  box-sizing: border-box !important;
  position: relative !important;
  transition: opacity .3s ease, max-height .3s ease !important;
  overflow: hidden !important;
}

/* Крестик закрытия */
.t1002__bubble-close {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  cursor: pointer !important;
  font-size: 12px !important;
  line-height: 1 !important;
  color: #ffffff !important;
}

/* Когда Tilda ставит inline-style opacity:0 — прячем элемент полностью */
.t1002__bubble[style*="opacity: 0"] {
  display: none !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Мобильная версия */
@media (max-width: 767px) {
  .t1002__bubble {
    max-width: 200px !important;
    padding: 8px !important;
    font-size: 11px !important;
  }
}

/* БЛОКИ ЦВЕТА И СВОЙСТВА */
/* === 0. Фон и рамка у контейнера custom-вариантов === */
.t-product__option-variants_custom {
  background-color: #F0F0F0 !important;
  border: 2px solid #dbdbdb !important;
  border-radius: 1px !important;
  padding: 8px !important;
  margin-top: 8px !important;
  max-height: none !important;
  overflow: visible !important;
}

/* === 1. Стили для «кнопки» выбранного варианта === */
.t-product__option-selected {
  display: flex;
  align-items: center;
  background-color: #F0F0F0 !important;
  border: 2px solid #dbdbdb !important;
  border-radius: 1px !important;
  padding: 8px 12px !important;
  cursor: pointer;
}

.t-product__option-selected .t-product__option-selected-checkmark {
  flex: 0 0 24px;
  height: 24px;
  margin-right: 10px;
  border: 1px solid #dbdbdb !important;
  border-radius: 1px !important;
  background-size: cover !important;
}

.t-product__option-selected .t-product__option-selected-title {
  color: #000 !important;
  font-weight: 400;
}

/* === 2. Стили для каждой «карточки» в выпадающем списке === */
.t-product__option-variants_custom .t-product__option-item {
  display: flex;
  align-items: center;
  background-color: #F0F0F0 !important;
  border: 2px solid #dbdbdb !important;
  border-radius: 1px !important;
  padding: 8px 12px !important;
  margin-bottom: 8px !important;
  cursor: pointer;
}

.t-product__option-variants_custom .t-product__option-item:last-child {
  margin-bottom: 0 !important;
}

.t-product__option-variants_custom .t-product__option-checkmark {
  flex: 0 0 24px;
  height: 24px;
  margin-right: 10px;
  border: 1px solid #dbdbdb !important;
  border-radius: 1px !important;
  background-size: cover !important;
}

.t-product__option-variants_custom .t-product__option-title {
  color: #000 !important;
  font-weight: 400;
}
