/* Bara fixă după scroll — blur întunecat + accente verzi */
.sr-sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1045;
  /* Fără transform — altfel position:fixed al drawer-ului coș rămâne „în” bara de 56px */
  --sr-sticky-icon: 34px;
  --sr-sticky-glyph: 15px;
  --sr-sticky-bar-h: 48px;
  margin-top: calc(-1 * (var(--sr-sticky-bar-h) + 10px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: margin-top 0.28s ease, opacity 0.28s ease, visibility 0.28s;
}

.sr-sticky-header--visible {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sr-sticky-header__glass {
  background: linear-gradient(
    90deg,
    rgba(17, 24, 39, 0.96) 0%,
    rgba(15, 23, 42, 0.94) 45%,
    rgba(17, 24, 39, 0.96) 100%
  );
  backdrop-filter: blur(14px) saturate(1.05);
  -webkit-backdrop-filter: blur(14px) saturate(1.05);
  border-bottom: 1px solid rgba(79, 255, 176, 0.22);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.28);
}

.sr-sticky-header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 18px;
  height: var(--sr-sticky-bar-h);
  min-height: var(--sr-sticky-bar-h);
  padding: 0;
  color: #f9fafb;
}

.sr-sticky-header__brand {
  grid-column: 1;
  justify-self: start;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  font-family: 'Bebas Neue', 'Archivo Narrow', 'Arial Narrow', sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  max-width: min(320px, 46vw);
  overflow: hidden;
  text-overflow: ellipsis;
  /* Bebas Neue — literele par sus față de bară; coborâm ușor pentru centru vizual */
  transform: translateY(0.14em);
  background: var(
    --sr-band-gradient-h,
    linear-gradient(90deg, #4fffb0 0%, #28c7d0 52%, #3ee6c8 100%)
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent !important;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.sr-sticky-header__brand:hover {
  filter: brightness(1.12) saturate(1.05);
  opacity: 1;
  transform: translateY(0.14em);
}

.sr-sticky-header__search {
  position: relative;
  grid-column: 2;
  justify-self: center;
  width: min(340px, 100%);
  max-width: 340px;
  min-width: 0;
  min-height: 38px;
  display: flex !important;
  align-items: center;
  align-self: center;
  visibility: visible !important;
  opacity: 1 !important;
}

.sr-sticky-header--visible .sr-sticky-header__search {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.sr-sticky-header__search .header-search,
.sr-sticky-header__search #sr-home-search {
  width: 100%;
  min-width: 0;
  margin: 0;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.sr-sticky-header--visible #sr-home-search,
.sr-sticky-header--visible #base_advance_search {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Doar câmp căutare + buton — fără categorii */
.sr-sticky-header__search #base_advance_search,
.sr-sticky-header__search #base_advance_search.sr-sticky-search--compact {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100% !important;
  margin: 0 !important;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  border: 1px solid rgba(17, 24, 39, 0.18) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-radius: 18px !important;
  overflow: hidden;
}

.sr-sticky-header__search #base_advance_search .category-search {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}

.sr-sticky-header__search #base_advance_search .search-field {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  height: 32px !important;
  min-height: 32px !important;
  padding: 0 12px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #111827 !important;
  background: transparent !important;
  font-size: 14px;
}

.sr-sticky-header__search #base_advance_search .search-field::placeholder {
  color: #6b7280;
}

.sr-sticky-header__search #base_advance_search .btn-search {
  display: flex !important;
  flex-shrink: 0;
  margin: 0 !important;
}

.sr-sticky-header__search #base_advance_search .search-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 38px !important;
  min-width: 38px !important;
  height: 32px !important;
  min-height: 32px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-left: 1px solid #d1d5db !important;
  border-radius: 0 !important;
  background-color: #ffffff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23111827'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0 416 93.1 416 208zm-208 144a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 15px 15px !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px;
  overflow: hidden;
}

/* FA ascuns aici — folosim SVG alb pe buton; păstrăm <i> pentru accesibilitate în DOM */
.sr-sticky-header__search #base_advance_search .search-submit i,
.sr-sticky-header__search #base_advance_search .search-submit .fa,
.sr-sticky-header__search #base_advance_search .search-submit [class*="fa-"] {
  display: none !important;
}

.sr-sticky-header__search #base_advance_search .search-submit:hover,
.sr-sticky-header__search #base_advance_search .search-submit:focus-visible {
  background-color: #f3f4f6 !important;
}

.sr-sticky-header__search #base_advance_search #sResultContainer {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1065;
}

