@charset "UTF-8";

/* =========================================================
   KS27 POPÜLER TURLAR — HERO İLE EŞİT GENİŞLİK
   Yalnızca ana sayfadaki #populer-turlar bölümünü etkiler.
   ========================================================= */

html body.is-home #populer-turlar.ks27-popular-wide {
    width: 100%;
}

html body.is-home #populer-turlar.ks27-popular-wide > .tour-popular-shell {
    width: min(calc(100% - (var(--site-page-gutter, 24px) * 2)), var(--site-container-width, 1360px)) !important;
    max-width: var(--site-container-width, 1360px) !important;
    margin-inline: auto !important;
    padding-inline: 0 !important;
}

html body.is-home #populer-turlar.ks27-popular-wide .tour-popular-header,
html body.is-home #populer-turlar.ks27-popular-wide .tour-category-panel,
html body.is-home #populer-turlar.ks27-popular-wide .tour-filter,
html body.is-home #populer-turlar.ks27-popular-wide .tour-cards,
html body.is-home #populer-turlar.ks27-popular-wide .tour-help-cta {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

html body.is-home #populer-turlar.ks27-popular-wide .tour-cards {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
    justify-content: stretch !important;
    align-items: stretch !important;
}

html body.is-home #populer-turlar.ks27-popular-wide .tour-cards > * {
    min-width: 0 !important;
    width: 100% !important;
    max-width: none !important;
}

@media (max-width: 1024px) {
    html body.is-home #populer-turlar.ks27-popular-wide > .tour-popular-shell {
        width: min(calc(100% - (var(--site-page-gutter, 20px) * 2)), var(--site-container-width, 1360px)) !important;
    }

    html body.is-home #populer-turlar.ks27-popular-wide .tour-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
    }
}

@media (max-width: 700px) {
    html body.is-home #populer-turlar.ks27-popular-wide > .tour-popular-shell {
        width: calc(100% - (var(--site-page-gutter, 12px) * 2)) !important;
    }

    html body.is-home #populer-turlar.ks27-popular-wide .tour-cards {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
}
