:root {
    --key-primary: #f28b00;
    --key-primary-dark: color-mix(in srgb, var(--key-primary) 78%, #000000);
    --key-secondary: #222222;
    --key-accent: #f28b00;
    --key-body-color: #656565;
    --key-heading-color: #222222;
    --key-background: #ffffff;
    --key-surface: #ffffff;
    --key-border-color: #e5e5e5;
    --key-button-radius: 0px;
    --key-container-width: 1200px;
    --key-heading-font: Nunito, "Open Sans", sans-serif;
    --key-body-font: "Open Sans", sans-serif;
    --key-font-family: "Open Sans", sans-serif;
}

body.header_sticky,
.boxed {
    background: var(--key-background);
    color: var(--key-body-color);
    font-family: var(--key-body-font);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--key-heading-color);
    font-family: var(--key-heading-font);
}

.logo img { max-height: 48px; width: auto; }

/* Tema JS newsletter popup Vue shell’de yok — gizle */
body[data-tk-theme="key2"] .popup-newsletter {
    display: none !important;
}

/* Key1 Porto sınıfları Key2 altında çakışmasın */
body[data-tk-theme="key2"] .category-banner-container,
body[data-tk-theme="key2"] .category-banner,
body[data-tk-theme="key2"] .breadcrumb-nav,
body[data-tk-theme="key2"] .toolbox.sticky-header,
body[data-tk-theme="key2"] .page-header,
body[data-tk-theme="key2"] .main > .category-banner-container {
    display: none !important;
}

body[data-tk-theme="key2"] .main {
    padding: 0;
    margin: 0;
    background: transparent;
}

body[data-tk-theme="key2"] .sidebar-shop.mobile-sidebar,
body[data-tk-theme="key2"] .sidebar-overlay {
    /* Key1 offcanvas stilleri Key2 shop’u bozmasın */
    position: static !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
    background: transparent !important;
}

body[data-tk-theme="key2"] .layout-btn .icon-mode-grid,
body[data-tk-theme="key2"] .layout-btn .icon-mode-list,
body[data-tk-theme="key2"] .icon-home,
body[data-tk-theme="key2"] .icon-angle-left,
body[data-tk-theme="key2"] .icon-angle-right {
    /* Porto icon font yok → boş kara daire görünmesin */
    font-style: normal !important;
}

body[data-tk-theme="key2"] .layout-btn .icon-mode-grid::before { content: "▦"; }
body[data-tk-theme="key2"] .layout-btn .icon-mode-list::before { content: "☰"; }

/* Primary rengi Techno turuncusuna bağla */
body[data-tk-theme="key2"] .bg-primary { background-color: var(--key-primary) !important; }
body[data-tk-theme="key2"] .text-primary { color: var(--key-primary) !important; }
body[data-tk-theme="key2"] .btn-primary,
body[data-tk-theme="key2"] .btn.btn-primary {
    background-color: var(--key-primary) !important;
    border-color: var(--key-primary) !important;
}

/* Header sticky çakışması */
body[data-tk-theme="key2"] #header.header {
    position: relative;
    z-index: 100;
    overflow: visible;
}

body[data-tk-theme="key2"] .header-middle,
body[data-tk-theme="key2"] .header-middle .container,
body[data-tk-theme="key2"] .header-middle .row,
body[data-tk-theme="key2"] .header-middle .col-md-3,
body[data-tk-theme="key2"] .box-cart {
    overflow: visible;
}

/* Header sepet: ikonlar tek satırda kalsın, tutar ikon altına */
body[data-tk-theme="key2"] .header-middle .box-cart {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 18px 0;
    white-space: nowrap;
}

body[data-tk-theme="key2"] .header-middle .box-cart > .inner-box {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

body[data-tk-theme="key2"] .header-middle .box-cart > .inner-box ul.menu-compare-wishlist {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body[data-tk-theme="key2"] .header-middle .box-cart > .inner-box ul.menu-compare-wishlist li {
    margin: 0 !important;
}

body[data-tk-theme="key2"] .header-middle .box-cart > .inner-box > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1;
}

body[data-tk-theme="key2"] .header-middle .box-cart > .inner-box > a > div.icon-cart {
    display: block;
    flex: 0 0 auto;
}

body[data-tk-theme="key2"] .box-cart .inner-box .dropdown-box {
    z-index: 1200;
    white-space: normal;
}

body[data-tk-theme="key2"] .header-bottom {
    clear: both;
}

/* Mega menü: orijinal Techno Store — sol liste + yan panel aynı yükseklik (516px) */
body[data-tk-theme="key2"] #mega-menu {
    overflow: visible;
    z-index: 100;
}

