/* ============================================================
   ATELIER NOIR — Premium Women's Fashion Theme for Ticimax
   v2 — Gerçek Ticimax DOM yapısına göre yazıldı.
   Ticimax'ın otomatik render ettiği class isimleri korunmuş;
   sadece görsel katman (CSS) yenilenmiştir.
   API & temp.js bağlantıları aynen çalışır.
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@400;500&family=Instrument+Serif:ital@0;1&display=swap");

:root {
  --theme-color: #111111;
  --c-ink: #0a0a0a;
  --c-ink-soft: #2a2a2a;
  --c-muted: #6b6b6b;
  --c-line: #e8e6e2;
  --c-line-strong: #1a1a1a;
  --c-paper: #fafaf7;
  --c-paper-warm: #f4f1ec;
  --c-white: #ffffff;
  --c-accent: #b8956a;
  --c-sale: #c1272d;

  --f-display: "Instrument Serif", "Times New Roman", serif;
  --f-body: "Geist", "Helvetica Neue", sans-serif;
  --f-mono: "Geist Mono", monospace;

  --shadow-soft: 0 1px 2px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
  --shadow-elev: 0 2px 4px rgba(0, 0, 0, 0.05), 0 24px 48px rgba(0, 0, 0, 0.08);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dur: 0.45s;
}

/* ---------- Body / Reset Override ---------- */
body {
  font-family: var(--f-body) !important;
  background: var(--c-paper) !important;
  color: var(--c-ink);
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

select, input, textarea, button {
  font-family: var(--f-body) !important;
}

a { color: var(--c-ink); transition: color 0.2s var(--ease), opacity 0.2s var(--ease); }
a:hover { color: var(--c-accent); }

::selection { background: var(--c-ink); color: var(--c-paper); }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: var(--c-paper-warm); }
::-webkit-scrollbar-thumb { background: var(--c-ink); }

/* ---------- ticiContainer (ana grid) ---------- */
.ticiContainer {
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
}

/* =============================================================
   1. HEADER — Ticimax #header.homeHeader gerçek yapısı
   ============================================================= */

#header.homeHeader {
  background: var(--c-paper);
  position: relative;
  z-index: 50;
}

/* --- htop (üst şerit) --- */
.htop {
  background: var(--c-ink) !important;
  color: var(--c-paper);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 400;
  border: none !important;
}
.htop .ticiContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
}
.htop .htopleft ul,
.htop .htopright ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  gap: 28px;
}
.htop li { font-size: 11px; color: var(--c-paper); }
.htop a { color: var(--c-paper) !important; opacity: 0.85; }
.htop a:hover { opacity: 1; color: var(--c-paper) !important; }

/* --- headerContent (ana header satırı) --- */
.headerContent {
  background: rgba(250, 250, 247, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--c-line);
  padding: 22px 32px !important;
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  max-width: 1920px;
  margin: 0 auto;
}

/* Logo (ortalı) */
#logo {
  grid-column: 2;
  justify-self: center;
}
#logo .logo,
.headerContent .logo {
  display: inline-block;
  font-family: var(--f-display);
  font-size: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--c-ink);
  text-decoration: none;
  line-height: 1;
}
#logo .logo img,
.headerContent .logo img {
  max-height: 38px;
  width: auto;
  display: block;
}

/* --- Sol blok: Arama --- */
#divTopProductSearch {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  width: 100%;
  max-width: 320px;
}
#divTopProductSearch .search,
#divTopProductSearch #divArama {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--c-line-strong);
  padding-bottom: 0;
}
.urunSearchAC,
#txtbxArama,
#divTopProductSearch input.ticiComplete,
#divTopProductSearch input[type="text"] {
  flex: 1 !important;
  border: none !important;
  background: transparent !important;
  padding: 8px 0 8px 24px !important;
  font-size: 12px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  height: auto !important;
  color: var(--c-ink) !important;
  outline: none !important;
  box-shadow: none !important;
}
#divTopProductSearch input::placeholder { color: var(--c-muted); }

#divTopProductSearch::before,
#divTopProductSearch .search::before {
  content: "\f002"; /* fa-search */
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Pro", FontAwesome;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--c-ink);
  pointer-events: none;
  z-index: 2;
}
.rsbButton,
#btnKelimeAra {
  background: transparent !important;
  border: none !important;
  color: var(--c-ink) !important;
  padding: 8px 12px !important;
  font-size: 10px !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
}
.rsbButton:hover { color: var(--c-accent) !important; }
.ButtonMic { display: none !important; }

/* --- Sağ aksiyon grubu --- */
.headerContent #divHeaderCart,
.headerContent #divMemberPanel,
.headerContent .hfav,
.headerContent .usernav,
.headerContent #instaStories {
  display: inline-flex;
  align-items: center;
}
.headerContent .header-actions { /* fallback wrapper */
  grid-column: 3;
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  align-items: center;
}

