.product-card{position:relative;background:var(--color-bg-primary);border-radius:var(--radius-md);overflow:hidden;transition:transform var(--duration-default) var(--ease-out),box-shadow var(--duration-default) var(--ease-out)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:2}.product-card__image-wrap{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:var(--color-bg-secondary)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-long) var(--ease-out)}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__quick-add{position:absolute;bottom:0;left:0;right:0;padding:.75rem;transform:translateY(100%);transition:transform var(--duration-default) var(--ease-out)}.product-card:hover .product-card__quick-add{transform:translateY(0)}@media(max-width:749px){.product-card__quick-add{transform:translateY(0)}}.product-card__info{padding:1rem .75rem 1.25rem}@media(min-width:750px){.product-card__info{padding:1.25rem 1rem 1.5rem}}.product-card__vendor{font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-secondary);margin-bottom:.25rem}.product-card__title{font-family:var(--font-heading);font-size:1rem;font-weight:600;line-height:1.3;margin-bottom:.375rem}.product-card__title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__subtitle{font-size:.8125rem;color:var(--color-text-secondary);margin-bottom:.5rem}.product-card__price{display:flex;align-items:center;gap:.5rem;font-weight:600}.product-card__price-current{font-size:1.0625rem;color:var(--color-text-primary)}.product-card__price-compare{font-size:.875rem;color:var(--color-text-secondary);text-decoration:line-through}.product-card__subscription-note{font-size:.75rem;color:var(--color-secondary);margin-top:.25rem}.product-card__rating{display:flex;align-items:center;gap:.375rem;margin-top:.375rem;font-size:.8125rem;color:var(--color-text-secondary)}.product-card__rating .stars{font-size:.75rem}.product-card__trust{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.product-card__trust-badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.6875rem;color:var(--color-text-secondary)}.product-card__trust-badge svg{width:14px;height:14px;flex-shrink:0}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-card.css.map */