.sr-sticky-header__actions {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  align-self: center;
  gap: 12px;
  min-height: 40px;
  min-width: 0;
  overflow: visible;
}

.sr-sticky-header__icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
  gap: 12px;
  height: var(--sr-sticky-icon);
  line-height: 0;
  overflow: visible;
}

/* O singură linie — aceeași înălțime, fără float/margin din header */
.sr-sticky-header__icons > *,
.sr-sticky-header__icons .sr-sticky-header__slot,
.sr-sticky-header__icons .list-inline-item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  height: var(--sr-sticky-icon) !important;
  min-height: var(--sr-sticky-icon) !important;
  max-height: var(--sr-sticky-icon) !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  vertical-align: middle !important;
}

.sr-sticky-header__icons .dropdown:not(.myaccount),
.sr-sticky-header__icons .sr-cart-widget {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  height: var(--sr-sticky-icon) !important;
}

.sr-sticky-header__help {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1.2;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  align-self: center;
}

.sr-sticky-header__help-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.sr-sticky-header__help-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  line-height: 1.2;
  min-width: 0;
}

.sr-sticky-header__help-title {
  /* font-size / font-weight / letter-spacing: sursa reală în sr-brand.css (!important) */
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
}

.sr-sticky-header__help-phone {
  /* font-size / font-weight: sursa reală în sr-brand.css (!important) */
  color: #fff !important;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.01em;
  flex-shrink: 0;
}

.sr-sticky-header__help-phone:hover {
  color: #4fffb0 !important;
  text-decoration: underline;
}

.sr-sticky-header__locale {
  display: flex;
  align-items: center;
  align-self: center;
  position: relative;
  z-index: 4;
  isolation: isolate;
  --sr-sticky-locale-font: 14px;
  --sr-sticky-locale-font-min: 13px;
  --sr-sticky-locale-lh: 1.35;
  --sr-sticky-locale-fw: 400;
  --sr-sticky-locale-gap: 4px;
  --sr-sticky-locale-caret: 0.72em;
}

.sr-sticky-header__locale .list-inline {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0 10px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.sr-sticky-header__locale .dropdown-toggle {
  display: inline-flex !important;
  align-items: center !important;
  gap: var(--sr-sticky-locale-gap);
  color: #fff !important;
  font-size: max(var(--sr-sticky-locale-font-min), var(--sr-sticky-locale-font)) !important;
  font-weight: var(--sr-sticky-locale-fw) !important;
  line-height: var(--sr-sticky-locale-lh) !important;
  padding: 4px 8px;
  background: transparent !important;
}

.sr-sticky-header__locale .dropdown-toggle span {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* Fără steaguri la limbă/monedă pe bara sticky (rămâne doar textul + caret) */
.sr-sticky-header__locale .dropdown-toggle img,
.sr-sticky-header__locale .dropdown-menu .dropdown-item img {
  display: none !important;
}

.sr-sticky-header__locale .dropdown-toggle [class*="fa-"] {
  font-size: var(--sr-sticky-locale-caret) !important;
  line-height: 1 !important;
}

.sr-sticky-header__locale .dropdown-toggle:hover,
.sr-sticky-header__locale .dropdown-toggle:focus,
.sr-sticky-header__locale .dropdown-toggle.show,
.sr-sticky-header__locale .dropdown.show > .dropdown-toggle {
  color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
}

.sr-sticky-header__slot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: var(--sr-sticky-icon);
  height: var(--sr-sticky-icon);
}

.sr-sticky-header__slot > li {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  list-style: none;
  width: var(--sr-sticky-icon);
  height: var(--sr-sticky-icon);
  margin: 0;
  padding: 0;
}

.sr-sticky-header__slot--cart {
  width: var(--sr-sticky-icon);
  min-width: var(--sr-sticky-icon);
  margin-right: 4px;
}

.sr-sticky-header__icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: var(--sr-sticky-icon);
  height: var(--sr-sticky-icon);
  min-width: var(--sr-sticky-icon);
  min-height: var(--sr-sticky-icon);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  text-decoration: none;
}

.sr-sticky-header__icon-btn:hover,
.sr-sticky-header__icon-btn:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff !important;
  box-shadow: none;
}

.sr-sticky-header__icon-btn .fa-solid {
  font-size: var(--sr-sticky-glyph);
  color: #fff;
}

.sr-sticky-header__badge {
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #1e91cf;
  color: #ffffff;
  font-size: 10px;
  font-weight: 410;
  line-height: 16px;
  text-align: center;
  border: 2px solid #1e91cf;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.12);
}

