.vertical__slider:has(.cart__wrap) .slider__item .list__item {
    height: fit-content;
    min-height: fit-content;
}

.vertical__slider:has(.cart__wrap) .slider__item:is(.cart__wrap) {
    padding: 0;
}

.product__quantity .btn__remove-item {
    cursor: pointer;
    color: var(--bs-danger);
}

.product__quantity .quantity__input > label {
    cursor: pointer;
}
