.product-spotlight{overflow:hidden;position:relative}.product-spotlight__header{text-align:center;margin-bottom:2rem}.product-spotlight__heading{margin:0}.product-spotlight__subheading{margin-top:.6rem;font-size:1.4rem;opacity:.6}.product-spotlight__track-wrapper{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0%,black 8%,black 92%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,black 8%,black 92%,transparent 100%)}.product-spotlight__track{display:flex;gap:var(--spotlight-gap, 2rem);width:max-content;animation:spotlightScroll var(--spotlight-duration, 30s) linear infinite;touch-action:pan-y}.product-spotlight__track:hover{animation-play-state:paused}@keyframes spotlightScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}a.product-spotlight__item{text-decoration:none;color:inherit;display:block}.product-spotlight__item{flex-shrink:0;width:var(--spotlight-size, 30rem);height:var(--spotlight-size, 30rem);border-radius:1.2rem;overflow:hidden;position:relative;cursor:pointer}.product-spotlight__item img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.25,.1,.25,1)}.product-spotlight__item:hover img{transform:scale(1.12)}.product-spotlight__item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 50%,#00000080);opacity:0;transition:opacity .4s ease;pointer-events:none}.product-spotlight__item:hover:after{opacity:1}.product-spotlight__item-label{position:absolute;bottom:0;left:0;right:0;padding:1.2rem;color:#fff;font-size:1.3rem;font-weight:600;z-index:1;transform:translateY(100%);transition:transform .4s cubic-bezier(.25,.1,.25,1)}.product-spotlight__item:hover .product-spotlight__item-label{transform:translateY(0)}.product-spotlight__item:nth-child(odd) img{animation:subtleZoom1 8s ease-in-out infinite}.product-spotlight__item:nth-child(2n) img{animation:subtleZoom2 10s ease-in-out infinite}.product-spotlight__item:hover img{animation:none;transform:scale(1.12)}@keyframes subtleZoom1{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes subtleZoom2{0%,to{transform:scale(1.04)}50%{transform:scale(1)}}.product-spotlight__track--reverse{animation:spotlightScrollReverse var(--spotlight-duration, 30s) linear infinite}@keyframes spotlightScrollReverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.product-spotlight__track--reverse:hover{animation-play-state:paused}.product-spotlight__rows{display:flex;flex-direction:column;gap:var(--spotlight-gap, 2rem)}@media screen and (max-width:749px){.product-spotlight__item{width:var(--spotlight-size-mobile, 22rem);height:var(--spotlight-size-mobile, 22rem)}}@media(prefers-reduced-motion:reduce){.product-spotlight__track,.product-spotlight__track--reverse{animation:none}.product-spotlight__item:nth-child(odd) img,.product-spotlight__item:nth-child(2n) img{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-product-spotlight.css.map */
