:root {
    --lidl-sg-blue: #0050aa;
    --lidl-sg-light-blue: #008cd2;
    --lidl-sg-dark-blue: #002466;
    --lidl-sg-yellow: #fff000;
    --lidl-sg-light-yellow: #ffed70;
    --lidl-sg-dark-yellow: #ffc400;
    --lidl-sg-red: #e60a14;
    --lidl-sg-light-red: #ff6e66;
    --lidl-sg-dark-red: #ad080f;

    --lidl-design-blue: #143e92;

    --custom-gray: #303030;
    --custom-red: #bc251e;

    --blue-1000: #003660;
    --blue-900: #003f70;
    --blue-800: #004880;
    --blue-700: #005190;
    --blue-600: var(--lidl-sg-blue);
    --blue-500: #056fc2;
    --blue-400: #0081e6;
    --blue-300: #2da3ff;
    --blue-200: #73c2ff;
    --blue-150: #b9e0ff;
    --blue-125: #dcf0ff;
    --blue-120: #d9e9f6;
    --blue-100: #edf7ff;

    --blue-transparent-90: #0077e6e6;
    --blue-transparent-75: #0077e6bf;
    --blue-transparent-50: #0077e680;
    /*--blue-transparent-25: #0077e640;*/
    --blue-transparent-25: var(--blue-120);
    --blue-transparent-20: #0077e633;
    --blue-transparent-15: #0077e626;
    --blue-transparent-10: #0077e61a;
    --blue-transparent-5: #0077e60d;

    --yellow-1000: #ffcc00;
    --yellow-900: #ffd633;
    --yellow-800: #ffdf66;
    --yellow-700: #ffe699;
    --yellow-600: #ffedcc;

    --red-1000: #d52b1e;
    --red-900: #e63929;
    --red-800: #f24d3d;
    --red-300: #f9c6c3;
    --red-150: #fde3e2;
    --red-100: #fef0ef;

    --main-color-1000: var(--blue-1000);
    --main-color-900: var(--blue-900);
    --main-color-800: var(--blue-800);
    --main-color-700: var(--blue-700);
    --main-color-600: var(--blue-600);
    --main-color-500: var(--blue-500);
    --main-color-400: var(--blue-400);
    --main-color-300: var(--blue-300);
    --main-color-200: var(--blue-200);
    --main-color-150: var(--blue-150);
    --main-color-100: var(--blue-100);

    --main-color-transparent-90: var(--blue-transparent-90);
    --main-color-transparent-75: var(--blue-transparent-75);
    --main-color-transparent-50: var(--blue-transparent-50);
    /*--main-color-transparent-25: var(--blue-transparent-25);*/
    --main-color-transparent-25: var(--lidl-sg-dark-blue);
    --main-color-transparent-10: var(--blue-transparent-10);
    --main-color-transparent-5: var(--blue-transparent-5);

    --primary-button-hover-color: var(--custom-red);
    --icon-button-color: none;

    --main-background-light: var(--blue-150);
    /*--card-neutral-background: rgb(255 255 255 / 65%);*/
    --card-neutral-background: var(--lidl-sg-yellow);

    --turqouise-400: #318e41;
    --turqouise-700: #38bb4f;

    --lidl-blue-light-transparent: #24b5fd86;
}

@media screen and (max-width: 1111px) {
    :root {
        --footer-height: 100px;
    }
}

@media screen and (max-width: 970px) {
    :root {
        --footer-height: 140px;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --footer-height: 400px;
    }
}

@media screen and (max-width: 410px) {
    .oval-button {
        #oval-text {
            font-size: 15px;
        }
    }
}

/* Set snack in the middle of screen */
.snack-notification-container {
    bottom: 50vh;
}

#r_main {
    background: var(--lidl-sg-blue);
}

.s-donation-crown-shadow {
    box-shadow: 0 20px 20px -20px var(--blue-1000);
}

