/** Shopify CDN: Minification failed

Line 12:56 Expected identifier but found "*"
Line 33:40 Expected identifier but found "*"
Line 93:10 Expected identifier but found whitespace
Line 93:11 Unexpected "5px"
Line 187:0 Expected "}" to go with "{"

**/
.mega-menu {
  position: static;
  /* z-index: 5000; /* Ensure it's above the content */ */
}

.mega-menu:hover {
  opacity: 1;
}


.mega-menu__content {
  /* background-color: rgb(var(--color-background)); */
  transition: opacity 0.4s ease, transform 1.4s ease;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  left: 0;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 100%;
  /* opacity: 100; */
  transform: translateY(-1rem) scale(0.95);
  /* display: none; /* Default state */ */
}

.mega-menu[open] ~ .mega-menu-overlay {
  /* opacity: 1; */
  /* visibility: visible; */
}

.mega-menu[open] .mega-menu__content {
  opacity: 1;
  transform: translateY(0) scale(1);
  display: flex;
  /* transition: opacity 0.5s ease, transform 0.5s ease; */
}

/* Overlay styles */
.mega-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 4000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.mega-menu__image--link {
  display: block !important;
}


.mega-menu__image {
  /* margin-bottom: 15px; */
  text-align: center;
}

/* .mega-menu__image-container {
  display: box;
  display: flex;
  box-align: center;
  align-items: center;
  box-pack: center;
  justify-content: center;
} */

.mega-menu__image--content {
  /* max-width: 100%; */
  height: auto;
  min-width: 450px;
  /* position: relative; */
}

/* .mega-menu__image-text {
  position: absolute;
  color: white;
  background-color: rgba(0, 0, 0, 0.5); /* Optional: For better text readability */
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 2rem;
  text-align: center;
} */


.summary.list-menu__item {
  padding-right: unset;
}

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

.mega-menu__list {
  /* display: grid; */
  gap: 1.8rem 4rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
  width: 100%;
  padding: 3rem 5rem;
}

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

.mega-menu__link--level-2 {
  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; */
  font-weight: 600;
}

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

#details-HeaderMenu-1 {
  background-color: red;
    transform: translateY(20px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

#details-HeaderMenu-2 {
    transform: translateY(20px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

#details-HeaderMenu-3 {
    transform: translateY(20px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;

