.scrolling-cards{width:100%;overflow:hidden;position:relative;mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent)}.scrolling-cards__track{display:flex;gap:1.2rem;width:max-content;animation:scrolling-cards-move 18s linear infinite}.scrolling-cards__track:hover{animation-play-state:paused}@keyframes scrolling-cards-move{0%{transform:translate(0)}to{transform:translate(-50%)}}.scrolling-cards__card{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.6rem;border:1px solid rgba(var(--color-foreground),.12);border-radius:var(--buttons-radius, .8rem);background:rgb(var(--color-background));white-space:nowrap;flex-shrink:0;min-width:18rem;max-width:26rem;white-space:normal}.scrolling-cards__card-icon{display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;flex-shrink:0;color:rgb(var(--color-foreground))}.scrolling-cards__card-icon svg{width:100%;height:100%}.scrolling-cards__card-icon img{width:100%;height:100%;object-fit:contain}.scrolling-cards__card-body{display:flex;flex-direction:column;gap:.2rem}.scrolling-cards__card-title{font-size:1.3rem;font-weight:700;line-height:1.2;margin:0;color:rgb(var(--color-foreground))}.scrolling-cards__card-text{font-size:1.1rem;line-height:1.3;margin:0;color:rgba(var(--color-foreground),.65)}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-scrolling-cards.css.map */