#r_header {
    background: var(--main-color-600);
    border-bottom: 1px solid white;

    #headerAccountIcon-icon,
    #hamburgerMenuIcon-icon {
        filter: invert(100%);
    }

    #headerProfile {
        color: white;
    }
}

#headerProfile {
    color: var(--lidl-sg-dark-blue);
}

#hamburgerMenuIcon-icon,
#headerAccountIcon-icon {
    filter: brightness(0) saturate(100%) invert(13%) sepia(41%) saturate(3526%) hue-rotate(205deg) brightness(97%) contrast(111%);
}

#searchMagnifierIcon,
#homeIcon-icon,
#searchLocationIcon,
button.product-quantity-selector-btn>img {
    filter: invert(1);
}

#searchMagnifierIcon,
#searchLocationIcon {
    margin-right: 0px;
}

.footer {
    background-color: var(--custom-gray);
}

.oval-button:not(:disabled):hover,
.product-quantity-selector-input {
    background-color: var(--blue-100);
}

.oval-button:not(:disabled):focus {
    background-color: var(--blue-125);
}

.crown-code-digit {
    background: linear-gradient(0deg, #e9e9e9 0%, white 100%);
    color: var(--blue-1000);
    border-color: var(--blue-300);
    border: none;
}

.crown-code-digit-full {
    background: linear-gradient(0deg, var(--blue-150) 0%, white 100%);
    color: var(--blue-1000);
    border-color: var(--blue-300);
}

div.pd-section-container.product-name-title>button.pd-wishlist-button {
    background: var(--lidl-sg-dark-blue);

    img {
        filter: invert(100%);
    }
}

div.product-image-wrapper>button.wishlist-icon-btn>#wishlistNoIcon-icon,
div.product-image-wrapper>button.wishlist-icon-btn>#wishlistYesIcon-icon,
button.community-page-share-button>img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(70%) saturate(3270%) hue-rotate(191deg) brightness(92%) contrast(102%);
}

.pd-section-container>.product-quantity>.product-quantity-selector>.product-quantity-selector-input,
.sh-campaign-step {
    background-color: white;
}

#b_wishlistShareButton {
    border-width: 0px;
}

#b_wishlistShareButton>div>#shareIcon {
    filter: invert(1);
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .sh-campaign-step-body {
        background-color: rgb(0 54 96 / 50%);
    }

    .header-icon-one {
        height: 28px;
    }
}

@media screen and (max-width: 1040px) {
    .hp_secondary-cards-container {
        flex-direction: column-reverse;
    }
}

#cartShippingAddressSubTitle {
    font-size: 18px;
}

.dcc_banner-container {
    height: 150px;
    max-height: 150px;
}

@media screen and (max-width: 864px) {
    .dcc_banner-container>img {
        object-fit: cover;
        object-position: top;
    }
}

@media screen and (max-width: 505px) {
    .dcc_banner-container {
        height: 110px;
        max-height: 110px;
    }
}

.button__image-container {
    background: var(--main-color-600);
}

/* .dcc_main-card {
  background: linear-gradient(to right bottom, var(--main-color-500), var(--main-color-600));
  background: var(--lidl-sg-yellow) !important;
} */

#donationCrownNoVoucherTitle,
#donationCrownCommDetailsTitle,
#donationCrownCommDetailsSubtitle1,
#donationCrownVoucherReadyTitle,
#donationCrownNoCommunitySubtitle,
#donationCrownCommunityTitle,
.dcc_community-name,
#donationCrownEnterVoucherTitle {
    color: var(--lidl-sg-blue);
}

.embla {
    --slide-size: 80%;
    --slide-height: unset;
}

.embla__slide__img {
    object-fit: contain;
    max-width: 100%;
}

.product-quantity-selector-btn,
#searchLocationContainer,
#piggybankContainer {
    background: var(--blue-600);
}

.hp_container .background-container {
    opacity: 0.99;
}

.hp_search-text {
    font-family: font2;
    color: var(--lidl-sg-blue);
}

#homepageLocationTitle {
    font-family: font2;
}

#homepagePiggyBankTitle,
#donationCrownNoVoucherTitle {
    font-family: font2;
}

