.marquee-section{overflow:hidden;padding:1rem 0;background:rgb(var(--color-background));color:rgb(var(--color-foreground));position:relative}.marquee-track{display:flex;width:max-content;animation:marquee-scroll var(--marquee-speed, 20s) linear infinite;animation-direction:var(--marquee-direction, normal)}.marquee-content{display:flex;align-items:center;gap:var(--marquee-gap, 40px);padding-right:var(--marquee-gap, 40px)}.marquee-item{display:flex;align-items:center;flex-shrink:0;white-space:nowrap}.marquee-item--card{display:block;width:var(--card-width);flxex-shrink:0;overflow:hidden}.marquee-item-card__info{width:100%;overflow:hidden}.marquee-item-card__info .caption-with-letter-spacing{display:block;width:100%;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;line-height:1.4}.marquee-item--card__heading{text-align:center;width:95%;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.marquee-text{font-weight:600;letter-spacing:.02em}.marquee-item svg{width:1.5rem;height:1.5rem;flex-shrink:0}.marquee-lightbox__nav,.marquee-controls{display:flex;gap:10px;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.marquee-lightbox__nav--prev,.marquee-controls__left{left:20px}.marquee-lightbox__nav--next,.marquee-controls__right{right:20px}.marquee-lightbox__nav,.marquee-controls__button{width:44px;height:44px;background-color:rgba(var(--color-background),.9);color:rgb(var(--color-foreground));cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.marquee-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#000000e6;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.marquee-lightbox.is-active{opacity:1;visibility:visible}.marquee-lightbox__image{max-width:90vw;max-height:90vh;object-fit:contain;transform:scale(.95);transition:transform .3s ease}.marquee-lightbox.is-active .marquee-lightbox__image{transform:scale(1)}.marquee-lightbox__close{position:absolute;top:20px;right:20px;width:44px;height:44px;background:transparent;border:none;cursor:pointer;color:#fff;padding:0}.marquee-lightbox__close svg{width:100%;height:100%}.marquee-lightbox__caption{position:absolute;bottom:20px;left:50%;transform:translate(-50%);color:#fff;text-align:center;max-width:80vw}.marquee-lightbox__heading{margin:0 0 .5rem;font-size:1.25rem}.marquee-lightbox__text{margin:0;opacity:.8}.marquee-item--card[data-has-image=true]{cursor:pointer}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-10%)}}@media (prefers-reduced-motion: reduce){.marquee-track{animation:none}.marquee-content:not(:first-child){display:none}.marquee-track{justify-content:center;width:100%}}
/*# sourceMappingURL=/cdn/shop/t/120/assets/section-marquee.css.map */
