/* shared-cards — extracted from v1-category-18.html
   Source of truth — based on baseline file. */

.card { background: white; border-radius: 8px; overflow: hidden; border: 1px solid #E8E8E4; }

.card-img { position: relative; aspect-ratio: 1.5; }

.card-tag { position: absolute; top: 8px; left: 8px; color: white; font-size: 0.6875rem; font-weight: 600; padding: 3px 8px; border-radius: 4px; }

.card-year { position: absolute; bottom: 8px; right: 8px; background: rgba(0,0,0,0.7); color: white; font-size: 0.6875rem; padding: 3px 6px; border-radius: 4px; }

.card-body { padding: 12px 14px; }

.card-title { font-size: 0.875rem; font-weight: 600; margin: 0; line-height: 1.3; }

.card-price { font-size: 1rem; font-weight: 700; color: var(--green); margin: 4px 0 2px; }

.card-location { font-size: 0.75rem; color: #6B6964; margin: 0; }

.product-card { background: white; border: 1px solid #E8E8E4; border-radius: 8px; overflow: hidden; }
