:root{--bg-black: #000000;--text-white: #ffffff;--animation-speed: 30s}.media-section{background-color:var(--bg-black);padding:70px 0;font-family:Poppins,sans-serif;overflow:hidden}.media-title{text-align:center;color:var(--text-white);font-size:1.6rem;font-weight:600;margin-bottom:55px}.carousel-viewport{width:100%;overflow:hidden}.carousel-track{display:flex;animation:scroll var(--animation-speed) linear infinite}.carousel-viewport:hover .carousel-track{animation-play-state:paused}.media-item{width:250px;flex-shrink:0;padding:0 12px;text-align:center}.logo-circle{width:140px;height:140px;margin:0 auto 16px;border-radius:50%;overflow:hidden;background-color:#fff;display:flex;align-items:center;justify-content:center}.logo-circle img{width:100%;height:100%;object-fit:cover}.media-text{color:var(--text-white);font-size:.85rem;margin-bottom:6px}.article-link{color:var(--text-white);font-size:.8rem;font-weight:600;text-decoration:underline}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-250px * var(--items-count, 8)))}}@media (max-width: 600px){.media-item{width:200px}.logo-circle{width:110px;height:110px}@keyframes scroll{to{transform:translate(calc(-200px * var(--items-count, 8)))}}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-media-carousel.css.map */
