body[data-scheme="light"] {
    header.header {
        background-color: transparent;
    }



    header.header,
    .header__heading-text-logo,
    .header__menu-item,
    .header__icons,
    .currency-country,
    #cart-icon-bubble {
        color: white;
    }

    header.header:hover {
        background-color: white !important;

        & .header__heading-text-logo,
        & .header__menu-item,
        & .header__icons,
        & .currency-country,
        & #cart-icon-bubble {
            color: black !important;
        }
    }

    /* Country selector */
    #HeaderCountryList:not(:hover) {
        display: none !important;
    }

    /* Special UI elements */
    #HeaderCountryList {
        padding: 2rem;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        gap: 1rem;
        max-width: unset !important;
        width: fit-content;
    }

    #HeaderCountryList .disclosure__item {
        width: 100%;
    }

    #HeaderCountryList a {
        display: grid;
        grid-template-columns: min-content auto 200px;
        width: 100%;
    }
}