.pfg-wrap{width:100%;max-width:var(--pfg-width);margin-left:auto;margin-right:auto;box-sizing:border-box}.pfg-stage{position:relative;width:100%;height:var(--pfg-height);perspective:1800px;outline:none;touch-action:manipulation}.pfg-box{position:relative;width:100%;height:100%;background:var(--pfg-bg);border-radius:var(--pfg-radius);box-shadow:0 16px 38px rgba(0,0,0,.22);overflow:visible;transform-style:preserve-3d}.pfg-current{position:absolute;inset:0;width:100%;height:100%;object-fit:var(--pfg-fit);background:var(--pfg-bg);border-radius:var(--pfg-radius);display:block;z-index:1;box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)}.pfg-flipper{position:absolute;inset:0;z-index:5;display:none;transform-style:preserve-3d;border-radius:var(--pfg-radius);transform-origin:center center}.pfg-face{position:absolute;inset:0;backface-visibility:hidden;background:var(--pfg-bg);border-radius:var(--pfg-radius);overflow:hidden;box-shadow:0 18px 42px rgba(0,0,0,.28);transform-style:preserve-3d}.pfg-face img{width:100%;height:100%;object-fit:var(--pfg-fit);display:block;background:var(--pfg-bg)}.pfg-front{transform:rotateY(0deg) translateZ(1px)}.pfg-back{transform:rotateY(180deg) translateZ(1px)}.pfg-face:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.72}.pfg-front:after{background:linear-gradient(90deg,rgba(255,255,255,.10),rgba(0,0,0,.14) 48%,rgba(0,0,0,.28))}.pfg-back:after{background:linear-gradient(90deg,rgba(0,0,0,.26),rgba(255,255,255,.10) 52%,rgba(255,255,255,.06))}.pfg-shine{position:absolute;inset:0;z-index:8;display:none;border-radius:var(--pfg-radius);pointer-events:none;background:linear-gradient(105deg,transparent 0%,rgba(255,255,255,.34) 45%,transparent 60%);opacity:0}.pfg-wrap.pfg-busy .pfg-current{visibility:hidden}.pfg-wrap.pfg-busy .pfg-flipper{display:block}.pfg-wrap.pfg-flip-next .pfg-flipper{animation:pfgFlipBoxNext var(--pfg-duration) cubic-bezier(.22,.68,.18,1) forwards}.pfg-wrap.pfg-flip-prev .pfg-flipper{animation:pfgFlipBoxPrev var(--pfg-duration) cubic-bezier(.22,.68,.18,1) forwards}.pfg-wrap.pfg-busy .pfg-shine{display:block;animation:pfgFlipShine var(--pfg-duration) ease-in-out forwards}.pfg-wrap.pfg-flip-next .pfg-box:after,.pfg-wrap.pfg-flip-prev .pfg-box:after{content:"";position:absolute;inset:6% -3% -5%;z-index:0;border-radius:var(--pfg-radius);background:radial-gradient(ellipse at center,rgba(0,0,0,.36),transparent 68%);filter:blur(8px);opacity:0;animation:pfgFlipShadow var(--pfg-duration) ease-in-out forwards}@keyframes pfgFlipBoxNext{0%{transform:rotateY(0deg) translateZ(0) scale(1)}18%{transform:rotateY(-38deg) translateZ(32px) scale(1.01)}50%{transform:rotateY(-91deg) translateZ(56px) scale(1.025)}82%{transform:rotateY(-145deg) translateZ(32px) scale(1.01)}100%{transform:rotateY(-180deg) translateZ(0) scale(1)}}@keyframes pfgFlipBoxPrev{0%{transform:rotateY(0deg) translateZ(0) scale(1)}18%{transform:rotateY(38deg) translateZ(32px) scale(1.01)}50%{transform:rotateY(91deg) translateZ(56px) scale(1.025)}82%{transform:rotateY(145deg) translateZ(32px) scale(1.01)}100%{transform:rotateY(180deg) translateZ(0) scale(1)}}@keyframes pfgFlipShine{0%,100%{opacity:0;transform:translateX(-45%)}45%,58%{opacity:.85;transform:translateX(28%)}}@keyframes pfgFlipShadow{0%,100%{opacity:0;transform:scaleX(.82)}45%,60%{opacity:.8;transform:scaleX(1.05)}}.pfg-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:46px;height:46px;border:0;border-radius:999px;background:rgba(0,0,0,.52);color:#fff;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer}.pfg-arrow:hover,.pfg-arrow:focus{background:rgba(0,0,0,.78)}.pfg-prev{left:12px}.pfg-next{right:12px}.pfg-counter{text-align:center;margin-top:10px;font-size:15px}.pfg-empty{padding:18px;border:1px solid #ddd;border-radius:8px;background:#fffbe6;color:#555}.pfg-wrap.pfg-busy .pfg-arrow{pointer-events:none;opacity:.55}@media(max-width:768px){.pfg-wrap{max-width:var(--pfg-mobile-width)}.pfg-stage{height:var(--pfg-mobile-height)}.pfg-arrow{width:38px;height:38px;font-size:23px}.pfg-prev{left:8px}.pfg-next{right:8px}}@media(prefers-reduced-motion:reduce){.pfg-wrap.pfg-busy .pfg-flipper{display:none!important}.pfg-wrap.pfg-busy .pfg-current{visibility:visible}.pfg-wrap.pfg-flip-next .pfg-flipper,.pfg-wrap.pfg-flip-prev .pfg-flipper{animation:none!important}}
