@media screen and (max-width: 769px){
   .main-menu .localization {
    padding: 0 !important;
  }

  .localization__grid .custom-select .custom-select__btn {
    border: 1px solid var(--border-color);
    border-radius: 100px;
  }
}

@media screen and (max-width: 1279px) {
  .main-nav__item--back {
    color: var(--additional-color);
  }

  .secondary-nav {
    padding-left: 0;
  }
}

.main-nav__promos{
  padding-bottom: 15px;
}

.main-nav__collection-image {
  margin-inline-end: 16px;
  margin-inline-start: 0;
}

.main-nav__collection-image .img-fit {
  object-fit: contain !important;
}

.child-promos .promo .media {
  border-radius: 2px;
}

.child-promos .promo::after {
  border-radius: 2px;
  background-color: rgba(217, 217, 217, 0.2);
}

.secondary-nav__item {
  font-weight: 400 !important;
  @media screen and (min-width: 1280px) {
    color: #71706f;
  }
}

.child-promos .promo__content .rte p a {
  text-underline-offset: 6px;
  color: var(--dark-color);
}

.child-promos .promo__content .rte p a:hover {
  text-decoration: none;
}

.child-promos .promo__content .rte h1,
.child-promos .promo__content .rte h2,
.child-promos .promo__content .rte h3,
.child-promos .promo__content .rte h4,
.child-promos .promo__content .rte h5,
.child-promos .promo__content .rte h6 {
  font-weight: 700 !important;
  font-size: 18px !important;
  color: var(--dark-color);
}

@media screen and (min-width: 600px) and (max-width: 1279px) {
  .child-promos .promo__content {
    max-width: unset !important;
  }
}

.main-nav__item {
  color: var(--dark-color);
  font-weight: 400;
  font-size: 15px;
}

.main-nav__item.child-nav__item.large-text.main-nav__item-header {
  font-size: 15px;
  font-weight: 600;
}

.main-nav__item.main-nav__item--back.relative.js-back svg path{
  stroke: var(--additional-color);
}

.main-nav__item.main-nav__item--back.relative.js-back {
  color: var(--additional-color);
}

.main-nav__item--back .main-nav__item-content > .icon {
  fill: var(--additional-color);
}

.grandchild-nav__item {
  font-weight: 400;
  font-size: 15px !important;
  transition: text-decoration-line .3s ease;
  text-decoration-line: none;
}

.grandchild-nav__item:hover {
  opacity: 1;
  color: var(--dark-color);
  text-decoration: underline;
  text-underline-offset: 6px;
}

.main-nav__grandchild {
  padding-left: 0;
}

header .search__input{
  border-radius: 2px;
}
.header__search input,
.predictive-search input,
.search__input,
.predictive-search__input {
  border: 1px solid #000 !important;
  border-radius: 2px !important;
  background: #fff !important;
}

.main-menu__toggle::after,
.main-menu__toggle-icon::after,
.main-menu__toggle::before{
  display: none;
}

.main-menu__toggle-icon::before{
  top: 10px;
}

.main-menu__disclosure.has-motion.is-open .main-menu__toggle-icon::before{
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  top: 10px;
  left: 12px;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 22L3 4M21 4L3 22" stroke="%23010221" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.main-nav__grandchild.has-motion li{
  padding-left: 0;
} 

