/* EduMart — Product grid/list styles */
.product-card { background:#fff; border-radius:10px; overflow:hidden; box-shadow:0 2px 12px rgba(0,0,0,.08); transition:.2s; }
.product-card:hover { transform: translateY(-4px); }
.product-card img { height: 160px; object-fit: cover; width: 100%; }
.product-card-body { }
