button svg{pointer-events:none}.header__section{position:-webkit-sticky;position:sticky;top:0;z-index:3}.header{background-color:#fff;width:100%;height:70px;display:flex;align-items:center;justify-content:center;padding:0 16px}@media screen and (min-width: 750px){.header{height:80px;padding:0 20px}}.header-nav{width:100%;height:100%;max-width:1600px;display:flex;align-items:center;justify-content:space-between}.header-nav__burger-button{display:flex;align-items:center;justify-content:center;background-color:transparent;border:none;cursor:pointer;color:#000}.header-nav__burger-button svg{width:28px;height:28px}.header-nav-left-menu,.header-nav-center-menu,.header-nav-right-menu{display:flex;align-items:center;gap:8px}.header-nav-left-menu{width:25%;justify-content:flex-start}.header-nav-center-menu{justify-content:center}.header-nav-center-menu a{-webkit-appearance:none;appearance:none;color:#000}.header-nav-center-menu img{height:24px}.header-nav-right-menu{width:25%;justify-content:flex-end}.header-nav-center-menu img{width:auto;height:auto;max-width:110px;max-height:60px}@media screen and (min-width: 368px){.header-nav-center-menu img{max-width:120px;max-height:60px}}@media screen and (min-width: 750px){.header-nav-left-menu,.header-nav-center-menu,.header-nav-right-menu{gap:16px}.header-nav-center-menu img{max-width:150px;max-height:60px}.header-nav-left-menu{width:256px;justify-content:flex-start}.header-nav-right-menu{width:256px;justify-content:flex-end}}.header-nav__link{display:inline-block;padding:2px;color:#000;text-decoration:none;font-size:16px;font-weight:700;text-transform:uppercase;margin-left:12px;text-wrap:nowrap;white-space:nowrap;-webkit-white-space:nowrap;-webkit-appearance:none;appearance:none;cursor:pointer;border:none;background-color:transparent}.header-nav__link:hover{text-decoration:underline}.header-nav__icons{display:flex;align-items:center;gap:8px;margin-left:16px}.header-nav__link-icon{display:flex;align-items:center;justify-content:center;color:#000;position:relative}@media screen and (min-width: 750px){.header-nav__icons{gap:16px}}@media screen and (max-width: 1200px){.header-mobile-hidden{display:none}}@media screen and (min-width: 1200px){.header-desktop-hidden{display:none}}mobile-menu-ui.open .sidemenu-overlay{display:block!important}.sidemenu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000038;z-index:9;transition:all .3s ease}mobile-menu-ui.open .sidemenu-container{transform:translate(0)}.sidemenu-container{position:fixed;top:0;left:0;height:100dvh;width:100%;max-width:550px;background-color:var(--color-secondary-400);z-index:10;transform:translate(-102%);transition:transform .3s ease;display:flex;flex-direction:column;overflow:auto}.sidemenu-header{background-color:#000;display:flex;align-items:center;justify-content:space-between;padding:8px 16px;height:70px}.sidemenu-header__logo img{width:auto;height:auto;max-width:100px;max-height:40px}.sidemenu-header__icons{display:flex;align-items:center;gap:14px}.sidemenu-header__icon{background-color:transparent;border:none;text-decoration:none;color:#fff;cursor:pointer}.sidemenu-close-button svg{width:28px;height:28px}.sidemenu-panels__container{position:relative;flex-grow:1}.sidemenu-panels{position:absolute;top:0;left:0;bottom:0;right:0;height:100%;overflow:hidden}.sidemenu-panel{overflow:hidden;height:100%;position:absolute;top:0;left:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);transition:transform .3s ease;background-color:var(--color-secondary-400);z-index:5}@supports (not (selector(:has(*)))){.sidemenu-panel{transition:none!important}}.sidemenu-panel.main-panel{transform:translate(-30%)}.sidemenu-panel.active{transform:translate(0)}.sidemenu-panel__content{margin-top:16px;height:calc(100% - 16px);padding:10px 0;display:flex;flex-direction:column}.sidemenu-panel__inner{padding:0 16px 32px}.sidemenu-banner{padding:4px 16px;display:flex;align-items:center;justify-content:space-between;border-radius:16px;margin-bottom:16px;margin-left:16px;margin-right:16px;-webkit-appearance:none;appearance:none;text-decoration:none;cursor:pointer}.sidemenu-item{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 32px);background-color:#fff;padding:12px;cursor:pointer;border-radius:8px;border:none;text-transform:uppercase;font-size:18px;font-weight:700;margin:0 16px 16px;color:#000;-webkit-appearance:none;appearance:none;text-decoration:none}.sidemenu-item span,.sidemenu-item svg{pointer-events:none}.sidemenu-item__content{display:flex;align-items:center;gap:14px}.menu-badge{padding:2px 10px;display:flex;align-items:center;justify-content:center;font-size:14px}@media screen and (min-width: 750px){.menu-badge{font-size:18px}}.sidemenu-item__back-button{position:sticky;top:30px;display:flex;align-items:center;gap:10px;padding:10px 14px;width:100%;border-radius:6px;margin-bottom:14px;background-color:#d3d3d3;border:none;cursor:pointer;font-size:16px;font-weight:700;color:#000;z-index:1}.sidemenu-product{position:relative;display:flex;align-items:center;gap:14px;cursor:pointer;background-color:#fff;padding:8px 12px;margin-bottom:12px;border-radius:6px;color:#000;text-decoration:none}.sidemenu-product__thumbnail img{width:80px;height:80px}@media screen and (min-width: 640px){.sidemenu-product__thumbnail img{width:100px;height:100px}}.sidemenu-product__content{font-weight:700;font-size:18px}.sidemenu-footer{padding:20px;border-top:1px solid #e0e0e0;background-color:#fff;margin-top:auto}.sidemenu-footer__main-menu{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;grid-row-gap:12px}@media screen and (min-width: 750px){.sidemenu-footer__main-menu{gap:16px}}.sidemenu-footer__link{color:#000;text-decoration:none;display:flex;align-items:center;justify-content:flex-start;gap:6px;font-size:14px}.sidemenu-footer__link-icon{display:flex;align-items:center;justify-content:center}@media screen and (min-width: 750px){.sidemenu-footer__link{font-size:16px;gap:10px}}.sidemenu-footer__link-small{color:#6a6a6a;font-weight:500;text-decoration:none;font-size:14px}.sidemenu-footer__divider{display:block!important;height:1px;background-color:#c7c7c7;width:100%;margin:16px 0}.navbar-icons-cart__counter{position:absolute;top:-6px;right:-6px;min-width:16px;height:16px;font-size:10px;pointer-events:none;border-radius:50%;padding:0 4px;display:flex;align-items:center;justify-content:center}.sidemenu-banner__image{display:flex;align-items:center;justify-content:center}.header__search__modal{position:fixed;top:0;left:0;width:100%;z-index:100;background:#fff;padding:0 20px;box-shadow:none;transform:translateY(-100%);transition:all .2s ease-in-out;max-height:100vh;overflow-y:auto}.header__search[open=true] .header__search__modal{transform:translateY(0);box-shadow:0 2px 24px #00000030}.header__search__overlay{position:fixed;top:0;left:0;width:100%;min-height:1px;height:100%;opacity:0;visibility:hidden;pointer-events:none;z-index:10}.header__search[open=true] .header__search__overlay{opacity:1;visibility:visible;background:#77777740;pointer-events:all}.search__container{width:100%;max-width:1200px;margin:auto}.search__container form{position:relative}.search__input{display:block;width:100%;font-size:16px;outline:none;border:none!important;padding:25px 0 24px;-webkit-appearance:none;background-color:#fff;font-family:var(--font-secondary)}.search__input::-ms-clear,.search__input::-ms-reveal{display:none}.search__input::-webkit-search-decoration,.search__input::-webkit-search-cancel-button,.search__input::-webkit-search-results-button,.search__input::-webkit-search-results-decoration{display:none}.search__input:focus{outline:none!important;border:none!important;box-shadow:none}@media screen and (min-width: 992px){.search__input{padding:41px 0 40px}}.search__form__close{position:absolute;top:50%;transform:translateY(-50%);right:0;outline:none;color:#000;background:transparent;border:none;cursor:pointer;-webkit-appearance:none;display:flex;justify-content:center;align-items:center;padding:0}.search__form__close svg{width:25px;height:25px}@media screen and (min-width: 1200px){.search__form__close svg{width:30px;height:30px}}.predictive__search__wrap{padding:32px 0 42px;width:100%}.predictive__search__content{width:100%;max-width:1200px;margin:auto;border-top:1px solid #c3c3c3}.predictive__search__header{display:flex;flex-direction:row;align-items:center;margin-bottom:50px;height:50px}.predictive__search__header p{font-size:28px;font-family:Northwell,script,serif}.predictive__search__header a{display:block;width:fit-content;padding-left:20px;margin-left:20px;border-left:1px solid #c3c3c3;text-decoration:none}.product__list__wrap{display:flex;flex-direction:row;width:100%;flex-wrap:wrap;row-gap:6px}.product__list__wrap .product__card{width:50%}@media screen and (min-width: 960px){.product__list__wrap .product__card{width:33%}}@media screen and (min-width: 1200px){.product__list__wrap .product__card{width:25%}}
/*# sourceMappingURL=/cdn/shop/t/208/assets/new-header.css.map?v=150276247738188926581741202064 */