/* Sağ alanı flex ile ortala */
.headerContent {
  position: relative;
}
.headerContent #divHeaderCart,
.headerContent #divMemberPanel,
.headerContent .hfav {
  /* hepsini sağda toplayacağız */
}

/* Hesabım panel */
#divMemberPanel.welcome {
  grid-column: 3;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.memberWelcomeContent {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.memberWelcomeContent::before {
  content: "\f007"; /* fa-user */
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Pro", FontAwesome;
  font-weight: 300;
  font-size: 16px;
  color: var(--c-ink);
}
.uyeGirisWelcome,
.uyeGirisUyeAdi {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-ink);
}
.uyeGirisUyeAdi { font-weight: 500; }
.headerHesabim,
.headerCikis {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-muted) !important;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
}
.headerHesabim:hover,
.headerCikis:hover { color: var(--c-ink) !important; border-bottom-color: var(--c-ink); }

/* Favoriler */
.hfav {
  grid-column: 3;
  justify-self: end;
}
.hfav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 400;
  padding: 8px 0;
  color: var(--c-ink) !important;
}
.hfav a i { font-size: 16px; transition: transform 0.3s var(--ease); }
.hfav a:hover i { transform: translateY(-2px); }
.hfav a:hover { color: var(--c-accent) !important; }

/* Sepet */
#divHeaderCart.mycart {
  grid-column: 3;
  justify-self: end;
  position: relative;
}
#divHeaderCart > a {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-ink) !important;
  padding: 8px 12px;
  position: relative;
}
#divHeaderCart > a::before {
  content: "\f290"; /* fa-shopping-bag */
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Pro", FontAwesome;
  font-weight: 300;
  font-size: 18px;
  margin-right: 4px;
  transition: transform 0.3s var(--ease);
}
#divHeaderCart > a:hover::before { transform: translateY(-2px); }
.sepetTecxt { font-size: 11px; }
.sepetUrunSayisi {
  background: var(--c-ink);
  color: var(--c-paper);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin-left: 2px;
}
.sepetUrun { display: none !important; }
.sepetTopTutar { font-weight: 500; }

/* Sepet Dropdown (CartProduct) */
.CartProduct {
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--c-paper);
  border: 1px solid var(--c-line);
  box-shadow: var(--shadow-elev);
  min-width: 320px;
  padding: 24px;
  z-index: 45;
  margin-top: 8px;
}
.CartProduct ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.CartProduct.SepetBos .spanustSepetteUrunYok {
  display: block;
  text-align: center;
  padding: 20px 0;
  color: var(--c-muted);
  font-size: 13px;
}
.CartProduct .SPrice {
  border-top: 1px solid var(--c-line);
  padding-top: 12px;
  margin-top: 12px;
  font-size: 13px;
}
.CartProduct .SPrice li {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
.headerCartBtn,
.headerOrderBtn {
  display: block !important;
  width: 100%;
  text-align: center;
  background: var(--c-ink) !important;
  color: var(--c-paper) !important;
  padding: 14px !important;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 12px;
  border: 1px solid var(--c-ink);
  transition: all 0.3s var(--ease);
}
.headerCartBtn:hover,
.headerOrderBtn:hover {
  background: var(--c-paper) !important;
  color: var(--c-ink) !important;
}

/* Insta stories ve secondary nav (gizliyoruz veya küçültüyoruz) */
#instaStories.storiesWrapper { display: none !important; }
.usernav { display: none !important; }
.yanResimliMenu { display: none !important; }

/* =============================================================
   2. NAVIGATION — .navigation .HeaderMenu2 (Ticimax navUl)
   ============================================================= */

.navigation {
  background: var(--c-paper) !important;
  border-bottom: 1px solid var(--c-line) !important;
  position: relative;
  z-index: 35;
}
.navigation > div {
  max-width: 1440px;
  margin: 0 auto;
}
#divUcTopMenu {
  display: flex;
  justify-content: center;
  padding: 0 32px;
}
.HeaderMenu2,
.navigation .navUl {
  display: flex !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0;
}
.HeaderMenu2 > li,
.navigation .navUl > li {
  position: relative;
  list-style: none;
}
.HeaderMenu2 > li > a,
.navigation .navUl > li > a {
  display: block;
  padding: 18px 22px;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-ink) !important;
  position: relative;
  text-decoration: none;
}
.HeaderMenu2 > li > a::after,
.navigation .navUl > li > a::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 12px;
  height: 1px;
  background: var(--c-ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
}
.HeaderMenu2 > li:hover > a::after,
.HeaderMenu2 > li.active > a::after,
.navigation .navUl > li:hover > a::after {
  transform: scaleX(1);
}