#donationCrownNoVoucherTitle,
#voucherDonationTitle {
    font-size: 20px;
}

#homepagePiggyBankTitle,
#homepageLocationTitle,
#marketingHomepageTitle,
#marketingHomepageSubtitle,
.community-wishlist__title,
.product-item>button>.product-item-title,
.product-item>button>.product-item-price,
.product-info>.product-price,
#similarProductsTitle,
#pointsCompleted,
#pointsToCompletion,
#previousOrdersSectionTitle,
.s-result-list-header,
.mobile-search-header,
.s-result-list-container>span,
#locationSearchText,
#b_locationSearchLink,
#noResultsTitle,
#noResultsSubtitle {
    color: white;
}

/*.cat-container .simple_crown-container,
.product-details-page .simple_crown-container,
div:has(> div.dcenter-container)>.simple_crown-container,
#comm-details-main-container>div.dcc_container,
.password-page-container>.simple_crown-container {
    background: var(--lidl-sg-yellow);
    background-image: radial-gradient(var(--lidl-sg-yellow), var(--lidl-sg-light-yellow), var(--lidl-sg-yellow)) !important;
    border-top-right-radius: var(--general-border-radius);
    border-top-left-radius: var(--general-border-radius);
}*/

.mural-cell--empty,
.mural-banner__preview-cell {
    background-color: var(--blue-transparent-20);
}

.embla__dots {
    width: 100%;
}

.embla__dot:after {
    box-shadow: inset 0 0 0 0.2rem white;
}

.embla__dot--selected:after {
    box-shadow: inset 0 0 0 0.2rem var(--lidl-sg-yellow);
}

/* .dcc_qr-icon {
  display: none;
} */

div.dcc_main-card-row:has(> #donationCrownNoVoucherTitle) {
    justify-content: center;
}

.s-search-filters-box,
.s-piggybank-floating {
    background: var(--blue-120);
}

.s-search-filters-box,
.cat-filters {
    @media screen and (max-width: 768px) {
        background: unset;
        padding: 24px;

        #b_catalogueResetButton {
            top: 22px;
            right: 22px;
        }
    }
}

.s-mobile-filter-wrapper {
    background-color: #e2e2e18c;
}

div.mg-upload-area>div>div.mg-image-box__text.header-5 {
    scale: 0.9;
}

.header-1,
.header-2,
.header-3,
.header-4,
.header-5,
.header-6,
.header-7 {
    font-family: font2;
    font-weight: 100;
}

/*Wishlist sharing PDF adjustments START*/
.wl-footer-logo-container {
    background-color: unset;
}

@media screen and (max-width: 768px) {
    .step-list__step-body {
        background-color: var(--main-color-transparent-10);
    }
}

/*Wishlist sharing PDF adjustments END*/

.mm_card-container {
    background: var(--lidl-sg-red);
    background: var(--lidl-sg-dark-blue);
}

/*parallax effect start*/
@keyframes moveBg {
    from {
        background-position: center 30%;
    }

    to {
        background-position: center 70%;
    }
}

.background-container {
    animation: moveBg linear;
    animation-timeline: scroll();
    opacity: unset;
}

/*parallax effect end*/

.product-item {
    background: unset;
}

