/* Задаем Noto Sans для заголовков товаров в каталоге Tilda */
.js-store-prod-name,
.t-store__card__title {
  font-family: 'Noto Sans', Arial, sans-serif !important;
}

@media screen and (max-width: 560px) {
/* Делаем плашку с крестиком черной */
.t-popup__close,
.t-popup__close-wrapper {
  background-color: #000000 !important;
}

/* На случай, если нужно сделать сам крестик и стрелку белыми/заметными */
.t-popup__close-icon path {
  fill: #ffffff !important;
}
}


/* Нижняя граница для блока с классом uc-slid */
.uc-slid {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}

.t-btnflex_sm {
  height: 45px !important;
}

/* 1. Скругляем саму белую плашку */
.t658__wrapper {
  border-radius: 16px !important;
  overflow: hidden !important;
}

/* 2. Заголовок */
.t658__title {
  font-family: 'Noto Sans', Arial, sans-serif !important;
}






