.cart-item {
    cursor: pointer;
    transition: all 0.3s;
}

.cart-item:hover {
    background-color: #f9fafb;
}