.hp_container,
.s-results-page,
.comm-and-piggybank-container {
    #hpTitle {
        font-size: 18px;
    }

    .hp_secondary-cards-container {
        flex-direction: column;
    }

    .hp_overlay-card.hp_secondary-card {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 16px;
        padding: 8px 30px;

        @media screen and (max-width: 900px) {
            padding: 30px;
        }

        .button {
            margin: 0;
            font-weight: bold;
            font-size: 18px;

            .button__image-container {
                background: transparent;
            }

            img {
                filter: brightness(0) saturate(100%) invert(18%) sepia(93%) saturate(2731%) hue-rotate(201deg) brightness(88%) contrast(102%) !important;
            }
        }

        .hp_search-text {
            margin: 0;
        }
    }

    #b_marketingHomepageButton {
        font-size: 18px;
        font-weight: bold;
    }

    #b_marketingHomepageButton:not(:disabled) {
        background: var(--lidl-sg-yellow);

        &:hover {
            filter: brightness(0.95);
        }
    }

    .code-inputs.crown-codes {
        padding: 2px;
        border-style: solid;
        border-color: var(--lidl-sg-blue);
        border-radius: 5px;
        border-width: 1px;
        width: fit-content;
        margin: 0 auto;

        .crown-codes-group:last-child input:last-child {
            border-right: 0;
        }

        input {
            font-size: 16px;
            border-color: var(--lidl-sg-blue);
            border-top: 0;
            border-bottom: 0;
            border-left: 0;
        }

        @media screen and (max-width: 768px) {
            .crown-code-digit-small {
                font-size: 12px;
            }
        }

        @media screen and (max-width: 508px) {
            border-width: 1px;
            border-style: solid;
            border-color: var(--lidl-sg-blue);
            border-radius: 5px;

            .crown-codes-group {
                border-width: 0px;
            }
        }
    }

    #hpSearchInputPlaceholder,
    #hpSearchInputPlaceholderMobile {
        border-radius: 5px;
        font-size: 16px;
    }

    #hpSearchButton {
        border-radius: 5px;
    }

    .hp_overlay-card.hp_search-card {
        background: white;

        input {
            background: #bae8ff;
        }
    }

    .dcc_reward-card--open {
        background: var(--lidl-sg-light-blue);
    }

    .dcc_banner-offset {
        top: 0;
        animation: none;
    }

    .dcc_crown-banner {
        min-height: 100%;
        height: 100%;

        @media screen and (max-width: 768px) {
            width: 55%;
        }

        @media screen and (max-width: 600px) {
            width: 100%;
        }
    }

    .dcc_banner-container {
        min-height: 100%;
        height: 100%;
        max-height: unset;
    }

    .dcc_main-card {
        background: white;
    }

    .hp_overlay-card {
        background: var(--lidl-sg-yellow);

        #homepageLocationTitle,
        #homepagePiggyBankTitle {
            color: var(--lidl-sg-blue);
            font-weight: bold;
            font-size: 18px;
        }
    }

    #marketingHomepageTitle {
        font-weight: bold;
        font-size: 20px;
    }

    .dcc_main-card-row {
        row-gap: 20px;

        .dcc_button-row {
            .button.link-button {
                color: var(--lidl-sg-blue) !important;

                #link-text {
                    font-size: 18px;
                }
            }

            #b_voucherDonationButton {
                font-size: 18px;
                font-weight: bold;
            }

            #b_voucherDonationButton:not(:disabled) {
                background: var(--lidl-sg-red) !important;
                color: white;

                &:hover {
                    filter: brightness(0.95);
                }
            }
        }

        .dcc_title-with-icon {

            #keyboardIcon,
            #qrCodeIcon {
                filter: brightness(0) saturate(100%) invert(16%) sepia(99%) saturate(3148%) hue-rotate(202deg) brightness(87%) contrast(101%);
            }

            #voucherDonationTitle,
            #donationCrownNoVoucherTitle {
                color: var(--lidl-sg-blue) !important;
                font-weight: bold !important;
            }
        }
    }
}

.dcenter-item-title,
.dcenter-item-type,
.dcenter-tabs-container .tab-button,
.dcenter-header,
.dcenter-subheader {
    color: white;
}

.dcc_banner-container {
    min-height: 100%;
    height: 100%;
    max-height: unset;
}

.simple_crown-banner-offset {
    z-index: 1;

    min-height: 100%;
    height: 100%;

    @media screen and (max-width: 768px) {
        width: 55%;
    }

    @media screen and (max-width: 600px) {
        width: 100%;
    }
}

.dcc_main-card {
    border: 1px solid white;
}

.community-page {
    .section-placeholder {
        background: white;
    }
}

.cat-results-header div,
.cat-results-header span {
    color: white !important;
}

