/* ── ШАПКА ── */
.t-header {
  border-bottom: 0.5px solid #E0D8C8 !important;
  background: #FFFFFF !important;
}
.t-header__nav-item a {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  color: #888888 !important;
  letter-spacing: 0.5px !important;
  text-transform: none !important;
  transition: color 0.2s !important;
}
.t-header__nav-item a:hover {
  color: #111111 !important;
}
.t-header__logo {
  font-family: 'Unbounded', sans-serif !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #111111 !important;
}
.t-header__nav-item a[href*="shop"],
.t-header__nav-item a[href*="insales"] {
  color: #111111 !important;
  font-weight: 500 !important;
  border-bottom: 1px solid #E0D8C8 !important;
  padding-bottom: 1px !important;
}
.t-header__nav-item a[href*="shop"]:hover,
.t-header__nav-item a[href*="insales"]:hover {
  color: #E8200C !important;
  border-bottom-color: #E8200C !important;
}
.t-header__cta-btn {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #111111 !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #111111 !important;
  border-radius: 0 !important;
  padding: 0 0 2px 0 !important;
  letter-spacing: 0.5px !important;
  transition: color 0.2s, border-color 0.2s !important;
}
.t-header__cta-btn:hover {
  color: #E8200C !important;
  border-bottom-color: #E8200C !important;
  background: transparent !important;
}
.t-footer { display: none !important; }