/* ===================================================================
   FOOTER RENKLERÝ - ANTRASÝ GRÝ TEMASI
   =================================================================== */

/* Footer ana alan */
.global-footer {
    background: var(--footer-primary) !important;
    color: var(--footer-text) !important;
    border-top: 1px solid var(--footer-border) !important;
}

/* Footer grid ve yapý */
.global-footer__grid {
    border-bottom: 1px solid var(--footer-secondary) !important;
}

/* Footer baþlýklar */
.global-footer__title {
    color: var(--footer-text) !important;
}

/* Footer linkler */
.global-footer__link {
    color: rgba(255,255,255,0.8) !important;
}

.global-footer__link:hover {
    color: var(--footer-text) !important;
}

/* Footer contact linkler */
.global-footer__contact-link {
    color: rgba(255,255,255,0.8) !important;
}

.global-footer__contact-link:hover {
    color: var(--footer-text) !important;
}

/* Footer sosyal ikonlar */
.footer-social__link {
    background: var(--footer-secondary) !important;
    border: 1px solid var(--footer-border) !important;
    color: var(--footer-text) !important;
}

.footer-social__link:hover {
    background: var(--footer-muted) !important;
    border-color: var(--footer-text) !important;
    color: var(--footer-text) !important;
}

/* Footer newsletter */
.footer-newsletter__input {
    background: var(--footer-secondary) !important;
    border: 1px solid var(--footer-border) !important;
    color: var(--footer-text) !important;
}

.footer-newsletter__input::placeholder {
    color: rgba(255,255,255,0.6) !important;
}

.footer-newsletter__input:focus {
    border-color: var(--footer-muted) !important;
}

.footer-newsletter__btn {
    background: var(--footer-secondary) !important;
    color: var(--footer-text) !important;
    border: 1px solid var(--footer-border) !important;
}

.footer-newsletter__btn:hover {
    background: var(--footer-muted) !important;
}

/* Footer alt kýsým */
.global-footer__bottom {
    border-top: 1px solid var(--footer-secondary) !important;
}

.global-footer__copy {
    color: rgba(255,255,255,0.6) !important;
    border-top: none !important;
}

/* Footer ödeme ikonlarý */
.footer-payment-icon {
    background: var(--footer-secondary) !important;
    border: 1px solid var(--footer-border) !important;
    color: var(--footer-text) !important;
}

/* Footer brand */
.global-footer__brand-name {
    color: var(--footer-text) !important;
}
