#catalog-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #1a1a1a;
  min-width: 230px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  border-radius: 6px;
  z-index: 99999;
  padding: 10px 0 6px 0;
  margin-top: 0;
}
#catalog-dropdown a {
  display: block !important;
  padding: 12px 20px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px !important;
  white-space: nowrap;
  transition: background 0.2s;
  opacity: 1 !important;
  visibility: visible !important;
}
#catalog-dropdown a:hover {
  background: rgba(255,255,255,0.1) !important;
}
/* Кнопка "Бренд" */
.t-store__filter__item-controls-container {
  background-color: #ffffff !important;
  color: #000000 !important;
}

/* Опции в выпадающем списке */
.t-store__filter__custom-sel {
  background-color: #ffffff !important;
  color: #000000 !important;
}

/* Текст выбранного значения */
.t-store__filter__item-title {
  color: #000000 !important;
}

/* Рамка вокруг фильтра Бренд */
.t-store__filter__controls-wrapper {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px 20px !important;
  margin-bottom: 24px !important;
  background: #fafafa;
}