/** Shopify CDN: Minification failed

Line 115:33 Unexpected "2"
Line 118:33 Unexpected "3"

**/
.mega-menu {
  position: static;
}

.mega-menu__content {
  background-color: rgb(var(--color-background));
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  left: 0;
  overflow-y: auto;
  padding-bottom: 3rem; /* Def. 2.4 */
  padding-top: 3.4rem; /* Def. 2.4 */
  position: absolute;
  right: 0;
  top: 100%;
}

.shopify-section-header-sticky .mega-menu__content {
  max-height: calc(100vh - var(--header-bottom-position-desktop, 20rem) - 4rem);
}

.header-wrapper--border-bottom .mega-menu__content {
  border-top: 0;
}

.js .mega-menu__content {
  opacity: 0;
  transform: translateY(-1.5rem);
}

.mega-menu[open] .mega-menu__content {
  opacity: 1;
  transform: translateY(0);
}

.mega-menu__list {
  display: grid;
  gap: 2.4rem 4rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
}

.mega-menu__link {
  color: rgb(var(--color-foreground));
  display: block;
  font-weight: 500;
  /*font-size: 1.5rem;*/
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  /*padding-bottom: 0.6rem;
  padding-top: 0.6rem;*/
  text-decoration: none;
  text-transform: uppercase;
  transition: text-decoration var(--duration-short) ease;
  word-wrap: break-word;
}

.mega-menu__link--level-2:not(:only-child) {
  margin-bottom: 0.8rem;
  font-weight: 500;
  text-decoration: none !important;
}

.header--top-center .mega-menu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0;
}

.header--top-center .mega-menu__list > li {
  width: 16%;
  padding-right: 2.4rem;
}

.mega-menu__link:hover,
.mega-menu__link--active {
  color: rgb(var(--color-foreground));
  text-decoration: underline;
}

.mega-menu__link--active:hover {
  text-decoration-thickness: 0.2rem;
}

.mega-menu .mega-menu__list--condensed {
  display: block;
}

.mega-menu__list--condensed .mega-menu__link {
  font-weight: 500;
}

.mega-menu__with-highlights {
  display: grid;
  grid-template-columns: 3fr max-content; /* 3 2 */
  gap: 2.4rem;
}

.mega-menu__with-highlights .mega-menu__list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mega-menu__highlights {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.6rem;
}
.mega-menu__highlights[data-size=2] {
  grid-template-columns: repeat(2, 1fr);
}
.mega-menu__highlights[data-size=3] {
  grid-template-columns: repeat(3, 1fr);
}

.mega-menu__highlight-item a {
  color: rgb(var(--color-foreground));
  text-decoration: none;
  /*font-size: 1.4rem;*/
  font-weight: 500;
  text-transform: uppercase;
}

.mega-menu__highlight-item img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-block-end: 1rem;
}

.mega-menu__highlight-item a > span {
  margin-bottom: 1.5rem;
  display: inline-block;
}

.mega-menu__list {
  max-height: 340px;
  max-width: 33vw;
  display: flex!important;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
}

.mega-menu__list > li {
  margin-right: 4rem;
}

.mega-menu__list > li > span {
  color: #a6a6a6;
  text-decoration: none!important;
}
.mega-menu__list > li > span:hover {
  color: #a6a6a6;
  text-decoration: none!important;
}
.mega-menu__list > li:not(:first-child) > span {
  margin-top: 25px;
}