:root{--mega-menu-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mega-menu-radius: 28px;--mega-menu-border: 1.5px solid rgba(var(--color-badge-border, var(--color-foreground)), .12);--mega-menu-shadow: 0 25px 60px -15px rgba(var(--color-shadow), .12)}.custom-mega-menu-item.has-mega-menu{position:static!important}.custom-mega-menu-wrapper{display:block}.custom-mega-menu-disclosure{position:static!important}.header__inline-menu .header__menu-item{position:relative;text-decoration:none!important}.header__inline-menu .header__menu-item>span:first-child{position:relative;display:inline-block}.header__inline-menu .header__menu-item>span:first-child:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:currentColor;transform:scaleX(0);transform-origin:right center;transition:transform .25s cubic-bezier(.16,1,.3,1)}.header__inline-menu .header__menu-item:hover>span:first-child:after,.header__inline-menu .header__menu-item:focus-visible>span:first-child:after,.header__inline-menu .header__menu-item.header__active-menu-item>span:first-child:after,.header__inline-menu .header__menu-item>span.header__active-menu-item:after,.header__inline-menu details[open]>.header__menu-item>span:first-child:after{transform:scaleX(1);transform-origin:left center}.header__inline-menu .header__menu-item:after{display:none!important}.custom-mega-menu-disclosure>summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:6px;border-radius:4px}.custom-mega-menu-disclosure>summary:focus-visible{outline:2px solid rgb(var(--color-button, var(--color-foreground)));outline-offset:3px}.custom-mega-menu-disclosure>summary::-webkit-details-marker{display:none}.custom-mega-menu-arrow{display:inline-flex;align-items:center;transition:transform .25s cubic-bezier(.16,1,.3,1)}.custom-mega-menu-disclosure[open]>summary .custom-mega-menu-arrow,.custom-mega-menu-wrapper:hover>.custom-mega-menu-disclosure>summary .custom-mega-menu-arrow,.custom-mega-menu-wrapper.is-open>.custom-mega-menu-disclosure>summary .custom-mega-menu-arrow,.custom-mega-menu-wrapper:focus-within>.custom-mega-menu-disclosure>summary .custom-mega-menu-arrow{transform:rotate(180deg)}@media screen and (min-width:990px){.custom-mega-menu-disclosure:not([open])>.custom-mega-menu{display:block!important}.custom-mega-menu{position:absolute;top:100%;left:50%;transform:translate3d(-50%,12px,0);width:calc(100% - 4rem);max-width:1140px;background:rgb(var(--color-badge-background, var(--color-secondary-button)));color:rgb(var(--color-foreground));border-radius:var(--mega-menu-radius);box-shadow:0 25px 60px -12px rgba(var(--color-shadow),.12),0 0 0 1px rgba(var(--color-foreground),.04);border:var(--mega-menu-border);padding:38px 44px;z-index:100;opacity:0;visibility:hidden;pointer-events:none;will-change:transform,opacity;transition:opacity .16s ease-out,transform .16s ease-out,visibility .16s;font-family:var(--mega-menu-font-family);box-sizing:border-box;backface-visibility:hidden}.custom-mega-menu:before{content:"";position:absolute;top:-8px;left:var(--arrow-left, 50%);transform:translate(-50%) rotate(45deg);width:15px;height:15px;background:rgb(var(--color-badge-background, var(--color-secondary-button)));border-left:var(--mega-menu-border);border-top:var(--mega-menu-border);border-top-left-radius:3px;transition:left .12s ease,opacity .16s ease}.custom-mega-menu-disclosure[open]>.custom-mega-menu,.custom-mega-menu-wrapper:hover .custom-mega-menu,.custom-mega-menu-wrapper.is-open .custom-mega-menu,.custom-mega-menu-wrapper:focus-within .custom-mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(-50%,0,0);transition:opacity .32s cubic-bezier(.16,1,.3,1),transform .32s cubic-bezier(.16,1,.3,1),visibility 0s linear}.custom-mega-menu__inner{display:flex;gap:48px;align-items:stretch}.custom-mega-menu__left{flex:1;display:flex;flex-direction:column;justify-content:space-between}.custom-mega-menu__right{width:380px;flex-shrink:0}}.custom-mega-menu__nav-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px 36px;align-items:start}.custom-mega-menu__nav-item{position:relative}.custom-mega-menu__card-link{display:flex;align-items:center;gap:18px;text-decoration:none;padding:4px 6px;border-radius:14px;transition:transform .2s ease}.custom-mega-menu__card-link:hover{transform:translate(3px)}.custom-mega-menu__icon-badge{width:54px;height:54px;flex-shrink:0;background:rgba(var(--color-foreground),.05);border:1px solid rgba(var(--color-badge-border),.12);border-radius:14px;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:background-color .2s ease,transform .2s ease}.custom-mega-menu__card-link:hover .custom-mega-menu__icon-badge{background-color:rgba(var(--color-foreground),.1);transform:scale(1.04)}.custom-mega-menu__icon-img{width:32px;height:32px;object-fit:contain}.custom-mega-menu__icon-svg{display:flex;align-items:center;justify-content:center;width:30px;height:30px}.custom-mega-menu__icon-fallback{color:rgb(var(--color-badge-foreground));display:flex;align-items:center;justify-content:center}.custom-mega-menu__item-content{flex:1;display:flex;flex-direction:column}.custom-mega-menu__item-title{font-size:16px;font-weight:700;color:rgb(var(--color-foreground));line-height:1.35;letter-spacing:-.01em;transition:color .2s ease}.custom-mega-menu__card-link:hover .custom-mega-menu__item-title{color:rgb(var(--color-link))}.custom-mega-menu__item-desc{margin:3px 0 0;font-size:13px;font-weight:400;color:var(--highlight_text, rgba(var(--color-foreground), .75));line-height:1.4}.custom-mega-menu__subnav{margin-top:8px;padding-left:72px}.custom-mega-menu__sublist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.custom-mega-menu__sublink{display:inline-flex;align-items:center;gap:6px;text-decoration:none;font-size:13px;font-weight:500;color:rgba(var(--color-foreground),.8);transition:color .15s ease}.custom-mega-menu__sublink:hover{color:rgb(var(--color-link))}.custom-mega-menu__bottom-cta{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-top:36px}.custom-mega-menu__bottom-text{font-size:14px;font-weight:500;color:var(--highlight_text, rgba(var(--color-foreground), .75))}.custom-mega-menu__bottom-btn{display:inline-flex;align-items:center;justify-content:center;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:14px;font-weight:700;padding:12px 26px;border-radius:8px;text-decoration:none;transition:opacity .2s ease,transform .15s ease}.custom-mega-menu__bottom-btn:hover{opacity:.9;transform:translateY(-1px)}.custom-mega-menu__featured-card{background:var(--color-bg);border-radius:24px;padding:28px;display:flex;flex-direction:column;height:100%;box-sizing:border-box;border:1px solid rgba(var(--color-badge-border, var(--color-foreground)),.12)}.custom-mega-menu__featured-heading{font-size:18px;font-weight:800;color:rgba(var(--color-foreground));margin:0 0 18px}.custom-mega-menu__featured-image-wrapper{border-radius:16px;overflow:hidden;box-shadow:0 6px 20px rgba(var(--color-shadow),.08);background:rgb(var(--color-badge-background, var(--color-secondary-button)))}.custom-mega-menu__featured-image{width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;display:block;transition:transform .35s ease}.custom-mega-menu__featured-card:hover .custom-mega-menu__featured-image{transform:scale(1.03)}.custom-mega-menu__image-placeholder{width:100%;aspect-ratio:16 / 10;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-background-contrast),.5)}.custom-mega-menu__featured-content{display:flex;flex-direction:column;flex:1}.custom-mega-menu__featured-title{font-size:14px;font-weight:700;color:rgb(var(--color-foreground));margin:16px 0 6px;line-height:1.35}.custom-mega-menu__featured-desc{font-size:12px;font-weight:400;color:var(--highlight_text, rgba(var(--color-foreground), .75));line-height:1.45;margin:0 0 20px}.custom-mega-menu__featured-btn{display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;background:rgb(var(--color-button));color:rgb(var(--color-button-text));padding:10px 22px;border-radius:8px;text-decoration:none;max-width:max-content;transition:opacity .2s ease,transform .15s ease}.custom-mega-menu__featured-btn:hover{opacity:.9;transform:translateY(-1px)}.custom-mega-menu__empty{padding:24px;text-align:center;color:rgba(var(--color-foreground),.5);font-size:14px}@media screen and (max-width:989px){.custom-mega-menu{position:static;transform:none;width:100%;box-shadow:none;border:none;padding:16px 0;opacity:1;visibility:visible;display:none}.custom-mega-menu-disclosure[open] .custom-mega-menu{display:block}.custom-mega-menu__inner{display:flex;flex-direction:column;gap:24px}.custom-mega-menu__nav-grid{grid-template-columns:1fr;gap:14px}.custom-mega-menu__right{width:100%}.custom-mega-menu__bottom-cta{margin-top:20px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/mega-menu.css.map */
