.logo-marquee{width:100%;overflow:hidden;background-color:var(--marquee-bg, #FFFFFF);padding:var(--marquee-padding, 16px) 0;max-width:100vw;margin-left:calc(-.5*(100vw - 100%));width:100vw}.logo-marquee__track{display:flex;width:max-content;animation:marquee-scroll var(--marquee-speed, 20s) linear infinite}.logo-marquee__group{display:flex;align-items:center;flex-shrink:0}.logo-marquee__item{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0 var(--marquee-gap, 48px)}.logo-marquee__logo{display:block;height:var(--marquee-logo-height, 50px);width:auto;object-fit:contain}.logo-marquee__placeholder{width:120px;height:var(--marquee-logo-height, 50px);display:flex;align-items:center;justify-content:center;opacity:.3}.logo-marquee__placeholder svg{width:100%;height:100%}.logo-marquee__dot{display:block;flex-shrink:0;width:var(--marquee-dot-size, 7px);height:var(--marquee-dot-size, 7px);border-radius:50%;background-color:var(--marquee-dot-color, #3C2415)}.logo-marquee:hover .logo-marquee__track{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-25%)}}@media screen and (max-width:749px){.logo-marquee__item{padding:0 var(--marquee-mobile-gap, 32px)}.logo-marquee__logo{height:var(--marquee-mobile-logo-height, 40px)}.logo-marquee__placeholder{width:90px;height:var(--marquee-mobile-logo-height, 40px)}.logo-marquee__dot{width:calc(var(--marquee-dot-size, 7px) - 1px);height:calc(var(--marquee-dot-size, 7px) - 1px)}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/section-logo-marquee.css.map */
