/* Серая подложка под карточками товара */
.t-store__card {
  background-color: ##f5f5f5 !important; /* светло-серый фон */
  padding: 10px !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05), 0 -10px 10px rgba(0, 0, 0, 0.1); !important;
}

@media (max-width: 768px) {
@media (max-width: 768px) {
  /* Заголовки фильтров */
  .t-store__filter__title {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }

  /* Элементы списка фильтров */
  .t-store__filter__item,
  .t-store__filter__option,
  .t-store__filter__text {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }
}
.t-store__filter__title-wrapper {
  position: relative;
  cursor: pointer;
}

.t-store__filter__title-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.t-store__filters-header {
  font-size: 16px !important;
}

@media (max-width: 768px) {
  .t-store__filters-header {
    font-size: 16px !important;
  }
}

.t-tildalаbеl,
.t-tildalаbеl__link {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
