.product-card{background:var(--card);border:1px solid color-mix(in oklab, var(--border) 60%, transparent);box-shadow:var(--shadow-sm);border-radius:1rem;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);border-color:color-mix(in oklab, var(--primary) 30%, transparent)}.product-card__link{color:inherit;text-decoration:none;display:block}.product-card__media{aspect-ratio:1;background:linear-gradient(135deg, var(--secondary), var(--cream));justify-content:center;align-items:center;padding:.75rem;display:flex;overflow:hidden}.product-card__media img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.product-card__placeholder{width:100%;height:100%;color:var(--muted-foreground);place-items:center;font-size:.875rem;display:grid}.product-card__out{background:var(--destructive);color:var(--destructive-foreground);border-radius:999px;padding:.25rem .5rem;font-size:.75rem;font-weight:500;position:absolute;top:.75rem;left:.75rem}.product-card__body{padding:1rem}.product-card__title{margin:0;font-size:1rem;font-weight:600;line-height:1.2}.product-card__title-alt{color:var(--muted-foreground);margin:.125rem 0 0;font-size:.75rem}.product-card__unit{color:var(--muted-foreground);margin:.25rem 0 0;font-size:.75rem}.product-card__row{justify-content:space-between;align-items:center;margin-top:.75rem;display:flex}.product-card__price{font-family:var(--font-display);color:var(--primary);font-size:1.125rem;font-weight:700}.product-card__add{background:var(--spice);width:2.5rem;height:2.5rem;color:var(--spice-foreground);box-shadow:var(--shadow-md);border:0;border-radius:999px;place-items:center;display:grid;position:absolute;bottom:1rem;right:1rem}.product-card__add:disabled{opacity:.4;cursor:not-allowed}
