.product-card{position:relative;display:flex;flex-direction:column;background-color:transparent;text-decoration:none;color:var(--color-dark);height:100%}.product-card__media{position:relative;overflow:hidden;aspect-ratio:1 / 1;background-color:#f0f0f0}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card__image--secondary{position:absolute;top:0;left:0;opacity:0;transition:opacity .5s ease}.product-card:hover .product-card__image--secondary{opacity:1}.product-card:hover .product-card__image{transform:scale(1.03)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:1}.product-card__quick-add{position:absolute;bottom:0;left:0;right:0;transform:translateY(100%);transition:transform .35s ease;z-index:2}.product-card:hover .product-card__quick-add{transform:translateY(0)}.product-card__add-bar{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;border:none;background-color:#333333e6;color:#fff;font-size:.8125rem;font-weight:500;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:background-color .25s ease}.product-card__add-bar:hover{background-color:#000000f2}.product-card__add-plus{font-size:1.1em;font-weight:300}.product-card__content{padding:1.25rem .25rem;flex-grow:1;display:flex;flex-direction:column;text-align:center}.product-card__vendor{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#999;margin-bottom:.25rem}.product-card__title{font-family:var(--font-body);font-size:.9375rem;font-weight:400;line-height:1.4;margin-bottom:.5rem;flex-grow:1;text-transform:none;letter-spacing:normal;color:#333;text-align:center}.product-card__price{margin-top:auto;font-size:.9375rem;color:#333;text-align:center}.product-card__price .price__current{font-size:inherit;font-weight:inherit}.product-card__price .price__compare{font-size:inherit}.product-card__rating{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:.875rem;margin-top:.5rem}.product-card__stars{color:var(--color-accent)}.product-card__review-count{color:#999;font-size:.75rem}.product-card-wrapper{height:100%}.section--dark .product-card__title,.section--dark .product-card__price{color:#fff}
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-product-card.css.map */