.sort-active {
    color: var(--lidl-sg-yellow);
}

#b_addToCart,
#b_cartContinueOrReturnButton,
#b_cartOrderNow,
#b_achievementsShareButton,
#b_wishlistShareButton,
.voucher-crown-buttons #b_submitButton {
    background: var(--lidl-sg-red);
    color: white;

    &:hover {
        filter: brightness(0.94);
    }

    &:disabled,
    &.loading {
        opacity: 0.6;
    }

    &:focus {
        border: 2px solid rgb(209, 65, 65);
        outline-offset: 6px;
    }

    &:active {
        border: 2px solid rgb(209, 65, 65);
        filter: brightness(0.88);
    }
}

.secondary-button {
    color: var(--main-color-1000);

    &:hover {
        color: var(--main-color-1000);
    }
}

#productDetailsTabs button,
#donationCrownDisabledTitle,
#voucherDonationNotStarted {
    color: var(--main-color-800) !important;
}

#qrCodeIcon {
    filter: brightness(0) saturate(100%) invert(17%) sepia(55%) saturate(3028%) hue-rotate(189deg) brightness(94%) contrast(101%);
}

.tab-active-bar {
    background: var(--lidl-sg-yellow);
}

.cat-filter-select {
    background: var(--secondary-background-color);
    color: var(--lidl-sg-blue);
    border-radius: 12px;

    .fs-single-value {
        color: white;
        color: var(--lidl-sg-blue);
    }

    .form-select-textonly {
        padding: 0 12px;
    }

    .fs-dropdown-indicator {
        svg {
            color: var(--lidl-sg-blue);
        }
    }

    .form-element:not(:placeholder-shown):hover {
        filter: brightness(0.95);
        color: var(--lidl-sg-blue);
        border-radius: 12px;
    }

    .form-select-list-item.selected {
        background: var(--blue-125);
    }
}

.cart-page {
    .tn-title {
        color: white;
    }
}

.step-name,
.step {
    background: var(--grey-500);
    border-color: var(--grey-500);
}

.step.completed,
.step-name.completed,
.line.completed {
    opacity: 1;
}

.primary-button:disabled {
    background-color: var(--lidl-blue-light-transparent);
}

.mm_card-text {
    color: white;
}

.accessible-pagination {

    .pagination-item,
    .pagination-prev,
    .pagination-next {
        border-radius: 50%;
        color: var(--lidl-sg-blue);
    }

    .pagination-item-active {
        background: var(--lidl-sg-yellow);
    }
}

.accessible-pagination {

    .pagination-next::after,
    .pagination-prev::after {
        margin-top: -4px;
    }
}

.product-item {
    background: #006fd2;
    border-radius: 18px;
}

.product-item-button {
    border-radius: 18px;
    box-sizing: border-box;
    background: #006fd2;
    padding-bottom: 18px;

    .product-image-wrapper {
        border-radius: 12px 12px 0 0;
    }

    >div:not(.product-image-wrapper) {
        padding: 0 12px;
        box-sizing: border-box;
    }
}

.wishlist-icon-btn {
    background: var(--lidl-sg-dark-blue);
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;

    img {
        width: 18px;
        height: 18px;
    }

    #wishlistYesIcon-icon,
    #wishlistNoIcon-icon {
        filter: invert(100%);
    }
}

.cat-result-count {
    color: white;
}

.add-to-wishlist__icon {
    background: var(--lidl-sg-yellow);
    width: 50px;
    height: 50px;
}

.product-item-wishlist {
    border-radius: 18px;
    background: #3588cf;
    border: none;
}

.add-to-wishlist__text {
    color: white;
    font-weight: bold;
    font-family: font1;
    font-size: 18px;
    line-height: 28px;
}

#pointsCompleted {
    font-weight: bold;
}

#footer-notification-icon {
    background: var(--lidl-sg-yellow);
}

#footerNotificationBellIcon {
    filter: brightness(0) saturate(100%) invert(10%) sepia(11%) saturate(20%) hue-rotate(358deg) brightness(100%) contrast(79%);
}

