.mega-menu{position:absolute;display:grid;grid-template-rows:0fr;left:0;width:100%;top:100%;background:var(--color-grey);z-index:1001;transition:grid-template-rows .3s ease;overflow:hidden;height:auto;min-height:0;border-radius:0 0 10px 10px;box-shadow:0 6px 12px #00000014}.mega-menu__inner{max-width:1400px;width:100%;margin:0 auto;height:100%;display:flex;flex-direction:column;overflow:hidden;transition:opacity .3s ease,padding .3s ease;opacity:0;padding:0}.pill-nav__item:hover .mega-menu,.pill-nav__link[data-has-mega-menu=true]:hover~.mega-menu,.mega-menu:hover,.mega-menu-active{height:auto;grid-template-rows:1fr}.pill-nav__item:hover .mega-menu .mega-menu__inner,.pill-nav__link[data-has-mega-menu=true]:hover~.mega-menu .mega-menu__inner,.mega-menu:hover .mega-menu__inner,.mega-menu-active .mega-menu__inner{opacity:1;padding:23px 54px 60px;transition-delay:.1s}.pill-nav__link[data-has-mega-menu=true]:after{content:"";position:absolute;bottom:-20px;left:0;width:100%;height:20px;z-index:102;display:none}@media screen and (max-width: 899px){.mega-menu{display:none!important}.pill-nav__link[data-has-mega-menu=true]:after{display:block}}@media screen and (max-width: 749px){.mega-menu{height:calc(100vh - var(--header-height, 60px));padding:20px;overflow-y:auto}.mega-menu__products{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px}}.mega-menu-active{height:auto;grid-template-rows:1fr}.body-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility 0s linear .3s;pointer-events:none}.body-overlay.active{opacity:1;visibility:visible;transition:opacity .3s ease,visibility 0s linear 0s}.mega-menu-hover-bridge{position:absolute;height:20px;width:100%;left:0;right:0;bottom:-20px;z-index:1001;pointer-events:auto;background:transparent}.custom-header__inner{position:relative}.custom-header__inner:hover .mega-menu[data-open=true]{height:auto;grid-template-rows:1fr}.custom-header__inner:hover .mega-menu[data-open=true] .mega-menu__inner{opacity:1;padding:23px 54px 60px}.mega-menu__bullets{overflow-x:auto;overflow-y:hidden;width:100%;margin-bottom:34px;-ms-overflow-style:none;scrollbar-width:none}.mega-menu__bullets::-webkit-scrollbar{display:none}.mega-menu__bullets-list{width:fit-content;display:flex;justify-content:start;align-items:center;gap:20px;list-style-type:none;padding:0 20px;margin:0 auto}.mega-menu__bullet{display:flex;height:32px;padding:9px 18px;gap:4px;justify-content:center;align-items:center;border-radius:4px;border:1.5px solid var(--color-dark-grey);background:#fff;color:var(--color-dark-grey);text-align:center;font-family:IBM Plex Mono;font-size:15px;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase;cursor:pointer;white-space:nowrap}.mega-menu__bullet-active{background:var(--color-dark-grey);color:#fff;font-weight:700}.mega-menu__products-container{overflow-x:auto;overflow-y:hidden;width:100%;-ms-overflow-style:none;scrollbar-width:none}.mega-menu__products{width:100%;display:flex;justify-content:center;gap:16px;list-style:none;padding:0;margin:0}.mega-menu__product{width:200px;display:flex;justify-content:center;flex-direction:column;gap:12px}.mega-menu__product-image{width:200px;height:200px;border-radius:10px;overflow:hidden;box-shadow:0 0 2.41px #00000040}.mega-menu__product-image img{width:100%;height:100%;object-fit:cover;object-position:center}.mega-menu__product-info{display:flex;flex-direction:column;justify-content:space-between;gap:12px;height:100%}.mega-menu__product-info-main{display:flex;flex-direction:column;gap:12px}.mega-menu__product-info-title{color:var(--color-dark-grey-bg)!important;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:130%;letter-spacing:.326px;text-transform:uppercase;text-decoration:none;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.mega-menu__product-info-price{display:flex;flex-direction:column;gap:4px}.mega-menu__product-info-price .text-sm{font-size:16px;font-weight:600;color:var(--color-dark-grey-bg)}.mega-menu__product-info-rating{display:flex;margin:0;padding:0;justify-content:start;align-items:center;list-style-type:none}.mega-menu__product-info-rating li{line-height:100%;width:20px;height:20px;display:flex;justify-content:center;align-items:center}.mega-menu__product-info-rating li svg{width:80%;height:80%}.mega-menu__product-info-description{letter-spacing:.45px;line-height:137.5%;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:var(--color-dark-grey-bg)}.mega-menu__product-quick-buy{width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.mega-menu__quick-buy-form{display:flex;align-items:center;gap:8px}.mega-menu__quick-buy-form form{width:100%}.mega-menu__quick-buy-button{height:38px;padding:5px 20px;border-radius:30px;background:#585656;color:var(--color-yellow);font-family:IBM Plex Mono;font-size:14px;font-style:normal;font-weight:500;line-height:100%;text-transform:uppercase;box-sizing:border-box;cursor:pointer;min-width:0px;transform:scale(1)!important;width:100%}.mega-menu__quick-buy-quantity{border-radius:30px;border:1.5px solid var(--color-dark-grey);background:#fff;display:flex;justify-content:start;align-items:center;gap:10px;width:fit-content;height:38px;max-height:38px;padding:5px 14.5px;box-sizing:border-box}.mega-menu__quick-buy-quantity-input{border:0;outline:none;text-align:center;box-shadow:none;color:#585656;font-family:IBM Plex Mono;font-size:16px;font-style:normal;font-weight:500;line-height:100%;height:16px;width:20px;padding:0}.mega-menu__quick-buy-quantity-input::-webkit-outer-spin-button,.mega-menu__quick-buy-quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mega-menu__quick-buy-quantity-input[type=number]{-moz-appearance:textfield}.mega-menu__quick-buy-quantity-minus,.mega-menu__quick-buy-quantity-plus{border:0;background:transparent;padding:0;color:#585656;font-family:IBM Plex Mono;font-size:20px;font-style:normal;font-weight:500;line-height:100%;height:fit-content;cursor:pointer;transition:all .2s ease-in-out}.mega-menu__quick-buy-quantity-minus:hover,.mega-menu__quick-buy-quantity-plus:hover{transform:scale(1.2)}@media screen and (max-width: 900px){.menu-drawer__mega-menu{padding:20px 0}.menu-drawer__mega-menu-content{width:100%;overflow-x:hidden}.menu-drawer__menu-item+.menu-drawer__mega-menu{position:relative}.mega-menu__products-container{padding:0 20px}.menu-drawer .mega-menu__products{display:flex;gap:20px}.menu-drawer__mega-menu{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}.menu-drawer__mega-menu:not([hidden]){max-height:100vh}.menu-drawer__menu-item{width:calc(100% - 40px);margin:0 20px}a[data-has-mega-menu][aria-expanded=true]{background:#ffffff80;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}.mega-menu__bullets{overflow:hidden;width:100%;margin-bottom:34px;-ms-overflow-style:none;scrollbar-width:none}.mega-menu__bullets::-webkit-scrollbar{display:none}.mega-menu__bullets-list{width:100%;flex-direction:column;justify-content:start;align-items:stretch;gap:16px;padding:0 40px}.mega-menu__bullet{width:100%;display:flex;height:auto;padding:0;justify-content:space-between;align-items:center;border-radius:0;border:none;background:none;color:var(--color-dark-grey);text-align:left;color:#585656;font-family:IBM Plex Mono;font-size:15px;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:all .3s ease-in-out}.mega-menu__bullet:hover,.mega-menu__bullet-active{font-weight:600}}@media screen and (max-width: 600px){.mega-menu__bullets-list{gap:12px}.mega-menu__quick-buy{flex-direction:column;align-items:start}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/ms-header-mega-menu.css.map */
