/* =========================================================
   YKT SITE ENGINE 2.7.0 — QA, ERİŞİLEBİLİRLİK, 404
========================================================= */

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.ykt-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    padding: 0 !important;
    margin: -1px !important;
    border: 0 !important;
    white-space: nowrap !important;
}

.ykt-skip-link {
    position: fixed;
    top: 10px;
    left: 12px;
    z-index: 1000000;
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 9px 15px;
    background: #092746;
    color: #ffffff;
    font-size: 15px;
    font-weight: 760;
    text-decoration: none;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.24);
    transform: translateY(-140%);
    transition: transform 160ms ease;
}

.ykt-skip-link:focus {
    transform: translateY(0);
}

html body .ykt-site :where(
    a,
    button,
    summary,
    input,
    select,
    textarea,
    [tabindex]:not([tabindex="-1"])
):focus-visible {
    outline: 3px solid #1674d1 !important;
    outline-offset: 3px !important;
    box-shadow:
        0 0 0 5px rgba(22, 116, 209, 0.18) !important;
}

html body .ykt-site :where(
    input,
    select,
    textarea
)[aria-invalid="true"] {
    border-color: #b42318 !important;
    box-shadow:
        0 0 0 3px rgba(180, 35, 24, 0.12) !important;
}

html body .ykt-site .ykt-form-status:empty {
    display: none;
}

html body .ykt-site .ykt-form-status:not(:empty) {
    display: block;
    border-radius: 12px;
    padding: 12px 14px;
}

html body .ykt-site .ykt-form-status.is-error {
    border: 1px solid rgba(180, 35, 24, 0.28);
    background: #fff4f2;
    color: #8d1f17;
}

html body .ykt-site .ykt-form-status.is-success {
    border: 1px solid rgba(16, 122, 73, 0.24);
    background: #effbf5;
    color: #08633b;
}

/* Minimum dokunma hedefleri. */

html body .ykt-site :where(
    .ykt-navigation a,
    .ykt-mobile-menu summary,
    .ykt-mobile-menu__panel a,
    .ykt-button,
    .ykt-product-filter button,
    .ykt-lightbox__close,
    .ykt-lightbox__nav
) {
    min-height: 44px;
}

/* Mobil menü açıkken arka plan kaymasını azalt. */

body.ykt-mobile-menu-open {
    overflow: hidden;
}

html body .ykt-mobile-menu__panel {
    max-height: calc(100dvh - 86px);
    overflow-y: auto;
    overscroll-behavior: contain;
}

/* Markalı 404. */

.ykt-not-found {
    position: relative;
    display: grid;
    min-height: min(760px, calc(100dvh - 74px));
    overflow: hidden;
    place-items: center;
    padding: clamp(80px, 10vw, 140px) 0;
    background:
        radial-gradient(
            circle at 80% 22%,
            rgba(42, 118, 203, 0.18),
            transparent 34%
        ),
        linear-gradient(145deg, #fbfcfe, #edf4fa);
}

.ykt-not-found__ambient {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(
            rgba(20, 64, 111, 0.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(20, 64, 111, 0.04) 1px,
            transparent 1px
        );
    background-size: 46px 46px;
    pointer-events: none;
    mask-image:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.85),
            transparent 96%
        );
}

.ykt-not-found__content {
    position: relative;
    z-index: 1;
    max-width: 820px;
}

.ykt-not-found__code {
    display: block;
    margin-bottom: 8px;
    color: rgba(19, 91, 158, 0.13);
    font-size: clamp(96px, 18vw, 220px);
    font-weight: 850;
    letter-spacing: -0.09em;
    line-height: 0.72;
}

.ykt-not-found h1 {
    max-width: 800px;
    margin: 20px 0 22px;
    color: #091d35;
    font-size: clamp(46px, 7vw, 82px);
    font-weight: 790;
    letter-spacing: -0.06em;
    line-height: 0.98;
}

.ykt-not-found h1 span {
    color: #246db9;
}

.ykt-not-found p {
    max-width: 64ch;
    margin: 0;
    color: #52677d;
    font-size: 18px;
    line-height: 1.75;
}