/* Badge-uri iconuri sticky — albastru uniform (compară, favorite, coș) */
#sr-sticky-header .sr-sticky-header__icons .sr-sticky-header__badge,
#sr-sticky-header .sr-sticky-header__icons .sr-mob-header-badge,
#sr-sticky-header .sr-sticky-header__icons .sr-compare-count,
#sr-sticky-header .sr-sticky-header__icons .sr-header-compare.has-items .sr-compare-count,
#sr-sticky-header .sr-sticky-header__icons .sr-wishlist-count,
#sr-sticky-header .sr-sticky-header__icons .cart_counter,
#sr-sticky-header #header-cart span.cart_counter {
  background: #1e91cf !important;
  background-color: #1e91cf !important;
  background-image: none !important;
  color: #ffffff !important;
  border: 2px solid #1e91cf !important;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.12) !important;
}

.sr-sticky-header__badge[data-sr-wishlist-count="0"] {
  display: none;
}

.sr-sticky-header .sr-header-compare:not(.has-items) .sr-compare-count {
  display: none;
}

.sr-sticky-header .sr-header-compare-wrap {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.sr-sticky-header .sr-header-compare {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: var(--sr-sticky-icon);
  height: var(--sr-sticky-icon);
  min-width: var(--sr-sticky-icon);
  min-height: var(--sr-sticky-icon);
  padding: 0;
  margin: 0;
  gap: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
  vertical-align: middle;
}

.sr-sticky-header .sr-header-compare:hover,
.sr-sticky-header .sr-header-compare:focus-visible {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  box-shadow: none !important;
}

.sr-sticky-header .sr-header-compare__label {
  display: none !important;
}

.sr-sticky-header .sr-header-compare .sr-compare-count {
  position: absolute;
  top: -6px;
  right: -2px;
  margin: 0;
  transform: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  max-width: 18px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}

.sr-sticky-header .sr-header-compare .fa-solid {
  font-size: var(--sr-sticky-glyph);
  color: #fff;
}

.sr-sticky-header .sr-header-wishlist-wrap {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.sr-sticky-header .sr-header-wishlist {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: var(--sr-sticky-icon);
  height: var(--sr-sticky-icon);
  min-width: var(--sr-sticky-icon);
  min-height: var(--sr-sticky-icon);
  padding: 0;
  margin: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.sr-sticky-header .sr-header-wishlist:hover,
.sr-sticky-header .sr-header-wishlist:focus-visible {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  box-shadow: none !important;
}

.sr-sticky-header .sr-header-wishlist .fa-solid {
  font-size: var(--sr-sticky-glyph);
  color: #fff;
}

.sr-sticky-header .sr-header-wishlist .sr-wishlist-count {
  position: absolute;
  top: -6px;
  right: -2px;
  margin: 0;
  transform: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  max-width: 18px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}

/* Cont + coș — iconițe definite în stylesheet doar sub #header; refacem aici */
.sr-sticky-header .myaccount {
  margin: 0;
  padding: 0;
}

.sr-sticky-header .myaccount > a.header_account {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: var(--sr-sticky-icon);
  height: var(--sr-sticky-icon);
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: none !important;
}

.sr-sticky-header .myaccount > a.header_account:hover,
.sr-sticky-header .myaccount > a.header_account:focus-visible {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  box-shadow: none !important;
}

.sr-sticky-header .myaccount > a.header_account::after {
  display: none !important;
}

.sr-sticky-header .myaccount > a > span:first-child {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  margin: 0 !important;
  padding: 0 !important;
  background-image: url(../image/header-account.svg) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  filter: brightness(0) invert(1);
  font-size: 0;
  line-height: 0;
  color: transparent;
  overflow: visible;
}

.sr-sticky-header .myaccount > a.header_account,
.sr-sticky-header .myaccount > a.header_account.d-flex {
  color: #fff !important;
}

.sr-sticky-header .header_account_item {
  display: none !important;
}

/* Slot cont — icon 40px, meniul iese în jos (stiluri comune în sr-brand.css) */
.sr-sticky-header #sr-sticky-slot-account,
.sr-sticky-header #sr-sticky-slot-account > li,
.sr-sticky-header #sr-sticky-slot-account .list-inline-item,
.sr-sticky-header .myaccount.dropdown {
  overflow: visible !important;
}

.sr-sticky-header .myaccount.dropdown {
  display: block !important;
  width: var(--sr-sticky-icon) !important;
  height: var(--sr-sticky-icon) !important;
}

.sr-sticky-header #header-cart,
.sr-sticky-header #sr-home-cart {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: var(--sr-sticky-icon) !important;
  height: var(--sr-sticky-icon) !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0;
}

.sr-sticky-header #header-cart .sr-cart-widget {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
  width: var(--sr-sticky-icon) !important;
  height: var(--sr-sticky-icon) !important;
  margin: 0 !important;
}

.sr-sticky-header #header-cart .header_cart_item,
.sr-sticky-header #header-cart .sr-cart-widget__toggle .header_cart_item,
.sr-sticky-header #sr-home-cart .header_cart_item {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

.sr-sticky-header #header-cart .sr-cart-widget__toggle,
.sr-sticky-header #header-cart .btn-lg.dropdown-toggle {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  width: var(--sr-sticky-icon) !important;
  min-width: var(--sr-sticky-icon) !important;
  max-width: var(--sr-sticky-icon) !important;
  height: var(--sr-sticky-icon) !important;
  min-height: var(--sr-sticky-icon) !important;
  max-height: var(--sr-sticky-icon) !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  color: #fff !important;
  vertical-align: middle !important;
  overflow: visible !important;
}

