.overflow-hidden{overflow:hidden}.custom-header-wrapper{width:100%;background:var(--header-bg);position:relative;z-index:50}.custom-header-wrapper .header-container{max-width:1400px;margin:0 auto;padding:16px 20px 12px}.custom-header-wrapper .header-top-row{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:12px}.custom-header-wrapper .header-left-area{display:flex;align-items:center;justify-content:flex-start}.custom-header-wrapper .mobile-menu-toggle{width:44px;height:44px;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;color:#fff;background:transparent;border:0;padding:0;box-shadow:none;border-radius:0;cursor:pointer}.custom-header-wrapper .mobile-menu-toggle span{width:20px;height:1.6px;background:currentColor;display:block}.custom-header-wrapper .header-logo-container{display:flex;justify-content:center;align-items:center;min-width:0}.custom-header-wrapper .custom-header-logo{width:var(--logo-width);max-width:100%;height:auto;display:block;margin:0 auto}.custom-header-wrapper .header-icons-container{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:nowrap}.custom-header-wrapper .header-icon{position:relative;text-decoration:none;color:#fff;flex:0 0 44px;width:44px;min-width:44px;height:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.custom-header-wrapper .header-country-selector{display:flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;min-width:44px;height:44px;min-height:44px;margin-left:0}.custom-header-wrapper .header-country-selector img{display:block;width:22px!important;max-width:22px!important;min-width:22px!important;height:16px!important;object-fit:cover;flex-shrink:0}.custom-header-wrapper .cart-count{position:absolute;top:4px;right:2px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#000;color:#fff;font-size:10px;line-height:16px;text-align:center;font-weight:700}.custom-header-wrapper .header-navigation{display:none}.custom-header-wrapper .header-menu-list,.custom-header-wrapper .header-dropdown-list,.custom-header-wrapper .header-sub-dropdown-list,.custom-header-wrapper .mobile-menu-list,.custom-header-wrapper .mobile-submenu-list,.custom-header-wrapper .mobile-grandchild-list{list-style:none;margin:0;padding:0}.custom-header-wrapper .header-menu-link,.custom-header-wrapper .mobile-menu-link,.custom-header-wrapper .mobile-submenu-link,.custom-header-wrapper .mobile-grandchild-link,.custom-header-wrapper .header-dropdown-link,.custom-header-wrapper .header-sub-dropdown-link,.custom-header-wrapper .mobile-utility-link{text-decoration:none}.custom-header-wrapper .mobile-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:49}.custom-header-wrapper .mobile-drawer{position:fixed;top:0;left:0;width:min(86vw,360px);height:100dvh;background:#fff;color:#111;transform:translate(-100%);transition:transform .28s ease;z-index:50;overflow-y:auto;box-shadow:0 10px 40px #0000002e}.custom-header-wrapper .mobile-drawer.is-open{transform:translate(0)}.custom-header-wrapper .mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 14px;border-bottom:1px solid rgba(0,0,0,.08)}.custom-header-wrapper .mobile-drawer-title{font-size:16px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.custom-header-wrapper .mobile-drawer-close{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;cursor:pointer}.custom-header-wrapper .mobile-drawer-nav{padding:10px 18px 24px}.custom-header-wrapper .mobile-menu-item{border-bottom:1px solid rgba(0,0,0,.08)}.custom-header-wrapper .mobile-link-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.custom-header-wrapper .mobile-menu-link{flex:1;display:block;padding:16px 0;color:#111;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.custom-header-wrapper .mobile-submenu-toggle{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;color:#111;background:transparent;border:0;transition:transform .2s ease;cursor:pointer}.custom-header-wrapper .mobile-submenu-toggle.is-open{transform:rotate(180deg)}.custom-header-wrapper .mobile-submenu{padding:0 0 14px 10px}.custom-header-wrapper .mobile-submenu-link{display:block;padding:8px 0;color:#333;font-size:14px;font-weight:700}.custom-header-wrapper .mobile-grandchild-list{padding-left:12px}.custom-header-wrapper .mobile-grandchild-link{display:block;padding:6px 0;color:#666;font-size:13px;line-height:1.5}.custom-header-wrapper .mobile-drawer-utilities{margin-top:22px;padding-top:18px;border-top:1px solid rgba(0,0,0,.08);display:grid;gap:4px}.custom-header-wrapper .mobile-utility-link,.custom-header-wrapper .mobile-country-row{display:flex;align-items:center;gap:12px;color:#111;padding:10px 0;font-size:14px;font-weight:600}.custom-header-wrapper .mobile-utility-icon{width:22px;display:inline-flex;align-items:center;justify-content:center}.custom-header-wrapper .mobile-country-row img{width:22px;height:16px;object-fit:cover;flex-shrink:0}.custom-header-wrapper .active-link{position:relative}.custom-header-wrapper .mobile-menu-link.active-link,.custom-header-wrapper .mobile-submenu-link.active-link{color:#000}.custom-header-wrapper .desktop-only-icon{display:none}@media screen and (min-width:990px){.custom-header-wrapper{position:relative}.custom-header-wrapper .header-container{padding:18px 40px 14px}.custom-header-wrapper .header-top-row{grid-template-columns:1fr auto 1fr;gap:20px}.custom-header-wrapper .mobile-menu-toggle,.custom-header-wrapper .mobile-drawer,.custom-header-wrapper .mobile-drawer-overlay{display:none!important}.custom-header-wrapper .desktop-only-icon{display:inline-flex}.custom-header-wrapper .header-navigation{display:block;margin-top:14px;position:static;z-index:5}.custom-header-wrapper .header-menu-list{display:flex;align-items:center;justify-content:center;gap:28px}.custom-header-wrapper .header-menu-item{position:static;padding-bottom:18px}.custom-header-wrapper .header-link-wrap{display:flex;align-items:center}.custom-header-wrapper .header-menu-link{color:#fff;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:8px 0 6px;display:inline-flex;align-items:center;position:relative}.custom-header-wrapper .header-menu-link:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1.5px;background:#000;transform:scaleX(0);transform-origin:left center;transition:transform .28s ease}.custom-header-wrapper .header-menu-link:hover:after,.custom-header-wrapper .header-menu-link:focus-visible:after,.custom-header-wrapper .header-menu-link.active-link:after{transform:scaleX(1)}.custom-header-wrapper .header-dropdown{position:absolute;left:0;right:0;top:100%;width:100%;min-width:100%;max-width:100%;background:#fff;border-radius:0;padding:30px 40px 34px;box-shadow:0 18px 40px #0000001f;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .25s ease,transform .25s ease,visibility 0s linear .25s;z-index:20}.custom-header-wrapper .header-dropdown:before{content:"";position:absolute;left:0;right:0;top:-18px;height:18px;background:transparent}.custom-header-wrapper .has-dropdown:hover>.header-dropdown,.custom-header-wrapper .has-dropdown:focus-within>.header-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition-delay:0s}.custom-header-wrapper .header-dropdown-list{display:flex;align-items:flex-start;justify-content:flex-start;gap:36px;width:100%;max-width:1400px;margin:0 auto}.custom-header-wrapper .header-dropdown-item{flex:1 1 0;min-width:180px}.custom-header-wrapper .header-dropdown-link{display:block;padding:0 0 12px;margin-bottom:12px;color:#111;font-size:14px;font-weight:700;text-transform:uppercase;white-space:normal}.custom-header-wrapper .header-sub-dropdown-list{padding:0}.custom-header-wrapper .header-sub-dropdown-link{display:block;padding:6px 0;color:#555;font-size:13px;line-height:1.5}.custom-header-wrapper .header-dropdown-link:hover,.custom-header-wrapper .header-sub-dropdown-link:hover{color:#000}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom-header.css.map */