.ykt-not-found__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.ykt-not-found__contact {
    display: inline-flex;
    margin-top: 24px;
    color: #175f9f;
    font-size: 15.5px;
    font-weight: 740;
    text-decoration: none;
}

/* Lightbox açıkken arka plan etkileşime kapalıdır. */

.ykt-lightbox[aria-hidden="true"] {
    pointer-events: none;
}

@media (max-width: 767px) {
    .ykt-skip-link {
        top: 7px;
        left: 7px;
    }



    .ykt-not-found {
        min-height: calc(100dvh - 66px);
    }

    .ykt-not-found__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ykt-not-found__actions .ykt-button {
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ykt-skip-link {
        transition: none;
    }
}

@media print {
    .ykt-header,
    .ykt-footer,
    .ykt-skip-link,
    .ykt-button,
    .ykt-product-single__cta,
    .ykt-category-catalog-cta {
        display: none !important;
    }

    body,
    .ykt-page,
    .ykt-legal-page,
    .ykt-legal-content {
        background: #ffffff !important;
    }

    .ykt-legal-content article {
        border: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
    }
}


/* =========================================================
   YKT 2.7.1 — MERKEZ OFİS VE DEPO / TEKNİK SERVİS
========================================================= */

html body .ykt-contact-card--locations {
    min-height: 440px;
}

html body .ykt-contact-card__locations {
    display: grid;
    gap: 18px;
    margin-top: 20px;
}

html body .ykt-contact-location {
    display: grid;
    gap: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 17px;
}

html body .ykt-contact-location:first-child {
    border-top: 0;
    padding-top: 0;
}

html body .ykt-contact-location > strong {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.025em;
    line-height: 1.35;
}

html body .ykt-contact-card--locations
.ykt-contact-location address {
    display: block;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14.5px;
    line-height: 1.58;
}

html body .ykt-contact-location > a {
    width: max-content;
    color: #9fd2ff !important;
    font-size: 14px;
    font-weight: 760;
    line-height: 1.4;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

html body .ykt-contact-location > a:hover {
    color: #ffffff !important;
}

html body .ykt-contact-map-header address > strong {
    display: inline-block;
    margin-bottom: 7px;
    color: #153d65;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.035em;
}

html body .ykt-footer__locations {
    display: grid;
    gap: 15px;
    margin-top: 17px;
}

html body .ykt-footer__locations > div {
    display: grid;
    gap: 5px;
}

html body .ykt-footer__locations > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 14px;
}

html body .ykt-footer__locations strong {
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 780;
    letter-spacing: 0.045em;
    line-height: 1.35;
}

html body .ykt-footer__locations address {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
    font-style: normal;
    line-height: 1.55;
}

@media (max-width: 767px) {
    html body .ykt-contact-card--locations {
        min-height: auto;
    }

    html body .ykt-contact-card__locations {
        gap: 16px;
    }
}


/* =========================================================
   YKT 2.7.2 — İKİ GÖMÜLÜ GOOGLE MAPS HARİTASI
========================================================= */

html body .ykt-contact-map-section--dual {
    padding: clamp(76px, 9vw, 126px) 0;
    background:
        linear-gradient(
            180deg,
            #f7fafc 0%,
            #eef4f9 100%
        );
}

html body .ykt-contact-map-heading {
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(280px, 0.56fr);
    gap: 54px;
    align-items: end;
    margin-bottom: 38px;
}

html body .ykt-contact-map-heading h2 {
    margin: 18px 0 0;
    color: #0a1f38;
    font-size: clamp(37px, 5vw, 62px);
    font-weight: 780;
    letter-spacing: -0.052em;
    line-height: 1;
}

html body .ykt-contact-map-heading h2 span {
    color: #256fbd;
}

html body .ykt-contact-map-heading > p {
    max-width: 52ch;
    margin: 0;
    color: #5b6f84;
    font-size: 17px;
    line-height: 1.72;
}

html body .ykt-contact-map-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

html body .ykt-contact-map-card {
    scroll-margin-top: 112px;
    overflow: hidden;
    border: 1px solid #d4e0ea;
    border-radius: 26px;
    background: #ffffff;
    box-shadow:
        0 22px 64px rgba(12, 42, 72, 0.09);
}

html body .ykt-contact-map-card__header {
    display: grid;
    grid-template-columns:
        minmax(0, 0.82fr)
        minmax(220px, 1fr);
    gap: 24px;
    align-items: start;
    padding: 25px 26px 22px;
}

html body .ykt-contact-map-card__header > div {
    display: grid;
    gap: 7px;
}

html body .ykt-contact-map-card__header span {
    color: #2b70b6;
    font-size: 12.5px;
    font-weight: 790;
    letter-spacing: 0.075em;
    line-height: 1.35;
    text-transform: uppercase;
}

html body .ykt-contact-map-card__header h3 {
    margin: 0;
    color: #0c2b4c;
    font-size: clamp(24px, 2.5vw, 31px);
    font-weight: 770;
    letter-spacing: -0.035em;
    line-height: 1.1;
}

html body .ykt-contact-map-card__header address {
    margin: 0;
    color: #5a6e83;
    font-size: 14.5px;
    font-style: normal;
    line-height: 1.58;
}

html body .ykt-contact-map-card__frame {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    border-top: 1px solid #e0e8ef;
    border-bottom: 1px solid #e0e8ef;
    background: #e9f0f6;
}

html body .ykt-contact-map-card__frame iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

html body .ykt-contact-map-card__footer {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 15px 20px 15px 26px;
}

html body .ykt-contact-map-card__footer > span {
    color: #64788d;
    font-size: 14px;
    font-weight: 670;
    line-height: 1.45;
}

html body .ykt-contact-map-card__footer > a {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    min-height: 43px;
    border-radius: 999px;
    padding: 9px 15px;
    background: #0e5da6;
    color: #ffffff;
    font-size: 14.5px;
    font-weight: 760;
    line-height: 1.3;
    text-decoration: none;
}

html body .ykt-contact-map-card__footer > a:hover {
    background: #0a4a85;
}

html body .ykt-contact-map-card__footer svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

@media (max-width: 980px) {
    html body .ykt-contact-map-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    html body .ykt-contact-map-grid {
        grid-template-columns: 1fr;
    }

    html body .ykt-contact-map-card__frame {
        min-height: 420px;
    }
}

@media (max-width: 640px) {
    html body .ykt-contact-map-card {
        border-radius: 20px;
    }

    html body .ykt-contact-map-card__header {
        grid-template-columns: 1fr;
        gap: 13px;
        padding: 21px 20px 18px;
    }

    html body .ykt-contact-map-card__frame {
        min-height: 350px;
    }

    html body .ykt-contact-map-card__footer {
        align-items: stretch;
        flex-direction: column;
        padding: 17px 20px 20px;
    }

    html body .ykt-contact-map-card__footer > a {
        justify-content: center;
    }
}


/* =========================================================
   YKT 2.7.3 — KOMPAKT FOOTER
========================================================= */

html body .ykt-footer--compact {
    padding: 0;
}

html body .ykt-footer--compact > .ykt-container {
    padding-top: 30px;
    padding-bottom: 16px;
}

html body .ykt-footer-compact__main {
    display: grid;
    grid-template-columns:
        minmax(180px, 0.72fr)
        minmax(300px, 1fr)
        minmax(360px, 1.25fr);
    gap: clamp(28px, 4vw, 64px);
    align-items: center;
}

html body .ykt-footer-compact__brand {
    display: grid;
    gap: 9px;
}

html body .ykt-footer-compact__brand p {
    max-width: 230px;
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 13.5px;
    line-height: 1.45;
}

html body .ykt-footer-compact__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    align-items: center;
}

