/** Shopify CDN: Minification failed

Line 119:0 Expected "}" to go with "{"

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


.mega-menu__content {
  background-color: rgb(var(--color-background));
  width: 48vw;
  border-left: 0;
  border-radius: 0px 0px 5px 5px;
  border-right: 0;
  left: 40;
  overflow-y: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: absolute;
  right: auto;
  top: 100%;

  background-image: url("/cdn/shop/files/Iraaya.zip_-_10_e73d27df-7cd7-4cc2-ba55-45eb2f96a678.webp?v=1750932258");
  background-repeat: no-repeat;
  background-size: cover;         
  /* background-size: auto;   */
  background-position: center; 

}

@media screen and (max-width: 768px) {
  .mega-menu__content {
  }
}

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

.mega-menu__link {
  /* color: rgba(var(--color-foreground), 0.75); */
  color: #8E2220;
  display: block;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
  line-height: 1.2;
  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)); */
  color: #8E2220;
  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;
}

@media screen and (min-width: 990px) and (max-width: 1233px) { /* Adjust these breakpoints as per your theme */
  .mega-menu__content {
  width: 52vw;
  }


