.marquee-images{display:flex;align-items:center;justify-content:space-between}.marquee .image{display:grid;place-items:center;width:100%;padding:10px;border-radius:.5rem}.marquee .image svg{max-width:125px;max-height:29px;width:100%;height:100%}.marquee .image svg path{fill:#717a71}.wrapper{display:flex;flex-direction:column;gap:var(--gap);margin:auto;max-width:100vw}:root{--size: clamp(10rem, 1rem + 40vmin, 30rem);--gap: calc(var(--size) / 14);--duration: 60s;--scroll-start: 0;--scroll-end: calc(-100% - var(--gap))}.marquee{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none;-webkit-mask-image:linear-gradient(var(--mask-direction, to right),hsl(0 0% 0% / 0),hsl(0 0% 0% / 1) 20%,hsl(0 0% 0% / 1) 80%,hsl(0 0% 0% / 0));mask-image:linear-gradient(var(--mask-direction, to right),hsl(0 0% 0% / 0),hsl(0 0% 0% / 1) 20%,hsl(0 0% 0% / 1) 80%,hsl(0 0% 0% / 0))}.marquee__group{flex-shrink:0;display:flex;align-items:center;justify-content:space-around;gap:var(--gap);min-width:100%;animation:scroll-x var(--duration) linear infinite}.marquee-wrapper:nth-of-type(2) .marquee__group{animation:scroll-x-right var(--duration) linear infinite}@media (prefers-reduced-motion: reduce){.marquee__group{animation-play-state:paused}}@keyframes scroll-x{0%{transform:translate(var(--scroll-start))}to{transform:translate(var(--scroll-end))}}@keyframes scroll-x-right{0%{transform:translate(var(--scroll-end))}to{transform:translate(var(--scroll-start))}}@keyframes scroll-y{0%{transform:translateY(var(--scroll-start))}to{transform:translateY(var(--scroll-end))}}
/*# sourceMappingURL=/cdn/shop/t/322/assets/component-logo-slider.css.map?v=1973101313553460761699291926 */
