/* CorporatesClub header — isolated from legacy style.css (#header rules) */

:root {
  --cc-site-max: var(--cc-bx-max-wide, 1500px);
  --cc-site-width: 100%;
  --cc-site-min: 0;
  --cc-header-pad-x: var(--cc-inside-pad, 20px);
  --cc-header-h: var(--cc-bx-header-h, 100px);
  --cc-header-nav-h: 48px;
  --cc-header-sticky-h: calc(var(--cc-header-h) + var(--cc-header-nav-h));
  --cc-header-search-h: 40px;
  --cc-header-search-gap: 32px;
  --cc-header-bg: #ffffff;
  --cc-header-border: var(--cc-bx-border);
  --cc-header-ink: var(--cc-bx-ink);
  --cc-header-muted: var(--cc-bx-muted);
  --cc-header-surface: #f8f8f8;
  --cc-header-accent: var(--cc-bx-accent);
  --cc-header-font: var(--cc-font-sans);
  --cc-search-bar-h: 60px;
}

body.cc-searchOpen { overflow: hidden }

/* Shipping bar — Bixoto trust strip (legacy dark rules kept for fallback) */
.bx-trustStrip.cc-shipBar,
#headerTop.bx-trustStrip {
  background: var(--cc-bx-trust-bg, #f3f4f6);
  border-bottom: 1px solid var(--cc-bx-border, var(--cc-bx-border));
}
.bx-trustStrip .cc-shipBar__mesh,
.bx-trustStrip .cc-shipBar__orb,
.bx-trustStrip .discountBar { display: none !important }

#headerTop.cc-shipBar:not(.bx-trustStrip),
.cc-shipBar:not(.bx-trustStrip) {
  display: none;
}

.cc-header__navBrowse {
  background: var(--cc-bx-accent);
}

.cc-header__navBrowse:hover {
  background: var(--cc-bx-accent-hover);
}

.cc-header__searchField:focus-within {
  background: #fff;
  border-color: var(--cc-bx-accent);
  box-shadow: 0 2px 8px rgba(255, 66, 0, 0.15);
}

