.ikx-header-ref {
    background: #fff;
    color: #202020;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    overflow: visible;
    position: relative;
    z-index: 10000;
}
.ikx-promo,
.ikx-utility,
.ikx-main {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    overflow: visible;
}
.ikx-promo {
    background: #79e1be;
    border-bottom: 1px solid rgba(0,0,0,.08);
}
.ikx-promo-inner {
    min-height: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.ikx-promo-title {
    font-size: 17px;
    font-weight: 800;
    color: #101010;
    white-space: nowrap;
}
.ikx-promo-timer {
    display: flex;
    align-items: center;
    gap: 6px;
}
.ikx-promo-box {
    width: 39px;
    height: 39px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.ikx-promo-box strong {
    font-size: 12px;
    font-weight: 800;
    color: #111;
}
.ikx-promo-box span {
    margin-top: 2px;
    font-size: 7px;
    font-weight: 700;
    color: #111;
    text-transform: lowercase;
}
.ikx-promo-copy {
    font-size: 12px;
    line-height: 1.25;
    color: #18362f;
}
.ikx-promo-shop {
    width: 97px;
    height: 40px;
    background: #2f2931;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ikx-promo-shop:hover,
.ikx-promo-close:hover {
    color: #fff;
}
.ikx-promo-close {
    border: 0;
    background: transparent;
    color: #111;
    font-size: 30px;
    line-height: 1;
    padding: 0;
}
.ikx-utility {
    background: #f5f5f5;
    border-bottom: 1px solid #dfdfdf;
}
.ikx-utility-inner {
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    width: 100%;
}
.ikx-utility-left,
.ikx-utility-right {
    display: flex;
    align-items: center;
    gap: 14px;
}
.ikx-utility-country,
.ikx-utility-help,
.ikx-utility-link,
.ikx-utility-social {
    color: #777;
    font-size: 12px;
    line-height: 1;
}
.ikx-utility-country {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding-right: 12px;
    border-right: 1px solid #dddddd;
}
.ikx-utility-country i,
.ikx-utility-social i {
    font-size: 14px;
}
.ikx-main {
    border-bottom: 1px solid #dfdfdf;
    background: #fff;
    position: relative;
    z-index: 1000;
}
.ikx-main-inner {
    min-height: 77px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: stretch;
    width: 100%;
    gap: 16px;
}
.ikx-main-left,
.ikx-main-search,
.ikx-main-right {
    display: flex;
    align-items: center;
}
.ikx-main-left {
    padding-left: 16px;
    gap: 20px;
    display: flex;
    align-items: center;
}
.ikx-mobile-toggle {
    border: 0;
    background: transparent;
    color: #111;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}
.ikx-logo {
    width: 101px;
    height: 52px;
    background: #242424;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
}
.ikx-nav {
    display: flex;
    align-items: center;
    gap: 38px;
    flex-wrap: nowrap;
}
.ikx-nav-item,
.ikx-cats-trigger {
    position: relative;
    color: #666;
    font-size: 17px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
}
.ikx-cats-trigger i {
    font-size: 20px;
    line-height: 1;
}
.ikx-cats {
    position: static;
}
.ikx-mega {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 100vw;
    background: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0 18px 36px rgba(0,0,0,.08);
    padding: 0;
    display: grid;
    grid-template-columns: 350px 1fr; /* Sütun genişletildi */
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: .18s ease;
    z-index: 10050;
    margin: 0;
}
.ikx-cats:hover .ikx-mega {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.ikx-mega-side {
    min-height: 500px;
    overflow-y: visible; /* Kaydırma çubuğu kaldırıldı */
    border-right: 1px solid #ececec;
    padding: 24px 0 12px;
}
.ikx-mega-main {
    min-height: 500px;
    display: grid;
    grid-template-columns: 460px 1fr 280px;
    overflow: hidden;
}
.ikx-sidecats {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ikx-sidecat-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    min-height: 42px;
    padding: 0 25px;
    color: #383838;
    font-size: 15px; /* Yazı boyutu dengelendi */
    line-height: 1.2;
    text-decoration: none;
}
.ikx-sidecat-link strong {
    font-weight: 600;
    white-space: nowrap;
}
.ikx-sidecat-link.active,
.ikx-sidecat-link:hover {
    background: #f4f4f4;
    color: #198754;
}
.ikx-panel {
    display: none;
    grid-column: 1 / -1;
    height: 100%;
}
.ikx-panel.active {
    display: grid !important;
    grid-template-columns: 460px 1fr 280px;
}
.ikx-panel-col {
    padding: 26px;
    border-right: 1px solid #ececec;
    overflow-y: auto;
}
.ikx-panel-col:last-child {
    border-right: 0;
}
.ikx-topcard {
    min-height: 63px;
    background: #f3f3f3;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #4a4a4a;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 2px;
    border-radius: 4px;
}
.ikx-topcard.active, .ikx-topcard:hover {
    background: #e8e8e8;
    color: #198754;
}
.ikx-links-grid-wrap { display: none; }
.ikx-links-grid-wrap.active { display: grid !important; grid-template-columns: 1fr 1fr; gap: 15px; }

.ikx-main-search {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    padding: 0 16px;
    flex: 1;
}
.ikx-main-right {
    gap: 22px;
    padding: 0 18px 0 20px;
    justify-content: flex-end;
}
.ikx-icon-link {
    position: relative;
    color: #111;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.ikx-icon-link i {
    font-size: 28px;
}
.ikx-cart-badge {
    position: absolute;
    top: -10px;
    right: -8px;
    background: #fd7e14;
    color: #fff;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
@media (max-width: 1199px) { .ikx-mega { display: none; } }