/* Mega menu / Flexscroll */
.navigation .navUl > li .Flexscroll {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: var(--c-paper);
  min-width: 260px;
  border: 1px solid var(--c-line);
  box-shadow: var(--shadow-elev);
  padding: 24px 28px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s var(--ease);
  z-index: 45;
}
.navigation .navUl > li:hover .Flexscroll {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.navigation .navUl > li .Flexscroll > ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  min-width: 220px;
}
.navigation .navUl > li .Flexscroll > ul > li > a {
  display: block;
  padding: 7px 0 !important;
  font-size: 13px !important;
  letter-spacing: 0;
  text-transform: none !important;
  font-weight: 400 !important;
  color: var(--c-ink-soft) !important;
}
.navigation .navUl > li .Flexscroll > ul > li > a::after { display: none !important; }
.navigation .navUl > li .Flexscroll > ul > li > a:hover {
  color: var(--c-accent) !important;
  padding-left: 6px !important;
}

/* TempMenu (otomatik gelen submenu container) */
.TempMenu { display: none; }

/* =============================================================
   3. SAYFA TASARIM SİHİRBAZI — landing-block ortak stiller
   ============================================================= */

.landing-block {
  position: relative;
  margin: 32px 0 !important;
}
.landing-block.t-mt-0 { margin-top: 0 !important; }
.landing-block.t-mb-0 { margin-bottom: 0 !important; }
.landing-block.t-pt-10 { padding-top: 40px !important; }
.landing-block.t-pb-10 { padding-bottom: 40px !important; }

.landing-block .hazirBlokContent {
  position: relative;
}

/* tx-grid sistemi (Ticimax'ın bootstrap'ı) */
.txrow {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.txrow > [class*="txcol-"] {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  position: relative;
}
.txcol-sm { flex: 1 1 0; max-width: 100%; }
.txcol-12, .txcol-sm-12 { flex: 0 0 100%; max-width: 100%; }
.txcol-6, .txcol-sm-6 { flex: 0 0 50%; max-width: 50%; }
.txcol-sm-4 { flex: 0 0 33.333%; max-width: 33.333%; }
.txcol-3, .txcol-sm-3 { flex: 0 0 25%; max-width: 25%; }
.txcol-lg-9 { flex: 0 0 75%; max-width: 75%; }
.txcol-lg-3 { flex: 0 0 25%; max-width: 25%; }
.txcol-md-9 { flex: 0 0 75%; max-width: 75%; }

/* Admin edit butonlarını gizleyelim çıktıda görünmesin (development modda) */
.adminEditButton { display: none !important; }

/* =============================================================
   4. SLIDER BLOKLARI (.anasayfa_tek_slider, owl-carousel)
   ============================================================= */

.anasayfa_tek_slider {
  position: relative;
  overflow: hidden;
}
.anasayfa_tek_slider .owl-stage-outer {
  overflow: hidden;
  position: relative;
}
.anasayfa_tek_slider .owl-item {
  display: inline-block;
  vertical-align: top;
}
.anasayfa_tek_slider .owl-item img,
.anasayfa_tek_slider .blokResimLink img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 6s var(--ease);
}
.anasayfa_tek_slider .blokResimLink {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.anasayfa_tek_slider .blokResimLink:hover img {
  transform: scale(1.03);
}

/* Owl nav (önceki/sonraki) — özel ProductListprev/next class'ları */
.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 5;
  padding: 0 24px;
}
.owl-nav .ProductListprev,
.owl-nav .ProductListnext,
.owl-nav .owl-prev,
.owl-nav .owl-next {
  pointer-events: auto;
  width: 44px;
  height: 44px;
  background: rgba(250, 250, 247, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid var(--c-line);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s var(--ease);
  font-size: 18px;
  color: var(--c-ink);
}
.owl-nav .ProductListprev:hover,
.owl-nav .ProductListnext:hover,
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background: var(--c-ink);
  color: var(--c-paper);
  border-color: var(--c-ink);
}
.owl-nav .ProductListprev span,
.owl-nav .ProductListnext span {
  font-size: 22px;
  line-height: 1;
}

/* Owl dots (sayfa noktaları) */
.owl-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
}
.owl-dots .owl-dot {
  width: 24px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s var(--ease);
}
.owl-dots .owl-dot.active {
  background: var(--c-paper);
  width: 36px;
}
.owl-dots .owl-dot span { display: none; }

