.site-footer .footer-col {
    text-align: center;
}

.site-footer .footer-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 16px;
    direction: ltr;
    unicode-bidi: isolate;
}

.site-footer .footer-logo {
    display: inline-flex;
    align-items: baseline;
    gap: 0.18em;
    font-family: 'Ethnocentric', 'Orbitron', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    white-space: nowrap;
    direction: ltr;
    unicode-bidi: isolate;
}

.site-footer .footer-logo-tr {
    color: #fff;
}

.site-footer .footer-logo-zoon {
    color: var(--accent);
}

.site-footer .footer-desc {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 600px) {
    .site-footer .footer-logo {
        font-size: 1.55rem;
    }
}

html[dir="rtl"] .footer,
html[dir="rtl"] .site-footer {
    direction: rtl;
    text-align: right;
}

html[dir="rtl"] .header-search .search-icon {
    left: auto;
    right: 4px;
}

html[dir="rtl"] .header-search .search-input {
    padding-left: 14px;
    padding-right: 32px;
    text-align: right;
}

html[dir="rtl"] .mobile-menu {
    text-align: right;
}

html[dir="rtl"] .mobile-menu-badge {
    margin-left: 0;
    margin-right: auto;
}

@media (max-width: 600px) {
    .site-footer .footer-content {
        padding: 34px 18px 28px;
        gap: 30px;
        text-align: center;
    }

    .site-footer .footer-col,
    .site-footer .footer-right,
    .site-footer .footer-row,
    .site-footer .footer-mini-col {
        width: 100%;
    }

    .site-footer .footer-col {
        max-width: 340px;
        margin: 0 auto;
    }

    .site-footer .footer-right {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        gap: 24px;
    }

    .site-footer .footer-row {
        display: contents;
        text-align: center;
    }

    .site-footer .footer-card {
        order: 1;
    }

    .site-footer .footer-mini-col {
        order: 2;
    }

    .site-footer .footer-card {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .site-footer .fcard-text {
        width: 100%;
        max-width: 340px;
    }

    .site-footer .fcard-text h3 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin: 0 0 6px;
        color: var(--text);
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.3;
    }

    .site-footer .fcard-text p {
        max-width: 320px;
        margin: 0 auto;
        color: var(--muted);
        font-size: 0.72rem;
        line-height: 1.6;
        text-align: center;
    }

    .site-footer .footer-heading {
        justify-content: center;
        margin-bottom: 10px;
    }

    .site-footer .footer-socials,
    .site-footer .payment-methods {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 12px;
        flex-wrap: nowrap;
    }

    .site-footer .social-link,
    .site-footer .pay-icon {
        width: 46px;
        height: 36px;
        padding: 7px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .site-footer .social-link svg,
    .site-footer .pay-icon svg,
    .site-footer .pay-icon img {
        width: 26px;
        height: 20px;
    }
}
.site-footer .footer-col {
    text-align: center;
}

.site-footer .footer-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 16px;
}

.site-footer .footer-logo {
    display: inline-flex;
    align-items: baseline;
    gap: 0.18em;
    font-family: 'Ethnocentric', 'Orbitron', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    white-space: nowrap;
}

.site-footer .footer-logo-tr {
    color: #fff;
}

.site-footer .footer-logo-zoon {
    color: var(--accent);
}

.site-footer .footer-desc {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 600px) {
    .site-footer .footer-logo {
        font-size: 1.55rem;
    }
}