.main-header { display: block; }
.mobile-navbar { display: none; }

@media (max-width: 1200px) {
  .main-header { display: none !important; }
  .mobile-navbar { display: block !important; }
}

/* Products page title visibility fix */
.product-list-title {
  color: #0a2f71 !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 10px;
}

/* Language switch (TR | EN) */
.header-linkler .header-lang-switch,
.mobile-menu-linkler .header-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  list-style: none;
}
.header-lang-switch a {
  color: inherit;
  text-decoration: none;
  opacity: 0.55;
}
.header-lang-switch a.is-active {
  opacity: 1;
  text-decoration: underline;
}
.header-lang-switch .sep {
  opacity: 0.35;
  user-select: none;
}
.mobile-menu-linkler .mobile-lang-switch {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* Home about slider readability fix */
.ahs-slider-desc h2,
.ahs-slider-desc h6,
.ahs-slider-desc p,
.ahs-slider-desc {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
