.brand-header{width:100%;font-family:var(--brand-font-body);box-sizing:border-box}.brand-header *,.brand-header *:before,.brand-header *:after{box-sizing:border-box}.brand-header.is-sticky{position:fixed;top:0;left:0;right:0;z-index:var(--brand-z-sticky);transition:transform var(--brand-duration-base) var(--brand-ease-out);will-change:transform}.brand-header.is-sticky .brand-header__announcement{display:none}.brand-header.is-sticky.is-hidden{transform:translateY(-100%)}.brand-header__spacer{display:none}.brand-header__spacer.is-active{display:block}.brand-drawer__search-input::-webkit-search-cancel-button,.brand-drawer__search-input::-webkit-search-decoration,.brand-drawer__search-input::-webkit-search-results-button,.brand-drawer__search-input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none;display:none}.brand-drawer__search-input::-ms-clear,.brand-drawer__search-input::-ms-reveal{display:none;width:0;height:0}.brand-header__announcement{background-color:var(--header-announcement-bg);color:var(--header-announcement-fg);padding:1.2rem 0;font-size:var(--brand-fs-14);font-weight:var(--brand-fw-semibold);letter-spacing:var(--brand-ls-wide);text-transform:uppercase;line-height:1.3}.brand-header__announcement-inner{display:flex;align-items:stretch;justify-content:center;gap:0;text-align:center}.brand-header__announcement-item{flex:1 1 0;min-width:0;display:flex;align-items:center;justify-content:center;gap:var(--brand-space-2);padding:0 var(--brand-space-3);position:relative;text-align:center}.brand-header__announcement-item:not(:first-child):before{content:"";position:absolute;left:0;top:18%;bottom:18%;width:2px;background-color:currentColor;opacity:.7;border-radius:1px}.brand-header__announcement-link{display:inline-flex;align-items:center;gap:var(--brand-space-2);color:inherit;text-decoration:none;transition:opacity var(--brand-duration-fast) var(--brand-ease-out)}.brand-header__announcement-link:hover{opacity:.85}.brand-header__announcement .ui-icon{flex-shrink:0;width:1.6rem;height:1.6rem}.brand-header__announcement-text{display:inline-block;line-height:1.2}.brand-header__bar{position:relative;background-color:var(--header-bg);color:var(--header-fg);padding:var(--brand-space-3) 0;border-bottom:1px solid rgba(0,0,0,.06)}.brand-header__bar-inner{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center;gap:var(--brand-space-4);min-height:5.6rem;width:100%}.brand-header__zone{display:flex!important;align-items:center;gap:var(--brand-space-2);flex:1 1 0!important;min-width:0}.brand-header__zone--center{flex:0 1 auto!important;justify-content:center!important}.brand-header__zone--right{justify-content:flex-end!important}.brand-header__logo{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:inherit;line-height:0}.brand-header__logo-img{display:block;width:var(--header-logo-w-mobile);height:auto;max-height:6rem;object-fit:contain}.brand-header__logo-text{font-family:var(--brand-font-display);font-size:var(--brand-fs-30);font-weight:var(--brand-fw-bold);letter-spacing:var(--brand-ls-tight);color:var(--header-fg);white-space:nowrap}.brand-header__icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;padding:0;border:0;border-radius:var(--brand-radius-pill);background:transparent;color:var(--header-fg);text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background-color var(--brand-duration-fast) var(--brand-ease-out),transform var(--brand-duration-fast) var(--brand-ease-out)}.brand-header__icon-btn:hover{background-color:#0000000f;transform:translateY(-1px)}.brand-header__icon-btn:focus-visible{outline:none;box-shadow:var(--brand-focus-ring)}.brand-header__icon-btn .ui-icon{width:2.8rem;height:2.8rem}.brand-header__cart{position:relative}.brand-header__menu-trigger{font:inherit}@media(min-width:990px){.brand-header__menu-trigger{display:none}}.brand-header__cart-count{position:absolute;top:-.2rem;right:-.4rem;display:flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .6rem;border-radius:var(--brand-radius-pill);background-color:var(--brand-orange-500);color:var(--brand-ink-900);font-size:var(--brand-fs-12);font-weight:var(--brand-fw-bold);line-height:1}.brand-header__cart-count[hidden]{display:none}@media(min-width:750px){.brand-header__bar{padding:var(--brand-space-4) 0}.brand-header__bar-inner{min-height:6.4rem}.brand-header__logo-img{width:var(--header-logo-w-desktop);max-height:7.2rem}.brand-header__icon-btn{width:4.8rem;height:4.8rem}.brand-header__icon-btn .ui-icon{width:3.2rem;height:3.2rem}.brand-header__announcement{font-size:var(--brand-fs-14);padding:1.2rem 0}.brand-header__announcement-inner{max-width:80rem}.brand-header__announcement .ui-icon{width:1.8rem;height:1.8rem}}@media(max-width:749px){.brand-header__announcement{font-size:1.1rem;padding:.8rem 0;letter-spacing:.02em}.brand-header__announcement-item{padding:0 var(--brand-space-2);gap:.4rem}.brand-header__announcement .ui-icon{width:1.2rem;height:1.2rem}}.brand-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--brand-z-drawer);visibility:hidden;pointer-events:none;background-color:#0000;transition:background-color var(--brand-duration-base) var(--brand-ease-out),visibility 0s linear var(--brand-duration-base)}.brand-drawer.is-open{visibility:visible;pointer-events:auto;background-color:#00000059;transition:background-color var(--brand-duration-base) var(--brand-ease-out),visibility 0s linear 0s}.brand-drawer__panel{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;width:100%;max-width:100%;background-color:var(--brand-bg);color:var(--brand-fg);transform:translate(-100%);transition:transform var(--brand-duration-slow) var(--brand-ease-out);will-change:transform;overflow:hidden}.brand-drawer.is-open .brand-drawer__panel{transform:translate(0)}@media(min-width:750px){.brand-drawer__panel{max-width:44rem;box-shadow:var(--brand-shadow-xl)}}.brand-drawer__header{position:relative;display:flex;align-items:center;justify-content:center;padding:var(--brand-space-4) var(--brand-space-5);flex-shrink:0;border-bottom:1px solid var(--brand-border-soft)}.brand-drawer__title{font-family:var(--brand-font-body);font-size:var(--brand-fs-16);font-weight:var(--brand-fw-bold);color:var(--brand-fg);letter-spacing:var(--brand-ls-tight)}.brand-drawer__close{position:absolute;right:var(--brand-space-3);top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;padding:0;border:0;border-radius:var(--brand-radius-pill);background:transparent;color:var(--brand-fg);cursor:pointer;transition:background-color var(--brand-duration-fast) var(--brand-ease-out)}.brand-drawer__close:hover{background-color:#0000000f}.brand-drawer__close:focus-visible{outline:none;box-shadow:var(--brand-focus-ring)}.brand-drawer__close .ui-icon{width:2.4rem;height:2.4rem}.brand-drawer__search{position:relative;display:flex;align-items:center;margin:var(--brand-space-4) var(--brand-space-5);padding:0 var(--brand-space-4);background-color:var(--brand-ink-50);border:1px solid var(--brand-border-soft);border-radius:var(--brand-radius-pill);flex-shrink:0}.brand-drawer__search:focus-within{border-color:var(--brand-primary);background-color:var(--brand-bg);box-shadow:var(--brand-focus-ring)}.brand-drawer__search-icon{display:inline-flex;align-items:center;color:var(--brand-fg-muted);margin-right:var(--brand-space-2)}.brand-drawer__search-icon .ui-icon{width:1.8rem;height:1.8rem}.brand-drawer__search-input{flex:1 1 auto;min-width:0;height:4.4rem;padding:0;border:0;background:transparent;font-family:var(--brand-font-body);font-size:var(--brand-fs-16);color:var(--brand-fg)}.brand-drawer__search-input::placeholder{color:var(--brand-fg-subtle)}.brand-drawer__search-input:focus{outline:none}.brand-drawer__search-clear{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;padding:0;margin-left:var(--brand-space-2);border:0;border-radius:var(--brand-radius-pill);background:transparent;color:var(--brand-fg-muted);cursor:pointer}.brand-drawer__search-clear:hover{background-color:#0000000f;color:var(--brand-fg)}.brand-drawer__nav{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:var(--brand-space-4) var(--brand-space-5) var(--brand-space-12)}.brand-drawer__section-title{margin:var(--brand-space-6) 0 var(--brand-space-2);font-family:var(--brand-font-display);font-size:var(--brand-fs-24);font-weight:var(--brand-fw-bold);color:var(--brand-fg);letter-spacing:var(--brand-ls-tight)}.brand-drawer__section-title:first-child{margin-top:0}.brand-drawer__separator{margin:var(--brand-space-4) 0;border:0;border-top:1px solid var(--brand-border-soft)}.brand-drawer__cta-wrap{margin:var(--brand-space-3) 0 var(--brand-space-2)}.brand-drawer__nav-link{display:flex;align-items:center;justify-content:space-between;gap:var(--brand-space-3);padding:var(--brand-space-3) 0;color:var(--brand-fg);text-decoration:none;font-family:var(--brand-font-body);font-size:var(--brand-fs-16);font-weight:var(--brand-fw-medium);transition:color var(--brand-duration-fast) var(--brand-ease-out)}.brand-drawer__nav-link:hover{color:var(--brand-primary)}.brand-drawer__nav-link .ui-icon{color:var(--brand-fg-muted);flex-shrink:0}.brand-nav-category{border:0}.brand-nav-category__summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:var(--brand-space-3);padding:var(--brand-space-4) 0;font-family:var(--brand-font-body);font-size:var(--brand-fs-18);font-weight:var(--brand-fw-bold);color:var(--brand-fg);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.brand-nav-category__summary::-webkit-details-marker{display:none}.brand-nav-category__summary:hover{color:var(--brand-primary)}.brand-nav-category__title{flex:1 1 auto;letter-spacing:var(--brand-ls-tight)}.brand-nav-category__chevron{display:inline-flex;align-items:center;color:var(--brand-fg-muted);transition:transform var(--brand-duration-fast) var(--brand-ease-out)}.brand-nav-category[open] .brand-nav-category__chevron{transform:rotate(180deg)}.brand-nav-category__body{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--brand-space-4);padding:var(--brand-space-2) 0 var(--brand-space-5)}.brand-nav-product{display:flex;flex-direction:column;gap:var(--brand-space-2);text-decoration:none;color:var(--brand-fg);transition:transform var(--brand-duration-fast) var(--brand-ease-out)}.brand-nav-product:hover{transform:translateY(-2px)}.brand-nav-product__media{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1;border-radius:var(--brand-radius-lg);overflow:hidden}.brand-nav-product__img{width:100%;height:100%;object-fit:contain;padding:var(--brand-space-3)}.brand-nav-product__badge{position:absolute;top:var(--brand-space-2);left:var(--brand-space-2);display:inline-flex;align-items:center;padding:.4rem .8rem;border-radius:var(--brand-radius-pill);font-family:var(--brand-font-body);font-size:var(--brand-fs-12);font-weight:var(--brand-fw-bold);letter-spacing:var(--brand-ls-wide);text-transform:uppercase;line-height:1}.brand-nav-product__text{display:flex;flex-direction:column;gap:.2rem}.brand-nav-product__title{font-family:var(--brand-font-body);font-size:var(--brand-fs-15);font-weight:var(--brand-fw-medium);color:var(--brand-fg);line-height:1.3}.brand-nav-product__desc{font-family:var(--brand-font-body);font-size:var(--brand-fs-13);font-weight:var(--brand-fw-regular);color:var(--brand-fg-muted);line-height:1.4}.brand-nav-view-all{grid-column:1 / -1;display:inline-flex;align-items:center;justify-content:flex-start;gap:var(--brand-space-2);padding:var(--brand-space-2) 0;color:var(--brand-primary);text-decoration:none;font-family:var(--brand-font-body);font-size:var(--brand-fs-14);font-weight:var(--brand-fw-semibold);letter-spacing:var(--brand-ls-wide);text-transform:uppercase;transition:gap var(--brand-duration-fast) var(--brand-ease-out)}.brand-nav-view-all:hover{gap:var(--brand-space-3)}body.brand-drawer-open{overflow:hidden}.brand-drawer__results{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:var(--brand-space-4) var(--brand-space-5) var(--brand-space-12);display:none;flex-direction:column;gap:var(--brand-space-5)}.brand-drawer__results[data-visible=true]{display:flex}.brand-drawer__nav[data-hidden=true]{display:none}.brand-search-empty{padding:var(--brand-space-6) 0;text-align:center;color:var(--brand-fg-muted);font-size:var(--brand-fs-15)}.brand-search-loading{padding:var(--brand-space-4) 0;text-align:center;color:var(--brand-fg-muted);font-size:var(--brand-fs-14)}.brand-search-group__title{margin:0 0 var(--brand-space-3);font-family:var(--brand-font-body);font-size:var(--brand-fs-12);font-weight:var(--brand-fw-bold);letter-spacing:var(--brand-ls-wider);text-transform:uppercase;color:var(--brand-fg-muted)}.brand-search-products{display:flex;flex-direction:column;gap:var(--brand-space-2)}.brand-search-product{display:flex;align-items:center;gap:var(--brand-space-3);padding:var(--brand-space-2);border-radius:var(--brand-radius-md);text-decoration:none;color:var(--brand-fg);transition:background-color var(--brand-duration-fast) var(--brand-ease-out)}.brand-search-product:hover{background-color:var(--brand-cream-100)}.brand-search-product__media{flex:0 0 auto;width:6rem;height:6rem;border-radius:var(--brand-radius-md);background-color:var(--brand-ink-50);overflow:hidden;display:flex;align-items:center;justify-content:center}.brand-search-product__media img{width:100%;height:100%;object-fit:contain;padding:.4rem}.brand-search-product__text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.2rem}.brand-search-product__title{font-family:var(--brand-font-body);font-size:var(--brand-fs-15);font-weight:var(--brand-fw-semibold);color:var(--brand-fg);line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.brand-search-product__price{font-family:var(--brand-font-body);font-size:var(--brand-fs-14);font-weight:var(--brand-fw-semibold);color:var(--brand-primary)}.brand-search-links{display:flex;flex-direction:column;gap:0}.brand-search-link{display:flex;align-items:center;gap:var(--brand-space-2);padding:var(--brand-space-3) var(--brand-space-2);border-radius:var(--brand-radius-md);color:var(--brand-fg);text-decoration:none;font-family:var(--brand-font-body);font-size:var(--brand-fs-15);font-weight:var(--brand-fw-semibold);transition:background-color var(--brand-duration-fast) var(--brand-ease-out)}.brand-search-link:hover{background-color:var(--brand-cream-100);color:var(--brand-primary)}.brand-search-view-all{display:inline-flex;align-items:center;justify-content:center;gap:var(--brand-space-2);margin-top:var(--brand-space-2);padding:var(--brand-space-3);border-radius:var(--brand-radius-pill);background-color:var(--brand-primary);color:var(--brand-cta-fg);text-decoration:none;font-family:var(--brand-font-body);font-size:var(--brand-fs-14);font-weight:var(--brand-fw-semibold);letter-spacing:var(--brand-ls-wide);text-transform:uppercase;transition:background-color var(--brand-duration-fast) var(--brand-ease-out),transform var(--brand-duration-fast) var(--brand-ease-out)}.brand-search-view-all:hover{background-color:var(--brand-primary-hover);transform:translateY(-1px)}@media(max-width:989px){.brand-header__nav{display:none}}@media(min-width:990px){.brand-header__zone--left{flex:1 1 0;justify-content:flex-start;min-width:0}.brand-header__nav{display:flex;align-items:center;gap:var(--brand-space-8);list-style:none;margin:0;padding:0}.brand-header__nav-item{position:relative}.brand-header__nav-trigger{display:inline-flex;align-items:center;gap:var(--brand-space-2);padding:var(--brand-space-3) 0;border:0;background:transparent;color:var(--header-fg);font-family:var(--brand-font-body);font-size:var(--brand-fs-16);font-weight:var(--brand-fw-semibold);letter-spacing:var(--brand-ls-tight);cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:transparent}.brand-header__nav-label{text-decoration:none;border-bottom:none}.brand-header__nav-trigger:focus-visible{outline:none;box-shadow:var(--brand-focus-ring);border-radius:var(--brand-radius-sm)}.brand-header__nav-label{position:relative;display:inline-block}.brand-header__nav-trigger .ui-icon{transition:transform var(--brand-duration-fast) var(--brand-ease-out);color:currentColor}.brand-header__nav-item.is-open .brand-header__nav-trigger .ui-icon,.brand-header__nav-item:hover .brand-header__nav-trigger .ui-icon{transform:rotate(180deg)}.brand-header__nav-item:hover .brand-header__nav-label:after,.brand-header__nav-item.is-open .brand-header__nav-label:after{content:"";position:absolute;left:0;right:0;bottom:-.4rem;height:2px;background-color:currentColor}.brand-header__nav-item:after{content:"";position:absolute;top:100%;left:0;right:0;height:1.6rem;pointer-events:none}.brand-header__nav-item.is-open:after,.brand-header__nav-item:hover:after{pointer-events:auto}.brand-header__nav-panel{position:absolute;top:calc(100% + 1.6rem);left:0;background-color:var(--brand-bg);border-radius:var(--brand-radius-xl);box-shadow:var(--brand-shadow-lg);padding:var(--brand-space-6);opacity:0;pointer-events:none;transform:translateY(-.8rem);transition:opacity var(--brand-duration-fast) var(--brand-ease-out),transform var(--brand-duration-fast) var(--brand-ease-out);z-index:var(--brand-z-dropdown);color:var(--brand-fg)}.brand-header__nav-item.is-open .brand-header__nav-panel,.brand-header__nav-item:hover .brand-header__nav-panel{opacity:1;pointer-events:auto;transform:translateY(0)}.brand-header__nav-products{display:grid;grid-template-columns:24rem 1fr;gap:var(--brand-space-6);width:86rem}.brand-header__nav-cats{display:flex;flex-direction:column;gap:var(--brand-space-3);border-right:1px solid var(--brand-border-soft);padding-right:var(--brand-space-4)}.brand-header__nav-cats-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem;flex:1 1 auto}.brand-header__nav-cats-list li{list-style:none}.brand-header__nav-cat-tab{display:flex;align-items:center;justify-content:space-between;gap:var(--brand-space-2);width:100%;padding:var(--brand-space-3) var(--brand-space-4);border:0;border-radius:var(--brand-radius-md);background:transparent;color:var(--brand-fg);font-family:var(--brand-font-body);font-size:var(--brand-fs-15);font-weight:var(--brand-fw-semibold);cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;transition:background-color var(--brand-duration-fast) var(--brand-ease-out)}.brand-header__nav-cat-tab .ui-icon{color:var(--brand-fg-muted);flex-shrink:0}.brand-header__nav-cat-tab:hover,.brand-header__nav-cat-tab.is-active{background-color:var(--brand-cream-100)}.brand-header__nav-cta-wrap{margin-top:var(--brand-space-3)}.brand-header__nav-cat-panels{position:relative;min-height:28rem}.brand-header__nav-cat-panel{display:none}.brand-header__nav-cat-panel.is-active{display:block}.brand-header__nav-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--brand-space-4)}.brand-header__nav-product{display:flex;flex-direction:column;gap:var(--brand-space-2);text-decoration:none;color:var(--brand-fg);transition:transform var(--brand-duration-fast) var(--brand-ease-out)}.brand-header__nav-product:hover{transform:translateY(-2px)}.brand-header__nav-product-media{position:relative;aspect-ratio:1;border-radius:var(--brand-radius-lg);overflow:hidden;display:flex;align-items:center;justify-content:center}.brand-header__nav-product-img{width:100%;height:100%;object-fit:contain;padding:var(--brand-space-3)}.brand-header__nav-product-badge{position:absolute;top:var(--brand-space-2);left:var(--brand-space-2);display:inline-flex;align-items:center;padding:.4rem .8rem;border-radius:var(--brand-radius-pill);font-family:var(--brand-font-body);font-size:var(--brand-fs-12);font-weight:var(--brand-fw-bold);letter-spacing:var(--brand-ls-wide);text-transform:uppercase;line-height:1}.brand-header__nav-product-text{display:flex;flex-direction:column;gap:.2rem}.brand-header__nav-product-title{font-family:var(--brand-font-body);font-size:var(--brand-fs-15);font-weight:var(--brand-fw-bold);color:var(--brand-fg);line-height:1.3}.brand-header__nav-product-desc{font-family:var(--brand-font-body);font-size:var(--brand-fs-13);color:var(--brand-fg-muted);line-height:1.4}.brand-header__nav-view-all{grid-column:1 / -1;display:inline-flex;align-items:center;justify-content:flex-start;gap:var(--brand-space-2);margin-top:var(--brand-space-2);padding:var(--brand-space-2);color:var(--brand-primary);text-decoration:none;font-family:var(--brand-font-body);font-size:var(--brand-fs-14);font-weight:var(--brand-fw-semibold);letter-spacing:var(--brand-ls-wide);text-transform:uppercase;transition:gap var(--brand-duration-fast) var(--brand-ease-out)}.brand-header__nav-view-all:hover{gap:var(--brand-space-3)}.brand-header__nav-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(24rem,1fr));gap:var(--brand-space-3) var(--brand-space-6);min-width:80rem;padding:var(--brand-space-3)}.brand-header__nav-link{display:flex;align-items:center;gap:var(--brand-space-3);padding:var(--brand-space-3) var(--brand-space-2);border-radius:var(--brand-radius-md);color:var(--brand-fg);text-decoration:none;font-family:var(--brand-font-body);font-size:var(--brand-fs-15);font-weight:var(--brand-fw-semibold);transition:background-color var(--brand-duration-fast) var(--brand-ease-out)}.brand-header__nav-link:hover{background-color:var(--brand-cream-100)}.brand-header__nav-link-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--brand-fg)}.brand-header__nav-link-icon .ui-icon{width:2.4rem;height:2.4rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-header.css.map */
