.list-group{
    cursor: pointer;
}

.list-group-item:hover {
    background-color: #f8f9fa;
}

.list-group-item .active {
    background-color: #007bff;
    color: #fff;
}

.card-body{
    position: absolute;
    top: 0;
}

.product-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
}