/**
 * v38 — Logo bar black only; category strip stays white
 */
.page-home .store-header-wrap,
.store-header-wrap {
  background: transparent !important;
}
.store-header-sticky-stack {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
}
.store-header-main,
.page-home .store-header-main {
  background: #0d0a0c !important;
  color: #fff !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
}
.store-header-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2) !important;
}
.store-header-main-spacer {
  display: none !important;
}
.store-header-inner {
  color: #fff !important;
}
.store-search-pill {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
}
.store-search-pill svg,
.store-search-input {
  color: #fff !important;
}
.store-search-input::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}
.store-header-actions .store-icon-btn,
.store-header-actions .store-profile-trigger,
.store-user-luxe-btn {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}
.store-header-actions .store-icon-btn svg,
.store-user-luxe-btn svg {
  stroke: #fff !important;
}
.store-cat-strip,
.page-home .store-cat-strip {
  background: #ffffff !important;
  border-bottom: 1px solid #f0e6ea !important;
  box-shadow: 0 2px 12px rgba(26, 18, 24, 0.06) !important;
  position: relative !important;
  margin: 0 !important;
}
.store-cat-chip-label,
.page-home .store-cat-chip-label {
  color: #5c4d55 !important;
}
.cat-strip-nav {
  color: #5c4d55 !important;
  background: #f8f4f6 !important;
  border: 1px solid #ebe0e4 !important;
}
.store-profile-dropdown {
  background: #1a1218 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}
.store-profile-dropdown a,
.store-profile-dropdown-head strong {
  color: #fff !important;
}

/* Override legacy fixed/sticky on whole wrap */
@media (max-width: 1023px) {
  .store-header-wrap {
    position: static !important;
    background: transparent !important;
  }
}
@media (min-width: 1024px) {
  .store-header-wrap {
    position: static !important;
  }
  .store-header-main {
    position: relative !important;
  }
}
