.sprave-announcement{background:var(--sc-color-dark-navy);color:#fff;min-height:var(--sc-announcement-height);display:flex;align-items:center;overflow:hidden;font-size:var(--sc-fs-13);letter-spacing:.02em}.sprave-announcement__track{display:inline-flex;gap:56px;padding-inline:56px;white-space:nowrap;animation:sprave-announce-scroll 40s linear infinite;will-change:transform}.sprave-announcement:hover .sprave-announcement__track,.sprave-announcement:focus-within .sprave-announcement__track{animation-play-state:paused}.sprave-announcement__item{display:inline-flex;align-items:center;gap:12px;color:#fff}.sprave-announcement__item strong{color:var(--sc-color-green);font-weight:var(--sc-fw-semibold)}.sprave-announcement__dot{width:4px;height:4px;border-radius:999px;background:var(--sc-color-green);display:inline-block;flex-shrink:0}@keyframes sprave-announce-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.sprave-header{position:sticky;top:0;z-index:var(--sc-z-header);background:#f5f0e8eb;backdrop-filter:saturate(140%) blur(8px);-webkit-backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid transparent;transition:border-color var(--sc-dur-base) var(--sc-ease-standard),background-color var(--sc-dur-base) var(--sc-ease-standard)}.sprave-header.is-scrolled{background:#fffffff2;border-bottom-color:var(--sc-color-separator)}.sprave-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--sc-space-16);min-height:var(--sc-nav-height);padding-block:8px}@media(min-width:1024px){.sprave-header__inner{min-height:108px}}.sprave-header__logo{display:inline-flex;align-items:center;gap:10px;color:var(--sc-color-navy);font-family:var(--sc-font-display);font-weight:var(--sc-fw-heavy);font-size:var(--sc-fs-24);letter-spacing:-.01em;line-height:1}.sprave-header__logo img{height:64px;width:auto;object-fit:contain}@media(min-width:1024px){.sprave-header__logo img{height:88px}}.sprave-header__nav{display:none}@media(min-width:1024px){.sprave-header__nav{display:flex;align-items:center;justify-content:center;gap:28px}}.sprave-header__nav-link{position:relative;font-size:var(--sc-fs-14);font-weight:var(--sc-fw-semibold);letter-spacing:.02em;color:var(--sc-color-navy);padding:10px 2px;transition:color var(--sc-dur-cta) var(--sc-ease-standard)}.sprave-header__nav-link:hover{color:var(--sc-color-green)}.sprave-header__nav-link[aria-current=page]:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:2px;background:var(--sc-color-green);border-radius:2px}.sprave-header__utils{display:flex;align-items:center;gap:2px;justify-self:end}.sprave-header__util-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--sc-radius-pill);color:var(--sc-color-navy);transition:background-color var(--sc-dur-cta) var(--sc-ease-standard),color var(--sc-dur-cta) var(--sc-ease-standard)}.sprave-header__util-btn:hover{background:#1a3a5c14}.sprave-header__util-btn svg{width:22px;height:22px}.sprave-header__cart{position:relative}.sprave-header__cart-count{position:absolute;top:6px;right:6px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--sc-color-green);color:#fff;font-size:11px;font-weight:var(--sc-fw-bold);display:inline-flex;align-items:center;justify-content:center;line-height:1;transform:scale(1);transition:transform var(--sc-dur-base) var(--sc-ease-emphasized);pointer-events:none}.sprave-header__cart-count[hidden]{display:none}.sprave-header__cart.is-bumped .sprave-header__cart-count{transform:scale(1.25)}.sprave-header__hamburger{display:inline-flex}@media(min-width:1024px){.sprave-header__hamburger{display:none}}.sprave-hamburger{width:22px;height:16px;position:relative}.sprave-hamburger span{position:absolute;left:0;right:0;height:2px;background:currentColor;border-radius:2px;transition:transform var(--sc-dur-base) var(--sc-ease-standard),opacity var(--sc-dur-fast) var(--sc-ease-standard),top var(--sc-dur-base) var(--sc-ease-standard)}.sprave-hamburger span:nth-child(1){top:0}.sprave-hamburger span:nth-child(2){top:7px}.sprave-hamburger span:nth-child(3){top:14px}[aria-expanded=true] .sprave-hamburger span:nth-child(1){top:7px;transform:rotate(45deg)}[aria-expanded=true] .sprave-hamburger span:nth-child(2){opacity:0}[aria-expanded=true] .sprave-hamburger span:nth-child(3){top:7px;transform:rotate(-45deg)}.sprave-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--sc-color-overlay);opacity:0;pointer-events:none;transition:opacity var(--sc-dur-slow) var(--sc-ease-standard);z-index:var(--sc-z-overlay)}.sprave-drawer-overlay.is-open{opacity:1;pointer-events:auto}.sprave-drawer{position:fixed;top:0;left:0;width:min(92vw,420px);height:100dvh;max-height:100vh;background:var(--sc-color-cream);z-index:var(--sc-z-drawer);transform:translate(-102%);transition:transform var(--sc-dur-slow) var(--sc-ease-emphasized);display:flex;flex-direction:column;box-shadow:var(--sc-shadow-xl);overflow:hidden;visibility:hidden}.sprave-drawer.is-open{transform:translate(0);visibility:visible}.sprave-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--sc-color-separator)}.sprave-drawer__title{font-family:var(--sc-font-display);font-weight:var(--sc-fw-heavy);font-size:var(--sc-fs-20);color:var(--sc-color-navy)}.sprave-drawer__close{width:44px;height:44px;border-radius:var(--sc-radius-pill);display:inline-flex;align-items:center;justify-content:center;color:var(--sc-color-navy)}.sprave-drawer__close:hover{background:#1a3a5c14}.sprave-drawer__utility{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 20px;border-bottom:1px solid var(--sc-color-separator)}.sprave-drawer__search{flex:1;min-height:44px;border-radius:var(--sc-radius-pill);padding:10px 16px 10px 40px;background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%231A3A5C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><path d='m21 21-4.3-4.3'/></svg>") no-repeat 14px 50%;border:1.5px solid var(--sc-color-border);font-size:var(--sc-fs-16)}.sprave-drawer__search:focus{outline:none;border-color:var(--sc-color-blue);box-shadow:var(--sc-shadow-focus)}.sprave-drawer__utility-btn{width:44px;height:44px;border-radius:var(--sc-radius-pill);display:inline-flex;align-items:center;justify-content:center;color:var(--sc-color-navy);background:#fff;border:1.5px solid var(--sc-color-border);position:relative}.sprave-drawer__utility-btn svg{width:20px;height:20px}.sprave-drawer__nav{flex:1;overflow-y:auto;padding:8px 8px 16px;-webkit-overflow-scrolling:touch}.sprave-drawer__nav-link{display:flex;align-items:center;justify-content:space-between;padding:16px 14px;margin:2px 0;border-radius:var(--sc-radius-md);font-family:var(--sc-font-display);font-weight:var(--sc-fw-bold);font-size:var(--sc-fs-20);color:var(--sc-color-navy);letter-spacing:-.01em;min-height:52px}.sprave-drawer__nav-link:hover,.sprave-drawer__nav-link:focus-visible{background:#1a3a5c0f;color:var(--sc-color-green);outline:none}.sprave-drawer__nav-link svg{width:16px;height:16px;color:var(--sc-color-ink-muted)}.sprave-drawer__footer{padding:16px 20px 22px;border-top:1px solid var(--sc-color-separator);display:flex;flex-direction:column;gap:16px;background:#fff}.sprave-drawer__secondary{display:flex;flex-wrap:wrap;gap:6px 14px;font-size:var(--sc-fs-14)}.sprave-drawer__secondary a{color:var(--sc-color-ink-muted);padding:6px 4px;transition:color var(--sc-dur-cta) var(--sc-ease-standard)}.sprave-drawer__secondary a:hover{color:var(--sc-color-green)}.sprave-drawer__socials{display:flex;gap:8px}.sprave-drawer__social{width:40px;height:40px;border-radius:var(--sc-radius-pill);display:inline-flex;align-items:center;justify-content:center;background:var(--sc-color-navy);color:#fff}.sprave-drawer__social svg{width:18px;height:18px}.sprave-drawer__social:hover{background:var(--sc-color-green)}.sprave-footer{background:var(--sc-color-dark-navy);color:#fff;padding:64px 0 32px;margin-top:0}.sprave-footer__grid{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:1024px){.sprave-footer__grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px}}.sprave-footer__brand{display:flex;flex-direction:column;gap:14px}.sprave-footer__brand img{width:140px;height:auto}.sprave-footer__brand p{color:#ffffffbf;font-size:var(--sc-fs-14);line-height:var(--sc-lh-loose);max-width:320px}.sprave-footer h4{font-size:var(--sc-fs-13);font-weight:var(--sc-fw-semibold);color:#fff9;text-transform:uppercase;letter-spacing:.14em;margin-bottom:14px;font-family:var(--sc-font-body)}.sprave-footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.sprave-footer a{color:#ffffffe6;font-size:var(--sc-fs-14);transition:color var(--sc-dur-cta) var(--sc-ease-standard)}.sprave-footer a:hover{color:var(--sc-color-blue)}.sprave-footer__bottom{margin-top:40px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;color:#ffffff8c;font-size:var(--sc-fs-13)}.sprave-footer__wordmark{font-family:var(--sc-font-display);font-weight:var(--sc-fw-heavy);font-size:clamp(80px,22vw,260px);line-height:.8;color:#ffffff0f;letter-spacing:-.04em;text-align:center;pointer-events:none;-webkit-user-select:none;user-select:none;margin-top:40px}
/*# sourceMappingURL=/cdn/shop/t/3/assets/sprave-header.css.map */
