body.menu-opened{height:100vh;overflow:hidden}html{height:100vh}#mega-menu{z-index:9;background-color:#fff;box-shadow:30px 5px 15px #00000026;padding:0 3%;margin:0 auto;grid-template-columns:0 200px auto 230px;display:grid;align-items:center}#mega-menu.is-pinned{position:fixed;width:100vw;top:0}#mega-menu-overlay{position:fixed;display:none;top:0;background-color:#00000073;cursor:pointer;z-index:2;height:100vh;width:100vw;opacity:0;pointer-events:none}body.menu-opened #mega-menu-overlay{opacity:1;display:block;pointer-events:initial}#navtoggletmp{display:none}#navtoggle{visibility:hidden}.animated-arrow{position:static;left:0;cursor:pointer;padding:10px 0 0;margin:0;width:30px;height:30px;transition:all .4s ease-in-out}.animated-arrow span,.animated-arrow span:before,.animated-arrow span:after{cursor:pointer;height:2px;width:17px;background:#9196a0;position:absolute;display:block;content:""}.animated-arrow span:before{top:-7px;width:23px}.animated-arrow span:after{bottom:-7px;width:17px}.animated-arrow span,.animated-arrow span:before,.animated-arrow span:after{transition:all .5s ease-in-out}body.menu-opened .animated-arrow{z-index:3}body.menu-opened .animated-arrow span:after{width:23px}body.menu-opened .animated-arrow span{background-color:transparent}body.menu-opened .animated-arrow span:before,body.menu-opened .animated-arrow.active span:after{top:7px}body.menu-opened .animated-arrow span:before{transform:rotate(45deg);bottom:0}body.menu-opened .animated-arrow span:after{transform:rotate(-45deg)}#menu-logo img{max-height:100px;object-fit:contain;object-position:left center;padding:10px 0;transition:all .5s ease}#mega-menu.is-pinned #menu-logo img{max-height:60px;padding:5px 0}#mega-menu nav{margin:0 auto}#mega-menu nav>ul{display:flex;flex-direction:row;justify-content:space-between;align-items:start}#mega-menu nav>ul li{padding:14px 40px}@media only screen and (max-width: 1375px){#mega-menu nav>ul li{padding:14px 15px}}#mega-menu nav a{font-size:18px;line-height:20px;text-align:left;white-space:nowrap;color:#666}#mega-menu nav .icon-chevron-right{display:none}#mega-menu nav a:hover{text-decoration:underline}#mega-menu .submenu{display:none;align-items:start;justify-content:center;gap:50px;margin:0;padding:12px 40px;position:absolute;top:121px;z-index:9;text-align:left;color:#000;font-size:18px;border:solid 1px #eeeeee;background-color:#fff}#mega-menu .submenu.nograndchild{flex-direction:column;gap:10px;padding:10px 20px;margin-left:-20px}@media only screen and (min-width: 1201px){#mega-menu li:hover .submenu{display:flex}#mega-menu.is-pinned li:hover .submenu{top:56px}#mega-menu li:nth-child(1) .submenu{left:50%;transform:translate(-50%);width:94vw;max-width:1400px}}#mega-menu .submenu li{padding:10px 0 0}#mega-menu .submenu a{font-size:16px;line-height:26px;white-space:initial}#mega-menu .submenu .heading{display:block;padding:10px 0 6px;color:var(--accent-color-1);border-bottom:solid 1px #d9d9d9;margin-bottom:12px;text-transform:uppercase}#mega-menu .submenu .heading a{color:var(--accent-color-1);font-weight:700}#menu-language{position:absolute;right:3%;top:5px}#mega-menu.is-pinned #menu-language{top:-50px}#menu-icons{display:flex;flex-direction:row;justify-content:space-between;align-items:start;gap:10px}#mega-menu .menu-icon{margin:0 10px;font-size:12px;border-bottom:2px solid transparent;padding-bottom:2px;transition:border var(--duration-default) ease;text-align:center}#mega-menu .menu-icon a{display:flex;flex-direction:column;align-items:center;transition:transform var(--duration-default) ease}#mega-menu .menu-icon svg{width:30px}#mega-menu .menu-icon a:hover{transform:scale(1.03)}#menu-icons .icon-search,#menu-icons .icon-account,#menu-icons .icon-logout,#menu-icons .icon-cart,#menu-icons .icon-cart-empty{fill:#006e61}body.menu-opened #navtoggletmp{display:block}body.menu-opened .animated-arrow{position:fixed;top:0;left:400px;width:35px;height:33px;padding:14px 0 0 10px;box-sizing:content-box;background:#fff;z-index:10}body.menu-opened #mega-menu nav{left:0;pointer-events:initial}@media only screen and (max-width: 1200px){body{padding-top:100px}#mega-menu{position:fixed;top:0;width:100vw;grid-template-columns:45px auto 100px 175px}#navtoggle{visibility:visible}#menu-language{position:static}#mega-menu nav{position:absolute;left:-400px;top:0;width:100vw;height:100vh;background:transparent;border-right:calc(100vw - 400px) solid transparent;z-index:3;transition:all .4s ease-in-out;overflow-x:hidden;overflow-y:scroll;pointer-events:none}#mega-menu nav>ul{flex-direction:column;justify-content:start;background:#fff;height:100vh}#mega-menu nav>ul>li{width:100%;padding:0}#mega-menu nav>ul .mainmenu{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:row;background:#fff;border-bottom:1px solid #000;border-right:1px solid #000;padding:0 15px}#mega-menu nav>ul>li:hover{background-color:#00000014}#mega-menu nav a{padding:14px 0}#mega-menu nav .mainmenu>a{border-right:1px solid black;margin-right:15px;width:calc(100% - 20px)}#mega-menu nav .icon-chevron-right{display:block;fill:#0006;width:40px;padding:6px 10px;transform:rotate(270deg);transition:transform .4s ease-in-out}#mega-menu nav .submenu-opened .icon-chevron-right{transform:rotate(90deg)}#mega-menu .submenu,#mega-menu .submenu.nograndchild{position:static;display:block;max-height:0;overflow:hidden;margin:0;padding:0 10px 0 30px;transition:max-height .4s ease-in-out}#mega-menu .submenu-opened .submenu{max-height:1000px}.menu-icon span{display:none}}@media only screen and (max-width: 800px){#menu-logo{width:120px}}@media only screen and (max-width: 600px){body{padding-top:85px}#menu-logo{width:100px}}@media only screen and (max-width: 480px){body{padding-top:65px}#mega-menu{grid-template-columns:35px auto 100px 120px}#menu-logo{width:60px}#menu-icons{gap:5px}#mega-menu .menu-icon{margin:0 5px}#mega-menu .menu-icon svg{width:25px}body.menu-opened .animated-arrow{left:calc(100vw - 45px)}body.menu-opened #mega-menu nav{box-sizing:content-box;width:calc(100vw - 46px);border-right:50px solid #0006}#mega-menu nav .mainmenu>a{width:calc(100% - 50px);margin-right:0}#mega-menu nav .icon-chevron-right{margin-right:12px;width:30px;padding:6px}}predictive-search{display:none;background:var(--background-color-2);position:absolute;left:-10px;right:-10px;top:0;bottom:0;z-index:102;height:80px}.search-wrap svg{width:35px}predictive-search form.search{position:relative;width:80%;max-width:600px;margin:0 auto;display:flex;justify-content:center;align-items:center}#Search,#MobileSearch{font-size:16px;width:100%;margin-top:0}.search-wrap.search-open predictive-search{display:flex;align-items:center}.search-wrap.search-open .predictive-search-results-wrap{overflow-x:hidden}.search-wrap .search-close{position:absolute;right:42px;top:5px;opacity:.6}.search-wrap svg.close{width:30px}.search-wrap svg.icon-close-small{margin-top:-8px;margin-left:10px}#mega-menu .menu-icon .predictive-search__item{flex-direction:row;align-items:start}
/*# sourceMappingURL=/cdn/shop/t/137/assets/mega-menu.css.map */
