/* ════════════════════════════════════════════════════════════════════
   ADX PLP — Ürün kartı + listeleme sayfaları (kategori / marka / arama /
   indirimli). Sportswear-brand monochrome tema.
   Palet: #000 on #fff · görsel zemin #ECEFF1 · soluk #767677 ·
   çerçeve #e5e5e5 · indirim kırmızısı #e32b2b. SIFIR border-radius, flat.

   NOT — Bu dosya eski temel CSS'ten (components/style/pages/mobile) ve
   theme-css.php'nin inline <style> bloğundan ÖNCE/da yüklenebilir; o
   blokta !important'lı kart kuralları var. Bu yüzden çekişmeli kurallar
   bilinçli olarak yüksek özgüllük (body[class] .product-card.adx-card …)
   + !important ile yazıldı.
   ════════════════════════════════════════════════════════════════════ */

:root {
    --adx-ink:    #000;
    --adx-paper:  #fff;
    --adx-muted:  #767677;
    --adx-border: #e5e5e5;
    --adx-img-bg: #ECEFF1;
    --adx-red:    #e32b2b;
}

/* ════════════════════════════════════════════════════════════════════
   1. ÜRÜN KARTI (.adx-card) — her yerde bağımsız çalışır:
      listeleme grid'i, ana sayfa carousel'leri, ürün detay öneri şeridi
   ════════════════════════════════════════════════════════════════════ */