/* Sliderblok thumbs (alt resim galerisi) */
.anasayfaTekSliderThumbimg .owl-thumbsimg {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  padding: 0 32px;
  justify-content: center;
}
.owl-thumbsimg .owl-dot {
  width: 80px;
  height: 80px;
  padding: 0;
  border: 2px solid transparent;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  transition: border 0.3s var(--ease);
  opacity: 0.6;
}
.owl-thumbsimg .owl-dot.active {
  border-color: var(--c-ink);
  opacity: 1;
}
.owl-thumbsimg .owl-dot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* sliderblok_3'teki sağ yan blok */
#ticimaxYanBlok .ticimaxYanBlokItem {
  margin-bottom: 12px;
}
#ticimaxYanBlok .blokResimLink {
  display: flex;
  align-items: stretch;
  background: var(--c-paper-warm);
  overflow: hidden;
  position: relative;
  height: calc((100% - 24px) / 3);
  min-height: 100px;
  text-decoration: none;
}
#ticimaxYanBlok .ticiImg {
  flex: 0 0 40%;
  overflow: hidden;
}
#ticimaxYanBlok .ticiImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
#ticimaxYanBlok .blokResimLink:hover .ticiImg img { transform: scale(1.08); }
#ticimaxYanBlok .ticiText {
  flex: 1;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--c-paper);
}
#ticimaxYanBlok .ticiText p {
  margin: 0 0 4px 0 !important;
  font-size: 12px;
  color: var(--c-muted);
  line-height: 1.4;
}
#ticimaxYanBlok .ticiText p:first-child {
  font-family: var(--f-display);
  font-size: 22px;
  color: var(--c-ink);
  letter-spacing: -0.01em;
  margin-bottom: 6px !important;
}
#ticimaxYanBlok .ticiText p:first-child strong {
  font-weight: 400;
}
#ticimaxYanBlok .ticiText p:last-child {
  margin-top: 8px !important;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-ink);
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  align-self: flex-start;
}
#ticimaxYanBlok .ticiText p:last-child strong { font-weight: 500; }

/* =============================================================
   5. RESİM BLOKLARI (resimblok_*) — banner kompozisyonları
   ============================================================= */

.landing-block[id^="resimblok_"] .blokResimLink {
  display: block;
  overflow: hidden;
  position: relative;
}
.landing-block[id^="resimblok_"] .blokResimLink img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1.2s var(--ease);
}
.landing-block[id^="resimblok_"] .blokResimLink:hover img {
  transform: scale(1.04);
}
.landing-block[id^="resimblok_"] .blokResimLink::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.18) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.landing-block[id^="resimblok_"] .blokResimLink:hover::after {
  opacity: 1;
}

/* =============================================================
   6. ÜRÜN SLIDERBLOK + BANNERURUNSLIDER — ürün listesi
   ============================================================= */

.sliderBannerContainer,
.anasayfa_urun_slider {
  position: relative;
}

.ProductList.kategoriBlock {
  list-style: none;
  padding: 0;
  margin: 0;
}

.JKatAdi.categoryTitle {
  text-align: center;
  margin-bottom: 32px;
  padding: 12px 0 0;
}
.JKatAdi.categoryTitle .satir1 {
  font-family: var(--f-display);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 400;
  letter-spacing: -0.015em;
  color: var(--c-ink);
  display: inline-block;
}
.JKatAdi.categoryTitle .bold {
  font-weight: 400;
}
.JKatAdi.categoryTitle .bold .satir1 {
  display: block;
}
.JKatAdi.categoryTitle::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: var(--c-ink);
  margin: 16px auto 0;
}

.jCarouselLite {
  position: relative;
}

.ulUrunSlider {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ulUrunSlider .owl-stage-outer { overflow: hidden; }
.ulUrunSlider .owl-item {
  display: inline-block;
  vertical-align: top;
}
.ulUrunSlider .owl-item li {
  list-style: none;
  display: block;
}

/* =============================================================
   7. PRODUCT ITEM — ürün kartı (Ticimax gerçek yapısı)
   ============================================================= */

.productItem {
  position: relative;
  background: transparent;
  transition: transform 0.4s var(--ease);
}

.productItem .productImage {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--c-paper-warm);
  margin-bottom: 14px;
}
.productItem .productImage a {
  display: block;
  width: 100%;
  height: 100%;
}
.productItem .productImage img,
.productItem .productImage .resimOrginal {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.5s var(--ease), transform 1.2s var(--ease);
}
.productItem:hover .productImage img,
.productItem:hover .productImage .resimOrginal {
  transform: scale(1.05);
}

