.scrolling-gallery-wrapper{position:relative;overflow:hidden}.scrolling-gallery__title{margin-bottom:3rem;text-align:center}.scrolling-gallery{display:flex;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;cursor:grab}.scrolling-gallery::-webkit-scrollbar{display:none}.scrolling-gallery.active{cursor:grabbing}.scrolling-gallery__track{display:flex;gap:var(--gallery-gap, 16px);padding:0 1.5rem}@media screen and (min-width:750px){.scrolling-gallery__track{padding:0 5rem}}.scrolling-gallery__track--autoplay{animation:scroll-gallery var(--scroll-speed, 30s) linear infinite}@keyframes scroll-gallery{0%{transform:translate(0)}to{transform:translate(-50%)}}.scrolling-gallery:hover .scrolling-gallery__track--autoplay{animation-play-state:paused}.scrolling-gallery__item{flex:0 0 auto;width:var(--image-width, 300px)}@media screen and (max-width:749px){.scrolling-gallery__item{width:calc(var(--image-width, 300px) * .7)}}.scrolling-gallery__image-wrapper{position:relative;width:100%;height:var(--image-height, 300px);overflow:hidden;background-color:rgba(var(--color-foreground),.05)}@media screen and (max-width:749px){.scrolling-gallery__image-wrapper{height:calc(var(--image-height, 300px) * .7)}}.scrolling-gallery__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.scrolling-gallery__item:hover .scrolling-gallery__image{transform:scale(1.05)}.scrolling-gallery__caption{margin-top:1rem;text-align:center;font-size:1.4rem;color:rgba(var(--color-foreground),.75)}.scrolling-gallery__image-wrapper .placeholder-svg{width:100%;height:100%;background-color:rgba(var(--color-foreground),.05);border:0}.scrolling-gallery__nav{display:flex;justify-content:center;gap:1rem;margin-top:2rem}@media screen and (min-width:750px){.scrolling-gallery__nav{position:absolute;top:50%;left:0;right:0;justify-content:space-between;margin-top:0;padding:0 1rem;pointer-events:none;transform:translateY(-50%)}}.scrolling-gallery__arrow{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(var(--color-foreground),.25);border-radius:50%;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;transition:all .2s ease;pointer-events:auto}.scrolling-gallery__arrow:hover{background-color:rgba(var(--color-foreground),.1);border-color:rgba(var(--color-foreground),.5)}.scrolling-gallery__arrow svg{width:20px;height:20px}.scrolling-gallery__indicator{height:3px;background-color:rgba(var(--color-foreground),.1);border-radius:2px;margin:2rem auto 0;max-width:200px;overflow:hidden}.scrolling-gallery__progress{height:100%;background-color:rgb(var(--color-foreground));border-radius:2px;width:0%;transition:width .1s ease-out}@media screen and (max-width:749px){.scrolling-gallery__nav{margin-top:1.5rem}.scrolling-gallery__arrow{width:40px;height:40px}.scrolling-gallery__indicator{margin-top:1.5rem}}@media(hover:none)and (pointer:coarse){.scrolling-gallery,.scrolling-gallery.active{cursor:default}.scrolling-gallery__track--autoplay,.scrolling-gallery:hover .scrolling-gallery__track--autoplay{animation-play-state:running}}@media(prefers-reduced-motion:reduce){.scrolling-gallery__track--autoplay{animation:none}.scrolling-gallery{scroll-behavior:auto}.scrolling-gallery__image{transition:none}}[dir=rtl] .scrolling-gallery__track{direction:rtl}[dir=rtl] .scrolling-gallery__track--autoplay{animation-name:scroll-gallery-rtl}@keyframes scroll-gallery-rtl{0%{transform:translate(0)}to{transform:translate(50%)}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-scrolling-gallery.css.map */
