/* Plaza-style site header — isolated tkb-hdr-* namespace */
.tkb-hdr {
    position: relative;
    z-index: 3000;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}

.tkb-hdr-inner {
    position: relative;
}

.tkb-hdr-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(8px, 1.4vw, 18px);
    min-height: 54px;
    padding: 6px clamp(10px, 2vw, 20px);
    position: relative;
}

.tkb-hdr-logo {
    flex: 0 0 auto;
    min-width: 0;
    max-width: min(240px, 34vw);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tkb-hdr-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
}

.tkb-hdr-logo-img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: clamp(40px, 6vw, 56px);
    min-height: 40px;
    object-fit: contain;
}

.tkb-hdr-menu-wrap {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.tkb-hdr-menu-wrap .menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    gap: 0;
}

.tkb-hdr-menu-wrap .all-categories-btn {
    background: transparent;
    border: 0;
    color: var(--site-menu-text, #111111);
    padding: 6px 12px !important;
    justify-content: center;
    min-width: 44px;
}

.tkb-hdr-menu-wrap .all-categories-btn:hover {
    background: transparent;
    color: var(--site-menu-text-hover, #666666);
}

.all-categories-btn-label {
    display: none;
}

.tkb-hdr-menu-wrap .main-nav {
    display: flex;
    align-items: center;
}

.tkb-hdr-menu-wrap .main-menu {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tkb-hdr-menu-wrap .menu-item {
    position: relative;
    flex: 0 0 auto;
    text-align: center;
}

.tkb-hdr-menu-wrap .menu-item > a {
    display: block;
    padding: 6px 10px !important;
    text-decoration: none;
    color: var(--site-menu-text, #111111);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.tkb-hdr-menu-wrap .menu-item > a:hover {
    color: var(--site-menu-text-hover, #666666);
    background: transparent;
}

.tkb-hdr-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: clamp(6px, 1.2vw, 14px);
}

.tkb-hdr-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--site-header-icon, #111111);
    cursor: pointer;
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.tkb-hdr-action i {
    font-size: 20px;
    line-height: 1;
    color: inherit;
    transition: color 0.25s ease;
}

.tkb-hdr-action-cart {
    width: 38px;
    height: 38px;
}

.tkb-hdr-action-cart i {
    font-size: 26px;
}

/* Search/cart/account icons: no border — colors from appearance admin */
.tkb-hdr-actions .tkb-hdr-action,
.tkb-hdr-actions button.tkb-hdr-action {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.tkb-hdr-actions .tkb-hdr-action:hover,
.tkb-hdr-actions .tkb-hdr-action:focus-visible,
.tkb-hdr-actions .tkb-hdr-action:active {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.tkb-hdr-action:hover,
.tkb-hdr-action:focus-visible {
    color: var(--site-header-icon-hover, #666666);
    outline: none;
}

.tkb-hdr-action .tkb-hdr-badge,
.tkb-hdr-action .badge.cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    background: var(--site-header-badge-bg, #111111);
    color: var(--site-header-badge-text, #ffffff);
    pointer-events: none;
}

.tkb-hdr-action-cart.u-cart-trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 0;
    width: 38px;
    height: 38px;
}

.tkb-hdr-profile-drop {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 160px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    display: none;
    flex-direction: column;
    z-index: 120;
    overflow: hidden;
}

.tkb-hdr-profile-drop a {
    padding: 11px 14px;
    text-decoration: none;
    color: #1f2937;
    font-size: 14px;
    border-bottom: 1px solid #f3f4f6;
    transition: background 0.2s ease, color 0.2s ease;
}

.tkb-hdr-profile-drop a:last-child {
    border-bottom: 0;
}

.tkb-hdr-profile-drop a:hover {
    background: #f9fafb;
    color: var(--site-header-icon-hover, #666666);
}

.tkb-hdr-profile-drop.is-open {
    display: flex;
}

.tkb-hdr-mobile-toggle {
    display: none;
}

.tkb-hdr-backdrop {
    display: none;
}

/* Mega menu / dropdown — desktop positioning under plaza bar */
@media (min-width: 1201px) {
    .tkb-hdr-bar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        align-items: center;
        column-gap: clamp(10px, 1.6vw, 24px);
    }

    .tkb-hdr-mobile-toggle {
        display: none;
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
        align-self: center;
    }

    .tkb-hdr-logo {
        grid-column: 1;
        grid-row: 1;
        flex: unset;
        justify-self: start;
        align-self: center;
        max-width: min(210px, 18vw);
        width: auto;
    }

    .tkb-hdr-logo-link {
        justify-content: flex-start;
    }

    .tkb-hdr-logo-img {
        max-height: clamp(44px, 5.5vw, 62px);
    }

    .tkb-hdr-menu-wrap {
        grid-column: 2;
        grid-row: 1;
        flex: unset;
        justify-self: center;
        align-self: center;
        max-width: none;
        min-width: 0;
        overflow: visible;
        justify-content: center;
    }

    .tkb-hdr-menu-wrap .menu-wrapper {
        justify-content: center;
        width: auto;
        min-width: 0;
    }

    .tkb-hdr-menu-wrap .main-menu {
        flex-wrap: nowrap;
        overflow: visible;
        min-width: 0;
    }

    .tkb-hdr-menu-wrap .menu-item-link .menu-item-icon,
    .tkb-hdr-menu-wrap .menu-item-link--with-icon .menu-item-icon {
        display: none;
    }

    .tkb-hdr-actions {
        grid-column: 3;
        grid-row: 1;
        flex: unset;
        justify-self: end;
        flex-shrink: 0;
    }

    .tkb-hdr,
    .tkb-hdr-inner,
    .tkb-hdr-bar,
    .tkb-hdr-menu-wrap,
    .tkb-hdr-menu-wrap .menu-wrapper {
        overflow: visible;
    }

    .tkb-hdr-menu-wrap .all-categories-wrapper {
        position: static;
    }

    /* Masaüstü mega menü — tam genişlik beyaz panel */
    .tkb-hdr-menu-wrap .dropdown-menu {
        display: none !important;
    }

    .tkb-desktop-mega-panel {
        display: none;
        position: fixed;
        top: var(--tkb-mega-menu-top, 62px);
        left: 0;
        right: 0;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
        border: 0;
        border-top: 1px solid #e8e8e8;
        border-radius: 0;
        background: #ffffff;
        box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
        z-index: 2995;
        max-height: calc(100dvh - var(--tkb-mega-menu-top, 62px) - 8px);
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .has-mega-menu.is-mega-open > .tkb-desktop-mega-panel {
        display: block;
    }

    .tkb-desktop-mega-panel__inner {
        padding-top: 28px;
        padding-bottom: 24px;
        padding-left: clamp(100px, 12vw, 200px) !important;
        padding-right: clamp(80px, 10vw, 180px) !important;
    }

    .tkb-desktop-mega-panel__inner.container-fluid {
        --bs-gutter-x: 0;
        padding-left: clamp(100px, 12vw, 200px) !important;
        padding-right: clamp(80px, 10vw, 180px) !important;
        max-width: 100%;
    }

    .tkb-desktop-mega-panel__inner--with-visual,
    .tkb-desktop-mega-panel__inner.container-fluid.tkb-desktop-mega-panel__inner--with-visual {
        padding-left: clamp(28px, 4vw, 56px) !important;
        padding-right: clamp(48px, 7vw, 120px) !important;
    }

    .tkb-desktop-mega-panel__layout {
        display: block;
        width: 100%;
    }

    .tkb-desktop-mega-panel__layout--with-visual {
        display: flex;
        align-items: flex-start;
        gap: 28px;
        max-width: 1480px;
    }

    .tkb-desktop-mega-panel__visual {
        flex: 0 0 auto;
        width: var(--tkb-mega-menu-image-width, 280px);
        max-width: 100%;
    }

    .tkb-desktop-mega-panel__hero {
        display: block;
        width: var(--tkb-mega-menu-image-width, 280px);
        max-width: 100%;
        max-height: var(--tkb-mega-menu-image-height, 420px);
        height: auto;
        object-fit: contain;
        border-radius: 2px;
    }

    .tkb-desktop-mega-panel__layout--with-visual .tkb-desktop-mega-panel__grid {
        flex: 1 1 auto;
        min-width: 0;
    }

    .tkb-desktop-mega-panel__grid {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100%;
        margin: 0;
        padding: 0;
        column-gap: 44px;
        row-gap: 22px;
    }

    .tkb-desktop-mega-panel__col {
        flex: 0 0 calc((100% - (4 * 44px)) / 5);
        max-width: calc((100% - (4 * 44px)) / 5);
        min-width: 0;
        box-sizing: border-box;
        overflow: visible;
    }

    .tkb-desktop-mega-panel__col-title,
    .tkb-desktop-mega-panel__col-label,
    .tkb-desktop-mega-panel__links a {
        overflow: visible;
        white-space: normal;
        overflow-wrap: break-word;
        text-shadow: none;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        font-synthesis: none;
    }

    .tkb-desktop-mega-panel__col-title,
    .tkb-desktop-mega-panel__col-title .tkb-desktop-mega-panel__col-label {
        display: block;
        margin: 0 0 10px;
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 22px !important;
        letter-spacing: 0 !important;
        color: var(--site-menu-text, #111111);
        text-decoration: none;
        text-transform: none;
    }

    .tkb-desktop-mega-panel__col-title .tkb-desktop-mega-panel__col-label {
        margin: 0;
    }

    .tkb-desktop-mega-panel__col[data-menu-image] .tkb-desktop-mega-panel__col-title:hover,
    .tkb-desktop-mega-panel__col.is-menu-image-active .tkb-desktop-mega-panel__col-title {
        color: var(--site-menu-text-hover, #666666);
    }

    .tkb-desktop-mega-panel__col-label {
        display: block;
    }

    .tkb-desktop-mega-panel__col-title--static {
        cursor: default;
    }

    a.tkb-desktop-mega-panel__col-title:hover {
        color: var(--site-menu-text-hover, #666666);
    }

    .tkb-desktop-mega-panel__links {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .tkb-desktop-mega-panel__links a {
        display: block;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 20px !important;
        min-height: 20px;
        letter-spacing: 0 !important;
        color: var(--site-menu-text, #111111);
        text-decoration: none;
        transition: color 0.2s ease;
    }

    .tkb-desktop-mega-panel__links a:hover {
        color: var(--site-menu-text-hover, #666666);
    }

    .tkb-desktop-mega-panel__grid--brands {
        display: flex;
        flex-wrap: wrap;
        column-gap: 44px;
        row-gap: 14px;
    }

    .tkb-desktop-mega-panel__col--brand {
        flex: 0 0 calc((100% - (4 * 44px)) / 5);
        max-width: calc((100% - (4 * 44px)) / 5);
        min-width: 0;
        box-sizing: border-box;
    }

    .tkb-desktop-mega-panel__col--brand .tkb-desktop-mega-panel__col-title {
        margin-bottom: 0;
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 22px;
        letter-spacing: 0;
        text-decoration: none;
    }

    .has-mega-menu.is-mega-active > .menu-item-link,
    .has-mega-menu.is-mega-active > .all-categories-btn,
    .all-categories-wrapper.is-mega-open .all-categories-btn {
        color: var(--site-menu-text-hover, #666666);
    }

    .has-mega-menu.is-mega-open::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 12px;
        background: transparent;
        pointer-events: auto;
    }

    .tkb-hdr-menu-wrap .menu-item.has-mega-menu,
    .tkb-hdr-menu-wrap .all-categories-wrapper.has-mega-menu {
        position: relative;
    }

    .tkb-hdr-menu-wrap .all-categories-dropdown.tkb-mobile-categories-dropdown {
        display: none !important;
    }
}

@media (min-width: 1201px) and (max-width: 1480px) {
    .tkb-hdr-bar {
        padding-inline: 10px;
        column-gap: 10px;
    }

    .tkb-hdr-actions {
        gap: 8px;
    }

    .tkb-hdr-menu-wrap .menu-item > a {
        padding: 6px 7px !important;
        font-size: 12px;
        letter-spacing: 0;
    }

    .tkb-hdr-menu-wrap .all-categories-btn {
        padding: 6px 10px !important;
        min-width: 38px;
        width: 38px;
        height: 38px;
    }
}

@media (min-width: 1201px) and (max-width: 1280px) {
    .tkb-hdr-menu-wrap .menu-item > a {
        padding: 6px 5px !important;
        font-size: 11px;
    }

    .tkb-hdr-logo {
        max-width: min(180px, 16vw);
    }
}

@media (max-width: 1200px) {
    .tkb-desktop-mega-panel {
        display: none !important;
    }

    .tkb-hdr-inner.container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tkb-hdr-inner {
        position: static;
    }

    .tkb-hdr-bar {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        column-gap: 8px;
        min-height: 76px;
        padding: 12px 10px;
        gap: 8px;
        position: static;
    }

    .tkb-hdr-mobile-toggle {
        display: inline-flex !important;
        grid-column: 1;
        grid-row: 1;
        order: unset;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        padding: 0;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        background-color: transparent !important;
        box-shadow: none !important;
        -webkit-appearance: none !important;
        appearance: none !important;
        color: var(--site-header-icon, #111111);
        cursor: pointer;
        justify-self: start;
        position: relative;
        z-index: 2;
    }

    .tkb-hdr-mobile-toggle:hover,
    .tkb-hdr-mobile-toggle:focus-visible,
    .tkb-hdr-mobile-toggle:active {
        background: transparent !important;
        background-color: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .tkb-hdr-mobile-toggle .tkb-hdr-burger,
    .tkb-hdr-mobile-toggle .tkb-hdr-burger::before,
    .tkb-hdr-mobile-toggle .tkb-hdr-burger::after {
        width: 18px;
        height: 2px;
        background: currentColor;
        border-radius: 99px;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }

    .tkb-hdr-mobile-toggle .tkb-hdr-burger {
        position: relative;
        display: inline-block;
    }

    .tkb-hdr-mobile-toggle .tkb-hdr-burger::before,
    .tkb-hdr-mobile-toggle .tkb-hdr-burger::after {
        content: "";
        position: absolute;
        left: 0;
    }

    .tkb-hdr-mobile-toggle .tkb-hdr-burger::before {
        top: -6px;
    }

    .tkb-hdr-mobile-toggle .tkb-hdr-burger::after {
        bottom: -6px;
    }

    .tkb-hdr-mobile-toggle.has-custom-icon .tkb-hdr-menu-icon-img {
        display: block;
        width: 24px;
        height: 24px;
        object-fit: contain;
        flex-shrink: 0;
    }

    .tkb-hdr-mobile-toggle.has-custom-icon .tkb-hdr-burger {
        display: none;
    }

    .tkb-hdr-logo {
        grid-column: 1 / -1;
        grid-row: 1;
        order: unset;
        flex: unset;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        min-width: 0;
        max-width: min(210px, calc(100vw - 112px));
        z-index: 1;
        pointer-events: none;
    }

    .tkb-hdr-logo-link {
        pointer-events: auto;
        padding: 6px 8px;
    }

    .tkb-hdr-logo-img {
        max-height: clamp(40px, 10vw, 52px);
        min-height: 0;
        width: auto;
        max-width: min(210px, calc(100vw - 112px));
    }

    .tkb-hdr-actions {
        grid-column: 3;
        grid-row: 1;
        order: unset;
        justify-self: end;
        gap: 6px;
        flex-shrink: 0;
        position: relative;
        z-index: 2;
    }

    .tkb-hdr-action-wishlist {
        display: inline-flex !important;
    }

    .tkb-hdr-action-cart {
        display: none !important;
    }

    .tkb-hdr-action {
        width: 32px;
        height: 32px;
    }

    .tkb-hdr-action i {
        font-size: 19px;
    }

    .tkb-hdr-action-cart {
        width: 36px;
        height: 36px;
    }

    .tkb-hdr-action-cart i {
        font-size: 24px;
    }

    .tkb-hdr-menu-wrap {
        position: fixed !important;
        top: var(--tkb-mobile-drawer-top, 64px);
        left: 0;
        right: 0;
        bottom: 0;
        width: 100vw !important;
        max-width: 100vw !important;
        height: auto !important;
        max-height: none !important;
        flex: none;
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        background: #ffffff;
        padding: 0;
        overflow: hidden;
        overscroll-behavior: none;
        z-index: 3090;
        transform: translateY(8px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: transform 0.24s ease, opacity 0.24s ease, visibility 0.24s ease;
        box-shadow: none;
    }

    .tkb-hdr-bar:not(.menu-open) .tkb-hdr-menu-wrap .main-nav,
    .tkb-hdr-bar:not(.menu-open) .tkb-hdr-menu-wrap .all-categories-wrapper {
        display: none !important;
    }

    .tkb-hdr-menu-wrap.is-open .main-nav,
    .tkb-hdr-menu-wrap.is-open .all-categories-wrapper {
        display: block !important;
    }

    .tkb-hdr-menu-wrap.is-open .main-nav {
        display: flex !important;
    }

    .tkb-hdr-menu-wrap.is-open {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .tkb-hdr-backdrop {
        display: block;
        position: fixed;
        inset: auto;
        top: var(--tkb-mobile-drawer-top, 64px);
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(15, 23, 42, 0.45);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.24s ease, visibility 0.24s ease;
        z-index: 3070;
    }

    .tkb-hdr-backdrop.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .tkb-hdr-bar.menu-open {
        position: relative;
        z-index: 3201;
        background: #ffffff;
    }

    .tkb-hdr-bar.menu-open .tkb-hdr-mobile-toggle {
        position: relative;
        top: auto;
        left: auto;
        z-index: 3201;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .tkb-hdr-bar.menu-open .tkb-hdr-mobile-toggle .tkb-hdr-burger {
        background: transparent;
    }

    .tkb-hdr-bar.menu-open .tkb-hdr-mobile-toggle .tkb-hdr-burger::before {
        top: 0;
        transform: rotate(45deg);
    }

    .tkb-hdr-bar.menu-open .tkb-hdr-mobile-toggle .tkb-hdr-burger::after {
        bottom: 0;
        transform: rotate(-45deg);
    }

    .tkb-hdr-bar.menu-open .tkb-hdr-mobile-toggle.has-custom-icon .tkb-hdr-menu-icon-img {
        display: none;
    }

    .tkb-hdr-bar.menu-open .tkb-hdr-mobile-toggle.has-custom-icon .tkb-hdr-burger {
        display: inline-block;
    }

    .tkb-hdr-bar.menu-open .tkb-hdr-actions {
        position: relative;
        z-index: 3201;
    }

    .tkb-hdr-bar.menu-open .tkb-hdr-logo {
        z-index: 3201;
    }

    .tkb-hdr {
        z-index: 3000;
    }

    body.mobile-nav-demo2-open .tkb-hdr {
        z-index: 3201;
    }

    .tkb-hdr-menu-wrap .menu-wrapper {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        flex: 1 1 auto;
        min-height: 0;
        height: 100%;
    }

    .tkb-hdr-menu-wrap .mobile-menu-panel-head {
        display: none !important;
    }

    .tkb-hdr-menu-wrap .all-categories-btn {
        width: 100%;
        justify-content: space-between;
        border: 0 !important;
        border-bottom: 0 !important;
        box-shadow: none !important;
        color: var(--site-menu-text, #141821) !important;
        padding: 16px 18px !important;
        background: transparent !important;
        background-color: transparent !important;
        background-image: none !important;
        -webkit-appearance: none !important;
        appearance: none !important;
    }

    .tkb-hdr-menu-wrap .all-categories-wrapper.open .all-categories-btn,
    .tkb-hdr-menu-wrap .all-categories-wrapper.is-mega-open .all-categories-btn {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .tkb-hdr-menu-wrap .all-categories-btn-icon {
        display: none !important;
    }

    .tkb-hdr-menu-wrap .all-categories-btn-burger,
    .tkb-hdr-menu-wrap .all-categories-btn .tkb-hdr-menu-icon-img {
        display: none !important;
    }

    .tkb-hdr-menu-wrap .all-categories-btn-label {
        display: inline;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.2px;
        text-transform: none;
        color: inherit;
        line-height: 1.35;
    }

    .tkb-hdr-menu-wrap .menu-item > a {
        color: var(--site-menu-text, #141821);
        text-transform: none;
        font-size: 14px !important;
        font-weight: 500;
        letter-spacing: 0.2px;
        padding: 16px 18px !important;
    }
}

@media (min-width: 1201px) {
    .tkb-hdr-menu-wrap .mobile-menu-panel-head,
    .tkb-hdr-menu-wrap .mobile-menu-close,
    .tkb-hdr-menu-wrap .tkb-mobile-quick-links,
    .tkb-hdr-menu-wrap .tkb-mobile-section-title,
    .tkb-hdr-backdrop {
        display: none !important;
    }

    .tkb-hdr-menu-wrap .tkb-mobile-drawer-body,
    .tkb-hdr-menu-wrap .tkb-mobile-section {
        display: contents;
    }

    .tkb-hdr-menu-wrap .menu-wrapper.tkb-mobile-drawer {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        min-width: 0;
        height: auto;
        background: transparent;
        overflow: visible;
    }

    .tkb-hdr-menu-wrap .all-categories-wrapper {
        order: -1;
        flex: 0 0 auto;
    }

    .tkb-hdr-menu-wrap .main-nav {
        order: 0;
    }

    .tkb-hdr-menu-wrap .all-categories-dropdown {
        position: fixed;
        top: var(--tkb-mega-menu-top, 62px);
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: min(900px, calc(100vw - 24px));
        max-width: calc(100vw - 24px);
    }

    .tkb-hdr-menu-wrap .all-categories-btn-label {
        display: none !important;
    }

    .tkb-hdr-menu-wrap .all-categories-btn-icon {
        display: none !important;
    }

    .tkb-hdr-menu-wrap .all-categories-btn .tkb-hdr-menu-icon-img {
        display: none;
        width: 24px;
        height: 24px;
        object-fit: contain;
        flex-shrink: 0;
    }

    .tkb-hdr-menu-wrap .all-categories-btn-burger,
    .tkb-hdr-menu-wrap .all-categories-btn-burger::before,
    .tkb-hdr-menu-wrap .all-categories-btn-burger::after {
        width: 18px;
        height: 2px;
        background: currentColor;
        border-radius: 99px;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }

    .tkb-hdr-menu-wrap .all-categories-btn-burger {
        position: relative;
        display: inline-block !important;
        flex: 0 0 auto;
    }

    .tkb-hdr-menu-wrap .all-categories-btn.has-custom-icon .tkb-hdr-menu-icon-img {
        display: block;
    }

    .tkb-hdr-menu-wrap .all-categories-btn.has-custom-icon .all-categories-btn-burger {
        display: none !important;
    }

    .tkb-hdr-menu-wrap .all-categories-btn-burger::before,
    .tkb-hdr-menu-wrap .all-categories-btn-burger::after {
        content: "";
        position: absolute;
        left: 0;
    }

    .tkb-hdr-menu-wrap .all-categories-btn-burger::before {
        top: -6px;
    }

    .tkb-hdr-menu-wrap .all-categories-btn-burger::after {
        bottom: -6px;
    }

    .tkb-hdr-menu-wrap .all-categories-btn::before,
    .tkb-hdr-menu-wrap .all-categories-btn::after {
        display: none !important;
        content: none !important;
    }

    .tkb-hdr-menu-wrap .all-categories-btn {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        min-width: 38px;
        min-height: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        background-color: transparent !important;
        background-image: none !important;
        box-shadow: none !important;
        -webkit-appearance: none !important;
        appearance: none !important;
        font-size: inherit !important;
        font-weight: inherit !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
        gap: 0 !important;
        color: var(--site-menu-text, #111111);
    }

    .tkb-hdr-menu-wrap .all-categories-btn:hover,
    .tkb-hdr-menu-wrap .all-categories-wrapper.open .all-categories-btn,
    .tkb-hdr-menu-wrap .all-categories-wrapper.is-mega-open .all-categories-btn {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        color: var(--site-menu-text-hover, #666666);
    }

    .tkb-hdr-menu-wrap .all-categories-btn-icon,
    .tkb-hdr-menu-wrap .all-categories-btn i {
        display: none !important;
    }

    .tkb-hdr-menu-wrap .main-nav {
        display: flex !important;
        order: 0;
    }

    .tkb-hdr-menu-wrap .menu-item > a {
        min-height: 0;
        text-transform: uppercase;
        font-size: 14px !important;
        padding: 6px 10px !important;
    }
}

/* Tam sayfa hero anasayfa — header şeffaf (plaza beyaz arka planı ezer) */
body.site-has-fullpage-hero .home-fullpage-hero-shell .tkb-hdr {
    background: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

body.site-has-fullpage-hero .home-fullpage-hero-shell .tkb-hdr-inner,
body.site-has-fullpage-hero .home-fullpage-hero-shell .tkb-hdr-bar {
    background: transparent !important;
}
