:root{--phead-h: 64px;--phead-stroke: rgba(0,0,0,.12);--phead-icon-bg: rgba(255,255,255,.45);--phead-icon-stroke: #222;--phead-menu-bg: #efe6d7;--phead-text: #121212;--phead-gap: 12px;--phead-radius: 16px;--phead-frost-bg: rgba(255,255,255,.34);--phead-frost-blur: 16px;--phead-shadow: 0 12px 34px rgba(0,0,0,.14)}@media(max-width:420px){:root{--phead-gap: 10px;--phead-radius: 14px}}.phead{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;position:fixed;top:var(--phead-gap);left:var(--phead-gap);right:var(--phead-gap);height:var(--phead-h);z-index:50;color:var(--phead-text);background:transparent;border-radius:var(--phead-radius);box-shadow:var(--phead-shadow);border:1px solid rgba(255,255,255,.45);transition:top .22s ease,left .22s ease,right .22s ease,border-radius .22s ease,box-shadow .22s ease,border-color .22s ease,background-color .22s ease}.phead:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:var(--phead-frost-bg);backdrop-filter:blur(var(--phead-frost-blur)) saturate(140%);-webkit-backdrop-filter:blur(var(--phead-frost-blur)) saturate(140%);opacity:1;transition:opacity .18s ease;pointer-events:none;z-index:0}.phead.is-open{border-color:transparent;box-shadow:none;background:var(--phead-menu-bg)}.phead.is-open{right:calc(var(--phead-gap) + var(--phead-sbw, 0px))}.phead.is-open:before{opacity:0}.phead__bar{position:relative;z-index:2;height:var(--phead-h);display:flex;align-items:center;justify-content:space-between;gap:16px}.phead__logo{display:inline-flex;align-items:center;text-decoration:none;color:inherit}.phead__logo img{display:block;height:calc(var(--phead-h) - 18px);width:auto}.phead__logotext{font-size:18px;font-weight:600}.phead__actions{display:flex;align-items:center;gap:14px}.phead__iconbtn{width:44px;height:44px;border-radius:999px;border:1px solid var(--phead-stroke);background:var(--phead-icon-bg);display:grid;place-items:center;text-decoration:none;color:inherit;position:relative;cursor:pointer}.phead__iconbtn svg{width:22px;height:22px;stroke:var(--phead-icon-stroke);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;display:block}.phead__badge{position:absolute;top:7px;right:7px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#000000d9;color:#fff;font-size:11px;line-height:18px;text-align:center}.phead.is-open .phead__iconbtn{background:transparent;border-color:transparent}.phead__ham{border:1px solid var(--phead-stroke)}.phead__ham span{position:absolute;left:50%;width:22px;height:2.5px;background:var(--phead-icon-stroke);border-radius:2px;top:50%;transform:translate(-50%,-50%);transition:transform .22s ease,top .22s ease}.phead__ham span:nth-child(1){top:calc(50% - 6px)}.phead__ham span:nth-child(2){top:calc(50% + 6px)}.phead.is-open .phead__ham span:nth-child(1){top:50%;transform:translate(-50%,-50%) rotate(45deg)}.phead.is-open .phead__ham span:nth-child(2){top:50%;transform:translate(-50%,-50%) rotate(-45deg)}.phead__overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:var(--phead-menu-bg);transform:translateY(-110%);opacity:0;pointer-events:none;transition:transform .22s ease,opacity .22s ease;will-change:transform;z-index:1;overflow:hidden}.phead.is-open .phead__overlay{transform:translateY(0);opacity:1;pointer-events:auto}:root{--phead-vh: 100vh}@supports (height: 100svh){:root{--phead-vh: 100svh}}@supports (height: 100dvh){:root{--phead-vh: 100dvh}}.phead__menulinks{min-height:var(--phead-vh);box-sizing:border-box;display:flex;flex-direction:column;padding-top:calc(var(--phead-h) + 14px);padding-bottom:calc(14px + env(safe-area-inset-bottom));overflow:hidden}.phead__menuscroll{max-height:calc(var(--phead-vh) - (var(--phead-h) + 14px) - (44px + 28px) - env(safe-area-inset-bottom) - 10px);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-bottom:10px}.phead__social{margin-top:auto;position:sticky;bottom:0;z-index:2;background:var(--phead-menu-bg);padding:14px 0 calc(14px + env(safe-area-inset-bottom));border-top:1px solid rgba(0,0,0,.08);display:flex;gap:12px;justify-content:center}.phead__menu{height:100vh;display:flex;flex-direction:column;box-sizing:border-box}.phead__link{display:block;padding:15.18px 6px;text-decoration:none;color:inherit;font-size:20px;border-top:1px solid rgba(0,0,0,.08)}.phead__empty{padding-top:calc(var(--phead-h) + 14px)}.phead__social-link{width:44px;height:44px;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:#ffffff59;display:grid;place-items:center;text-decoration:none;color:var(--phead-icon-stroke)}.phead__social-link .svg-wrapper{width:20px;height:20px;display:grid;place-items:center}.phead__social-link svg{width:20px;height:20px;display:block}.phead__social-link svg *{fill:currentColor!important;stroke:none!important}html.phead-lock,html.phead-lock body{overflow:hidden;padding-right:var(--phead-sbw, 0px)}@media(prefers-reduced-motion:reduce){.phead,.phead__overlay,.phead__ham span{transition:none}}:root{--phead-offset: calc(var(--phead-h) + (var(--phead-gap) * 2))}main#MainContent>.shopify-section:first-child>section:first-of-type{padding-top:var(--phead-offset);box-sizing:border-box}main#MainContent>.shopify-section:empty+.shopify-section>:is(section,div,article,cart-items):first-of-type{padding-top:var(--phead-offset);box-sizing:border-box}main#MainContent>.shopify-section:first-child>div:first-of-type,main#MainContent>.shopify-section:first-child>article:first-of-type{padding-top:var(--phead-offset);box-sizing:border-box}main#MainContent>.shopify-policy__container:first-child{padding-top:var(--phead-offset);box-sizing:border-box}main#MainContent>.shopify-section:first-child>cart-items:first-of-type{padding-top:var(--phead-offset);box-sizing:border-box}main#MainContent product-info[id^=MainProduct-]{display:block;padding-top:var(--phead-offset)!important;box-sizing:border-box}html{scroll-padding-top:var(--phead-offset)}.phead__menuscroll::-webkit-scrollbar{width:8px}.phead__menuscroll::-webkit-scrollbar-track{background:transparent}.phead__menuscroll::-webkit-scrollbar-thumb{background:#00000038;border-radius:999px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/panarea-header.css.map */