.sr-sticky-header #header-cart .sr-cart-widget__toggle:hover,
.sr-sticky-header #header-cart .sr-cart-widget__toggle:focus-visible,
.sr-sticky-header #header-cart .btn-lg.dropdown-toggle:hover,
.sr-sticky-header #header-cart .btn-lg.dropdown-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  box-shadow: none !important;
}

.sr-sticky-header #header-cart .sr-cart-widget__toggle .cart_image {
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  overflow: hidden;
  background-image: url(../image/header-cart.svg) !important;
  background-size: 16px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  filter: brightness(0) invert(1);
}

.sr-sticky-header #header-cart span.cart_counter,
.sr-sticky-header #header-cart .sr-cart-count {
  position: absolute;
  top: -6px;
  right: -2px;
  left: auto;
  margin: 0 !important;
  transform: none;
  z-index: 2;
  width: 18px;
  height: 18px;
  min-width: 18px;
  max-width: 18px;
  padding: 0;
  box-sizing: border-box;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1e91cf !important;
  color: #ffffff !important;
  border: 2px solid #1e91cf !important;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.12) !important;
  white-space: nowrap;
}

.sr-sticky-header #header-cart .sr-cart-widget > .cart_counter,
.sr-sticky-header #header-cart .sr-cart-widget > .sr-cart-count {
  display: inline-flex !important;
}

.sr-sticky-header #header-cart,
.sr-sticky-header #header-cart .sr-cart-widget,
.sr-sticky-header #sr-home-cart,
.sr-sticky-header__slot--cart {
  overflow: visible !important;
}

/* Coș lateral — același drawer full-height ca în header (nu e sub #header) */
.dropdown-menu.sr-cart-drawer {
  position: fixed !important;
  inset: 0 0 0 auto !important;
  z-index: 1070 !important;
  width: var(--sr-cart-drawer-width, min(500px, 100vw)) !important;
  max-width: 100% !important;
  height: 100vh !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.18) !important;
  background: #fff !important;
  display: flex !important;
  flex-direction: column !important;
  transform: translateX(100%) !important;
  transition: transform 0.3s ease !important;
  overflow: hidden !important;
}

.dropdown-menu.sr-cart-drawer.show {
  transform: translateX(0) !important;
}

/* Fără padding-top pe body — muta layout-ul și provoca flicker la bara sticky */
body.sr-sticky-header-active {
  padding-top: 0;
}

/* Cont subpagini — meniul lateral și titlul paginii rămân sub bara fixă (doar desktop) */
@media (min-width: 850px) {
  html:has(body.sr-sticky-header-active) {
    scroll-padding-top: var(--sr-sticky-bar-h, 62px);
  }

  body.sr-sticky-header-active .sr-account-dash__sidebar {
    top: calc(var(--sr-sticky-bar-h, 62px) + 12px);
    max-height: calc(100dvh - var(--sr-sticky-bar-h, 62px) - 24px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  body.sr-sticky-header-active #account-account.sr-account-dash--subpage .sr-returns-info__head {
    position: sticky;
    top: var(--sr-sticky-bar-h, 62px);
    z-index: 12;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 8px;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
  }

  body.sr-sticky-header-active #account-account.sr-account-dash--subpage .sr-returns-history__head {
    position: sticky;
    top: var(--sr-sticky-bar-h, 62px);
    z-index: 12;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 8px;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
  }
}

