/** Shopify CDN: Minification failed

Line 263:2 Expected "}" to go with "{"

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

.mega-menu__content {
  background-color: transparent;
  border: none !important;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  width: 100%;
  z-index: 999;
  overflow-y: auto;
  grid-row: 4;
  height: fit-content;
}

@media (max-width: 989px) {
  .mega-menu__content {
    border: none !important;
    position: static;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    overflow-y: auto;
    grid-row: 4;
    padding-top: 2rem;
    height: 470px;
  }
}

.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);
}

@media (min-width: 990px) { 
  .mega-menu__list { 
    display: grid; 
    gap: 0; 
    grid-template-columns: 0.8fr 0.95fr 0.95fr 0.95fr 0.95fr 0.2fr; 
    list-style: none; 
    width: 100%;
    padding: 0;
    min-height: 421px;
  }

    .mega-menu__list li:first-child { 
      grid-column: 2; 
    }
  }

@media (max-width: 989px) {
.mega-menu__list {
  display: grid;
  gap: 2.4rem 4rem;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  list-style: none;
  width: 100%;
}
}

.mega-menu__link {
  color: #fff;
  display: block;
  font-size: 1.3rem;
  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;
  margin-bottom: 0.4rem;
  padding-left: 0px;
}

.mega-menu__link--level-2 {
  font-size: 1.3rem;
  cursor: default;
  
}

.mega-menu__link--level-2:not(:only-child) {
  margin-bottom: 2rem;
  padding-left: 0px;
}

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

.mega-menu__link--active:hover {
  font-weight: 700;
}


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

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

MegaMenu-Content-1 {
  padding-left: 50px;
}

.mega-menu__list > li:nth-child(4) {
  margin-left: 0rem; /* Adjust as needed */
}

.mega-menu__list ul {
  padding-left: 1.5rem; /* or whatever spacing you want */
}

.mega-menu__list li:first-child ul li:nth-child(n+4):nth-child(-n+11) {
  padding-left: 1.5rem;
}

.mega-menu__list li:first-child ul li:nth-child(4) {
  padding-top: 1rem;
}

.mega-menu__link.toggle-submenu {
  font-weight: normal !important;
}

.mega-menu__link.toggle-submenu:hover {
  font-weight: 700;
}

.mega-menu__link.toggle-submenu.active {
  font-weight: 700 !important;
}

.mega-menu__list li:nth-of-type(3) ul li:nth-child(5) {
  padding-top: 1rem; /* Or whatever value you need */
 
}

.mega-menu__list li:nth-of-type(3) ul li:nth-child(5) a {
  pointer-events: none;
  cursor: default;
  color: inherit; /* optional: makes it look like regular text */
  text-decoration: none;
  font-weight: normal; /* optional: override hover bold */
}
.mega-menu__list li:nth-of-type(3) ul li:nth-child(6) {
  padding-top: 1rem; /* Or whatever value you need */
}

.mega-menu__list li:nth-of-type(3) ul li:nth-child(1) a {
  pointer-events: none;
  cursor: default;
  color: inherit; /* optional: makes it look like regular text */
  text-decoration: none;
  font-weight: normal; /* optional: override hover bold */
}
.mega-menu__list li:nth-of-type(3) ul li:nth-child(2) {
  padding-top: 1rem; /* Or whatever value you need */
}

.mega-menu__list li:nth-of-type(3) ul li:nth-child(n+2):nth-child(-n+4) {
  padding-left: 1.5rem;
}

.mega-menu__list li:nth-of-type(3) ul li:nth-child(n+6):nth-child(-n+7) {
  padding-left: 1.5rem;
}

.mega-menu__list li:nth-of-type(2) ul li:nth-child(n+5):nth-child(-n+7) {
  padding-left: 1.5rem;
}

.mega-menu__list li:nth-of-type(2) ul li:nth-child(n+9) {
  padding-left: 1.5rem;
}

.mega-menu__list li:nth-of-type(2) ul li:nth-child(5) {
  padding-top: 1rem;
}

.mega-menu__list li:nth-of-type(2) ul li:nth-child(8) {
  padding-top: 1rem;
}

.mega-menu__list li:nth-of-type(2) ul li:nth-child(9) {
  padding-top: 1rem;
}

/* When mega menu opens, bold the first heading */
.mega-menu[open] .mega-menu__list > li:first-child .mega-menu__link--level-2 {
  font-weight: 700 !important;
}

/* When a different heading is active, unbold the first */
.mega-menu[open] .mega-menu__list > li.active .mega-menu__link--level-2 {
  font-weight: 700 !important;
}

.mega-menu[open] .mega-menu__list > li:not(.active) .mega-menu__link--level-2 {
  font-weight: normal !important;
}


@media (max-width: 989px) {
  /* BREAK SUBMENU OUT OF CONTAINER */
  .parent-link.active .list-unstyled {
    position: fixed !important;
    left: 0 !important;
    
    width: 85% !important;
    max-width: 300px !important;
    z-index: 1000 !important;
    margin: 0 !important;
    padding: 15px !important;
    padding-top: 10px !important;
    /* Nuclear option to escape containers */
    transform: none !important;
    contain: none !important;
    overflow: visible !important;
  }




  