/* Стили для разделов (навигации) */
.t-store__sidebar .t-catalog__section {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 10px;
}

/* Стили для фильтров */
.t-store__filters .t-filter__item {
  background: white;
  padding: 12px;
  border: 1px solid #e0e0e0;
  margin-bottom: 8px;
}

/* Кнопки в карточках ST340 */
.js-store-prod-text a,
.t-store__card__text a {
  display: inline-block !important;
  padding: 12px 24px !important;
  margin: 8px 8px 0 0 !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
  transition: all 0.3s !important;
}

.js-store-prod-text a:first-child,
.t-store__card__text a:first-child {
  background: linear-gradient(45deg, #0066cc, #007bff) !important;
  color: white !important;
}

.js-store-prod-text a:nth-child(2),
.t-store__card__text a:nth-child(2) {
  background: linear-gradient(45deg, #28a745, #20c997) !important;
  color: white !important;
}

.js-store-prod-text a:last-child,
.t-store__card__text a:last-child {
  background: linear-gradient(45deg, #ffc107, #fd7e14) !important;
  color: #000 !important;
}

.js-store-prod-text a:hover,
.t-store__card__text a:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3) !important;
}