:root{--mmm-bg-color: #ffffff;--mmm-card-bg: #ffffff;--mmm-card-expanded-bg: #f8f8f8;--mmm-text-color: #333333;--mmm-text-hover: #000000;--mmm-border-color: #e0e0e0;--mmm-border-light: rgba(0, 0, 0, .04);--mmm-submenu-bg: #ffffff;--mmm-submenu-level2-bg: #ffffff;--mmm-featured-section-bg: #f7f7f7;--mmm-card-gap: 7px;--mmm-padding: 0;--mmm-side-padding: 10px;--mmm-border-radius: 8px;--mmm-header-height: 54px;--mmm-shadow: 0 2px 8px rgba(0, 0, 0, .1);--mmm-shadow-active: 0 2px 12px rgba(0, 0, 0, .15);--mmm-shadow-light: 0 1px 4px rgba(0, 0, 0, .08);--mmm-animation-speed: .25s;--mmm-font-main: var(--font-stack-header, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif);--mmm-font-size-title: 12.5px;--mmm-font-size-item: 11px;--mmm-font-size-submenu: 11px;--mmm-letter-spacing: .5px;--mmm-font-family: Montserrat, sans-serif;--mmm-font-weight: 500}.mmm-container *,.mmm-container *:before,.mmm-container *:after{box-sizing:border-box;margin:0;padding:0}.mmm-container{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background-color:var(--mmm-bg-color);z-index:9999;overflow-x:hidden;overflow-y:auto;transform:translate(-100%);transition:transform var(--mmm-animation-speed) cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;font-family:var(--mmm-font-family);-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:0;will-change:transform;backface-visibility:hidden}.mmm-container[aria-hidden=false]{transform:translate(0)}.mmm-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background-color:#00000080;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:9998;opacity:0;visibility:hidden;transition:opacity var(--mmm-animation-speed) ease,visibility var(--mmm-animation-speed) ease;will-change:opacity,visibility}.mmm-overlay.active{opacity:1;visibility:visible}.mmm-header{display:flex;justify-content:space-between;align-items:center;height:var(--mmm-header-height);min-height:var(--mmm-header-height);padding:0 15px;background-color:#fff;border-bottom:1px solid var(--mmm-border-color);position:sticky;top:0;z-index:5}.mmm-title{margin:0;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:var(--mmm-letter-spacing);color:var(--mmm-text-color);font-family:var(--mmm-font-family)}.mmm-close-btn{background:transparent;border:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--mmm-text-color);border-radius:50%;font-size:20px;transition:background-color .2s ease}.mmm-close-btn:hover,.mmm-close-btn:focus{background-color:#0000000d}.mmm-shipping-carousel{position:relative;padding:10px 15px;text-align:center;color:#fff;background-color:#000;margin:0;overflow:hidden;height:40px;display:flex;align-items:center;justify-content:center;z-index:2}.mmm-carousel-container{position:relative;width:100%;height:100%;overflow:hidden}.mmm-carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 1.2s ease-in-out;pointer-events:none;will-change:opacity}.mmm-carousel-slide.active{opacity:1;pointer-events:auto}.mmm-carousel-slide p{margin:0;font-size:12px;font-weight:500;letter-spacing:1px;text-transform:uppercase;font-family:var(--mmm-font-family);white-space:nowrap;color:#fff}.mmm-carousel-indicators{position:absolute;bottom:3px;left:50%;transform:translate(-50%);display:flex;gap:4px}.mmm-carousel-dot{width:4px;height:4px;border-radius:50%;background-color:#ffffff40;transition:background-color .3s ease;cursor:pointer}.mmm-carousel-dot.active{background-color:#ffffffb3}.mmm-scrollable-content{flex:1;overflow-y:auto;position:relative}.mmm-featured-widgets{padding:15px var(--mmm-side-padding);text-align:center;background-color:var(--mmm-bg-color);border-bottom:1px solid var(--mmm-border-light);position:relative;z-index:1;margin-bottom:10px}.mmm-featured-widgets-title{font-size:14px;font-weight:600;text-transform:uppercase;margin-bottom:15px;color:var(--mmm-text-color);font-family:var(--mmm-font-family);letter-spacing:var(--mmm-letter-spacing);text-align:center}.mmm-featured-widgets-container{display:flex;justify-content:center;gap:20px;padding:0 10px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mmm-featured-widgets-container::-webkit-scrollbar{display:none}.mmm-featured-widget{display:flex;flex-direction:column;align-items:center;min-width:90px;max-width:110px;text-align:center}.mmm-featured-widget-image-wrap{width:90px;height:90px;border-radius:50%;overflow:hidden;margin-bottom:8px;box-shadow:var(--mmm-shadow-light);transition:transform .2s ease;will-change:transform}.mmm-featured-widget-image{width:100%;height:100%;object-fit:cover;transform:translateZ(0);backface-visibility:hidden;transition:transform .3s ease;will-change:transform}.mmm-featured-widget:hover .mmm-featured-widget-image{transform:scale(1.05)}.mmm-featured-widget-title{font-size:11px;margin:0;font-weight:500;color:var(--mmm-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;text-transform:uppercase;letter-spacing:.5px}.mmm-content{padding:15px 0;margin-top:0}.mmm-cards-wrapper{display:flex;flex-direction:column;gap:0;padding:0}.mmm-card{background-color:var(--mmm-card-bg);overflow:hidden;transform:translateZ(0);margin-bottom:var(--mmm-card-gap);border-radius:var(--mmm-border-radius);box-shadow:var(--mmm-shadow);margin-left:var(--mmm-side-padding);margin-right:var(--mmm-side-padding);border:none;transition:box-shadow .2s ease,transform .1s ease;will-change:box-shadow,transform}.mmm-card:active{transform:translateY(1px);box-shadow:0 1px 4px #00000026}.mmm-card-simple{display:flex;align-items:center;background-color:var(--mmm-card-bg)}.mmm-card-header{display:flex;width:100%}.mmm-card-with-image .mmm-card-header{flex-direction:row;border-radius:var(--mmm-border-radius);overflow:hidden}.mmm-card-text-only .mmm-card-header{flex-direction:row;justify-content:space-between;align-items:center;height:60px}.mmm-collapsible{cursor:pointer}.mmm-card[data-expanded=true]{background-color:var(--mmm-card-expanded-bg);box-shadow:var(--mmm-shadow-active)}.mmm-item-image{width:160px;height:100px;min-width:160px;max-width:160px;position:relative;overflow:hidden;background-color:#f2f2f2;display:flex;align-items:center;justify-content:center}.mmm-image-element{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease;will-change:transform}.mmm-card:hover .mmm-image-element{transform:scale(1.03)}.mmm-item-wrapper{display:flex;justify-content:space-between;align-items:center;flex:1}.mmm-item-title{font-size:var(--mmm-font-size-title);font-weight:var(--mmm-font-weight);color:var(--mmm-text-color);text-decoration:none;text-transform:uppercase;padding:18px 15px;display:flex;align-items:center;min-height:44px;flex:1;letter-spacing:var(--mmm-letter-spacing);transition:color .2s ease;font-family:var(--mmm-font-family)}.mmm-item-title:hover,.mmm-item-title:focus{color:var(--mmm-text-hover)}.mmm-toggle-btn{background:none;border:none;padding:0;margin:0;width:44px;height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;cursor:pointer}.mmm-toggle-icon{font-size:18px;font-weight:400;color:var(--mmm-text-color);transition:transform .2s ease;display:inline-block;width:20px;height:20px;line-height:18px;text-align:center}.mmm-submenu{max-height:0;overflow:hidden;transition:max-height var(--mmm-animation-speed) cubic-bezier(0,1,0,1);background-color:var(--mmm-submenu-bg);border-top:none;box-shadow:none;border-radius:0 0 var(--mmm-border-radius) var(--mmm-border-radius);will-change:max-height}.mmm-submenu[aria-hidden=false]{max-height:2000px;transition:max-height var(--mmm-animation-speed) ease-in-out;overflow-y:auto}.mmm-submenu-wrapper{padding:5px 0 10px 10px;margin:0}.mmm-submenu-item{display:flex;align-items:center;min-height:44px;padding:14px 15px;text-decoration:none;color:var(--mmm-text-color);font-size:var(--mmm-font-size-item);text-transform:uppercase;letter-spacing:var(--mmm-letter-spacing);border-bottom:none;transition:background-color .2s ease;font-family:var(--mmm-font-family);font-weight:var(--mmm-font-weight);background-color:#fff}.mmm-submenu-item:hover,.mmm-submenu-item:focus{background-color:#00000005}.mmm-submenu-item-wrapper{display:flex;justify-content:space-between;align-items:center;border-bottom:none;background-color:#fff}.mmm-submenu-item-wrapper:last-child{border-bottom:none}.mmm-submenu-item-link{flex:1;padding:14px 15px;min-height:44px;display:flex;align-items:center;text-decoration:none;color:var(--mmm-text-color);font-size:var(--mmm-font-size-item);text-transform:uppercase;letter-spacing:var(--mmm-letter-spacing);transition:background-color .2s ease;font-family:var(--mmm-font-family);font-weight:var(--mmm-font-weight)}.mmm-submenu-item-link:hover,.mmm-submenu-item-link:focus{background-color:#00000005}.mmm-submenu-expand{background:none;border:none;padding:0;margin:0;width:44px;height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;cursor:pointer}.mmm-level2-submenu{max-height:0;overflow:hidden;transition:max-height var(--mmm-animation-speed) cubic-bezier(0,1,0,1);background-color:#fff;padding-left:10px;will-change:max-height}.mmm-level2-submenu.active{max-height:1000px;transition:max-height var(--mmm-animation-speed) ease-in-out}.mmm-level2-item{display:flex;align-items:center;min-height:44px;padding:12px 15px 12px 25px;text-decoration:none;color:var(--mmm-text-color);font-size:var(--mmm-font-size-submenu);text-transform:uppercase;letter-spacing:var(--mmm-letter-spacing);border-bottom:none;transition:background-color .2s ease;font-family:var(--mmm-font-family);font-weight:var(--mmm-font-weight)}.mmm-level2-item:hover,.mmm-level2-item:focus{background-color:#00000005}.mmm-level2-item:last-child{border-bottom:none}.mmm-featured-section{margin-top:20px;padding:15px var(--mmm-side-padding);background-color:var(--mmm-featured-section-bg);border-top:1px solid var(--mmm-border-light)}.mmm-featured-title{font-size:15px;font-weight:600;text-transform:uppercase;margin-bottom:15px;color:var(--mmm-text-color);font-family:var(--mmm-font-family);letter-spacing:var(--mmm-letter-spacing);text-align:left}.mmm-featured-content{display:flex;flex-direction:column;gap:10px}.mmm-featured-item{background-color:var(--mmm-card-bg);border-radius:var(--mmm-border-radius);overflow:hidden;box-shadow:var(--mmm-shadow);transition:transform .2s ease,box-shadow .2s ease;will-change:transform,box-shadow}.mmm-featured-item:active{transform:translateY(1px);box-shadow:var(--mmm-shadow-light)}.mmm-featured-item-large{margin-bottom:10px}.mmm-featured-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:0 5px}.mmm-featured-item-large .mmm-featured-image-wrap{width:100%;height:150px;overflow:hidden;position:relative}.mmm-featured-item-large .mmm-featured-image{width:100%;height:100%;object-fit:cover;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;transform:translateZ(0);backface-visibility:hidden;will-change:transform}.mmm-featured-item-small .mmm-featured-image-wrap{width:100%;height:115px;overflow:hidden;position:relative}.mmm-featured-item-small .mmm-featured-image{width:100%;height:100%;object-fit:cover;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;transform:translateZ(0);backface-visibility:hidden;will-change:transform}.mmm-featured-image{display:block;transition:transform .3s ease}.mmm-featured-item:hover .mmm-featured-image{transform:scale(1.03)}.mmm-featured-text{padding:10px;background-color:#fff;text-align:center}.mmm-featured-item-title{font-size:12px;font-weight:600;margin:0 0 5px;color:var(--mmm-text-color);font-family:var(--mmm-font-family);text-align:center}.mmm-featured-item-subtitle{font-size:10px;margin:0;color:var(--mmm-text-color);font-family:var(--mmm-font-family);text-transform:uppercase;text-align:center}.mmm-featured-item-large .mmm-featured-item-title{font-size:12px;font-weight:600}.mmm-featured-item-large .mmm-featured-item-subtitle{font-size:10px}.mmm-empty-state{padding:30px 15px;text-align:center;color:#777;font-family:var(--mmm-font-family);margin:0 var(--mmm-side-padding);background-color:var(--mmm-card-bg);border-radius:var(--mmm-border-radius);box-shadow:var(--mmm-shadow)}.mmm-no-scroll{overflow:hidden!important;position:fixed;width:100%;height:100%;touch-action:none;-webkit-overflow-scrolling:auto;overscroll-behavior:none}html.mmm-no-scroll{position:fixed;overflow-y:scroll;width:100%}body.mmm-no-scroll{width:100%;position:fixed;overflow:hidden}@media (pointer: coarse){.mmm-toggle-btn,.mmm-submenu-expand,.mmm-close-btn{min-height:44px;min-width:44px}.mmm-item-title,.mmm-submenu-item,.mmm-submenu-item-link,.mmm-level2-item{padding-top:12px;padding-bottom:12px}}@media (max-width: 320px){.mmm-featured-grid{grid-template-columns:1fr}.mmm-item-image{width:164px;height:96px;min-width:164px;max-width:164px;position:relative;overflow:hidden;background-color:#f2f2f2;display:flex;align-items:center;justify-content:center}.mmm-featured-widgets-container{gap:10px}.mmm-featured-widget-image-wrap{width:80px;height:80px}}@media (min-width: 480px){.mmm-content{padding:15px 0}.mmm-featured-section{padding:20px var(--mmm-side-padding)}.mmm-side-padding{--mmm-side-padding: 15px}}@media (min-width: 768px){.mmm-container{max-width:380px}.mmm-content{padding:15px 0}.mmm-side-padding{--mmm-side-padding: 20px}}@media (prefers-reduced-motion: reduce){.mmm-container,.mmm-overlay,.mmm-submenu,.mmm-level2-submenu,.mmm-image-element,.mmm-featured-image,.mmm-featured-widget-image,.mmm-toggle-icon,.mmm-carousel-slide{transition-duration:50ms!important}}@keyframes mmm-fade-in{0%{opacity:0}to{opacity:1}}@keyframes mmm-slide-in{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}.mmm-animation-fade-in{animation:mmm-fade-in .3s ease forwards}.mmm-animation-slide-in{animation:mmm-slide-in .3s ease forwards}.mmm-visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}navigation-drawer#header-sidebar-menu{display:none!important}.mmm-container{z-index:9999}.mmm-overlay{z-index:9998}#shopify-section-header{position:relative;z-index:10}@media (min-width: 1150px){.mmm-container[aria-hidden=false]{transform:translate(-100%)}.mmm-overlay.active{opacity:0;visibility:hidden}}
/*# sourceMappingURL=/cdn/shop/t/81/assets/mobile-mega-menu.css.map */
