/* ✅ ТОЛЬКО табы карточек товаров — горизонтально */
.t-store__prod-tabs,
.t-store__prod-popup__tabs-nav {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  gap: 15px !important;
  padding: 15px 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

.t-store__prod-tab,
.t-store__prod-popup__tab {
  flex-shrink: 0 !important;
  white-space: nowrap !important;
  padding: 12px 20px !important;
  margin: 0 !important;
  border: none !important;
  background: none !important;
  cursor: pointer !important;
  font-size: 16px !important;
}

.t-store__prod-tab--active,
.t-store__prod-popup__tab--active {
  color: #0066cc !important;
  border-bottom: 3px solid #0066cc !important;
  position: relative !important;
  z-index: 2 !important;
}

/* Скрываем вертикальные табы */
.t-store__prod-tabs__list_vertical {
  display: none !important;
}