.product-card{display:flex;flex-direction:column;height:100%}.product-card__link{display:contents;text-decoration:none;color:inherit}.product-card__media{display:grid;grid-template-rows:1fr;aspect-ratio:4 / 4;overflow:hidden;background:#fff;order:1}.product-card__media:has(.product-card__badge:not([hidden])){grid-template-rows:auto 1fr}.product-card__media-image{min-height:0;width:100%;height:100%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff;isolation:isolate}.product-card__img{position:relative;z-index:0;width:100%;height:100%;object-fit:contain;transition:opacity .35s ease}.product-card__media-image:has(.product-card__hover-img.is-visible) .product-card__img{opacity:0}.product-card__hover-img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;object-fit:contain;background-color:#fff;opacity:0;transition:opacity .35s ease;pointer-events:none}.product-card__hover-img.is-visible{opacity:1}.product-card__badges{display:flex;flex-direction:column;align-items:var(--product-card-badge-align, flex-start);gap:4px;padding:6px 6px 0;min-height:0;pointer-events:none}.product-card__badges:not(:has(.product-card__badge:not([hidden]))){display:none}@media screen and (max-width:749px){.product-card__badges{gap:2px;padding:4px 4px 0}}.product-card__badge:not([hidden]){display:inline-block;font-family:var(--font-family-roboto),sans-serif;font-size:12px;font-weight:700;line-height:1;padding:8px 10px;border-radius:100px;white-space:nowrap;text-align:center;background-color:var(--badge-bg, #000000);color:var(--badge-color, #ffffff)}.product-card__badge[hidden]{display:none}.product-card__swatches{list-style:none;padding-top:24px;margin:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;order:2}.product-card__swatch{display:block;width:20px;height:20px;border-radius:50%;border:1px solid #D8D8D8;outline:1px solid transparent;outline-offset:2px;transition:outline-color .15s ease,width .15s ease,height .15s ease}.product-card__swatch--image{background-color:#fff;overflow:hidden}.product-card__swatch-img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}.product-card__swatch:hover,.product-card__swatch.is-active{width:20px;height:20px;outline-color:#000}.product-card__swatch.is-unavailable{opacity:.3;position:relative}.product-card__swatch.is-unavailable:after{content:"";position:absolute;top:50%;left:-2px;right:-2px;height:1px;background:#999;transform:rotate(-45deg)}.product-card__info{padding:10px 0 0;order:3}.product-card__title{font-family:var(--font-family-roboto),sans-serif;font-size:14px;font-weight:400;line-height:1.4;text-align:center;margin:0 0 10px}@media screen and (max-width:749px){.product-card__title{font-size:12px}}.product-card__pricing{display:flex;justify-content:center;align-items:baseline;gap:8px}.product-card__price{font-family:var(--font-family-roboto),sans-serif;font-size:14px;font-weight:700;line-height:1.1;color:#000}@media screen and (max-width:749px){.product-card__price{font-size:12px}}.product-card__price--sale{color:#e20000}.product-card__compare-price{font-family:var(--font-family-roboto),sans-serif;font-size:14px;font-weight:400;line-height:1.1;color:#7a7a7a}@media screen and (max-width:749px){.product-card__badge{font-size:11px;padding:6px;line-height:1}.product-card__compare-price{font-family:var(--font-family-roboto),sans-serif;font-size:12px;font-weight:400;line-height:1.1;color:#5f5f5f}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/product-card.css.map */