html body .ykt-footer-compact__nav a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    font-weight: 680;
    line-height: 1.3;
    text-decoration: none;
}

html body .ykt-footer-compact__nav a:hover {
    color: #ffffff;
}

html body .ykt-footer-compact__contact {
    display: grid;
    gap: 13px;
}

html body .ykt-footer-compact__phone {
    display: flex;
    gap: 14px;
    align-items: baseline;
    width: max-content;
    max-width: 100%;
    color: #ffffff;
    text-decoration: none;
}

html body .ykt-footer-compact__phone > span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

html body .ykt-footer-compact__phone > strong {
    font-size: clamp(18px, 2vw, 23px);
    font-weight: 760;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

html body .ykt-footer-compact__locations {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

html body .ykt-footer-compact__locations > a {
    display: grid;
    gap: 3px;
    min-height: 62px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.035);
    color: inherit;
    text-decoration: none;
    transition:
        border-color 160ms ease,
        background-color 160ms ease;
}

html body .ykt-footer-compact__locations > a:hover {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.07);
}

html body .ykt-footer-compact__locations strong {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13.5px;
    font-weight: 760;
    line-height: 1.3;
}

html body .ykt-footer-compact__locations span {
    color: rgba(255, 255, 255, 0.56);
    font-size: 12.5px;
    line-height: 1.35;
}

