.product-card{position:relative;display:flex;flex-direction:column}.product-card__link{display:block;text-decoration:none;color:inherit}.product-card__media>.product-card__link{position:absolute;top:0;right:0;bottom:0;left:0}.product-card__media{position:relative;overflow:hidden;background-color:rgba(var(--color-foreground),.04);aspect-ratio:var(--product-card-aspect-ratio, 3/4)}.product-card__slides{display:flex;width:100%;height:100%;transition:transform .35s cubic-bezier(.25,.1,.25,1);will-change:transform}.product-card__slide{flex:0 0 100%;width:100%;height:100%;opacity:1}@media screen and (min-width:750px){@keyframes product-card-fade-peek-first{0%{opacity:1}to{opacity:0}}@keyframes product-card-fade-peek-second{0%{opacity:0}to{opacity:1}}@keyframes product-card-fade-unpeek-first{0%{opacity:0}to{opacity:1}}@keyframes product-card-fade-unpeek-second{0%{opacity:1}to{opacity:0}}.product-card--fade-second .product-card__slides,.product-card--fade-first .product-card__slides{display:block;position:relative;width:100%;height:100%;transition:none;will-change:auto}.product-card--fade-second .product-card__slide,.product-card--fade-first .product-card__slide{position:absolute;top:0;right:0;bottom:0;left:0;flex:none!important;width:100%;height:100%}.product-card--fade-second .product-card__slide:first-child{z-index:1;animation:product-card-fade-peek-first .4s cubic-bezier(.25,.1,.25,1) forwards}.product-card--fade-second .product-card__slide:nth-child(2){z-index:2;animation:product-card-fade-peek-second .4s cubic-bezier(.25,.1,.25,1) forwards}.product-card--fade-first .product-card__slide:first-child{z-index:2;animation:product-card-fade-unpeek-first .4s cubic-bezier(.25,.1,.25,1) forwards}.product-card--fade-first .product-card__slide:nth-child(2){z-index:1;animation:product-card-fade-unpeek-second .4s cubic-bezier(.25,.1,.25,1) forwards}.product-card--fade-second .product-card__slide:nth-child(n+3),.product-card--fade-first .product-card__slide:nth-child(n+3){opacity:0;visibility:hidden;pointer-events:none}}.product-card__img{width:100%;height:100%;object-fit:cover;display:block}.product-card__placeholder{width:100%;height:100%}.product-card__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:50%;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;opacity:0;transition:opacity .2s ease;pointer-events:none}@media screen and (min-width:750px){.product-card:hover .product-card__arrow{opacity:1;pointer-events:auto}}.product-card__arrow--prev{left:8px}.product-card__arrow--next{right:8px}@media screen and (max-width:749px){.product-card__arrow{display:none!important}}.product-card__progress{position:absolute;bottom:0;left:0;width:100%;height:1px;margin:0;background:rgba(var(--color-foreground),.15);overflow:hidden;z-index:2;pointer-events:none}.product-card__progress-bar{display:block;height:100%;width:calc(100% / var(--card-total, 1));background:rgb(var(--color-foreground));transition:transform .35s cubic-bezier(.25,.1,.25,1);will-change:transform}.product-card__badge{position:absolute;top:8px;left:8px;padding-inline:6px;font-size:12px;text-transform:uppercase;z-index:1;line-height:17px}.product-card__badge--sold-out{background-color:rgb(var(--color-background));color:rgba(var(--color-foreground),.6)}.product-card__badge--sale{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text))}.product-card__badge--new{background-color:#7c4b1e;color:rgb(var(--color-background))}.product-card__info{padding:12px 0 0;line-height:1}.product-card__title{margin-bottom:6px;font-size:12px;color:rgb(var(--color-foreground));font-family:var(--font-body-family);line-height:1;font-weight:200}.product-card__name{display:inline-block;line-height:1;font-weight:200}.product-card__prices{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.product-card__price{font-weight:300;color:rgba(var(--color-foreground),1);font-family:var(--font-body-family);font-size:12px}.product-card__price--compare{color:rgba(var(--color-foreground),.45);text-decoration:line-through;font-weight:300}.product-card__subtitle{margin:.3rem 0 0;font-size:1.2rem;font-weight:400;color:rgba(var(--color-foreground),.6);line-height:1.4}
/*# sourceMappingURL=/cdn/shop/t/32/assets/component-card.css.map */
