.search-products,.search-posts{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.search-product,.search-post{border:1px solid #eee;border-radius:15px;padding:15px;text-align:center}.search-product img,.search-post img{width:100%;height:180px;object-fit:cover;border-radius:12px}.search-product button{background:#ffb800;border:0;border-radius:20px;padding:8px 20px}