/* EFLC 2026 header. All rules are isolated behind .eflc2026. */
.eflc2026,
.eflc2026 * { box-sizing: border-box; }

.eflc2026 {
  background: #fff;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 2000;
}

.eflc2026-shell {
  width: calc(100% - 40px);
  max-width: 1440px;
  margin: 0 auto;
}

.eflc2026-utility {
  border-bottom: 1px solid #e4e7eb;
  font-size: 13px;
}

.eflc2026-utility-inner {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.eflc2026-shipping,
.eflc2026-utility-links,
.eflc2026-action {
  display: flex;
  align-items: center;
}

.eflc2026-shipping { gap: 10px; }
.eflc2026-shipping svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.eflc2026-utility-links { gap: 30px; }
.eflc2026 a { color: inherit; text-decoration: none; }
.eflc2026 a:hover { color: #0755a5; }

.eflc2026-main-inner {
  min-height: 105px;
  display: grid;
  grid-template-columns: 225px minmax(360px, 1fr) auto;
  align-items: center;
  gap: 34px;
}

.eflc2026-logo { display: block; }
.eflc2026-logo img { display: block; width: 180px; max-height: 72px; object-fit: contain; }

.eflc2026-search {
  height: 54px;
  border: 1px solid #bfc4ca;
  border-radius: 9px;
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
  overflow: visible;
}

.eflc2026-search-submit {
  width: 58px;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
}

.eflc2026-search-submit svg { width: 27px; height: 27px; fill: none; stroke: #111; stroke-width: 1.7; }

.eflc2026-search input[type="search"] {
  min-width: 0;
  flex: 1;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
  padding: 0 14px 0 0;
}

.eflc2026-search input[type="search"]::placeholder { color: #777; opacity: 1; }

.eflc2026-advanced {
  min-width: 132px;
  height: 32px;
  border-left: 1px solid #c9cdd2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 600;
}

.eflc2026-advanced svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.eflc2026-search-loader { display: none; position: absolute; top: 58px; left: 12px; }

.eflc2026-actions { display: flex; align-items: center; gap: 27px; white-space: nowrap; }
.eflc2026-action { gap: 9px; font-size: 14px; }
.eflc2026-action > svg,
.eflc2026-cart-icon > svg { width: 31px; height: 31px; fill: none; stroke: #111; stroke-width: 1.5; }
.eflc2026-cart { gap: 12px; }
.eflc2026-cart-icon { display: inline-flex; position: relative; }
.eflc2026-cart-count {
  position: absolute;
  top: -8px;
  right: -9px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 10px;
  background: #0872ce;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.eflc2026-cart-total { font-weight: 600; }

@media (max-width: 1180px) {
  .eflc2026-main-inner { grid-template-columns: 185px minmax(300px, 1fr) auto; gap: 20px; }
  .eflc2026-logo img { width: 155px; }
  .eflc2026-actions { gap: 18px; }
  .eflc2026-action { flex-direction: column; gap: 2px; font-size: 11px; }
  .eflc2026-cart { flex-direction: row; }
}

@media (max-width: 800px) {
  .eflc2026-shell { width: calc(100% - 24px); }
  .eflc2026-utility-inner { min-height: 34px; }
  .eflc2026-utility-links a:not(:last-child) { display: none; }
  .eflc2026-shipping { font-size: 11px; }
  .eflc2026-main-inner {
    min-height: 112px;
    grid-template-columns: 116px 1fr auto;
    grid-template-rows: 48px 52px;
    gap: 7px 10px;
  }
  .eflc2026-logo img { width: 108px; }
  .eflc2026-actions { gap: 12px; justify-self: end; }
  .eflc2026-expert { display: none; }
  .eflc2026-action > span:not(.eflc2026-cart-icon):not(.eflc2026-cart-count) { display: none; }
  .eflc2026-action > svg,
  .eflc2026-cart-icon > svg { width: 28px; height: 28px; }
  .eflc2026-search { grid-column: 1 / -1; grid-row: 2; width: 100%; height: 46px; }
  .eflc2026-search-submit { width: 48px; }
  .eflc2026-search input[type="search"] { font-size: 14px; }
  .eflc2026-advanced { min-width: 50px; width: 50px; }
  .eflc2026-advanced span { display: none; }
}

@media (max-width: 420px) {
  .eflc2026-shipping span { max-width: 210px; }
  .eflc2026-utility-links { gap: 12px; }
  .eflc2026-cart-total { display: none; }
}
