.tpt-scrolling-product{box-sizing:border-box;overflow:hidden;position:relative;width:100%}.tpt-scrolling-product *,.tpt-scrolling-product *:before,.tpt-scrolling-product *:after{box-sizing:border-box}.scrolling-product__container{width:100%;min-height:28em}.scrolling-product__products{width:100%;overflow:hidden;position:relative;height:100%}.products-marquee{display:flex;overflow-x:hidden;overflow-y:visible;position:relative;width:100%;height:100%}.products-marquee__track{display:flex;gap:var(--product-gap);flex-shrink:0;width:max-content;animation:product-scroll-horizontal var(--speed_marquee) linear infinite;animation-direction:var(--direction);margin-right:var(--product-gap);align-items:stretch;height:100%}.products-marquee:hover .products-marquee__track{animation-play-state:var(--pause_on_hover)}.products-marquee__item{flex-shrink:0;width:var(--card-width);display:flex;align-items:stretch}.product-card{background:rgb(var(--tpt-section-background-color));border:.0625em solid rgba(var(--tpt-section-foreground-color),.1);border-radius:var(--card-border-radius);height:100%;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden;width:100%}.product-card:hover{transform:translateY(-.125em);box-shadow:0 .5em 1em rgba(var(--tpt-section-foreground-color),.1)}.product-card__image{position:relative;overflow:hidden;aspect-ratio:1;flex-shrink:0}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__badge{position:absolute;top:.75em;left:.75em;background:rgb(var(--badge-background-color, 231, 76, 60));color:rgb(var(--badge-text-color, 255, 255, 255));padding:.25em .5em;border-radius:var(--badge-border-radius, .25em);font-size:.75em;font-weight:500;z-index:2;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease}.product-card__badge--sale{background:rgb(var(--badge-background-color, 231, 76, 60));color:rgb(var(--badge-text-color, 255, 255, 255))}.product-card__content{padding:1em;display:flex;flex-direction:column;gap:.5em;flex-grow:1}.product-card__title{font-size:var(--title-font-size, .9375em);font-weight:var(--title-font-weight, 500);line-height:1.4;margin:0;color:rgb(var(--product-title-color, var(--tpt-section-foreground-color)))}.product-card__title a{text-decoration:none;color:inherit;transition:opacity .2s ease}.product-card__title a:hover{opacity:.8}.product-card__price{font-size:var(--price-font-size, .875em);font-weight:var(--price-font-weight, 600);display:flex;gap:.5em;align-items:center}.price--regular{color:rgb(var(--price-color, var(--tpt-section-foreground-color)))}.price--sale{color:rgb(var(--sale-price-color, 231, 76, 60))}.product-card__price .price--sale+.price--regular{text-decoration:line-through;opacity:.6;font-weight:400}@keyframes product-scroll-horizontal{0%{transform:translate(0)}to{transform:translate(-100%)}}@media screen and (min-width: 1280px){.scrolling-product__container{min-height:32em}.product-card__content{padding:1.25em}.product-card__title{font-size:calc(var(--title-font-size, 15px) * 1.067)}.product-card__price{font-size:calc(var(--price-font-size, 14px) * 1.067)}}@media screen and (min-width: 768px) and (max-width: 1279px){.scrolling-product__container{min-height:26em}.product-card__content{padding:.875em}.product-card__title{font-size:var(--title-font-size, 15px)}.product-card__price{font-size:var(--price-font-size, 14px)}.products-marquee__item{width:calc(var(--card-width) * .9)}}@media screen and (max-width: 767px){.scrolling-product__container{min-height:20em}.products-marquee__item{width:16em}.product-card__content{padding:.75em}.product-card__title{font-size:calc(var(--title-font-size, 15px) * .875)}.product-card__price{font-size:calc(var(--price-font-size, 14px) * .857)}.product-card__badge{top:.5em;left:.5em;padding:.1875em .375em;font-size:.6875em}.products-marquee__track{animation-duration:calc(var(--speed_marquee) * .8)}}@media screen and (max-width: 480px){.scrolling-product__container{min-height:18em}.products-marquee__item{width:14em}.product-card__content{padding:.625em}.product-card__title{font-size:calc(var(--title-font-size, 15px) * .8)}.product-card__price{font-size:calc(var(--price-font-size, 14px) * .786)}}@media (prefers-reduced-motion: reduce){.products-marquee__track{animation-duration:calc(var(--speed_marquee) * 3)}}.product-card:focus-within{outline:.125em solid rgb(var(--tpt-section-button-background-color));outline-offset:.125em}.product-card__title a:focus{outline:.125em solid rgb(var(--tpt-section-button-background-color));outline-offset:.125em}.product-card,.product-card__image,.product-card__content{transition:all .3s ease}.product-card__content>*:first-child{margin-top:0}.product-card__content>*:last-child{margin-bottom:0}.product-card__image{background:rgba(var(--tpt-section-foreground-color),.05)}.product-card__image:before{content:"";display:block;background:rgba(var(--tpt-section-foreground-color),.1);position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .3s ease}.product-card__image:empty:before{opacity:1}.product-card__title{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.products-marquee__track,.product-card__image img{will-change:transform}.product-card{position:relative;z-index:1}.product-card__badge{position:absolute;z-index:2}.product-card__title a:hover,.product-card__title a:focus{text-decoration:underline;text-underline-offset:.125em}.product-card__content{justify-content:flex-start}.product-card__price{margin-top:auto}.product-card{box-shadow:0 .125em .25em rgba(var(--tpt-section-foreground-color),.05)}.product-card:hover{box-shadow:0 .5em 1.5em rgba(var(--tpt-section-foreground-color),.15)}.products-marquee__track{animation-timing-function:linear;animation-fill-mode:forwards}.product-card__content>*+*{margin-top:.5em}.product-card__content>.product-card__price{margin-top:auto}.product-card{min-height:100%;max-height:100%}.product-card__badge{white-space:nowrap;max-width:calc(100% - 1.5em);overflow:hidden;text-overflow:ellipsis;box-shadow:0 .125em .25em #0000001a}.product-card:hover .product-card__badge{transform:scale(1.05);box-shadow:0 .25em .5em #00000026}
/*# sourceMappingURL=/cdn/shop/t/2/assets/tpt-scrolling-product.css.map */
