custom-mega-menu{display:contents}custom-mega-menu>details{position:static}.custom-mega-menu__trigger{position:relative;z-index:2}.custom-mega-menu__link-title{text-decoration:none;color:inherit}.custom-mega-menu__link-title:hover{text-decoration:underline;text-underline-offset:.3rem}.custom-mega-menu__content{position:absolute;top:100%;left:0;right:0;width:100vw;margin-left:calc(-50vw + 50%);z-index:100;background:rgb(var(--color-background));padding:2.5rem 0;opacity:0;visibility:hidden;transform:translateY(-20px);pointer-events:none}@keyframes megaMenuSlideIn{0%{opacity:0;transform:translateY(-20px);visibility:visible}to{opacity:1;transform:translateY(0);visibility:visible}}@keyframes megaMenuSlideOut{0%{opacity:1;transform:translateY(0);visibility:visible}to{opacity:0;transform:translateY(-20px);visibility:hidden}}custom-mega-menu>details[open]>.custom-mega-menu__content{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;animation:megaMenuSlideIn .25s ease-out forwards}custom-mega-menu>details.is-closing>.custom-mega-menu__content{animation:megaMenuSlideOut .2s ease-in forwards;pointer-events:none}.custom-mega-menu__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;z-index:-1;pointer-events:auto;opacity:0;transition:opacity .25s ease}custom-mega-menu>details[open] .custom-mega-menu__overlay{opacity:1}custom-mega-menu>details.is-closing .custom-mega-menu__overlay{opacity:0}.custom-mega-menu__container{position:relative;width:100%;max-width:none;margin:0 auto;padding:0 5rem}.custom-mega-menu__desktop{display:block}.custom-mega-menu__inner{display:flex;gap:4rem;align-items:flex-start}.custom-mega-menu__left{flex:0 0 50%;max-width:50%}.custom-mega-menu__right{flex:0 0 50%;max-width:50%;padding-left:2rem}.custom-mega-menu__products-grid{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:2rem;align-items:stretch}.custom-mega-menu__product{display:flex;flex-direction:column}.custom-mega-menu__product .card-wrapper,.custom-mega-menu__product .card{height:100%}.custom-mega-menu__product .card__media,.custom-mega-menu__product .card .media{max-height:none!important;overflow:visible}.custom-mega-menu__product .card .media img{width:100%;height:auto;object-fit:contain}.custom-mega-menu__product .media--hover-effect>img:first-child{transition:none!important;transform:none!important}.custom-mega-menu__product .card:hover .media--hover-effect>img:first-child{transform:none!important}.custom-mega-menu__product .card__heading{font-size:1.3rem;line-height:1.4;margin-top:1rem}.custom-mega-menu__product .price{font-size:1.2rem}.custom-mega-menu__product .quick-add,.custom-mega-menu__product .card__badge{display:none!important}.custom-mega-menu__placeholder-card{background-color:rgba(var(--color-foreground),.04);border-radius:var(--media-radius, 0);padding:1.5rem;height:100%;min-height:280px;display:flex;flex-direction:column;justify-content:center;align-items:center}.custom-mega-menu__placeholder-image{flex:1;width:100%;background-color:rgba(var(--color-foreground),.08);border-radius:var(--media-radius, 0);min-height:180px}.custom-mega-menu__placeholder-text{margin:1rem 0 0;text-align:center;color:rgba(var(--color-foreground),.5);font-size:1.2rem}.custom-mega-menu__collection{display:flex;flex-direction:column;height:100%}.custom-mega-menu__collection-card{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;border-radius:var(--media-radius, 0);overflow:hidden;position:relative;background:#000;min-height:320px}.custom-mega-menu__collection-card:hover .custom-mega-menu__collection-image{transform:scale(1.05)}.custom-mega-menu__collection-header{position:absolute;top:0;left:0;right:0;padding:1.2rem 1.5rem;background:transparent;z-index:2}.custom-mega-menu__collection-title{display:block;margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:1.5rem;font-weight:var(--font-heading-weight, 600);color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.custom-mega-menu__collection-image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.custom-mega-menu__collection-image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.custom-mega-menu__collection-placeholder{width:100%;height:100%;object-fit:cover}.custom-mega-menu__collection-cta{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:2;padding:1rem 2rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));text-transform:uppercase;letter-spacing:.1em;font-size:1.2rem;font-weight:500;text-decoration:none;white-space:nowrap}.custom-mega-menu__categories{display:flex;gap:4rem;padding-top:0}.custom-mega-menu__category{flex:1;min-width:0}.custom-mega-menu__category-title{display:block;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:.12em;font-weight:var(--font-heading-weight, 600);border-bottom:1px solid rgba(var(--color-foreground),.2);padding-bottom:1rem;font-size:1.5rem;color:rgb(var(--color-foreground))}.custom-mega-menu__category-links{display:flex;flex-direction:column;gap:.8rem;margin:0;padding:0;list-style:none}.custom-mega-menu__link{display:block;padding:.4rem 0;text-decoration:none;color:rgba(var(--color-foreground),.8);transition:color .2s ease,padding-left .2s ease;font-size:1.5rem;line-height:1.5}.custom-mega-menu__link:hover{color:rgb(var(--color-foreground));padding-left:.5rem}.custom-mega-menu__mobile{padding:1.5rem 0}.custom-mega-menu__nav{display:flex;flex-direction:column;gap:2rem;list-style:none;margin:0;padding:0}.custom-mega-menu__nav-group{display:flex;flex-direction:column;gap:1rem}.custom-mega-menu__nav-heading{margin:0;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid rgba(var(--color-foreground),.15);padding-bottom:1rem;text-decoration:none;color:inherit;font-size:1.4rem;font-weight:var(--font-heading-weight, 600)}a.custom-mega-menu__nav-heading:hover{text-decoration:underline;text-underline-offset:.3rem}.custom-mega-menu__nav-links{display:flex;flex-direction:column;gap:.6rem;padding-left:0;margin:0;list-style:none}.custom-mega-menu__nav-link{display:block;padding:.5rem 0;text-decoration:none;font-size:1.4rem;color:rgba(var(--color-foreground),.75)}.custom-mega-menu__nav-link:hover{text-decoration:underline;text-underline-offset:.3rem;color:rgb(var(--color-foreground))}.custom-mega-menu__mobile-products{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}.custom-mega-menu__mobile-products .custom-mega-menu__collection,.custom-mega-menu__mobile-products .custom-mega-menu__product{height:100%}.custom-mega-menu__mobile-products .custom-mega-menu__collection-card{min-height:280px;height:100%}.custom-mega-menu__mobile-products .custom-mega-menu__product .card-wrapper,.custom-mega-menu__mobile-products .custom-mega-menu__product .card{height:100%}@media screen and (max-width: 989px){.custom-mega-menu__content{position:fixed;top:var(--header-height, 100px);left:0;right:0;bottom:0;width:100%;margin-left:0;overflow-y:auto;padding:2rem;background:rgb(var(--color-background));z-index:200;transform:translate(100%);opacity:1;visibility:hidden}@keyframes megaMenuSlideInMobile{0%{transform:translate(100%);visibility:visible}to{transform:translate(0);visibility:visible}}@keyframes megaMenuSlideOutMobile{0%{transform:translate(0);visibility:visible}to{transform:translate(100%);visibility:hidden}}custom-mega-menu>details[open]>.custom-mega-menu__content{transform:translate(0);visibility:visible;animation:megaMenuSlideInMobile .3s ease-out forwards}custom-mega-menu>details.is-closing>.custom-mega-menu__content{animation:megaMenuSlideOutMobile .25s ease-in forwards}.custom-mega-menu__overlay{display:none}.custom-mega-menu__container{padding:0}.custom-mega-menu__close-btn{position:absolute;top:1rem;right:1rem;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;font-size:2.4rem;cursor:pointer;color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.05);border:none;border-radius:50%;z-index:10}.custom-mega-menu__close-btn:hover{background:rgba(var(--color-foreground),.1)}}@media screen and (min-width: 990px) and (max-width: 1199px){.custom-mega-menu__container{padding:0 3rem}.custom-mega-menu__products-grid{gap:1.5rem}.custom-mega-menu__categories{gap:2.5rem}.custom-mega-menu__inner{gap:3rem}.custom-mega-menu__category-title,.custom-mega-menu__link,.custom-mega-menu__collection-title{font-size:1.3rem}}@media screen and (min-width: 1200px){.custom-mega-menu__container{padding:0 5rem}.custom-mega-menu__products-grid{gap:2.5rem}.custom-mega-menu__collection-card{min-height:360px}}@media screen and (min-width: 990px){.custom-mega-menu__close-btn,.custom-mega-menu__mobile-products{display:none}}@media screen and (max-width: 989px){.custom-mega-menu__mobile-products{display:grid}}.custom-mega-menu-mobile{padding:0;display:flex;flex-direction:column;min-height:100%}.custom-mega-menu-mobile__header.menu-drawer__title-and-close-btn{--btn-size: var(--drawer-header-btn-size, 3rem);--btn-offset: var(--drawer-header-btn-offset, 1rem);--x-scale: var(--drawer-header-x-scale, .65);--x-stroke: var(--drawer-header-x-stroke, 1.5px);display:flex;align-items:center;min-height:var(--drawer-header-min-height, 6.6rem);padding:var(--drawer-header-padding-y, 1rem) var(--drawer-header-padding-x, 2rem);border-bottom:1px solid rgba(var(--color-foreground),var(--drawer-header-separator-opacity, .1));position:relative;background:rgb(var(--color-background));z-index:10}.custom-mega-menu-mobile__back-btn{position:absolute;top:50%;left:var(--btn-offset);transform:translateY(-50%);width:var(--btn-size);height:var(--btn-size);display:flex;align-items:center;justify-content:center;padding:0;background:rgba(var(--color-foreground),var(--drawer-header-close-btn-bg-opacity, .05));border:none;border-radius:var(--drawer-header-close-btn-radius, 15%);cursor:pointer;color:rgb(var(--color-foreground))}.custom-mega-menu-mobile__back-btn .back-arrow-svg{width:calc(var(--btn-size) * var(--x-scale));height:calc(var(--btn-size) * var(--x-scale));display:block;color:currentColor}.custom-mega-menu-mobile__back-btn .back-arrow-svg polyline{stroke:currentColor;stroke-width:var(--x-stroke);stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.custom-mega-menu-mobile__header .menu-drawer__close-btn{position:absolute;top:50%;right:var(--btn-offset);transform:translateY(-50%);width:var(--btn-size);height:var(--btn-size);display:flex;align-items:center;justify-content:center;padding:0;background:rgba(var(--color-foreground),var(--drawer-header-close-btn-bg-opacity, .05));border:none;border-radius:var(--drawer-header-close-btn-radius, 15%);cursor:pointer;color:rgb(var(--color-foreground))}.custom-mega-menu-mobile__header .menu-drawer__close-btn .x-svg{width:calc(var(--btn-size) * var(--x-scale));height:calc(var(--btn-size) * var(--x-scale));display:block;color:currentColor}.custom-mega-menu-mobile__header .menu-drawer__close-btn .x-svg line{stroke:currentColor;stroke-width:var(--x-stroke);stroke-linecap:round;vector-effect:non-scaling-stroke}.custom-mega-menu-mobile__categories-wrapper{flex:1;padding:2rem 1.5rem 0}@keyframes megaMenuFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.custom-mega-menu-mobile.is-animating .custom-mega-menu-mobile__category{animation:megaMenuFadeIn .35s ease-out forwards}.custom-mega-menu-mobile.is-animating .custom-mega-menu-mobile__category:nth-child(1){animation-delay:.1s}.custom-mega-menu-mobile.is-animating .custom-mega-menu-mobile__category:nth-child(2){animation-delay:.2s}.custom-mega-menu-mobile.is-animating .custom-mega-menu-mobile__products-slider{animation:megaMenuFadeIn .35s ease-out forwards;animation-delay:.25s}.custom-mega-menu-mobile__category{margin-bottom:2rem;opacity:0}.custom-mega-menu-mobile__links{margin:0;padding:0;list-style:none}.custom-mega-menu-mobile__links li{margin:0}.custom-mega-menu-mobile__category-title{display:block;text-transform:uppercase;letter-spacing:.1em;font-weight:var(--font-heading-weight, 600);font-size:1.2rem;padding-bottom:1rem;margin-bottom:.5rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.custom-mega-menu-mobile__links .menu-drawer__menu-item{padding-left:0;padding-right:0;padding-top:var(--mega-menu-mobile-link-spacing, .8rem);padding-bottom:var(--mega-menu-mobile-link-spacing, .8rem);font-size:var(--mega-menu-mobile-link-font-size, 1.4rem)}.custom-mega-menu-mobile__products{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(var(--color-foreground),.1)}.custom-mega-menu-mobile__collection,.custom-mega-menu-mobile__product{min-height:0}.custom-mega-menu-mobile__collection-card{display:flex;flex-direction:column;height:100%;min-height:250px;text-decoration:none;color:inherit;border-radius:var(--media-radius, 0);overflow:hidden;position:relative;background:#000}.custom-mega-menu-mobile__collection-header{position:absolute;top:0;left:0;right:0;padding:1rem;z-index:2}.custom-mega-menu-mobile__collection-title{display:block;text-transform:uppercase;letter-spacing:.05em;font-size:1.2rem;font-weight:var(--font-heading-weight, 600);color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.4)}.custom-mega-menu-mobile__collection-image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.custom-mega-menu-mobile__collection-image,.custom-mega-menu-mobile__collection-placeholder{width:100%;height:100%;object-fit:cover}.custom-mega-menu-mobile__collection-cta{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);z-index:2;padding:.8rem 1.2rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));text-transform:uppercase;letter-spacing:.08em;font-size:1rem;font-weight:500;text-decoration:none;white-space:nowrap}.custom-mega-menu-mobile__product .card-wrapper,.custom-mega-menu-mobile__product .card{height:100%}.custom-mega-menu-mobile__product .card__media,.custom-mega-menu-mobile__product .card .media{max-height:none!important}.custom-mega-menu-mobile__product .card .media img{width:100%;height:auto;object-fit:contain}.custom-mega-menu-mobile__product .card__heading{font-size:1.1rem;line-height:1.3}.custom-mega-menu-mobile__product .price{font-size:1.1rem}.custom-mega-menu-mobile__product .quick-add,.custom-mega-menu-mobile__product .card__badge{display:none!important}.custom-mega-menu-mobile__products-slider{margin-top:auto;padding-top:2rem;border-top:1px solid rgba(var(--color-foreground),.1);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;opacity:0}.custom-mega-menu-mobile__products-slider::-webkit-scrollbar{display:none}.custom-mega-menu-mobile__products-track{display:flex;gap:1rem;padding-left:1.5rem;padding-bottom:calc(10rem + env(safe-area-inset-bottom,0px))}.custom-mega-menu-mobile__products-track:after{content:"";flex-shrink:0;width:1.5rem}.custom-mega-menu-mobile__product-slide{flex:0 0 calc((100% - 2rem)*.4);min-width:calc((100% - 2rem)*.4);background:var(--mega-menu-mobile-card-background, transparent);border-radius:var(--mega-menu-mobile-card-border-radius, 0);padding:var(--mega-menu-mobile-card-padding, 0);border:var(--mega-menu-mobile-card-border, none)}.mega-menu-mobile-product-card{display:flex;flex-direction:column;gap:.8rem;text-decoration:none;color:inherit;height:100%}.mega-menu-mobile-product-card__image{width:100%;aspect-ratio:1;border-radius:var(--media-radius, .6rem);overflow:hidden;background:rgba(var(--color-foreground),.04)}.mega-menu-mobile-product-card__image img,.mega-menu-mobile-product-card__placeholder{width:100%;height:100%;object-fit:cover}.mega-menu-mobile-product-card__info{display:flex;flex-direction:column;gap:.2rem}.mega-menu-mobile-product-card__title{font-size:1.2rem;font-weight:var(--font-heading-weight, 600);line-height:1.3;color:rgb(var(--color-foreground));display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.mega-menu-mobile-product-card__subtitle{font-size:1rem;line-height:1.3;color:rgba(var(--color-foreground),.65);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.mega-menu-mobile-product-card__price{font-size:1.1rem;font-weight:500;margin-top:.2rem;display:flex;align-items:center;gap:.5rem}.mega-menu-mobile-product-card__price--sale{color:rgb(var(--color-foreground))}.mega-menu-mobile-product-card__price--compare{font-size:1rem;font-weight:400;color:rgba(var(--color-foreground),.5)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom-mega-menu.css.map */
