*, *::before, *::after {
  box-sizing: border-box;
}

/* === ГЛОБАЛЬНАЯ ТИПОГРАФИКА === */
body {
  font-family: 'Inter', sans-serif;
  color: #1a1a1a;
  background-color: #EDE5D8;
}

/*
  Заголовки: Cormorant Garamond.
  НЕ используем !important — чтобы можно было переопределить
  в карточках каталога (h3 → Inter).
*/
h1, h2, h3 {
  font-family: 'Cormorant Garamond', serif;
}

/* === СКРЫТИЕ КОРЗИНЫ И ПОИСКА === */
.t706__carticon-wrapper,
.t-store__cart__icon-wrapper,
.t706 .t706__carticon-wrapper,
.t706,
.t-store__cart,
.t838,
[href="#opencart"],
.t-store__filter,
.t-store__card__btn,
.t-store__card__btnwrapper {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* === УБРАТЬ ЛЕЙБЛ TILDA (на платном тарифе) === */
.t-tildalаbеl {
  display: none !important;
}

/* === ГЛОБАЛЬНЫЕ СТИЛИ КНОПОК (pill-стиль как у HYGGE) === */
.t-btn,
.t-submit {
  border-radius: 30px !important;
  font-family: 'Inter', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}

/* === ГЛОБАЛЬНЫЕ СТИЛИ ФОРМ === */
.t-input,
.t-input-group input {
  font-family: 'Inter', sans-serif !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1.5px solid rgba(0,0,0,0.15) !important;
  background: transparent !important;
  transition: border-color 0.3s ease !important;
}

.t-input:focus,
.t-input-group input:focus {
  border-bottom-color: #1a1a1a !important;
  box-shadow: none !important;
}
