.cherry-site-top{position:fixed;top:0;left:0;right:0;z-index:100;transition:transform var(--cherry-dur) var(--cherry-ease)}.cherry-site-top.is-hidden{transform:translateY(-100%)}.cherry-announcement{background:var(--cherry-ink);color:var(--cherry-cream);font-size:.92rem;letter-spacing:.08em;text-transform:uppercase;font-weight:500;padding:.7rem 0;overflow:hidden}.cherry-announcement__track{display:flex;justify-content:center;align-items:center;gap:2.2rem;white-space:nowrap;animation:cherry-marquee 26s linear infinite}.cherry-announcement__item{display:inline-flex;align-items:center;gap:.5rem}.cherry-announcement__item:before{content:"\2726";color:var(--cherry-rose);font-size:.75rem}.cherry-announcement__item--plain:before{display:none}.cherry-header{background:transparent;border-bottom:1px solid transparent;transition:background var(--cherry-dur) var(--cherry-ease),border-color var(--cherry-dur) var(--cherry-ease),backdrop-filter var(--cherry-dur) var(--cherry-ease),padding var(--cherry-dur) var(--cherry-ease);padding-block:1.1rem}.cherry-site-top.is-scrolled .cherry-header,.cherry-site-top--solid .cherry-header{background:#fff8f4db;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom-color:var(--cherry-line);padding-block:.85rem}.cherry-header__bar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem}@media(min-width:900px){.cherry-header__bar{grid-template-columns:1fr auto 1fr}}.cherry-header__logo{font-family:var(--cherry-font-display);font-size:clamp(1.3rem,2.2vw,1.7rem);font-style:italic;font-weight:500;letter-spacing:-.02em;color:var(--cherry-ink);text-decoration:none;display:inline-flex;align-items:center;line-height:1}.cherry-header__logo span{color:var(--cherry-rose);font-style:normal;margin-left:-.04em}.cherry-header__nav{display:none}@media(min-width:900px){.cherry-header__nav{display:flex;justify-content:center;align-items:center;gap:clamp(1.25rem,2.5vw,2.5rem)}}.cherry-header__link{position:relative;font-family:var(--cherry-font-sans);font-size:1.02rem;font-weight:500;letter-spacing:.01em;color:var(--cherry-ink);text-decoration:none;padding-block:.5rem}.cherry-header__link:after{content:"";position:absolute;inset:auto 50% .2rem 50%;height:1px;background:var(--cherry-rose);transition:inset var(--cherry-dur) var(--cherry-ease)}.cherry-header__link:hover,.cherry-header__link[aria-current=page]{color:var(--cherry-rose)}.cherry-header__link:hover:after,.cherry-header__link[aria-current=page]:after{inset:auto 20% .2rem 20%}.cherry-header__link--accent{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;border-radius:var(--cherry-radius-pill);background:var(--cherry-rose);color:var(--cherry-cream)}.cherry-header__link--accent:after{display:none}.cherry-header__link--accent:hover{background:var(--cherry-rose-dark);color:var(--cherry-cream);transform:translateY(-1px)}.cherry-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:.5rem}.cherry-icon-btn{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:transparent;color:var(--cherry-ink);border:1px solid transparent;cursor:pointer;text-decoration:none;position:relative}.cherry-icon-btn:hover{background:var(--cherry-blush);color:var(--cherry-rose-dark)}.cherry-icon-btn svg{width:18px;height:18px}.cherry-icon-btn__count{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;display:grid;place-items:center;border-radius:var(--cherry-radius-pill);background:var(--cherry-rose);color:var(--cherry-cream);font-size:.65rem;font-weight:700;padding:0 4px;font-family:var(--cherry-font-sans);border:2px solid var(--cherry-cream)}.cherry-header__mobile-toggle{display:grid;place-items:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;color:var(--cherry-ink)}@media(min-width:900px){.cherry-header__mobile-toggle{display:none}}.cherry-mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:var(--cherry-cream);opacity:0;visibility:hidden;transform:translate(-12px);transition:opacity var(--cherry-dur) var(--cherry-ease),transform var(--cherry-dur) var(--cherry-ease),visibility 0s linear var(--cherry-dur);display:flex;flex-direction:column;padding:1.5rem}.cherry-mobile-drawer.is-open{opacity:1;visibility:visible;transform:none;transition:opacity var(--cherry-dur) var(--cherry-ease),transform var(--cherry-dur) var(--cherry-ease),visibility 0s linear 0s}.cherry-mobile-drawer__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.cherry-mobile-drawer__nav{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.cherry-mobile-drawer__link{font-family:var(--cherry-font-display);font-size:clamp(2rem,8vw,2.6rem);font-weight:400;color:var(--cherry-ink);text-decoration:none;padding-block:.5rem;border-bottom:1px solid var(--cherry-line);line-height:1.1}.cherry-mobile-drawer__link em{color:var(--cherry-rose);font-style:italic}.cherry-mobile-drawer__footer{margin-top:auto;padding-top:2rem;display:flex;flex-direction:column;gap:1rem;font-size:.85rem;color:var(--cherry-graphite)}body{padding-top:var(--cherry-header-offset, 76px)}@media(max-width:899.98px){body{padding-top:var(--cherry-header-offset-mobile, 68px)}}body.cherry-no-header-offset{padding-top:0}.cherry-account{position:relative}.cherry-account__trigger{display:inline-flex;align-items:center;gap:.45rem;background:transparent;border:1px solid transparent;padding:.4rem .7rem .4rem .55rem;border-radius:var(--cherry-radius-pill, 999px);cursor:pointer;color:inherit;font-family:inherit;font-size:.88rem;font-weight:500;letter-spacing:.01em;transition:background var(--cherry-dur-fast, .16s) ease,border-color var(--cherry-dur-fast, .16s) ease;line-height:1}.cherry-account__trigger:hover,.cherry-account.is-open .cherry-account__trigger{background:#d8276b14;border-color:#d8276b2e}.cherry-account__trigger svg:first-child{width:18px;height:18px;flex-shrink:0}.cherry-account__label{white-space:nowrap}.cherry-account__chevron{transition:transform var(--cherry-dur-fast, .16s) ease;opacity:.6}.cherry-account.is-open .cherry-account__chevron{transform:rotate(180deg)}.cherry-account__menu[hidden]{display:none!important}.cherry-account__menu{position:absolute;top:calc(100% + 8px);right:0;min-width:260px;background:var(--cherry-cream, #FBF5EF);border:1px solid var(--cherry-line, rgba(26, 7, 16, .08));border-radius:14px;box-shadow:0 18px 48px #1a071024;padding:.85rem;z-index:120;display:flex;flex-direction:column;gap:.1rem;animation:cherry-account-fade .16s ease}@keyframes cherry-account-fade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.cherry-account__greet{display:flex;flex-direction:column;padding:.35rem .6rem .7rem;border-bottom:1px solid var(--cherry-line, rgba(26, 7, 16, .08));margin-bottom:.45rem}.cherry-account__greet-eyebrow{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--cherry-rose, #D8276B);font-weight:600}.cherry-account__greet-name{font-family:var(--cherry-font-display, "Fraunces", serif);font-size:1.05rem;color:var(--cherry-ink, #1A0710);line-height:1.2}.cherry-account__item{display:inline-flex;align-items:center;gap:.6rem;padding:.55rem .65rem;border-radius:10px;text-decoration:none;color:var(--cherry-ink, #1A0710);font-size:.9rem;font-weight:500;transition:background var(--cherry-dur-fast, .16s) ease,color var(--cherry-dur-fast, .16s) ease}.cherry-account__item svg{flex-shrink:0;color:var(--cherry-rose, #D8276B)}.cherry-account__item:hover{background:#d8276b1a}.cherry-account__item--primary{background:var(--cherry-ink, #1A0710);color:var(--cherry-cream, #FBF5EF);justify-content:flex-start;margin-bottom:.15rem}.cherry-account__item--primary svg{color:inherit}.cherry-account__item--primary:hover{background:var(--cherry-rose, #D8276B);color:var(--cherry-cream, #FBF5EF)}.cherry-account__item--muted{color:var(--cherry-graphite, #6F5E63)}.cherry-account__divider{height:1px;background:var(--cherry-line, rgba(26, 7, 16, .08));margin:.45rem .2rem}.cherry-account .cherry-account__hint,body .cherry-account__hint{font-size:.78rem!important;line-height:1.4;color:var(--cherry-graphite, #6F5E63);padding:0 .65rem .2rem;margin:0}.cherry-account__greet-eyebrow{font-size:.72rem!important}.cherry-account__greet-name{font-size:1.05rem!important}.cherry-account__item{font-size:.9rem!important}@media(max-width:720px){.cherry-account__label,.cherry-account__chevron{display:none}.cherry-account__trigger{padding:.45rem}.cherry-account__menu{right:-8px;min-width:240px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-cherry-header.css.map */
