@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500&family=Inter:wght@400;500;600&display=swap";.lgh{--lgh-radius: 999px;--lgh-h: 64px;position:fixed;top:var(--lgh-top-offset, 16px);left:0;right:0;z-index:999;display:flex;flex-direction:column;align-items:center;padding:0 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--lgh-text, #fff);pointer-events:none}.lgh__capsule{pointer-events:auto;position:relative;width:100%;max-width:1200px;height:var(--lgh-h);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 22px;border-radius:var(--lgh-radius);background:rgba(255,255,255,var(--lgh-glass-opacity, .1));backdrop-filter:blur(var(--lgh-blur, 20px)) saturate(160%);-webkit-backdrop-filter:blur(var(--lgh-blur, 20px)) saturate(160%);box-shadow:0 8px 30px #0000001f,inset 0 1px #ffffff59;border:1px solid rgba(255,255,255,.25);overflow:hidden;transition:background .3s ease,box-shadow .3s ease,height .25s ease}.lgh__capsule:after{content:"";position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.35) 45%,transparent 100%);transform:skew(-20deg);animation:lgh-sweep 1.4s ease-out .2s 1}@keyframes lgh-sweep{to{left:130%}}.lgh--scrolled .lgh__capsule{background:rgba(255,255,255,calc(var(--lgh-glass-opacity, .1) + .06));box-shadow:0 10px 34px #0000002e,inset 0 1px #fff6}.lgh__logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none;color:inherit}.lgh__logo img{display:block;height:auto}.lgh__wordmark{font-family:Fraunces,Georgia,serif;font-weight:500;font-size:1.35rem;letter-spacing:-.01em}.lgh__nav{flex:1;display:flex;justify-content:center}.lgh__nav-list{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}.lgh__nav-item{position:relative}.lgh__nav-link{color:inherit;text-decoration:none;font-size:.82rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;opacity:.9;padding:6px 2px;position:relative}.lgh__nav-link:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1.5px;background:var(--lgh-accent, #E8763C);transition:width .25s ease}.lgh__nav-link:hover,.lgh__nav-link:focus-visible{opacity:1}.lgh__nav-link:hover:after,.lgh__nav-link:focus-visible:after{width:100%}.lgh__submenu{list-style:none;margin:0;padding:10px 0;position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%) translateY(6px);min-width:180px;border-radius:16px;background:#ffffff24;backdrop-filter:blur(var(--lgh-blur, 20px)) saturate(160%);-webkit-backdrop-filter:blur(var(--lgh-blur, 20px)) saturate(160%);border:1px solid rgba(255,255,255,.25);box-shadow:0 10px 30px #00000029;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.lgh__nav-item:hover .lgh__submenu,.lgh__nav-item:focus-within .lgh__submenu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.lgh__submenu a{display:block;padding:8px 18px;color:inherit;text-decoration:none;font-size:.82rem;opacity:.9}.lgh__submenu a:hover{opacity:1}.lgh__actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.lgh__icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;color:inherit;text-decoration:none;transition:background .2s ease}.lgh__icon-btn svg{width:19px;height:19px}.lgh__icon-btn:hover,.lgh__icon-btn:focus-visible{background:#ffffff29}.lgh__cart-count{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 3px;border-radius:50%;background:var(--lgh-accent, #E8763C);color:#fff;font-size:.62rem;font-weight:600;line-height:16px;text-align:center}.lgh__burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:38px;height:38px;border:none;background:transparent;cursor:pointer}.lgh__burger span{display:block;width:19px;height:1.5px;background:currentColor;transition:transform .25s ease,opacity .25s ease}.lgh--open .lgh__burger span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.lgh--open .lgh__burger span:nth-child(2){opacity:0}.lgh--open .lgh__burger span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.lgh__mobile{pointer-events:none;width:100%;max-width:1200px;max-height:0;opacity:0;overflow:hidden;margin-top:10px;border-radius:24px;background:rgba(255,255,255,var(--lgh-glass-opacity, .1));backdrop-filter:blur(var(--lgh-blur, 20px)) saturate(160%);-webkit-backdrop-filter:blur(var(--lgh-blur, 20px)) saturate(160%);border:1px solid rgba(255,255,255,.25);box-shadow:0 10px 30px #00000029;transition:max-height .3s ease,opacity .25s ease}.lgh--open .lgh__mobile{pointer-events:auto;max-height:70vh;opacity:1;overflow-y:auto}.lgh__mobile-list{list-style:none;margin:0;padding:10px 8px}.lgh__mobile-item>a{display:block;padding:13px 16px;color:inherit;text-decoration:none;font-size:.95rem;font-weight:500;border-bottom:1px solid rgba(255,255,255,.14)}.lgh__mobile-item:last-child>a{border-bottom:none}.lgh__mobile-submenu{list-style:none;margin:0;padding:0 0 6px 22px}.lgh__mobile-submenu a{display:block;padding:8px 10px;color:inherit;text-decoration:none;font-size:.85rem;opacity:.85}body.lgh-scroll-lock{overflow:hidden}@media screen and (max-width:989px){.lgh__nav{display:none}.lgh__burger{display:inline-flex}.lgh__icon-btn--account{display:none}}@media screen and (min-width:990px){.lgh__mobile{display:none}}@media screen and (max-width:480px){.lgh{padding:0 10px;top:8px}.lgh__capsule{height:56px;padding:0 14px;gap:10px;border-radius:28px}.lgh__wordmark{font-size:1.1rem}.lgh__icon-btn{width:34px;height:34px}.lgh__mobile{border-radius:18px}}@media(prefers-reduced-motion:reduce){.lgh__capsule:after{animation:none}.lgh__capsule,.lgh__mobile,.lgh__nav-link:after,.lgh__submenu{transition:none}}.lgh a:focus-visible,.lgh button:focus-visible{outline:2px solid var(--lgh-accent, #E8763C);outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/3/assets/liquid-glass-header.css.map */
