.btn-add-item {
    /* background: #d9eefc; */ /* Light blue */
    background: #f3d5fe; /* Light purple */
    border-radius: 8px;
    flex-grow: 1;
}

.container-btn-add-item {
    display: flex;
}

.snipcart-featured-payment-methods__list {
    margin-top: 2em !important; /* !important tag needed to override snipcart css */
}

.snipcart-summary-fees__notice {
    margin-bottom: 3em !important; /* !important tag needed to override snipcart css */
}