.product-in-add-to-cart {
    background: var(--Neutral-1000) !important;
}

.none {
    display: none !important;
}

.product-in-select .item.disabled {
    opacity: .5;
}

.product-in-select .item.disabled .item-name span {
    cursor: inherit;
}
.product-in-select .item.disabled .item-name:hover span {
    border: 1px solid var(--Neutral-200);
}