.pc-card{position:relative;border-radius:28px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.08);cursor:pointer;transition:all .3s ease}.pc-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,.12)}.pc-badge{position:absolute;top:20px;left:50%;transform:translate(-50%,-50%);z-index:2;background:#4f61ff;color:#fff;font-weight:600;font-size:12px;padding:6px 10px;border-radius:999px}.pc-image{position:relative;width:100%;aspect-ratio:1/1.3}.pc-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f3f4f6;color:#9ca3af}.pc-glass{position:absolute;left:16px;right:16px;bottom:16px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:rgba(255,255,255,.6);border-radius:22px;padding:18px;border:1px solid rgba(255,255,255,.6)}.pc-meta{display:flex;align-items:center;text-align:center;width:-moz-fit-content;width:fit-content;gap:8px;color:#222;font-weight:600;margin:0 auto 8px}.pc-ticket-icon{color:#ffcc00;display:inline-flex;align-items:center;justify-content:center}.pc-title{font-size:1rem;line-height:1.2;margin:6px 0 8px;font-weight:500;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:50ch}.pc-alt-cash{color:#666;margin-bottom:14px;text-align:center}.pc-cta{display:flex;align-items:center;justify-content:center;width:100%;background:var(--primary-color);border:none;color:#000;border-radius:999px;padding:14px 18px;font-size:16px;cursor:pointer;transition:all .3s ease;font-weight:700}.pc-cta:hover{filter:brightness(.9)}.pc-price{margin-left:10px}.pc-finished-overlay{position:absolute;inset:0;background:#ffcc00;opacity:.2;z-index:2;border-radius:inherit}.pc-finished-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(255,255,255,.95);color:#333;padding:8px 16px;border-radius:20px;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;z-index:3;box-shadow:0 4px 15px rgba(0,0,0,.2)}.pc-card.hero-card{padding:0!important;position:relative;overflow:hidden}.pc-card.hero-card .pc-image{height:100%!important;width:100%!important;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.pc-card.hero-card .pc-glass{display:block!important;position:absolute;max-width:200px;bottom:0;left:0;right:0;background:linear-gradient(rgba(255,255,255,.7),rgba(255,255,255,.7));padding:16px;z-index:2}.pc-card.hero-card .pc-title{font-size:1rem;margin-bottom:8px;color:rgb(0,0,0);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:10ch}.pc-card.hero-card .pc-meta{margin-bottom:8px}.pc-card.hero-card .pc-cta,.pc-card.hero-card .pc-percent{font-size:.9rem;color:rgb(0,0,0)}.pc-card.hero-card .pc-cta{padding:8px 16px;background:var(--primary-color);border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;border-radius:1000px}.pc-card.hero-card .pc-cta:hover{filter:brightness(.9);transform:translateY(-1px)}.pc-card.hero-card .pc-price{font-size:.8rem;color:rgb(0,0,0);text-shadow:0 1px 2px rgba(0,0,0,.8);display:none}.pc-card.hero-card .pc-badge{position:absolute;top:2rem;right:8px;z-index:3;display:none}.bottom-sheet{--bottom-sheet-visible-max-height:min(92svh,760px);--bottom-sheet-bottom-fill:0px;position:fixed;bottom:calc(-1 * var(--bottom-sheet-bottom-fill));left:0;right:0;background:white;border-radius:20px 20px 0 0;padding:16px 20px calc(16px + var(--bottom-sheet-bottom-fill) + env(safe-area-inset-bottom));height:calc(var(--bottom-sheet-visible-max-height) + var(--bottom-sheet-bottom-fill) + env(safe-area-inset-bottom));max-height:calc(var(--bottom-sheet-visible-max-height) + var(--bottom-sheet-bottom-fill) + env(safe-area-inset-bottom));display:flex;flex-direction:column;overflow:visible;outline:none;z-index:10000;box-shadow:0 -10px 40px rgba(0,0,0,.2);will-change:transform;transform:translateZ(0);-webkit-transform:translateZ(0)}.bottom-sheet:after{content:"";position:absolute;left:0;right:0;bottom:0;height:calc(var(--bottom-sheet-bottom-fill) + env(safe-area-inset-bottom) + 2px);background:#fff;pointer-events:none}.bottom-sheet-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9999}.bottom-sheet-handle{position:relative;width:88px;height:38px;background:transparent;border-radius:999px;margin:-6px auto 4px;cursor:-webkit-grab;cursor:grab;touch-action:none;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:2}.bottom-sheet-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.bottom-sheet-handle:after{content:"";width:44px;height:5px;background:#d1d5db;border-radius:999px}.bottom-sheet-handle [data-vaul-handle-hitarea]{position:absolute;inset:0}.bottom-sheet-header{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;margin-bottom:14px}.bottom-sheet-header h3{margin:0;font-size:1.2rem;font-weight:600}.bottom-sheet-close{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:8px;border-radius:50%;transition:all .2s ease;color:#333;font-weight:700;min-width:32px;min-height:32px;display:flex;align-items:center;justify-content:center;z-index:1001;position:relative}.bottom-sheet-close:hover{background-color:#f0f0f0;transform:scale(1.1)}.bottom-sheet-close:active{transform:scale(.95)}.bottom-sheet-description{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bottom-sheet-content{flex:0 1 auto;min-height:0;max-height:calc(var(--bottom-sheet-visible-max-height) - 76px);display:flex;flex-direction:column;gap:16px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:4px;position:relative;z-index:1}.mobile-sheet-cta{margin-top:18px;padding:10px 4px 0;flex-shrink:0;position:-webkit-sticky;position:sticky;bottom:0;z-index:2;background:linear-gradient(0deg,#fff 0,#fff 78%,rgba(255,255,255,0))}.mobile-image-layout{display:flex;flex-direction:column;gap:12px}.mobile-main-image{position:relative;width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;cursor:pointer}.mobile-thumbnail-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px}.mobile-thumbnail{position:relative;width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;cursor:pointer;min-height:60px}.mobile-image-overlay{position:absolute;inset:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center}.mobile-overlay-text{color:white;font-weight:600;font-size:14px}.product-modal-gallery .image-gallery-slide{display:flex;align-items:center;justify-content:center;height:min(70svh,760px);max-height:calc(100svh - 180px);background:#f8f9fa}.product-modal-gallery .image-gallery-image,.product-modal-gallery .image-gallery-slide img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;border-radius:0;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0)}.product-modal-gallery .image-gallery-thumbnails-wrapper{background:#f8f9fa;padding:15px}.product-modal-gallery .image-gallery-thumbnail{border-radius:8px;overflow:hidden;aspect-ratio:1;width:80px;height:80px}.product-modal-gallery .image-gallery-thumbnail img{border-radius:8px;width:100%;height:100%;object-fit:cover}.product-gallery-container{flex:1 1;display:flex;flex-direction:column;overscroll-behavior:contain;touch-action:pan-x pan-y pinch-zoom}.product-gallery-container .image-gallery{height:100%;display:flex;flex-direction:column}.product-gallery-container .image-gallery-content{flex:1 1;display:flex;flex-direction:column}.product-gallery-container .image-gallery-slide-wrapper{flex:1 1;display:flex;align-items:center;justify-content:center;max-height:calc(100svh - 150px)}.product-image-gallery-modal{overscroll-behavior:contain;touch-action:none}.product-gallery-modal-content{width:min(1200px,calc(100vw - 24px))}.product-gallery-open .bottom-sheet,.product-gallery-open .bottom-sheet-backdrop{pointer-events:none}.product-gallery-open .product-image-gallery-modal{pointer-events:auto}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mobile-image-layout,.mobile-main-image,.mobile-thumbnail,.product-modal-gallery{transform:translateZ(0);-webkit-transform:translateZ(0)}@media (prefers-reduced-motion:reduce){.mobile-main-image,.mobile-thumbnail{transition:none}.mobile-main-image:hover,.mobile-thumbnail:hover{transform:none}}.reduce-animations .mobile-main-image,.reduce-animations .mobile-thumbnail{transition:transform .1s ease;will-change:auto}.reduce-animations .mobile-main-image:hover{transform:scale(1.01) translateZ(0)}.reduce-animations .mobile-thumbnail:hover{transform:scale(1.02) translateZ(0)}@media (max-width:480px){.bottom-sheet{--bottom-sheet-visible-max-height:min(90svh,680px);border-radius:12px 12px 0 0;padding:12px 16px calc(12px + var(--bottom-sheet-bottom-fill) + env(safe-area-inset-bottom))}.bottom-sheet-content{max-height:calc(var(--bottom-sheet-visible-max-height) - 64px);padding:0;gap:12px}.bottom-sheet-handle,.bottom-sheet-header{margin-bottom:10px}.bottom-sheet-header h3{font-size:1.05rem;line-height:1.2}.mobile-image-layout{gap:8px}.mobile-thumbnail-grid{gap:6px}.mobile-image-overlay{font-size:.8rem}.product-gallery-modal-content{border-radius:14px!important;max-height:calc(100svh - max(24px, env(safe-area-inset-top)) - max(24px, env(safe-area-inset-bottom)))!important}.product-modal-gallery .image-gallery-slide{height:clamp(240px,calc(100svh - 180px),62svh);max-height:calc(100svh - 180px)}.product-modal-gallery .image-gallery-image,.product-modal-gallery .image-gallery-slide img{max-height:calc(100svh - 190px)}.product-modal-gallery .image-gallery-thumbnails-wrapper{padding:10px}.product-modal-gallery .image-gallery-thumbnail{width:64px;height:64px}.product-gallery-close-btn{width:35px!important;height:35px!important;top:max(12px,calc(env(safe-area-inset-top) + 8px))!important;right:max(12px,calc(env(safe-area-inset-right) + 8px))!important}}@supports (-webkit-touch-callout:none){.bottom-sheet{--bottom-sheet-bottom-fill:92px}}@media (max-width:360px){.mobile-thumbnail-grid{width:70px;gap:4px}.mobile-image-layout{gap:6px}}@media (min-width:900px){.pc-card,.pc-image{min-height:350px}}@media (min-width:1200px){.pc-card,.pc-image{height:500px}}
/*# sourceMappingURL=3af0f3a7eaf7a610.css.map*/