/* Карточка товара - округление */
.t-store__card__mark {
  border-radius: 0.7rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    height: 2rem;
    padding: 0.3rem;
    width: 5.5rem;
}

/* Карточка товара - округление */
@media (max-width: 768px) {
  .t-store__card__mark {
    border-radius: 0.2rem;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
    height: 100%;
    width: 100%;
    padding: 0.4rem;
  }
}

/* Округление */
.t-store__card__imgwrapper {
  border-radius: 0.6rem !important;
  overflow: hidden !important;
}


/* Скролл */
html {
  scroll-behavior: smooth;
}



/* Заголовки фильтров */
.t-store__filter__title {
  font-size: 0.8rem !important; /* Было 14px */
  font-weight: 600 !important;
}

.t-store__filter__item-title {
    font-size: 1rem !important;
    font-weight: 600 !important;
}