@media (max-width: 1199px) {
  .sr-sticky-header__help {
    display: none;
  }
}

/* Ecran mare (≥1680px) — doar spațiere/lățime, fără mărire (bară compactă = bază) */
@media (min-width: 1680px) {
  .sr-sticky-header__inner {
    column-gap: 24px;
  }

  .sr-sticky-header__brand {
    max-width: min(360px, 40vw);
  }

  .sr-sticky-header__search {
    width: min(420px, 100%);
    max-width: 420px;
  }

  .sr-sticky-header__help {
    padding-right: 8px;
    gap: 8px;
  }

  .sr-sticky-header__locale .dropdown-toggle {
    padding: 4px 10px;
  }
}

/* Ecran foarte mare (≥1920px) — doar spațiere/lățime, fără mărire (bară compactă = bază) */
@media (min-width: 1920px) {
  .sr-sticky-header__inner {
    column-gap: 30px;
  }

  .sr-sticky-header__brand {
    max-width: min(420px, 40vw);
  }

  .sr-sticky-header__search {
    width: min(460px, 100%);
    max-width: 460px;
  }

  .sr-sticky-header__help {
    padding-right: 8px;
    gap: 9px;
  }

  .sr-sticky-header__locale .dropdown-toggle {
    padding: 5px 12px;
  }
}

/* Laptop îngust — căutare centrată între logo și telefon */
@media (min-width: 1400px) and (max-width: 1679.98px) {
  .sr-sticky-header__inner {
    column-gap: 10px;
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .sr-sticky-header__brand {
    max-width: min(300px, 40vw);
  }

  .sr-sticky-header__search {
    justify-self: center;
    width: min(260px, 100%);
    max-width: 260px;
  }

  .sr-sticky-header__help {
    padding-right: 8px;
  }

  .sr-sticky-header__help-title {
    letter-spacing: 0.04em !important;
  }

  .sr-sticky-header__help-phone {
    letter-spacing: 0.01em !important;
  }

  .sr-sticky-header__locale .list-inline {
    gap: 4px;
    padding-right: 6px;
  }

  .sr-sticky-header__locale {
    --sr-sticky-locale-font: 15px;
  }

  .sr-sticky-header__locale .dropdown-toggle {
    padding: 4px 6px !important;
  }

  .sr-sticky-header__icons {
    gap: 8px;
  }
}

@media (min-width: 850px) and (max-width: 1399.98px) {
  .sr-sticky-header__inner {
    column-gap: 10px;
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .sr-sticky-header__brand {
    flex: 0 1 auto;
    min-width: 0;
    max-width: min(220px, 30vw);
    font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  }

  .sr-sticky-header__search {
    display: flex !important;
    justify-self: center;
    width: min(240px, 100%);
    max-width: 240px;
  }

  .sr-sticky-header__actions {
    gap: 8px;
    min-width: 0;
  }

  .sr-sticky-header__locale .list-inline {
    gap: 4px;
    padding-right: 6px;
  }

  .sr-sticky-header__locale {
    --sr-sticky-locale-font: 15px;
  }

  .sr-sticky-header__locale .dropdown-toggle {
    padding: 4px 6px !important;
  }

  .sr-sticky-header__icons {
    gap: 8px;
  }
}

/* Ultra-wide (≥2000px) — locale dropdown: line-height uniform */
@media (min-width: 2000px) {
  .sr-sticky-header__locale .dropdown-toggle,
  .sr-sticky-header__locale .dropdown-toggle span,
  .sr-sticky-header__locale .dropdown-menu,
  .sr-sticky-header__locale .sr-lang-dropdown-menu,
  .sr-sticky-header__locale .dropdown-menu > li,
  .sr-sticky-header__locale .dropdown-menu a.dropdown-item,
  .sr-sticky-header__locale .dropdown-menu .dropdown-item,
  .sr-sticky-header__locale .sr-lang-dropdown .dropdown-menu .dropdown-item,
  .sr-sticky-header__locale .sr-lang-dropdown .dropdown-menu .dropdown-item span,
  .sr-sticky-header__locale .sr-lang-dropdown-menu .dropdown-item,
  .sr-sticky-header__locale .sr-currency-form .dropdown .dropdown-menu .dropdown-item {
    line-height: 1.35 !important;
  }
}

@media (max-width: 849.98px) {
  .sr-sticky-header {
    display: none !important;
  }

  body.sr-sticky-header-active {
    padding-top: 0;
  }
}
