.custom-header,.custom-header *,.custom-header *:before,.custom-header *:after{box-sizing:border-box}.custom-header{--ch-bg: #000;--ch-text: #fff;--ch-accent: #ff6b1a;--ch-muted: rgba(255, 255, 255, .7);--ch-divider: rgba(255, 255, 255, .12);--ch-card-bg: #ffffff;--ch-height: 80px;display:block;position:relative;z-index:50;background:var(--ch-bg);color:var(--ch-text);font-family:"Poppins",var(--font-body-family, system-ui, -apple-system, sans-serif);-webkit-font-smoothing:antialiased}.custom-header,.custom-header *,.custom-header__mega-wrap,.custom-header__mega-wrap *{font-family:"Poppins",var(--font-body-family, system-ui, -apple-system, sans-serif)}.custom-header--sticky{position:sticky;top:0}.custom-header__inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;height:var(--ch-height);padding:0 32px;max-width:1600px;margin:0 auto}.custom-header__logo{display:inline-flex;align-items:center;text-decoration:none;color:inherit;flex-shrink:0;z-index:2}.custom-header__logo-img{display:block;height:auto;max-height:calc(var(--ch-height) - 40px);width:auto}.custom-header__logo-text{font-weight:700;font-size:22px;letter-spacing:.02em}.custom-header__nav{position:absolute;left:50%;top:0;transform:translate(-50%);height:100%}.custom-header__nav-list{display:flex;align-items:center;gap:44px;list-style:none;margin:0;padding:0;height:100%}.custom-header__nav-item{height:100%;display:flex;align-items:center}.custom-header__nav-trigger,.custom-header__nav-link{display:inline-flex;align-items:center;gap:6px;height:100%;padding:0 4px;background:transparent;border:0;color:var(--ch-text);font-family:inherit;font-size:15px;font-weight:500;letter-spacing:.01em;cursor:pointer;text-decoration:none;transition:opacity .2s ease}.custom-header__nav-trigger:hover,.custom-header__nav-link:hover{opacity:.75}.custom-header__nav-trigger:focus-visible,.custom-header__nav-link:focus-visible,.custom-header__store-btn:focus-visible,.custom-header__country:focus-visible,.custom-header__mobile-toggle:focus-visible{outline:2px solid var(--ch-accent);outline-offset:4px;border-radius:2px}.custom-header__caret{width:11px;height:7px;margin-left:2px;transition:transform .25s ease}.custom-header__nav-trigger[aria-expanded=true] .custom-header__caret{transform:rotate(180deg)}.custom-header__right{display:flex;align-items:center;gap:22px;flex-shrink:0;z-index:2}.custom-header__country{display:inline-flex;align-items:center;gap:10px;color:var(--ch-text);text-decoration:none;font-size:14px;font-weight:400;transition:opacity .2s ease}.custom-header__country:hover{opacity:.75}.custom-header__globe{width:18px;height:18px;display:block}.custom-header__icon{position:relative;display:inline-flex;align-items:center;justify-content:center;color:var(--ch-text);text-decoration:none;width:36px;height:36px;border-radius:50%;transition:opacity .2s ease}.custom-header__icon:hover{opacity:.75}.custom-header__icon svg{width:24px;height:24px;display:block}.custom-header__cart-count,.custom-header__icon .cart-count-bubble{position:absolute;top:-2px;right:-2px;bottom:auto;left:auto;min-width:18px;width:18px;height:18px;padding:0 5px;background:var(--ch-accent)!important;color:#fff!important;font-size:11px;font-weight:700;line-height:18px;text-align:center;border-radius:9px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.custom-header__icon .cart-count-bubble:empty{display:none}.custom-header__icon .cart-count-bubble span[aria-hidden=true]{font-size:inherit;line-height:1}@media(min-width:990px){.custom-header__icon--hide-desktop{display:none!important}}@media(max-width:989px){.custom-header__icon--hide-mobile{display:none!important}}.custom-header__locale{position:relative}.custom-header__locale-form{margin:0}.custom-header__locale-btn{display:inline-flex;align-items:center;gap:8px;background:transparent;border:0;color:var(--ch-text);font:inherit;font-size:14px;cursor:pointer;padding:4px 0;transition:opacity .2s ease}.custom-header__locale-btn:hover{opacity:.75}.custom-header__locale-btn .custom-header__caret{width:10px;height:7px;transition:transform .2s ease}.custom-header__locale.is-open .custom-header__locale-btn .custom-header__caret{transform:rotate(180deg)}.custom-header__locale-list{position:absolute;top:calc(100% + 12px);right:0;min-width:180px;background:var(--ch-bg);border:1px solid var(--ch-divider);border-radius:8px;list-style:none;margin:0;padding:6px 0;box-shadow:0 14px 40px #00000059;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:60}.custom-header__locale.is-open .custom-header__locale-list{opacity:1;visibility:visible;transform:translateY(0)}.custom-header__locale-item{display:block;padding:10px 16px;color:var(--ch-text);text-decoration:none;font-size:14px;white-space:nowrap;transition:background .15s ease}.custom-header__locale-item:hover{background:#ffffff14}.custom-header__locale-item.is-current{color:var(--ch-accent);font-weight:600}.custom-header__store-btn{display:inline-flex;align-items:center;justify-content:center;border:1.5px solid var(--ch-accent);color:var(--ch-accent);background:transparent;padding:8px 22px;border-radius:4px;font-size:14px;font-weight:600;letter-spacing:.02em;text-decoration:none;transition:background .2s ease,color .2s ease}.custom-header__store-btn:hover{background:var(--ch-accent);color:#fff}.custom-header__mobile-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:0;background:transparent;border:0;cursor:pointer}.custom-header__mobile-toggle span{display:block;width:22px;height:2px;margin:0 auto;background:var(--ch-text);border-radius:2px;transition:transform .25s ease,opacity .2s ease}.custom-header__mega-wrap{position:absolute;top:100%;left:0;right:0;z-index:60;pointer-events:none}.custom-mega-menu{position:absolute;top:0;left:0;right:0;width:100vw;background:var(--ch-bg);color:var(--ch-text);border-top:1px solid var(--ch-divider);padding:48px 32px 64px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .28s ease,transform .28s ease,visibility .28s ease;max-height:calc(100vh - var(--ch-height));overflow-y:auto;pointer-events:none}.custom-mega-menu.is-active{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.custom-mega-menu__inner{max-width:1300px;margin:0 auto}.custom-header__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;z-index:-1;pointer-events:none}.custom-header.is-mega-open .custom-header__overlay{opacity:1;visibility:visible}.mm-type1__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.mm-type1__card{flex:0 1 230px;background:var(--ch-card-bg);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.mm-type1__card:hover{transform:translateY(-3px);box-shadow:0 14px 40px #00000040}.mm-type1__media{aspect-ratio:1 / 1;overflow:hidden;background:linear-gradient(180deg,#cfe6f5,#fff)}.mm-type1__img{width:100%;height:100%;object-fit:cover;display:block}.mm-type1__body{padding:18px 20px 24px;text-align:center;color:#0a0a0a;display:flex;flex-direction:column;gap:14px}.mm-type1__heading{margin:0;font-size:18px;font-weight:700;letter-spacing:.01em;display:inline-flex;gap:4px;justify-content:center;align-items:baseline;flex-wrap:wrap}.mm-type1__badge{background:linear-gradient(180deg,#f4d28a,#e6b566);color:#1a1a1a;padding:1px 6px;border-radius:3px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.mm-type1__actions{display:flex;gap:10px;justify-content:center}.mm-type1__btn{flex:1;padding:9px 14px;border-radius:5px;font-size:14px;font-weight:600;text-align:center;text-decoration:none;transition:background .2s ease,color .2s ease;min-width:0}.mm-type1__btn--primary{background:#0a0a0a;color:#fff}.mm-type1__btn--primary:hover{background:#2a2a2a}.mm-type1__btn--secondary{background:transparent;color:#0a0a0a;border:1.5px solid #0a0a0a}.mm-type1__btn--secondary:hover{background:#0a0a0a;color:#fff}.mm-type2__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1200px;margin:0 auto}.mm-type2__card{position:relative;display:block;aspect-ratio:16 / 9;border-radius:16px;overflow:hidden;text-decoration:none;color:#fff;background:#1a1a1a}.mm-type2__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.mm-type2__card:hover .mm-type2__img{transform:scale(1.05)}.mm-type2__card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.55) 100%)}.mm-type2__title{position:absolute;bottom:18px;left:20px;font-size:17px;font-weight:600;z-index:1}.mm-type2__arrow{position:absolute;bottom:18px;right:20px;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;z-index:1}.mm-type2__arrow svg{width:100%;height:100%}.mm-type3__list{list-style:none;margin:0 auto;padding:0;max-width:600px;display:flex;flex-direction:column;align-items:center;gap:22px}.mm-type3__item a{color:var(--ch-muted);text-decoration:none;font-size:16px;font-weight:400;transition:color .2s ease}.mm-type3__item a:hover{color:var(--ch-text)}.mm-type4__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:70px;max-width:1000px;margin:0 auto}.mm-type4__column-title{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:18px;font-weight:700;color:var(--ch-text);text-decoration:none;padding:4px 0 14px;letter-spacing:.01em;transition:opacity .2s ease}.mm-type4__column-title:hover{opacity:.8}.mm-type4__column-arrow{width:14px;height:14px;flex-shrink:0}.mm-type4__divider{height:1px;background:var(--ch-divider);margin-bottom:8px}.mm-type4__items{list-style:none;margin:0;padding:0}.mm-type4__item a{display:flex;align-items:center;gap:16px;padding:12px 0;text-decoration:none;color:var(--ch-muted);transition:color .2s ease}.mm-type4__item a:hover{color:var(--ch-text)}.mm-type4__thumb{width:48px;height:48px;background:#fff;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:6px}.mm-type4__thumb img{width:100%;height:100%;object-fit:contain;display:block}.mm-type4__item-title{font-size:15px;font-weight:500}.custom-mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;background:var(--ch-bg);color:var(--ch-text);transform:translate(100%);transition:transform .32s ease;z-index:1000;overflow:hidden;display:flex;flex-direction:column;font-family:"Poppins",var(--font-body-family, system-ui, -apple-system, sans-serif)}.custom-mobile-drawer,.custom-mobile-drawer *,.custom-mobile-drawer__sub,.custom-mobile-drawer__sub *{font-family:"Poppins",var(--font-body-family, system-ui, -apple-system, sans-serif)}.custom-mobile-drawer.is-active{transform:translate(0)}.custom-mobile-drawer__panel{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;background:var(--ch-bg)}.custom-mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 20px;flex-shrink:0}.custom-mobile-drawer__logo img{display:block;max-height:32px;width:auto}.custom-mobile-drawer__close,.custom-mobile-drawer__back{background:transparent;border:0;color:var(--ch-text);cursor:pointer;padding:6px;display:inline-flex;align-items:center;justify-content:center}.custom-mobile-drawer__close svg,.custom-mobile-drawer__back svg{width:24px;height:24px}.custom-mobile-drawer__nav{flex:1 1 auto;display:flex;flex-direction:column;padding:8px 0;overflow-y:auto}.custom-mobile-drawer__list{list-style:none;margin:0;padding:0}.custom-mobile-drawer__item+.custom-mobile-drawer__item{border-top:1px solid var(--ch-divider)}.custom-mobile-drawer__trigger,.custom-mobile-drawer__link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px 20px 20px 24px;background:transparent;border:0;color:var(--ch-text);font-family:inherit;font-size:16px;font-weight:500;cursor:pointer;text-decoration:none;text-align:left}.custom-mobile-drawer__chev{width:18px;height:18px;color:var(--ch-muted);flex-shrink:0}.custom-mobile-drawer__sub{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--ch-bg);transform:translate(100%);transition:transform .32s ease;display:flex;flex-direction:column;z-index:1;visibility:hidden}.custom-mobile-drawer__sub.is-active{transform:translate(0);visibility:visible}.custom-mobile-drawer__sub-header{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 12px;flex-shrink:0}.custom-mobile-drawer__sub-title{font-size:15px;font-weight:600;letter-spacing:.02em}.custom-mobile-drawer__sub-body{flex:1 1 auto;overflow-y:auto;padding:12px 24px 24px}.custom-mobile-drawer__footer{flex-shrink:0;padding:16px 20px 24px;display:flex;flex-direction:column;gap:12px}.custom-mobile-drawer__country{display:inline-flex;align-items:center;gap:8px;color:var(--ch-text);text-decoration:none;font-size:14px;padding:4px 0;background:transparent;border:0;cursor:pointer;font-family:inherit;text-align:left}.custom-mobile-drawer__locale-body{padding:0 0 24px}.custom-mobile-drawer__locale-list{list-style:none;margin:0;padding:0}.custom-mobile-drawer__locale-item{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;color:var(--ch-text);text-decoration:none;font-size:16px;font-weight:500;border-top:1px solid var(--ch-divider)}.custom-mobile-drawer__locale-item.is-current{color:var(--ch-accent)}.custom-mobile-drawer__globe{width:18px;height:18px;flex-shrink:0}.custom-mobile-drawer__store{display:inline-flex;align-items:center;justify-content:center;border:1.5px solid var(--ch-accent);color:var(--ch-accent);padding:14px 16px;border-radius:6px;font-weight:600;font-size:15px;text-decoration:none;text-align:center}.custom-mobile-drawer .mm-type1.is-mobile .mm-type1__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:100%;justify-content:stretch}.custom-mobile-drawer .mm-type1.is-mobile .mm-type1__card{flex:initial;width:auto}.custom-mobile-drawer .mm-type2.is-mobile .mm-type2__grid,.custom-mobile-drawer .mm-type4.is-mobile .mm-type4__grid{grid-template-columns:1fr;gap:14px;max-width:100%}.custom-mobile-drawer .mm-type3.is-mobile .mm-type3__list{align-items:flex-start;gap:18px;padding:4px 0}.custom-mobile-drawer .mm-type3.is-mobile .mm-type3__item a{color:var(--ch-text);font-size:16px;font-weight:500;text-decoration:none}.custom-mobile-drawer .mm-type1.is-mobile .mm-type1__card{flex-direction:column;align-items:stretch;border-radius:12px;position:relative;overflow:hidden}.custom-mobile-drawer .mm-type1.is-mobile .mm-type1__media{width:100%;flex-shrink:0;aspect-ratio:162 / 234}.custom-mobile-drawer .mm-type1.is-mobile .mm-type1__body{position:absolute;left:0;right:0;bottom:8%;padding:0 10px;text-align:center;gap:6px;background:transparent}.custom-mobile-drawer .mm-type1.is-mobile .mm-type1__heading{margin:0;font-size:13px;font-weight:600;color:#1a1a1a;justify-content:center}.custom-mobile-drawer .mm-type1.is-mobile .mm-type1__actions{gap:6px;justify-content:center}.custom-mobile-drawer .mm-type1.is-mobile .mm-type1__btn{flex:0 1 auto;padding:4px 12px;font-size:12px;font-weight:500;border-radius:3px;min-width:64px}.custom-mobile-drawer .mm-type2.is-mobile .mm-type2__card{aspect-ratio:16 / 8}.custom-mobile-drawer .mm-type4.is-mobile{display:flex;flex-direction:column}body.custom-header-locked{overflow:hidden}body.custom-header-locked .custom-header{z-index:1000}body.custom-header-locked .aqua-buy-bar,body.custom-header-locked aqua-buy-bar,body.custom-header-locked .sticky-buy-bar,body.custom-header-locked .aqua-gallery__nav,body.custom-header-locked .aqua-gallery__dots,body.custom-header-locked .swiper-button-prev,body.custom-header-locked .swiper-button-next{display:none!important}@media(max-width:989px){.custom-header__nav,.custom-header__country,.custom-header__locale,.custom-header__store-btn{display:none}.custom-header__mobile-toggle{display:flex}.custom-header__inner{padding:0 16px;gap:16px}.custom-header__mega-wrap{display:none}.mm-type2__grid,.mm-type4__grid{grid-template-columns:1fr}}@media(min-width:990px)and (max-width:1199px){.custom-header__nav-list{gap:28px}.custom-header__inner{padding:0 20px}.mm-type1__grid{gap:16px}}@media(prefers-reduced-motion:reduce){.custom-mega-menu,.custom-header__caret,.custom-mobile-drawer,.custom-mobile-drawer__sub,.mm-type1__card,.mm-type2__img{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/custom-header.css.map */
