.product-marquee-section{color:var(--text-color, #ffffff);overflow:hidden;position:relative}.product-marquee-section:before,.product-marquee-section:after{content:"";position:absolute;top:0;width:120px;height:100%;z-index:2;pointer-events:none}.product-marquee-section:before{left:0;background:linear-gradient(to right,var(--section-bg, #0d0d0d),transparent)}.product-marquee-section:after{right:0;background:linear-gradient(to left,var(--section-bg, #0d0d0d),transparent)}.product-marquee__header{display:flex;align-items:baseline;gap:1.5rem;flex-wrap:wrap;padding:0 max(24px,5vw) 2.5rem}.product-marquee__heading{margin:0;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;letter-spacing:-.02em;color:var(--text-color, #ffffff);line-height:1.1;flex:1 1 auto}.product-marquee__subheading{margin:0;font-size:.95rem;opacity:.6;color:var(--text-color, #ffffff)}.product-marquee__cta{display:inline-flex;align-items:center;gap:.4em;font-size:.625rem;font-weight:var(--font-paragraph--weight);letter-spacing:.05em;text-transform:uppercase;color:var(--accent-color, #e8ff00);text-decoration:none;transition:opacity .2s ease;white-space:nowrap;flex-shrink:0}.product-marquee__cta:hover{opacity:.75}.product-marquee__cta svg{transition:transform .2s ease}.product-marquee__cta:hover svg{transform:translate(3px)}.product-marquee__rows{display:flex;flex-direction:column;gap:1.5rem}.product-marquee__track-wrapper{overflow:hidden;width:100%}.product-marquee__track{display:flex;width:max-content;will-change:transform}.product-marquee__track--forward{animation:marquee-forward var(--marquee-speed, 30s) linear infinite}.product-marquee__track--reverse{animation:marquee-reverse var(--marquee-speed, 30s) linear infinite}.is-pausable:hover .product-marquee__track{animation-play-state:paused}.product-marquee__list{display:flex;gap:var(--marquee-gap, 24px);list-style:none;margin:0;padding:0 calc(var(--marquee-gap, 24px) / 2)}.product-marquee__item{flex-shrink:0;width:var(--card-width, 280px)}.product-card{display:block;text-decoration:none;color:var(--text-color, #ffffff);border-radius:12px;overflow:hidden;transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s ease;cursor:pointer}.product-card:focus-visible{outline:2px solid var(--accent-color, #e8ff00);outline-offset:2px}.product-card__image-wrapper{position:relative;overflow:hidden;aspect-ratio:1 / 1}.product-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.25,.46,.45,.94),opacity .35s ease}.product-card__image--primary{position:absolute;top:0;right:0;bottom:0;left:0}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__image--primary{opacity:0;transform:scale(1.05)}.product-card:hover .product-card__image--secondary{opacity:1;transform:scale(1.05)}.product-card:not(:has(.product-card__image--secondary)):hover .product-card__image--primary{opacity:1}.product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:20%;box-sizing:border-box}.product-card__placeholder-svg{width:100%;height:auto;opacity:.3}.product-card__badge{position:absolute;top:10px;left:10px;font-size:.625rem;font-weight:var(--font-paragraph--weight);letter-spacing:.07em;text-transform:uppercase;padding:3px 8px;border-radius:4px;z-index:1;line-height:1.5}.product-card__badge--sale{background-color:var(--accent-color, #e8ff00);color:#000}.product-card__badge--sold-out{background-color:#ffffff26;color:var(--text-color, #fff);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.product-card__info{padding:14px 16px 18px;display:flex;flex-direction:column}.product-card__vendor{font-size:.7rem;font-weight:var(--font-paragraph--weight);letter-spacing:.08em;text-transform:uppercase;opacity:.45;color:var(--text-color, #fff)}.product-card__title{font-size:.625rem;font-weight:var(--font-paragraph--weight);margin:0;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--text-color, #fff)}.product-card__price-wrapper{display:flex;align-items:baseline}.product-card__price{font-size:.625rem;font-weight:var(--font-paragraph--weight);color:var(--text-color, #fff)}.product-card__price--sale{color:var(--accent-color, #e8ff00)}.product-card__price--compare{font-size:.625rem;font-weight:var(--font-paragraph--weight);opacity:.45;color:var(--text-color, #fff)}.product-card--minimal{background-color:transparent;border-radius:0}.product-card--minimal .product-card__image-wrapper{border-radius:8px}.product-card--minimal .product-card__info{padding:10px 0}.product-card--overlay{position:relative}.product-card--overlay .product-card__image-wrapper{aspect-ratio:3 / 4}.product-card--overlay .product-card__info{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,transparent 100%);padding:40px 16px 18px}.product-card--overlay .product-card__title,.product-card--overlay .product-card__price,.product-card--overlay .product-card__vendor{color:#fff}.placeholder-text{display:block;background:#ffffff14;border-radius:4px;height:1em;width:80%}@keyframes marquee-forward{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-reverse{0%{transform:translate(-50%)}to{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.product-marquee__track--forward,.product-marquee__track--reverse{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/product-marquee.css.map */
