.photo-marquee{width:100%;overflow:hidden;padding:10px 0}.photo-marquee__track{display:flex;width:max-content;animation:photo-marquee-scroll var(--pm-speed, 35s) linear infinite;animation-direction:var(--pm-direction, normal)}.photo-marquee__track--pauseable:hover{animation-play-state:paused}.photo-marquee__group{display:flex;flex-shrink:0;gap:var(--pm-gap-mobile, 24px);padding-right:var(--pm-gap-mobile, 24px)}.photo-marquee__item{display:block;flex-shrink:0;height:var(--pm-height-mobile, 150px)}@media screen and (min-width:750px){.photo-marquee__group{gap:var(--pm-gap, 16px);padding-right:var(--pm-gap, 16px)}.photo-marquee__item{height:var(--pm-height, 320px)}}.photo-marquee__image{height:100%;width:auto;object-fit:cover;display:block}.photo-marquee__empty{text-align:center;color:#6b6b6b;font-size:14px;padding:40px 20px}@keyframes photo-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.photo-marquee__track{animation-play-state:paused}.photo-marquee{overflow-x:auto}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-scrolling-photo-marquee.css.map */
