ba-header{display:block;position:relative;width:100%;background:var(--ba-h-bg);color:var(--ba-h-fg);font-family:var(--ba-font-body);z-index:99;margin-bottom:var(--ba-h-margin-bottom);border-bottom:1px solid var(--ba-h-border)}ba-header.ba-header--transparent{background:transparent;border-bottom:none}ba-header.ba-header--sticky-always,ba-header.ba-header--sticky-on-scroll-up{position:sticky;top:0;transition:transform .3s var(--ba-ease),background .3s var(--ba-ease),box-shadow .3s var(--ba-ease)}ba-header.is-stuck{background:var(--ba-h-bg);box-shadow:0 1px 0 var(--ba-h-border);border-bottom:0}ba-header.ba-header--sticky-on-scroll-up.is-stuck:not(.is-visible){transform:translateY(-100%)}ba-header.ba-header--sticky-on-scroll-up.is-stuck.is-visible{transform:translateY(0)}.ba-header__row{width:100%;position:relative}.ba-header--centered-two-row .ba-header__row--top{border-bottom:1px solid var(--ba-h-border)}.ba-header__row--nav{display:none}@media screen and (min-width:990px){.ba-header--centered-two-row .ba-header__row--nav{display:block;padding:var(--ba-h-nav-row-py) 0}}.ba-header__bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;width:100%;max-width:var(--ba-page-width);margin-inline:auto;padding:var(--ba-h-pad-y) var(--ba-h-pad-right) var(--ba-h-pad-y) var(--ba-h-pad-left)}.ba-header__left,.ba-header__right{display:flex;align-items:center;gap:var(--ba-h-nav-gap);min-width:0}.ba-header__left{justify-content:flex-start}.ba-header__right{justify-content:flex-end}.ba-header__center{display:flex;align-items:center;justify-content:center}.ba-header__logo-link{display:inline-flex;align-items:center;text-decoration:none;color:inherit}.ba-header__logo{display:block;width:var(--ba-h-logo-width);height:auto;max-height:var(--ba-h-logo-max-height, 60px);object-fit:contain}.ba-header__logo-text{font-family:var(--ba-font-heading);font-size:22px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;white-space:nowrap}@media screen and (min-width:750px){.ba-header__logo-text{font-size:26px;letter-spacing:2px}}@media screen and (min-width:990px){.ba-header__logo-text{font-size:30px;letter-spacing:3px}}.ba-header__nav{display:none}@media screen and (min-width:990px){.ba-header--centered-single-row .ba-header__nav{display:flex;flex:1}.ba-header__nav--left{justify-content:flex-end}.ba-header__nav--right{justify-content:flex-start}}.ba-header__nav-row{display:flex;justify-content:center;width:100%}.ba-header__nav-list{display:flex;list-style:none;margin:0;padding:0;gap:var(--ba-h-nav-gap);align-items:center;flex-wrap:nowrap}.ba-header__nav-list--full{flex-wrap:nowrap;justify-content:center;padding:0 var(--ba-h-pad-right) 0 var(--ba-h-pad-left);width:100%;max-width:var(--ba-page-width)}.ba-header__nav-item{position:relative}.ba-header__nav-link{display:inline-flex;align-items:center;gap:6px;padding:6px 0;font-family:var(--ba-font-body);font-size:var(--ba-h-nav-size);font-weight:500;letter-spacing:var(--ba-h-nav-spacing);text-transform:uppercase;text-decoration:none;color:var(--ba-h-fg);white-space:nowrap;transition:color .2s var(--ba-ease);position:relative}.ba-header__nav-link:hover,.ba-header__nav-link.is-active{color:var(--ba-h-fg-hover)}.ba-header__nav-link.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:1px;background:currentColor}.ba-header__caret{transition:transform .2s var(--ba-ease)}.ba-header__nav-item.has-dropdown:hover .ba-header__caret{transform:rotate(180deg)}.ba-header__badge{display:inline-flex;align-items:center;justify-content:center;margin-left:4px;padding:2px 6px;font-family:var(--ba-font-body);font-size:9px;font-weight:600;letter-spacing:1px;text-transform:uppercase;border-radius:2px;vertical-align:middle;line-height:1}.ba-header__badge--new{background:var(--ba-color-fg, #1A1A1A);color:#fff}.ba-header__badge--sale{background:var(--ba-color-accent, #FF6F5C);color:#fff}.ba-header__dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(8px);min-width:220px;background:#fff;border:1px solid var(--ba-color-border);padding:16px 0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s var(--ba-ease),transform .2s var(--ba-ease),visibility .2s;z-index:100}.ba-header__nav-item.has-dropdown:hover .ba-header__dropdown,.ba-header__nav-item.has-dropdown:focus-within .ba-header__dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.ba-header__dropdown-list{list-style:none;margin:0;padding:0}.ba-header__dropdown-link{display:block;padding:10px 24px;font-family:var(--ba-font-body);font-size:13px;color:var(--ba-h-fg);text-decoration:none;white-space:nowrap;transition:background .15s var(--ba-ease),color .15s var(--ba-ease)}.ba-header__dropdown-link:hover,.ba-header__dropdown-link.is-active{background:var(--ba-color-accent-soft);color:var(--ba-color-accent)}.ba-header__icons{display:flex;align-items:center;gap:4px;flex-shrink:0}.ba-header__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:0;cursor:pointer;color:var(--ba-h-fg);text-decoration:none;position:relative;transition:color .2s var(--ba-ease);border-radius:0}.ba-header__icon-btn:hover{color:var(--ba-h-fg-hover)}.ba-header__icon-btn svg{width:var(--ba-h-icon-size);height:var(--ba-h-icon-size)}.ba-header__icon-btn--desktop{display:none}@media screen and (min-width:990px){.ba-header__icon-btn--desktop{display:inline-flex}}.ba-header__icon-btn--mobile-only{display:inline-flex}@media screen and (min-width:990px){.ba-header__icon-btn--mobile-only{display:none}}.ba-header__cart-count{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--ba-color-accent);color:#fff;font-size:10px;font-weight:600;letter-spacing:0;display:inline-flex;align-items:center;justify-content:center;line-height:1}.ba-header__cart-count.is-empty{display:none}.ba-header__hamburger{display:inline-flex}@media screen and (min-width:990px){.ba-header__hamburger{display:none}}.ba-hamburger{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px;width:18px}.ba-hamburger--lines span{display:block;width:18px;height:1.5px;background:currentColor}.ba-hamburger--dots{flex-direction:row;gap:3px;width:auto}.ba-hamburger--dots span{display:block;width:4px;height:4px;border-radius:50%;background:currentColor}.ba-hamburger--word{font-size:11px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase}.ba-header__drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:block}.ba-header__drawer[hidden]{display:none!important}.ba-header__drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .3s var(--ba-ease)}.ba-header__drawer.is-open .ba-header__drawer-overlay{opacity:1}.ba-header__drawer-panel{position:absolute;top:0;left:0;bottom:0;width:min(380px,100%);background:#fff;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s var(--ba-ease);overflow-y:auto}.ba-header__drawer.is-open .ba-header__drawer-panel{transform:translate(0)}.ba-header__drawer-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--ba-color-border)}.ba-header__drawer-title{font-family:var(--ba-font-heading);font-size:18px;font-weight:500;letter-spacing:.5px}.ba-header__drawer-logo-link{display:inline-flex;align-items:center;text-decoration:none;line-height:0}.ba-header__drawer-logo{display:block;width:var(--ba-drawer-logo-w, 120px);height:auto;max-height:56px;object-fit:contain}.ba-header__drawer-nav{flex:1;padding:8px 0}.ba-header__drawer-list{list-style:none;margin:0;padding:0}.ba-header__drawer-item{border-bottom:1px solid var(--ba-color-border)}.ba-header__drawer-link{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;font-family:var(--ba-font-body);font-size:14px;font-weight:500;letter-spacing:1px;text-transform:uppercase;text-decoration:none;color:var(--ba-color-fg);background:transparent;border:0;width:100%;cursor:pointer;list-style:none}.ba-header__drawer-link::-webkit-details-marker{display:none}.ba-header__drawer-caret{transition:transform .2s var(--ba-ease)}.ba-header__drawer-item details[open] .ba-header__drawer-caret{transform:rotate(180deg)}.ba-header__drawer-sublist{list-style:none;margin:0;padding:0 20px 12px 32px;background:var(--ba-color-accent-soft)}.ba-header__drawer-sublink{display:block;padding:10px 0;font-size:13px;color:var(--ba-color-fg);text-decoration:none}.ba-header__drawer-sublink:hover{color:var(--ba-color-accent)}.ba-header__drawer-foot{padding:20px;border-top:1px solid var(--ba-color-border)}@media screen and (max-width:989px){.ba-header__bar{grid-template-columns:1fr auto 1fr;gap:4px}.ba-header__nav,.ba-header__row--nav,.ba-header__icon-btn--desktop{display:none}.ba-header__icons{gap:0}.ba-header__logo{max-height:var(--ba-h-logo-max-height, 36px);max-width:160px}.ba-header__logo-text{font-size:18px;letter-spacing:1px}}@media screen and (max-width:749px){.ba-header__icon-btn{width:36px;height:36px}.ba-header__icon-btn svg{width:18px;height:18px}.ba-header__hamburger{margin-left:-6px}.ba-header__logo{max-height:var(--ba-h-logo-max-height, 32px);max-width:140px}.ba-header__logo-text{font-size:16px;letter-spacing:.8px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-ba-header.css.map */
