/* BHS PageSpeed + Accessibility v1.9.4 */

:root {
  --bhs-accessible-pink: #9f1f59;
  --bhs-accessible-pink-hover: #7e1745;
  --bhs-focus: #111827;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* HOBISHOP_THEME_COLOR_OVERRIDE_FIX_V211
   Header bloklarının inline --bg/--hover değerleri Theme Builder'dan gelir.
   Burada bunları !important ile ezmiyoruz. */
.hf-notice,
.hf-menu {
  --color: #fff !important;
}

.hf-menu a,
.hf-notice,
.hf-campaign {
  color: var(--color,#fff) !important;
  text-shadow: none !important;
}

.hf-menu a:hover,
.hf-menu a:focus-visible {
  background: var(--hover,var(--store-secondary,#7e1745)) !important;
  color: var(--color,#fff) !important;
}

.bhs-language-switcher a {
  color: #374151 !important;
  background: #fff !important;
  border-color: #6b7280 !important;
}

.bhs-language-switcher a.is-active {
  color: #fff !important;
  background: var(--bhs-accessible-pink) !important;
  border-color: var(--bhs-accessible-pink) !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--bhs-focus) !important;
  outline-offset: 3px !important;
}

.hf-support-right > a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: #1f2937 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hf-footer h2 {
  margin: 0 0 12px;
  font: inherit;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.hf-footer a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
