.subnav-light-theme {
  --text-color: #262626;
  --text-hover-color: #262626;
  --anchor-text-color: #262626;
  --anchor-hover-color: #262626;
}
.subnav-dark-theme {
  --text-color: #fff;
  --text-hover-color: #dbd9dd;
  --anchor-text-color: #262626;
  --anchor-hover-color: #262626;
}
.subnav-dark-theme img {
  filter: invert(100%);
}
.sticky-subnav {
  position: sticky;
  top: 64px;
  z-index: 51;
}
.un-assistive .sticky-subnav {
  position: inherit;
}
.un-assistive .filter-select-items {
  padding-left: 4px;
}
.subnav-container {
  margin: auto;
  max-width: 100%;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .subnav-container {
    max-width: 91.67%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 1280px) {
  .subnav-container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1680px) {
  .subnav-container {
    max-width: 1400px;
  }
}
.subnav-container :focus-visible {
  outline: solid 1px #ccc;
}
.subnav__section {
  color: var(--text-color);
  font-size: 1rem;
  display: flex;
}
.subnav__section .chevron {
  transform: rotate(0deg);
}
.subnav__section .chevron::before {
  left: 0;
  border-width: 2px 2px 0 0;
  color: #e90029;
  border-color: #e90029;
}
.subnav__section .chevron.close-menu {
  transform: rotate(180deg);
}
@media (min-width: 1025px) {
  .subnav__section .chevron.close-menu::before {
    color: #262626;
    border-color: #262626;
    top: -1.5px;
  }
}
.subnav__section .caret-fill {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--text-color);
  transform: rotate(180deg);
  margin-left: 2px;
}
.subnav__section .caret-fill.close-menu {
  transform: rotate(0deg);
}
.subnav__menu--item:last-child {
  border-bottom: 0;
}
.subnav__menu--item-dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #bfc8cf;
}
@media (min-width: 1025px) {
  .subnav__menu--item-dropdown {
    border-bottom: 0.25rem solid transparent;
  }
}
.subnav__menu--item-dropdown-link,
.subnav__menu--item-dropdown a {
  color: var(--text-color);
}
.subnav__menu--item-dropdown-link:hover,
.subnav__menu--item-dropdown a:hover {
  color: var(--text-hover-color);
  border: 0;
}
.subnav__menu--item-dropdown-list {
  display: flex;
  justify-content: space-between;
  gap: 2px;
}
.subnav__menu--item-dropdown-list:hover {
  color: var(--text-hover-color);
  border: 0;
}
.subnav__menu--first-item a {
  color: var(--text-color);
}
.subnav__submenu {
  display: none;
  list-style: none;
  max-height: 70vh;
  overflow-y: auto;
}
.subnav__submenu--items {
  padding-bottom: 0.75rem;
  margin: .25rem 0;
}
@media (min-width: 1025px) {
  .subnav__submenu--items:hover {
    background-color: #f6f7f9;
    border-radius: .25rem;
  }
}
.subnav__submenu--items:first-child {
  padding-top: 0.75rem;
}
.subnav__submenu--items-title {
  color: var(--text-color);
}
.subnav__submenu--items-title:hover {
  color: var(--text-hover-color);
  border: 0;
}
.subnav__submenu--items a {
  color: var(--anchor-text-color);
}
.subnav__submenu--items a:hover {
  color: var(--anchor-hover-color);
  border: 0;
}
.subnav__submenu--items-all {
  display: flex;
  align-items: center;
}
@media (min-width: 1025px) {
  .subnav__section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 64px;
  }
  .subnav__menu--item {
    border: 0;
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .subnav__submenu {
    position: absolute;
    margin: 0;
    z-index: 99;
    left: 0;
    display: none;
  }
}
.m-top {
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  .subnav__section .accordion-button {
    background: transparent;
  }
}
.subnav__section .accordion-collapse-heading {
  margin-bottom: .5rem;
}
.subnav__section .accordion-collapse-heading:last-child {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .subnav__section .accordion-collapse-heading {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .subnav__section .accordion-button[aria-expanded='false'] svg path {
    fill: #666666;
  }
}
@media (min-width: 1025px) {
  .subnav__section .accordion-button[aria-expanded='true'] {
    background: #f6f7f9;
    border-radius: .25rem;
  }
}
.subnav-wrapper--open .subnav__menu--first-item {
  border-bottom: 1px solid #bfc8cf;
}
@media (min-width: 1025px) {
  .subnav-wrapper--open .subnav__menu--first-item {
    border-bottom: 0px;
  }
}
@media (min-width: 1025px) {
  .subnav__menu--item-dropdown.active,
  .is-open .subnav__menu--item-dropdown {
    border-bottom: 0.25rem solid #e90029;
  }
}
.first-item-link-wrapper {
  justify-content: flex-end;
}
.first-item-link {
  display: none;
}
@media (min-width: 1025px) {
  .first-item-link {
    display: block;
  }
}
@media (min-width: 1025px) {
  .subnav__menu--first-item-wrapper {
    display: none;
  }
}
.subnav-container .cta .cta-wrapper .cta-button {
  height: 40px;
}
.subnav-container .cta .cta-wrapper .cta-button a {
  font-size: 16px;
  padding: 12px 24px;
  line-height: 1;
  height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.subnav-container .all-product-link {
  font-weight: 700;
}
@media (min-width: only screen and (min-width: 1680px)) {
  .subnav__section {
    max-height: 96px;
  }
}
