.catalog-group{margin-top:56px}
.catalog-group:first-of-type{margin-top:0}
.catalog-group-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}
.catalog-group-heading h3{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,3vw,3.2rem);line-height:1;margin:8px 0 0;color:var(--brown)}
.products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.product-card{border:1px solid var(--line);background:var(--cream);overflow:hidden}
.product-image{aspect-ratio:4/5;background:#efe4d7;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.product-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-top:1px solid var(--line)}
.product-meta strong{font-family:Georgia,"Times New Roman",serif;font-size:1.15rem;color:var(--brown)}
.product-meta span{font-size:.84rem;color:var(--muted);white-space:nowrap}
@media(max-width:650px){.products-grid{grid-template-columns:1fr}.product-meta{align-items:flex-start;flex-direction:column;gap:4px}}