.secondary-nav__item.secondary-nav__cta--button{
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1279px) {
  .main-menu__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-menu__content li {
    padding-left: 16px;
  }

  .mob__localization{
    padding-left: 16px;
  }

  .main-menu__content, .js .main-nav__child{
    padding-left: 20px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1279px) {
  .main-menu__content,
  .js .main-nav__child{
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }

}

@media screen and (min-width: 1280px) {
  .mega-nav--columns .child-nav__item,
  .mega-nav--columns .main-nav__grandchild {
    padding-bottom: 0;
  }

  .child-promos {
    margin-top: 25px;
  }

  .search__form{
    margin-top: 9px;
  }

  .search__submit {
    top:calc(50% - 21px);
    padding: 0 24px;
  }

  .header__logo {
    margin-bottom: 15px;
  }

  .header__grid {
    max-width: calc(var(--page-width, 1320px) + var(--gutter) * 2);
    padding: 0;
  }

  .header__grid .main-menu {
    padding: 0 var(--gutter);
    position: relative;
  }

  .header {
    border-bottom: 1px solid var(--border-color) !important;
  }

  .header .line{
    width: 100vw;
    height: 1px;
    background: var(--border-color);
    order: 3;
    flex-shrink: 0;
    position: relative;
    left: calc(-50vw + 50%);
  }

  .header.is-out .line{
    display: none;
  }
  .main-nav__child{
    position: fixed;
    width: 100%;
    top: var(--header-end);
    left: 0;
    border-top: none;
  }

  .header__grid .main-menu .main-menu__disclosure {
    max-width: calc(var(--page-width, 1320px) + var(--gutter) * 2);
    margin: auto;
  }

  search-form {
    margin-bottom: 25px;
  }

  .header__icons.flex {
    margin-right: var(--gutter);
    flex: unset;
    margin-bottom: 22px;
    padding-left: 32px;
  }

  .header__icon {
    padding: 8px;
  }

  .header__icon svg {
    width: 24px;
    height: 24px;
  }

  .header__icon + .header__icon {
    margin-inline-start: 0px;
  }

  .header__logo.logo {
    margin-left: var(--gutter);
  }

  .secondary-nav {
    height: 100%;
    margin-top: 0;
  }

  .secondary-nav li {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .main-nav__item--primary,
  .secondary-nav__item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-nav__item--primary,
  .secondary-nav__item{
    min-height: 62px;
    display: flex !important;
    align-items: center !important;
  }

  .main-nav__item--primary{
    margin: 0 0.5rem;
  }

  .main-nav li:first-of-type .main-nav__item--toggle .main-nav__item--primary{
    margin-left: 1.5rem;
  } 

  .secondary-nav__cta--button{
    min-height: unset;
  }

  .secondary-nav__item {
    margin: 0 12px;
  }

  .header__search {
    flex: 2;
    max-width: 260px;
  }

  .main-nav {
    align-items: center;
  }

  .main-nav__item--primary .outlet__link{
    padding-top: 2px;
  }

  .outlet__link__icon-wrapper{
    margin-right: 6px;
  }
}

@media screen and (min-width: 1280px) {
  .header__logo .flex {
    max-width: 180px !important;
  }
}
.main-menu {
  flex-direction: row; /* NOT row-reverse */
}
.main-menu__toggle-icon::before {
  transform: rotate(180deg) !important;
}
#cart-icon-bubble .header__cart-count {
  border-radius: 2px!important;
}
.main-nav {
  display: flex;
  gap: 20px; /* adjust spacing here */
}
.main-nav__item--toggle svg.icon {
  display: none;
}
@media (max-width: 768px) {
  .main-nav {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .header__logo .flex {
    max-width: 120px !important;
  }
}
@media screen and (min-width: 1280px) {
  .search__input,
  .header__search input,
  .predictive-search__input {
    height: 40px;
    min-height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .header__grid {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    min-height: unset !important;
  }
}
@media screen and (min-width: 1280px) {
  .header__logo {
    margin-bottom: 0 !important;
  }

  .header__icons.flex {
    margin-bottom: 0 !important;
  }

  .search__form {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1280px) {
  .header__grid {
    margin-top: -10px;
  }
}
@media screen and (min-width: 1280px) {
  .header__icons.flex {
    align-self: flex-start !important;
    margin-top: -3px !important;
  }
}@media screen and (min-width: 1280px) {
  .header__grid {
    align-items: flex-start !important;
  }

  .header__logo {
    align-self: flex-start !important;
    margin-top: 5px !important;
  }
}
.main-nav__item--toggle > a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23000000' fill='none' stroke-width='2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.25s ease;
  transform: rotate(0deg);
}
@media (max-width: 1279px) {
  .main-nav__item--toggle > a::after {
    width: 18px;
    height: 18px;
    transform: rotate(-90deg);
    vertical-align: middle;
    position: relative;
    top: -2px; /* tweak: -1 to -3px usually */
  }
}
@media screen and (min-width: 1280px) {
  .main-nav__item--primary,
  .secondary-nav__item {
    min-height: 40px !important;
  }

  .secondary-nav li {
    height: 40px !important;
  }

  .secondary-nav__cta--button {
    min-height: unset !important;
    height: auto !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    align-self: center !important;
  }

  .secondary-nav li:has(.secondary-nav__cta--button) {
    align-items: center !important;
    justify-content: center !important;
  }
}
@media screen and (min-width: 1280px) {
  .header__grid .main-menu {
  margin-top: -4px !important;
}
}
.child-nav__item:hover {
  color: #000 !important;
  text-decoration-color: #000 !important;
}
.secondary-nav__item {
  font-size: 15px !important;
}
@media screen and (min-width: 1280px) {
  .mega-nav--columns .child-nav {
    display: flex !important;
    flex-direction: column !important;
  }

  .mega-nav--columns .child-nav > li {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .mega-nav__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }

  .child-nav {
    flex: 1;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .child-promos {
    flex: 0 0 280px;
    margin-top: 0 !important;
  }
}
.child-promos .promo {
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
}

.child-promos .promo .media {
  position: absolute;
  inset: 0;
}

.child-promos .promo .img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.child-promos .promo {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 1280px) {
  .mega-nav__inner {
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }

  .child-nav {
    flex: 1;
  }

  .child-promos {
    flex: 0 0 420px;
  }

  .child-promos .promo {
    width: 100%;
    aspect-ratio: 1 / 1;
  }
}
@media (min-width: 1280px) {
  .child-nav__desktop-dropdown details:not([open]) .disclosure__panel {
    display: none;
  }

  .child-nav__desktop-dropdown summary {
    cursor: pointer;
  }

  .child-nav__desktop-dropdown summary::-webkit-details-marker {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .child-nav__desktop-dropdown .child-nav__toggle-icon svg.icon,
  .child-nav__desktop-dropdown .child-nav__toggle-icon svg {
    display: block !important;
    width: 12px;
    height: 12px;
  }

  .child-nav__desktop-dropdown .child-nav__toggle-label {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
  }

  .child-nav__desktop-dropdown .child-nav__toggle-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  flex-shrink: 0;
}

}

@media screen and (min-width: 1280px) {
  .main-nav__child.mega-nav--columns > .container {
    display: grid !important;
    grid-template-columns: 260px minmax(300px, 1fr) 420px;
    column-gap: 40px;
    align-items: start;
    position: relative;
  }

  .main-nav__child.mega-nav--columns .child-nav {
    grid-column: 1;
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    position: relative;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .main-nav__child.mega-nav--columns .child-nav > li {
  width: 100%;
  position: relative;
}

  .main-nav__child.mega-nav--columns .child-promos {
    grid-column: 3;
    margin-top: 0 !important;
    width: 100%;
    flex: unset !important;
  }

  .child-nav__desktop-dropdown {
  position: relative;
}

.child-nav__desktop-dropdown .disclosure__panel {
  position: absolute;
  top: 0;
  left: calc(100% + 40px);
  width: 360px;
  z-index: 2;
}

  .child-nav__desktop-dropdown details:not([open]) .disclosure__panel {
    display: none;
  }

  .child-nav__desktop-dropdown .main-nav__grandchild {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1280px) {
  .main-nav__child.mega-nav--columns .child-promos {
    align-self: start !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .main-nav__child.mega-nav--columns .main-nav__promos {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 1280px) {
  .child-nav__desktop-dropdown .child-nav__toggle-icon svg,
  .child-nav__desktop-dropdown .child-nav__toggle-icon svg.icon {
    transform: rotate(-90deg) !important;
  }

  .child-nav__desktop-dropdown details[open] .child-nav__toggle-icon svg,
  .child-nav__desktop-dropdown details[open] .child-nav__toggle-icon svg.icon {
    transform: rotate(90deg) !important;
  }
}
@media screen and (min-width: 1280px) {
  .child-nav__desktop-dropdown .child-nav__toggle-icon svg,
  .child-nav__desktop-dropdown .child-nav__toggle-icon svg.icon {
    transition: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .child-promos {
    position: relative;
    padding-left: 40px;
    margin-left: 40px;
  }

  .child-promos::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #e5e5e5;
  }
}

/* Homepage only: header sits over slideshow */
.header--transparent-home {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;

  background: #fff !important;
  --bg-color: #fff !important;
  --nav-bg-color: #fff !important;
}

/* Default: solid white */
.header--transparent-home,
.header--transparent-home .header__grid,
.header--transparent-home .main-menu,
.header--transparent-home .main-menu__content,
.header--transparent-home .main-nav,
.header--transparent-home .header__search,
.header--transparent-home .search__form,
.header--transparent-home .predictive-search,
.header--transparent-home .header__search input,
.header--transparent-home .search__input,
.header--transparent-home .predictive-search__input {
  background: #fff !important;
  --bg-color: #fff !important;
  --nav-bg-color: #fff !important;
}

/* Only transparent when page is exactly at the top */
.header--transparent-home.is-at-top,
.header--transparent-home.is-at-top .header__grid,
.header--transparent-home.is-at-top .main-menu,
.header--transparent-home.is-at-top .main-menu__content,
.header--transparent-home.is-at-top .main-nav,
.header--transparent-home.is-at-top .header__search,
.header--transparent-home.is-at-top .search__form,
.header--transparent-home.is-at-top .predictive-search,
.header--transparent-home.is-at-top .header__search input,
.header--transparent-home.is-at-top .search__input,
.header--transparent-home.is-at-top .predictive-search__input {
  background: transparent !important;
  --bg-color: transparent !important;
  --nav-bg-color: transparent !important;
}

/* Remove lines only while transparent */
.header--transparent-home.is-at-top {
  border-bottom: none !important;
  box-shadow: none !important;
}

.header--transparent-home.is-at-top .header__grid,
.header--transparent-home.is-at-top .main-menu__content,
.header--transparent-home.is-at-top .main-nav {
  border-top: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.header--transparent-home.is-at-top .line {
  display: none !important;
}

/* Search border */
.header--transparent-home .header__search input,
.header--transparent-home .search__input,
.header--transparent-home .predictive-search__input {
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
}
/* Homepage header sits over slideshow */
.header--transparent-home {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}

/* Default = white */
.header--transparent-home,
.header--transparent-home .header__grid,
.header--transparent-home .main-menu,
.header--transparent-home .main-menu__content,
.header--transparent-home .main-nav,
.header--transparent-home .header__search,
.header--transparent-home .search__form,
.header--transparent-home .predictive-search,
.header--transparent-home .header__search input,
.header--transparent-home .search__input,
.header--transparent-home .predictive-search__input {
  background: #fff !important;
  --bg-color: #fff !important;
  --nav-bg-color: #fff !important;
  --nav-child-bg-color: #fff !important;
}

/* ALL inner containers fully transparent */
.header--transparent-home.is-at-top:not(:hover) .header__grid,
.header--transparent-home.is-at-top:not(:hover) .main-menu,
.header--transparent-home.is-at-top:not(:hover) .main-menu__content,
.header--transparent-home.is-at-top:not(:hover) .main-nav,
.header--transparent-home.is-at-top:not(:hover) .secondary-nav,
.header--transparent-home.is-at-top:not(:hover) .header__search,
.header--transparent-home.is-at-top:not(:hover) .search__form {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* At top + hover = white */
.header--transparent-home.is-at-top:hover,
.header--transparent-home.is-at-top:hover .header__grid,
.header--transparent-home.is-at-top:hover .main-menu,
.header--transparent-home.is-at-top:hover .main-menu__content,
.header--transparent-home.is-at-top:hover .main-nav,
.header--transparent-home.is-at-top:hover .main-nav__child,
.header--transparent-home.is-at-top:hover .main-nav__child .container,
.header--transparent-home.is-at-top:hover .mega-nav,
.header--transparent-home.is-at-top:hover .child-nav,
.header--transparent-home.is-at-top:hover .disclosure__panel,
.header--transparent-home.is-at-top:hover .header__search,
.header--transparent-home.is-at-top:hover .search__form,
.header--transparent-home.is-at-top:hover .predictive-search,
.header--transparent-home.is-at-top:hover .header__search input,
.header--transparent-home.is-at-top:hover .search__input,
.header--transparent-home.is-at-top:hover .predictive-search__input {
  background: #fff !important;
  --bg-color: #fff !important;
  --nav-bg-color: #fff !important;
  --nav-child-bg-color: #fff !important;
}

/* After scroll = white */
.header--transparent-home:not(.is-at-top),
.header--transparent-home:not(.is-at-top) .header__grid,
.header--transparent-home:not(.is-at-top) .main-menu,
.header--transparent-home:not(.is-at-top) .main-menu__content,
.header--transparent-home:not(.is-at-top) .main-nav,
.header--transparent-home:not(.is-at-top) .main-nav__child,
.header--transparent-home:not(.is-at-top) .main-nav__child .container,
.header--transparent-home:not(.is-at-top) .mega-nav,
.header--transparent-home:not(.is-at-top) .child-nav,
.header--transparent-home:not(.is-at-top) .disclosure__panel,
.header--transparent-home:not(.is-at-top) .header__search,
.header--transparent-home:not(.is-at-top) .search__form,
.header--transparent-home:not(.is-at-top) .predictive-search,
.header--transparent-home:not(.is-at-top) .header__search input,
.header--transparent-home:not(.is-at-top) .search__input,
.header--transparent-home:not(.is-at-top) .predictive-search__input {
  background: #fff !important;
  --bg-color: #fff !important;
  --nav-bg-color: #fff !important;
  --nav-child-bg-color: #fff !important;
}

/* Remove lines only when transparent */
.header--transparent-home.is-at-top:not(:hover),
.header--transparent-home.is-at-top:not(:hover) .header__grid,
.header--transparent-home.is-at-top:not(:hover) .main-menu__content,
.header--transparent-home.is-at-top:not(:hover) .main-nav {
  border-top: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.header--transparent-home.is-at-top:not(:hover) .line {
  display: none !important;
}

/* Search border */
.header--transparent-home .header__search input,
.header--transparent-home .search__input,
.header--transparent-home .predictive-search__input {
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
}
/* Remove all horizontal border lines inside the header completely */
.header,
.header__grid,
.header .line,
.main-menu,
.main-menu__content,
.main-nav,
.secondary-nav,
.header__grid .main-menu__content {
  border-top: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/* Hide the custom line element completely */
.header .line {
  display: none !important;
  height: 0 !important;
  background: transparent !important;
}
/* E-mail support button: transparent fill at top, keep border */
.header--transparent-home.is-at-top:not(:hover) .secondary-nav__cta--button {
  background: transparent !important;
  background-color: transparent !important;
  --cta-bg-color: transparent !important;
  --cta-bg-hover-color: #ECE5D7 !important;

  border: 1px solid #0C0552 !important;
  box-shadow: none !important;
}

/* Keep icon visible */
.header--transparent-home.is-at-top:not(:hover) .secondary-nav__cta--button svg path {
  fill: currentColor !important;
}

/* Button background on header hover or after scroll */
.header--transparent-home.is-at-top:hover .secondary-nav__cta--button,
.header--transparent-home:not(.is-at-top) .secondary-nav__cta--button {
  background: #ECE5D7 !important;
  background-color: #ECE5D7 !important;
  --cta-bg-color: #ECE5D7 !important;
  --cta-bg-hover-color: #ECE5D7 !important;

  border: 1px solid #0C0552 !important;
}
/* Search field: shorter underline to the left */
.header__search input,
.predictive-search input,
.search__input,
.predictive-search__input,
.header--transparent-home .header__search input,
.header--transparent-home .search__input,
.header--transparent-home .predictive-search__input {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Draw underline manually */
.header__search .search__form,
.search__form {
  position: relative;
}

.header__search .search__form::after,
.search__form::after {
  content: "";
  position: absolute;
  left: 20px; /* increase to make it shorter from the left */
  right: 0;
  bottom: 0;
  height: 3px;
  background: #000;
  pointer-events: none;
}
/* Homepage: header softly fades into the hero */
.header--transparent-home.is-at-top:not(:hover) {
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.55) 0%,
    rgba(255,255,255,0.32) 45%,
    rgba(255,255,255,0.12) 75%,
    rgba(255,255,255,0) 100%
  ) !important;

  box-shadow: none !important;
  border-bottom: none !important;
}

/* Do not add a separate fade layer underneath the header */
.header--transparent-home.is-at-top:not(:hover)::after {
  content: none !important;
  display: none !important;
}

/* Keep inner header elements transparent so only the parent gradient is visible */
.header--transparent-home.is-at-top:not(:hover) .header__grid,
.header--transparent-home.is-at-top:not(:hover) .main-menu,
.header--transparent-home.is-at-top:not(:hover) .main-menu__content,
.header--transparent-home.is-at-top:not(:hover) .main-nav,
.header--transparent-home.is-at-top:not(:hover) .secondary-nav,
.header--transparent-home.is-at-top:not(:hover) .header__search,
.header--transparent-home.is-at-top:not(:hover) .search__form {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
/* Keep homepage header transparent/faded even when hovering */
.header--transparent-home.is-at-top:hover {
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.55) 0%,
    rgba(255,255,255,0.32) 45%,
    rgba(255,255,255,0.12) 75%,
    rgba(255,255,255,0) 100%
  ) !important;

  box-shadow: none !important;
  border-bottom: none !important;
}

/* Keep the main header structure transparent on hover */
.header--transparent-home.is-at-top:hover .header__grid,
.header--transparent-home.is-at-top:hover .main-menu,
.header--transparent-home.is-at-top:hover .main-menu__content,
.header--transparent-home.is-at-top:hover .main-nav,
.header--transparent-home.is-at-top:hover .secondary-nav,
.header--transparent-home.is-at-top:hover .header__search,
.header--transparent-home.is-at-top:hover .search__form {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* But make the dropdown / mega menu white */
.header--transparent-home.is-at-top:hover .main-nav__child,
.header--transparent-home.is-at-top:hover .main-nav__child .container,
.header--transparent-home.is-at-top:hover .mega-nav,
.header--transparent-home.is-at-top:hover .child-nav,
.header--transparent-home.is-at-top:hover .disclosure__panel {
  background: #fff !important;
  --bg-color: #fff !important;
  --nav-bg-color: #fff !important;
  --nav-child-bg-color: #fff !important;
}

/* Also make dropdown white when a menu item is open */
.header--transparent-home.is-at-top details[open] .main-nav__child,
.header--transparent-home.is-at-top details[open] .main-nav__child .container,
.header--transparent-home.is-at-top details[open] .mega-nav,
.header--transparent-home.is-at-top details[open] .child-nav,
.header--transparent-home.is-at-top details[open] .disclosure__panel {
  background: #fff !important;
  --bg-color: #fff !important;
  --nav-bg-color: #fff !important;
  --nav-child-bg-color: #fff !important;
}
/* Keep search bar transparent when hovering the transparent homepage header */
.header--transparent-home.is-at-top:hover .header__search input,
.header--transparent-home.is-at-top:hover .search__input,
.header--transparent-home.is-at-top:hover .predictive-search__input,
.header--transparent-home.is-at-top:hover .predictive-search {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Keep the search underline visible */
.header--transparent-home.is-at-top:hover .header__search .search__form::after,
.header--transparent-home.is-at-top:hover .search__form::after {
  background: #000 !important;
}

/* Keep email support button transparent when hovering the header */
.header--transparent-home.is-at-top:hover .secondary-nav__cta--button {
  background: transparent !important;
  background-color: transparent !important;
  --cta-bg-color: transparent !important;
  --cta-bg-hover-color: transparent !important;

  border: 1px solid #0C0552 !important;
  box-shadow: none !important;
}

/* Keep email support button icon visible */
.header--transparent-home.is-at-top:hover .secondary-nav__cta--button svg path {
  fill: currentColor !important;
}
/* Default header hover: keep search + email button transparent */
.header--transparent-home.is-at-top:hover .header__search input,
.header--transparent-home.is-at-top:hover .search__input,
.header--transparent-home.is-at-top:hover .predictive-search__input,
.header--transparent-home.is-at-top:hover .predictive-search {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.header--transparent-home.is-at-top:hover .secondary-nav__cta--button {
  background: transparent !important;
  background-color: transparent !important;
  --cta-bg-color: transparent !important;
  --cta-bg-hover-color: transparent !important;
  border: 1px solid #0C0552 !important;
  box-shadow: none !important;
}

/* When hovering the menu area: make search field white */
.header--transparent-home.is-at-top:has(.main-menu:hover) .header__search input,
.header--transparent-home.is-at-top:has(.main-menu:hover) .search__input,
.header--transparent-home.is-at-top:has(.main-menu:hover) .predictive-search__input,
.header--transparent-home.is-at-top:has(.main-menu:hover) .predictive-search {
  background: #fff !important;
  background-color: #fff !important;
}

/* When hovering the menu area: make email support button colored */
.header--transparent-home.is-at-top:has(.main-menu:hover) .secondary-nav__cta--button {
  background: #ECE5D7 !important;
  background-color: #ECE5D7 !important;
  --cta-bg-color: #ECE5D7 !important;
  --cta-bg-hover-color: #ECE5D7 !important;
  border: 1px solid #0C0552 !important;
}
/* When a mega menu is open: make search white and email button colored */
.header--transparent-home.is-at-top:has(.js-mega-nav[open]) .header__search input,
.header--transparent-home.is-at-top:has(.js-mega-nav[open]) .search__input,
.header--transparent-home.is-at-top:has(.js-mega-nav[open]) .predictive-search__input,
.header--transparent-home.is-at-top:has(.js-mega-nav[open]) .predictive-search {
  background: #fff !important;
  background-color: #fff !important;
}

.header--transparent-home.is-at-top:has(.js-mega-nav[open]) .secondary-nav__cta--button {
  background: #ECE5D7 !important;
  background-color: #ECE5D7 !important;
  --cta-bg-color: #ECE5D7 !important;
  --cta-bg-hover-color: #ECE5D7 !important;
  border: 1px solid #0C0552 !important;
}

/* Keep dropdown/mega menu white when open */
.header--transparent-home.is-at-top:has(.js-mega-nav[open]) .main-nav__child,
.header--transparent-home.is-at-top:has(.js-mega-nav[open]) .main-nav__child .container,
.header--transparent-home.is-at-top:has(.js-mega-nav[open]) .mega-nav,
.header--transparent-home.is-at-top:has(.js-mega-nav[open]) .child-nav,
.header--transparent-home.is-at-top:has(.js-mega-nav[open]) .disclosure__panel {
  background: #fff !important;
  --bg-color: #fff !important;
  --nav-bg-color: #fff !important;
  --nav-child-bg-color: #fff !important;
}
/* Menu hover/open: make the actual header row white too */
.header--transparent-home.is-at-top:has(.main-nav__item--toggle:hover),
.header--transparent-home.is-at-top:has(.main-nav__child:hover) {
  background: #fff !important;
  --bg-color: #fff !important;
  --nav-bg-color: #fff !important;
  --nav-child-bg-color: #fff !important;
}

/* Make inner header parts white when hovering the menu */
.header--transparent-home.is-at-top:has(.main-nav__item--toggle:hover) .header__grid,
.header--transparent-home.is-at-top:has(.main-nav__item--toggle:hover) .main-menu,
.header--transparent-home.is-at-top:has(.main-nav__item--toggle:hover) .main-menu__content,
.header--transparent-home.is-at-top:has(.main-nav__item--toggle:hover) .main-nav,
.header--transparent-home.is-at-top:has(.main-nav__item--toggle:hover) .secondary-nav,
.header--transparent-home.is-at-top:has(.main-nav__child:hover) .header__grid,
.header--transparent-home.is-at-top:has(.main-nav__child:hover) .main-menu,
.header--transparent-home.is-at-top:has(.main-nav__child:hover) .main-menu__content,
.header--transparent-home.is-at-top:has(.main-nav__child:hover) .main-nav,
.header--transparent-home.is-at-top:has(.main-nav__child:hover) .secondary-nav {
  background: #fff !important;
  --bg-color: #fff !important;
  --nav-bg-color: #fff !important;
  --nav-child-bg-color: #fff !important;
}

/* Keep dropdown white */
.header--transparent-home.is-at-top:has(.main-nav__item--toggle:hover) .main-nav__child,
.header--transparent-home.is-at-top:has(.main-nav__child:hover) .main-nav__child,
.header--transparent-home.is-at-top:has(.main-nav__item--toggle:hover) .main-nav__child .container,
.header--transparent-home.is-at-top:has(.main-nav__child:hover) .main-nav__child .container {
  background: #fff !important;
  --bg-color: #fff !important;
  --nav-bg-color: #fff !important;
  --nav-child-bg-color: #fff !important;
}

/* Search field white when hovering menu */
.header--transparent-home.is-at-top:has(.main-nav__item--toggle:hover) .header__search input,
.header--transparent-home.is-at-top:has(.main-nav__child:hover) .header__search input,
.header--transparent-home.is-at-top:has(.main-nav__item--toggle:hover) .search__input,
.header--transparent-home.is-at-top:has(.main-nav__child:hover) .search__input,
.header--transparent-home.is-at-top:has(.main-nav__item--toggle:hover) .predictive-search__input,
.header--transparent-home.is-at-top:has(.main-nav__child:hover) .predictive-search__input {
  background: #fff !important;
  background-color: #fff !important;
}

/* Email support button colored when hovering menu */
.header--transparent-home.is-at-top:has(.main-nav__item--toggle:hover) .secondary-nav__cta--button,
.header--transparent-home.is-at-top:has(.main-nav__child:hover) .secondary-nav__cta--button {
  background: #ECE5D7 !important;
  background-color: #ECE5D7 !important;
  --cta-bg-color: #ECE5D7 !important;
  --cta-bg-hover-color: #ECE5D7 !important;
  border: 1px solid #0C0552 !important;
}

/* Keep header white while cursor is anywhere inside the menu area */
.header--transparent-home.is-at-top:has(.main-menu__content:hover),
.header--transparent-home.is-at-top:has(.main-menu:hover),
.header--transparent-home.is-at-top:has(.main-nav:hover),
.header--transparent-home.is-at-top:has(.main-nav__child:hover),
.header--transparent-home.is-at-top:has(.js-mega-nav[open]) {
  background: #fff !important;
  background-color: #fff !important;
  --bg-color: #fff !important;
  --nav-bg-color: #fff !important;
  --nav-child-bg-color: #fff !important;
}

/* Make the full header row white while inside the menu/navigation area */
.header--transparent-home.is-at-top:has(.main-menu__content:hover) .header__grid,
.header--transparent-home.is-at-top:has(.main-menu:hover) .header__grid,
.header--transparent-home.is-at-top:has(.main-nav:hover) .header__grid,
.header--transparent-home.is-at-top:has(.main-nav__child:hover) .header__grid,
.header--transparent-home.is-at-top:has(.js-mega-nav[open]) .header__grid,

.header--transparent-home.is-at-top:has(.main-menu__content:hover) .main-menu,
.header--transparent-home.is-at-top:has(.main-menu:hover) .main-menu,
.header--transparent-home.is-at-top:has(.main-nav:hover) .main-menu,
.header--transparent-home.is-at-top:has(.main-nav__child:hover) .main-menu,
.header--transparent-home.is-at-top:has(.js-mega-nav[open]) .main-menu,

.header--transparent-home.is-at-top:has(.main-menu__content:hover) .main-menu__content,
.header--transparent-home.is-at-top:has(.main-menu:hover) .main-menu__content,
.header--transparent-home.is-at-top:has(.main-nav:hover) .main-menu__content,
.header--transparent-home.is-at-top:has(.main-nav__child:hover) .main-menu__content,
.header--transparent-home.is-at-top:has(.js-mega-nav[open]) .main-menu__content,

.header--transparent-home.is-at-top:has(.main-menu__content:hover) .main-nav,
.header--transparent-home.is-at-top:has(.main-menu:hover) .main-nav,
.header--transparent-home.is-at-top:has(.main-nav:hover) .main-nav,
.header--transparent-home.is-at-top:has(.main-nav__child:hover) .main-nav,
.header--transparent-home.is-at-top:has(.js-mega-nav[open]) .main-nav,

.header--transparent-home.is-at-top:has(.main-menu__content:hover) .secondary-nav,
.header--transparent-home.is-at-top:has(.main-menu:hover) .secondary-nav,
.header--transparent-home.is-at-top:has(.main-nav:hover) .secondary-nav,
.header--transparent-home.is-at-top:has(.main-nav__child:hover) .secondary-nav,
.header--transparent-home.is-at-top:has(.js-mega-nav[open]) .secondary-nav {
  background: #fff !important;
  background-color: #fff !important;
}
/* Align submenu toggle arrows to the far right */
@media screen and (min-width: 1280px) {
  .main-nav__child.mega-nav--columns .child-nav__desktop-dropdown,
  .main-nav__child.mega-nav--columns .child-nav__desktop-dropdown details,
  .main-nav__child.mega-nav--columns .child-nav__desktop-dropdown summary,
  .main-nav__child.mega-nav--columns .child-nav__desktop-dropdown summary > .main-nav__item-content,
  .main-nav__child.mega-nav--columns .child-nav__desktop-dropdown summary .main-nav__item-content {
    width: 100% !important;
    max-width: none !important;
  }

  .main-nav__child.mega-nav--columns .child-nav__desktop-dropdown summary {
    display: block !important;
  }

  .main-nav__child.mega-nav--columns .child-nav__toggle-label {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .main-nav__child.mega-nav--columns .child-nav__toggle-label > span:first-child {
    flex: 1 1 auto !important;
  }

  .main-nav__child.mega-nav--columns .child-nav__toggle-icon {
    margin-left: auto !important;
    flex: 0 0 auto !important;
  }
}
/* Submenu headings: underline only the word/text on hover */
@media screen and (min-width: 1280px) {
  .main-nav__child.mega-nav--columns .child-nav__item,
  .main-nav__child.mega-nav--columns .child-nav__toggle-label,
  .main-nav__child.mega-nav--columns .child-nav__toggle-label > span:first-child {
    text-decoration: none !important;
    border-bottom: none !important;
  }

  .main-nav__child.mega-nav--columns .child-nav > li,
  .main-nav__child.mega-nav--columns summary {
    border-bottom: none !important;
  }

  /* Remove all old underline behavior */
  .main-nav__child.mega-nav--columns a.child-nav__item:hover,
  .main-nav__child.mega-nav--columns summary:hover .child-nav__toggle-label,
  .main-nav__child.mega-nav--columns summary:hover .child-nav__toggle-label > span:first-child {
    text-decoration: none !important;
  }

  /* Normal submenu links */
  .main-nav__child.mega-nav--columns a.child-nav__item {
    display: inline-block !important;
    width: auto !important;
    background-image: linear-gradient(#000, #000) !important;
    background-repeat: no-repeat !important;
    background-size: 0 2px !important;
    background-position: left calc(100% - 1px) !important;
  }

  .main-nav__child.mega-nav--columns a.child-nav__item:hover {
    background-size: 100% 2px !important;
  }

  /* Submenu headings with arrow: underline only the text span */
  .main-nav__child.mega-nav--columns .child-nav__toggle-label > span:first-child {
    display: inline-block !important;
    background-image: linear-gradient(#000, #000) !important;
    background-repeat: no-repeat !important;
    background-size: 0 2px !important;
    background-position: left calc(100% - 1px) !important;
  }

  .main-nav__child.mega-nav--columns summary:hover .child-nav__toggle-label > span:first-child {
    background-size: 100% 2px !important;
  }

  /* Make sure the arrow is never underlined */
  .main-nav__child.mega-nav--columns .child-nav__toggle-icon {
    text-decoration: none !important;
    background-image: none !important;
  }
}
/* Move submenu headings closer together */
@media screen and (min-width: 1280px) {
  .main-nav__child.mega-nav--columns .child-nav {
    gap: 10px !important;
    row-gap: 10px !important;
  }

  .main-nav__child.mega-nav--columns .child-nav > li {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .main-nav__child.mega-nav--columns .child-nav__item,
  .main-nav__child.mega-nav--columns .child-nav__toggle-label {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    min-height: unset !important;
    line-height: 1.3 !important;
  }

  .main-nav__child.mega-nav--columns .child-nav__desktop-dropdown summary {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: unset !important;
  }
}
/* Use the existing top-level menu arrow and rotate it when open */
@media screen and (min-width: 1280px) {
  /* Remove the extra CSS-generated arrow */
  .main-nav__item--toggle > a::after {
    content: none !important;
    display: none !important;
  }

  /* Show the original SVG arrow */
  .main-nav__item--toggle > a svg.icon {
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    margin-left: 6px !important;
    transition: transform 0.2s ease !important;
    transform: rotate(0deg) !important;
  }

  /* Rotate the original arrow when the menu is open */
  details[open] > .main-nav__item--toggle > a svg.icon {
    transform: rotate(180deg) !important;
  }
}
/* Split long submenu lists without creating vertical gaps */
@media screen and (min-width: 1280px) {

  /* Menus WITH openable submenu items */
  .main-nav__child.mega-nav--columns > .container:has(.child-nav__desktop-dropdown):has(.child-nav > li:nth-child(10)) {
    grid-template-columns: 260px 360px 260px 420px !important;
    column-gap: 40px !important;
    align-items: start !important;
  }

  .main-nav__child.mega-nav--columns > .container:has(.child-nav__desktop-dropdown):has(.child-nav > li:nth-child(10)) .child-nav {
    grid-column: 1 / span 3 !important;
    display: block !important;
    columns: 2 260px !important;
    column-gap: 400px !important;
    width: 960px !important;
    position: relative !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .main-nav__child.mega-nav--columns > .container:has(.child-nav__desktop-dropdown):has(.child-nav > li:nth-child(10)) .child-nav > li {
    break-inside: avoid !important;
    margin-bottom: 10px !important;
    width: 260px !important;
  }

  .main-nav__child.mega-nav--columns > .container:has(.child-nav__desktop-dropdown):has(.child-nav > li:nth-child(10)) .child-nav > li.xl\:hidden {
    display: none !important;
  }

  /* Open submenu uses the empty space between the two columns */
  .main-nav__child.mega-nav--columns > .container:has(.child-nav__desktop-dropdown):has(.child-nav > li:nth-child(10)) .child-nav__desktop-dropdown {
    position: static !important;
  }

  .main-nav__child.mega-nav--columns > .container:has(.child-nav__desktop-dropdown):has(.child-nav > li:nth-child(10)) .child-nav__desktop-dropdown .disclosure__panel {
    position: absolute !important;
    top: 0 !important;
    left: 300px !important;
    width: 360px !important;
    z-index: 2 !important;
  }

  .main-nav__child.mega-nav--columns > .container:has(.child-nav__desktop-dropdown):has(.child-nav > li:nth-child(10)) .child-promos {
    grid-column: 4 !important;
    width: 100% !important;
  }


  /* Menus WITHOUT openable submenu items */
  .main-nav__child.mega-nav--columns > .container:not(:has(.child-nav__desktop-dropdown)):has(.child-nav > li:nth-child(10)) {
    grid-template-columns: 260px 260px 420px !important;
    column-gap: 40px !important;
    align-items: start !important;
  }

  .main-nav__child.mega-nav--columns > .container:not(:has(.child-nav__desktop-dropdown)):has(.child-nav > li:nth-child(10)) .child-nav {
    grid-column: 1 / span 2 !important;
    display: block !important;
    columns: 2 260px !important;
    column-gap: 40px !important;
    width: 560px !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .main-nav__child.mega-nav--columns > .container:not(:has(.child-nav__desktop-dropdown)):has(.child-nav > li:nth-child(10)) .child-nav > li {
    break-inside: avoid !important;
    margin-bottom: 10px !important;
    width: 260px !important;
  }

  .main-nav__child.mega-nav--columns > .container:not(:has(.child-nav__desktop-dropdown)):has(.child-nav > li:nth-child(10)) .child-nav > li.xl\:hidden {
    display: none !important;
  }

  .main-nav__child.mega-nav--columns > .container:not(:has(.child-nav__desktop-dropdown)):has(.child-nav > li:nth-child(10)) .child-promos {
    grid-column: 3 !important;
    width: 100% !important;
  }
}
/* Make predictive search dropdown opaque */
.predictive-search,
.predictive-search__results,
.predictive-search__results-groups-wrapper,
.predictive-search__list,
.predictive-search-results {
  background: #ffffff;
}

/* Make sure it sits above the hero image */
.header__search,
.predictive-search {
  z-index: 50;
}

/* Optional: make the dropdown look cleaner */
.predictive-search {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 12px 12px;
}
/* Mobile submenu arrows: down when closed, up when open */
@media screen and (max-width: 1279px) {
  .child-nav__desktop-dropdown summary {
    cursor: pointer;
    list-style: none;
  }

  .child-nav__desktop-dropdown summary::-webkit-details-marker {
    display: none;
  }

  .child-nav__desktop-dropdown .child-nav__toggle-label {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    gap: 12px;
  }

  .child-nav__desktop-dropdown .child-nav__toggle-label > span:first-child {
    flex: 1 1 auto;
  }

  .child-nav__desktop-dropdown .child-nav__toggle-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    flex-shrink: 0;
  }

  .child-nav__desktop-dropdown .child-nav__toggle-icon svg,
  .child-nav__desktop-dropdown .child-nav__toggle-icon svg.icon {
    display: block !important;
    width: 14px;
    height: 14px;
    transform: rotate(0deg) !important;
    transition: transform 0.2s ease !important;
  }

  .child-nav__desktop-dropdown details[open] .child-nav__toggle-icon svg,
  .child-nav__desktop-dropdown details[open] .child-nav__toggle-icon svg.icon {
    transform: rotate(180deg) !important;
  }
}