/* Product Detail (alt info) */
.productItem .productDetail {
  text-align: left;
  padding: 0;
  background: transparent !important;
}
.productItem .productMarka {
  font-family: var(--f-mono);
  font-size: 10px !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--c-muted) !important;
  margin-bottom: 6px;
  display: block !important;
}
.productItem .productName {
  font-family: var(--f-body) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0;
  color: var(--c-ink) !important;
  margin-bottom: 8px;
  line-height: 1.4;
}
.productItem .productName a {
  color: var(--c-ink) !important;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.productItem .productName a:hover { color: var(--c-accent) !important; }

/* Fiyat */
.productItem .productPrice {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 14px;
}
.productItem .productPrice .discountPrice {
  display: flex;
  align-items: baseline;
  gap: 6px;
  order: 1;
}
.productItem .productPrice .regularPrice {
  display: flex;
  align-items: baseline;
  gap: 6px;
  order: 2;
}
.productItem .productPrice .discountPriceSpan,
.productItem .productPrice .regularPriceSpan {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--c-ink);
}
.productItem .productPrice.IndirimVar .discountPriceSpan {
  color: var(--c-sale);
}
.productItem .productPrice.IndirimVar .regularPriceSpan {
  text-decoration: line-through;
  color: var(--c-muted);
  font-weight: 400;
  font-size: 12px;
}
.productItem .productPrice .discountKdv,
.productItem .productPrice .regularKdv {
  display: none !important;
}

/* productIcon (favori, sepet, incele, kargo) — hover'da görünür */
.productItem .productIcon {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateX(8px);
  transition: all 0.4s var(--ease);
  z-index: 3;
}
.productItem:hover .productIcon {
  opacity: 1;
  transform: translateX(0);
}
.productItem .productIcon > div {
  width: 38px;
  height: 38px;
  background: var(--c-paper);
  border: 1px solid var(--c-line);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s var(--ease);
  position: relative;
  font-size: 0;
}
.productItem .productIcon > div:hover {
  background: var(--c-ink);
  border-color: var(--c-ink);
}
.productItem .productIcon > div a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: transparent !important;
  text-indent: -9999px;
}
/* Icon glyph'leri */
.productItem .productIcon .favori::before {
  content: "\f004"; /* heart */
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Pro", FontAwesome;
  font-weight: 300;
  font-size: 14px;
  color: var(--c-ink);
  text-indent: 0;
  z-index: 1;
  pointer-events: none;
}
.productItem .productIcon .favori:hover::before { color: var(--c-paper); }
.productItem .productIcon .favori .favoriteslist.tip[data-action="2"]::before,
.productItem .productIcon .favori.aktif::before {
  content: "\f004";
  font-weight: 900;
  color: var(--c-sale);
}

.productItem .productIcon .mycartIcon::before {
  content: "\f290"; /* shopping-bag */
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Pro", FontAwesome;
  font-weight: 300;
  font-size: 14px;
  color: var(--c-ink);
  text-indent: 0;
  pointer-events: none;
}
.productItem .productIcon .mycartIcon:hover::before { color: var(--c-paper); }

.productItem .productIcon .examineIcon::before {
  content: "\f06e"; /* eye */
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Pro", FontAwesome;
  font-weight: 300;
  font-size: 14px;
  color: var(--c-ink);
  text-indent: 0;
  pointer-events: none;
}
.productItem .productIcon .examineIcon:hover::before { color: var(--c-paper); }

/* Cargo icon — küçük badge olarak ürün altında */
.productItem .productIcon .cargoIcon {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -200%; /* productImage'ın dışına yerleştir */
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-accent);
  font-weight: 500;
  white-space: nowrap;
}
.productItem .productIcon .cargoIcon:hover { background: transparent; }
/* Cargo icon görünür her zaman */
.productItem .productIcon .cargoIcon {
  position: static;
  opacity: 1;
  transform: none;
  width: 100%;
  height: auto;
  background: transparent;
  border: none;
  margin-top: 8px;
  text-align: left;
  display: block;
}
/* Eğer cargoIcon productIcon içindeyse productDetail altında gösteriyor olarak çevir */
.productItem .productIcon {
  pointer-events: none;
}
.productItem .productIcon > div { pointer-events: auto; }
.productItem .productIcon .cargoIcon { display: none; } /* Şimdilik gizle, ihtiyaç olursa açarız */

/* productFaMyEx — Yeni / İndirim badge'leri (sol üst) */
.productItem .productFaMyEx {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 3;
}
.productItem .productFaMyEx .newIcon {
  font-size: 9px !important;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--c-ink);
  color: var(--c-paper);
  padding: 4px 10px;
  display: inline-block;
}
.productItem .productFaMyEx .discountIcon {
  background: var(--c-sale);
  color: var(--c-paper);
  padding: 4px 10px;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}
.productItem .productFaMyEx .discountIcon_s1 { font-weight: 600; }
.productItem .productFaMyEx .discountIcon_s2 { opacity: 0.9; }
.productItem .productFaMyEx .discountIconDetail { display: none; }

