.site-header {
  position: sticky;
  z-index: 90;
  top: 0;
  padding-block: 8px;
  background: transparent;
  border-bottom: 0;
  box-shadow: var(--bamboo-shadow-none);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.site-header i.la,
.site-header i.las,
.site-header i.lab,
.mobile-navigation i.la,
.mobile-navigation i.las,
.mobile-navigation i.lab {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  opacity: 1;
}

.site-header i.lab,
.mobile-navigation i.lab {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.site-header i.la::before,
.site-header i.las::before,
.site-header i.lab::before,
.mobile-navigation i.la::before,
.mobile-navigation i.las::before,
.mobile-navigation i.lab::before {
  display: block;
}

.site-header,
.site-header button,
.site-header input,
.site-header a {
  font-family: var(--bamboo-font-family), Tahoma, Arial, sans-serif;
}

.site-header__shell {
  display: grid;
  grid-template-rows: minmax(32px, auto) auto minmax(58px, auto);
  gap: 0;
  overflow: visible;
  background: var(--bamboo-surface-glass);
  border: 1px solid var(--bamboo-border);
  border-radius: 24px;
  box-shadow: 0 10px 26px rgba(37, 37, 31, 0.045);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.site-header__utility {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0 12px;
  color: var(--bamboo-muted);
  background: rgba(244, 239, 230, 0.56);
  border-bottom: 1px solid var(--bamboo-border);
  font-size: 11px;
  font-weight: var(--bamboo-font-weight-medium);
  line-height: 1.6;
  white-space: nowrap;
}

.site-header__utility-item {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 5px;
  padding-inline: 11px;
}

.site-header__utility-item + .site-header__utility-item {
  border-inline-start: 1px solid rgba(216, 207, 189, 0.75);
}

.site-header__utility-item .la {
  color: var(--bamboo-warning);
  font-size: 0.95rem;
}

.site-header__main {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(420px, 1.35fr) minmax(330px, auto);
  min-width: 0;
  min-height: 98px;
  align-items: center;
  gap: 22px;
  padding: 12px 24px;
}

.site-header__mobile-toggle {
  display: none;
}

.site-branding {
  min-width: 0;
}

.site-branding__link {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  color: var(--bamboo-text);
  text-decoration: none;
}

.site-branding__logo {
  display: grid;
  width: 92px;
  height: 72px;
  flex: 0 0 92px;
  place-items: center;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.site-branding .custom-logo-link {
  display: contents;
}

.site-branding .custom-logo {
  width: auto;
  max-width: 92px;
  max-height: 72px;
  object-fit: contain;
}

.site-branding__mark {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--bamboo-surface);
  background: var(--bamboo-primary-dark);
  font-size: 1.75rem;
  font-weight: var(--bamboo-font-weight-heading);
}

.site-header__search {
  min-width: 0;
  max-width: 100%;
}

.bamboo-search-form {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 56px;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  padding: 6px 18px 6px 7px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(216, 207, 189, 0.95);
  border-radius: var(--bamboo-radius-pill);
  box-shadow: var(--bamboo-shadow-none);
}

.bamboo-search-form:focus-within {
  border-color: var(--bamboo-primary);
  box-shadow: var(--bamboo-shadow-focus);
}

.bamboo-search-form__icon {
  display: none;
}

input.bamboo-search-form__input {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  min-height: 42px;
  padding: 0;
  color: var(--bamboo-text);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: var(--bamboo-font-ui);
  outline: 0;
  text-align: center;
}

.site-header .bamboo-search-form input[type="search"].bamboo-search-form__input,
.site-header .bamboo-search-form input.bamboo-search-form__input {
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: 0;
}

.site-header .bamboo-search-form input[type="search"].bamboo-search-form__input:focus,
.site-header .bamboo-search-form input[type="search"].bamboo-search-form__input:focus-visible,
.site-header .bamboo-search-form input.bamboo-search-form__input:focus,
.site-header .bamboo-search-form input.bamboo-search-form__input:focus-visible {
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: 0;
}

.bamboo-search-form__input::placeholder {
  color: var(--bamboo-muted);
}

button.bamboo-search-form__submit {
  position: relative;
  display: inline-flex;
  width: 44px;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  color: var(--bamboo-primary-dark);
  background: var(--bamboo-surface-soft);
  border-color: var(--bamboo-border);
  border-radius: 50%;
  font-size: 0;
  font-weight: var(--bamboo-font-weight-bold);
}

button.bamboo-search-form__submit::before {
  content: none;
  display: none;
}

button.bamboo-search-form__submit:hover,
button.bamboo-search-form__submit:focus-visible {
  color: var(--bamboo-primary-dark);
  background: var(--bamboo-primary-soft);
  border-color: var(--bamboo-border-strong);
}

button.bamboo-search-form__submit > .la {
  display: block;
  color: inherit;
  font-family: "Line Awesome Free";
  font-size: 1.34rem;
  font-weight: 900;
  line-height: 1;
  opacity: 1;
}

button.bamboo-search-form__submit > .la-search::before {
  content: "\f002";
}

.bamboo-search-form__submit-icon {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

button.bamboo-search-form__submit span {
  display: none;
}

.site-header__actions {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.header-action-slot {
  display: block;
  min-width: 0;
}

.header-action-slot--account {
  width: 78px;
  min-width: 78px;
  min-height: 72px;
}

.header-action-slot--account > * {
  margin: 0;
}

.site-header .header-action-slot--account .rza-login-header-account,
.site-header .header-action-slot--account .rza-login-header-account__link {
  display: grid;
  width: 78px;
  min-width: 78px;
  min-height: 72px;
  justify-items: center;
  align-content: center;
  gap: 6px;
  color: var(--bamboo-primary-dark);
  font-family: var(--bamboo-font-family), Tahoma, Arial, sans-serif;
  font-size: var(--bamboo-font-label);
  font-weight: var(--bamboo-font-weight-bold);
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.site-header .header-action-slot--account .rza-login-header-account__link {
  border-radius: 20px;
}

.site-header .header-action-slot--account .rza-login-header-account__link:hover,
.site-header .header-action-slot--account .rza-login-header-account__link:focus-visible {
  color: var(--bamboo-primary-dark);
  background: rgba(232, 237, 225, 0.54);
}

.site-header .header-action-slot--account .rza-login-header-account--text-only .rza-login-header-account__icon,
.site-header .header-action-slot--account .rza-login-header-account__icon {
  display: inline-grid !important;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--bamboo-primary-dark);
  background: var(--bamboo-surface);
  border: 1px solid var(--bamboo-border);
  border-radius: 50%;
  line-height: 0;
}

.site-header .header-action-slot--account .rza-login-header-account__icon::before {
  display: block;
  width: 1em;
  height: 1em;
  font-family: "Line Awesome Free";
  font-size: 1.34rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  transform: translateY(-0.035em);
}

.header-action-slot--account > a,
.header-action-slot--account > button,
.header-action-slot--account .header-action {
  display: grid;
  position: relative;
  width: 78px;
  min-width: 78px;
  min-height: 72px;
  justify-items: center;
  align-content: center;
  gap: 6px;
  padding: 0;
  color: var(--bamboo-primary-dark);
  background: transparent;
  border: 0;
  border-radius: 20px;
  box-shadow: var(--bamboo-shadow-none);
  font-family: var(--bamboo-font-family), Tahoma, Arial, sans-serif;
  font-size: var(--bamboo-font-label);
  font-weight: var(--bamboo-font-weight-bold);
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.header-action-slot--account > a:hover,
.header-action-slot--account > a:focus-visible,
.header-action-slot--account > button:hover,
.header-action-slot--account > button:focus-visible,
.header-action-slot--account .header-action:hover,
.header-action-slot--account .header-action:focus-visible {
  color: var(--bamboo-primary-dark);
  background: rgba(232, 237, 225, 0.54);
  border-color: transparent;
}

.header-action-slot--account i.la,
.header-action-slot--account i.las,
.header-action-slot--account i.lab {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--bamboo-primary-dark);
  background: var(--bamboo-surface);
  border: 1px solid var(--bamboo-border);
  border-radius: 50%;
  font-size: 1.34rem;
  line-height: 1;
}

.header-action-slot--account i.la::before,
.header-action-slot--account i.las::before,
.header-action-slot--account i.lab::before {
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
}

.header-action {
  display: grid;
  position: relative;
  width: 78px;
  min-width: 78px;
  min-height: 72px;
  justify-items: center;
  align-content: center;
  gap: 6px;
  padding: 0;
  color: var(--bamboo-primary-dark);
  background: transparent;
  border: 0;
  border-radius: 20px;
  box-shadow: var(--bamboo-shadow-none);
  font-size: var(--bamboo-font-label);
  font-weight: var(--bamboo-font-weight-bold);
  line-height: 1.45;
  text-decoration: none;
}

.header-action:hover,
.header-action:focus-visible {
  color: var(--bamboo-primary-dark);
  background: rgba(232, 237, 225, 0.54);
  border-color: transparent;
}

.header-action span {
  display: inline;
  white-space: nowrap;
}

.header-action__icon {
  position: relative;
  display: inline-flex;
  width: 44px;
  min-width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  color: var(--bamboo-primary-dark);
  background: var(--bamboo-surface);
  border: 1px solid var(--bamboo-border);
  border-radius: 50%;
}

.header-action__icon > .la,
.header-action__icon > .las,
.header-action__icon > .lab {
  display: block;
  width: 1em;
  height: 1em;
  color: inherit;
  font-size: 1.34rem;
  line-height: 1;
  opacity: 1;
  text-align: center;
}

.header-action__svg {
  display: block;
  width: 1.34rem;
  height: 1.34rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.header-action__icon > .la::before,
.header-action__icon > .las::before,
.header-action__icon > .lab::before {
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
}

.header-action--cart {
  padding-inline-end: 0;
}

.header-action__count {
  position: absolute;
  inset-block-start: -5px;
  inset-inline-start: -5px;
  display: inline-flex;
  min-width: 19px;
  height: 19px;
  align-items: center;
  justify-content: center;
  padding-inline: 4px;
  color: var(--bamboo-surface);
  background: var(--bamboo-warning);
  border: 2px solid var(--bamboo-surface);
  border-radius: var(--bamboo-radius-pill);
  font-size: 0.62rem;
  font-style: normal;
  line-height: 1;
  text-align: center;
}

.header-action__count[hidden] {
  display: none;
}

/* Line Awesome glyphs carry their own font box; keep this correction scoped to header actions. */
.site-header__actions .header-action__icon,
.site-header__actions .header-action-slot--account i.la,
.site-header__actions .header-action-slot--account i.las,
.site-header__actions .header-action-slot--account i.lab {
  display: inline-grid;
  place-items: center;
  line-height: 0;
  text-align: center;
}

.site-header__actions .header-action__icon > i,
.site-header__actions .header-action__icon > i::before,
.site-header__actions .header-action-slot--account i.la::before,
.site-header__actions .header-action-slot--account i.las::before,
.site-header__actions .header-action-slot--account i.lab::before {
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
}

.site-header__actions .header-action__icon > i::before,
.site-header__actions .header-action-slot--account i.la::before,
.site-header__actions .header-action-slot--account i.las::before,
.site-header__actions .header-action-slot--account i.lab::before {
  transform: translateY(-0.035em);
}

.site-header__nav-row {
  display: block;
  border-top: 1px solid var(--bamboo-border);
}

.primary-navigation {
  display: flex;
  position: relative;
  min-height: 58px;
  align-items: center;
  gap: 18px;
  padding: 7px 24px 10px;
}

.primary-navigation__category-wrap {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
}

.primary-navigation__category {
  display: inline-flex;
  min-height: 48px;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  padding: 0 24px;
  color: var(--bamboo-surface);
  background: var(--bamboo-primary-dark);
  border: 1px solid var(--bamboo-primary-dark);
  border-radius: var(--bamboo-radius-pill);
  font-size: 12.5px;
  font-weight: var(--bamboo-font-weight-bold);
  line-height: 1.45;
  text-decoration: none;
}

.primary-navigation__category:hover,
.primary-navigation__category:focus-visible {
  color: var(--bamboo-surface);
  background: var(--bamboo-primary);
  border-color: var(--bamboo-primary);
}

.primary-navigation__category .la {
  font-size: 1.45rem;
}

.primary-navigation__category .la-angle-down {
  font-size: 1rem;
  transition: transform 0.18s ease;
}

.primary-navigation__category-wrap.is-open .primary-navigation__category .la-angle-down {
  transform: rotate(180deg);
}

.primary-navigation__category-panel {
  position: absolute;
  inset-block-start: calc(100% + 10px);
  inset-inline-start: auto;
  inset-inline-end: auto;
  right: 0;
  left: auto;
  z-index: 120;
  width: auto;
  max-width: calc(100vw - 32px);
  max-height: min(620px, 72vh);
  overflow: visible;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.primary-navigation__category-wrap:not(.is-enhanced):hover .primary-navigation__category-panel,
.primary-navigation__category-wrap:not(.is-enhanced):focus-within .primary-navigation__category-panel,
.primary-navigation__category-wrap.is-open > .primary-navigation__category-panel.bamboo-cat-cascade,
.primary-navigation__category-panel.bamboo-cat-cascade.is-open,
.primary-navigation__category-panel.bamboo-cat-cascade[aria-hidden="false"] {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto;
}

.primary-navigation__category-panel.bamboo-cat-cascade {
  --bamboo-cat-level-0: 220px;
  --bamboo-cat-level-1: 300px;
  --bamboo-cat-level-2: 280px;
  --bamboo-cat-max-height: min(620px, 72vh);
}

.bamboo-cat-cascade__shell {
  display: flex;
  width: max-content;
  max-width: calc(100vw - 32px);
  flex-direction: row;
  align-items: flex-start;
  overflow: visible;
  direction: rtl;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.bamboo-cat-cascade__level {
  --bamboo-cat-level-offset: 0px;
  display: none;
  min-width: 0;
  height: auto;
  max-height: var(--bamboo-cat-max-height);
  flex: 0 0 auto;
  margin-block-start: var(--bamboo-cat-level-offset);
  overflow: hidden;
  background: var(--bamboo-surface);
  border: 1px solid var(--bamboo-border);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(37, 37, 31, .055);
}

.bamboo-cat-cascade__level.is-visible {
  display: flex;
  flex-direction: column;
}

.bamboo-cat-cascade__level[hidden] {
  display: none !important;
}

.bamboo-cat-cascade__level--0 {
  flex-basis: var(--bamboo-cat-level-0);
  background: var(--bamboo-bg);
}

.bamboo-cat-cascade__level--1 {
  flex-basis: var(--bamboo-cat-level-1);
  margin-inline-start: -1px;
}

.bamboo-cat-cascade__level--2 {
  flex-basis: var(--bamboo-cat-level-2);
  margin-inline-start: -1px;
}

.bamboo-cat-cascade__list,
.bamboo-cat-cascade__fallback {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bamboo-cat-cascade__list {
  width: 100%;
  height: auto;
  max-height: calc(var(--bamboo-cat-max-height) - 16px);
  gap: 0;
  padding: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.primary-navigation__category-panel.bamboo-cat-cascade .bamboo-cat-cascade__level--1 > .bamboo-cat-cascade__list,
.primary-navigation__category-panel.bamboo-cat-cascade .bamboo-cat-cascade__level--2 > .bamboo-cat-cascade__list {
  flex-direction: column;
  flex-wrap: nowrap !important;
  align-content: stretch;
}

.primary-navigation__category-panel.bamboo-cat-cascade .bamboo-cat-cascade__level > .bamboo-cat-cascade__list {
  gap: 0 !important;
}

.bamboo-cat-cascade__item {
  flex: 0 0 auto;
  width: 100%;
  min-width: 0;
}

.bamboo-cat-cascade__row {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 42px;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid rgba(203, 195, 178, .72);
}

.bamboo-cat-cascade__item:last-child > .bamboo-cat-cascade__row {
  border-bottom-color: transparent;
}

.bamboo-cat-cascade__link {
  display: flex;
  min-width: 0;
  min-height: 42px;
  flex: 1 1 auto;
  align-items: center;
  padding: 8px 10px;
  color: var(--bamboo-text);
  border-radius: 12px;
  font-size: 12.5px;
  font-weight: var(--bamboo-font-weight-medium);
  line-height: 1.55;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.bamboo-cat-cascade__level--1 .bamboo-cat-cascade__row {
  min-height: 46px;
}

.bamboo-cat-cascade__level--2 .bamboo-cat-cascade__row {
  min-height: 44px;
}

.bamboo-cat-cascade__level--1 .bamboo-cat-cascade__link,
.bamboo-cat-cascade__level--2 .bamboo-cat-cascade__link {
  width: 100%;
  min-height: inherit;
  padding-inline: 12px;
  border-radius: 0;
}

.bamboo-cat-cascade__item--level-0 > .bamboo-cat-cascade__row > .bamboo-cat-cascade__link {
  color: var(--bamboo-primary-dark);
  font-weight: var(--bamboo-font-weight-bold);
}

.bamboo-cat-cascade__opener {
  appearance: none;
  display: inline-flex;
  width: 34px;
  min-width: 34px;
  min-height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--bamboo-muted);
  background: transparent;
  border: 0;
  border-radius: 11px;
  font: inherit;
}

.bamboo-cat-cascade__level--1 .bamboo-cat-cascade__opener,
.bamboo-cat-cascade__level--2 .bamboo-cat-cascade__opener {
  margin-inline-start: auto;
}

.bamboo-cat-cascade__opener .la {
  font-size: 0.9rem;
}

.bamboo-cat-cascade__item.is-active > .bamboo-cat-cascade__row {
  color: var(--bamboo-primary-dark);
  background: var(--bamboo-primary-soft);
  border-radius: 12px;
}

.bamboo-cat-cascade__item.is-active > .bamboo-cat-cascade__row::before {
  content: "";
  position: absolute;
  inset-block: 8px;
  inset-inline-start: 0;
  width: 3px;
  background: var(--bamboo-primary);
  border-radius: 1px;
}

.bamboo-cat-cascade__link:hover,
.bamboo-cat-cascade__link:focus-visible,
.bamboo-cat-cascade__opener:hover,
.bamboo-cat-cascade__opener:focus-visible,
.bamboo-cat-cascade__item.current-menu-item > .bamboo-cat-cascade__row > .bamboo-cat-cascade__link,
.bamboo-cat-cascade__item.current-menu-ancestor > .bamboo-cat-cascade__row > .bamboo-cat-cascade__link {
  color: var(--bamboo-primary-dark);
  background: var(--bamboo-primary-soft);
}

.bamboo-cat-cascade__level--1 .bamboo-cat-cascade__row:hover,
.bamboo-cat-cascade__level--1 .bamboo-cat-cascade__row:focus-within,
.bamboo-cat-cascade__level--2 .bamboo-cat-cascade__row:hover,
.bamboo-cat-cascade__level--2 .bamboo-cat-cascade__row:focus-within {
  color: var(--bamboo-primary-dark);
  background: var(--bamboo-primary-soft);
}

.bamboo-cat-cascade__level--1 .bamboo-cat-cascade__row:hover > .bamboo-cat-cascade__link,
.bamboo-cat-cascade__level--1 .bamboo-cat-cascade__row:focus-within > .bamboo-cat-cascade__link,
.bamboo-cat-cascade__level--1 .bamboo-cat-cascade__row:hover > .bamboo-cat-cascade__opener,
.bamboo-cat-cascade__level--1 .bamboo-cat-cascade__row:focus-within > .bamboo-cat-cascade__opener,
.bamboo-cat-cascade__level--2 .bamboo-cat-cascade__row:hover > .bamboo-cat-cascade__link,
.bamboo-cat-cascade__level--2 .bamboo-cat-cascade__row:focus-within > .bamboo-cat-cascade__link,
.bamboo-cat-cascade__level--2 .bamboo-cat-cascade__row:hover > .bamboo-cat-cascade__opener,
.bamboo-cat-cascade__level--2 .bamboo-cat-cascade__row:focus-within > .bamboo-cat-cascade__opener {
  color: var(--bamboo-primary-dark);
  background: transparent;
}

.bamboo-cat-cascade__link:focus-visible,
.bamboo-cat-cascade__opener:focus-visible {
  outline: 2px solid var(--bamboo-border-strong);
  outline-offset: 2px;
}

.bamboo-cat-cascade__list::-webkit-scrollbar {
  width: 7px;
}

.bamboo-cat-cascade__list::-webkit-scrollbar-track {
  background: transparent;
}

.bamboo-cat-cascade__list::-webkit-scrollbar-thumb {
  background: var(--bamboo-border-strong);
  border-radius: 999px;
}

.primary-navigation__category-panel.bamboo-cat-cascade.is-open,
.primary-navigation__category-panel.bamboo-cat-cascade[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.bamboo-cat-cascade__fallback {
  width: 220px;
  padding: 8px;
  background: var(--bamboo-bg);
  border: 1px solid var(--bamboo-border);
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(37, 37, 31, .08);
}

.bamboo-cat-cascade__fallback a {
  display: flex;
  min-height: 42px;
  align-items: center;
  padding: 8px 10px;
  color: var(--bamboo-text);
  border-radius: 12px;
  font-size: 12.5px;
  font-weight: var(--bamboo-font-weight-medium);
  line-height: 1.55;
  text-decoration: none;
}

.bamboo-cat-cascade__fallback a:hover,
.bamboo-cat-cascade__fallback a:focus-visible {
  color: var(--bamboo-primary-dark);
  background: var(--bamboo-primary-soft);
}

@media (max-width: 1180px) {
  .primary-navigation__category-panel.bamboo-cat-cascade {
    --bamboo-cat-level-0: 210px;
    --bamboo-cat-level-1: 280px;
    --bamboo-cat-level-2: 260px;
  }
}

.primary-navigation__list {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-navigation__list li {
  display: inline-flex;
  align-items: center;
}

.primary-navigation__list li + li::before {
  content: "";
  width: 1px;
  height: 18px;
  margin-inline: 5px;
  background: var(--bamboo-border);
}

.primary-navigation__list a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding-inline: 17px;
  color: var(--bamboo-text);
  border-radius: var(--bamboo-radius-pill);
  font-size: 12.5px;
  font-weight: var(--bamboo-font-weight-bold);
  line-height: 1.45;
  text-decoration: none;
}

.primary-navigation__list a:hover,
.primary-navigation__list a:focus-visible,
.primary-navigation__list .current-menu-item > a,
.primary-navigation__list .current-menu-ancestor > a {
  color: var(--bamboo-primary-dark);
  background: var(--bamboo-primary-soft);
}

.mobile-navigation__panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  right: 0;
  left: auto;
  width: calc(100vw - 28px);
  max-width: 360px;
  box-sizing: border-box;
  direction: rtl;
  background: var(--bamboo-bg);
  border-inline-start: 0;
  border-inline-end: 1px solid var(--bamboo-border);
  transform: translateX(110%);
  box-shadow: -16px 0 36px rgba(37, 37, 31, 0.12);
}

.mobile-navigation.is-open .mobile-navigation__panel {
  transform: translateX(0);
}

.mobile-navigation:not(.is-enhanced):has(#bamboo-mobile-category-fallback:target) {
  visibility: visible;
  pointer-events: auto;
}

.mobile-navigation:not(.is-enhanced):has(#bamboo-mobile-category-fallback:target) .mobile-navigation__panel {
  transform: translateX(0);
}

.mobile-navigation:not(.is-enhanced):has(#bamboo-mobile-category-fallback:target) .mobile-navigation__section--pages {
  display: none;
}

.mobile-navigation {
  z-index: 150;
  direction: rtl;
}

.mobile-navigation__backdrop {
  background: rgba(37, 37, 31, 0.34);
}

.mobile-navigation__header {
  flex: 0 0 auto;
  min-height: 72px;
  padding: 12px 16px;
  background: var(--bamboo-surface-glass);
}

.mobile-navigation__title {
  color: var(--bamboo-primary-dark);
  font-size: var(--bamboo-font-label);
  font-weight: var(--bamboo-font-weight-heading);
}

.mobile-navigation__close {
  width: 42px;
  min-width: 42px;
  min-height: 42px;
  padding: 0;
  color: var(--bamboo-primary-dark);
  background: var(--bamboo-surface);
  border: 1px solid var(--bamboo-border);
  border-radius: 16px;
}

.mobile-navigation__sections {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 18px;
  padding: 14px 14px 20px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.mobile-navigation__sections::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.mobile-navigation__section {
  min-width: 0;
  padding: 0;
}

.mobile-navigation__heading {
  margin: 0 0 9px;
  color: var(--bamboo-muted);
  font-size: var(--bamboo-font-label);
  font-weight: var(--bamboo-font-weight-heading);
  line-height: 1.45;
}

.mobile-navigation__section--categories {
  padding-block-start: 16px;
  border-top: 1px solid var(--bamboo-border);
}

.mobile-navigation__menu {
  padding: 0;
}

.mobile-navigation__tree,
.mobile-navigation [data-bamboo-mobile-accordion-panel] {
  display: block;
  min-width: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile-navigation [data-bamboo-mobile-accordion-panel][hidden] {
  display: none;
}

.mobile-navigation [data-bamboo-mobile-accordion-item] {
  min-width: 0;
}

.mobile-navigation [data-bamboo-mobile-accordion-row] {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding: 0;
  color: var(--bamboo-text);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--bamboo-border);
  border-radius: 0;
  box-shadow: none;
  font-size: var(--bamboo-font-ui);
  font-weight: var(--bamboo-font-weight-medium);
  line-height: 1.55;
  overflow-wrap: anywhere;
  text-align: start;
  text-decoration: none;
}

.mobile-navigation [data-bamboo-mobile-accordion-row] > a {
  display: flex;
  min-width: 0;
  min-height: 48px;
  flex: 1 1 auto;
  align-items: center;
  padding: 7px 8px;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 10px;
  font: inherit;
  text-decoration: none;
}

.mobile-navigation .bamboo-mobile-main__item--level-1 > [data-bamboo-mobile-accordion-row],
.mobile-navigation .bamboo-mobile-categories__item--level-1 > [data-bamboo-mobile-accordion-row] {
  font-weight: var(--bamboo-font-weight-heading);
}

.mobile-navigation .bamboo-mobile-main__item--level-2 > [data-bamboo-mobile-accordion-row],
.mobile-navigation .bamboo-mobile-categories__item--level-2 > [data-bamboo-mobile-accordion-row] {
  min-height: 46px;
  padding-inline-start: 16px;
  color: var(--bamboo-muted);
  font-size: var(--bamboo-font-label);
  font-weight: var(--bamboo-font-weight-medium);
}

.mobile-navigation .bamboo-mobile-main__item--level-3 > [data-bamboo-mobile-accordion-row],
.mobile-navigation .bamboo-mobile-categories__item--level-3 > [data-bamboo-mobile-accordion-row] {
  min-height: 42px;
  padding-inline-start: 32px;
  color: var(--bamboo-muted);
  font-size: var(--bamboo-font-label);
  font-weight: var(--bamboo-font-weight-medium);
}

.mobile-navigation .bamboo-mobile-main__item--level-4 > [data-bamboo-mobile-accordion-row],
.mobile-navigation .bamboo-mobile-categories__item--level-4 > [data-bamboo-mobile-accordion-row] {
  min-height: 42px;
  padding-inline-start: 48px;
  color: var(--bamboo-muted);
  font-size: var(--bamboo-font-label);
  font-weight: var(--bamboo-font-weight-medium);
}

.mobile-navigation [data-bamboo-mobile-accordion-toggle] {
  appearance: none;
  display: inline-flex;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--bamboo-muted);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.mobile-navigation [data-bamboo-mobile-accordion-row] i.las,
.mobile-navigation [data-bamboo-mobile-accordion-toggle] i.las {
  flex: 0 0 auto;
  color: var(--bamboo-muted);
  font-size: 0.9rem;
  transform: rotate(-90deg);
  transform-origin: center;
  transition: transform 0.2s ease, color 0.2s ease;
}

.mobile-navigation [data-bamboo-mobile-accordion-row]:focus-within {
  color: var(--bamboo-primary-dark);
  border-color: var(--bamboo-border-strong);
}

.mobile-navigation [data-bamboo-mobile-accordion-row] > a:active,
.mobile-navigation [data-bamboo-mobile-accordion-toggle]:active {
  color: var(--bamboo-primary-dark);
  background: rgba(232, 237, 225, .58);
}

.mobile-navigation [data-bamboo-mobile-accordion-row] > a:focus-visible,
.mobile-navigation [data-bamboo-mobile-accordion-toggle]:focus-visible {
  outline: 2px solid var(--bamboo-border-strong);
  outline-offset: 2px;
}

.mobile-navigation [data-bamboo-mobile-accordion-toggle][aria-expanded="true"] {
  color: var(--bamboo-warning);
  background: var(--bamboo-accent-soft);
  border-color: var(--bamboo-warning-border);
}

.mobile-navigation [data-bamboo-mobile-accordion-toggle][aria-expanded="true"] i.las {
  color: currentcolor;
  transform: rotate(0deg);
}

.mobile-navigation [data-bamboo-mobile-accordion-toggle][aria-expanded="false"] i.las {
  transform: rotate(-90deg);
}

.mobile-navigation [data-bamboo-mobile-accordion-item].is-current-path > [data-bamboo-mobile-accordion-row] {
  color: var(--bamboo-primary-dark);
  border-bottom-color: var(--bamboo-border);
  font-weight: var(--bamboo-font-weight-medium);
}

.mobile-navigation [data-bamboo-mobile-accordion-item].current-menu-item > [data-bamboo-mobile-accordion-row],
.mobile-navigation [data-bamboo-mobile-accordion-item].current_page_item > [data-bamboo-mobile-accordion-row] {
  color: var(--bamboo-primary-dark);
  background: var(--bamboo-accent-soft);
  font-weight: var(--bamboo-font-weight-bold);
}

.mobile-navigation [data-bamboo-mobile-accordion-item].current-menu-item > [data-bamboo-mobile-accordion-row]::before,
.mobile-navigation [data-bamboo-mobile-accordion-item].current_page_item > [data-bamboo-mobile-accordion-row]::before {
  content: "";
  position: absolute;
  inset-block: 8px;
  inset-inline-start: 0;
  width: 3px;
  background: var(--bamboo-warning);
  border-radius: 1px;
}

.mobile-navigation [data-bamboo-mobile-accordion-item].current-menu-ancestor > [data-bamboo-mobile-accordion-row],
.mobile-navigation [data-bamboo-mobile-accordion-item].current-menu-parent > [data-bamboo-mobile-accordion-row] {
  color: var(--bamboo-primary-dark);
  font-weight: var(--bamboo-font-weight-medium);
}

.mobile-navigation__identity {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.mobile-navigation__subtitle {
  color: var(--bamboo-muted);
  font-size: 11.5px;
  font-weight: var(--bamboo-font-weight-medium);
  line-height: 1.45;
}

.mobile-navigation__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  padding: 10px 14px 0;
}

.mobile-navigation__tab {
  min-width: 0;
  min-height: 42px;
  padding: 0 10px;
  color: var(--bamboo-muted);
  background: var(--bamboo-surface);
  border: 1px solid var(--bamboo-border);
  border-radius: 15px;
  box-shadow: none;
  font-size: var(--bamboo-font-label);
  font-weight: var(--bamboo-font-weight-bold);
  line-height: 1.45;
}

.mobile-navigation__tab.is-active,
.mobile-navigation__tab[aria-selected="true"] {
  color: var(--bamboo-primary-dark);
  background: var(--bamboo-primary-soft);
  border-color: var(--bamboo-border-strong);
}

.mobile-navigation__panels {
  min-height: 0;
  flex: 1 1 auto;
  padding: 12px 14px 18px;
  overflow: hidden;
}

.mobile-navigation__panel-section {
  min-height: 0;
}

.mobile-navigation__panel-section.is-active {
  display: block;
  height: 100%;
}

.mobile-navigation__panel-section[hidden] {
  display: none !important;
}

.mobile-navigation__panel-section .mobile-navigation__menu {
  height: 100%;
  padding: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.mobile-navigation__panel-section .mobile-navigation__menu::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

@media (max-width: 1100px) and (min-width: 768px) {
  .primary-navigation__category-panel {
    right: 0;
    left: auto;
  }
}

@media (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

@media (min-width: 1025px) {
  .site-header {
    min-height: 206px;
    background: transparent;
    pointer-events: none;
  }

  .site-header__shell {
    transition:
      grid-template-rows 0.22s ease,
      border-radius 0.22s ease,
      box-shadow 0.22s ease;
    pointer-events: auto;
  }

  .site-header__utility {
    height: 32px;
    min-height: 0;
    overflow: hidden;
    transition:
      transform 0.22s ease,
      opacity 0.18s ease,
      visibility 0.18s ease,
      border-color 0.22s ease;
    will-change: transform, opacity;
  }

  .site-header__nav-row {
    overflow: visible;
    transition:
      transform 0.22s ease,
      opacity 0.18s ease,
      visibility 0.18s ease,
      border-color 0.22s ease;
    will-change: transform, opacity;
  }

  .site-header.site-header--rows-hidden .site-header__shell {
    grid-template-rows: minmax(0, 0fr) auto minmax(0, 0fr);
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(37, 37, 31, 0.05);
  }

  .site-header.site-header--rows-hidden .site-header__utility,
  .site-header.site-header--rows-hidden .site-header__nav-row {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    pointer-events: none;
    border-color: transparent;
    overflow: hidden;
  }

  .site-header.site-header--rows-hidden .site-header__utility {
    height: auto;
    min-height: 0;
  }

  .site-header.site-header--rows-hidden .site-header__nav-row {
    min-height: 0;
  }
}

@media (max-width: 1120px) {
  .site-header__main {
    grid-template-columns: minmax(220px, 0.7fr) minmax(320px, 1fr) auto;
    gap: 16px;
  }

  .header-action {
    width: 52px;
    min-width: 52px;
    min-height: 54px;
  }

  .header-action-slot--account {
    width: 52px;
    min-width: 52px;
    min-height: 54px;
  }

  .header-action-slot--account > a,
  .header-action-slot--account > button,
  .header-action-slot--account .header-action {
    width: 52px;
    min-width: 52px;
    min-height: 54px;
  }

  .header-action span {
    display: none;
  }

  .header-action__icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .header-action-slot--account i.la,
  .header-action-slot--account i.las,
  .header-action-slot--account i.lab {
    width: 44px;
    height: 44px;
    font-size: 1.35rem;
  }

  .header-action__icon > .la,
  .header-action__icon > .las,
  .header-action__icon > .lab {
    font-size: 1.35rem;
  }
}

@media (max-width: 767px) {
  .site-header {
    width: 100%;
    max-width: 100%;
    padding: 0;
    background: var(--bamboo-mobile-chrome-bg);
  }

  .site-header__shell {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    grid-template-rows: auto;
    background: var(--bamboo-mobile-chrome-bg);
    border-color: var(--bamboo-border-strong);
    border-radius: 0 0 18px 18px;
  }

  .site-header__utility,
  .site-header__nav-row,
  .site-header__actions,
  .site-header__main > .site-branding {
    display: none;
  }

  .site-header__main {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    width: 100%;
    min-width: 0;
    min-height: 60px;
    gap: 8px;
    padding: 6px 8px;
    background: var(--bamboo-mobile-chrome-bg);
    border-bottom-color: var(--bamboo-border-strong);
  }

  .site-header__mobile-toggle {
    display: block;
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .site-header__search {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .mobile-menu-toggle {
    width: 48px;
    min-width: 48px;
    min-height: 48px;
    padding: 0;
    color: var(--bamboo-primary-dark);
    background: var(--bamboo-surface);
    border: 1px solid var(--bamboo-border);
    border-radius: 17px;
    box-shadow: var(--bamboo-shadow-none);
  }

  .mobile-menu-toggle:hover,
  .mobile-menu-toggle:focus-visible {
    color: var(--bamboo-primary-dark);
    background: var(--bamboo-primary-soft);
    border-color: var(--bamboo-border-strong);
  }

  .mobile-menu-toggle > .la {
    font-size: 1.45rem;
  }

  .bamboo-search-form {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 48px;
    gap: 8px;
    overflow: hidden;
    padding: 4px 10px 4px 5px;
    border-radius: var(--bamboo-radius-pill);
  }

  .bamboo-search-form__logo {
    width: auto;
    max-width: 40px;
    max-height: 28px;
    object-fit: contain;
  }

  .bamboo-search-form__brand-text {
    max-width: 100%;
    overflow: hidden;
    color: var(--bamboo-primary-dark);
    font-size: var(--bamboo-font-label);
    font-weight: var(--bamboo-font-weight-heading);
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bamboo-search-form__icon {
    display: none;
  }

  input.bamboo-search-form__input {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    min-height: 40px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: var(--bamboo-font-ui);
    outline: 0;
    text-align: center;
  }

  button.bamboo-search-form__submit {
    width: 42px;
    min-width: 42px;
    min-height: 42px;
    padding: 0;
    color: var(--bamboo-primary-dark);
    background: var(--bamboo-primary-soft);
    border-color: var(--bamboo-primary-soft);
    border-radius: 50%;
  }

  button.bamboo-search-form__submit span {
    display: none;
  }

}

@media (max-width: 767px) {
  .site-header {
    pointer-events: auto;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .site-header__shell {
    pointer-events: auto;
  }

  body.is-mobile-chrome-hidden .site-header {
    opacity: 0;
    transform: translateY(calc(-100% - 8px));
    pointer-events: none;
  }
}

@media (max-width: 390px) {
  .site-header__shell {
    width: calc(100% - 12px);
    max-width: calc(100% - 12px);
  }

  .site-header__main {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 7px;
    padding: 8px;
  }

  .mobile-menu-toggle {
    width: 46px;
    min-width: 46px;
    min-height: 48px;
  }

  .bamboo-search-form__brand-text {
    max-width: 56px;
    font-size: var(--bamboo-font-label);
  }

  input.bamboo-search-form__input {
    font-size: var(--bamboo-font-ui);
  }

  button.bamboo-search-form__submit {
    width: 39px;
    min-width: 39px;
    min-height: 39px;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .mobile-navigation__backdrop,
  .mobile-navigation__panel,
  .mobile-navigation [data-bamboo-mobile-accordion-toggle],
  .mobile-navigation [data-bamboo-mobile-accordion-toggle] i.las,
  .primary-navigation__category-panel,
  .primary-navigation__category .la-angle-down,
  .site-header__utility,
  .site-header__nav-row,
  .primary-navigation {
    transition: none;
  }

}
