.scrolling-gallery{overflow:hidden;width:100%}.scrolling-gallery__heading{text-align:center;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .4em;font-weight:600}.scrolling-gallery__subheading{text-align:center;margin:0 0 2rem;opacity:.7;font-size:1.5rem}.scrolling-gallery__wrapper{overflow:hidden;width:100%}.scrolling-gallery__track{display:flex;gap:var(--scroll-gap, 16px);width:max-content;animation:scrollGalleryLeft var(--scroll-speed, 40s) linear infinite;will-change:transform}.scrolling-gallery__track--right{animation-name:scrollGalleryRight}@keyframes scrollGalleryLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollGalleryRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.scrolling-gallery__track{animation-play-state:paused}}.scrolling-gallery__item{flex-shrink:0;position:relative;height:var(--image-height, 300px);overflow:hidden}.scrolling-gallery__image{display:block;height:100%;width:auto;object-fit:cover;transition:transform .4s ease}.scrolling-gallery__item:hover .scrolling-gallery__image{transform:scale(1.04)}.scrolling-gallery__placeholder{height:100%;width:auto;min-width:200px;aspect-ratio:3 / 4;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.06);overflow:hidden}.scrolling-gallery__placeholder svg{width:60%;height:auto;opacity:.3}.scrolling-gallery__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.scrolling-gallery__wrapper:before,.scrolling-gallery__wrapper:after{content:"";position:absolute;top:0;bottom:0;width:40px;z-index:3;pointer-events:none}.scrolling-gallery__wrapper{position:relative}.scrolling-gallery__wrapper:before{left:0;background:linear-gradient(to right,rgb(var(--color-background)),transparent)}.scrolling-gallery__wrapper:after{right:0;background:linear-gradient(to left,rgb(var(--color-background)),transparent)}@media screen and (max-width:749px){.scrolling-gallery__wrapper:before,.scrolling-gallery__wrapper:after{width:20px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-scrolling-gallery.css.map */