/* urunListeAdet (mevcut adet kontrolü — gizli kalsın) */
.urunListeAdet { display: none !important; }

/* =============================================================
   8. KATEGORİ SAYFASI — #divIcerik.categoryContainer
   ============================================================= */

#divIcerik.categoryContainer {
  padding-top: 32px !important;
  padding-bottom: 80px !important;
}

#mainHolder_divBlocks {
  display: block;
}

.centerCount {
  width: 100%;
}

/* Kategori başlığı / sıralama bar */
.categoryTitle {
  margin-bottom: 24px;
}
.urunListRel.Slct {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
  gap: 20px;
}

.brandlistselection .sortingContent {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.brandlistselection .sortingContent > li {
  list-style: none;
  display: flex;
  align-items: center;
}

#filterOrderSelect {
  border: none !important;
  background: transparent !important;
  font-size: 11px !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 8px 28px 8px 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%230a0a0a' d='M5 6L0 0h10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  outline: none;
}

.filterOrderInStock {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-ink) !important;
  padding: 8px 14px;
  border: 1px solid var(--c-line);
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s var(--ease);
}
.filterOrderInStock:hover {
  border-color: var(--c-ink);
  background: var(--c-ink);
  color: var(--c-paper) !important;
}

.FiltrelemeUrunAdet {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-muted);
  display: flex !important;
  align-items: center;
  gap: 16px;
}

/* Görünüm seçici (1, 2, 3, 4 sütun) */
.blockSelect {
  display: inline-flex;
  gap: 4px;
  margin-left: 12px;
}
.btnCatSorting {
  width: 32px;
  height: 32px;
  border: 1px solid var(--c-line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--c-muted);
  transition: all 0.2s var(--ease);
}
.btnCatSorting:hover { border-color: var(--c-ink); color: var(--c-ink); }
.btnCatSorting.Active {
  background: var(--c-ink);
  color: var(--c-paper);
  border-color: var(--c-ink);
}

/* Sayfalama */
.pageNumber .pageBorder {
  display: inline-flex;
  gap: 4px;
}
.pageNumber a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--c-line);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  color: var(--c-ink);
  transition: all 0.2s var(--ease);
}
.pageNumber a:hover { border-color: var(--c-ink); }
.pageNumber a.SelectedSayfa,
.pageNumber a.butonDisabled.SelectedSayfa {
  background: var(--c-ink);
  color: var(--c-paper);
  border-color: var(--c-ink);
}

/* Ürün grid */
#ProductPageProductList.ProductList {
  display: grid !important;
  gap: 32px 20px !important;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ProductList.PlSc_2 { grid-template-columns: repeat(2, 1fr); }
.ProductList.PlSc_3 { grid-template-columns: repeat(3, 1fr); }
.ProductList.PlSc_4 { grid-template-columns: repeat(4, 1fr); }
.ProductList.PlSc_5 { grid-template-columns: repeat(5, 1fr); }
/* Default fallback */
#ProductPageProductList.ProductList { grid-template-columns: repeat(4, 1fr); }
#ProductPageProductList.ProductList.PlSc_4 { grid-template-columns: repeat(4, 1fr); }

.ItemOrj.col-3,
.ItemOrj {
  width: auto !important;
  flex: unset !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
}

/* Loader */
.categoryOverlay {
  position: fixed;
  inset: 0;
  background: rgba(250, 250, 247, 0.8);
  backdrop-filter: blur(8px);
  z-index: 999;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#loader {
  width: 32px;
  height: 32px;
  border: 2px solid var(--c-line);
  border-top-color: var(--c-ink);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* =============================================================
   9. GLIST — güven barı (footer üstü)
   ============================================================= */

.Glist {
  background: var(--c-paper-warm) !important;
  border-top: 1px solid var(--c-line) !important;
  border-bottom: 1px solid var(--c-line) !important;
  padding: 48px 0 !important;
  margin-top: 32px;
}
.Glist .ticiContainer > ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.Glist .ticiContainer > ul > li {
  list-style: none;
}
.Glist .Gblok {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  text-align: left;
}
.Glist .Gicon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  color: var(--c-ink);
}
.Glist .Gtext strong {
  font-family: var(--f-display);
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
  letter-spacing: -0.005em;
  text-transform: none;
  color: var(--c-ink);
  line-height: 1.2;
}
.Glist .Gtext strong br { display: none; }
.Glist .Gtext p {
  margin: 0 !important;
  font-size: 12px;
  color: var(--c-muted);
  line-height: 1.5;
}

/* =============================================================
   10. FOOTER — #footer.homeFooter
   ============================================================= */

#footer.homeFooter {
  background: var(--c-ink);
  color: var(--c-paper);
}
.footerTop { display: none; }
.footerCenter { background: transparent; }

