.marquee-wrapper{width:100%;overflow:hidden;position:relative;background:rgb(var(--color-background))}.marquee-heading{margin-bottom:2rem;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground))}.marquee{display:flex;overflow:visible;-webkit-user-select:none;user-select:none;width:100%;align-items:center}.marquee__group{flex-shrink:0;display:flex;align-items:center;justify-content:flex-start;gap:40px;animation:scroll-x 40s linear infinite;padding-right:40px;overflow:visible}.marquee__item{display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:visible;position:relative}.marquee__item:hover{z-index:10}.marquee__item img{width:200px;height:auto!important;display:block;object-fit:contain;transition:all var(--duration-default) ease}.marquee--color-always-color .marquee__item img{filter:none;opacity:1}.marquee--color-always-color .marquee__item:hover img{transform:scale(1.05)}.marquee--color-grayscale-hover .marquee__item img{filter:grayscale(100%) opacity(.7)}.marquee--color-grayscale-hover .marquee__item:hover img{filter:grayscale(0%) opacity(1);transform:scale(1.05)}@keyframes scroll-x{0%{transform:translate(0)}to{transform:translate(-100%)}}.marquee:hover .marquee__group{animation-play-state:paused}.marquee-wrapper:before,.marquee-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:150px;z-index:1;pointer-events:none}.marquee-wrapper:before{left:0;background:linear-gradient(to right,rgb(var(--color-background)),rgba(var(--color-background),0))}.marquee-wrapper:after{right:0;background:linear-gradient(to left,rgb(var(--color-background)),rgba(var(--color-background),0))}@media screen and (max-width:749px){.marquee__item img{width:150px}.marquee-wrapper:before,.marquee-wrapper:after{width:50px}}@media screen and (min-width:750px)and (max-width:989px){.marquee-wrapper:before,.marquee-wrapper:after{width:100px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-marquee-slider.css.map */
