html {
    --lumo-primary-text-color: rgb(95, 117, 142);
    --lumo-primary-color-50pct: rgba(95, 117, 142, 0.5);
    --lumo-primary-color-10pct: rgba(95, 117, 142, 0.1);
    --lumo-primary-color: #5f758e;
}

.logo-icon{
    border-radius: 50%;
    padding: 0.5em;
}

vaadin-integer-field.basket-item-field::part(decrease-button) ,
vaadin-integer-field.basket-item-field::part(increase-button) {
    color: #FFF;
    background: #5f758e;
}

vaadin-integer-field.basket-item-field::part(input-field) {
    background: #FFF;
}