body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
.product-card { transition: box-shadow 0.15s ease; }
.product-card:hover { box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.10); }
.card-img-wrap {
  background: #fff;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.card-img-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background: #fff;
}
.product-card .placeholder-img {
  color: #adb5bd;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}
.price { font-size: 1.15rem; font-weight: 600; color: #b8860b; }
.sku-mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.85em; color: #6c757d; }
.brand-tag { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; color: #6c757d; }
