/* overrides */
/*img [src="https://sync.intentiq.com/profiles_engine/ProfilesEngineServlet?at=20&mi=10&secure=1&dpi=359446293&rnd=579434&iiqidtype=2&iiqpcid=7d265a7f-c42d-49ab-bbdb-3f16ab4d8859&iiqpciddate=1702933341162&tsrnd=577_1702933341162&pcid=efd5937f-3e49-404e-8162-e4867419fbc7-tuctc7a38db&idtype=0&vrref=7d5wi73l5n7nqvi1-7255687283.shopifypreview.com&jsver=5.4&abtp=100&abtg=A"] {*/
/*    display: none;*/
/*}*/
.locale-selectors__container {
    padding-top: 2em;
    background-color: rgb(60, 59, 64) !important;
}

#footer {
    background-size: cover;
    background-color: var(--grey);
    width: 100%;
}

#footerWrap {
    padding: 50px 0 0px 0;
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#footerNewsletter {
    display: flex;
    flex-direction: column;
}

#footerNewsletterSave {
    text-align: center;
    margin: 0 auto;
    font-size: 21px;
    font-weight: 500;
    color: var(--yellow);
}

#footerContent {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 70px auto 0;
}

.footerContentItem {
    display: flex;
    flex-direction: row;
}

.footerContentItemWrap {
    height: 100%;
    border-right: 2px solid var(--yellow);
    padding: 30px 25px 0 0;
    white-space: nowrap;
}

.footerContentItemWrapTitle {
    font-size: 16px;
    color: var(--yellow);
    font-weight: 500;
}

.footerContentItemLinks {
    padding: 15px 0 15px 25px;
    display: flex;
    flex-direction: column;
}

#footerContentItemContact {
    gap: 22px;
}

.footerContentItemLinksAnchor {
    color: white;
    font-size: 16px;
    font-weight: 300;
    transition: .3s ease;
    padding-bottom: 15px;
}

.footerContentItemLinksAnchor:last-child {
    padding-bottom: 0;
}

.footerContentItemLinksAnchor:hover {
    color: var(--yellow);
}

.footerContentItemLinksWrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
}

#footerContentItemLinksWrapEmail {
    width: 30px;
    height: auto;
}

.footerContentItemLinksWrapIcon {
    width: 25px;
    height: auto;
    margin-top: 5px;
}

.footerContentItemLinksWrapInfo {
    color: white;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-weight: 300;
}

.footerContentItemLinksWrapInfo.gap {
    gap: 15px;
}


.footerContentItemLinksWrapInfo a {
    color: white;
    transition: .3s ease;
}

.footerContentItemLinksWrapInfo a:hover {
    color: var(--yellow);
}

.footerContentItemLinksWrapInfo em {
    font-size: 16px;
    font-style: normal;
}

.footerContentItemLinksWrapInfo strong {
    font-weight: 500;
}

#footerBadges {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 65px;
    gap: 42px;
}

.footerBadgesItem {
    width: auto;
}

#footerSocials {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 80px;
}

.footerSocialsLink {
    transition: .3s ease;
}

.footerSocialsLink:hover {
    transform: rotate(10deg);
}

.footerSocialsLinkIcon {
    height: 25px;
    width: auto;
}

#footerCopyright {
    color: white;
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    display: flex;
    font-weight: 300;
    flex-direction: column;
    gap: 15px;
}

#footerCopyrightDisclaimer {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 10px;
}

@media (max-width: 1100px) {
    #footerWrap {
        padding: 50px 24px 30px 24px;
        width: 100%;
    }

    #footerContent {
        display: flex;
        flex-direction: column;
        height: fit-content;
    }

    .footerContentItem {
        display: grid;
        grid-template-columns: 1fr 2fr;
        width: 100%;

    }

    .footerContentItemWrap {
        padding: 34px 15px 10px 0;
        border-right: none;
    }

    .footerContentItemWrapTitle {
        font-size: 16px;
    }

    .footerContentItemLinks {
        border-left: 1px solid var(--yellow);
        padding: 34px 0 10px 15px;
        height: fit-content;
    }

    .footerContentItemLinksAnchor {
        font-size: 16px;
    }

    .footerContentItemLinksWrapInfo {
        font-size: 16px;
    }


    #footerSocials {
        margin-top: 10px;
    }

    .footerSocialsLinkIcon {
        height: 25px;
    }

    #footerCopyright {
        margin-top: 40px;
        color: white;
        font-size: 12px;
        font-weight: 300;
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}
