﻿/* Footer */
.keramika-footer-row {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0;
}

    .keramika-footer-row > div {
        flex: 1 1 25% !important;
        max-width: 25% !important;
        padding: 0 15px;
    }

@media (max-width: 991px) {
    .keramika-footer-row > div {
        flex: 1 1 50% !important;
        max-width: 50% !important;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .keramika-footer-row > div {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        text-align: center;
    }
}

/* Ücretsiz Kargo barı */
.footer-shop-info .container {
    display: flex;
    justify-content: center;
}

.text-icn-blocks-bg-row {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding: 30px 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.text-icn-block-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

    .text-icn-block-footer .icn {
        flex-shrink: 0;
    }

    .text-icn-block-footer .text h4 {
        margin: 0;
        white-space: nowrap;
    }

@media (max-width: 991px) {
    .text-icn-blocks-bg-row {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .text-icn-blocks-bg-row {
        flex-direction: column;
        gap: 20px;
    }
}
