.scrolling-images-section{overflow:hidden;width:100%;background-color:#fff;position:relative}.scrolling-container{width:100%;overflow:visible}.scrolling-track{display:flex;gap:var(--gap);width:max-content;animation:scroll var(--scroll-speed) linear infinite;will-change:transform}.scrolling-track:hover{animation-play-state:running}.scrolling-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:var(--image-width);height:var(--image-height);overflow:hidden;border-radius:12px}.image-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.scrolling-image{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;image-rendering:-webkit-optimize-contrast}.overlay_card{max-width:340px;margin-top:-50px;margin-left:auto;margin-right:auto;padding:23px;border-radius:10px;border:0px solid var(--overlay-border);background-color:var(--overlay-bg);position:relative;z-index:3;text-align:center;box-shadow:-3px 7px 9px -2px #a09c9c;font-size:var(--overlay-text-size);line-height:130%;color:var(--overlay-color);font-weight:500}@media(min-width:769px)and (max-width:1024px){.scrolling-item{width:calc(var(--image-width) * .9);height:calc(var(--image-height) * .9)}}@media(max-width:768px){.scrolling-container{overflow:visible;padding:0}.scrolling-item{width:var(--image-width-mb);height:var(--image-height-mb);border-radius:16px}.scrolling-image{width:100%;height:var(--image-height-mb);object-fit:cover;border-radius:16px}.scrolling-track{gap:calc(var(--gap) * .5)}.overlay_card{margin-top:-30px;font-size:var(--overlay-text-size-mb)}}@media(max-width:480px){.scrolling-item{max-width:280px}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.scrolling-images-section:before,.scrolling-images-section:after{width:30px}}@media(max-width:480px){.scrolling-images-section:before,.scrolling-images-section:after{width:20px}}
/*# sourceMappingURL=/cdn/shop/t/45/assets/scrolling-images.css.map */
