.gambar-produk {
    width: 100%;
    height: 220px;
    object-fit: contain;
    border-radius: 15px 15px 0 0;
    transition: transform 0.3s ease;
}

.custom-card:hover .gambar-produk {
    transform: scale(1.05);
}

.card-body.p-0 {
    padding: 0 !important;
}

.card-content {
    padding: 1.5rem;
}