.gallery{position:relative;width:100%;overflow:hidden}.gallery__track{display:flex;overflow-x:auto;scroll-snap-type:none;-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:none;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:none;position:relative}.gallery__slide .box-ratio{height:100%}.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:0;left:0;z-index:3;pointer-events:auto}.gallery-custom-controls .play-pause-wrapper{display:flex;flex-direction:column;align-items:center;gap:4px}.gallery-custom-controls .play-button,.gallery-custom-controls .pause-button{width:32px;height:32px;background:#232323;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.gallery-custom-controls .play-button:hover,.gallery-custom-controls .pause-button:hover{background:#2e2e2e}.gallery__progress-bar{pointer-events:auto;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.4);padding:0;position:absolute;bottom:0;width:auto;z-index:2;left:50%;transform:translateX(-50%)}.gallery__progress-prev,.gallery__progress-next{background-color:#b38a4c;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer}.gallery__progress{display:flex;gap:6px;margin:0 12px}.gallery__progress-dot{width:40px;height:2px;background:rgba(255,255,255,.3);transition:background .3s;padding:0}.gallery__progress-dot.is-active{background:#fff}