.shop-title{margin-bottom:2rem;font-size:1.5rem;font-weight:700}.product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;display:grid}.product-card{border:1px solid #1a1a1a;padding:1rem}.product-card img{aspect-ratio:1;object-fit:cover;width:100%;margin-bottom:.75rem;display:block}.product-card-placeholder{aspect-ratio:1;color:#888;background:#e0e0db;border:1px dashed #aaa;justify-content:center;align-items:center;width:100%;margin-bottom:.75rem;font-size:.7rem;display:flex}.product-card h2{margin-bottom:.2rem;font-size:.95rem;font-weight:700}.product-card .price{color:#555;font-size:.85rem}.product-card .buy-btn{color:#fff;cursor:pointer;background:#1a1a1a;border:1px solid #1a1a1a;margin-top:.75rem;padding:.3rem .6rem;font-size:.8rem;text-decoration:none;display:inline-block}.product-card .buy-btn:hover{color:#1a1a1a;background:#f5f5f0}.shop-empty{color:#888;padding:2rem 0;font-size:.9rem}
