.ola-gallery{position:relative;overflow:hidden;background:#eee;user-select:none;-webkit-user-select:none;touch-action:pan-x;direction:ltr;display:flex;flex-direction:column}.ola-gallery__viewport{position:relative;width:100%;flex:1;min-height:0;overflow:hidden;cursor:grab}.ola-gallery__viewport.grabbing{cursor:grabbing}.ola-gallery__strip{display:flex;height:100%;will-change:transform}.ola-gallery__strip.animate{transition:transform .4s ease}.ola-gallery__slide{flex:0 0 100%;width:100%;height:100%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#eee}.ola-gallery__slide img{max-width:none;display:block}.ola-gallery__slide img.scale-fill{width:100%;height:100%;object-fit:cover}.ola-gallery__slide img.scale-fit{max-width:100%;max-height:100%;object-fit:contain}.ola-gallery__arrow{position:absolute;top:0;height:100%;width:44px;z-index:21;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s;background:0;border:0;padding:0}.ola-gallery:hover .ola-gallery__arrow{opacity:1}.ola-gallery__arrow--left{left:0}.ola-gallery__arrow--right{right:0}.ola-gallery__arrow-icon{width:32px;height:32px;background:rgba(255,255,255,0.75);border-radius:2px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.ola-gallery__arrow-icon:hover{background:rgba(255,255,255,0.9)}.ola-gallery__arrow-icon::after{content:'';display:block;width:10px;height:10px;border-top:2px solid #333;border-right:2px solid #333}.ola-gallery__arrow--left .ola-gallery__arrow-icon::after{transform:rotate(-135deg);margin-left:3px}.ola-gallery__arrow--right .ola-gallery__arrow-icon::after{transform:rotate(45deg);margin-right:3px}.ola-gallery__fullscreen-btn{position:absolute;right:0;top:0;width:44px;height:44px;z-index:22;cursor:pointer;background:0;border:0;padding:6px}.ola-gallery__fullscreen-icon{width:32px;height:32px;background:rgba(255,255,255,0.75);border-radius:2px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.ola-gallery__fullscreen-icon:hover{background:rgba(255,255,255,0.9)}.ola-gallery__fullscreen-icon::after{content:'';display:block;width:14px;height:14px;border:2px solid #333;border-radius:1px}.ola-gallery.fullscreen .ola-gallery__fullscreen-icon::after{width:10px;height:10px;border-width:2px;box-shadow:inset 0 0 0 2px rgba(255,255,255,0.75)}.ola-gallery__thumbs{position:relative;width:100%;height:72px;overflow:hidden;background:#eee;cursor:pointer;z-index:22;flex-shrink:0}.ola-gallery__thumbs-strip{display:flex;height:100%;position:relative;transition:transform .3s ease;will-change:transform}.ola-gallery__thumb{flex:0 0 96px;width:96px;height:72px;overflow:hidden}.ola-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .2s}.ola-gallery__thumb.active img{opacity:.5}.ola-gallery__thumb.active{background:#fff}.ola-gallery__preloader{position:absolute;left:50%;top:50%;width:24px;height:24px;margin:-12px 0 0 -12px;border:3px solid rgba(0,0,0,0.15);border-top-color:#666;border-radius:50%;animation:ola-gallery-spin .7s linear infinite;z-index:0}@keyframes ola-gallery-spin{to{transform:rotate(360deg)}}.ola-gallery.fullscreen{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;max-width:none!important;height:100vh!important;height:100dvh!important;z-index:2147483647!important;margin:0!important;padding:0!important;background:#1a1a1a!important;display:flex!important;flex-direction:column!important}.ola-gallery.fullscreen .ola-gallery__viewport{flex:1}.ola-gallery.fullscreen .ola-gallery__arrow{opacity:1}.ola-gallery.fullscreen .ola-gallery__arrow-icon{background:rgba(0,0,0,0.5)}.ola-gallery.fullscreen .ola-gallery__arrow-icon::after{border-color:#fff}.ola-gallery.fullscreen .ola-gallery__fullscreen-icon{background:rgba(0,0,0,0.5)}.ola-gallery.fullscreen .ola-gallery__fullscreen-icon::after{border-color:#fff}.ola-gallery.fullscreen .ola-gallery__slide{background:#1a1a1a}.ola-gallery.fullscreen .ola-gallery__thumbs{background:#1a1a1a}.ola-gallery.fullscreen .ola-gallery__thumb.active{background:#1a1a1a}.ola-gallery__thumbs-arrow{position:absolute;top:0;height:100%;width:20px;z-index:23;cursor:pointer;background:rgba(255,255,255,0.75);border:0;padding:0;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.ola-gallery__thumbs-arrow:hover{background:rgba(255,255,255,0.9)}.ola-gallery__thumbs-arrow--left{left:0}.ola-gallery__thumbs-arrow--right{right:0}.ola-gallery__thumbs-arrow::after{content:'';display:block;width:6px;height:6px;border-top:2px solid #333;border-right:2px solid #333}.ola-gallery__thumbs-arrow--left::after{transform:rotate(-135deg);margin-left:2px}.ola-gallery__thumbs-arrow--right::after{transform:rotate(45deg);margin-right:2px}.ola-gallery__thumbs-arrow[disabled]{display:none}