.footer__custom-text-title {
    padding-block-end: 15px;
    font-weight: bold;
}

.footer__inner {
    margin: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.trustpilot-main {
    max-width: 100%;
}

@media (max-width: 959px) {
    .footer__custom-text-title {
        padding-block-start: 15px;
    }
}

.footer__email-subscribe-title {
    font-weight: bold;
}

.footer__email-subscribe .field {
    margin-block-end: 0;
}

.footer__email-subscribe form {
    width: 100%;
}

.footer .tips-card {
    margin-block: 10px;
}

.footer__image {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
}

.footer__image img {
    width: 68%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: bottom;
}

.footer__localization-form form {
    display: contents;
}

@media (max-width: 959px) {
    .footer__localization-form .localization__selector {
        width: 100%;
    }
}

.footer__navigation {
    position: relative;
}

.footer__navigation-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight:500; 
        font-size: calc(var(--body3-font-size) * 1.05);
}

.footer__navigation-title .icon__arrow,
.footer__navigation-title .icon__minus {
    display: none;
}

@media (max-width: 959px) {
    .footer__navigation-title {
        padding-block-start: 25px;
        font-size: 15px;
    }

    .footer__navigation-title .icon__arrow {
        display: inline;
    }

    .footer__navigation-title .icon__minus {
        display: none;
    }
}

.footer__navigation-item {
    padding-block-start: 15px;
}

.footer__navigation-item a {
    display: block;
}

.footer__navigation-item--active a {
    text-underline-offset: 6px;
}

.footer__navigation-item--active a:hover {}

.footer__navigation-item a:hover {
    color: rgb(230, 0, 68);
}

@media (max-width: 959px) {
    .footer__navigation-content {
        height: 0;
        padding-block-end: 15px;
        overflow: hidden;
        opacity: 0;
    }
}

/* .footer__navigation::after {
    position: absolute;
    inset-block-end: 0;
    inset-inline-start: 0;
    display: none;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #333;
} */

@media (max-width: 959px) {
    .footer__navigation::after {
        display: block;
    }
}

@media (max-width: 959px) {
    .footer__navigation[open] .footer__navigation-title .icon__arrow {
        display: none;
    }

    .footer__navigation[open] .footer__navigation-title .icon__minus {
        display: inline;
    }
}

.footer__navigation[open] .footer__navigation-content {
    height: auto;
    opacity: 1;
}

.footer__payment-icons>svg {
    width: auto;
    height: 22px;
}

.footer__social-media-title {
    font-weight: bold;
}

.footer__social-media-content {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

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

.footeradditional-group {
    background-color: rgb(var(--color-background));
    padding: 20px 48px;
}

.footer__group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__custom__social ul {
    width: 100%;
    text-align: center;
    justify-content: flex-start;
    display: flex;
}

.footer__custom__social ul li {
    display: initial;
    width: 14.6%;
    float: left;
    margin-right: 3%;
    text-align: left;
}

.footer__custom__social ul li img {
    max-width: 100%;
}

.footer__custom__social ul li a {
    display: inline-block;
}

.footer__custom__social .footer-policy {
    display: inline-block;
    align-items: center;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.footer__custom__social .footer-policy .text-u {
    text-decoration: underline;
    transition: color 0.3s;
}

.footer.color-scheme-2 .page-width {
    display: flex;
}

.footer.color-scheme-2 .footer__custom__social {
    padding: 0 30px;
    margin: 0;
    max-width: 32%;
}

.footer-payments-container .custom-block {
    display: flex;
    align-items: center;
}

.footer-payments-container .custom-block .footer-payments {
    display: flex;
    align-items: center;
}

.footer-payments-container .custom-block .footer-payments .klarna-link img {
    width: 46px;
    object-fit: contain;
    margin-top: -2px;
    margin-left: 5px;
}

.footer-payments-container .footer__payment {
    display: flex;
    justify-content: space-between;
    max-width: 1228px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.bgwhite {
    background: #f7f7f7;
}

.bgwhite .footer__copyright {
    color: #000;
}

.bgwhite .footer__copyrightcon {
    padding-top: 20px;
    padding-bottom: 80px;
}

.footer__information-group .follow-title {
    font-size: 18px;
    font-weight: 600;
    margin: 15px;
}

@media(max-width:768px) {
    .footeradditional-group {
        padding: 20px 10px;
    }

    .footer__information-group .follow-title {
        font-size: 14px;
        font-weight: 600;
        text-align: left;
        margin: 10px 0;
    }

    .footer {
        padding-top: 30px;
        border-radius: 16px 16px 0 0;
    }

    .footer__custom__social ul li {
        display: initial;
        width: 9.6%;
        float: left;
        margin-right: 3%;
    }

    .footer__group {
        flex-direction: column;
    }

    .footer__group .footer__image ,.footer__image{
        display: none;
    }

    .footer-payments-container {
        display: none;
    }

    .footer__information-group .footer__custom__social {
        order: 1;
    }

    .footer__information-group .footer__navigation {
        order: 2;
    }

    .footer__information-group .footer__custom-text {
        order: 3;
        border-bottom: 1px solid #333;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .footer.color-scheme-2 .footer__custom__social {
        padding: 0 0 10px;
        max-width: 100%;
    }

    .footer__information-group .footer__navigation.custom-text {
        margin-bottom: 20px;
    }

    .footer__custom__social .footer-policy {
        margin-bottom: 12px;
    }
}

.footer #ContactFooter-pc .field::after {
    display: none;
}

.footer #ContactFooter-pc .field {
    display: flex;
    height: 55px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: transparent;
    border-radius: 40px;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0;
}

.footer #ContactFooter-pc .field .field__inner {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    height: 95%;
    min-width: 0;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0 0 0 20px;
}

.footer #ContactFooter-pc .field .field__input {
    flex: 1 0 0;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 16px;
    font-weight: 100;
    color: #000;
    padding: 0;
    height: 100%;
    width: 100%;
}

.footer #ContactFooter-pc .field__input::placeholder {
    opacity: 1;
    color: #808080;
    font-size: 16px;
    font-style: normal;
}

.footer #ContactFooter-pc .field__inner .field__label {
    display: none;
}

.footer #ContactFooter-pc .field .field__suffix {
    flex: 0 0 auto;
    padding: 0;
    margin-right: 5px;
}

.footer #ContactFooter-pc .field .button--link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 30px;
    padding:10px 17px 10px 17px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    height: auto;
    width: auto;
    line-height: 1;
    text-decoration: none !important;
    --btn-border-background-color: none;
    margin: 0;
}

.footer #ContactFooter-pc .field .button--link svg {
    fill: #fff;
    width: 16px;
    height: 16px;
} 
 
.footer #ContactFooter-pc .field .button--link:hover {
    opacity: 0.85;
}

.footer .footer-policy {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    color: #000;
    font-size: 13px;
    margin-top: 15px;
}

.footer .newsletter_policy_confirm {
    width: 12px;
    height: 12px;
    margin: 0 4px 0 0;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    -webkit-appearance: checkbox;
    accent-color: #000;
    vertical-align: middle;
    cursor: pointer;
}

.footer .footer-policy a {
    color: #000;
}

.footer .footer-policy .policy-span.text-u {
    text-decoration: underline;
    transition: color 0.3s;
}

.footer .footer-policy .policy-span.text-u:hover {
    color: rgb(230, 0, 68);
}