product-card{position:relative;display:flex;border-radius:3px;flex-direction:column;background-color:rgb(var(--color-base-light));height:100%}product-card .product-card__media{position:relative;background-color:rgb(var(--color-base-light));overflow:hidden;border-top-left-radius:3px;border-top-right-radius:3px;padding:0}product-card .product-card__media .product-card__media--link{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0;z-index:2;background-color:transparent}product-card .product-card__media img{max-width:100%;width:100%;height:100%;transition:opacity .3s;display:flex;object-fit:cover;border:none}product-card .product-card__media img.product-card__image--hover{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;height:100%;width:100%;object-fit:cover;padding:0}product-card .supporting-logo.product-card{position:absolute;top:var(--space-4);right:var(--space-4);width:100%;height:100%;display:flex;align-items:center;justify-content:center;height:var(--space-30);width:var(--space-30);z-index:3}product-card .product-badge.sale-badge.product-card{position:absolute;top:0;left:0;z-index:3;border-top-right-radius:0;border-bottom-left-radius:0}@media (min-width: 740px){product-card .product-card__media:has(img.product-card__image--hover):hover img:not(img.product-card__image--hover,img.supporting-logo--image){opacity:0}product-card .product-card__media:has(img.product-card__image--hover):hover img.product-card__image--hover{opacity:1}}product-card .product-card__content{padding:var(--space-8);border-bottom-left-radius:3px;border-bottom-right-radius:3px;display:flex;flex-direction:column;flex-grow:1}product-card .product-card__content.product-card__content--border{border-left:1px solid rgb(var(--color-base-brand-septenary-stroke));border-right:1px solid rgb(var(--color-base-brand-septenary-stroke));border-bottom:1px solid rgb(var(--color-base-brand-septenary-stroke))}product-card .product-card__content .product-card__title{margin-bottom:var(--space-2)}product-card .product-card__content .product-card__title,product-card .product-card__content .product-card__title a{display:inline}product-card .product-card__content .product-card__title a{font-family:var(--font-body-family);font-weight:var(--font-weight-semi-bold);letter-spacing:normal;font-size:var(--text-size-md);line-height:var(--leading-looser);margin:0}product-card .product-card__content .product-card__price{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);flex-wrap:wrap;margin-bottom:var(--space-6)}product-card .product-card__content .product-card__price>div:first-child{display:flex;align-items:center;gap:var(--space-4)}product-card .product-card__content .product-card__price .product-card__price--price{font-size:var(--text-size-base);color:rgba(var(--color-base-text),1);font-weight:var(--font-weight-medium)}product-card .product-card__content .product-card__price .product-card__price--price:has(+.product-card__price--compare){color:rgba(var(--color-base-brand-sale),1)}product-card .product-card__content .product-card__price .product-card__price--compare{font-size:var(--text-size-xs);text-decoration:line-through;color:rgba(var(--color-base-brand-quinary),.7)}product-card .product-card__content .product-card__swatches:has(+.product-badges__wrapper.product-card){margin-bottom:var(--space-8)}product-card .product-card__swatches{display:flex;flex-wrap:wrap;column-gap:var(--space-8);row-gap:var(--space-4);margin-bottom:var(--space-6)}product-card .product-card__swatch{cursor:pointer;padding-bottom:var(--space-2)}product-card .product-card__swatches .swatch{height:var(--space-12);width:var(--space-12);display:block;border-radius:50%;border:var(--space-pixel) solid rgb(var(--color-light-grey));background-color:var(--swatch--background);background-image:var(--swatch--background);background-position:var(--swatch-focal-point, 50% 50%)}product-card .product-card__swatch.selected .swatch{border-color:rgb(var(--color-base-text))}
/*# sourceMappingURL=/cdn/shop/t/63/assets/component-card.css.map */
