/** Shopify CDN: Minification failed

Line 56:0 Unexpected "}"
Line 103:26 Expected identifier but found "!"

**/
.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%;
    width: 94%;
    margin-left: 3% !important;
    margin-right: 3% !important;
    border: 1px solid #4a13135e;
    box-shadow: 0px 4px 8px 3px #44111147;
}




.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);
  Min-height:300px !important;
  padding-left: 25px;
    padding-right: 25px;
}
 

}
.mega-menu[open] .mega-menu__content {
    opacity: 1;
    transform: translateY(0);
    Min-height: 250px !important;
    background: #dfdcc4;
}

.mega-menu__list {
    display: grid !important;
    gap: 5rem 4rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
  text-align: left !important;
}
.mega-menu__link {
    color: rgb(54 41 38);
    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;
  text-transform: uppercase;
  width: 155px !important;
}


.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(58 45 43); !important;
    font-weight: 700;
    text-decoration: None;
}


.mega-menu .mega-menu__list--condensed {
  display: inline-grid;
}

.mega-menu__list--condensed .mega-menu__link {
  font-weight: normal;
}
 .tmenu_item_submenu_type_mega.tmenu_item_active .tmenu_submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    width: 80% !important;
    margin-left: 10% !important;
    margin-right: 10% !important;
   z-index: 99999 !important;
}

.tmenu_item_text {
    text-transform: inherit !important;
    color: #561616ed !important;
    font-family: arial narrow !important;
    font-weight: inherit !important;
    font-size: 13px !important;
    letter-spacing: 1.5px !important;
}

.tmenu--fullwidth {
    position: static !important;
    margin-top: 0px;
    width: max-content;
}

