/** Shopify CDN: Minification failed

Line 197:0 Unexpected "}"

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

.mega-menu__content {
  background-color: transparent;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  left: 0;
  overflow-y: auto;
  padding-top: 48px;
  position: absolute;
  z-index: 1;
  right: 0;
  /*top: 60%;*/
  box-shadow: none;
  border: 0;
}

.mega-menu__content .mega-menu__content_wrap {
  background-color: rgb(var(--color-background));
  padding: 20px 80px 60px;
  border-top: solid 1px #e6e6de;
  display: flex;
  flex-wrap: wrap;
}

.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: 1.8rem 4rem;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  list-style: none;
  padding: 0;
}

.mega-menu__content_wrap .first-menu-product-img {
  display: inline-flex;
  flex:0 0 100%;
  max-width: 100%;
}

.first-menu-product-img .img,
.mega-menu__content_wrap .first-menu-product-img .img {
    padding: 27px 0;
    max-width: 255px;
    margin: 0 80px 0 0;
    text-align: center;
}
.first-menu-product-img .img a span,
.mega-menu__content_wrap .first-menu-product-img .img a span {
    display: block;
    padding: 10px;
    font-size: 18px;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-family: 'Playfair Display';
}

.mega-menu__content_wrap .second-menu-product-img {
    max-width: 50%;
    flex: 0 0 50%;
    justify-content: flex-end;
    display: inline-flex;
}

.second-menu-product-img .img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #f4f4f2;
    max-width: 510px;
}

.second-menu-product-img .img .bundle-img-nav {
    margin: 70px 0 0;
    max-width: 100%;
    width: 100%;
}

.second-menu-product-img .img .bundle-img-nav img {
    max-width: 360px;
    margin: 0 auto;
    display: block;
    padding: 0 0 6px;
    max-height: 370px;
}

.second-menu-product-img .cs-link {
    font-family: "Playfair Display";
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.33;
    letter-spacing: -.54px;
    color: #000;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.second-menu-product-img .cs-link img {
    margin-left: 10px;
}

.mega-menu__link {
  color: rgba(var(--color-foreground), 0.75);
  display: block;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  text-decoration: none;
  transition: text-decoration var(--duration-short) ease;
  word-wrap: break-word;
}

.mega-menu__link--level-2 {
    font-family: Playfair Display;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.33;
    letter-spacing: -.54px;
    color: #000;
    padding: 0;
}

.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: none;
}

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

.mega-menu .mega-menu__list--condensed {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
  margin:0; 
}

.mega-menu__list--condensed .mega-menu__link {
    font-weight: normal;
    font-family: AktivGrotesk,sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: normal;
    color: #000;
    border: none;
    padding: 0;
}
}

