.section-header-spacer{position:relative;display:block;width:100%;height:68px}@media(max-width:991px){.section-header-spacer{height:70px}}.section-header{position:fixed;top:0;left:0;width:100%;height:auto;border-bottom:1px solid var(--black);background-color:var(--white);z-index:100;-webkit-user-select:none;-ms-user-select:none;user-select:none}.header--content{position:relative;height:68px;display:flex;align-items:center;justify-content:space-between}@media(max-width:991px){.header--content{height:70px;align-items:flex-end;padding-bottom:17px}}.header__logo{display:block;width:auto;height:30px}@media(max-width:991px){.header__logo{height:21px;position:absolute;bottom:17px;left:50%;transform:translate(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}}.header__logo img{display:block;width:100%;height:100%;object-fit:contain}.header__mobile-menu-btn{display:none;padding:10px;margin:-10px;cursor:pointer}@media(max-width:991px){.header__mobile-menu-btn{display:block}}.header__mobile-menu-btn--inner{position:relative;width:15px;height:14px}.header__mobile-menu-btn--inner span{display:block;position:absolute;left:50%;width:100%;height:2px;background-color:var(--black);border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;transform:translate(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}.header__mobile-menu-btn--inner span.line-1{top:0}.header__mobile-menu-btn--inner span.line-2{top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}.header__mobile-menu-btn--inner span.line-3{bottom:0}.header__nav{position:absolute;top:50%;left:50%;display:flex;align-items:center;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}@media(max-width:991px){.header__nav{display:none}}.header__nav__list{display:flex;align-items:center;justify-content:center}@media(max-width:991px){.header__nav__list{justify-content:flex-end}}.header__nav__link{height:39px;display:flex;align-items:center;justify-content:center;padding:0 20px;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.header__nav__link:hover{background-color:var(--light_grey_2)}.header__options{display:flex;align-items:center}.header__options__lang{display:flex;align-items:center;width:auto;height:auto}@media(max-width:991px){.header__options__lang{display:none}}.header__lang-form{display:block;margin:0}.header__lang-list{display:flex;align-items:center;gap:12px}.header__lang-list__item{display:flex;align-items:center}.header__lang-list__btn{display:block;padding:0;border:0;background:transparent;color:var(--grey);font:inherit;line-height:1;cursor:pointer;appearance:none;-webkit-appearance:none}.header__lang-list__btn.is-active,.header__lang-list__btn:hover{color:var(--black)}.header__lang-list{display:flex;gap:0;align-items:center}.header__lang-list button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:transparent;text-transform:capitalize;line-height:1em;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;transition:.3s ease;-webkit-transition:.3s ease;-moz-transition:.3s ease;-ms-transition:.3s ease;-o-transition:.3s ease}.header__lang-list button:hover{background-color:var(--light_grey_2)}.header__options__divider{display:block;content:"";width:1px;height:16px;background-color:var(--black);margin-inline:30px}.header__options__buttons{display:flex;align-items:center;gap:10px}.header__options__buttons__item{position:relative;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.header__options__buttons__item img,.header__options__buttons__item svg{display:block;height:auto}.header__options__buttons__item.item--usr img,.header__options__buttons__item.item--usr svg{width:20px}.header__options__buttons__item.item--cart img,.header__options__buttons__item.item--cart svg{width:18px}.header__options__buttons__item .counter{position:absolute;bottom:0;right:0;width:17px;height:17px;display:flex;align-items:center;justify-content:center;font-size:11px;background-color:var(--black);color:var(--white);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;transform:translate(30%,40%);-webkit-transform:translate(30%,40%);-moz-transform:translate(30%,40%);-ms-transform:translate(30%,40%);-o-transform:translate(30%,40%)}.section-mobile-menu{display:none;position:fixed;top:0;left:-100%;width:100%;background-color:var(--white);z-index:120;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:.3s ease;-webkit-transition:.3s ease;-moz-transition:.3s ease;-ms-transition:.3s ease;-o-transition:.3s ease}@media(max-width:991px){.section-mobile-menu{display:block}}body.open--mobile-menu .section-mobile-menu{left:0}.mobile-menu--content{height:100vh;display:flex;flex-direction:column}.mobile-menu__head{height:90px;display:flex;align-items:center;justify-content:space-between}.mobile-menu__head__logo{display:block;width:auto;height:21px}.mobile-menu__head__logo img,.mobile-menu__head__logo svg{display:block;width:100%;height:100%;object-fit:contain}.mobile-menu__head__close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer}.mobile-menu__head__close svg{display:block;width:13px;height:auto}.mobile-menu__body{padding-bottom:80px}.mobile-menu__body__nav__link{display:block;width:100%;padding:19px 0;border-bottom:1px solid var(--black)}.mobile-menu__footer{margin-top:auto;display:flex;flex-direction:column;justify-content:center;gap:24px;padding-bottom:30px}.mobile-menu__footer__lang__list{display:flex;align-items:center;justify-content:center;gap:0}.mobile-menu__footer__lang__list__item{display:flex;align-items:center}.mobile-menu__footer__lang__list__item:not(:last-child):after{content:"";display:block;width:1px;height:12px;background-color:var(--black);margin-inline:10px}.mobile-menu__footer__lang__list__btn{opacity:.5;display:block;width:auto;height:auto;background-color:transparent;color:var(--black);outline:none;border:none;cursor:pointer;appearance:none;-moz-appearance:none;-webkit-appearance:none}.mobile-menu__footer__lang__list__btn.current{opacity:1}.mobile-menu__footer__buttons{display:flex;flex-direction:column;align-items:center}
/*# sourceMappingURL=/cdn/shop/t/2/assets/style-header.css.map */
