.header-wrapper{position:fixed;top:0;left:0;right:0;width:100%;z-index:100;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);height:var(--header-height);transition:background-color .3s ease,border-color .3s ease}.header-wrapper.is-inverted{background-color:#000000f2;border-bottom:1px solid rgba(255,255,255,.1)}.header-wrapper.is-inverted .header__icon,.header-wrapper.is-inverted .header__menu-toggle{color:#fff}.header-wrapper.is-inverted .header__menu-toggle svg path[stroke=black],.header-wrapper.is-inverted .header__icon svg path[stroke=black]{stroke:#fff}.header-wrapper.is-inverted .header__brand-name{color:#fff}.header-wrapper.is-inverted .header__logo{filter:invert(1)}.header-wrapper.is-inverted .cart-count-bubble{background-color:#fff;color:#000;box-shadow:0 0 0 2px #000}.header{display:flex;justify-content:space-between;align-items:center;position:relative;padding-inline:var(--container-padding);max-width:var(--container-max-width);margin-inline:auto;height:100%}.header__left{display:flex;justify-content:flex-start;flex:1}.header__center{display:flex;justify-content:center;align-items:center;overflow:hidden;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.header__right{display:flex;justify-content:flex-end;align-items:center;gap:12px;flex:1}.header__icon,.header__menu-toggle{display:flex;align-items:center;justify-content:center;color:#1a1a1a;text-decoration:none;background:none;border:none;padding:8px;cursor:pointer;border-radius:50%;position:relative;min-width:44px;min-height:44px}.header__icon svg{width:24px;height:24px}@media screen and (min-width:768px){.header__icon svg{width:22px;height:22px}}.header__logo-link{text-decoration:none;color:#000;display:flex;align-items:center;justify-content:center}.header__logo-scroll-container{overflow:hidden;height:60px;width:100%;max-width:200px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.header__logo-scroll-track{display:flex;flex-direction:column;align-items:center;will-change:transform}.scroll-logo-item{display:flex;justify-content:center;align-items:center;height:60px;width:100%;margin:0;padding:0;text-decoration:none;color:inherit;flex-shrink:0}.scroll-logo-text-img{height:13px;width:auto;display:block}.scroll-logo-icon{height:52px;width:auto;max-width:80px;object-fit:contain;display:block}.header__brand-name{font-size:clamp(1rem,4vw,1.25rem);font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#000;white-space:nowrap;font-family:var(--font-special)}.cart-count-bubble{position:absolute;top:4px;right:4px;background-color:#27272a;color:#fff;font-size:9px;font-weight:800;min-width:15px;height:15px;border-radius:4px;display:flex;align-items:center;justify-content:center;line-height:1;padding:0 2px;box-shadow:0 0 0 2px #fff}.mobile-menu-drawer,.cart-drawer,.search-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;pointer-events:none;visibility:hidden;transition:visibility .35s cubic-bezier(.16,1,.3,1)}.cart-drawer,.search-drawer{left:auto;right:0}.search-drawer{z-index:1001}.mobile-menu-drawer.is-open,.cart-drawer.is-open,.search-drawer.is-open{pointer-events:auto;visibility:visible;transition:none}.mobile-menu-drawer__overlay,.cart-drawer__overlay,.search-drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .35s cubic-bezier(.16,1,.3,1);will-change:opacity}.mobile-menu-drawer.is-open .mobile-menu-drawer__overlay,.cart-drawer.is-open .cart-drawer__overlay,.search-drawer.is-open .search-drawer__overlay{opacity:1}.mobile-menu-drawer__content,.cart-drawer__content,.search-drawer__content{position:absolute;top:0;height:100%;height:100dvh;background-color:#fff;display:flex;flex-direction:column;overflow:hidden;will-change:transform;transition:transform .35s cubic-bezier(.16,1,.3,1)}.mobile-menu-drawer__content{left:0;width:300px;max-width:85vw;transform:translate3d(-100%,0,0);box-shadow:10px 0 30px #0000000d}.cart-drawer__content,.search-drawer__content{right:0;width:450px;max-width:90vw;transform:translate3d(100%,0,0);box-shadow:-10px 0 30px #0000000d}.mobile-menu-drawer.is-open .mobile-menu-drawer__content,.cart-drawer.is-open .cart-drawer__content,.search-drawer.is-open .search-drawer__content{transform:translateZ(0)}.mobile-menu-drawer__header,.cart-drawer__header,.search-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:0 1.25rem;min-height:var(--header-height);border-bottom:1px solid rgba(0,0,0,.03);gap:1rem;flex-shrink:0}@media screen and (min-width:769px){.cart-drawer__header,.search-drawer__header{padding:0 2rem}}.mobile-menu-drawer__close,.cart-drawer__close,.search-drawer__close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#000;min-width:44px;min-height:44px;border-radius:50%;transition:transform .2s cubic-bezier(.16,1,.3,1),background-color .2s ease,opacity .2s ease}.mobile-menu-drawer__close:hover,.cart-drawer__close:hover,.search-drawer__close:hover{transform:scale(1.05);background-color:#0000000d}.mobile-menu-drawer__close:active,.cart-drawer__close:active,.search-drawer__close:active{transform:scale(.95)}.mobile-menu-drawer__logo{font-family:var(--font-special);font-weight:900;font-size:22px;letter-spacing:.05em;text-transform:uppercase;color:#000;white-space:nowrap;overflow:hidden;max-width:calc(100% - 60px);object-fit:contain;line-height:1.2}.mobile-menu-drawer__menu{flex:1 1 auto;overflow-y:auto;min-height:0;padding:1.5rem 0;-webkit-overflow-scrolling:touch}.mobile-menu-drawer__item{display:flex;justify-content:space-between;align-items:center;padding:1.15rem 1.5rem;text-decoration:none;color:#1a1a1a;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:all .2s;width:100%}.mobile-menu-drawer__item.is-active{background-color:#f8f8f8;margin:0 .75rem .25rem;width:calc(100% - 1.5rem);border-radius:6px}.mobile-menu-drawer__item-container{display:flex;align-items:stretch;width:100%}.mobile-menu-drawer__item-container .mobile-menu-drawer__item{flex:1;padding-right:.5rem}.mobile-menu-drawer__item-toggle{background:none;border:none;padding:0 1.5rem;cursor:pointer;color:#71717a}.mobile-menu-drawer__submenu{max-height:0;overflow:hidden;visibility:hidden;transition:max-height .5s cubic-bezier(.16,1,.3,1),visibility .5s}.mobile-menu-drawer__submenu.is-open{max-height:2000px;visibility:visible}.mobile-menu-drawer__collections-list{padding:.5rem 0 1.5rem}.mobile-menu-drawer__collection-link{display:block;padding:.85rem 3rem;text-decoration:none;color:#444;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.mobile-menu-drawer__footer{padding:1.25rem;border-top:1px solid rgba(0,0,0,.03);flex-shrink:0;background-color:#fff}.mobile-menu-drawer__auth-btn{display:block;width:100%;padding:1.15rem;text-align:center;border:1px solid #e0e0e0;background:#fff;color:#000;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border-radius:8px}.cart-drawer__logo,.search-drawer__logo{font-family:var(--font-body);font-weight:700;font-size:18px;letter-spacing:.05em;text-transform:uppercase;color:#000;line-height:1}.cart-drawer__body,.search-drawer__body{flex:1 1 auto;overflow-y:auto;min-height:0;padding:1.25rem;display:flex;flex-direction:column;-webkit-overflow-scrolling:touch}@media screen and (min-width:769px){.cart-drawer__body,.search-drawer__body{padding:2rem}.cart-drawer__logo,.search-drawer__logo{font-size:22px}}.cart-drawer__empty{margin:auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem;color:#666}.cart-drawer__empty-icon{width:64px;height:64px;color:#e0e0e0;margin-bottom:1rem}.cart-drawer__empty-text{font-size:14px;font-weight:500;color:#71717a}.cart-drawer__footer{padding:1.25rem;border-top:1px solid rgba(0,0,0,.05);flex-shrink:0;background-color:#fff}@media screen and (min-width:769px){.cart-drawer__footer{padding:2rem}}.cart-drawer__item{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:stretch;position:relative}@media screen and (min-width:769px){.cart-drawer__item{gap:1.5rem;margin-bottom:2rem}}.cart-drawer__item-image{width:80px;height:105px;flex-shrink:0;background:#f5f5f5;overflow:hidden;border-radius:4px}@media screen and (min-width:769px){.cart-drawer__item-image{width:90px;height:120px}}.cart-drawer__item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer__item-info{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:2px 0}.cart-drawer__item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}@media screen and (max-width:375px){.cart-drawer__item-header{flex-direction:column;align-items:flex-start;gap:4px}}.cart-drawer__item-title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin:0;line-height:1.3}@media screen and (min-width:769px){.cart-drawer__item-title{font-size:15px}}.cart-drawer__item-meta{font-size:10px;color:#71717a;text-transform:uppercase;margin-top:4px}.cart-drawer__item-remove{font-size:10px;color:#71717a;text-decoration:none;text-transform:uppercase;font-weight:600;letter-spacing:.05em;transition:color .2s ease}.cart-drawer__item-remove:hover{color:#ef4444}.cart-drawer__item-actions{display:flex;justify-content:space-between;align-items:center;margin-top:auto;gap:8px}.cart-drawer__qty{display:flex;align-items:center;border:1px solid #e4e4e7;border-radius:4px;background-color:#fff;overflow:hidden}.cart-drawer__qty-btn{background:none;border:none;cursor:pointer;color:#71717a;font-size:14px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;padding:0;transition:background-color .2s ease,color .2s ease;touch-action:manipulation}.cart-drawer__qty-btn:hover{background-color:#f4f4f5;color:#000}.cart-drawer__qty-btn:active{background-color:#e4e4e7}.cart-drawer__qty-val{color:#000;font-weight:600;font-size:12px;min-width:24px;text-align:center;-webkit-user-select:none;user-select:none}.cart-drawer__item-price{font-size:13px;font-weight:600}.cart-drawer__total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.cart-drawer__total-label{font-size:13px;font-weight:600;text-transform:uppercase;color:#71717a}.cart-drawer__total-amount{font-size:18px;font-weight:700;color:#000}.cart-drawer__checkout-btn{width:100%;background:#1a1a1a;color:#fff;border:none;padding:1.15rem;font-size:12px;font-weight:700;text-transform:uppercase;cursor:pointer;border-radius:6px;transition:background-color .2s ease}.cart-drawer__checkout-btn:hover{background:#000}.is-loading .cart-drawer__content{opacity:.5;pointer-events:none}.search-drawer__input-wrapper{position:relative;margin-bottom:2rem}.search-drawer__input{width:100%;padding:1rem 1rem 1rem 3.5rem;border:1px solid #e5e5e5;border-radius:4px;font-size:14px;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.search-drawer__input:focus{border-color:#000;box-shadow:0 0 0 1px #000;outline:none}.search-drawer__input-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#71717a;width:18px;height:18px}.search-drawer__suggestions-title{font-size:10px;font-weight:700;color:#999;text-transform:uppercase;margin-bottom:20px}.search-drawer__product-list{display:flex;flex-direction:column;gap:16px}@media screen and (min-width:769px){.search-drawer__product-list{gap:20px}}.search-drawer__product{display:flex;gap:16px;text-decoration:none;color:inherit;align-items:center;padding:8px;border-radius:6px;transition:background-color .2s ease}.search-drawer__product:hover{background-color:#f8f8f8}.search-drawer__product-image{width:56px;height:56px;flex-shrink:0;background:#f5f5f5;border-radius:4px;overflow:hidden}@media screen and (min-width:769px){.search-drawer__product-image{width:64px;height:64px}}.search-drawer__product-image img{width:100%;height:100%;object-fit:cover}.search-drawer__product-info{display:flex;flex-direction:column;justify-content:center}.search-drawer__product-tag{font-family:var(--font-accent);font-size:8px;font-weight:700;color:#71717a;text-transform:uppercase;margin-bottom:4px}.search-drawer__product-title{font-family:var(--font-primary);font-size:12px;font-weight:700;color:#000;text-transform:uppercase;margin:0 0 4px;line-height:1.2}.search-drawer__product-prices{display:flex;gap:8px;align-items:baseline;font-size:11px;font-weight:600;margin-top:0}.search-drawer__product-compare-price{font-size:10px;color:#8c8c94;text-decoration:line-through}html:has(body[style*="overflow: hidden"]){overflow:hidden;height:100dvh}
/*# sourceMappingURL=/cdn/shop/t/2/assets/header.css.map */
