.gallery{position:relative;width:100%;overflow:hidden}.gallery__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;height:auto;width:100%;scrollbar-width:none;-ms-overflow-style:none}.gallery__track>.image-container{min-width:100%;flex-shrink:0;scroll-snap-align:start;display:flex;justify-content:center;align-items:center;height:100%}.gallery__track::-webkit-scrollbar{display:none}.gallery__slide{min-width:100%;width:100%;flex-shrink:0;scroll-snap-align:start;position:relative}.gallery__caption{position:absolute;bottom:0;left:0;width:100%;background:rgba(0,0,0,.5);color:#fff;padding:.5rem;font-size:.875rem;text-align:center}.gallery__nav{position:absolute;top:50%;left:0;right:0;display:flex;justify-content:space-between;transform:translateY(-50%);z-index:2}.gallery__prev,.gallery__next{background:rgba(0,0,0,.6);color:#fff;border:none;width:48px;height:48px;cursor:pointer}.gallery__index{position:absolute;bottom:0;right:0;background:rgba(0,0,0,.6);color:#fff;padding:6px 15px}@media(max-width: 768px){.gallery__prev,.gallery__next{width:32px;height:32px}}.gallery--fullscreen{position:fixed !important;top:0;left:0;width:100vw;height:100vh;background:#000;z-index:9999;display:flex;flex-direction:column;justify-content:center}.gallery-custom-controls{position:absolute;bottom:26px;right:9px;z-index:3;pointer-events:auto}.play-pause-wrapper{display:flex;flex-direction:column;align-items:center;gap:4px}.play-button,.pause-button{width:32px;height:32px;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.play-button:hover,.pause-button:hover{color:#2e2e2e}.gallery__progress-bar{pointer-events:auto;display:flex;justify-content:center;align-items:center;padding:0;position:absolute;bottom:40px;width:93%;z-index:2;left:0}@media(max-width: 768px){.gallery__progress-bar{width:90%}}.gallery__progress{display:flex;gap:6px;margin:0 12px;width:100%}.gallery__progress [role=tab]::after{content:none !important}.gallery__progress-dot{width:100%;height:4px;transition:background .3s;border-radius:99999px;background:rgba(252,252,250,.3);padding:0 !important}.gallery__progress-dot.is-active{background:#fff}