.product-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-2xl);background-color:var(--color-background);list-style:none;transition:box-shadow .15s}.product-card:hover{box-shadow:0 10px 15px -3px #0000001a}.product-card__media{position:relative;aspect-ratio:1;background-color:var(--color-background)}.product-card__media-link{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;padding:15px;align-items:center;justify-content:center}.product-card__image{width:100%;height:100%;object-fit:contain;transition:transform .3s}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card:hover .product-card__image--placeholder{transform:none}.product-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-card__placeholder-icon{display:flex;align-items:center;justify-content:center;width:4.5rem;height:4.5rem;border-radius:9999px;background-color:color-mix(in srgb,var(--color-brand-blue) 8%,transparent);color:color-mix(in srgb,var(--color-brand-blue) 55%,transparent)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .625rem}.product-card__badge--stock{right:.75rem;left:auto;background-color:color-mix(in srgb,var(--color-foreground) 80%,transparent);color:var(--color-background)}.product-card__body{display:flex;flex:1 1 auto;flex-direction:column;gap:.75rem;padding:1.25rem;background-color:color-mix(in srgb,var(--color-muted) 55%,white)}.product-card__badge+.product-card__badge:not(.product-card__badge--stock){top:2.75rem}.product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.product-card__eyebrow{font-size:.75rem;font-weight:500;line-height:1.3333;text-transform:uppercase;letter-spacing:.025em;color:var(--color-muted-foreground)}.product-card__rating{display:inline-flex;align-items:center;gap:.25rem;flex-shrink:0;font-size:.75rem;font-weight:500;color:var(--color-muted-foreground)}.product-card__rating .icon{color:var(--color-brand-red)}.product-card__title{font-size:1rem;font-weight:600;line-height:1.375;letter-spacing:normal;color:var(--color-foreground)}.product-card__link{text-decoration:none}.product-card__link:hover{color:var(--color-brand-blue)}.product-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem;margin-top:auto}.product-card__pricing{display:flex;flex-direction:column;gap:.125rem;min-width:0}.product-card__add{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:0;border-radius:9999px;background-color:var(--color-brand-blue);color:#fff;text-decoration:none;cursor:pointer;transition:background-color .15s,opacity .15s}.product-card__add:hover{background-color:var(--color-brand-red)}.product-card__add[disabled]{opacity:.4;cursor:not-allowed}.product-card__add[disabled]:hover{background-color:var(--color-brand-blue)}.product-card__add[aria-busy=true]{opacity:.6}.product-card--compact .product-card__media-link{padding:12px}.product-card--compact .product-card__body{gap:.375rem;padding:1rem}.product-card--compact .product-card__title{font-size:.875rem}.product-card--compact .product-card__footer{padding-top:.5rem}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-product-card.css.map */
