/* v13 — admin logo genişlik/yükseklik (deploy-marker: yon-logo-v13) */
/* yon-header-ref.css sabit 148px / 42px limitlerini ezer */

.yon-shell.yon-shell--header-corp .yon-site-header__brand .yon-logo {
    max-width: min(var(--yon-logo-w, 200px), 55vw) !important;
    width: auto !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    flex-shrink: 0 !important;
}

.yon-shell.yon-shell--header-corp .yon-site-header__brand .yon-logo__img {
    height: var(--yon-logo-h, 56px) !important;
    max-height: var(--yon-logo-h, 56px) !important;
    max-width: min(var(--yon-logo-w, 200px), 55vw) !important;
    width: auto !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: left center !important;
}

@media (min-width: 1024px) {
    .yon-shell.yon-shell--header-corp .yon-site-header__brand .yon-logo,
    .yon-shell.yon-shell--header-corp .yon-site-header__brand .yon-logo__img {
        max-width: min(var(--yon-logo-w, 200px), 48vw) !important;
    }
}

@media (max-width: 991px) {
    .yon-shell.yon-shell--header-corp .yon-site-header__brand .yon-logo {
        max-width: min(var(--yon-logo-w, 200px), 64vw) !important;
        max-height: var(--yon-logo-h, 56px) !important;
        min-height: 0 !important;
    }

    .yon-shell.yon-shell--header-corp .yon-site-header__brand .yon-logo__img {
        max-width: min(var(--yon-logo-w, 200px), 64vw) !important;
        max-height: var(--yon-logo-h, 56px) !important;
        height: var(--yon-logo-h, 56px) !important;
        min-height: 0 !important;
    }
}

@media (max-width: 767px) {
    .yon-shell.yon-shell--header-corp .yon-site-header__brand .yon-logo,
    .yon-shell.yon-shell--header-corp .yon-site-header__brand .yon-logo__img {
        max-width: min(var(--yon-logo-w, 200px), 70vw) !important;
    }
}

.yon-drawer__logo,
.ymm__logo {
    max-width: min(var(--yon-logo-w, 200px), 70vw) !important;
    max-height: var(--yon-logo-h, 56px) !important;
    height: auto !important;
    width: auto !important;
    object-fit: contain !important;
}
