/* Add custom CSS styles below */ 
.s-quantity-input-increase-button {
    fill: #fff;
    fill: #f0e8d5;
}

.s-quantity-input-increase-button {
    background-color: #212844;
    color: #fff;
    color: #ffffff;
}

.s-fast-checkout-button.outline {
    background-color: transparent;
    border: 1px solid #212844;
    color: #212844;
}

.s-quantity-input-decrease-button {
    background-color: var(--color-secondary);
    color: #ffffff;
    fill: #212844;
}
.s-fast-checkout-button.outline {
    background-color: transparent;
    border: 1px solid #212844;
    color: #212844;
}