/** Shopify CDN: Minification failed

Line 131:1 Unexpected "}"

**/
.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: 2.4rem;
  padding-top: 2.4rem;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
}

.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);
  transition: all .3s ease-in-out;
   padding-top: 15%;
  padding-bottom:5%;
top: 0;
  background: linear-gradient(180deg, rgba(249,183,219,1) 0%, rgba(249,165,215,1) 31%, rgba(249,148,212,1) 51%, rgba(248,132,210,1) 71%, rgba(248,128,209,1) 86%, rgba(248,121,208,1) 100%);
}




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

.mega-menu__link {
  color: #171717;
  display: block;
  font-size: .8rem;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
  padding-bottom: 30px;
  font-family:"Avenir-Black";
  letter-spacing:2px;
  padding-top: 0.6rem;
  text-decoration: none;
  transition: text-decoration var(--duration-short) ease;
  word-wrap: break-word;
}

.header--top-center .mega-menu__list>li:nth-child(1) .mega-menu__link , .header--top-center .mega-menu__list>li:nth-child(2) .mega-menu__link  {
  text-align: left;
}


.mega-menu__link--level-2 a{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3.5px;
}


.mega-menu__link--level-2:not(:only-child) {
  margin-bottom: 0.8rem;
}

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

.mega-menu__link:hover,
.mega-menu__link--active {
  text-decoration: none;
  color:#171717;
}

.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: normal;
}
summary.list-menu__item {
    padding-right: 2.9rem !important;
    padding-left: 2.9rem !important;
}

.list-menu__item:first-child {
  padding-right:2.1rem;
}

.header--top-center .mega-menu__list>li:nth-child(1) .mega-menu__link:hover, .header--top-center .mega-menu__list>li:nth-child(2) .mega-menu__link:hover {filter: drop-shadow( 0px 0px 5px #F616BE);}

@media screen and (max-width: 1024px) {
.list-menu__item:first-child
{padding-right: 0;}
}}