.cat-container,
.simple_crown-container {
    .dcc_banner-container {
        display: none;
    }

    #simpleCrown {
        background: transparent;
        border: none;
        display: flex;
        justify-content: center;
        padding-top: 12px;

        .header-4 {
            font-size: 42px;
            line-height: 44px;
            margin-bottom: 24px;
            font-weight: bold;

            @media screen and (max-width: 768px) {
                font-size: 32px;
                line-height: 34px;
            }
        }
    }
}

.cat-filters {
    border-radius: 18px;
    background: var(--lidl-design-blue);

    .cat-search-input {
        label {
            color: white;
        }

        input {
            border-radius: 12px;
        }
    }

    #b_catalogueResetButton {
        color: var(--lidl-sg-yellow);
    }

    .checkbox-container__label {
        color: white;
    }
}

.cat-filters .form-element-label,
.small-range-title,
.small-range-labels {
    color: white;
}

.small-range-slider .range-slider__range {
    background: var(--lidl-sg-yellow);
}

.small-range-slider .range-slider__thumb {
    border: 2px solid white;
    background: var(--lidl-sg-yellow);
}

.cat-results {
    background: var(--lidl-design-blue);
    border-radius: 18px;
    padding: 22px;
}

.pagination-container {
    justify-content: center;
    margin-bottom: 12px;
}

.carousel_container,
.carousel_thumbnails,
.pd-section-container {
    background: transparent;
}

.product-info {
    border-radius: 18px;
    background: white;
    padding: 12px 24px 38px 24px;
    box-sizing: border-box;
}

icon-button pd-wishlist-button {
    background: var(--lidl-sg-dark-blue);
}

.product-quantity-selector {
    display: flex;
    background: rgb(245, 245, 245);
    border-radius: 18px;
    justify-content: center;
    width: fit-content;

    .product-quantity-selector-btn {
        border-radius: 50%;
    }

    #productQuantityInput {
        background: transparent;
    }

    margin: 0 auto;
}

#b_addToCart {
    border-radius: 24px;
    width: fit-content;
    padding: 16px 48px;
    margin: 8px auto;
}

.product-price {
    border-radius: 18px;
    height: 60px;
    justify-content: flex-start;
    padding: 0px 24px;
    font-weight: bold;
    background: var(--lidl-sg-blue);
}

#quantitySelectLabel,
#productQuantitySubtitle {
    color: var(--main-color-800);
}

.tabs {
    .text-2 {
        color: var(--main-color-800) !important;
    }
}

.carousel_container {
    margin-top: -8px;

    img {
        border-radius: 18px;
    }
}

.product-details-page {
    #simpleCrown {
        background: transparent;
        border: none;
        display: flex;
        justify-content: center;
        padding-top: 12px;

        #productDetailsPageTitle {
            font-size: 42px;
            line-height: 44px;
            margin-bottom: 24px;
            font-weight: bold;

            @media screen and (max-width: 768px) {
                font-size: 32px;
                line-height: 34px;
            }
        }
    }

    .dcc_banner-container {
        display: none;
    }
}

.carousel_thumbnails .carousel_thumbnail {
    border-radius: 18px;
}

.cat-content {
    input {
        border-radius: 12px;
        background-color: white !important;
        transition: none;

        &:checked {
            background-color: var(--lidl-sg-yellow) !important;
            border-color: var(--lidl-sg-yellow) !important;

            &:after {
                border: solid var(--lidl-sg-yellow) !important;
            }
        }

        @media screen and (max-width: 768px) {
            margin-bottom: 16px;
        }
    }
}

.dcc_reward-info-panel {
    min-height: 40px;
}

.dcc_reward-tooltip-title {
    font-size: 14px;
}

.dcc_reward-action-btn {
    bottom: 14px;
    right: 13px;
}

.survey-modal__header {
    background-position: center;
    background-size: cover;
}

