.carousel{-webkit-user-select:none;-moz-user-select:none;user-select:none;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;border-radius:8px;width:100%;height:100%;position:relative;overflow:hidden}.carousel--minimal{flex-direction:column;justify-content:center;align-items:center;display:flex}.carousel--fullscreen{z-index:1000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.carousel__track{will-change:transform;height:100%;transition:transform .5s;display:flex}.carousel__track:hover~.carousel__button{opacity:.7}.carousel__slide{background:0 0;flex:0 0 100%;justify-content:center;align-items:center;height:100%;display:flex}.carousel__image{object-fit:cover;background:0 0;width:100%;height:100%;display:block}.carousel__image--fullscreen{object-fit:contain;background:rgba(0,0,0,.7)}.carousel--minimal .carousel__slide{background:#fff}.carousel--minimal .carousel__image{object-fit:contain;background:#fff;width:auto;max-width:100%;height:auto;max-height:100%;margin:0 auto;display:block}.carousel__overlay{z-index:999;background:rgba(0,0,0,.8);position:fixed;top:0;bottom:0;left:0;right:0}.carousel__close{color:#fff;cursor:pointer;z-index:1001;opacity:.7;background:0 0;border:none;font-size:32px;position:absolute;top:20px;right:20px}.carousel__close:hover{opacity:1}.carousel__button{z-index:10;color:#fff;cursor:pointer;opacity:0;background:rgba(0,0,0,.3);border:none;justify-content:center;align-items:center;width:50px;height:100%;font-size:24px;transition:opacity .3s;display:flex;position:absolute;top:0}.carousel__button--prev{left:0}.carousel__button--next{right:0}.carousel__dots{justify-content:center;gap:10px;width:100%;display:flex;position:absolute;bottom:10px}.carousel__dot{cursor:pointer;background:rgba(255,255,255,.5);border-radius:50%;width:12px;height:12px;display:inline-block}.carousel__dot.is-active{background:#fff}.carousel__thumbnails{z-index:20;background:rgba(255,255,255,.9);justify-content:center;align-items:center;padding:8px 12px;display:flex;position:absolute;bottom:0;left:0;right:0}.carousel__thumbnails-track{-webkit-overflow-scrolling:touch;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.carousel__thumb{all:unset;cursor:pointer;border:2px solid transparent;border-radius:6px;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex;overflow:hidden}.carousel__thumb img{object-fit:cover;width:100%;height:100%;display:block}.carousel__thumb.is-active{border-color:var(--primaryButtonColor)}
