.products-module__KJcT4W__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.products-module__KJcT4W__card{background:var(--card-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:all .3s;overflow:hidden}.products-module__KJcT4W__card:hover{box-shadow:var(--shadow-lg);border-color:var(--purple-200);transform:translateY(-4px)}.products-module__KJcT4W__cardImg{height:180px;overflow:hidden}.products-module__KJcT4W__cardBody{padding:1.25rem}.products-module__KJcT4W__cardBody h4{color:var(--text);margin-bottom:.4rem;font-size:1rem}.products-module__KJcT4W__cardBody p{color:var(--text-light);margin-bottom:.75rem;font-size:.88rem}@media (max-width:640px){.products-module__KJcT4W__grid{grid-template-columns:1fr}}