#piggyBankPage {
    .community-info-balance {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        gap: 12px;
        margin-bottom: 12px;

        .community-balance-total {
            min-width: 120px;
            margin-top: -6px;
        }
    }

    .community-page-top .community-info {
        flex-direction: column-reverse;
    }
}

.wl-title,
.wl-qr-code {
    background-color: transparent;
}

.wl-header {
    margin-top: 20px;
}

.wl-body {
    margin-top: -20px;
}

.wl-footer-logo-container {
    display: none;
}

.auth-form.password-form {
    position: relative;

    .form-element:placeholder-shown:hover {
        background-color: white;
    }

    label {
        color: white;
    }

    .button:not(:disabled) {
        background-color: #bc251e;
    }

    .form-element-helper.error-helper {
        color: #ff6153;
    }

    div.text-1.mb-32 {
        color: white;
    }
}

.password-form-subtitle {
    color: white;
}

.auth-password-chip {
    background: white;
    border: 1px solid var(--lidl-sg-dark-blue);
}

.cat-noresult-text {
    color: white;
}

.r_drawer_backdrop .r_notifications_drawer__header__text {
    color: var(--lidl-sg-dark-blue);
    font-size: 24px;
}

.drawer-link:hover {
    background-color: #24b5fd30;
}

.modal .header,
.modal .actions {
    background: var(--lidl-sg-yellow);
}

.historical-user-modal .header {
    background: linear-gradient(to right bottom, var(--main-color-800), var(--main-color-700));
}

.historical-user-modal .actions {
    background: var(--main-color-150);
}

.contact-container {
    margin: 0;
    max-width: unset;
    background: var(--lidl-sg-blue);
    height: 100vh;

    @media screen and (max-width: 768px) {
        height: 100%;
    }

    .settings-content-box {
        max-width: var(--standard-page-width);
        margin: 32px 0;
        background: var(--lidl-design-blue);
        border-radius: 18px;

        .s-card-container {
            border-radius: 18px;
        }

        .st-content-title,
        .st-content-subtitle {
            color: white;
        }

        @media screen and (max-width: 768px) {
            margin: 0;
            border-radius: 0;
        }
    }

    .s-card-clickable:hover {
        box-shadow: 0 6px 12px #fff0007a;
        cursor: pointer;
        scale: 1.002;
        transition: all 0.1s linear;
    }
}

.dcenter-tabs>.tabs>.tabs-header>.tab-container>.tablist-navigation>button {
    color: white !important;
}

.dcenter-image-wrapper {
    background-color: var(--lidl-sg-yellow);
}

.auth-invitation-community-box {
    .text-3 {
        color: white;
    }

    #b_communityRegistrationIncorrectCommText {
        color: var(--lidl-sg-yellow);

        &:hover {
            filter: brightness(0.9);
        }

        &:active {
            filter: brightness(1.1);
        }
    }
}

.modal-subheader {
    color: var(--lidl-sg-dark-blue);
}

html ::-webkit-scrollbar {
    width: 8px;
}

html ::-webkit-scrollbar-thumb:hover {
    background: var(--lidl-sg-blue);
}

.scan-crown-button {
    width: unset;
    min-width: 190px;

    @media screen and (max-width: 1092px) {
        width: 100%;
    }
}

.product-error-message {
    border-radius: 18px;
    padding: 12px;
}

.cart-actions {
    #b_backButton {
        background: var(--secondary-background-color);
    }
}

.scanner-header-title {
    font-size: 20px;
}

#simpleCrown:has(> #downloadCenterTitle),
.dcenter-tabs>.dcenter-divider {
    display: none;
}

.dcenter-content>.dcenter-header {
    font-size: 42px;
    line-height: 44px;
    margin-bottom: 24px;
    font-weight: bold;
    text-align: center;

    @media screen and (max-width: 768px) {
        font-size: 32px;
        line-height: 34px;
    }
}

.dcenter-content>.dcenter-subheader {
    text-align: center;
}

.conditions-page {
  margin-top: 30px;
  margin-block: 30px;
  color: white !important;
}

#conditionstPageTitle {
    display: none;
}