body {
    background: #f5f5f5;
}

.card img {
    object-fit: cover;
    height: 220px;
}

.product-image {
    max-width: 100%;
    border-radius: 10px;
}

.category-card {
    transition: 0.2s ease;
}

.category-card:hover {
    transform: translateY(-4px);
}