/* ════════════════════════════════════════════════════════════════════
   ADX LAYOUT — Sportswear-brand monochrome theme (header / mega menu /
   mobile drawer / footer / bottom nav / shared .adx-btn + base utils)
   Loads AFTER style.css / components.css / pages.css / header-types.css
   / mobile.css / theme-css inline block — overrides must be decisive.
   Palette: #000 on #fff · image bg #ECEFF1 · muted #767677 ·
   border #e5e5e5 · discount red #e32b2b. ZERO border-radius. Flat.
   ════════════════════════════════════════════════════════════════════ */

/* ── Base / utilities ─────────────────────────────────────────────── */
.adx-container {
    max-width: var(--container-max, 1440px);
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}
@media (min-width: 1024px) {
    .adx-container { padding: 0 40px; }
}
.adx-upper {
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ── Shared button pattern ────────────────────────────────────────── */
.adx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    height: 48px;
    padding: 0 20px;
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000;
    border-radius: 0 !important;
    font-family: var(--font-baslik, inherit);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: none !important;
    transition: outline-offset .12s ease;
    outline: none;
}
.adx-btn .adx-btn-arrow { font-weight: 700; line-height: 1; }
.adx-btn:hover,
.adx-btn:focus-visible {
    background: #000 !important;
    color: #fff !important;
    outline: 1px solid #000;
    outline-offset: 3px;
    transform: none !important;
    opacity: 1 !important;
}
/* NOT: Varyant seçicileri çift class (.adx-btn.adx-btn--ghost) yazılır —
   home.css'teki genel .adx-btn kuralı gövdede daha geç yüklendiğinde bile
   varyant renkleri (ör. bülten "Abone Ol" butonu) ezilmesin. */
.adx-btn.adx-btn--ghost {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000;
}
.adx-btn.adx-btn--ghost:hover,
.adx-btn.adx-btn--ghost:focus-visible {
    background: #fff !important;
    color: #000 !important;
}
/* Inverse (on black surfaces, e.g. newsletter band) */
.adx-btn.adx-btn--invert {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff;
}
.adx-btn.adx-btn--invert:hover,
.adx-btn.adx-btn--invert:focus-visible {
    background: #fff !important;
    color: #000 !important;
    outline-color: #fff;
}
/* Markup'ında ok span'i olan butonlarda CSS ::after oku gizle (çift ok önlenir) */
.adx-btn:has(.adx-btn-arrow)::after { content: none !important; }

/* ── Promo bar (thin black top strip) ─────────────────────────────── */
.bm-promo-bar {
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    font-size: 11px;
    min-height: 32px;
    display: flex;
    align-items: center;
}
.bm-promo-bar .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.bm-promo-bar .bm-promo-content {
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 11px;
    animation: none !important;
    padding: 6px 30px 6px 0;
    text-align: center;
}
.bm-promo-bar .bm-promo-content i { color: #fff !important; margin-right: 6px; }
.bm-promo-bar .bm-promo-close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent !important;
    border: none;
    color: #fff !important;
    opacity: .8;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 0 !important;
}
.bm-promo-bar .bm-promo-close:hover { opacity: 1; background: transparent !important; }

/* ── Header shell ─────────────────────────────────────────────────── */
/* Defeat header-type variants (transparan/minimal/…): always white,
   sticky, black text, flat bottom border. */
