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

.footer-email {
    margin-top: 38px;
}

.footer-emailcontent {
    line-height: 18px;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
}

@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 img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    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: bold;
    color: inherit;
}

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

@media (max-width: 959px) {
    .footer__navigation-title {
        padding-block-start: 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 {
    text-decoration: underline;
    text-underline-offset: 3px;
}

@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: rgb(255 255 255 / 10%);
}

@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));
}

.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%;
}

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

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

.footer__custom__social .footer-policy {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 22px;
    margin-bottom: 25px;
}

.footer__custom__social .footer-policy a {
    color: inherit;
    text-decoration: none;
}

.footer__custom__social .footer-policy .text-u {
    color: #4DA3FF;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.3s;
}

.footer__custom__social .footer-policy .text-u:hover {
    color: #7BBFFF;
}

.footer__custom__social .footer-policy input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin: 0;
    flex: 0 0 auto;
    cursor: pointer;
    accent-color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    appearance: none;
    -webkit-appearance: none;
    border-radius: 2px;
    position: relative;
}

.footer__custom__social .footer-policy input[type="checkbox"]:checked {
    background-color: rgba(255, 255, 255, 0.7);
}

.footer__custom__social .footer-policy input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0;
    width: 5px;
    height: 9px;
    border: solid #2a2a2a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

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

.footer.color-scheme-2 .footer__custom__social {
    padding: 0 30px;
    margin: 0;
    min-width: 200px;
}

.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;
}

.page-width.footer__group {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 30px;
}

@media(max-width:768px) {
    .page-width.footer__group {
        display: flex;
        justify-content: center;
        padding: 20px 0 30px;
        flex-direction: column-reverse;
        align-items: center;
    }

    .page-width.footer__group .footer__copyright {
        margin-top: 10px;
    }

    .footer.color-scheme-2 {
        padding-top: 20px;
    }

    .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: 10px 0;
        order: 3;
    }

    .footer-email {
        margin-top: 10px;
    }

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

    .footer .trustpilot-mainImg {
        width: 70%;
    }
}

/* 容器:横向 flex,前缀在左、输入框中、按钮在右 */
.footer #ContactFooter-pc .field {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0;
    margin: 20px 0 16px;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    position: relative;
}

/* 用 ::before 生成 "Email:" 前缀,避免触碰真实 label DOM */
.footer #ContactFooter-pc .field::before {
    content: "Email:";
    flex: 0 0 auto;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    margin-right: 10px;
}

/* 输入框下方点线 */
.footer #ContactFooter-pc .field::after {
content: "";
    position: absolute;
    height: 1px;
    inset-inline: unset;
    width: 100%;
    inset: inherit;
    bottom: 0;
    border-color: transparent;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.5);
}

/* 只藏 field__label 文本,不要藏 <label> 标签本身(它可能包裹着 input) */
.footer #ContactFooter-pc .field__label {
    display: none !important;
}

.footer #ContactFooter-pc .field .field__inner {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.footer #ContactFooter-pc .field .field__input {
    padding: 0;
    background: transparent;
    color: #fff;
    border: 0;
    flex: 1;
    min-width: 0;
    height: 100%;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.02em;
    outline: none;
    box-shadow: none;
}

.footer #ContactFooter-pc .field__input::placeholder {
    opacity: 0.55;
    color: #fff;
    font-size: 14px;
    font-style: normal;
}

.footer #ContactFooter-pc .field .field__suffix {
    padding-inline-end: 0;
    flex: 0 0 auto;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.footer #ContactFooter-pc .field .button--link {
    align-items: center;
    display: flex;
    color: #fff;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
    background: transparent;
    height: 36px;
    width: 36px;
    --btn-border-background-color: none;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: background 0.2s ease, border-color 0.2s ease;
    flex: 0 0 auto;
}

.footer #ContactFooter-pc .field .button--link:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}