/* Falcon Standart / Orange / renk varyantları — shopbar tek satır: Logo | Menü | Arama | Araçlar */
body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar-section {
  padding-top: 0.55rem !important;
  padding-bottom: 0.55rem !important;
}

body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar--standart {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1.2fr) minmax(160px, 340px) auto;
  align-items: center;
  gap: 0.35rem 0.85rem;
  margin: 0 !important;
  width: 100%;
}

body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar--standart > .shop-logo {
  grid-column: 1;
  margin: 0 !important;
  padding: 0.25rem 0 !important;
  flex-grow: 0 !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
}

/* Logo asla CSS filter ile beyazlatılmaz */
body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar--standart .shop-logo img,
body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar-inverse .shop-logo img,
body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar-section .shop-logo img {
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 1 !important;
}

body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar--standart .shopbar-inline-nav {
  grid-column: 2;
  min-width: 0;
  max-width: 100%;
  overflow: visible;
  align-items: center;
  padding: 0 !important;
}

body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar--standart .shopbar-inline-nav .megamenu,
body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar--standart .shopbar-inline-nav .navbar-nav {
  flex-wrap: nowrap;
  margin: 0;
  width: 100%;
}

body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar--standart .shopbar-inline-nav .nav-link {
  white-space: nowrap;
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
  font-size: 0.875rem !important;
}

/* Turuncu / inverse shopbar: menü okunaklı beyaz; logo CSS ile beyazlatılmaz */
body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar-inverse .shopbar--standart .shopbar-inline-nav .nav-link,
body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar-inverse .shopbar--standart .shopbar-inline-nav .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.95) !important;
}
body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar-inverse .shopbar--standart .shopbar-inline-nav .nav-link:hover,
body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar-inverse .shopbar--standart .shopbar-inline-nav .navbar-nav > li > a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border-radius: 0.35rem;
}
body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar-inverse .shopbar--standart .shopbar-inline-nav .navbar,
body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar-inverse .shopbar--standart .shopbar-inline-nav .navbar-nav {
  background: transparent !important;
}

body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar--standart .shopbar-search {
  grid-column: 3;
  min-width: 0;
  width: 100%;
  padding: 0.25rem 0 !important;
  flex-grow: 0 !important;
}

body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar--standart .shopbar-col-group-tools {
  grid-column: 4;
  width: auto !important;
  justify-self: end;
}

/* Focus: logo kalsın, arama biraz genişlesin (logo kaybolmasın) */
body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin).search-focused .shopbar--standart .shop-logo {
  opacity: 1 !important;
  transform: none !important;
  margin-inline-start: 0 !important;
  pointer-events: auto !important;
}
body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin).search-focused .shopbar--standart {
  grid-template-columns: auto minmax(0, 0.7fr) minmax(220px, 1.4fr) auto;
}
body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin).search-focused .shopbar--standart .shopbar-search {
  max-width: none;
}

/* Arama: sol büyüteç için yeterli padding */
body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar--standart .instasearch-form.has-icon:not(.has-icon-right) .instasearch-term,
body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar--standart .instasearch-form.has-icon:not(.has-icon-right) .form-control {
  padding-inline-start: 2.65rem !important;
  padding-left: 2.65rem !important;
}

@media (max-width: 991.98px) {
  body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar--standart {
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "logo search tools";
  }
  body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar--standart > .shop-logo { grid-area: logo; }
  body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar--standart .shopbar-search { grid-area: search; }
  body:not(.theme-elite):not(.theme-studio):not(.theme-vitrin) .shopbar--standart .shopbar-col-group-tools { grid-area: tools; }
}