.cc-header__iconBadge {
  background: var(--cc-bx-accent);
}
#headerTop.cc-shipBar .discountBar,
.cc-shipBar .discountBar { display: none }
.cc-shipBar__mesh {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, rgba(255,66,0,0.18) 0%, transparent 42%),
    linear-gradient(220deg, rgba(255,255,255,0.05) 0%, transparent 48%),
    radial-gradient(ellipse 70% 80% at 50% 0%, rgba(255,66,0,0.14) 0%, transparent 55%);
  pointer-events: none;
}
.cc-shipBar__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  pointer-events: none;
}
.cc-shipBar__orb--a {
  width: 200px;
  height: 200px;
  top: -80px;
  left: 15%;
  background: rgba(255,66,0,0.25);
}
.cc-shipBar__orb--b {
  width: 160px;
  height: 160px;
  top: -60px;
  right: 20%;
  background: rgba(255,255,255,0.06);
}
.cc-shipBar__inner {
  position: relative;
  z-index: 2;
  width: var(--cc-site-width);
  max-width: var(--cc-site-max);
  min-width: var(--cc-site-min);
  margin: 0 auto;
  padding: 11px 0;
  text-align: center;
  box-sizing: border-box;
}
.cc-shipBar__text {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.45;
  color: rgba(255,255,255,0.82);
}
.cc-shipBar__text strong {
  font-weight: 600;
  color: #fff4f2;
  letter-spacing: 0.06em;
}
.cc-shipBar__text--free strong {
  background: linear-gradient(135deg, #fff 0%, #fff4f2 50%, var(--cc-bx-accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Legacy shipping bar width fallback */
#headerTop,
#headerTop .discountBar,
#headerTop .discountBar .inside { width: 100%; max-width: 100vw; box-sizing: border-box }
#headerTop .discountBar .inside { max-width: var(--cc-site-max); width: var(--cc-site-width); min-width: var(--cc-site-min); margin: 0 auto; padding-left: 0; padding-right: 0; box-sizing: border-box }

/* ── Header shell ── */
.cc-header {
  position: sticky;
  top: 0;
  z-index: 500;
  width: 100%;
  font-family: var(--cc-header-font);
  color: var(--cc-header-ink);
  background: var(--cc-header-bg);
  box-shadow: 0 4px 20px 10px rgba(0, 0, 0, 0.12);
  -webkit-font-smoothing: antialiased;
}
.cc-header *, .cc-header *::before, .cc-header *::after { box-sizing: border-box }
.cc-header__container { width: var(--cc-site-width); max-width: var(--cc-site-max); min-width: var(--cc-site-min); margin: 0 auto; padding-left: var(--cc-header-pad-x); padding-right: var(--cc-header-pad-x); box-sizing: border-box }
.cc-header__bar { border-bottom: 1px solid var(--cc-header-border) }
.cc-header__row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0 var(--cc-header-search-gap);
  height: var(--cc-header-h);
  min-height: var(--cc-header-h);
}

/* Logo */
.cc-header__logo { justify-self: start; min-width: 0; width: 160px; flex-shrink: 0 }
.cc-header__logoLink { display: block; line-height: 0 }
.cc-header__logoLink img { display: block; height: 64px; width: auto; max-width: 160px; object-fit: contain; object-position: left center }

/* Search — fills middle column between logo and actions */
.cc-header__search { min-width: 0; width: 100%; max-width: 100%; margin: 0; justify-self: stretch }
.cc-header__searchForm { margin: 0; padding: 0; width: 100% }
.cc-header__searchField {
  display: flex;
  align-items: center;
  width: 100%;
  height: var(--cc-header-search-h);
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: var(--cc-header-surface);
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.cc-header__searchField:hover {
  background: #fff;
  border-color: var(--cc-header-accent);
  box-shadow: 0 2px 8px rgba(255, 66, 0, 0.15);
}
.cc-header__searchIcon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  padding-left: 12px;
  color: var(--cc-header-accent);
  font-size: 16px;
  line-height: 1;
  opacity: 0.9;
  pointer-events: none;
}
.cc-header__searchIcon i { display: block; line-height: 1 }
.cc-header__searchInput {
  flex: 1;
  min-width: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 8px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--cc-header-ink);
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.cc-header__searchInput::placeholder { color: #888888; opacity: 1 }
.cc-header__searchInput::-webkit-search-cancel-button,
.cc-header__searchInput::-webkit-search-decoration,
.cc-header__searchInput::-webkit-search-results-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.cc-header__searchInput::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.cc-header__searchSubmit {
  flex-shrink: 0;
  width: 44px;
  height: var(--cc-header-search-h);
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--cc-header-accent);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.15s ease;
}
.cc-header__searchSubmit i { display: block; line-height: 1 }
.cc-header__searchSubmit:hover { background: var(--cc-bx-accent-hover) }

/* Actions */
.cc-header__actions { justify-self: end; display: flex; align-items: center; gap: 0; flex-shrink: 0; margin-left: 0; min-width: max-content }
.cc-header__icon {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--cc-header-ink);
  text-decoration: none;
  transition: color 0.15s ease, opacity 0.15s ease;
}
button.cc-header__icon {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font: inherit;
}
.cc-header__icon i { font-size: 22px; line-height: 1; display: block }
.cc-header__icon:hover { opacity: 0.65; text-decoration: none; color: var(--cc-header-ink) }
.cc-header__iconBadge {
  position: absolute;
  top: 2px;
  right: 0;
  min-width: 15px;
  height: 15px;
  padding: 0 3px;
  border-radius: 999px;
  background: var(--cc-header-accent);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  border: 1.5px solid #fff;
}
.cc-header__lang {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  margin-left: 4px;
  padding-left: 8px;
  border-left: 1px solid #ececec;
  flex-shrink: 0;
}
.cc-locale {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: center;
  margin-left: 6px;
  padding-left: 16px;
  border-left: 1px solid #e0e0e0;
  flex-shrink: 0;
}
.cc-locale__pickers {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cc-locale__picker {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.cc-locale__trigger {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 7px 11px;
  min-height: 36px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #fafafa;
  color: var(--cc-header-ink);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.cc-locale__trigger:hover,
.cc-locale__picker.isOpen .cc-locale__trigger {
  color: var(--cc-header-accent);
  background: #fff;
  border-color: #d6d6d6;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.cc-locale__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 14px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.cc-locale__flag svg {
  display: block;
  width: 20px;
  height: auto;
}
.cc-locale__code {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cc-locale__currencySym {
  font-size: 12px;
  font-weight: 600;
  color: var(--cc-header-muted);
  letter-spacing: 0;
  text-transform: none;
}
.cc-locale__picker.isOpen .cc-locale__currencySym,
.cc-locale__trigger:hover .cc-locale__currencySym { color: var(--cc-header-accent); opacity: 0.85 }
.cc-locale__caret {
  font-size: 8px;
  line-height: 1;
  margin-left: 1px;
  color: var(--cc-header-muted);
  transition: transform 0.2s ease, color 0.15s ease;
}
.cc-locale__picker.isOpen .cc-locale__caret {
  transform: rotate(180deg);
  color: var(--cc-header-accent);
}
.cc-locale__menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 600;
  min-width: 132px;
  padding: 6px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  box-shadow: 0 4px 20px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.cc-locale__picker:first-child .cc-locale__menu { right: auto; left: 0 }
.cc-locale__option {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 9px 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--cc-header-ink);
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.cc-locale__option + .cc-locale__option { margin-top: 2px }
.cc-locale__option:hover { background: #f5f5f5; color: var(--cc-header-accent) }
.cc-locale__option.isActive {
  background: #fff4f2;
  color: var(--cc-header-accent);
  font-weight: 700;
}
.cc-locale__optionLabel { text-transform: uppercase; flex: 1 }
.cc-locale__check {
  margin-left: auto;
  font-size: 10px;
  line-height: 1;
  color: var(--cc-header-accent);
  flex-shrink: 0;
}
.cc-header__lang button {
  margin: 0;
  padding: 4px 6px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--cc-header-muted);
  font-family: inherit;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  cursor: pointer;
}
.cc-header__lang button.isActive { color: var(--cc-header-ink); font-weight: 700 }
.cc-header__lang button:hover { color: var(--cc-header-ink) }
.cc-header__menuMobile { display: none }
.cc-header__localeDesktop { display: contents }

/* Category nav */
.cc-header__nav {
  position: relative;
  border-top: 1px solid #f3f3f3;
  background: #fff;
  min-height: var(--cc-header-nav-h);
}
.cc-header__navList {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: var(--cc-header-nav-h);
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cc-header__navList::-webkit-scrollbar { display: none }
.cc-header__navItem {
  position: static;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.cc-header__navDivider {
  width: 1px;
  height: 26px;
  margin: 0 14px 0 8px;
  background: #e0e0e0;
  flex-shrink: 0;
  list-style: none;
  align-self: center;
}
.cc-header__navBrowse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 38px;
  margin: 0;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  background: var(--cc-bx-accent);
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(255, 66, 0, 0.2);
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.cc-header__navBrowse:hover { background: var(--cc-bx-accent-hover); box-shadow: 0 2px 6px rgba(255, 66, 0, 0.25) }
.cc-header__navBrowse:active { transform: translateY(1px) }
.cc-header__navBrowse .fa-th-large { font-size: 13px; opacity: 0.92 }
.cc-header__navBrowseCaret { font-size: 10px; opacity: 0.85; margin-left: -2px }
.cc-header__navLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 38px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cc-header-ink);
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  transition: color 0.15s ease, background 0.15s ease;
  border-radius: 8px;
}
.cc-header__navLink span { line-height: 1.2 }
.cc-header__navLink:hover { color: var(--cc-header-ink); text-decoration: none; background: #f5f5f5 }
.cc-header__navLink.isActive { font-weight: 700; background: #f0f0f0 }
.cc-header__navLink.isPromo { color: #c41e3a; background: transparent }
.cc-header__navLink.isPromo:hover { color: #a01830; background: #fff5f5 }

/* Department browse overlay (Bixoto-style mega menu) */
body.cc-browseOpen { overflow: hidden }
.cc-browseOverlay { position: fixed; inset: 0; z-index: 850; display: flex; align-items: flex-start; justify-content: center; padding: 24px 16px; font-family: var(--cc-header-font) }
.cc-browseOverlay__backdrop { position: absolute; inset: 0; border: 0; background: rgba(15,15,18,0.45); cursor: pointer }
.cc-browseOverlay__panel { position: relative; z-index: 1; width: min(1140px, 100%); max-height: min(82vh, 720px); background: #fff; border-radius: 16px; box-shadow: 0 24px 60px rgba(0,0,0,0.18); display: flex; flex-direction: column; overflow: hidden; animation: ccBrowseIn 0.2s ease-out }
@keyframes ccBrowseIn { from { opacity: 0; transform: translateY(-8px) scale(0.98) } to { opacity: 1; transform: translateY(0) scale(1) } }
.cc-browseOverlay__head { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-bottom: 1px solid #eee; flex-shrink: 0; flex-wrap: wrap }
.cc-browseOverlay__title { margin: 0; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cc-header-ink); flex-shrink: 0 }
.cc-browseOverlay__search { flex: 1; min-width: 180px; display: flex; align-items: center; gap: 8px; padding: 0 12px; height: 40px; border-radius: 999px; background: #f5f5f5; border: 1px solid #ececec }
.cc-browseOverlay__search .fa-search { color: #888; font-size: 13px }
.cc-browseOverlay__input { flex: 1; border: 0; background: transparent; font-size: 14px; color: var(--cc-header-ink); outline: none; min-width: 0 }
.cc-browseOverlay__input:disabled { opacity: 0.55; cursor: not-allowed }
.cc-browseOverlay__clear, .cc-browseOverlay__close { border: 0; background: transparent; color: #666; cursor: pointer; width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px }
.cc-browseOverlay__clear:hover, .cc-browseOverlay__close:hover { background: #f0f0f0; color: var(--cc-header-ink) }
.cc-browseOverlay__body { flex: 1; min-height: 0; overflow: hidden }
.cc-browseOverlay__split { display: grid; grid-template-columns: 300px minmax(0, 1fr); height: 100%; min-height: 380px }
.cc-browseOverlay__depts { list-style: none; margin: 0; padding: 0; border-right: 1px solid #ececec; overflow-y: auto; max-height: min(68vh, 620px); background: #fff }
.cc-browseOverlay__dept { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; border: 0; border-bottom: 1px solid #f0f0f0; background: transparent; text-align: left; padding: 14px 16px; cursor: pointer; font-family: inherit; transition: background 0.15s ease }
.cc-browseOverlay__dept:hover { background: #fafafa }
.cc-browseOverlay__dept.isActive { background: #fff8f5; box-shadow: inset 3px 0 0 var(--cc-bx-accent) }
.cc-browseOverlay__dept.isSoon { opacity: 0.92 }
.cc-browseOverlay__deptCopy { display: flex; flex-direction: column; gap: 3px; min-width: 0; flex: 1 }
.cc-browseOverlay__deptBrand { font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cc-bx-accent) }
.cc-browseOverlay__deptName { font-size: 15px; font-weight: 700; color: var(--cc-header-ink); line-height: 1.2 }
.cc-browseOverlay__deptBadge { display: inline-flex; align-self: flex-start; margin-top: 4px; padding: 2px 7px; border-radius: 999px; font-size: 9px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--cc-header-muted); background: #f3f3f3 }
.cc-browseOverlay__deptThumb { flex: 0 0 auto; width: 56px; height: 56px; border-radius: 10px; object-fit: cover; border: 1px solid rgba(0,0,0,0.06) }
.cc-browseOverlay__deptThumb--icon { display: inline-flex; align-items: center; justify-content: center }
.cc-browseOverlay__deptThumb--icon .material-symbols-rounded { font-size: 28px; color: rgba(10,10,12,0.45) }
.cc-browseOverlay__detail { min-width: 0; overflow: hidden; display: flex; flex-direction: column }
.cc-browseOverlay__catSplit { display: grid; grid-template-columns: 220px minmax(0, 1fr); height: 100%; min-height: 380px }
.cc-browseOverlay__catRoots { list-style: none; margin: 0; padding: 10px 0; background: #f5f0ea; border-right: 1px solid #ece8e2; overflow-y: auto; max-height: min(68vh, 620px) }
.cc-browseOverlay__catRoot { display: block; width: 100%; border: 0; background: transparent; text-align: left; padding: 11px 18px; font-size: 13px; font-weight: 500; color: var(--cc-header-ink); cursor: pointer; font-family: inherit; line-height: 1.35 }
.cc-browseOverlay__catRoot:hover { background: rgba(255,255,255,0.55) }
.cc-browseOverlay__catRoot.isActive { background: #fff; font-weight: 700; box-shadow: inset 3px 0 0 var(--cc-bx-accent) }
.cc-browseOverlay__catDetail { padding: 12px 18px 18px; overflow-y: auto; max-height: min(68vh, 620px) }
.cc-browseOverlay__detailHead { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid #f3f3f3 }
.cc-browseOverlay__detailActions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: flex-end }
.cc-browseOverlay__detailTitle { font-size: 15px; font-weight: 700; color: var(--cc-header-ink); text-decoration: none }
.cc-browseOverlay__detailHub { font-size: 12px; font-weight: 600; color: var(--cc-bx-accent); text-decoration: none; white-space: nowrap }
.cc-browseOverlay__detailHub:hover { text-decoration: underline }
.cc-browseOverlay__detailAll { font-size: 12px; font-weight: 600; color: var(--cc-header-muted); text-decoration: underline; white-space: nowrap }
.cc-browseOverlay__groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 24px }
.cc-browseOverlay__groupTitle { display: block; font-size: 13px; font-weight: 700; color: var(--cc-header-ink); text-decoration: none; margin-bottom: 8px; line-height: 1.3 }
.cc-browseOverlay__groupLinks { list-style: none; margin: 0; padding: 0 }
.cc-browseOverlay__groupLinks a { display: block; padding: 4px 0; font-size: 13px; color: var(--cc-header-muted); text-decoration: none; line-height: 1.35 }
.cc-browseOverlay__groupLinks a:hover { color: var(--cc-header-ink) }
.cc-browseOverlay__more { font-weight: 600 !important; color: var(--cc-header-ink) !important }
.cc-browseOverlay__soonPanel { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 10px; height: 100%; min-height: 320px; padding: 32px 28px }
.cc-browseOverlay__soonBadge { display: inline-flex; padding: 4px 10px; border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--cc-header-muted); background: #f3f3f3 }
.cc-browseOverlay__soonTitle { margin: 0; font-family: var(--cc-font-display); font-size: 28px; font-weight: 700; color: var(--cc-header-ink) }
.cc-browseOverlay__soonText { margin: 0; max-width: 42ch; font-size: 15px; line-height: 1.55; color: var(--cc-header-muted) }
.cc-browseOverlay__results { list-style: none; margin: 0; padding: 8px 0; max-height: min(68vh, 620px); overflow-y: auto }
.cc-browseOverlay__result { display: flex; flex-direction: column; gap: 2px; padding: 10px 18px; text-decoration: none; color: var(--cc-header-ink); border-bottom: 1px solid #f5f5f5 }
.cc-browseOverlay__result:hover { background: #fafafa }
.cc-browseOverlay__resultName { font-size: 14px; font-weight: 600 }
.cc-browseOverlay__resultTrail { font-size: 11px; color: var(--cc-header-muted) }
.cc-browseOverlay__empty { padding: 24px 18px; color: var(--cc-header-muted); font-size: 14px }

@media (max-width: 960px) {
  .cc-browseOverlay__split { grid-template-columns: 260px minmax(0, 1fr) }
  .cc-browseOverlay__groups { grid-template-columns: repeat(2, minmax(0, 1fr)) }
}

@media (max-width: 640px) {
  .cc-browseOverlay { padding: 0; align-items: stretch }
  .cc-browseOverlay__panel { max-height: 100vh; height: 100vh; border-radius: 0; width: 100% }
  .cc-browseOverlay__split { grid-template-columns: 1fr; grid-template-rows: auto 1fr }
  .cc-browseOverlay__depts { display: flex; flex-wrap: nowrap; overflow-x: auto; border-right: 0; border-bottom: 1px solid #eee; max-height: none; padding: 8px 10px; gap: 8px }
  .cc-browseOverlay__depts > li { flex: 0 0 auto }
  .cc-browseOverlay__dept { width: auto; min-width: 220px; border: 1px solid #eee; border-radius: 12px; padding: 12px }
  .cc-browseOverlay__catSplit { grid-template-columns: 1fr; grid-template-rows: auto 1fr }
  .cc-browseOverlay__catRoots { display: flex; flex-wrap: nowrap; overflow-x: auto; border-right: 0; border-bottom: 1px solid #ece8e2; max-height: none; padding: 8px 10px; gap: 6px }
  .cc-browseOverlay__catRoots > li { flex: 0 0 auto }
  .cc-browseOverlay__catRoot { width: auto; white-space: nowrap; border-radius: 999px; padding: 8px 14px; font-size: 12px; background: rgba(255,255,255,0.65) }
  .cc-browseOverlay__groups { grid-template-columns: 1fr }
}

/* Mega dropdown (legacy — unused) */
.cc-header__mega {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 600;
  background: #fff;
  border-top: 1px solid var(--cc-header-border);
  box-shadow: 0 18px 40px rgba(15,15,18,0.1);
  animation: ccMegaIn 0.18s ease-out;
}
@keyframes ccMegaIn { from { opacity: 0; transform: translateY(-6px) } to { opacity: 1; transform: translateY(0) } }
.cc-header__megaInner {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  padding: 24px 0 28px 0;
  align-items: start;
}
.cc-header__megaMedia { min-width: 0 }
.cc-header__megaImg {
  display: block;
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
}
.cc-header__megaBody { min-width: 0 }
.cc-header__megaHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px 0;
  padding: 0 0 14px 0;
  border-bottom: 1px solid #f3f3f3;
}
.cc-header__megaCatTitle {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cc-header-ink);
  text-decoration: none;
}
.cc-header__megaCatTitle:hover { color: var(--cc-header-muted); text-decoration: none }
.cc-header__megaViewAll {
  font-size: 12px;
  font-weight: 600;
  color: var(--cc-header-muted);
  text-decoration: underline;
  white-space: nowrap;
}
.cc-header__megaViewAll:hover { color: var(--cc-header-ink) }
.cc-header__megaGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 24px;
}
.cc-header__megaCol { min-width: 0 }
.cc-header__megaColTitle {
  display: block;
  margin: 0 0 10px 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cc-header-ink);
  text-decoration: none;
  line-height: 1.3;
}
.cc-header__megaColTitle:hover { color: var(--cc-header-muted); text-decoration: none }
.cc-header__megaSubList,
.cc-header__megaDeepList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cc-header__megaSubList > li { margin: 0 0 10px 0 }
.cc-header__megaSubLink {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--cc-header-ink);
  text-decoration: none;
}
.cc-header__megaSubLink:hover { color: var(--cc-header-muted); text-decoration: none }
.cc-header__megaDeepList { margin: 6px 0 0 0; padding-left: 0 }
.cc-header__megaDeepList > li { margin: 0 0 4px 0 }
.cc-header__megaDeepLink {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  color: var(--cc-header-muted);
  text-decoration: none;
}
.cc-header__megaDeepLink:hover { color: var(--cc-header-ink); text-decoration: none }

@media (max-width: 1200px) {
  .cc-header__megaGrid { grid-template-columns: repeat(3, minmax(0, 1fr)) }
  .cc-header__megaInner { grid-template-columns: 180px minmax(0, 1fr); gap: 20px }
}

@media (max-width: 992px) {
  .cc-header__megaGrid { grid-template-columns: repeat(2, minmax(0, 1fr)) }
}

/* ── Search overlay (Bixoto full-screen modal) ── */
.cc-searchOverlay {
  position: fixed;
  inset: 0;
  z-index: 800;
  font-family: var(--cc-header-font);
  visibility: hidden;
  pointer-events: none;
}
.cc-searchOverlay.isOpen {
  visibility: visible;
  pointer-events: auto;
}
.cc-searchOverlay__bg {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.cc-searchOverlay.isOpen .cc-searchOverlay__bg { opacity: 1 }
.cc-searchOverlay__limit {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 2200px;
  height: 100%;
  margin: 0 auto;
}
.cc-searchOverlay__inner {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100dvh;
  background: #fff;
  padding: 20px 20px 24px;
  box-sizing: border-box;
  opacity: 0;
  transform: translate3d(0, -16px, 0);
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.cc-searchOverlay.isOpen .cc-searchOverlay__inner {
  opacity: 1;
  transform: translateZ(0);
}
.cc-searchOverlay__searchbar { flex-shrink: 0; min-width: 0 }
.cc-searchOverlay__bar {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  min-width: 0;
}
.cc-searchOverlay__input {
  flex: 1 1 auto;
  min-width: 0;
  display: block;
  height: 44px;
  margin: 0;
  padding: 4px 0 6px;
  border: 0;
  border-bottom: 2px solid #606060;
  border-radius: 0;
  background: transparent;
  color: var(--cc-header-ink);
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.cc-searchOverlay__input::placeholder { color: var(--cc-bx-muted); opacity: 1 }
.cc-searchOverlay__input:focus { border-bottom-color: var(--cc-header-accent) }
.cc-searchOverlay__input::-webkit-search-cancel-button,
.cc-searchOverlay__input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.cc-searchOverlay__close {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--cc-header-ink);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  transition: color 0.15s ease;
}
.cc-searchOverlay__close:hover { color: var(--cc-header-accent) }
.cc-searchOverlay__railWrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0 0;
  flex-shrink: 0;
  min-width: 0;
}
.cc-searchOverlay__railNav {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff4f2;
  color: #888;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  transition: background 0.15s ease, color 0.15s ease;
}
.cc-searchOverlay__railNav:hover { background: #ffe8e0; color: var(--cc-header-accent) }
.cc-searchOverlay__rail {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 0;
}
.cc-searchOverlay__rail::-webkit-scrollbar { display: none }
.cc-searchOverlay__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin: 0;
  padding: 6px 14px;
  border: 1px solid #e8e8e8;
  border-radius: 999px;
  background: #f0f0f0;
  color: #606060;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.cc-searchOverlay__badge i { font-size: 11px; opacity: 0.85 }
.cc-searchOverlay__badge:hover {
  background: var(--cc-header-accent);
  border-color: var(--cc-header-accent);
  color: #fff;
  text-decoration: none;
}
.cc-searchOverlay__idle {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 40px 24px 56px;
  text-align: center;
}
.cc-searchOverlay__idleHint {
  margin: 0;
  max-width: 460px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--cc-header-muted);
}
.cc-searchOverlay__recent {
  width: 100%;
  max-width: 420px;
  margin-top: 32px;
  text-align: left;
}
.cc-searchOverlay__recentTitle {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cc-header-muted);
}
.cc-searchOverlay__recentList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cc-searchOverlay__recentList li { margin: 0 }
.cc-searchOverlay__recentBtn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 11px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--cc-header-ink);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  line-height: 1.35;
  transition: background 0.15s ease, color 0.15s ease;
}
.cc-searchOverlay__recentBtn i {
  width: 16px;
  flex-shrink: 0;
  color: var(--cc-header-muted);
  font-size: 13px;
  text-align: center;
}
.cc-searchOverlay__recentBtn:hover {
  background: #fff4f2;
  color: var(--cc-header-accent);
}
.cc-searchOverlay__recentBtn:hover i { color: var(--cc-header-accent) }
.cc-searchOverlay__confirm {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.45);
}
.cc-searchOverlay__confirmBox {
  width: min(100%, 420px);
  padding: 24px 22px 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}
.cc-searchOverlay__confirmTitle {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  color: var(--cc-header-ink);
}
.cc-searchOverlay__confirmText {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--cc-header-muted);
}
.cc-searchOverlay__confirmName {
  display: block;
  margin-top: 8px;
  font-weight: 700;
  color: var(--cc-header-ink);
}
.cc-searchOverlay__confirmActions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.cc-searchOverlay__confirmBtn {
  min-width: 110px;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: var(--cc-header-ink);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.cc-searchOverlay__confirmBtn--primary {
  border-color: var(--cc-header-accent);
  background: var(--cc-header-accent);
  color: #fff;
}
.cc-searchOverlay__confirmBtn:hover { opacity: 0.92 }
.cc-searchOverlay__split {
  display: flex;
  align-items: stretch;
  gap: 0;
  flex: 1;
  min-height: 0;
  margin-top: 16px;
}
.cc-searchOverlay__filters {
  flex: 0 0 280px;
  width: 280px;
  min-height: 0;
  max-height: 100%;
  padding-right: 12px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}
.cc-searchOverlay__filters::-webkit-scrollbar { display: none }
.cc-searchOverlay__filters .cc-filters {
  position: static;
  top: auto;
  z-index: auto;
}
.cc-searchOverlay__filters .cc-filters__mobileToggle { display: none }
.cc-searchOverlay__filters .cc-filters__panel {
  border: 1px solid #ececec;
  box-shadow: 0 2px 14px rgba(15, 15, 18, 0.06);
  border-radius: 10px;
  background: #fff;
}
.cc-searchOverlay__filters .cc-filters__head {
  display: none;
}
.cc-searchOverlay__hint--side {
  margin: 8px 4px;
  font-size: 13px;
  text-align: left;
}
.cc-searchOverlay__filt { border-bottom: 1px solid #ececec }
.cc-searchOverlay__filtHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 14px 4px;
  border: 0;
  background: transparent;
  color: var(--cc-header-ink);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  line-height: 1.2;
}
.cc-searchOverlay__filtHead:hover { color: var(--cc-header-accent) }
.cc-searchOverlay__filtToggle {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  color: #666;
  font-size: 10px;
  flex-shrink: 0;
}
.cc-searchOverlay__filtBody { padding: 0 4px 16px }
.cc-searchOverlay__filtSearch {
  position: relative;
  margin: 0 0 10px;
}
.cc-searchOverlay__filtSearchInput {
  display: block;
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 0 34px 0 12px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #f8f8f8;
  color: var(--cc-header-ink);
  font-family: inherit;
  font-size: 13px;
  outline: none;
}
.cc-searchOverlay__filtSearchInput:focus { border-color: var(--cc-header-accent); background: #fff }
.cc-searchOverlay__filtSearchIcon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 12px;
  pointer-events: none;
}
.cc-searchOverlay__brandList,
.cc-searchOverlay__catList {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 220px;
  overflow-y: auto;
}
.cc-searchOverlay__brandList li,
.cc-searchOverlay__catList li { margin: 0 }
.cc-searchOverlay__brandLink,
.cc-searchOverlay__catLink {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 2px;
  color: var(--cc-header-ink);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.35;
}
.cc-searchOverlay__brandLink:hover,
.cc-searchOverlay__catLink:hover { color: var(--cc-header-accent); text-decoration: none }
.cc-searchOverlay__brandCheck {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  background: #fff;
}
.cc-searchOverlay__brandLink:hover .cc-searchOverlay__brandCheck {
  border-color: var(--cc-header-accent);
  background: #fff4f2;
}
.cc-searchOverlay__brandMore {
  text-align: center;
  padding: 6px 0 0;
  color: var(--cc-header-accent);
  font-size: 11px;
}
.cc-searchOverlay__products {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  padding: 0 0 0 20px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
.cc-searchOverlay__products::-webkit-scrollbar { width: 8px }
.cc-searchOverlay__products::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px }
.cc-searchOverlay__products::-webkit-scrollbar-thumb { background: #888; border-radius: 10px }
.cc-searchOverlay__hint,
.cc-searchOverlay__loading,
.cc-searchOverlay__empty {
  margin: 32px 0;
  font-size: 15px;
  color: var(--cc-header-muted);
  text-align: left;
}
.cc-searchOverlay__mainHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.cc-searchOverlay__mainHead h3 {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cc-header-muted);
}
.cc-searchOverlay__viewAll {
  font-size: 13px;
  font-weight: 600;
  color: var(--cc-header-ink);
  text-decoration: underline;
  white-space: nowrap;
  border: 0;
  padding: 0;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}
.cc-searchOverlay__viewAll:hover { color: var(--cc-header-accent) }
.cc-searchOverlay__main .cc-productGrid--overlay,
.cc-searchOverlay__products .cc-productGrid--overlay { margin: 0 }
.cc-searchOverlay__toTop {
  position: sticky;
  bottom: 16px;
  float: right;
  clear: both;
  width: 40px;
  height: 40px;
  margin: 16px 0 0;
  padding: 0;
  border: 1px solid var(--cc-header-accent);
  border-radius: 6px;
  background: #fff;
  color: var(--cc-header-accent);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.cc-searchOverlay__toTop:hover { background: #fff4f2 }
.cc-searchOverlay__moreWrap {
  display: flex;
  justify-content: center;
  padding: 24px 0 12px;
  clear: both;
}
.cc-searchOverlay__loadMore {
  min-width: 220px;
  padding: 12px 32px;
  border: 1px solid var(--cc-header-accent);
  border-radius: 8px;
  background: #fff;
  color: var(--cc-header-accent);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.cc-searchOverlay__loadMore:hover:not(:disabled) {
  background: var(--cc-header-accent);
  border-color: var(--cc-header-accent);
  color: #fff;
}
.cc-searchOverlay__loadMore:disabled {
  opacity: 0.7;
  cursor: wait;
}

/* Search overlay loading skeletons */
@keyframes cc-searchSkShimmer {
  0% { background-position: 200% 0 }
  100% { background-position: -200% 0 }
}
.cc-searchOverlay__badgeSk {
  display: inline-flex;
  flex-shrink: 0;
  width: 120px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
  background-size: 200% 100%;
  animation: cc-searchSkShimmer 1.2s ease-in-out infinite;
}
.cc-searchOverlay__catSk { padding: 2px 0 4px }
.cc-searchOverlay__catSkLine {
  height: 14px;
  margin: 0 0 10px;
  border-radius: 6px;
  background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
  background-size: 200% 100%;
  animation: cc-searchSkShimmer 1.2s ease-in-out infinite;
}
.cc-searchOverlay__catSkLine:nth-child(2),
.cc-searchOverlay__catSkLine:nth-child(4) { width: 88% }
.cc-searchOverlay__catSkLine:nth-child(3) { width: 72% }
.cc-searchOverlay__filtSk { padding: 4px 0 8px }
.cc-searchOverlay__filtSkHead {
  height: 16px;
  width: 55%;
  margin: 0 0 18px;
  border-radius: 6px;
  background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
  background-size: 200% 100%;
  animation: cc-searchSkShimmer 1.2s ease-in-out infinite;
}
.cc-searchOverlay__filtSkBlock {
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ececec;
}
.cc-searchOverlay__filtSkBlock:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0 }
.cc-searchOverlay__filtSkLine {
  height: 13px;
  margin: 0 0 10px;
  border-radius: 6px;
  background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
  background-size: 200% 100%;
  animation: cc-searchSkShimmer 1.2s ease-in-out infinite;
}
.cc-searchOverlay__filtSkLine--short { width: 70% }
.cc-searchOverlay__filtSkLine--short:nth-child(3) { width: 58% }
.cc-searchOverlay__filtSkLine--short:nth-child(4) { width: 64% }
.cc-searchOverlay__products .shop-skeleton-grid { margin-top: 0 }
@media (prefers-reduced-motion: reduce) {
  .cc-searchOverlay__badgeSk,
  .cc-searchOverlay__catSkLine,
  .cc-searchOverlay__filtSkHead,
  .cc-searchOverlay__filtSkLine { animation: none }
}

@media (min-width: 768px) {
  .cc-searchOverlay__inner { padding: 25px 40px 28px }
}
@media (min-width: 1200px) {
  .cc-searchOverlay__inner { padding: 25px 80px 28px }
}

/* ── Responsive ── */
@media screen and (max-width: 1100px) {
  :root { --cc-header-search-gap: 20px }
  .cc-header__row { grid-template-columns: 145px minmax(0, 1fr) auto }
  .cc-header__logo { width: 145px }
  .cc-header__logoLink img { height: 56px; max-width: 145px }
  .cc-header__navLink { padding: 0 14px; font-size: 12px }
  .cc-locale__trigger { padding: 6px 9px; min-height: 32px; font-size: 11px }
  .cc-locale__code { font-size: 11px }
}

@media screen and (max-width: 880px) {
  :root { --cc-header-pad-x: var(--cc-inside-pad-mobile, 10px); --cc-site-width: 100%; --cc-site-min: 0; --cc-header-h: auto; --cc-header-sticky-h: auto }
  .cc-shipBar__inner { width: 100%; min-width: 0; padding-left: var(--cc-inside-pad-mobile, 10px); padding-right: var(--cc-inside-pad-mobile, 10px); box-sizing: border-box }
  .cc-searchOverlay__inner { padding: 12px var(--cc-inside-pad-mobile, 10px) 16px }
  .cc-searchOverlay__split { flex-direction: column }
  .cc-searchOverlay__filters {
    flex: 0 0 auto;
    width: 100%;
    max-height: 200px;
    padding-right: 0;
    border-bottom: 1px solid #ececec;
    margin-bottom: 12px;
  }
  .cc-searchOverlay__products { padding-left: 0 }
  .cc-searchOverlay__railNav--prev { display: none }
  .cc-searchOverlay__railNav--next { display: none }
  /* Logo + actions on one row, search below — logo must stay visible */
  .cc-header__row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 10px 10px;
    height: auto;
    min-height: 0;
    padding: 10px 0 12px;
    align-items: center;
  }
  .cc-header__logo {
    grid-column: 1;
    grid-row: 1;
    position: static;
    width: auto;
    max-width: min(58vw, 210px);
    z-index: auto;
    justify-self: start;
  }
  .cc-header__logoLink { max-width: 100% }
  .cc-header__logoLink img {
    height: 48px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
  }
  .cc-header__localeDesktop { display: none !important }
  .cc-header__search { grid-column: 1 / -1; grid-row: 2; max-width: none; margin: 0 }
  .cc-header__actions {
    grid-column: 2;
    grid-row: 1;
    position: static;
    z-index: auto;
    background: transparent;
    box-shadow: none;
    padding: 0;
    justify-content: flex-end;
    gap: 2px;
    min-width: 0;
  }
  .cc-header__menuMobile { display: inline-flex }
  .cc-header__nav { display: none }
  #headerTop { margin-top: 0 }
}

/* React mobile menu drawer */
.cc-mobileMenu {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: flex;
  justify-content: flex-end;
}
.cc-mobileMenu__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.42);
  cursor: pointer;
}
.cc-mobileMenu__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(86vw, 360px);
  height: 100%;
  background: #fff;
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.18);
  animation: ccMobileMenuIn 0.22s ease-out;
}
@keyframes ccMobileMenuIn {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}
.cc-mobileMenu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px 12px;
  border-bottom: 1px solid #ececec;
}
.cc-mobileMenu__title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: var(--cc-header-ink);
}
.cc-mobileMenu__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 8px;
  background: #f5f5f5;
  color: var(--cc-header-ink);
  cursor: pointer;
}
.cc-mobileMenu__close:hover { background: #eee }
.cc-mobileMenu__locale {
  padding: 14px 16px;
  border-bottom: 1px solid #ececec;
  background: #fafafa;
}
.cc-mobileMenu__localeLabel {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cc-header-muted);
}
.cc-mobileMenu__locale .cc-locale {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
.cc-mobileMenu__locale .cc-locale__pickers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.cc-mobileMenu__locale .cc-locale__picker { width: 100% }
.cc-mobileMenu__locale .cc-locale__trigger {
  width: 100%;
  justify-content: space-between;
  min-height: 42px;
  padding: 8px 10px;
  font-size: 13px;
  background: #fff;
}
.cc-mobileMenu__locale .cc-locale__menu {
  left: 0;
  right: 0;
  min-width: 0;
  width: 100%;
}
.cc-mobileMenu__nav {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 0 24px;
}
.cc-mobileMenu__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cc-mobileMenu__link {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 14px 18px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  color: var(--cc-header-ink);
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #f3f3f3;
}
.cc-mobileMenu__link:hover {
  background: #fff8f5;
  color: var(--cc-header-accent);
}
@media (prefers-reduced-motion: reduce) {
  .cc-mobileMenu__panel { animation: none }
}


/* Mobile menu — departments drill-down */
.cc-mobileMenu__head.hasBack {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
}
.cc-mobileMenu__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  padding: 8px 4px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  color: var(--cc-header-muted);
  cursor: pointer;
}
.cc-mobileMenu__back:hover { color: var(--cc-header-accent) }
.cc-mobileMenu__head.hasBack .cc-mobileMenu__title {
  margin: 0;
  text-align: center;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cc-mobileMenu__link {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.cc-mobileMenu__link .fa-chevron-right {
  font-size: 12px;
  color: #b0b0b0;
  flex: 0 0 auto;
}
.cc-mobileMenu__depts,
.cc-mobileMenu__cats,
.cc-mobileMenu__soon {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 12px 14px 28px;
}
.cc-mobileMenu__deptCard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0 0 10px;
  padding: 12px 12px 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(15, 15, 18, 0.06);
}
.cc-mobileMenu__deptCard:last-child { margin-bottom: 0 }
.cc-mobileMenu__deptCard.isSoon { opacity: 0.92 }
.cc-mobileMenu__deptCopy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.cc-mobileMenu__deptName {
  font-size: 16px;
  font-weight: 700;
  color: var(--cc-header-ink);
  line-height: 1.25;
}
.cc-mobileMenu__deptHint {
  font-size: 12px;
  font-weight: 600;
  color: var(--cc-header-accent);
}
.cc-mobileMenu__deptBadge {
  display: inline-flex;
  align-self: flex-start;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--cc-header-muted);
  background: rgba(255, 255, 255, 0.75);
}
.cc-mobileMenu__deptImg {
  width: 72px;
  height: 56px;
  object-fit: contain;
  object-position: center;
}
.cc-mobileMenu__deptChevron {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.35);
}
.cc-mobileMenu__viewAll {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff8f5;
  color: var(--cc-header-accent);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.cc-mobileMenu__viewAll:hover { background: #ffefe8 }
.cc-mobileMenu__cats ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cc-mobileMenu__soon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding-top: 28px;
}
.cc-mobileMenu__soonTitle {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: var(--cc-header-ink);
}
.cc-mobileMenu__soonText {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--cc-header-muted);
}

.cc-mobileMenu__loading {
  margin: 18px 4px;
  font-size: 13px;
  color: var(--cc-header-muted);
}
