﻿.footer {
    background: #34a5b0;
    color: #fff;
    padding: 18px 0 12px;
    font-size: 13px;
}

    .footer a {
        color: #fff;
        text-decoration: none;
    }
#zarinpal img {
    width: 40px;
}

.footer-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}


.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-logo {
    height: 60px;
    width: auto;
}

.footer-badge {
    height: 55px;
    width: auto;
}


.footer-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 1.4;
    text-align:center;
}

.footer-shipping {
    font-size: 12px;
    opacity: 0.9;
}


.footer-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 13px;
}


.footer-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 12px 0;
    justify-content:center; 
}

    .footer-cats a {
        font-size: 15px; 
    }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 8px;
    margin-top: 8px;
}
.footer-social {
    display: flex; 
    align-items: center; 
    gap: 10px; 
}

    .footer-social a img,
    .footer-social a svg,
    .footer-social a i {
        display: block; 
    }

.footer-social a {
    margin-inline: 6px;
    font-size: 18px;
}


@media (max-width: 768px) {
    .footer-main {
        flex-direction: column;
        gap: 12px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .footer-links {
        justify-content: center;
    }

    .footer-cats {
        justify-content: center;
        margin: 10px 0;
    }

        .footer-cats a {
            font-size: 12px; 
            text-align: center;
        }

    .footer-bottom {
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }

    .footer-logo {
        height: 50px;
    }

    .footer-badge {
        height: 45px;
    }
}
