.products-title{font-size:28px;margin-bottom:20px}.products-grid{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.product-card{background:#fff;border:1px solid #ddd;border-radius:10px;padding:15px}.product-card__name{font-weight:700;margin-bottom:10px}.product-card__sku{color:#666;font-size:12px}