body[class] .product-card.adx-card,
.product-card.adx-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 !important;
    background: var(--adx-paper, #fff) !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible;
    transform: none !important;
    transition: border-color .15s ease;
}
/* Kartın tamamı: hover'da 1px siyah çerçeve — başka efekt yok */
body[class] .product-card.adx-card:hover,
body[class] .product-card.adx-card:focus-within {
    border-color: var(--adx-ink, #000) !important;
    transform: none !important;
    box-shadow: none !important;
}

/* ── Görsel alanı — kare (tema oranına saygılı), #ECEFF1 zemin ────── */
body[class] .product-card.adx-card .product-image {
    position: relative;
    aspect-ratio: var(--kart-orani, 1/1);
    padding: 0 !important;
    background: var(--adx-img-bg, #ECEFF1) !important;
    border-radius: 0 !important;
    overflow: hidden;
    flex: none;
}
/* Görsel linki — theme-css'in .product-card-link flex kuralını ez */
body[class] .product-card.adx-card .product-card-link {
    display: block;
    flex: none;
    position: static;
    text-decoration: none !important;
}
body[class] .product-card.adx-card .product-image picture,
body[class] .product-card.adx-card .product-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    padding: 0 !important;
    background: transparent;
    transform: none !important;
    border-radius: 0 !important;
}
body[class] .product-card.adx-card:hover .product-image img {
    transform: none !important;
}
.product-card.adx-card .product-no-image {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #b6bcc1;
    background: var(--adx-img-bg, #ECEFF1);
}

/* Hover'da ikinci görsel (kontrast'taki hover-img mekanizması — adx'te hep açık) */
body[class] .product-card.adx-card .product-image .hover-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
    z-index: 1;
}
body[class] .product-card.adx-card:hover .product-image .hover-img {
    opacity: 1;
}

/* ── Rozetler — sol üst, 11px uppercase, beyaz üstüne siyah, çerçeveli ── */
.product-card.adx-card .product-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 52px;              /* kalp ile çakışmasın */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    z-index: 2;
    pointer-events: none;
}
body[class] .product-card.adx-card .adx-badge {
    display: inline-block;
    padding: 3px 8px;
    font-size: 11px !important;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .5px;
    border: 1px solid var(--adx-border, #e5e5e5);
    border-radius: 0 !important;
    box-shadow: none !important;
}
/* Promo rozeti admin'den renk alır (inline style) — zemine dokunma */
body[class] .product-card.adx-card .adx-badge:not(.adx-badge-promo) {
    background: var(--adx-paper, #fff) !important;
    color: var(--adx-ink, #000) !important;
}
body[class] .product-card.adx-card .adx-badge-sale {
    color: var(--adx-red, #e32b2b) !important;
    border-color: var(--adx-red, #e32b2b);
}
body[class] .product-card.adx-card .adx-badge-out {
    background: var(--adx-ink, #000) !important;
    color: var(--adx-paper, #fff) !important;
    border-color: var(--adx-ink, #000);
}

/* ── Tükendi durumu — kart listede kalır, görsel soluklaşır ─────────
   Fiyat: theme-css'in [class*="price-current"] !important renk kuralını
   ezebilmek için body[class] + !important gerekli.

   HATA (düzeltildi): Eski kural  .adx-card-media img { opacity:.55 }
   karttaki HER görseli hedefliyordu. Yeni çoklu-görsel yapısında
   (ui.css: .nrs-card-img { opacity:0 } / .is-active { opacity:1 } —
   hover'da 1sn'de bir sıradaki görsele geçen slayt) bu kural TÜM
   görselleri aynı anda %55 görünür yapıp üst üste bindiriyordu
   (hayalet / çift pozlama). ÇÖZÜM: yalnızca GÖRÜNEN (is-active)
   görseli soluklaştır; diğerlerini ui.css 0'da tutmaya devam etsin. */
/* Yeni çoklu-görsel (nrs) yapısı — sadece aktif görsel soluk */
.product-card.adx-card--out .adx-card-media img.nrs-card-img { opacity: 0; filter: none; }
.product-card.adx-card--out .adx-card-media img.nrs-card-img.is-active { opacity: .55; filter: grayscale(35%); }
/* Eski tek-görsel yapısı (nrs değil) — doğrudan soluklaştır */
.product-card.adx-card--out .adx-card-media img:not(.nrs-card-img) { opacity: .55; filter: grayscale(35%); }
body[class] .product-card.adx-card--out .adx-card-title,
body[class] .product-card.adx-card--out .price-current { color: var(--adx-muted, #767677) !important; }
body[class] .adx-card--out .product-add-cart-disabled {
    background: var(--adx-paper, #fff) !important;
    color: var(--adx-muted, #767677) !important;
    border: 1px solid var(--adx-border, #e5e5e5) !important;
    cursor: not-allowed;
}

/* ── Favori kalp — sağ üst, keskin köşeli, gölgesiz ───────────────── */
.product-card.adx-card .product-favorite-wrap {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
}
body[class] .adx-card .favori-btn {
    width: 34px;
    height: 34px;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: var(--adx-paper, #fff) !important;
    color: var(--adx-ink, #000);
    border: none;
}
body[class] .adx-card .favori-btn:hover {
    transform: none;
    color: var(--adx-red, #e32b2b);
}
body[class] .adx-card .favori-btn.favorili {
    color: var(--adx-red, #e32b2b);
}

/* ── Varyant renk noktaları — sol alt (görsel içinde), opsiyonel ──── */
body[class] .adx-card .product-variants {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 3;
    background: transparent;
    padding: 0;
    transition: bottom .18s ease;
}
body[class] .adx-card .product-variants .variant-dot {
    width: 12px;
    height: 12px;
    border-radius: 0;          /* keskin — kare renk örneği */
    border: 1px solid rgba(0,0,0,.25);
    display: inline-block;
}
body[class] .adx-card .product-variants .variant-more {
    font-size: 11px;
    font-weight: 700;
    color: var(--adx-ink, #000);
    background: var(--adx-paper, #fff);
    padding: 0 4px;
    line-height: 14px;
    border: 1px solid var(--adx-border, #e5e5e5);
}

/* ── Sepete Ekle — görselin altına yaslı siyah bar; masaüstünde hover'da
     belirir, dokunmatikte küçük kare ikon buton olarak hep görünür ──── */
body[class] .product-card.adx-card .product-add-cart {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    height: 42px;
    margin: 0 !important;
    padding: 0 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background: var(--adx-ink, #000) !important;
    color: var(--adx-paper, #fff) !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px !important;
    line-height: 1;
    white-space: nowrap !important;
    text-decoration: none !important;
    cursor: pointer;
    z-index: 3;
    box-sizing: border-box !important;
}
body[class] .product-card.adx-card .product-add-cart i {
    font-size: 13px !important;
    flex: 0 0 auto;
}
body[class] .product-card.adx-card .product-add-cart:hover {
    background: #1a1a1a !important;
    color: var(--adx-paper, #fff) !important;
    transform: none !important;
}
body[class] .product-card.adx-card .product-add-cart:focus-visible {
    outline: 2px solid var(--adx-ink, #000);
    outline-offset: 2px;
}
body[class] .product-card.adx-card .product-add-cart.product-add-cart-disabled {
    background: var(--adx-muted, #767677) !important;
    cursor: not-allowed;
}

/* Masaüstü (imleçli cihaz): bar gizli başlar, kart hover/focus'ta belirir */
@media (hover: hover) and (pointer: fine) {
    body[class] .product-card.adx-card .product-add-cart {
        opacity: 0 !important;
        transform: translateY(100%) !important;
        transition: transform .18s ease, opacity .18s ease;
    }
    body[class] .product-card.adx-card:hover .product-add-cart,
    body[class] .product-card.adx-card:focus-within .product-add-cart {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
    /* Bar belirince renk noktaları üstüne kaysın */
    body[class] .adx-card:hover .product-variants,
    body[class] .adx-card:focus-within .product-variants {
        bottom: 52px;
    }
}

/* Dokunmatik: hover yok — küçük kare ikon buton, sağ alt köşede sabit */
@media (hover: none), (pointer: coarse) {
    body[class] .product-card.adx-card .product-add-cart {
        left: auto !important;
        right: 8px !important;
        bottom: 8px !important;
        width: 38px !important;
        height: 38px;
        padding: 0 !important;
        gap: 0 !important;
        background: var(--adx-paper, #fff) !important;
        color: var(--adx-ink, #000) !important;
        border: 1px solid var(--adx-ink, #000) !important;
        opacity: 1 !important;
        transform: none !important;
    }
    body[class] .product-card.adx-card .product-add-cart span {
        display: none !important;
    }
    body[class] .product-card.adx-card .product-add-cart.product-add-cart-disabled {
        border-color: var(--adx-muted, #767677) !important;
        color: var(--adx-muted, #767677) !important;
        background: var(--adx-paper, #fff) !important;
    }
}

/* ── Bilgi bloğu — minimal: ad · marka/kategori · renk sayısı · fiyat ── */
body[class] .product-card.adx-card .adx-card-body-link {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    text-decoration: none !important;
    color: inherit;
}
body[class] .product-card.adx-card .product-info {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 2px;
    padding: 10px 2px 16px !important;
    background: var(--adx-paper, #fff);
    text-align: left;
}
body[class] .product-card.adx-card .product-title {
    margin: 0;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.45;
    letter-spacing: 0;
    text-transform: none;
    color: #111 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 2.9em;
}
body[class] .product-card.adx-card .adx-card-meta,
body[class] .product-card.adx-card .product-brand,
body[class] .product-card.adx-card .product-category {
    font-size: 13px !important;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: var(--adx-muted, #767677) !important;
    background: transparent !important;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-card.adx-card .adx-card-colors {
    font-size: 13px;
    color: var(--adx-muted, #767677);
}

/* Fiyat — kalın 14px; indirimliyse eski fiyat üstü çizili + güncel kırmızı */
.product-card.adx-card .product-price-block {
    margin-top: 6px;
}
.product-card.adx-card .price-row-current {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}
body[class] .product-card.adx-card .price-current {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: var(--adx-ink, #000) !important;
    letter-spacing: 0;
}
body[class] .product-card.adx-card .price-current.adx-price-sale {
    color: var(--adx-red, #e32b2b) !important;
}
body[class] .product-card.adx-card .price-old {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: var(--adx-muted, #767677) !important;
    text-decoration: line-through;
}

/* "Sepette X TL" — düz, kompakt satır */
body[class] .product-card.adx-card .product-cart-deal {
    margin-top: 4px;
    padding: 0;
    background: transparent !important;
    border: none;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    color: var(--adx-red, #e32b2b) !important;
}

/* ════════════════════════════════════════════════════════════════════
   2. LİSTELEME SAYFASI (kategori / marka / indirimli — .adx-plp)
   ════════════════════════════════════════════════════════════════════ */

/* Breadcrumb — sakin, soluk */
.adx-breadcrumb {
    background: var(--adx-paper, #fff);
    border-bottom: 1px solid var(--adx-border, #e5e5e5);
}
.adx-breadcrumb .breadcrumb,
.adx-breadcrumb .breadcrumb a,
.adx-breadcrumb .breadcrumb span {
    color: var(--adx-muted, #767677) !important;
    font-size: 13px;
    text-decoration: none;
}
.adx-breadcrumb .breadcrumb a:hover { color: var(--adx-ink, #000) !important; }

.adx-plp { background: var(--adx-paper, #fff); }

/* Başlık satırı: H1 uppercase büyük + soluk [adet] */
.category-header.adx-plp-header {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin: 20px 0 12px;
}
.adx-plp-title {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
    font-size: 26px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: var(--adx-ink, #000) !important;
    line-height: 1.15;
}
@media (min-width: 768px) {
    .adx-plp-title { font-size: 34px !important; }
}
.adx-plp-title .product-count.adx-plp-count {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: var(--adx-muted, #767677) !important;
}

/* Alt kategori çipleri — keskin köşeli, uppercase, çerçeveli */
.subcategories.adx-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
}
body[class] .subcategory-chip.adx-chip {
    display: inline-block;
    padding: 8px 18px;
    background: var(--adx-paper, #fff) !important;
    color: var(--adx-ink, #000) !important;
    border: 1px solid var(--adx-ink, #000) !important;
    border-radius: 0 !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background .15s ease, color .15s ease;
}
body[class] .subcategory-chip.adx-chip:hover {
    background: var(--adx-ink, #000) !important;
    color: var(--adx-paper, #fff) !important;
    border-color: var(--adx-ink, #000) !important;
}

/* SEO içerik blokları (eski inline stiller buraya taşındı) */
.adx-seo-text {
    margin-bottom: 20px;
    padding: 16px 0;
    font-size: 14px;
    line-height: 1.8;
    color: var(--adx-muted, #767677);
}
.adx-seo-alt {
    margin-top: 48px;
    margin-bottom: 0;
    padding: 24px 0 0;
    border-top: 1px solid var(--adx-border, #e5e5e5);
}

/* ── Layout: ≥1025px sabit sol kolon 260px + içerik ───────────────── */
.category-layout.adx-layout {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}
@media (min-width: 1025px) {
    .filters-sidebar.adx-filters {
        width: 260px;
        flex: 0 0 260px;
        position: sticky;
        top: 96px;
        max-height: calc(100vh - 112px);
        overflow-y: auto;
    }
}

/* ── Toolbar: solda FİLTRELE, sağda minimal sıralama ─────────────── */
body[class] .products-toolbar.adx-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    min-height: 56px;
    margin-bottom: 24px;
    padding: 8px 0 !important;
    background: transparent !important;
    border: none;
    border-top: 1px solid var(--adx-border, #e5e5e5);
    border-bottom: 1px solid var(--adx-border, #e5e5e5);
    border-radius: 0 !important;
    box-shadow: none !important;
}
body[class] .filter-toggle-btn.adx-filter-btn {
    display: none;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: var(--adx-paper, #fff) !important;
    color: var(--adx-ink, #000) !important;
    border: 1px solid var(--adx-ink, #000) !important;
    border-radius: 0 !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
body[class] .filter-toggle-btn.adx-filter-btn:hover {
    background: var(--adx-ink, #000) !important;
    color: var(--adx-paper, #fff) !important;
}
@media (max-width: 1024px) {
    body[class] .filter-toggle-btn.adx-filter-btn { display: inline-flex; }
}
body[class] .sort-select.adx-sort select {
    padding: 10px 14px;
    background: var(--adx-paper, #fff);
    color: var(--adx-ink, #000);
    border: 1px solid var(--adx-border, #e5e5e5) !important;
    border-radius: 0 !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
    box-shadow: none !important;
}
body[class] .sort-select.adx-sort select:hover,
body[class] .sort-select.adx-sort select:focus {
    border-color: var(--adx-ink, #000) !important;
}

/* ── Filtre kenar çubuğu: düz akordeon gruplar ────────────────────── */
.filters-sidebar.adx-filters { background: var(--adx-paper, #fff); }
.adx-filters .filter-header.adx-filters-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--adx-ink, #000);
}
.adx-filters .adx-filters-head h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--adx-ink, #000);
}
.adx-filters .filter-close-btn {
    background: none;
    border: none;
    font-size: 18px;
    color: var(--adx-ink, #000);
    cursor: pointer;
}
body[class] .filter-group.adx-facet {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    border-bottom: 1px solid var(--adx-border, #e5e5e5) !important;
    border-radius: 0;
    background: transparent;
}
.adx-facet > .adx-facet-title {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--adx-ink, #000);
    cursor: pointer;
    user-select: none;
}
.adx-facet > .adx-facet-title::-webkit-details-marker { display: none; }
.adx-facet > .adx-facet-title::marker { content: ""; }
.adx-facet > .adx-facet-title::after {
    content: "+";
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.adx-facet[open] > .adx-facet-title::after { content: "\2212"; } /* − */
.adx-facet .adx-facet-body { padding: 0 0 16px; }

body[class] .adx-facet .filter-checkbox.adx-check {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    font-size: 13px;
    color: #111;
    cursor: pointer;
}
.adx-facet .adx-check input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: var(--adx-ink, #000);
    border-radius: 0;
    flex: 0 0 auto;
}
.adx-facet .price-range.adx-price-range {
    display: flex;
    align-items: center;
    gap: 8px;
}
body[class] .adx-price-range .price-input {
    width: 80px;
    padding: 9px 10px;
    border: 1px solid var(--adx-border, #e5e5e5) !important;
    border-radius: 0 !important;
    font-size: 13px;
    outline: none;
    box-shadow: none !important;
}
body[class] .adx-price-range .price-input:focus {
    border-color: var(--adx-ink, #000) !important;
}
body[class] .adx-price-range .btn-filter-apply {
    padding: 9px 12px;
    background: var(--adx-ink, #000) !important;
    color: var(--adx-paper, #fff) !important;
    border: 1px solid var(--adx-ink, #000);
    border-radius: 0 !important;
    cursor: pointer;
}

/* Mobil çekmece (≤1024 — mevcut openFilters/closeFilters + .open korunur;
   pozisyon/animasyon mobile.css'ten gelir, burada sadece görünüm) */
@media (max-width: 1024px) {
    .filters-sidebar.adx-filters {
        background: var(--adx-paper, #fff);
        border-right: 1px solid var(--adx-ink, #000);
        box-shadow: none;
        z-index: 1300;
    }
}

/* ── Ürün grid'i: 2 / 3 (≥768) / 4 (≥1280) — 16px yatay, 48px dikey ── */
div.products-grid, .urun-grid, .da-product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 40px 12px !important;
}
@media (min-width: 768px) {
    div.products-grid, .urun-grid, .da-product-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 48px 16px !important;
    }
}
@media (min-width: 1280px) {
    div.products-grid, .urun-grid, .da-product-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

/* ── Sayfalama: kare, çerçeveli; aktif siyah ──────────────────────── */
body[class] .pagination.adx-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 48px;
}
body[class] .adx-pagination .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    padding: 0 !important;
    background: var(--adx-paper, #fff) !important;
    color: var(--adx-ink, #000) !important;
    border: 1px solid var(--adx-border, #e5e5e5) !important;
    border-radius: 0 !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: border-color .15s ease;
}
body[class] .adx-pagination .page-link:hover {
    background: var(--adx-paper, #fff) !important;
    color: var(--adx-ink, #000) !important;
    border-color: var(--adx-ink, #000) !important;
}
body[class] .adx-pagination .page-link.active {
    background: var(--adx-ink, #000) !important;
    color: var(--adx-paper, #fff) !important;
    border-color: var(--adx-ink, #000) !important;
}

/* ── Boş durum ────────────────────────────────────────────────────── */
.adx-empty {
    text-align: center;
    padding: 64px 20px;
    border: 1px solid var(--adx-border, #e5e5e5);
    border-radius: 0;
    background: var(--adx-paper, #fff);
}
.adx-empty i {
    font-size: 40px;
    color: var(--adx-muted, #767677);
    margin-bottom: 14px;
}
.adx-empty h3 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0 0 8px;
    color: var(--adx-ink, #000);
}
.adx-empty p {
    font-size: 14px;
    color: var(--adx-muted, #767677);
    margin: 0 0 16px;
}

/* ── Hareket azaltma tercihi ──────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
    .product-card.adx-card,
    .product-card.adx-card .product-add-cart,
    .product-card.adx-card .hover-img,
    .adx-card .product-variants {
        transition: none !important;
    }
}
