.shops-container{height:auto;overflow:hidden;width:100%;.shops-track{animation:scroll linear infinite;animation-duration:var(--endless-scroll-animation-duration);display:grid;gap:2rem;grid-auto-flow:column;justify-content:start;place-items:center;width:100%;width:max-content}.shop-item{display:grid;height:100%;overflow:hidden;place-items:center;width:max-content;.image{filter:grayscale(100%);height:100%;max-height:80px;max-width:150px;opacity:100%;width:auto}}}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.sectionFooter{max-width:var(--page-width)}