:root {
    --delivery-info-bg: #e9f6fc;
    --accent-color: var(--price-item-bg-color);
}

.theme--dark {
    --delivery-info-bg: #2a354a;
    --accent-color: var(--price-item-bg-color);
}

.notification {
    border-radius: 1rem !important;
}
