.cf-header{--cf-header-h: 76px;--cf-header-bg: var(--cf-cream);--cf-header-fg: var(--cf-forest);position:sticky;top:0;z-index:60;background:var(--cf-header-bg);color:var(--cf-header-fg);font-family:var(--cf-font-body);transition:box-shadow .3s var(--cf-ease),background-color .3s var(--cf-ease)}.cf-header.is-scrolled{background:color-mix(in srgb,var(--cf-cream) 88%,transparent);backdrop-filter:saturate(1.4) blur(10px);-webkit-backdrop-filter:saturate(1.4) blur(10px);box-shadow:0 6px 24px -16px #0a0a0a80;--cf-header-h: 60px}.cf-header__bar{display:flex;align-items:center;gap:clamp(.75rem,2vw,1.75rem);height:var(--cf-header-h);padding-inline-end:58px;transition:height .3s var(--cf-ease),padding .3s var(--cf-ease)}.cf-header.is-scrolled .cf-header__bar{padding-inline-end:0}.cf-header__logo{display:inline-flex;align-items:center;margin-inline-end:auto;transform-origin:left center;transition:transform .4s var(--cf-ease)}.cf-header__logo:hover,.cf-header__logo:focus-visible{transform:scale(1.06)}.cf-header__logo:focus-visible{outline:2px solid var(--cf-forest);outline-offset:4px;border-radius:8px}.cf-header__logo img{width:auto}.cf-header__logo-full{display:block;height:clamp(26px,3vw,34px)}.cf-header__logo-badge{display:none;height:40px}.cf-header.is-scrolled .cf-header__logo-full{display:none}.cf-header.is-scrolled .cf-header__logo-badge{display:block;height:52px}.cf-header.is-scrolled{--cf-header-h: 68px}.cf-header__nav{display:flex;align-items:center;gap:clamp(1rem,2.2vw,2rem)}.cf-header__nav a{position:relative;font-weight:700;font-size:.95rem;text-decoration:none;color:var(--cf-header-fg);padding:.4rem 0;white-space:nowrap}.cf-header__nav a:before{content:"";position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:44px}.cf-header__nav a:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:3px;border-radius:3px;background:var(--cf-lime);transform:scaleX(0);transform-origin:left;transition:transform .25s var(--cf-ease)}.cf-header__nav a:hover:after,.cf-header__nav a:focus-visible:after,.cf-header__nav a[aria-current=page]:after{transform:scaleX(1)}.cf-header__nav a:focus-visible{outline:2px solid var(--cf-forest);outline-offset:4px;border-radius:4px}.cf-header__actions{display:flex;align-items:center;gap:.35rem;flex:0 0 auto}.cf-header__cta{display:inline-flex;align-items:center;gap:.4rem;height:44px;padding:0 1.1rem;margin-inline-end:.35rem;background:var(--cf-lime);color:var(--cf-forest);font-weight:800;font-size:.9rem;text-decoration:none;border-radius:var(--cf-radius-pill);white-space:nowrap;transition:transform .2s var(--cf-ease),box-shadow .2s var(--cf-ease)}.cf-header__cta:hover{transform:translateY(-1px);box-shadow:0 8px 18px -8px #d9f560e6}.cf-header__cta:focus-visible{outline:2px solid var(--cf-forest);outline-offset:2px}.cf-iconbtn{display:inline-grid;place-items:center;width:44px;height:44px;padding:0;background:transparent;border:0;border-radius:var(--cf-radius-pill);color:var(--cf-header-fg);cursor:pointer;text-decoration:none;transition:background-color .2s ease}.cf-iconbtn:hover{background:#1b43321a}.cf-iconbtn:focus-visible{outline:2px solid var(--cf-forest);outline-offset:2px}.cf-iconbtn svg{width:22px;height:22px}.cf-header__cart{position:relative}.cf-header__cart-count{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 4px;display:grid;place-items:center;background:var(--cf-pink);color:var(--cf-true-black);font-size:.68rem;font-weight:800;border-radius:var(--cf-radius-pill);line-height:1}.cf-header__cart-count[data-count="0"],.cf-header__burger{display:none}.cf-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0a80;opacity:0;visibility:hidden;z-index:70;transition:opacity .3s var(--cf-ease),visibility 0s linear .3s}.cf-backdrop.is-open{opacity:1;visibility:visible;transition:opacity .3s var(--cf-ease)}.cf-panel{position:fixed;top:0;bottom:0;width:min(420px,88vw);background:var(--cf-cream);color:var(--cf-forest);z-index:80;display:flex;flex-direction:column;box-shadow:0 0 60px -10px #0a0a0a80;visibility:hidden;transition:transform .34s var(--cf-ease),visibility 0s linear .34s}.cf-panel--right{right:0;transform:translate(100%)}.cf-panel--left{left:0;transform:translate(-100%)}.cf-panel.is-open{transform:translate(0);visibility:visible;transition:transform .34s var(--cf-ease),visibility 0s}.cf-panel__head{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem;border-bottom:1px solid rgba(27,67,50,.12)}.cf-panel__title{font-family:var(--cf-font-display);font-size:1.25rem}.cf-panel__body{flex:1;overflow-y:auto;padding:1.25rem}.cf-panel__foot{padding:1.25rem;border-top:1px solid rgba(27,67,50,.12)}.cf-mobilenav__links{list-style:none;margin:0;padding:0;display:grid;gap:.25rem}.cf-mobilenav__links a{display:block;font-family:var(--cf-font-display);font-size:1.6rem;color:var(--cf-forest);text-decoration:none;padding:.5rem 0}.cf-mobilenav__links a:focus-visible{outline:2px solid var(--cf-forest);outline-offset:2px}.cf-mobilenav__cta{margin-top:1.25rem;width:100%;justify-content:center;height:48px}.cf-mobilenav__social{display:flex;gap:.75rem;margin-top:1.5rem}.cf-search{position:fixed;top:0;left:0;right:0;z-index:80;background:var(--cf-cream);color:var(--cf-forest);padding:1.5rem var(--cf-gutter) 2.25rem;transform:translateY(-100%);box-shadow:0 24px 60px -24px #0a0a0a80;visibility:hidden;transition:transform .34s var(--cf-ease),visibility 0s linear .34s}.cf-search.is-open{transform:translateY(0);visibility:visible;transition:transform .34s var(--cf-ease),visibility 0s}.cf-search__inner{width:min(100%,var(--cf-container));margin-inline:auto}.cf-search__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cf-search__eyebrow{font-weight:800;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;opacity:.6}.cf-search__form{display:flex;align-items:center;gap:.75rem;border-bottom:3px solid var(--cf-forest);padding-bottom:.5rem}.cf-search__input{flex:1;border:0;background:transparent;font-family:var(--cf-font-display);font-size:clamp(1.5rem,5vw,2.5rem);color:var(--cf-forest)}.cf-search__input::placeholder{color:#1b433266}.cf-search__input:focus{outline:none}.cf-search__hint{margin-top:1rem;font-size:.85rem;opacity:.6}.cf-cart__empty{text-align:center;padding:3rem 1rem}.cf-cart__empty-emoji{font-size:2.5rem}.cf-cart__empty p{font-family:var(--cf-font-script);font-size:1.6rem;color:var(--cf-forest);margin:.5rem 0 1.25rem}.cf-ship-meter{margin-bottom:1rem}.cf-ship-meter__label{font-size:.85rem;font-weight:700;margin-bottom:.4rem}.cf-ship-meter__track{height:8px;border-radius:var(--cf-radius-pill);background:#1b43321f;overflow:hidden}.cf-ship-meter__fill{height:100%;width:0%;border-radius:inherit;background:linear-gradient(90deg,var(--cf-spa),var(--cf-lime));transition:width .5s var(--cf-ease)}.cf-cart__checkout{width:100%;justify-content:center;height:50px;background:var(--cf-forest);color:var(--cf-cream)}.cf-cart__checkout:hover{background:color-mix(in srgb,var(--cf-forest) 82%,var(--cf-true-black))}.cf-shop-sticker{position:fixed;z-index:62;top:56px;right:clamp(12px,3vw,22px);width:50px;height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;background:var(--cf-lime);color:var(--cf-forest);border:3px solid var(--cf-cream);border-radius:50%;box-shadow:0 8px 18px -8px #0a0a0a66;text-decoration:none;rotate:-8deg;transition:width .45s var(--cf-ease),height .45s var(--cf-ease),top .45s var(--cf-ease),right .45s var(--cf-ease),transform .3s var(--cf-ease),rotate .3s var(--cf-ease),box-shadow .3s var(--cf-ease)}.cf-header.is-scrolled~.cf-shop-sticker{top:128px;right:clamp(14px,3vw,28px);width:86px;height:86px;box-shadow:0 12px 26px -10px #0a0a0a73;animation:cf-sticker-bob 3.4s var(--cf-ease) infinite}.cf-shop-sticker:hover,.cf-shop-sticker:focus-visible{transform:scale(1.08);rotate:0deg;box-shadow:0 16px 30px -10px #0a0a0a80;animation-play-state:paused}.cf-shop-sticker:focus-visible{outline:3px solid var(--cf-forest);outline-offset:3px}.cf-shop-sticker__art{width:26px;height:26px;display:block;transition:width .45s var(--cf-ease),height .45s var(--cf-ease)}.cf-shop-sticker__art svg{width:100%;height:100%;display:block}.cf-header.is-scrolled~.cf-shop-sticker .cf-shop-sticker__art{width:42px;height:42px}.cf-shop-sticker__label{display:none;font-family:var(--cf-font-display);font-size:.6rem;letter-spacing:.06em;text-transform:uppercase;line-height:1}.cf-header.is-scrolled~.cf-shop-sticker .cf-shop-sticker__label{display:block}.cf-shop-sticker__count{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;display:grid;place-items:center;background:var(--cf-pink);color:var(--cf-true-black);font-size:.68rem;font-weight:800;line-height:1;border-radius:var(--cf-radius-pill);border:2px solid var(--cf-cream)}.cf-shop-sticker__count[data-count="0"]{display:none}.cf-shop-sticker__count{animation:cf-count-pop .55s .7s cubic-bezier(.34,1.56,.64,1) both}@keyframes cf-count-pop{0%{transform:scale(.2);opacity:0}60%{transform:scale(1.25);opacity:1}to{transform:scale(1);opacity:1}}@keyframes cf-sticker-bob{0%,to{translate:0 0}50%{translate:0 -6px}}@media(max-width:900px){.cf-header__nav,.cf-header__bar .cf-header__cta,.cf-header__logo-full{display:none}.cf-header__logo-badge{display:block}.cf-header.is-scrolled .cf-header__logo-badge{height:46px}.cf-header__burger{display:inline-grid;order:-1}.cf-header__logo{margin-inline:auto}.cf-shop-sticker{width:44px;height:44px;top:52px}.cf-header.is-scrolled~.cf-shop-sticker{width:66px;height:66px;top:110px}.cf-shop-sticker__art{width:24px;height:24px}.cf-header.is-scrolled~.cf-shop-sticker .cf-shop-sticker__art{width:32px;height:32px}.cf-shop-sticker__label{font-size:.5rem}}@media(max-width:380px){.cf-header__search{display:none}}.cf-no-scroll{overflow:hidden}@media(prefers-reduced-motion:reduce){.cf-header,.cf-header__bar,.cf-panel,.cf-backdrop,.cf-header__logo,.cf-header__cta,.cf-ship-meter__fill,.cf-header__nav a:after{transition:none}.cf-header__logo:hover,.cf-header__logo:focus-visible{transform:none}.cf-shop-sticker{animation:none;transition:none}.cf-shop-sticker:hover,.cf-shop-sticker:focus-visible{transform:none;rotate:-8deg}.cf-shop-sticker__count{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/header.css.map */
