/* Marsely desktop mega menu */
@media screen and (min-width:990px){
.header-wrapper{position:relative!important;overflow:visible!important}
.header{position:static!important;overflow:visible!important}
.header__inline-menu,.header__inline-menu>.list-menu--inline,.header__inline-menu>.list-menu--inline>li,.marsely-header-menu,.marsely-mega-menu{position:static!important}
.marsely-menu-item,.marsely-header-menu,.marsely-mega-menu{height:100%}
.marsely-header-menu{display:flex;align-items:stretch}
.marsely-mega-menu>summary{height:100%;position:relative!important}
.marsely-mega-menu>summary .icon-caret{display:none!important}
.marsely-mega-menu__content{position:absolute!important;left:0!important;right:0!important;top:100%!important;width:100%!important;z-index:40;padding:0!important;overflow:hidden;background:rgb(var(--color-background));border:0;border-top:1px solid rgba(var(--color-foreground),.08);border-bottom:1px solid rgba(var(--color-foreground),.08);box-shadow:0 20px 42px rgba(22,20,17,.13);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
.js .marsely-mega-menu__content{opacity:0;visibility:hidden;transform:translateY(-7px)}
.marsely-mega-menu[open] .marsely-mega-menu__content{opacity:1;visibility:visible;transform:translateY(0)}
.marsely-mega-menu__inner{display:block;min-height:0;padding-top:2.5rem;padding-bottom:2.5rem}
.marsely-mega-menu__navigation{display:block;max-width:920px;padding-left:clamp(.4rem,1vw,1.4rem)}
.marsely-mega-menu__eyebrow{margin:0 0 1.1rem;font-size:1rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:rgba(var(--color-foreground),.55)}
.marsely-mega-menu__links{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));column-gap:clamp(3rem,7vw,9rem);margin:0}
.marsely-mega-menu__links li{border-bottom:1px solid rgba(var(--color-foreground),.09)}
.marsely-mega-menu__link{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:.95rem 0;color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-size:clamp(1.45rem,1.2vw,1.85rem);line-height:1.25;text-decoration:none}
.marsely-mega-menu__arrow{opacity:0;transform:translateX(-6px);transition:.18s ease}
.marsely-mega-menu__link:hover .marsely-mega-menu__arrow,.marsely-mega-menu__link:focus-visible .marsely-mega-menu__arrow{opacity:1;transform:none}
.marsely-mega-menu__view-all{display:inline-block;margin-top:1.3rem;color:rgb(var(--color-foreground));font-size:1.1rem;font-weight:600;text-decoration:none;border-bottom:1px solid currentColor}
.marsely-mega-menu[open]>summary .icon-caret{transform:rotate(180deg)}
}
@media screen and (min-width:990px) and (max-width:1199px){
.marsely-mega-menu__inner{padding-top:2.2rem;padding-bottom:2.2rem}
.marsely-mega-menu__navigation{max-width:780px}
.marsely-mega-menu__links{grid-template-columns:repeat(2,minmax(180px,1fr));column-gap:3rem}
.marsely-mega-menu__link{font-size:1.35rem;padding:.78rem 0}
}