.Footer {
  background: var(--c-ink) !important;
  color: var(--c-paper);
}

/* FooterTop (E-bülten) */
.Footer .FooterTop {
  padding: 88px 32px !important;
  text-align: center;
  background: var(--c-ink) !important;
  background-image: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.Footer .FooterTop .ticiContainer {
  position: relative;
}
.Footer .FooterTop strong {
  font-family: var(--f-display);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 400;
  font-style: italic;
  display: block;
  margin-bottom: 12px;
  color: var(--c-paper);
  text-transform: none;
  letter-spacing: -0.01em;
}
.Footer .FooterTop > .ticiContainer > span {
  display: block;
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 36px;
  color: var(--c-paper);
}

/* Bülten formu — newaslater */
.Footer .ebultenDiv {
  max-width: 480px;
  margin: 0 auto;
}
.newaslater {
  position: relative;
}
.newaslater label {
  display: none; /* Otomatik gelen label'ı gizle */
}
.newaslater .newsletterContent,
#UpdatePanel1.newsletterContent {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: border-color 0.3s var(--ease);
}
.newaslater .newsletterContent:focus-within {
  border-bottom-color: var(--c-paper);
}
.newstext,
#txtbxNewsletterMail,
.newaslater input.textbox {
  flex: 1 !important;
  background: transparent !important;
  border: none !important;
  color: var(--c-paper) !important;
  padding: 16px 0 !important;
  font-size: 14px !important;
  letter-spacing: 0.05em;
  height: auto !important;
  outline: none !important;
}
.newstext::placeholder,
#txtbxNewsletterMail::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.newsbutton,
#btnMailKaydet {
  background: transparent !important;
  border: none !important;
  color: var(--c-paper) !important;
  padding: 16px 0 16px 16px !important;
  font-size: 11px !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s var(--ease);
  text-decoration: none;
}
.newsbutton:hover,
#btnMailKaydet:hover {
  color: var(--c-accent) !important;
}

/* FooterMiddle (link grupları) */
.Footer .FooterMiddle {
  padding: 80px 0 48px !important;
}
.Footer .FooterMiddle .ticiContainer > ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 48px;
}
.Footer .FooterMiddle .ticiContainer > ul > li {
  list-style: none;
}
.Footer .FooterMiddle ul li ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
.Footer .FooterMiddle > .ticiContainer > ul > li > span {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  display: block;
  margin-bottom: 22px;
  font-weight: 500;
}
.Footer .FooterMiddle > .ticiContainer > ul > li > ul > li {
  margin-bottom: 12px;
  list-style: none;
}
.Footer .FooterMiddle > .ticiContainer > ul > li > ul > li a {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 13px !important;
  letter-spacing: 0;
  text-transform: none;
  transition: color 0.2s var(--ease), padding 0.3s var(--ease);
  text-decoration: none;
  font-weight: 400;
}
.Footer .FooterMiddle > .ticiContainer > ul > li > ul > li a:hover {
  color: var(--c-paper) !important;
  padding-left: 6px;
}

/* İletişim bloğu */
.Footer .Filetisim ul li {
  display: flex !important;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
}
.Footer .Filetisim ul li i {
  font-size: 16px;
  margin-top: 2px;
  color: var(--c-accent);
  flex-shrink: 0;
}
.Footer .Filetisim ul li p {
  margin: 0 !important;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}

/* FooterBottom (sosyal + uygulamalar) */
.Footer .FooterBottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 32px 0 !important;
}
.Footer .FooterBottom .ticiContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.Footer .FooterBottom ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  gap: 4px;
}
.Footer .FooterBottom .FooterBottomLeft ul li,
.Footer .FooterBottom .FooterBottomRight ul li {
  list-style: none;
}
.Footer .FooterBottom .FooterBottomLeft ul li a,
.Footer .FooterBottom .FooterBottomRight ul li a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-paper) !important;
  font-size: 14px;
  transition: all 0.3s var(--ease);
  text-decoration: none;
}
.Footer .FooterBottom .FooterBottomLeft ul li a:hover,
.Footer .FooterBottom .FooterBottomRight ul li a:hover {
  background: var(--c-paper);
  color: var(--c-ink) !important;
  border-color: var(--c-paper);
}
.Footer .FooterBottom .FooterBottomRight {
  display: flex;
  align-items: center;
  gap: 16px;
}
.Footer .FooterBottom .FooterBottomRight > span {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

/* FooterBottomBottom (copyright) */
.Footer .FooterBottomBottom {
  padding: 20px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.5);
}
.Footer .FooterBottomBottom .ticiContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.Footer .FooterBottomBottom img { max-height: 24px; opacity: 0.75; }

