html{background:var(--pfc-bg3)!important;height:100%}body{margin:0;min-height:100%;height:100%;overscroll-behavior:none!important;overflow:auto!important}:root{--pfc-vh: 100vh}@supports (height: 100svh){:root{--pfc-vh: 100svh}}@supports (height: 100dvh){:root{--pfc-vh: 100dvh}}.pfc{position:relative;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--pfc-text);background:linear-gradient(180deg,var(--pfc-bg1) 0%,var(--pfc-bg2) 45%,var(--pfc-bg3) 100%);height:var(--pfc-vh);min-height:0;overflow:auto;box-sizing:border-box}.pfc__promo-bar{width:100%;height:var(--pfc-promo-h);overflow:hidden;background:#000;color:#fff;white-space:nowrap;box-sizing:border-box;flex:0 0 auto}.pfc__promo-track{display:flex;width:max-content;will-change:transform;animation:pfc-marquee 28s linear infinite}.pfc__promo-group{display:flex;align-items:center;flex-shrink:0}@keyframes pfc-marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.pfc__promo-text,.pfc__promo-sep{display:inline-block;font-family:var(--font-body-family, system-ui);font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;line-height:33px}.pfc__promo-text{padding:0}.pfc__promo-sep{padding:0 24px}.pfc__inner{box-sizing:border-box;padding-top:clamp(10px,2vh,22px);padding-bottom:calc(clamp(18px,3.2vh,44px) + env(safe-area-inset-bottom,0px))}.pfc__inner--full{height:calc(var(--pfc-vh) - (var(--phead-h) + (var(--phead-gap) * 2)) - var(--pfc-promo-h));min-height:0;display:flex;align-items:center}@media(prefers-reduced-motion:reduce){.pfc__promo-track{animation:none}}.pfc__add--link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.pfc__request-note{margin:4px 0 0;font-family:var(--font-body-family, system-ui);font-size:13px;line-height:1.45;color:var(--pfc-muted);text-align:center}.pfc__empty{padding:40px 0}.pfc__card{width:100%;max-width:760px;margin:0 auto;text-align:center;height:100%;display:flex;flex-direction:column;justify-content:center;gap:clamp(12px,2.1vh,22px);padding:0 14px}.pfc__media{flex:0 0 auto;margin-top:0}.pfc__viewport{width:100%;overflow:hidden;outline:none;position:relative}.pfc__track{display:flex;transition:transform .26s ease;will-change:transform}.pfc__slide{flex:0 0 100%}.pfc__imgwrap{display:flex;justify-content:center;align-items:center}.pfc__imgwrap img{display:block;width:clamp(220px,62vw,560px);max-height:42vh;height:auto;object-fit:contain}@media(min-width:992px){.pfc__imgwrap img{width:clamp(360px,30vw,720px);max-height:46vh}}.pfc__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:999px;border:1px solid var(--pfc-stroke);background:#ffffff73;display:grid;place-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.pfc__nav span{font-size:26px;line-height:1;color:var(--pfc-text)}.pfc__nav--prev{left:8px}.pfc__nav--next{right:8px}.pfc__content{flex:0 0 auto;margin:0}.pfc__title{font-family:Fraunces,Georgia,serif;font-size:clamp(32px,4.6vw,54px);line-height:1.02;margin:0 0 6px;font-weight:600}.pfc__desc{font-family:var(--font-body-family, system-ui);font-size:15px;line-height:1.5;color:var(--pfc-muted);margin:0 0 10px;padding:0 10px}.pfc__buy{display:grid;gap:10px;justify-items:center}.pfc__price{font-family:var(--font-body-family, system-ui);font-size:18px;font-weight:600;margin-top:2px}.pfc__row{display:flex;gap:12px;align-items:stretch;justify-content:center;flex-wrap:wrap}.pfc__qty{width:78px;padding:11px 10px;border-radius:14px;border:1px solid rgba(0,0,0,.18);font-family:var(--font-body-family, system-ui);font-size:16px;text-align:center;background:#ffffffb3;outline:none}.pfc__add{min-width:184px;padding:11px 20px;border-radius:999px;border:none;font-family:var(--font-body-family, system-ui);font-size:16px;font-weight:600;cursor:pointer;background:var(--pfc-btn);color:var(--pfc-btn-text)}.pfc__add:disabled{opacity:.6;cursor:not-allowed}.pfc__view{font-family:var(--font-body-family, system-ui);font-size:14px;color:var(--pfc-text);text-decoration:underline;opacity:.85}@media(max-height:720px){.pfc__imgwrap img{max-height:38vh}.pfc__desc{margin-bottom:8px}}@media(max-height:660px){.pfc__imgwrap img{max-height:34vh}.pfc__title{font-size:clamp(28px,4.2vw,46px)}.pfc__desc{font-size:14px}.pfc__inner{padding-top:10px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))}}.pfc__meta{display:flex;align-items:center;justify-content:center;gap:28px}.pfc__info{-webkit-appearance:none;appearance:none;background:transparent;border:0;padding:0;cursor:pointer;font-family:var(--font-body-family, system-ui);font-size:14px;letter-spacing:.1em;text-transform:uppercase;color:var(--pfc-text);opacity:.95}.pfc__info:hover{text-decoration:underline}.pfc__info:focus-visible{outline:2px solid rgba(0,0,0,.35);outline-offset:4px;border-radius:8px}.pfc-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999}.pfc-modal[aria-hidden=true]{display:none}.pfc-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--pfc-modal-overlay)}.pfc-modal__panel{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(92vw,780px);max-height:86vh;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box;border-radius:18px;border:1px solid rgba(255,255,255,.25);background:var(--pfc-modal-bg);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 18px 60px #0000004d;-webkit-overflow-scrolling:touch}.pfc-modal__panel{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.25) transparent}.pfc-modal__panel::-webkit-scrollbar{width:8px}.pfc-modal__panel::-webkit-scrollbar-track{background:transparent}.pfc-modal__panel::-webkit-scrollbar-thumb{background:#00000038;border-radius:999px}.pfc-modal__head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.1);background:var(--pfc-modal-bg)}.pfc-modal__title{font-family:var(--font-body-family, system-ui);font-weight:600}.pfc-modal__close{width:38px;height:38px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#ffffff8c;font-size:22px;line-height:1;cursor:pointer}.pfc-modal__body{padding:12px 16px 16px;overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1 1 auto}.pfc-modal__section{margin:0 0 14px}.pfc-modal__section h3{margin:10px 0 6px;font-size:16px;font-weight:700;letter-spacing:.02em}.pfc-modal__content{font-family:var(--font-body-family, system-ui);font-size:15px;line-height:1.55}.pfc-modal__content p{margin:0 0 8px}.pfc-modal__content ul{margin:0 0 8px 18px}.pfc-modal__content li{margin:0 0 6px}@media(max-width:820px),(pointer:coarse){.pfc-modal__panel{left:12px;right:12px;top:50%;bottom:auto;transform:translateY(-50%);width:auto;max-height:76vh;border-radius:18px}.pfc-modal__body{padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/panarea-featured-collection.css.map */
