.hero{padding:70px 0 35px}.search{display:flex;gap:10px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{overflow:hidden}.thumb{height:170px;background:linear-gradient(135deg,#08182a,#0b2440);display:grid;place-items:center;color:#5f7893}.thumb img{width:100%;height:100%;object-fit:cover}.product-body{padding:17px}.product-title{font-weight:800;font-size:17px;margin-bottom:7px}.price{font-weight:800;color:var(--green)}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.product-grid{grid-template-columns:1fr}.search{flex-direction:column}}