body[class] .main-header.adx-header,
.main-header.adx-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    background: var(--renk-header-bg, #fff) !important;
    color: var(--renk-header-text, #000) !important;
    border-bottom: 1px solid var(--renk-border, #e5e5e5) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    min-height: 0 !important;
}
body[class] .main-header.adx-header a { color: var(--renk-header-text, #000) !important; }
.main-header.adx-header.header-scrolled { box-shadow: none !important; }

.adx-header-in {
    display: flex;
    align-items: stretch;
    gap: 16px;
    min-height: var(--header-yukseklik, 72px);
}

/* Logo */
.adx-header .header-logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
.adx-header .header-logo a {
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
}
.adx-header .header-logo .logo-text {
    font-family: var(--font-baslik, inherit);
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--renk-header-text, #000) !important;
}
.adx-header .header-logo img.logo-mobile { display: none; }
@media (max-width: 768px) {
    /* PHP mobil logo varsa <a>'ya .has-mobile-logo ekler */
    .adx-header .header-logo a.has-mobile-logo img.logo-desktop { display: none; }
    .adx-header .header-logo a.has-mobile-logo img.logo-mobile { display: block; }
}

/* ── Desktop primary nav (centered) ───────────────────────────────── */
.adx-nav {
    display: none;
    flex: 1 1 auto;
    justify-content: center;
}
.adx-nav > ul {
    display: flex;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
}
.adx-nav > ul > li { display: flex; }
.adx-nav > ul > li > a {
    display: flex;
    align-items: center;
    padding: 0 16px;
    font-family: var(--font-baslik, inherit);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--renk-header-text, #000) !important;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}
.adx-nav > ul > li > a:hover,
.adx-nav > ul > li > a.active,
.adx-nav > ul > li:focus-within > a {
    border-bottom-color: var(--renk-header-text, #000);
    color: var(--renk-header-text, #000) !important;
}
@media (min-width: 1024px) {
    .adx-nav { display: flex; }
}

/* ── Full-width mega dropdown ─────────────────────────────────────── */
/* <li> is not positioned → panel spans the sticky header's full width */
.adx-mega {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--renk-bg, #fff);
    border-bottom: 1px solid var(--renk-text, #000);
    border-top: 1px solid var(--renk-border, #e5e5e5);
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .12s ease;
    z-index: 1001;
}
.adx-nav li:hover > .adx-mega,
.adx-nav li:focus-within > .adx-mega {
    opacity: 1;
    visibility: visible;
}
.adx-mega-in {
    display: flex;
    gap: 48px;
    padding: 32px 40px 40px;
    max-width: var(--container-max, 1440px);
    margin: 0 auto;
}
.adx-mega-cols {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 48px;
    align-content: flex-start;
}
.adx-mega-col { min-width: 160px; }
.adx-mega-col-title {
    display: block;
    font-family: var(--font-baslik, inherit);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000 !important;
    text-decoration: none;
    margin-bottom: 14px;
}
.adx-mega-col-title:hover { text-decoration: underline; }
.adx-mega-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /* Uzun alt kategori listeleri otomatik sütunlara bölünür */
    columns: 4 160px;
    column-gap: 48px;
}
.adx-mega-col ul li { break-inside: avoid; }
.adx-mega-col ul li a {
    display: block;
    padding: 5px 0;
    font-size: 13px;
    color: #767677 !important;
    text-decoration: none;
}
.adx-mega-col ul li a:hover {
    color: #000 !important;
    text-decoration: underline;
}
.adx-mega-foto {
    flex: 0 0 240px;
    display: block;
    text-decoration: none;
}
.adx-mega-foto img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    background: #ECEFF1;
    display: block;
}
.adx-mega-foto-cap {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000 !important;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}

/* ── Header search ────────────────────────────────────────────────── */
.adx-search {
    position: relative;
    display: none;
    align-items: center;
    align-self: center;
}
@media (min-width: 768px) {
    .adx-search { display: flex; }
}
.adx-search form { margin: 0; }
.adx-search .adx-search-box {
    position: relative;
    display: flex;
    align-items: center;
}
.adx-header .adx-search input.header-search-input {
    width: 180px;
    height: 40px;
    padding: 0 40px 0 14px;
    background: #ECEFF1 !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 13px;
    color: #000;
    outline: none;
    transition: width .15s ease, border-color .15s ease;
}
.adx-header .adx-search input.header-search-input::placeholder { color: #767677; }
.adx-header .adx-search input.header-search-input:hover { border-color: #d5d8da !important; }
.adx-header .adx-search input.header-search-input:focus {
    width: 240px;
    border-color: #000 !important;
    background: #ECEFF1 !important;
    box-shadow: none !important;
}
.adx-header .adx-search .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #000;
    font-size: 15px;
    cursor: pointer;
    border-radius: 0;
}
/* Live-search dropdown (appended into .adx-search-box) — flatten it */
.adx-search .live-search-dropdown {
    border-radius: 0 !important;
    border: 1px solid #000 !important;
    box-shadow: none !important;
    margin-top: 4px !important;
    min-width: 320px;
    right: 0;
    left: auto;
}

/* ── Header action icons ──────────────────────────────────────────── */
.adx-actions {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 0 0 auto;
    margin-left: auto;
    align-self: center;
}
.adx-icon-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #000 !important;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none !important;
    border-radius: 0 !important;
    padding: 0;
}
.adx-icon-btn:hover { background: #ECEFF1; }
.adx-icon-btn .uye-avatar {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 0;
    display: block;
}
/* Cart badge — square, black (cart.js re-creates .cart-badge inside #header-cart) */
.adx-header .cart-badge,
.adx-header #cart-badge {
    position: absolute;
    top: 3px;
    right: 3px;
    min-width: 16px;
    height: 16px;
    padding: 0 3px;
    background: #000 !important;
    color: #fff !important;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    width: auto;
}
/* Hide desktop-only icons on small screens (cart + hamburger kalır) */
@media (max-width: 767px) {
    .adx-actions .adx-only-desktop { display: none; }
}

/* ── Member dropdown ──────────────────────────────────────────────── */
.adx-header .uye-dropdown-wrap { position: relative; align-self: center; }
.adx-header .uye-dropdown {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 240px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0;
    z-index: 1002;
    opacity: 0;
    visibility: hidden;
    transition: opacity .12s ease;
}
.adx-header .uye-dropdown-wrap:hover .uye-dropdown,
.adx-header .uye-dropdown-wrap:focus-within .uye-dropdown {
    opacity: 1;
    visibility: visible;
}
.adx-header .uye-dropdown-header {
    padding: 14px 16px;
    border-bottom: 1px solid var(--renk-border, #e5e5e5);
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.adx-header .uye-dropdown-header strong {
    font-family: var(--font-baslik, inherit);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #000;
}
.adx-header .uye-dropdown-header small { font-size: 12px; color: #767677; }
.adx-header .uye-dropdown > a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000 !important;
    text-decoration: none;
}
.adx-header .uye-dropdown > a:hover { background: #ECEFF1; }
.adx-header .uye-dropdown-divider { height: 1px; background: var(--renk-border, #e5e5e5); }
.adx-header .uye-dropdown form { margin: 0; }
.adx-header .uye-cikis-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 12px 16px;
    background: none;
    border: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
}
.adx-header .uye-cikis-btn:hover { background: #ECEFF1; }

/* ── Hamburger ────────────────────────────────────────────────────── */
.adx-header .mobile-menu-toggle {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    align-self: center;
    border-radius: 0;
}
.adx-header .mobile-menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #000 !important;
    border-radius: 0 !important;
}
@media (max-width: 1023px) {
    .adx-header .mobile-menu-toggle { display: flex !important; }
}

/* ── Mobile off-canvas drawer (restyle — hooks preserved) ─────────── */
/* style.css kapalıyken right:-320px kullanır; genişliği 340px yaptığımız
   için 20px'lik dilim ekranda kalıyordu. Kapalı konumu genişliğe eşitle. */
.mobile-sidebar {
    width: 340px;
    max-width: 90vw;
    right: -360px;
    background: #fff !important;
    border-left: 1px solid #000;
    box-shadow: none !important;
    visibility: hidden;
    transition: right .28s cubic-bezier(.4,0,.2,1), visibility 0s linear .28s;
}
.mobile-sidebar.open {
    right: 0;
    visibility: visible;
    transition: right .28s cubic-bezier(.4,0,.2,1), visibility 0s;
    box-shadow: none !important;
}
/* Off-canvas eleman yatay taşma yaratmasın */
html, body { overflow-x: clip; }
.mobile-sidebar-header {
    background: #000 !important;
    color: #fff !important;
    padding: 0 16px 0 20px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-sidebar-title {
    font-family: var(--font-baslik, inherit);
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.mobile-sidebar-close {
    background: transparent;
    border: none;
    color: #fff !important;
    font-size: 18px !important;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0 !important;
}
.mobile-sidebar-search {
    padding: 14px 16px;
    border-bottom: 1px solid var(--renk-border, #e5e5e5) !important;
}
.mobile-sidebar-search form {
    display: flex;
    border: none !important;
    border-radius: 0 !important;
    background: #ECEFF1;
    overflow: hidden;
}
.mobile-sidebar-search input {
    flex: 1;
    padding: 11px 14px;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 13px;
    color: #000;
    outline: none;
}
.mobile-sidebar-search input::placeholder { color: #767677; }
.mobile-sidebar-search button {
    padding: 0 16px;
    background: #000 !important;
    color: #fff !important;
    border: none;
    border-radius: 0 !important;
    cursor: pointer;
}
/* ── Mobil menü navigasyonu — MİNİMAL: ayraç YALNIZ üst düzey satırlar
     arasında (tek tip ince çizgi); alt menü ve ok butonu tamamen çizgisiz. ── */
.mobile-sidebar-nav ul { list-style: none; margin: 0; padding: 0; }
.mobile-sidebar-nav > ul > li {
    border-bottom: 1px solid var(--renk-border, #e5e5e5);
}
.mobile-sidebar-nav > ul > li:last-child { border-bottom: none; }
.mobile-sidebar-nav ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    min-height: 48px;
    font-family: var(--font-baslik, inherit);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000 !important;
    border-bottom: none !important;   /* çizgi satırda değil, üst düzey li'de */
    text-decoration: none;
}
.mobile-sidebar-nav ul li a:hover { background: #ECEFF1 !important; color: #000 !important; }
.mobile-sidebar-nav ul li a i {
    font-size: 12px;
    color: #767677;
    width: 14px;
    text-align: center;
}
/* Kategori adlarının önündeki dekoratif ok — gürültü, kaldırıldı
   (işlevsel ikonlar — ev, zarf, kamyon, kullanıcı — kalır) */
.mobile-sidebar-nav ul li a i.fa-chevron-right { display: none; }
.mobile-sidebar-nav .ms-cat-row {
    display: flex;
    align-items: center;
    border-bottom: none !important;
}
.mobile-sidebar-nav .ms-cat-row > a { flex: 1; }
/* Aç/kapa butonu — kutusuz, çizgisiz; yalnız ince bir ok */
.mobile-sidebar-nav .ms-acc-toggle {
    flex: 0 0 auto;
    width: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none !important;
    color: #767677 !important;
    cursor: pointer;
    border-radius: 0;
}
.mobile-sidebar-nav .ms-acc-toggle i { transition: transform .2s, color .2s; font-size: 11px; color: #767677; }
.mobile-sidebar-nav .ms-has-sub.open .ms-acc-toggle i { transform: rotate(180deg); color: #000; }
/* app.js sets inline max-height on open — base must stay max-height:0 */
.mobile-sidebar-nav .mobile-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
    background: #fff !important;
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Alt menü — çizgisiz, hafif gri blok: grup tek parça okunur */
.mobile-sidebar-nav .ms-has-sub.open .mobile-submenu { background: #fafafa !important; }
.mobile-sidebar-nav .mobile-submenu li a {
    padding: 11px 20px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #767677 !important;
    border-bottom: none !important;
    min-height: 40px;
}
.mobile-sidebar-nav .mobile-submenu li:first-child a { padding-top: 14px; }
.mobile-sidebar-nav .mobile-submenu li:last-child a { padding-bottom: 16px; }
.mobile-sidebar-nav .mobile-submenu li a:hover { background: #ECEFF1 !important; color: #000 !important; }
.mobile-overlay { background: rgba(0, 0, 0, .4); }
/* Drawer'daki çıkış butonu (inline stilliydi — artık class) */
.adx-ms-cikis {
    background: none;
    border: none;   /* ayraç üst düzey li'den gelir — çift çizgi olmasın */
    padding: 14px 20px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-baslik, inherit);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    cursor: pointer;
}
.adx-ms-cikis i { font-size: 11px; color: #767677; width: 12px; text-align: center; }
.adx-ms-cikis:hover { background: #ECEFF1; }

/* ── FOOTER ───────────────────────────────────────────────────────── */
.adx-footer {
    background: #fff;
    color: #000;
    border-top: 1px solid var(--renk-border, #e5e5e5);
    margin-bottom: 0 !important;
}
.adx-footer a { text-decoration: none; }

/* Newsletter band — black */
.adx-news {
    background: #000;
    color: #fff;
    padding: 48px 0;
}
.adx-news-in {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media (min-width: 1024px) {
    .adx-news-in {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}
.adx-news-text h3 {
    margin: 0 0 6px;
    font-family: var(--font-baslik, inherit);
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
}
.adx-news-text p {
    margin: 0;
    font-size: 13px;
    color: #b8b8b8;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.adx-news-form {
    display: flex;
    align-items: stretch;
    gap: 0;
    max-width: 520px;
    width: 100%;
}
.adx-news-form input[type="email"] {
    flex: 1 1 auto;
    min-width: 0;
    height: 48px;
    padding: 0 16px;
    background: #fff !important;
    border: 1px solid #fff !important;
    border-right: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 13px;
    color: #000;
    outline: none;
}
.adx-news-form input[type="email"]::placeholder {
    color: #767677;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 12px;
}
.adx-news-form .adx-btn { flex: 0 0 auto; }

/* Link grid — white */
.adx-footer-main { padding: 48px 0 40px; background: #fff; }
.adx-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px 32px;
}
@media (min-width: 768px) {
    .adx-footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .adx-footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; }
}
.adx-footer-col h4 {
    margin: 0 0 16px;
    font-family: var(--font-baslik, inherit);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #000;
}
.adx-footer-col ul { list-style: none; margin: 0; padding: 0; }
.adx-footer-col ul li a {
    display: inline-block;
    padding: 4px 0;
    font-size: 13px;
    color: #767677 !important;
}
.adx-footer-col ul li a:hover { color: #000 !important; text-decoration: underline; }
.adx-footer-logo { margin-bottom: 14px; }
.adx-footer-logo img { max-height: 44px; width: auto; display: block; }
.adx-footer-logo-text {
    font-family: var(--font-baslik, inherit);
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #000;
}
.adx-footer-desc {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.6;
    color: #767677;
    max-width: 340px;
}
.adx-footer-etbis {
    margin: 0 0 14px;
    font-size: 12px;
    color: #767677;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.adx-footer-social { display: flex; gap: 8px; flex-wrap: wrap; }
.adx-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    color: #000 !important;
    background: #fff;
    font-size: 15px;
    border-radius: 0 !important;
}
.adx-footer-social a:hover { background: #000; color: #fff !important; }
.adx-footer-contact { display: flex; gap: 10px; align-items: flex-start; padding: 5px 0; font-size: 13px; color: #767677; }
.adx-footer-contact i { width: 14px; text-align: center; margin-top: 3px; color: #000; font-size: 12px; }
.adx-footer-contact a { color: #767677 !important; }
.adx-footer-contact a:hover { color: #000 !important; text-decoration: underline; }

/* Bottom legal bar — light gray */
.adx-footer-bottom {
    background: #ECEFF1;
    border-top: 1px solid var(--renk-border, #e5e5e5);
    padding: 16px 0;
}
.adx-footer-bottom-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px 24px;
    flex-wrap: wrap;
}
.adx-footer-bottom p {
    margin: 0;
    font-size: 12px;
    color: #767677;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.adx-footer-bottom-right {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-left: auto;
}
.adx-footer-odeme img {
    max-height: 24px;
    width: auto;
    display: block;
    filter: grayscale(1);
    opacity: .85;
}
.adx-imza {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
}
.adx-imza-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #767677;
    text-transform: uppercase;
}
.adx-imza-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #000;
    padding: 5px 12px 5px 6px;
    border-radius: 0 !important;
}
.adx-imza-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: #000;
    color: #fff;
    font-weight: 800;
    font-size: 10px;
    font-family: 'SF Mono', Consolas, monospace;
    flex-shrink: 0;
    border-radius: 0;
}
.adx-imza-text {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .5px;
    color: #000;
    white-space: nowrap;
    text-transform: uppercase;
}
.adx-imza:hover .adx-imza-badge { background: #000; }
.adx-imza:hover .adx-imza-badge .adx-imza-text { color: #fff; }
.adx-imza:hover .adx-imza-icon { background: #fff; color: #000; }
@media (max-width: 768px) {
    .adx-footer-bottom-in { justify-content: center; text-align: center; }
    .adx-footer-bottom-right { width: 100%; justify-content: center; margin-left: 0; }
}
@media (max-width: 480px) {
    .adx-imza-label { display: none; }
}

/* ── Mobile bottom nav (restyle — hooks preserved) ────────────────── */
.mobile-bottom-nav {
    background: #fff !important;
    border-top: 1px solid var(--renk-border, #e5e5e5) !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.mobile-bottom-nav > * {
    color: #767677 !important;
    border-radius: 0 !important;
}
.mobile-bottom-nav > * i { color: inherit; font-size: 19px; }
.mobile-bottom-nav > * span {
    font-size: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.mobile-bottom-nav > *.active { color: #000 !important; }
.mobile-bottom-nav > *.active span {
    border-bottom: 2px solid #000;
    padding-bottom: 1px;
}
.mobile-bottom-nav .nav-badge,
.mobile-bottom-nav .cart-count {
    background: #000 !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-size: 9px;
    font-weight: 700;
}
/* Vurgulu (floating) buton — kare, siyah */
.mobile-bottom-nav .vurgulu {
    background: #000 !important;
    color: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.mobile-bottom-nav .vurgulu i,
.mobile-bottom-nav .vurgulu span { color: #fff !important; }
.mobile-bottom-nav .vurgulu.active { background: #000 !important; }
.mobile-bottom-nav.altnav-floating {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 0 !important;
    border-top: 1px solid var(--renk-border, #e5e5e5) !important;
    box-shadow: none !important;
}

/* ══════════════════════════════════════════════════════════════════
   ÜYE GİRİŞ / KAYIT — minimal tek kart (pages.css .auth-* kurallarını ezer)
   ══════════════════════════════════════════════════════════════════ */
body[class] .adx-auth { padding: 48px 0 72px; background: var(--renk-bg, #fff); }
body[class] .adx-auth .adx-auth-wrap {
    display: block;
    max-width: 460px;
    margin: 0 auto;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
}
body[class] .adx-auth .adx-auth-card {
    background: #fff;
    border: 1px solid var(--renk-border, #e5e5e5);
    border-radius: 0;
    padding: 32px 28px 28px;
    box-shadow: none;
}
.adx-auth .adx-auth-brand {
    font-family: var(--font-baslik, Inter), sans-serif;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-bottom: 24px;
}
/* Sekmeler — alt çizgili minimal */
body[class] .adx-auth .auth-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--renk-border, #e5e5e5);
    border-radius: 0;
    margin-bottom: 24px;
    padding: 0;
}
body[class] .adx-auth .auth-tab {
    background: transparent !important;
    color: #767677 !important;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0 !important;
    padding: 12px 0 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .15s, border-color .15s;
    margin-bottom: -1px;
}
body[class] .adx-auth .auth-tab.active {
    color: #000 !important;
    border-bottom-color: #000;
    box-shadow: none;
}
/* Uyarılar */
body[class] .adx-auth .auth-alert { border-radius: 0; font-size: 13px; }
/* Google butonu */
body[class] .adx-auth .btn-google {
    border: 1px solid var(--renk-border, #e5e5e5);
    border-radius: 0;
    background: #fff;
    color: #000;
    font-weight: 600;
    box-shadow: none;
}
body[class] .adx-auth .btn-google:hover { border-color: #000; background: #fff; }
body[class] .adx-auth .auth-divider span { background: #fff; color: #767677; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
/* Form alanları */
body[class] .adx-auth .form-group label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #000;
}
body[class] .adx-auth .form-group label .optional { text-transform: none; letter-spacing: 0; color: #767677; font-weight: 400; }
body[class] .adx-auth .input-icon-wrap { border-radius: 0; }
body[class] .adx-auth .input-icon-wrap i { color: #9a9a9a; }
body[class] .adx-auth .input-icon-wrap input {
    border: 1px solid var(--renk-border, #e5e5e5) !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    height: 46px;
    font-size: 14px;
}
body[class] .adx-auth .input-icon-wrap input:focus {
    border-color: #000 !important;
    outline: none;
    box-shadow: none !important;
}
body[class] .adx-auth .toggle-pass { color: #767677; }
body[class] .adx-auth .checkbox-label { font-size: 13px; color: #303030; }
body[class] .adx-auth .checkbox-label a { color: #000; text-decoration: underline; }
body[class] .adx-auth .forgot-link { color: #000; font-size: 13px; text-decoration: underline; }
/* Ana buton — siyah, keskin, büyük harf */
body[class] .adx-auth .btn-auth {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000;
    border-radius: 0 !important;
    height: 48px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    box-shadow: none !important;
    transition: outline-offset .12s;
}
body[class] .adx-auth .btn-auth:hover {
    background: #000 !important;
    outline: 1px solid #000;
    outline-offset: 3px;
    transform: none;
}
body[class] .adx-auth .auth-switch { font-size: 13px; color: #767677; }
body[class] .adx-auth .auth-switch a { color: #000; font-weight: 700; text-decoration: underline; }
@media (max-width: 560px) {
    body[class] .adx-auth { padding: 24px 0 48px; }
    body[class] .adx-auth .adx-auth-card { padding: 24px 18px 22px; border-left: none; border-right: none; }
}
