.mega-menu-new-nav{background:#f8f8f8;padding:1rem;position:relative;z-index:3;border-bottom:1px solid #E3E3E3;width:100%}.mega-menu-new-container{width:100%;padding:0 2rem}.mega-menu-new-list{list-style:none;display:flex;justify-content:space-between;gap:2rem;margin:0;padding:0;align-items:center}.mega-menu-new-link{color:#535353;text-decoration:none;text-transform:uppercase;font-size:13px;font-weight:700;letter-spacing:1px;padding:8px 0;display:block;font-family:Albert Sans,sans-serif;transition:color .15s ease-out;position:relative;white-space:nowrap}.mega-menu-new-link:hover{text-decoration:none;color:#333}.mega-menu-new-item{position:relative}.mega-menu-new-item-with-mega{transition:all .1s ease-out}.mega-menu-new-panel{position:absolute;top:100%;left:0;width:100%;background:#f8f8f8;padding:2rem;opacity:0;visibility:hidden;z-index:1001;transition:opacity .2s ease-out,visibility .2s ease-out,transform .2s ease-out;transform:translateY(0);will-change:opacity,visibility,transform;min-height:200px;box-sizing:border-box;backface-visibility:hidden;-webkit-backface-visibility:hidden}.mega-menu-new-panel.mega-menu-active{opacity:1;visibility:visible;transform:translateY(0)}.mega-menu-new-item-with-mega:not(:hover) .mega-menu-overlay{transition-delay:.1s}.mega-menu-new-sublink{position:relative;text-decoration:none}.mega-menu-new-sublink:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .24s ease}.mega-menu-new-sublink:hover:after,.mega-menu-new-sublink:focus:after{transform:scaleX(1)}.mega-menu-new-panel{z-index:3}.mega-menu-new-panel{min-height:200px;box-sizing:border-box}.mega-menu-new-content{margin:0 auto;transition:opacity .15s ease-in-out}.mega-menu-new-panel .mega-menu-new-content{transition-delay:0ms}.mega-menu-new-inner{display:grid;grid-template-columns:1fr;gap:.5rem;align-items:start;min-height:150px}.mega-menu-new-item-with-mega .mega-menu-new-panel{transition-delay:0ms}.mega-menu-new-item-with-mega:hover .mega-menu-new-panel{transition-delay:80ms}.mega-menu-new-item-with-mega:not(:hover) .mega-menu-new-panel{transition:opacity .15s ease-in,visibility .15s ease-in,transform .15s ease-in;transition-delay:0ms}.mega-menu-new-inner.has-image{grid-template-columns:1fr minmax(260px,32vw)}.mega-menu-new-left{min-width:0}.mega-menu-new-inner .mega-menu-new-image-section{grid-column:2;align-self:start}.mega-menu-new-columns{display:grid;gap:.5rem;align-items:start}.mega-menu-new-columns.single-grid{display:block}.mega-menu-new-column{padding:0 1rem}.mega-menu-new-heading{text-transform:uppercase;font-size:18px;margin-bottom:1rem;border-bottom:2px solid #535353;padding-bottom:5px;color:#535353;font-family:Albert Sans,sans-serif;font-weight:700}.mega-menu-new-heading a{color:inherit;text-decoration:none}.mega-menu-new-heading a:hover{text-decoration:none}.mega-menu-new-single-header{grid-column:1 / -1}.mega-menu-new-heading--unified{grid-column:1 / -1;margin:0 1rem 40px;padding-bottom:6px}.mega-menu-new-sublist{list-style:none;padding:0;margin:0}.mega-menu-new-subitem{margin-bottom:.5rem}.mega-menu-new-sublink{color:#535353;text-decoration:none;font-size:14px;font-family:Albert Sans,sans-serif;transition:all .2s ease}.mega-menu-new-sublink:hover{text-decoration:none}.mega-menu-new-image-section{grid-column:-1;display:flex;justify-content:center;align-items:flex-start;padding:0;overflow:hidden}.mega-menu-new-image{width:100%;height:auto;border-radius:0;max-width:521px;object-fit:cover;aspect-ratio:auto;box-shadow:none;transition:transform .2s ease;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.mega-menu-new-image:hover{transform:scale(1.02)}.mega-menu-new-collections-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:1rem;margin-top:1rem;max-width:100%;align-items:center;justify-items:center}.mega-collection-item{text-align:center;transition:transform .2s ease}.mega-collection-item:hover{transform:translateY(-2px)}.mega-collection-item a{text-decoration:none;color:inherit;display:block}.mega-collection-image{width:120px;height:120px;object-fit:contain;border-radius:0;box-shadow:none;transition:transform .2s ease;margin:0 auto .25rem;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;display:block}.mega-collection-image:hover{transform:scale(1.05)}.mega-collection-title{font-size:12px;font-weight:500;color:#535353;font-family:Albert Sans,sans-serif;line-height:1.3;display:block;margin-top:.25rem}.mega-collection-item:hover .mega-collection-title{text-decoration:none}.mega-menu-new-collections-grid .mega-collection-title{display:none}@media (max-width: 768px){.mega-menu-new-collections-grid{grid-template-columns:repeat(6,1fr);gap:.75rem}.mega-collection-image{width:100px;height:100px}.mega-collection-title{font-size:11px}}@media (max-width: 480px){.mega-menu-new-collections-grid{grid-template-columns:repeat(4,1fr);gap:.5rem}.mega-collection-image{width:80px;height:80px}}.mega-menu-new-mobile-overlay{display:none;position:fixed;top:var(--header-height, 120px);left:0;width:100%;height:calc(100vh - var(--header-height, 120px));background:#00000080;z-index:1000}.mega-menu-new-mobile-drawer{position:fixed;top:var(--header-height, 120px);left:-100%;width:100%;height:calc(100vh - var(--header-height, 120px));background:#f8f8f8;z-index:1001;transition:left .3s ease;display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mega-menu-new-mobile-drawer.mega-menu-new-open{left:0}html.mega-menu-new-scroll-lock,body.mega-menu-new-scroll-lock{overflow:hidden;height:100%}.mega-menu-new-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #E3E3E3;position:relative}.mega-menu-new-back-button{background:none;border:none;font-size:16px;cursor:pointer;color:#535353;padding:8px;font-family:Albert Sans,sans-serif;display:flex;align-items:center;justify-content:flex-start;gap:8px;min-width:60px;height:40px}.mega-menu-new-back-arrow{font-size:18px;line-height:1;font-weight:400}.mega-menu-new-back-text{font-size:16px;font-weight:400;display:none}.mega-menu-new-submenu-container{position:absolute;top:0;left:0;width:100%;height:100%;background:inherit;display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mega-menu-new-submenu-header{display:flex;align-items:center;justify-content:flex-start;padding:1rem;border-bottom:1px solid #E3E3E3;position:relative;min-height:72px}.mega-menu-new-submenu-back-button{background:none;border:none;font-size:16px;cursor:pointer;color:#535353;padding:8px;font-family:Albert Sans,sans-serif;display:flex;align-items:center;justify-content:center;min-width:40px;height:40px}.mega-menu-new-submenu-back-button .mega-menu-new-back-arrow{font-size:18px;line-height:1;font-weight:400}.mega-menu-new-drawer-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.mega-menu-new-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;display:block!important;opacity:0;pointer-events:none;z-index:2!important;transition:opacity .2s ease-out}.mega-menu-new-overlay.is-active{opacity:1;pointer-events:auto}.mega-menu-new-mobile-logo-img{height:auto;max-height:45px;max-width:160px;object-fit:contain;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.mega-menu-new-drawer-title{font-size:16px;font-weight:700;color:#535353;font-family:Albert Sans,sans-serif;margin:0}.mega-menu-new-cart-button{background:none;border:none;cursor:pointer;color:#535353;padding:8px;font-family:Albert Sans,sans-serif;display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;text-decoration:none;position:relative}.mega-menu-new-cart-button .icon-cart{width:20px;height:20px}.mega-menu-new-cart-count{position:absolute;top:2px;right:2px;background:#d9d9d9;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:10px;color:#000;font-weight:700}.mega-menu-new-drawer-list{list-style:none;padding:0;margin:0;flex:1;overflow-y:auto}.mega-menu-new-drawer-sublist{list-style:none;padding:1rem;margin:0;flex:1;overflow-y:auto}.mega-menu-new-drawer-link-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #E3E3E3;cursor:pointer;color:#535353;font-family:Albert Sans,sans-serif;min-height:60px;transition:background-color .2s ease}.mega-menu-new-drawer-link-item:hover{background-color:#00000005}.mega-menu-new-drawer-main-link{font-size:16px;flex:1;display:flex;align-items:center;min-height:44px}.mega-menu-new-drawer-arrow{font-size:18px;font-weight:400;margin-left:1rem}.mega-menu-new-drawer-sublist{animation:mega-menu-new-slideIn .3s ease forwards}.mega-menu-new-drawer-sublist.mega-menu-new-slide-out{animation:mega-menu-new-slideOut .3s ease forwards}.mega-menu-new-drawer-back-heading{font-weight:700;margin-bottom:1rem;color:#535353;font-family:Albert Sans,sans-serif}.mega-menu-new-drawer-sublist li a{text-decoration:none;color:#535353;font-size:14px;display:block;padding:.5rem 0;font-family:Albert Sans,sans-serif}.mega-menu-new-drawer-sublist li a:hover{text-decoration:none}.mega-menu-new-drawer-footer{margin-top:auto;padding:1rem;border-top:1px solid #E3E3E3}.mega-menu-new-footer-links{display:flex;flex-direction:column;gap:0}.mega-menu-new-footer-link{display:block;padding:1rem;text-decoration:none;color:#535353;font-family:Albert Sans,sans-serif;font-size:16px;border:none;background:none;width:100%;text-align:left;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #E3E3E3;min-height:60px;display:flex;align-items:center}.mega-menu-new-footer-link:last-child{border-bottom:none}.mega-menu-new-footer-link:hover,.mega-menu-new-footer-link:focus{background-color:#00000005;outline:none}.mega-menu-new-footer-link-content{display:flex;align-items:center;gap:1rem}.mega-menu-new-footer-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.mega-menu-new-footer-icon svg{width:100%;height:100%}.mega-menu-new-footer-text{font-size:16px;color:inherit}.mega-menu-new-submenu-container.mega-menu-new-slide-in{animation:mega-menu-new-slideInFromRight .3s ease forwards}.mega-menu-new-submenu-container.mega-menu-new-slide-out{animation:mega-menu-new-slideOutToRight .3s ease forwards}@keyframes mega-menu-new-slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes mega-menu-new-slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@keyframes mega-menu-new-slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes mega-menu-new-slideOutToRight{0%{transform:translate(0)}to{transform:translate(100%)}}@media (max-width: 1023px){.mega-menu-new-nav{display:none}.mega-menu-new-mobile-header{background:#fff;border-bottom:1px solid #E3E3E3;padding:20px;display:inline-flex;align-items:center;justify-content:space-between;position:relative}.mega-menu-new-mobile-header .mega-menu-new-drawer-logo{display:none!important}.mega-menu-new-brand-block{display:inline-flex!important}.mega-menu-new-mobile-header .mega-menu-new-brand-block{width:250px;padding-right:39px;align-items:center!important;margin:0}.mega-menu-new-mobile-header .mega-menu-new-brand-block .brand-title,.mega-menu-new-mobile-header .mega-menu-new-brand-block .brand-subtitle{text-align:center}.mega-menu-new-back-button{position:static;background:none;border:none;cursor:pointer;color:#000;width:44px;height:19px;display:inline-flex;align-items:center;justify-content:flex-end;padding:0}.mega-menu-new-back-button:before{content:"\d7";font-size:19px;line-height:1}.mega-menu-new-back-arrow,.mega-menu-new-back-text,.mega-menu-new-cart-button{display:none}#megaMenuMobileDrawer>form{display:none}}@media (max-width: 1440px) and (min-width: 1024px){.mega-menu-new-container{padding:0 1.5rem}.mega-menu-new-list{gap:1.5rem}}@media (max-width: 1320px) and (min-width: 1024px){.mega-menu-new-link{font-size:12px;letter-spacing:.8px}.mega-menu-new-list{gap:1.25rem}}@media (max-width: 1200px) and (min-width: 1024px){.mega-menu-new-container{padding:0 1.25rem}.mega-menu-new-link{font-size:11.5px;letter-spacing:.7px}.mega-menu-new-list{gap:1rem}}@media (max-width: 1100px) and (min-width: 1024px){.mega-menu-new-link{font-size:11px;letter-spacing:.6px}.mega-menu-new-list{gap:.75rem}}@media (max-width: 1040px) and (min-width: 1024px){.mega-menu-new-link{font-size:10.5px;letter-spacing:.5px}.mega-menu-new-list{gap:.5rem}}@media (max-width: 1023px){.mega-menu-new-mobile-overlay{background:#00000080}.mega-menu-new-mobile-drawer{background:#fff;top:0;height:100vh}.mega-menu-new-drawer-link-item{padding:16px;color:#000;font-size:16px;font-weight:400;background:transparent;display:flex;justify-content:space-between;align-items:center;min-height:60px;border-bottom:none!important}.mega-menu-new-drawer-link-item:hover{background:#f8f8f8}.mega-menu-new-drawer-main-link{min-height:unset;flex:1;line-height:1.4}.mega-menu-new-drawer-arrow{color:#000;font-size:16px}.mega-menu-new-submenu-header{background:#fff;border-bottom:1px solid #e5e5e5;height:48px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;position:relative}.mega-menu-new-submenu-back-button{background:none;border:none;font-size:16px;cursor:pointer;color:#000;padding:8px;display:flex;align-items:center;gap:8px}.mega-menu-new-submenu-back-button:before{content:"< Back";font-size:16px}.mega-menu-new-submenu-back-button .mega-menu-new-back-arrow{display:none}.mega-menu-new-submenu-close{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:24px;cursor:pointer;color:#000;padding:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.mega-menu-new-submenu-close:before{content:"\d7";font-size:24px;line-height:1}.mega-menu-new-submenu-container{overflow-y:auto;height:100%}.mega-menu-new-submenu-title{padding:24px 16px 16px;font-size:20px;font-weight:700;color:#000;background:#fff;border-bottom:1px solid #e5e5e5}.mega-menu-new-drawer-sublist{padding:0;background:#fff}.mega-menu-new-drawer-sublist li a{padding:16px!important;color:#000!important;font-size:16px!important;display:flex!important;align-items:center!important;min-height:60px!important;line-height:1.4!important;border-bottom:none!important}.mega-menu-new-drawer-sublist li a:hover{background:#f8f8f8}.mega-menu-new-drawer-footer{background:#fff;border-top:1px solid #e5e5e5;margin-top:auto}.mega-menu-new-footer-link{padding:16px;color:#000;font-size:16px;min-height:60px;line-height:1.4;display:flex;align-items:center;border-bottom:none!important}.mega-menu-new-footer-link:hover{background:#f8f8f8}}@media (min-width: 1024px){.mega-menu-new-mobile-overlay,.mega-menu-new-mobile-drawer{display:none!important}}.mega-menu-new-link:focus,.mega-menu-new-sublink:focus{outline:none}.mega-menu-new-back-button:focus,.mega-menu-new-close-button:focus{outline:none}.mega-menu-new-brand-block{width:100%;height:100%;flex-direction:column;justify-content:flex-start;align-items:center;gap:4px;display:inline-flex}.mega-menu-new-brand-block .brand-title{text-align:center;color:#000;font-size:15px;font-family:Times New Roman,Times,serif;font-weight:400;word-wrap:break-word}.mega-menu-new-brand-block .brand-divider{width:196.75px;height:1px;background:#f2f2f2}.mega-menu-new-brand-block .brand-subtitle{width:221px;height:10px;text-align:center;color:#000;font-size:10px;font-family:Times New Roman,Times,serif;font-weight:400;word-wrap:break-word}.mega-menu-new-mobile-header{display:flex}.mega-menu-new-mobile-header{align-items:center;flex-direction:row-reverse}.mega-menu-new-mobile-header{justify-content:flex-start}.mega-menu-new-mobile-header .mega-menu-new-brand-block{margin-right:auto;align-items:flex-start!important}.mega-menu-new-mobile-header .mega-menu-new-brand-block .brand-title,.mega-menu-new-mobile-header .mega-menu-new-brand-block .brand-subtitle{text-align:left}
/*# sourceMappingURL=/cdn/shop/t/1/assets/mega-menu-new.css.map */
