.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.product-grid__empty{text-align:center;color:var(--muted);background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius-lg);grid-column:1/-1;padding:3rem 1rem}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:0 22px 55px #2f2a281a}.product-card__media{aspect-ratio:4/5;background:var(--surface-soft);display:block;position:relative;overflow:hidden}.product-card__image{object-fit:cover;width:100%;height:100%}.product-card__placeholder{background:linear-gradient(#faf5f1,#efe7df);width:100%;height:100%}.product-card__badge{color:var(--accent-rose-deep);letter-spacing:.06em;text-transform:uppercase;background:#fff4f5;border-radius:999px;padding:.3rem .65rem;font-size:.72rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.product-card__body{gap:.35rem;padding:.9rem;display:grid}.product-card__category{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:0;font-size:.72rem}.product-card__title{margin:0;font-size:.95rem;font-weight:600;line-height:1.45}.product-card__title a:hover{color:var(--accent-rose-deep)}.product-card__price{align-items:baseline;gap:.5rem;display:flex}.product-card__price-current{color:var(--foreground);font-weight:700}.product-card__price-regular{color:var(--muted);font-size:.85rem;text-decoration:line-through}.category-card{border-radius:var(--radius-lg);border:1px solid var(--border);min-height:18rem;box-shadow:var(--shadow-soft);display:block;position:relative;overflow:hidden}.category-card__media{position:absolute;inset:0}.category-card__image{object-fit:cover}.category-card__overlay{background:linear-gradient(#ffffff0d,#fff9f6eb 68%);position:absolute;inset:0}.category-card__content{z-index:1;flex-direction:column;justify-content:flex-end;height:100%;padding:1.25rem;display:flex;position:relative}.category-card__title{font-family:var(--font-display), Georgia, serif;margin:0 0 .35rem;font-size:1.5rem}.category-card__description{color:var(--muted);margin:0;line-height:1.5}.category-card__count{color:var(--accent-rose-deep);margin:.65rem 0 0;font-size:.82rem;font-weight:600}@media (min-width:768px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}}@media (min-width:1100px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
