.product-card{position:relative;display:flex;flex-direction:column;width:100%;height:fit-content;text-decoration:none;color:inherit}.product-card__media{position:relative;overflow:hidden;width:100%;aspect-ratio:1/1}.product-card__media-list{display:flex;overflow-x:scroll;height:100%;scroll-snap-type:x mandatory;scrollbar-width:none;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.product-card__media-list::-webkit-scrollbar{display:none}.product-card__media-item{flex-shrink:0;width:100%;height:100%;scroll-snap-align:start}.product-card__media-item img{width:100%;height:100%;object-fit:cover}.product-card__info{display:flex;flex-direction:column;justify-content:center;gap:4px;width:100%;padding:8px 0}.product-card__title{overflow:hidden;display:-webkit-box;max-width:250px;font-size:12px;text-wrap:balance;-webkit-box-orient:vertical;-webkit-line-clamp:1}.product-card__prices{display:flex;align-items:center;gap:6px;height:21px}.product-card__compare-price{font-size:12px;color:var(--color-muted-foreground)}.product-card__price{font-size:12px}.product-card__badges{position:absolute;top:8px;left:8px;display:flex;flex-direction:column;align-items:start;gap:8px}.product-card__badge{font-size:10px;font-weight:500;text-transform:uppercase;color:#000;background-color:#fff;padding:4px 8px}.product-card__badge-sold-out,.product-card__badge-discount{color:#fff;background-color:var(--color-accent)}.product-card__buttons{position:absolute;bottom:0;left:0;display:flex;justify-content:space-between;width:100%;padding:8px}.product-card__buttons button{display:flex;align-items:center;justify-content:center;height:32px;width:32px;border:none;border-radius:50px;background-color:#ffffff80}.product-card__buttons button svg{height:20px;width:20px;color:var(--color-foreground)}.product-card__forward-button svg{transform:rotate(180deg)}.product-card__progress-bar{position:absolute;bottom:0;left:0;display:flex;width:100%;height:2px}.product-card__progress-segment{flex:1;height:100%;background-color:rgb(var(--color-muted));transition:background-color .2s ease}.product-card__progress-segment.is-active{background-color:var(--color-foreground)}@media(min-width:1024px){.product-card__title{max-width:100%;font-size:13px}.product-card__buttons{opacity:0;transition:opacity .2s ease}.product-card:hover .product-card__buttons{opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product-card.css.map */
