/* =====================================================
   VAV — iOS SAFARI / TILDA CLEAN UI
   без бликов, без белых артефактов
   ===================================================== */

/* --- Убираем iOS подсветку --- */
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-focus-ring-color: rgba(0,0,0,0);
}

/* --- Убираем тени и outline --- */
button,
a,
input,
textarea,
.tn-elem,
.tn-atom {
  box-shadow: none !important;
  outline: none !important;
}

/* --- Мягкий белый ТОЛЬКО там, где он нужен --- */
.t-white,
.white,
textarea,
input:not([type="search"]):not(.t-search__input) {
  background-color: #F4F3EF !important;
}

/* =====================================================
   ПОИСК TILDA — В ТОН ФОНА (НЕ БЕЛЫЙ)
   ===================================================== */

.t-search-widget,
.t-search-widget input,
.t-search__input {
  background-color: rgba(255,255,255,0.04) !important;
  color: #EDEDED !important;
  border: 1px solid #BFA052 !important;
  box-shadow: none !important;
}

/* placeholder */
.t-search-widget input::placeholder,
.t-search__input::placeholder {
  color: rgba(237,237,237,0.45) !important;
}

/* focus — чуть живее, без блика */
.t-search-widget input:focus,
.t-search__input:focus {
  background-color: rgba(255,255,255,0.06) !important;
  outline: none !important;
}

/* =====================================================
   КНОПКИ — без свечения
   ===================================================== */
button,
a.tn-atom {
  background-image: none !important;
  transition: none !important;
}

/* =====================================================
   OVERSCROLL iOS
   ===================================================== */
html, body {
  overscroll-behavior: none;
}

/* =====================================================
   INPUT FIX iOS
   ===================================================== */
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0 !important;
}
