.myAddToCartButtonWrapper .quick-add.custom{
    position: relative;
}

.price .price__regular .price-item--regular{
    color: white !important;
}

.card .custom .quick-add-icon__opener{
    width: 100%;
    height: unset;
    background-color: transparent;
    color: white;

}
.card {
    background-color: #0090DA !important;
}
.card .custom .btn,
.card .custom .push-btn-surface,
.card .custom .payment-button__button--unbranded::before{
    background-color: white;
    color: black;
}

.loading-overlay__spinner{
    display: none !important;
}

.quick-add-modal__content{
    background-color: #0090DA !important;
    border-radius: 10px;
}

.quick-add-modal__toggle{
    background-color: #0090DA !important;
    border-color: white;
}