/* product_social_icon_wrapper */
.product_social_icon_wrapper {
  margin-top: 24px;
}
.PaylasTit {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: var(--c-ink);
}
.product_social_icon_wrapper > ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  gap: 8px;
}
.product_social_icon_wrapper > ul > li { list-style: none; }
.product_social_icons {
  width: 36px;
  height: 36px;
  border: 1px solid var(--c-line);
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: all 0.25s var(--ease);
  color: var(--c-ink) !important;
}
.product_social_icons:hover {
  background: var(--c-ink);
  color: var(--c-paper) !important;
  border-color: var(--c-ink);
}

/* =============================================================
   11. ANIMATIONS
   ============================================================= */

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* productItem'lara reveal animasyonu (opsiyonel, scroll-triggered olabilir) */
.productItem {
  animation: fadeInUp 0.6s var(--ease) backwards;
}

/* =============================================================
   12. RESPONSIVE
   ============================================================= */

@media (max-width: 1200px) {
  #ProductPageProductList.ProductList,
  #ProductPageProductList.ProductList.PlSc_4,
  #ProductPageProductList.ProductList.PlSc_5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .Footer .FooterMiddle .ticiContainer > ul {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 36px;
  }
  .txcol-lg-9, .txcol-md-9 { flex: 0 0 66.666%; max-width: 66.666%; }
  .txcol-lg-3 { flex: 0 0 33.333%; max-width: 33.333%; }
}

@media (max-width: 960px) {
  .ticiContainer { padding-left: 20px !important; padding-right: 20px !important; }
  .htop { display: none !important; }
  
  .headerContent {
    grid-template-columns: auto 1fr auto !important;
    padding: 14px 20px !important;
    gap: 12px;
  }
  #divTopProductSearch { max-width: none; grid-column: 1; }
  #divTopProductSearch .urunSearchAC,
  #divTopProductSearch #txtbxArama {
    font-size: 0 !important;
    width: 24px !important;
    padding: 0 !important;
  }
  #divTopProductSearch::before { left: 4px; }
  .rsbButton, #btnKelimeAra { display: none !important; }

  #logo .logo, .headerContent .logo { font-size: 22px; }
  #logo .logo img { max-height: 28px; }

  .uyeGirisWelcome,
  .headerHesabim,
  .headerCikis,
  .hfav a span,
  .sepetTecxt {
    display: none !important;
  }
  .uyeGirisUyeAdi { display: none; }
  .memberWelcomeContent::before { font-size: 18px; }

  .navigation { display: none; }

  /* Sayfa tasarım grid'leri tek sütuna düş */
  .txcol-sm-6, .txcol-12, .txcol-sm-3, .txcol-sm-4, .txcol-lg-9, .txcol-lg-3, .txcol-md-9, .txcol-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .txcol-6, .txrow .txcol-6 { flex: 0 0 50%; max-width: 50%; }

  .Glist .ticiContainer > ul { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .Footer .FooterMiddle .ticiContainer > ul { grid-template-columns: 1fr 1fr; gap: 32px; }

  #ProductPageProductList.ProductList,
  #ProductPageProductList.ProductList.PlSc_4 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px 12px !important;
  }
  
  .urunListRel.Slct { padding: 14px 0; }
  .brandlistselection .sortingContent { gap: 14px; }
  .FiltrelemeUrunAdet { font-size: 10px; }
  .blockSelect { display: none; }

  /* Mobil bottom bar etkin */
  body { padding-bottom: 64px; }
}

@media (max-width: 560px) {
  .Glist .ticiContainer > ul { grid-template-columns: 1fr; }
  .Footer .FooterMiddle .ticiContainer > ul { grid-template-columns: 1fr; gap: 28px; }
  .Footer .FooterTop { padding: 56px 20px !important; }

  #ProductPageProductList.ProductList,
  #ProductPageProductList.ProductList.PlSc_4 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px 10px !important;
  }
  
  .productItem .productIcon {
    flex-direction: row;
    bottom: 14px;
    top: auto;
    right: 14px;
    opacity: 1;
    transform: none;
  }
  .productItem .productIcon > div { width: 32px; height: 32px; }
  .productItem .productIcon > div::before { font-size: 12px !important; }
}

/* =============================================================
   13. MOBİL ALT BAR (yardımcı, şart değil)
   ============================================================= */

.mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(250, 250, 247, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--c-line);
  padding: 8px 0 12px;
  z-index: 100;
}
.mobile-bottom-bar ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.mobile-bottom-bar li {
  list-style: none;
}
.mobile-bottom-bar li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 4px;
  color: var(--c-ink);
  text-decoration: none;
}
.mobile-bottom-bar li a i { font-size: 18px; }

@media (max-width: 960px) {
  .mobile-bottom-bar { display: block; }
}