.marquee{position:relative;overflow:hidden;background-color:rgb(var(--color-background));white-space:nowrap}@media (min-width: 1440px){.marquee .page-width{overflow:hidden;-webkit-mask-image:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(10%,black),color-stop(90%,black),to(transparent));-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);mask-image:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(10%,black),color-stop(90%,black),to(transparent));mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}}.marquee__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;-webkit-animation:scroll-marquee 30s linear infinite;animation:scroll-marquee 30s linear infinite;will-change:transform;-webkit-animation-direction:var(--animation-direction);animation-direction:var(--animation-direction)}.marquee__content:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.marquee__track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.6rem}@media (min-width: 768px){.marquee__track{gap:2.4rem}}.marquee__item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.marquee__item--image{width:4.8rem;height:4.8rem;opacity:.7}@media (min-width: 768px){.marquee__item--image{width:8rem;height:8rem}}.marquee__item--image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.4rem}.marquee__item--text{color:rgb(var(--color-foreground));font-family:var(--font-heading-family);font-weight:700;text-transform:uppercase;white-space:nowrap}.marquee__text{font-size:4.8rem;line-height:5.6rem}@media (min-width: 768px){.marquee__text{font-size:9.6rem;line-height:1}}@-webkit-keyframes scroll-marquee{0%{-webkit-transform:translateX(0%);transform:translate(0)}to{-webkit-transform:translateX(-50%);transform:translate(-50%)}}@keyframes scroll-marquee{0%{-webkit-transform:translateX(0%);transform:translate(0)}to{-webkit-transform:translateX(-50%);transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.marquee__content{-webkit-animation:none;animation:none}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/section-marquee.css.map */
