:root{--nazzi-header-margin: .8rem;--nazzi-announcement-h: 3.2rem;--nazzi-header-bar-h: 5.6rem;--nazzi-header-offset: calc( var(--nazzi-header-margin) + var(--nazzi-announcement-h) + var(--nazzi-header-bar-h) + 2.4rem )}#MainContent:not(:has(.nazzi-hero,.nazzi-collection-hero,.nazzi-pp)){padding-top:calc(var(--nazzi-header-margin) + var(--nazzi-announcement-h) + var(--nazzi-header-bar-h) + 2.4rem)}.nazzi-header{position:fixed;top:var(--nazzi-header-margin);left:var(--nazzi-header-margin);right:var(--nazzi-header-margin);z-index:1000}.nazzi-header__announcement{display:flex;align-items:center;height:var(--nazzi-announcement-h);overflow:hidden;border-radius:var(--nazzi-radius) var(--nazzi-radius) 0 0;background-color:color-mix(in srgb,var(--nazzi-green) 88%,transparent);color:var(--nazzi-white)}.nazzi-header__marquee{display:flex;width:max-content;will-change:transform;animation:nazzi-marquee 75s linear infinite}.nazzi-header__marquee-group{display:flex;flex-shrink:0}.nazzi-header__marquee-item{display:inline-flex;align-items:center;gap:.8rem;margin:0 3.2rem;font-size:1.1rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.nazzi-header__marquee-item svg{width:1.5rem;height:1.5rem;flex-shrink:0}@keyframes nazzi-marquee{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.nazzi-header__marquee{animation:none}}.nazzi-header__bar{position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.6rem;height:var(--nazzi-header-bar-h);padding:0 1.6rem;border-radius:0 0 var(--nazzi-radius) var(--nazzi-radius);border:1px solid color-mix(in srgb,var(--nazzi-white) 10%,transparent);border-top:0;background:linear-gradient(to bottom right,color-mix(in srgb,var(--nazzi-white) 40%,transparent),color-mix(in srgb,var(--nazzi-white) 5%,transparent) 55%,transparent);-webkit-backdrop-filter:blur(21px);backdrop-filter:blur(21px);box-shadow:0 2px 2px #0000001a;color:var(--nazzi-ink)}.nazzi-header__nav{display:flex;align-items:center;gap:2rem;height:100%}.nazzi-header__nav--right{justify-content:flex-end}.nazzi-header__link{color:currentColor;font-size:1.3rem;font-weight:500;text-decoration:none;white-space:nowrap}.nazzi-header__link:hover{font-weight:700}.nazzi-header__link:after{content:attr(data-text);display:block;height:0;overflow:hidden;visibility:hidden;font-weight:700}.nazzi-header__logo{display:flex;align-items:center;color:var(--nazzi-green);text-decoration:none}.nazzi-logo{display:inline-flex;align-items:center;gap:.8rem}.nazzi-logo__mark{width:3rem;height:auto;flex-shrink:0}.nazzi-logo__wordmark{font-size:1.9rem;font-weight:800;letter-spacing:-.02em;white-space:nowrap}.nazzi-header__logo .nazzi-logo__mark{width:3.4rem}.nazzi-header__icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;padding:0;border:0;background:transparent;color:currentColor;cursor:pointer}.nazzi-header__icon-btn svg{width:2rem;height:2rem}.nazzi-header__cart{width:auto;gap:.6rem;padding:0 .4rem;text-decoration:none;font-size:1.3rem;font-weight:500}.nazzi-header__cart .svg-wrapper{display:inline-flex;width:2rem;height:2rem}.nazzi-header__cart .svg-wrapper svg{width:100%;height:100%}.nazzi-header .cart-count-bubble{position:absolute;top:.4rem;right:.4rem;display:inline-flex;align-items:center;justify-content:center;min-width:1.7rem;height:1.7rem;padding:0 .4rem;border-radius:999px;background-color:var(--nazzi-green);color:var(--nazzi-white);font-size:1rem;font-weight:700;line-height:1}@media screen and (min-width:990px){.nazzi-header__cart{position:relative}.nazzi-header .cart-count-bubble{position:static;top:auto;right:auto}}.nazzi-header__toggle,.nazzi-header__panel{display:none}@media screen and (max-width:989px){.nazzi-header__nav--desktop{display:none}.nazzi-header__bar{gap:.8rem;padding:0 1rem}.nazzi-header__cart-label{display:none}.nazzi-header__nav{gap:.2rem}.nazzi-header__icon-btn,.nazzi-header__cart,.nazzi-header__toggle{width:4.4rem;height:4.4rem}.nazzi-header__cart{justify-content:center;gap:0;padding:0}.nazzi-header__toggle{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem}.nazzi-header__toggle-line{display:block;width:1.6rem;height:1.5px;background-color:currentColor;transition:transform .25s ease,opacity .2s ease}.nazzi-header--open .nazzi-header__toggle-line:first-child{transform:translateY(2.8px) rotate(45deg)}.nazzi-header--open .nazzi-header__toggle-line:last-child{transform:translateY(-2.8px) rotate(-45deg)}.nazzi-header__panel{display:block;position:absolute;top:100%;left:0;right:0;max-height:calc(100vh - var(--nazzi-header-offset));overflow-y:auto;padding:2.4rem 2rem 3.2rem;border-radius:0 0 var(--nazzi-radius) var(--nazzi-radius);border:1px solid color-mix(in srgb,var(--nazzi-white) 10%,transparent);border-top:1px dashed var(--nazzi-line);background:var(--nazzi-white);box-shadow:0 12px 32px #00000024;opacity:0;visibility:hidden;transform:translateY(-.6rem);transition:opacity .25s ease,transform .25s ease,visibility .25s}.nazzi-header--open .nazzi-header__panel{opacity:1;visibility:visible;transform:translateY(0)}.nazzi-header--open .nazzi-header__bar{border-radius:0}.nazzi-header__panel-list{display:flex;flex-direction:column;gap:1.6rem;margin:0 0 2.4rem;padding:0;list-style:none}.nazzi-header__panel-link{color:var(--nazzi-ink);font-size:2.2rem;font-weight:700;letter-spacing:-.02em;text-decoration:none}.nazzi-header__panel-secondary{display:flex;flex-direction:column;gap:1.2rem;margin:0;padding:2rem 0 0;border-top:1px solid var(--nazzi-line);list-style:none}.nazzi-header__panel-secondary a{color:var(--nazzi-ink-soft);font-size:1.2rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none}}body.nazzi-menu-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/4/assets/nazzi-header.css.map */
