@import"https://fonts.googleapis.com/css2?family=Pacifico&family=Allura&family=Dancing+Script:wght@500;700&family=Yellowtail&display=swap";.seat-hotspots-section{padding:80px 20px;--sh-heading-font: "Harlow Solid", "Pacifico", cursive}.seat-hotspots-section .sh-container{max-width:1280px;margin:0 auto}.seat-hotspots-section .sh-heading{font-family:var(--sh-heading-font)!important;font-style:italic!important;font-size:clamp(32px,4vw,48px);font-weight:400!important;margin:0 0 16px;text-align:center}.seat-hotspots-section .sh-intro{text-align:center;max-width:640px;margin:0 auto 48px;opacity:.75;line-height:1.6}.seat-hotspots-section .sh-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.seat-hotspots-section .sh-layout-image-right{direction:rtl}.seat-hotspots-section .sh-layout-image-right>*{direction:ltr}@media(max-width:768px){.seat-hotspots-section{padding:48px 16px}.seat-hotspots-section .sh-grid{grid-template-columns:1fr;gap:24px;direction:ltr}}.seat-hotspots-section .sh-image-wrap{perspective:1400px}.seat-hotspots-section .sh-image-inner{position:relative;transform-style:preserve-3d;transition:transform .45s cubic-bezier(.2,.8,.2,1);will-change:transform}.seat-hotspots-section .sh-image{width:100%;height:auto;display:block;border-radius:16px}.seat-hotspots-section .sh-placeholder{aspect-ratio:4 / 5;background:#0000000a;border-radius:16px;display:flex;align-items:center;justify-content:center}.seat-hotspots-section .sh-placeholder-svg{width:60%;max-width:240px;opacity:.4}.seat-hotspots-section .sh-hotspot{position:absolute;transform:translate(-50%,-50%);width:48px;height:48px;border:none;background:transparent;cursor:pointer;padding:0;z-index:2;transform-style:preserve-3d}.seat-hotspots-section .sh-hotspot:focus-visible{outline:2px solid var(--hs-color);outline-offset:4px;border-radius:50%}.seat-hotspots-section .sh-hotspot-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--hs-color);opacity:.25;animation:sh-pulse 2.4s ease-in-out infinite;transform:translateZ(20px)}.seat-hotspots-section .sh-hotspot-dot{position:absolute;top:50%;left:50%;width:18px;height:18px;background:var(--hs-color);border:3px solid #fff;border-radius:50%;transform:translate(-50%,-50%) translateZ(40px);box-shadow:0 4px 12px #00000040;transition:transform .25s ease}.seat-hotspots-section .sh-hotspot:hover .sh-hotspot-ring,.seat-hotspots-section .sh-hotspot.is-active .sh-hotspot-ring{animation:none;opacity:.4;transform:translateZ(20px) scale(1.5)}.seat-hotspots-section .sh-hotspot:hover .sh-hotspot-dot,.seat-hotspots-section .sh-hotspot.is-active .sh-hotspot-dot{transform:translate(-50%,-50%) translateZ(40px) scale(1.15)}@keyframes sh-pulse{0%,to{transform:translateZ(20px) scale(1);opacity:.25}50%{transform:translateZ(20px) scale(1.4);opacity:.5}}.seat-hotspots-section .sh-info{min-height:220px;display:flex;align-items:center}.seat-hotspots-section .sh-info-panel{width:100%;animation:sh-fade .3s ease}.seat-hotspots-section .sh-info-panel[hidden]{display:none}@keyframes sh-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.seat-hotspots-section .sh-info-hint{font-size:12px;opacity:.6;margin:0 0 12px;text-transform:uppercase;letter-spacing:.08em}.seat-hotspots-section .sh-info-badge{display:inline-block;font-size:12px;padding:5px 14px;border-radius:999px;margin-bottom:14px;font-weight:500;letter-spacing:.02em}.seat-hotspots-section .sh-info-title{font-family:var(--sh-heading-font)!important;font-style:italic!important;font-size:clamp(28px,3vw,38px);margin:0 0 14px;font-weight:400!important;line-height:1.2}.seat-hotspots-section .sh-info-desc{font-size:16px;line-height:1.7;margin:0;opacity:.8}.seat-hotspots-section .sh-gallery-wrap{margin-top:96px;padding-top:64px;border-top:1px solid rgba(0,0,0,.08)}.seat-hotspots-section .sh-gallery-heading{font-family:var(--sh-heading-font)!important;font-style:italic!important;font-size:clamp(28px,3vw,38px);font-weight:400!important;margin:0 0 12px;text-align:center}.seat-hotspots-section .sh-gallery-intro{text-align:center;max-width:600px;margin:0 auto 48px;opacity:.7;line-height:1.6;font-size:15px}.seat-hotspots-section .sh-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}.seat-hotspots-section .sh-gallery-card{background:#fff;border:1px solid #EEEEEE;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000a;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease;display:flex;flex-direction:column}.seat-hotspots-section .sh-gallery-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #0000001a}.seat-hotspots-section .sh-gallery-image{aspect-ratio:4 / 3;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.seat-hotspots-section .sh-gallery-image img{width:100%;height:100%;object-fit:contain;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.seat-hotspots-section .sh-gallery-card:hover .sh-gallery-image img{transform:scale(1.04)}.seat-hotspots-section .sh-gallery-content{padding:22px 24px 26px}.seat-hotspots-section .sh-gallery-label{display:inline-block;font-size:11px;padding:4px 10px;border-radius:999px;margin-bottom:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:#f4b40026;color:#8b6b00}.seat-hotspots-section .sh-gallery-title{font-family:var(--sh-heading-font)!important;font-style:italic!important;font-size:24px;margin:0 0 8px;font-weight:400!important;line-height:1.3}.seat-hotspots-section .sh-gallery-desc{font-size:14px;line-height:1.6;margin:0;opacity:.75}@media(max-width:768px){.seat-hotspots-section .sh-gallery-wrap{margin-top:48px;padding-top:36px}.seat-hotspots-section .sh-gallery{grid-template-columns:1fr;gap:20px}}@media(prefers-reduced-motion:reduce){.seat-hotspots-section .sh-image-inner,.seat-hotspots-section .sh-hotspot-ring,.seat-hotspots-section .sh-info-panel,.seat-hotspots-section .sh-gallery-card,.seat-hotspots-section .sh-gallery-image img{animation:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