body[data-tk-theme="key2"] #mega-menu > .btn-mega {
    display: block;
    text-decoration: none;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body {
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 120;
    display: flex;
    align-items: stretch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

body[data-tk-theme="key2"] #mega-menu:hover > .tk-mega-body,
body[data-tk-theme="key2"] #mega-menu > .tk-mega-body.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu {
    list-style: none;
    margin: 0;
    padding: 10px;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 250px;
    flex: 0 0 250px;
    height: 516px !important;
    min-height: 516px !important;
    max-height: 516px !important;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #484848;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 0;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li {
    position: static;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li > a {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li > a.dropdown:after {
    content: '\f105';
    position: absolute;
    font-family: 'fontawesome';
    right: 29px;
    font-size: 14px;
    color: #484848;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li.tk-mega-item-open > a .menu-title,
body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li:hover > a .menu-title {
    color: var(--key-primary);
}

/* Yan panel: sol listeyle aynı 516px */
body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > .drop-menu {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin: 0 0 0 -1px;
    width: min(875px, calc(100vw - 280px));
    flex: 1 1 auto;
    height: 516px !important;
    min-height: 516px !important;
    max-height: 516px !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 27px 7px 27px 0;
    z-index: 2;
    border: 1px solid #e5e5e5;
    border-left-color: #484848;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
    transition: none;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > .drop-menu > .one-third {
    width: 33.3%;
    float: left;
    padding-left: 42px;
    padding-right: 15px;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > .drop-menu > .one-third .cat-title,
body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > .drop-menu > .one-third .cat-title a {
    color: var(--key-primary);
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > .drop-menu > .one-third ul li {
    margin-bottom: 5px;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > .drop-menu > .one-third ul li a {
    text-decoration: none;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > .drop-menu > .one-third ul li a:not(:hover) {
    color: #484848;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > .drop-menu > .one-third .show a {
    color: var(--key-primary);
    font-weight: bold;
    text-decoration: none;
    position: relative;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > .drop-menu > .one-third .show a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    right: 0;
    background: var(--key-primary);
    transition: width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > .drop-menu > .one-third .show a:hover:before {
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > .drop-menu {
        width: min(704px, calc(100vw - 280px));
    }

    body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > .drop-menu > .one-third {
        padding-left: 0;
        padding-right: 3px;
    }
}

body[data-tk-theme="key2"] .header-bottom,
body[data-tk-theme="key2"] .header-bottom .container,
body[data-tk-theme="key2"] .header-bottom .row,
body[data-tk-theme="key2"] .header-bottom .col-md-3,
body[data-tk-theme="key2"] .header-bottom .col-2 {
    overflow: visible;
}

/* Shop grid boşlukları */
body[data-tk-theme="key2"] .top-search form.form-search .box-search input {
    padding-left: 15px;
}

body[data-tk-theme="key2"] #shop .sort-product select {
    min-width: 140px;
    height: 36px;
    border: 1px solid #e5e5e5;
    padding: 0 8px;
}

body[data-tk-theme="key2"] .tk-key2-shop-empty {
    padding: 3rem 1rem;
    text-align: center;
}

/* Shop kategori accordion (shop.html cat-child) */
body[data-tk-theme="key2"] .widget-categories > ul.cat-list.style1 > li > ul.cat-child {
    display: block;
}

body[data-tk-theme="key2"] .widget-categories > ul.cat-list.style1 > li > ul.cat-child li a {
    text-decoration: none;
}

/* Alt menü okları (2. seviye ve altı) */
body[data-tk-theme="key2"] .widget-categories ul.cat-child > li > span.tk-key2-cat-toggle,
body[data-tk-theme="key2"] .widget-categories ul.cat-child > li > span {
    position: relative;
    display: block;
    padding-left: 18px;
    color: #484848;
    cursor: pointer;
    line-height: 1.5;
}

body[data-tk-theme="key2"] .widget-categories ul.cat-child > li > span:before {
    content: '\f105';
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'fontawesome';
    font-size: 12px;
    color: #bababa;
}

body[data-tk-theme="key2"] .widget-categories ul.cat-child > li > span.active:before,
body[data-tk-theme="key2"] .widget-categories ul.cat-child > li.active > span:before {
    content: '\f107';
    color: var(--key-primary, #f28b00);
}

body[data-tk-theme="key2"] .widget-categories ul.cat-child > li > span:hover,
body[data-tk-theme="key2"] .widget-categories ul.cat-child > li.active > span {
    color: var(--key-primary, #f28b00);
}

body[data-tk-theme="key2"] .widget-categories ul.cat-child > li > ul.cat-child {
    padding-left: 18px;
    margin-top: 4px;
}

body[data-tk-theme="key2"] .widget-brands .tk-key2-brand-grid {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

/* Sidebar widget aç/kapa — jQuery yerine Vue; tıklanabilir alan */
body[data-tk-theme="key2"] .sidebar .widget .widget-title h3 span {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 2;
}

body[data-tk-theme="key2"] .widget-brands .tk-key2-brand-grid li {
    margin: 0;
    min-width: 0;
}

body[data-tk-theme="key2"] .widget-brands .tk-key2-brand-grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 6px 8px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background: #fff;
    color: #484848;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    word-break: break-word;
}

body[data-tk-theme="key2"] .widget-brands .tk-key2-brand-grid a:hover,
body[data-tk-theme="key2"] .widget-brands .tk-key2-brand-grid a.active {
    border-color: var(--key-primary);
    color: var(--key-primary);
    background: color-mix(in srgb, var(--key-primary) 8%, #fff);
}

/* Ürün detay sekmeleri */
body[data-tk-theme="key2"] .flat-product-content.tk-key2-product-tabs {
    background: #f5f5f5;
    margin-top: 40px;
}

body[data-tk-theme="key2"] .tk-key2-product-tabs .product-detail-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    padding: 0 16px;
    background: #fff;
    border-bottom: 1px solid #ececec;
}

body[data-tk-theme="key2"] .tk-key2-product-tabs .product-detail-bar li {
    font-size: 16px;
    font-weight: 500;
    padding: 16px 22px;
    color: #919191;
    outline: none;
}

body[data-tk-theme="key2"] .tk-key2-product-tabs .product-detail-bar li:before {
    border-radius: 10px 10px 0 0;
    height: 100%;
    background: #f5f5f5;
}

body[data-tk-theme="key2"] .tk-key2-product-tabs .product-detail-bar li.active,
body[data-tk-theme="key2"] .tk-key2-product-tabs .product-detail-bar li:hover {
    color: var(--key-secondary, #222);
    font-weight: 700;
}

body[data-tk-theme="key2"] .tk-key2-product-tabs .product-detail-bar li.active:after {
    content: '';
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 3px;
    background: var(--key-primary);
    border-radius: 2px 2px 0 0;
}

body[data-tk-theme="key2"] .tk-key2-tab-count {
    display: inline-block;
    min-width: 22px;
    margin-left: 6px;
    padding: 1px 7px;
    border-radius: 999px;
    background: #ececec;
    color: #656565;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    vertical-align: middle;
}

body[data-tk-theme="key2"] .product-detail-bar li.active .tk-key2-tab-count {
    background: color-mix(in srgb, var(--key-primary) 18%, #fff);
    color: var(--key-primary);
}

body[data-tk-theme="key2"] .tk-key2-product-tabs > .container {
    padding-top: 28px;
    padding-bottom: 48px;
}

body[data-tk-theme="key2"] .tk-key2-tab-panel {
    background: #fff;
    border-radius: 12px;
    padding: 28px 32px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

body[data-tk-theme="key2"] .flat-product-content .description-text {
    padding: 0;
}

body[data-tk-theme="key2"] .tk-key2-prose {
    color: #656565;
    font-size: 15px;
    line-height: 1.75;
    max-width: 860px;
}

body[data-tk-theme="key2"] .tk-key2-prose p {
    margin-bottom: 1rem;
}

body[data-tk-theme="key2"] .tk-key2-prose h2,
body[data-tk-theme="key2"] .tk-key2-prose h3,
body[data-tk-theme="key2"] .tk-key2-prose h4 {
    color: #2d2d2d;
    margin: 1.25rem 0 0.65rem;
}

body[data-tk-theme="key2"] .tk-key2-product-tabs .tecnical-specs .name {
    margin-bottom: 18px;
}

body[data-tk-theme="key2"] .tk-key2-product-tabs .tecnical-specs table tr td:first-child {
    width: 180px;
    color: #484848;
    font-weight: 600;
}

body[data-tk-theme="key2"] .tk-key2-product-tabs .tecnical-specs table tr td {
    padding: 14px 8px;
    color: #656565;
    vertical-align: top;
}

body[data-tk-theme="key2"] .tk-key2-rating-summary {
    margin-bottom: 24px;
}

body[data-tk-theme="key2"] .tk-key2-rating-summary .queue i {
    color: var(--key-primary);
    margin-right: 2px;
}

body[data-tk-theme="key2"] .tk-key2-tab-hint {
    color: #919191;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 12px;
}

body[data-tk-theme="key2"] .tk-key2-tab-hint a {
    color: var(--key-primary);
    font-weight: 600;
    text-decoration: none;
}

body[data-tk-theme="key2"] .tk-key2-tab-error {
    color: #c0392b;
    margin: 8px 0;
}

body[data-tk-theme="key2"] .tk-key2-tab-success {
    color: #1e7e34;
    margin: 8px 0;
}

body[data-tk-theme="key2"] .tk-key2-product-tabs .form-review {
    margin-bottom: 8px;
}

body[data-tk-theme="key2"] .tk-key2-product-tabs .form-review form > div {
    margin-bottom: 14px;
}

body[data-tk-theme="key2"] .tk-key2-product-tabs .form-review form label {
    display: block;
    margin-bottom: 6px;
    color: #484848;
    font-size: 13px;
    font-weight: 600;
}

body[data-tk-theme="key2"] .tk-key2-product-tabs .form-review form select,
body[data-tk-theme="key2"] .tk-key2-product-tabs .form-review form input,
body[data-tk-theme="key2"] .tk-key2-product-tabs .form-review form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fafafa;
    padding: 12px 14px;
    color: #484848;
    box-shadow: none;
}

body[data-tk-theme="key2"] .tk-key2-product-tabs .form-review form select:focus,
body[data-tk-theme="key2"] .tk-key2-product-tabs .form-review form input:focus,
body[data-tk-theme="key2"] .tk-key2-product-tabs .form-review form textarea:focus {
    border-color: var(--key-primary);
    background: #fff;
    outline: none;
}

body[data-tk-theme="key2"] .tk-key2-product-tabs .form-review .btn-submit button {
    background-color: var(--key-secondary) !important;
    border: none;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    padding: 0 36px;
    border-radius: 24px;
}

body[data-tk-theme="key2"] .tk-key2-product-tabs .form-review .btn-submit button:hover {
    background-color: var(--key-primary) !important;
}

body[data-tk-theme="key2"] .tk-key2-product-tabs .form-review .btn-submit button:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

body[data-tk-theme="key2"] .tk-key2-review-list,
body[data-tk-theme="key2"] .tk-key2-qa-list {
    margin-top: 28px;
    border-top: 1px solid #ececec;
    padding-top: 8px;
}

body[data-tk-theme="key2"] .tk-key2-review-card,
body[data-tk-theme="key2"] .tk-key2-qa-card {
    padding: 18px 0;
    border-bottom: 1px solid #f0f0f0;
}

body[data-tk-theme="key2"] .tk-key2-review-card:last-child,
body[data-tk-theme="key2"] .tk-key2-qa-card:last-child {
    border-bottom: none;
}

body[data-tk-theme="key2"] .tk-key2-review-card header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

body[data-tk-theme="key2"] .tk-key2-review-card header .queue i {
    color: var(--key-primary);
    margin-left: 2px;
}

body[data-tk-theme="key2"] .tk-key2-review-card h5 {
    margin: 0 0 6px;
    color: #2d2d2d;
    font-size: 15px;
}

body[data-tk-theme="key2"] .tk-key2-review-card p {
    margin: 0;
    color: #656565;
    white-space: pre-line;
    line-height: 1.65;
}

body[data-tk-theme="key2"] .tk-key2-verified {
    display: inline-block;
    margin-top: 8px;
    color: #1e7e34;
    font-weight: 600;
}

body[data-tk-theme="key2"] .tk-key2-reply {
    margin-top: 12px;
    padding: 12px 14px;
    background: #f8f8f8;
    border-left: 3px solid var(--key-primary);
    border-radius: 0 8px 8px 0;
}

body[data-tk-theme="key2"] .tk-key2-reply p {
    margin: 4px 0 0;
}

body[data-tk-theme="key2"] .tk-key2-qa-q,
body[data-tk-theme="key2"] .tk-key2-qa-a {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

body[data-tk-theme="key2"] .tk-key2-qa-a {
    margin-top: 12px;
    padding: 12px 14px;
    background: #fafafa;
    border-radius: 8px;
}

body[data-tk-theme="key2"] .tk-key2-qa-badge {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--key-secondary);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body[data-tk-theme="key2"] .tk-key2-qa-badge.is-answer {
    background: var(--key-primary);
}

body[data-tk-theme="key2"] .tk-key2-qa-q strong {
    display: block;
    color: #2d2d2d;
    margin-bottom: 2px;
}

body[data-tk-theme="key2"] .tk-key2-qa-q small {
    color: #919191;
}

body[data-tk-theme="key2"] .tk-key2-qa-a p {
    margin: 0;
    color: #656565;
    line-height: 1.6;
}

body[data-tk-theme="key2"] .product-detail .content-detail .price .sale {
    color: var(--key-accent, var(--key-primary));
}

body[data-tk-theme="key2"] .box-cart.style2 .btn-add-cart a {
    text-decoration: none;
}

body[data-tk-theme="key2"] .box-cart.style2 .compare-wishlist a {
    text-decoration: none;
}

body[data-tk-theme="key2"] .product-detail .box-cart.style2 .compare-wishlist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 22px;
    margin: 16px 0 0;
    width: 100%;
}

body[data-tk-theme="key2"] .product-detail .box-cart.style2 .compare-wishlist a {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    margin-right: 0 !important;
}

body[data-tk-theme="key2"] .product-detail .box-cart.style2 .compare-wishlist a.active {
    color: var(--key-primary) !important;
}

/* Panel renk ayarları → Key2 sabit turuncuları ezer */
body[data-tk-theme="key2"] .header-bottom,
body[data-tk-theme="key2"] .box-filter .widget .widget-title,
body[data-tk-theme="key2"] .flat-row-title.style1:before {
    background-color: var(--key-primary) !important;
}

body[data-tk-theme="key2"] a:hover,
body[data-tk-theme="key2"] .sale,
body[data-tk-theme="key2"] .price .sale,
body[data-tk-theme="key2"] .product-name a:hover,
body[data-tk-theme="key2"] .cat-name span,
body[data-tk-theme="key2"] #mainnav ul.menu > li:hover > a,
body[data-tk-theme="key2"] .breadcrumbs .trail-item a:hover,
body[data-tk-theme="key2"] .widget-categories a:hover,
body[data-tk-theme="key2"] .flat-row-title h3,
body[data-tk-theme="key2"] .reviewed .queue i,
body[data-tk-theme="key2"] .product-detail .content-detail .price .sale {
    color: var(--key-primary) !important;
}

body[data-tk-theme="key2"] #mainnav > ul.menu > li,
body[data-tk-theme="key2"] #mainnav ul.menu > li > a {
    word-spacing: normal;
}

body[data-tk-theme="key2"] .header-bottom .today-deal a,
body[data-tk-theme="key2"] .header-bottom .today-deal a:hover {
    color: #fff !important;
}

/* Katalog ürün kartı: görsel metne binmesin, isim 2 satır … ile kısaltılsın */
body[data-tk-theme="key2"] .product-box .imagebox .box-image {
    overflow: hidden;
}

body[data-tk-theme="key2"] .product-box .imagebox .box-image img {
    max-width: 100%;
    max-height: 209px;
    width: auto;
    height: auto;
    vertical-align: middle;
    object-fit: contain;
}

body[data-tk-theme="key2"] .product-box .imagebox .box-content {
    position: relative;
    z-index: 2;
    padding-top: 10px;
}

body[data-tk-theme="key2"] .product-box .imagebox .box-content .cat-name {
    line-height: 1.4;
    margin: 0 0 4px;
    min-height: 1.4em;
}

body[data-tk-theme="key2"] .product-box .imagebox .box-content .cat-name span {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

body[data-tk-theme="key2"] .product-box .imagebox .box-content .product-name {
    min-height: 48px;
    margin-top: 6px;
    margin-bottom: 10px;
}

body[data-tk-theme="key2"] .product-box .imagebox .box-content .product-name a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    max-height: 48px;
    word-break: break-word;
}

body[data-tk-theme="key2"] .product-box .imagebox .box-content .price {
    margin-top: 4px;
}

body[data-tk-theme="key2"] .product-box.style3 .imagebox .box-content .product-name {
    min-height: 72px;
}

body[data-tk-theme="key2"] .product-box.style3 .imagebox .box-content .product-name a {
    -webkit-line-clamp: 3;
    max-height: 72px;
    line-height: 24px;
}

body[data-tk-theme="key2"] .flat-breadcrumb ul.breadcrumbs li.trail-end a:hover {
    color: #fff !important;
    border-color: var(--key-primary) !important;
}

body[data-tk-theme="key2"] .flat-breadcrumb ul.breadcrumbs li.trail-end a:before {
    background-color: var(--key-primary) !important;
}

body[data-tk-theme="key2"] .flat-breadcrumb {
    padding: 18px 0 20px;
}

body[data-tk-theme="key2"] .flat-breadcrumb ul.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

body[data-tk-theme="key2"] .flat-breadcrumb ul.breadcrumbs li.trail-item {
    margin-right: 14px;
    margin-left: 0;
}

body[data-tk-theme="key2"] .flat-breadcrumb ul.breadcrumbs li.trail-item a {
    margin-right: 14px;
}

body[data-tk-theme="key2"] .flat-breadcrumb ul.breadcrumbs li.trail-item span {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin-top: 10px;
}

body[data-tk-theme="key2"] .flat-breadcrumb ul.breadcrumbs li.trail-item span img {
    display: block;
    width: 8px;
    height: auto;
}

body[data-tk-theme="key2"] .flat-breadcrumb ul.breadcrumbs li.trail-end {
    line-height: 36px;
}

body[data-tk-theme="key2"] .flat-breadcrumb ul.breadcrumbs li.trail-end a {
    padding: 0 22px;
    line-height: 34px;
    height: 36px;
    margin-top: 12px;
}

/* Sepet (shop-cart) */
body[data-tk-theme="key2"] .cart-totals form .btn-cart-totals a.checkout,
body[data-tk-theme="key2"] .cart-totals form .btn-cart-totals a.checkout:hover {
    background-color: var(--key-primary) !important;
    color: #fff !important;
    text-decoration: none;
}

body[data-tk-theme="key2"] .cart-totals form .btn-cart-totals a.update:hover {
    color: #fff !important;
}

body[data-tk-theme="key2"] .form-coupon form button {
    background-color: var(--key-secondary) !important;
    color: #fff !important;
    border: none;
    cursor: pointer;
}

body[data-tk-theme="key2"] .form-coupon form button:hover {
    background-color: var(--key-primary) !important;
}

body[data-tk-theme="key2"] .table-cart tr td .name-product a {
    color: #484848;
    text-decoration: none;
}

body[data-tk-theme="key2"] .table-cart tr td .name-product a:hover {
    color: var(--key-primary) !important;
}

body[data-tk-theme="key2"] .table-cart tr td .img-product img {
    max-width: 72px;
    height: auto;
}

/* Karşılaştırma (compare) */
body[data-tk-theme="key2"] .table-compare tr td.add-cart a,
body[data-tk-theme="key2"] .table-compare tr td.add-cart a:hover {
    background-color: var(--key-primary) !important;
    color: #fff !important;
    text-decoration: none;
}

body[data-tk-theme="key2"] .table-compare tr td.add-cart a:before {
    background: var(--key-secondary) !important;
}

body[data-tk-theme="key2"] .table-compare tr td .name a:hover,
body[data-tk-theme="key2"] .table-compare tr td.price {
    color: var(--key-primary) !important;
}

body[data-tk-theme="key2"] .table-compare tr th {
    text-align: left;
    vertical-align: middle;
}

/* Favoriler (wishlist) */
body[data-tk-theme="key2"] .table-wishlist tbody tr td > div.add-cart a,
body[data-tk-theme="key2"] .table-wishlist tbody tr td > div.add-cart a:hover {
    background-color: var(--key-primary) !important;
    color: #fff !important;
    text-decoration: none;
}

body[data-tk-theme="key2"] .table-wishlist tbody tr td > div.add-cart a:before {
    background: var(--key-secondary) !important;
}

body[data-tk-theme="key2"] .table-wishlist tbody tr td > div.price,
body[data-tk-theme="key2"] .table-wishlist tbody tr td > div.product .name a:hover {
    color: var(--key-primary) !important;
}

body[data-tk-theme="key2"] .table-wishlist tbody tr td > div.status-product span:not(.is-out) {
    background-color: #28a745 !important;
}

/* Ürün detay stok rozeti: Stokta Var yeşil, Stokta yok kırmızı */
body[data-tk-theme="key2"] .flat-product-detail .reviewed .status-product span.is-in {
    background-color: #28a745 !important;
    color: #fff !important;
}

body[data-tk-theme="key2"] .flat-product-detail .reviewed .status-product span.is-out {
    background-color: #f92400 !important;
    color: #fff !important;
}

/* Sipariş takip */
body[data-tk-theme="key2"] .order-tracking form .btn-track button,
body[data-tk-theme="key2"] .order-tracking form .btn-track button:hover {
    background-color: var(--key-primary) !important;
    color: #fff !important;
    border: none;
    cursor: pointer;
}

body[data-tk-theme="key2"] .order-tracking form .btn-track button:hover {
    background-color: var(--key-secondary) !important;
}

body[data-tk-theme="key2"] .order-tracking form .btn-track button:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

body[data-tk-theme="key2"] .order-tracking form .one-half input:focus {
    border-color: var(--key-primary) !important;
    outline: none;
}

body[data-tk-theme="key2"] .flat-tracking {
    padding-bottom: 60px;
}

body[data-tk-theme="key2"] .cart-totals form .btn-cart-totals {
    margin-top: 36px;
}

body[data-tk-theme="key2"] .box-cart.style2 .btn-add-cart a,
body[data-tk-theme="key2"] .imagebox .box-bottom .btn-add-cart a,
body[data-tk-theme="key2"] .imagebox.style1.v3 .box-price .btn-add-cart a,
body[data-tk-theme="key2"] .btn-add-cart a {
    background-color: var(--key-primary) !important;
    color: #fff !important;
    text-decoration: none;
}

body[data-tk-theme="key2"] .box-cart.style2 .btn-add-cart a:hover,
body[data-tk-theme="key2"] .imagebox .box-bottom .btn-add-cart a:hover,
body[data-tk-theme="key2"] .imagebox.style1.v3 .box-price .btn-add-cart a:hover,
body[data-tk-theme="key2"] .btn-add-cart a:hover {
    background-color: var(--key-secondary) !important;
    color: #fff !important;
}

body[data-tk-theme="key2"] .imagebox .box-bottom .btn-add-cart a:before {
    background: var(--key-secondary) !important;
}

body[data-tk-theme="key2"] .item-sale,
body[data-tk-theme="key2"] .tk-key2-product__badge,
body[data-tk-theme="key2"] .owl-theme .owl-controls .owl-page.active span,
body[data-tk-theme="key2"] .flex-control-paging li a.flex-active {
    background-color: var(--key-accent, var(--key-primary)) !important;
}

body[data-tk-theme="key2"] .tk-key2-product__alert-row button:not(.is-light) {
    background-color: var(--key-secondary) !important;
    color: #fff !important;
}

body[data-tk-theme="key2"] .form-search .box-search .btn-search button,
body[data-tk-theme="key2"] .top-search form.form-search .box-search .btn-search button,
body[data-tk-theme="key2"] .pagination li.active a,
body[data-tk-theme="key2"] .blog-pagination li.active a,
body[data-tk-theme="key2"] .box-checkbox .check-box input[type="checkbox"]:checked + label:before,
body[data-tk-theme="key2"] .box-filter .widget .widget-content .box-checkbox .check-box input[type="checkbox"]:checked + label:before {
    background-color: var(--key-primary) !important;
    border-color: var(--key-primary) !important;
}

body[data-tk-theme="key2"] .form-search .box-search .btn-search button img,
body[data-tk-theme="key2"] .top-search form.form-search .box-search .btn-search button img {
    filter: brightness(0) invert(1);
}

body[data-tk-theme="key2"] .box-cart .inner-box .dropdown-box .btn-cart a.view-cart:hover,
body[data-tk-theme="key2"] .box-cart .inner-box .dropdown-box .btn-cart a.check-out:hover {
    color: #fff !important;
}

body[data-tk-theme="key2"] .box-cart .inner-box .dropdown-box .btn-cart a.view-cart:before,
body[data-tk-theme="key2"] .box-cart .inner-box .dropdown-box .btn-cart a.check-out:before {
    background: var(--key-primary) !important;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li > a .menu-img,
body[data-tk-theme="key2"] #mega-mobile > ul.menu > li > a .menu-img {
    width: 28px;
    height: 28px;
    min-width: 28px;
    margin-right: 7px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li > a .menu-img img,
body[data-tk-theme="key2"] #mega-mobile > ul.menu > li > a .menu-img img {
    max-width: 28px;
    max-height: 28px;
    width: auto;
    height: auto;
    object-fit: contain;
    vertical-align: middle;
}

body[data-tk-theme="key2"] .quanlity .btn-up:hover,
body[data-tk-theme="key2"] .quanlity .btn-down:hover {
    color: var(--key-primary) !important;
}

/* Native number spinner gizle — btn-up / btn-down kullanılıyor */
body[data-tk-theme="key2"] .quanlity input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

body[data-tk-theme="key2"] .quanlity input[type="number"]::-webkit-outer-spin-button,
body[data-tk-theme="key2"] .quanlity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

body[data-tk-theme="key2"] .header-top .tk-key2-account-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

body[data-tk-theme="key2"] .header-top .tk-key2-account-bar ul.flat-infomation.style1 {
    float: none;
    margin: 0;
}

body[data-tk-theme="key2"] .header-top .tk-key2-account-bar ul.flat-infomation.style1 li.phone {
    line-height: 38px;
    height: auto;
    margin: 0;
    text-align: left;
    white-space: nowrap;
}

body[data-tk-theme="key2"] .header-top .tk-key2-account-bar ul.flat-infomation.style1 li img {
    margin-top: 0;
    vertical-align: middle;
}

body[data-tk-theme="key2"] .header-top .tk-key2-account-bar ul.flat-unstyled {
    float: none;
    margin: 0;
    text-align: left;
}

body[data-tk-theme="key2"] input:focus,
body[data-tk-theme="key2"] select:focus,
body[data-tk-theme="key2"] textarea:focus,
body[data-tk-theme="key2"] .form-control:focus {
    border-color: var(--key-primary) !important;
}

@media (max-width: 767px) {
    body[data-tk-theme="key2"] .box-cart.style2 .btn-add-cart a {
        width: 100%;
        max-width: 280px;
    }

    body[data-tk-theme="key2"] .box-cart.style2 .compare-wishlist {
        display: block;
        margin-left: 0;
        margin-top: 16px;
    }

    body[data-tk-theme="key2"] .product-detail-bar,
    body[data-tk-theme="key2"] .tk-key2-product-tabs .product-detail-bar {
        padding-left: 0;
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    body[data-tk-theme="key2"] .tk-key2-tab-panel {
        padding: 20px 16px;
        border-radius: 10px;
    }

    body[data-tk-theme="key2"] .tk-key2-product-tabs .product-detail-bar li {
        font-size: 14px;
        padding: 14px 16px;
    }
}

/* Key2 SSS (/sss) */
body[data-tk-theme="key2"] .tk-faq-page--key2 .flat-row {
    padding-top: 1.5rem;
    padding-bottom: 4rem;
}

body[data-tk-theme="key2"] .tk-key2-faq__aside {
    position: sticky;
    top: 24px;
    margin-bottom: 2rem;
    padding: 28px 24px;
    border: 1px solid var(--key-border-color);
    border-radius: 12px;
    background: linear-gradient(165deg, #fff 0%, #fafafa 100%);
}

body[data-tk-theme="key2"] .tk-key2-faq__eyebrow {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--key-primary);
    font-family: var(--key-heading-font);
}

body[data-tk-theme="key2"] .tk-key2-faq__title {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--key-heading-color);
    font-family: var(--key-heading-font);
}

body[data-tk-theme="key2"] .tk-key2-faq__lead {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--key-body-color);
}

body[data-tk-theme="key2"] .tk-key2-faq__search {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

body[data-tk-theme="key2"] .tk-key2-faq__search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #9a9a9a;
    font-size: 14px;
    pointer-events: none;
}

body[data-tk-theme="key2"] .tk-key2-faq__search input {
    width: 100%;
    height: 46px;
    padding: 0 14px 0 40px;
    border: 1px solid var(--key-border-color);
    border-radius: 10px;
    background: #fff;
    color: var(--key-heading-color);
    font-size: 14px;
    font-family: var(--key-body-font);
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body[data-tk-theme="key2"] .tk-key2-faq__search input:focus {
    border-color: var(--key-primary);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--key-primary) 18%, transparent);
}

body[data-tk-theme="key2"] .tk-key2-faq__search input:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

body[data-tk-theme="key2"] .tk-key2-faq__meta {
    min-height: 18px;
    margin-bottom: 22px;
    font-size: 12px;
    color: #919191;
}

body[data-tk-theme="key2"] .tk-key2-faq__cta {
    padding-top: 18px;
    border-top: 1px solid var(--key-border-color);
}

body[data-tk-theme="key2"] .tk-key2-faq__cta-text {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--key-heading-color);
    font-family: var(--key-heading-font);
}

body[data-tk-theme="key2"] .tk-key2-faq__cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 10px;
    background: var(--key-primary);
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background 0.2s ease, transform 0.15s ease;
}

body[data-tk-theme="key2"] .tk-key2-faq__cta-btn:hover {
    background: var(--key-primary-dark);
    transform: translateY(-1px);
}

body[data-tk-theme="key2"] .tk-key2-faq__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

body[data-tk-theme="key2"] .tk-key2-faq__item {
    border: 1px solid var(--key-border-color);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body[data-tk-theme="key2"] .tk-key2-faq__item.is-open {
    border-color: color-mix(in srgb, var(--key-primary) 45%, var(--key-border-color));
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

body[data-tk-theme="key2"] .tk-key2-faq__trigger {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    margin: 0;
    padding: 18px 20px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    color: inherit;
    font: inherit;
}

body[data-tk-theme="key2"] .tk-key2-faq__index {
    flex: 0 0 auto;
    min-width: 36px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--key-primary);
    font-family: var(--key-heading-font);
}

body[data-tk-theme="key2"] .tk-key2-faq__question {
    flex: 1 1 auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--key-heading-color);
    font-family: var(--key-heading-font);
}

body[data-tk-theme="key2"] .tk-key2-faq__chevron {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
}

body[data-tk-theme="key2"] .tk-key2-faq__chevron::before,
body[data-tk-theme="key2"] .tk-key2-faq__chevron::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #484848;
    transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

body[data-tk-theme="key2"] .tk-key2-faq__chevron::before {
    width: 2px;
    height: 12px;
    transform: translate(-50%, -50%);
}

body[data-tk-theme="key2"] .tk-key2-faq__chevron::after {
    width: 12px;
    height: 2px;
    transform: translate(-50%, -50%);
}

body[data-tk-theme="key2"] .tk-key2-faq__item.is-open .tk-key2-faq__chevron::before {
    opacity: 0;
    transform: translate(-50%, -50%) scaleY(0);
}

body[data-tk-theme="key2"] .tk-key2-faq__item.is-open .tk-key2-faq__chevron::after {
    background: var(--key-primary);
}

body[data-tk-theme="key2"] .tk-key2-faq__panel {
    border-top: 1px solid var(--key-border-color);
    background: #fcfcfc;
}

body[data-tk-theme="key2"] .tk-key2-faq__answer {
    padding: 18px 20px 22px 70px;
    font-size: 14px;
    line-height: 1.75;
    color: var(--key-body-color);
    white-space: pre-line;
}

body[data-tk-theme="key2"] .tk-key2-faq__state {
    padding: 40px 24px;
    border: 1px dashed var(--key-border-color);
    border-radius: 12px;
    text-align: center;
    color: #919191;
    font-size: 14px;
}

body[data-tk-theme="key2"] .tk-key2-faq__state--error {
    border-color: #f5c2c7;
    color: #b02a37;
    background: #fff5f5;
}

/* Ürün detay: Bootstrap col içinde tema float/width kuralını ez */
body[data-tk-theme="key2"] .box-flexslider,
body[data-tk-theme="key2"] .product-detail.style5 {
    width: 100%;
}

@media (max-width: 991px) {
    body[data-tk-theme="key2"] .tk-key2-faq__aside {
        position: static;
    }

    body[data-tk-theme="key2"] .tk-key2-faq__title {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    body[data-tk-theme="key2"] .tk-key2-faq__aside {
        padding: 20px 16px;
    }

    body[data-tk-theme="key2"] .tk-key2-faq__trigger {
        padding: 16px;
        gap: 10px;
    }

    body[data-tk-theme="key2"] .tk-key2-faq__question {
        font-size: 15px;
    }

    body[data-tk-theme="key2"] .tk-key2-faq__answer {
        padding: 16px 16px 18px;
    }
}

/* Footer ödeme ikonları — yukarı okunun solu */
body[data-tk-theme="key2"] .footer-bottom .btn-scroll.tk-key2-footer-right {
    display: flex;
    align-items: center;
    gap: 12px;
    float: right;
    margin: 0;
}

body[data-tk-theme="key2"] .tk-footer-payments {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 0;
}

body[data-tk-theme="key2"] .tk-footer-payments img {
    display: block;
    height: 24px;
    width: auto;
    max-width: 48px;
    object-fit: contain;
    background: #fff;
    border-radius: 2px;
}

body[data-tk-theme="key2"] .footer-bottom .btn-scroll.tk-key2-footer-right > a {
    margin-top: 0;
    flex-shrink: 0;
}

@media (max-width: 575px) {
    body[data-tk-theme="key2"] .footer-bottom .copyright,
    body[data-tk-theme="key2"] .footer-bottom .btn-scroll.tk-key2-footer-right {
        float: none;
        text-align: center;
        justify-content: center;
    }

    body[data-tk-theme="key2"] .footer-bottom .btn-scroll.tk-key2-footer-right {
        margin-top: 10px;
    }
}

/* Ana sayfa slayt: tema turuncu diagonal şeridini kaldır */
body[data-tk-theme="key2"] .tk-key2-slider .slider-item:before,
body[data-tk-theme="key2"] .tk-key2-slider .slider-item::before {
    content: none !important;
    display: none !important;
    width: 0 !important;
    background: none !important;
}

body[data-tk-theme="key2"] .tk-key2-slider {
    background: transparent;
}

body[data-tk-theme="key2"] .tk-key2-slider .slider-item {
    background-color: transparent;
}

body[data-tk-theme="key2"] .tk-key2-slider .btn-slider a {
    display: inline-block;
    margin-top: 0.75rem;
    padding: 0.65rem 1.35rem;
    background: var(--key-primary, #f28b00);
    color: #fff;
    border-radius: var(--key-button-radius, 0);
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s ease, transform 0.2s ease;
}

body[data-tk-theme="key2"] .tk-key2-slider .btn-slider a:hover {
    background: var(--key-primary-dark, #c46f00);
}

/* Tema button padding’i prev/next’i oval yapıyordu */
body[data-tk-theme="key2"] .tk-key2-slider__prev,
body[data-tk-theme="key2"] .tk-key2-slider__next {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
    padding: 0 !important;
    line-height: 1 !important;
    border-radius: 50% !important;
}

/* ================================
   Key2 — mağaza UI ince ayarları
   ================================ */

body[data-tk-theme="key2"] .form-control {
    border-radius: 30px;
    padding: 1.2rem;
}

body[data-tk-theme="key2"] .btn-primary,
body[data-tk-theme="key2"] .btn.btn-primary {
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 30px;
}

body[data-tk-theme="key2"] ul.flat-infomation.style1 li img {
    height: 30px;
}

body[data-tk-theme="key2"] .iconbox.style2 {
    height: 180px;
}

/* İçerik kabuğu sayfa başlığı (breadcrumb zaten var) */
body[data-tk-theme="key2"] .tk-key2-content > .flat-row > .container > .mb-4 {
    display: none;
}

/* Footer “Sorunuz mu var?” satırı */
body[data-tk-theme="key2"] .widget-about .questions {
    display: none;
}

/* Ana sayfa slayt başlık metni (görsel üzerinde) */
body[data-tk-theme="key2"] .flat-slider .item-text .title h2 {
    display: none !important;
}

body[data-tk-theme="key2"] .flat-slider {
    background-color: #fff;
}

body[data-tk-theme="key2"] .slider .slider-item::before {
    display: none;
}

/* Mega menü — modern kart liste */
body[data-tk-theme="key2"] #mega-menu > .tk-mega-body {
    background: #fff !important;
    padding: 0 !important;
    border-radius: 0 0 8px 8px;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu {
    background: #fff !important;
    margin: 0 !important;
    padding: 8px 10px !important;
    list-style: none !important;
    border-color: #eeeeee;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li {
    background: #fff !important;
    margin: 3px 0 !important;
    margin-top: 3px !important;
    padding: 0 !important;
    border-radius: 8px !important;
    border: 1px solid #eeeeee !important;
    font-weight: 500;
    transition: all 0.2s ease;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li > a {
    display: flex !important;
    align-items: center !important;
    min-height: 52px !important;
    padding: 7px 12px !important;
    background: #fff !important;
    color: #222 !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li > a.dropdown::after {
    right: 7px;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li > a .menu-img,
body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li .menu-img {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 12px !important;
    background: #f5f7fa !important;
    border-radius: 7px !important;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li > a .menu-img img,
body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li .menu-img img {
    width: 27px !important;
    height: 27px !important;
    max-width: 27px !important;
    max-height: 27px !important;
    object-fit: contain !important;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li .menu-title {
    display: flex !important;
    align-items: center !important;
    flex: 1 !important;
    color: #222 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li:hover {
    border-color: #fff !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    transform: translateX(2px);
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li:hover > a {
    background: #f7faff !important;
    color: var(--key-primary) !important;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li:hover .menu-title,
body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li.tk-mega-item-open > a .menu-title {
    color: var(--key-primary) !important;
}

body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li:hover .menu-img {
    background: color-mix(in srgb, var(--key-primary) 12%, #fff) !important;
}

@media (max-width: 767px) {
    body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu {
        padding: 8px !important;
    }

    body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li {
        margin: 4px 0 !important;
    }

    body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li > a {
        min-height: 54px !important;
        padding: 7px 10px !important;
        font-size: 15px !important;
    }

    body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li .menu-img {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        margin-right: 12px !important;
        border-radius: 8px !important;
    }

    body[data-tk-theme="key2"] #mega-menu > .tk-mega-body > ul.menu > li .menu-img img {
        width: 24px !important;
        height: 24px !important;
        max-width: 24px !important;
        max-height: 24px !important;
    }
}