html body .ykt-footer-compact__bottom {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    padding-top: 14px;
    margin-top: 24px;
}

html body .ykt-footer-compact__bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.45);
    font-size: 12.5px;
    line-height: 1.4;
}

html body .ykt-footer-compact__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    align-items: center;
}

html body .ykt-footer-compact__legal a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 12.5px;
    font-weight: 620;
    line-height: 1.4;
    text-decoration: none;
}

html body .ykt-footer-compact__legal a:hover {
    color: #ffffff;
}

/*
 * Eski footer elemanları yeni kompakt yapıda kullanılmaz.
 * Bu seçiciler olası tema kurallarının boşluk üretmesini engeller.
 */
html body .ykt-footer--compact :where(
    .ykt-footer__top,
    .ykt-footer__bottom,
    .ykt-footer__legal,
    .ykt-footer__navigation,
    .ykt-footer__service,
    .ykt-footer__locations
) {
    margin: 0;
}

@media (max-width: 1050px) {
    html body .ykt-footer-compact__main {
        grid-template-columns:
            minmax(180px, 0.65fr)
            minmax(0, 1.35fr);
    }

    html body .ykt-footer-compact__nav {
        justify-content: flex-end;
    }

    html body .ykt-footer-compact__contact {
        grid-column: 1 / -1;
        grid-template-columns:
            minmax(230px, 0.65fr)
            minmax(0, 1.35fr);
        align-items: center;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-top: 16px;
    }
}

@media (max-width: 700px) {
    html body .ykt-footer--compact > .ykt-container {
        padding-top: 24px;
    }

    html body .ykt-footer-compact__main {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    html body .ykt-footer-compact__brand {
        display: flex;
        gap: 18px;
        align-items: center;
        justify-content: space-between;
    }

    html body .ykt-footer-compact__brand p {
        max-width: 170px;
        text-align: right;
    }

    html body .ykt-footer-compact__nav {
        justify-content: flex-start;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-top: 13px;
    }

    html body .ykt-footer-compact__contact {
        display: grid;
        grid-column: auto;
        grid-template-columns: 1fr;
        gap: 12px;
        padding-top: 14px;
    }

    html body .ykt-footer-compact__locations {
        grid-template-columns: 1fr;
    }

    html body .ykt-footer-compact__locations > a {
        min-height: 0;
    }

    html body .ykt-footer-compact__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        margin-top: 18px;
    }
}

@media (max-width: 420px) {
    html body .ykt-footer-compact__brand {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    html body .ykt-footer-compact__brand p {
        max-width: none;
        text-align: left;
    }

    html body .ykt-footer-compact__nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2px 16px;
    }
}


/* =========================================================
   YKT 3.0.0 — YÖNETİLEBİLİR LOGO
========================================================= */

html body .ykt-logo--custom {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

html body .ykt-logo--custom .ykt-custom-logo {
    display: block;
    width: auto;
    max-width: min(210px, 30vw);
    height: auto;
    max-height: 46px;
    object-fit: contain;
}

html body .ykt-logo--footer.ykt-logo--custom
.ykt-custom-logo {
    max-width: 190px;
    max-height: 44px;
}

@media (max-width: 767px) {
    html body .ykt-logo--custom .ykt-custom-logo {
        max-width: 150px;
        max-height: 38px;
    }
}


/* YKT 3.1.0 — kategori özel ikon görseli */
html body .ykt-category-panel__icon
.ykt-category-panel__icon-image {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
}
