.qodef-main-menu.bb-collections-toggle-ready
> ul > li > a > span.item_outer .item_text::before {
  top: calc(50% + 0.75em);
}

.qodef-main-menu.bb-collections-toggle-ready
.bb-collections-menu-item > .second .inner > ul > li > a > span.item_outer::before {
  top: calc(50% + 0.75em);
}

.qodef-main-menu.bb-collections-toggle-ready .bb-collections-menu-item {
  margin-right: 18px;
}

.qodef-main-menu.bb-collections-toggle-ready .bb-collections-menu-item > .bb-collections-submenu-toggle {
  position: absolute;
  top: 50%;
  right: -18px;
  z-index: 21;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  overflow: visible;
  color: inherit;
  font: inherit;
  line-height: 1;
  background: transparent;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transform: translateY(-50%);
  -webkit-tap-highlight-color: transparent;
}

.qodef-main-menu.bb-collections-toggle-ready .bb-collections-submenu-toggle::before {
  content: '';
  position: absolute;
  inset: 5px;
  border: 1px solid transparent;
  border-radius: 50%;
  pointer-events: none;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.qodef-main-menu.bb-collections-toggle-ready .bb-collections-submenu-toggle[aria-expanded='true']::before {
  background-color: #214034;
  border-color: #214034;
}

.qodef-main-menu.bb-collections-toggle-ready .bb-collections-submenu-toggle:focus {
  outline: 1px solid currentColor;
  outline-offset: -6px;
}

.qodef-main-menu.bb-collections-toggle-ready .bb-collections-submenu-toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -6px;
}

.qodef-main-menu.bb-collections-toggle-ready .bb-collections-submenu-toggle:focus:not(:focus-visible) {
  outline: none;
}

.qodef-main-menu.bb-collections-toggle-ready .bb-collections-submenu-toggle__chevron {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 14px;
  height: 8px;
  margin: 0;
  color: #214023;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  transition: transform 180ms ease;
  pointer-events: none;
}

.qodef-main-menu.bb-collections-toggle-ready .bb-collections-submenu-toggle__chevron::before,
.qodef-main-menu.bb-collections-toggle-ready .bb-collections-submenu-toggle__chevron::after {
  content: '';
  position: absolute;
  top: calc(50% + 2.5px);
  width: 8px;
  height: 1.5px;
  border-radius: 999px;
  background-color: currentColor;
}

.qodef-main-menu.bb-collections-toggle-ready .bb-collections-submenu-toggle__chevron::before {
  right: 50%;
  transform: translateY(-50%) rotate(40deg);
  transform-origin: right center;
}

.qodef-main-menu.bb-collections-toggle-ready .bb-collections-submenu-toggle__chevron::after {
  left: 50%;
  transform: translateY(-50%) rotate(-40deg);
  transform-origin: left center;
}

.qodef-main-menu.bb-collections-toggle-ready .bb-collections-submenu-toggle[aria-expanded='true'] .bb-collections-submenu-toggle__chevron {
  color: #e2b23c;
  transform: translate(-50%, -50%) rotate(180deg);
}

.qodef-main-menu.bb-collections-toggle-ready .bb-collections-menu-item > .second {
  display: block !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 180ms ease, visibility 0s linear 180ms !important;
}

.qodef-main-menu.bb-collections-toggle-ready .bb-collections-menu-item.bb-collections-submenu-open > .second {
  z-index: 20;
  height: auto !important;
  overflow: visible !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transition-delay: 0s !important;
}

.qodef-main-menu.bb-collections-toggle-ready.bb-collections-fine-pointer-active
.bb-collections-menu-item {
  margin-right: 0;
}

.qodef-main-menu.bb-collections-toggle-ready.bb-collections-fine-pointer-active
.bb-collections-menu-item:focus-within {
  margin-right: 18px;
}

.qodef-main-menu.bb-collections-toggle-ready.bb-collections-fine-pointer-active
.bb-collections-menu-item > .bb-collections-submenu-toggle {
  opacity: 0;
  pointer-events: none;
}

.qodef-main-menu.bb-collections-toggle-ready.bb-collections-fine-pointer-active
.bb-collections-menu-item > .bb-collections-submenu-toggle:focus {
  opacity: 1;
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  .qodef-main-menu.bb-collections-toggle-ready .bb-collections-submenu-toggle::before,
  .qodef-main-menu.bb-collections-toggle-ready .bb-collections-submenu-toggle__chevron,
  .qodef-main-menu.bb-collections-toggle-ready .bb-collections-menu-item > .second {
    transition: none !important;
  }
}

@media (forced-colors: active) {
  .qodef-main-menu.bb-collections-toggle-ready .bb-collections-submenu-toggle[aria-expanded='true']::before {
    background-color: Highlight;
    border-color: Highlight;
    forced-color-adjust: none;
  }

  .qodef-main-menu.bb-collections-toggle-ready .bb-collections-submenu-toggle[aria-expanded='true'] .bb-collections-submenu-toggle__chevron {
    color: HighlightText;
  }
}
