.header{position:relative;z-index:20;border-bottom:1px solid var(--hf-border)}.header--sticky{position:sticky;top:0}.header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--hf-space-3);min-height:60px}@media screen and (min-width:1024px){.header__inner{grid-template-columns:auto 1fr auto;min-height:76px;gap:var(--hf-space-8)}}.header__logo{font-size:inherit;margin:0;justify-self:center;line-height:0}@media screen and (min-width:1024px){.header__logo{justify-self:start}.header__inner[data-logo-position=center] .header__logo{justify-self:center;grid-column:2}}.header__logo-link{display:inline-flex;align-items:center;min-height:44px;text-decoration:none;line-height:1}.header__wordmark{font-family:var(--hf-font-heading);font-size:clamp(1.25rem,1.1rem + .7vw,1.5rem);letter-spacing:-.03em;line-height:1;white-space:nowrap;color:var(--hf-ink)}.header__wordmark-happy{font-weight:700}.header__wordmark-fur{font-weight:300}.header__mobile-toggle{justify-self:start;margin-inline-start:calc(var(--hf-space-2) * -1)}@media screen and (min-width:1024px){.header__mobile-toggle{display:none}}.header__mobile-toggle-close,.header__mobile-toggle[aria-expanded=true] .header__mobile-toggle-open{display:none}.header__mobile-toggle[aria-expanded=true] .header__mobile-toggle-close{display:block}.header__nav{display:none}@media screen and (min-width:1024px){.header__nav{display:block;justify-self:start}.header__inner[data-logo-position=center] .header__nav{grid-column:1;grid-row:1}}.header__nav-list{display:flex;align-items:center;gap:var(--hf-space-1);list-style:none}.header__nav-item{position:static}.header__nav-link{display:flex;align-items:center;gap:var(--hf-space-1);padding:var(--hf-space-2) var(--hf-space-3);min-height:44px;border-radius:var(--hf-radius-button);font-size:var(--hf-text-sm);font-weight:500;text-decoration:none;white-space:nowrap;transition:background-color var(--hf-dur-fast) var(--hf-ease)}.header__nav-link:hover{background-color:var(--hf-surface)}.header__nav-link[aria-current=page]{font-weight:600}.header__nav-caret{display:flex;transition:transform var(--hf-dur-base) var(--hf-ease)}.header__disclosure[open]>.header__nav-link .header__nav-caret{transform:rotate(180deg)}.header__dropdown{position:absolute;top:100%;z-index:30;min-width:220px;padding:var(--hf-space-3);margin-top:1px;background-color:var(--hf-bg);border:1px solid var(--hf-border);border-radius:var(--hf-radius-card);box-shadow:var(--hf-shadow-lg)}.header__dropdown ul{list-style:none}.header__dropdown-link{display:block;padding:var(--hf-space-2) var(--hf-space-3);border-radius:var(--hf-radius-button);font-size:var(--hf-text-sm);text-decoration:none}.header__dropdown-link:hover{background-color:var(--hf-surface)}.mega-menu{position:absolute;left:0;right:0;top:100%;z-index:30;background-color:var(--hf-bg);border-top:1px solid var(--hf-border);border-bottom:1px solid var(--hf-border);box-shadow:var(--hf-shadow-lg)}.mega-menu__inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--hf-space-10);padding-block:var(--hf-space-8);align-items:start}.mega-menu__column--featured{max-width:280px;justify-self:end}.mega-menu__heading{margin-bottom:var(--hf-space-4)}.mega-menu__links{list-style:none;display:flex;flex-direction:column;gap:var(--hf-space-1)}.mega-menu__link{display:inline-flex;align-items:center;gap:var(--hf-space-2);padding-block:var(--hf-space-2);font-size:var(--hf-text-base);text-decoration:none}.mega-menu__link:hover{text-decoration:underline;text-underline-offset:.25em}.mega-menu__link--all{font-weight:600;color:var(--hf-accent-text)}.mega-menu__featured{display:block;text-decoration:none}.mega-menu__featured .media{margin-bottom:var(--hf-space-3)}.mega-menu__featured img{transition:transform var(--hf-dur-slow) var(--hf-ease)}.mega-menu__featured:hover img{transform:scale(1.03)}.mega-menu__featured-title{display:block;font-size:var(--hf-text-sm);font-weight:600}.mega-menu__featured-price{display:block;font-size:var(--hf-text-sm);color:var(--hf-text-muted)}.header__actions{display:flex;align-items:center;gap:var(--hf-space-1);justify-self:end}.header__action--account{display:none}@media screen and (min-width:1024px){.header__action--account{display:inline-flex}}.header__cart{position:relative}.header__cart-count{position:absolute;top:4px;right:2px;min-width:18px;height:18px;padding-inline:4px;display:grid;place-items:center;border-radius:var(--hf-radius-pill);background-color:var(--hf-ink);color:var(--hf-bg);font-size:11px;font-weight:700;line-height:1}.header__cart-count[hidden]{display:none}.mobile-nav{position:absolute;left:0;right:0;top:100%;z-index:25;max-height:calc(100dvh - var(--hf-header-height));overflow-y:auto;background-color:var(--hf-bg);border-bottom:1px solid var(--hf-border);box-shadow:var(--hf-shadow-lg)}.mobile-nav[hidden]{display:none}@media screen and (min-width:1024px){.mobile-nav{display:none}}.mobile-nav__inner{padding:var(--hf-space-2) var(--hf-gutter) var(--hf-space-8)}.mobile-nav__list{list-style:none}.mobile-nav__item{border-bottom:1px solid var(--hf-border)}.mobile-nav__link{display:flex;align-items:center;justify-content:space-between;gap:var(--hf-space-4);padding-block:var(--hf-space-4);min-height:52px;font-size:var(--hf-text-lg);font-weight:500;text-decoration:none}.mobile-nav__caret{display:flex;transition:transform var(--hf-dur-base) var(--hf-ease)}.mobile-nav__disclosure[open] .mobile-nav__caret{transform:rotate(180deg)}.mobile-nav__sublist{list-style:none;padding-bottom:var(--hf-space-4);padding-inline-start:var(--hf-space-4)}.mobile-nav__sublink{display:flex;align-items:center;min-height:44px;padding-block:var(--hf-space-2);font-size:var(--hf-text-base);color:var(--hf-text-muted);text-decoration:none}.mobile-nav__sublink--all{color:var(--hf-accent-text);font-weight:600}.mobile-nav__footer{display:flex;flex-wrap:wrap;gap:var(--hf-space-6);padding-top:var(--hf-space-6)}.mobile-nav__utility{display:inline-flex;align-items:center;gap:var(--hf-space-2);min-height:44px;font-size:var(--hf-text-sm);font-weight:600;text-decoration:none}body.mobile-nav-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/7/assets/header.css.map */
