/** Shopify CDN: Minification failed

Line 67:0 Unexpected "}"
Line 142:0 Unexpected "}"
Line 199:0 Unexpected "}"
Line 222:0 Unexpected "}"
Line 236:0 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: 3rem;
  padding-top: 3rem;
  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: 1.8rem 4rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
}

.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__list > li > a {
    font-weight: bold;
}

}

.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: normal;
}
.mega-menu__content {
  left: 0 !important;
  transform: translateX(0) !important;
  margin-left: 72px !important;
}
/* Alleen 'Kleding' dikgedrukt */
.mega-menu__content > ul:first-of-type > li:first-child > a {
  font-weight: 700 !important;
}

/* Alleen 'Tops' dikgedrukt */
.mega-menu__content > ul:nth-of-type(2) > li:first-child > a {
  font-weight: 700 !important;
}
.mega-menu__content a[href*="tops"] {
  font-weight: 700 !important;
}
/* Alleen de eerste link in het 'Tops'-menu bold */
.mega-menu li:has(> a[href="/collections/tops"]) > a {
  font-weight: bold !important;
}

/* Alle sublinks zoals 'Alle tops' weer normaal */
.mega-menu li:has(> a[href="/collections/tops"]) ul li a {
  font-weight: normal !important;
}
/* Verberg standaard de inhoud */
.mega-menu__content {
  display: none !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.mega-menu:hover,
.mega-menu:hover .mega-menu__content,
.mega-menu__content:hover {
  display: block !important;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

}

}

}

/* Verberg de standaard driehoek van summary */
.mega-menu > summary {
  list-style: none;
}

.mega-menu > summary::-webkit-details-marker {
  display: none;
}
.mega-menu {
  position: relative;
}
/* Zet kolommen weer netjes naast elkaar */

.mega-menu {
  position: relative;
}
.mega-menu__content {
    display: flex;
    gap: 40px;
    padding: 20px 20px 20px 0;
    background: white;
    position: absolute;
    top: 150%;
    left: -100px !important; /* dwingt deze regel af */
    transform: translateX(0) !important; /* geen verschuiving */
    min-width: max-content;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
/* Zorg dat menu lager komt */
.mega-menu__content {
  top: 190%; /* lager zodat het logo zichtbaar blijft */
}

/* Houd het menu open als je met je muis beweegt */
.mega-menu:hover .mega-menu__content,
.mega-menu__content:hover {
  display: flex; /* menu blijft zichtbaar */
}

/* Onzichtbare hoverzone zodat het menu niet sluit */
.mega-menu::after {
  content: "";
  position: absolute;
  top: 150%;
  left: 0;
  width: 100%;
  height: 40px; /* bufferzone tussen knop en menu */
  background: transparent;
}

}

}

}


}

}
/* Maak mega menu full-width */
.mega-menu {
  position: static; /* voorkomt dat het vastzit binnen een container */
}



/* Zorg dat de inhoud binnen het menu gecentreerd blijft */
.mega-menu__content .container {
  max-width: 1200px; /* of wat jouw standaard breedte is */
  margin: 0 auto;
}

}

}
/* Mega menu volledige breedte en links uitlijnen */
.mega-menu {
  position: static !important;
}


.header__menu-item {
  position: relative;
}


}


}
/* Zorg dat mega-menu standaard verborgen is */
.mega-menu__content {
  display: none !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  box-sizing: border-box;
  padding: 20px 5%;
  
}

/* Alleen het juiste menu-item krijgt een hover-gebied */
.header__inline-menu > li.has-mega-menu {
  position: relative;
}

.header__inline-menu > li.has-mega-menu::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 200px;   /* breedte onder menu-item */
  height: 100px;  /* hoogte zodat je naar beneden kunt */
  transform: translateX(-50%);
}

/* Toon alleen het mega-menu voor het item waar je overheen hovert */
.header__inline-menu > li.has-mega-menu:hover > .mega-menu__content {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

