/* Marina vitrin ? lacivert + alt?n (eski site referans?) */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:wght@400;500;600;700&display=swap');

:root {
  --marina-navy: #1a2b48;
  --marina-navy-mid: #243b5c;
  --marina-gold: #d4a373;
  --marina-gold-dark: #b8895f;
  --marina-bg: #f0f4f8;
  --marina-max: 1280px;
  --surface: #fff;
  --border: #d8e2ec;
  --text: #1a2b48;
  --font: "Montserrat", "Segoe UI", sans-serif;
  --font-serif: "Libre Baskerville", Georgia, serif;
  --font-hero-script: "Great Vibes", cursive;

  /* Tema alanlar? (topbar / men� / giri?-sepet / footer / sepete ekle) */
  --tema-topbar-bg: #13233f;
  --tema-topbar-fg: #e8eef6;
  --tema-topbar-muted: #dbe4f0;
  --tema-topbar-ikon: #e67e22;
  --tema-menu-bg: #2c3440;
  --tema-menu-fg: #ffffff;
  --tema-menu-hover: rgba(255, 255, 255, 0.08);
  --tema-giris-bg: #1f6b45;
  --tema-giris-hover: #185536;
  --tema-sepet-bg: #e67e22;
  --tema-sepet-hover: #d35400;
  --tema-sepet-badge-border: #e67e22;
  --tema-footer-from: #13233f;
  --tema-footer-to: #0f1c33;
  --tema-footer-fg: #cbd5e1;
  --tema-footer-accent: #d4a373;
  --tema-ekle-bg: #1a2b48;
  --tema-ekle-hover: #243b5c;
  --tema-ekle-detay-from: #e8b84a;
  --tema-ekle-detay-to: #d4a017;
  --tema-ekle-detay-fg: #1a1a1a;
  --tema-ekle-detay-shadow: rgba(212, 160, 23, 0.28);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.vitrin {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: linear-gradient(180deg, #e8eef6 0%, var(--marina-bg) 40%, #f5f8fb 100%);
  min-height: 100vh;
  line-height: 1.5;
}
a { color: var(--marina-navy-mid); text-decoration: none; }
a:hover { color: var(--marina-gold-dark); }
img { max-width: 100%; display: block; }
.shell { max-width: var(--marina-max); margin: 0 auto; padding: 0 1.25rem; }

.site-head { position: sticky; top: 0; z-index: 2000; }

.topbar {
  background: var(--tema-topbar-bg);
  color: var(--tema-topbar-fg);
  font-size: 0.72rem;
  font-weight: 500;
}
.topbar__inner {
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; flex-wrap: wrap; padding: 0.45rem 1.25rem;
}
.topbar__left {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.45rem;
  color: var(--tema-topbar-muted);
}
.topbar__oge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.topbar__ikon {
  flex: 0 0 auto;
  color: var(--tema-topbar-ikon);
}
.topbar__ayrac { opacity: 0.45; }
.topbar__link { color: var(--tema-topbar-fg); }
.topbar__link:hover { color: #fff; }
.topbar__link:hover .topbar__ikon { color: var(--tema-topbar-ikon); }
.topbar__social { display: flex; align-items: center; gap: 0.4rem; }
.soc {
  width: 1.55rem; height: 1.55rem; border-radius: 999px;
  display: grid; place-items: center; color: #fff;
}
.soc--wa { background: #25d366; }
.soc--ig { background: linear-gradient(135deg, #f58529, #dd2a7b 50%, #8134af); }
.soc--fb { background: #1877f2; }
.soc--yt { background: #ff0000; }
.soc--x { background: #111; }
.soc:hover { filter: brightness(1.08); color: #fff; }

.masthead {
  background: #fff;
  border-bottom: 1px solid #e8eef4;
}
.masthead__inner {
  display: flex; align-items: center; gap: 1.1rem;
  padding: 0.45rem 1.25rem;
  min-height: 4.85rem;
  box-sizing: border-box;
}
.brand { display: flex; align-items: center; gap: 0.55rem; color: var(--marina-navy); flex: 0 0 auto; max-height: 100%; }
.brand__mark {
  width: 3.9rem; height: 3.9rem; border-radius: 999px;
  background: var(--marina-navy); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 1.35rem;
  flex: 0 0 auto;
}
.brand__logo {
  height: 3.9rem;
  width: auto;
  max-height: 3.9rem;
  max-width: 3.9rem;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}
.brand__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font);
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.15;
  color: var(--marina-navy);
  text-align: center;
  min-width: 0;
}
.brand__name-ust,
.brand__name-alt {
  display: block;
  white-space: nowrap;
}
.search {
  flex: 1;
  display: flex;
  align-items: center;
  max-width: 42rem;
  background: #f1f4f8;
  border-radius: 999px;
  padding: 0.15rem 0.35rem 0.15rem 1rem;
  border: 1px solid #e4ebf2;
}
.search input {
  flex: 1; border: 0; background: transparent;
  padding: 0.65rem 0.5rem; font: inherit; min-width: 0;
  outline: none;
}
.search button {
  border: 0; background: transparent; color: #64748b;
  width: 2.4rem; height: 2.4rem; border-radius: 999px;
  display: grid; place-items: center; cursor: pointer;
}
.search button:hover { color: var(--marina-navy); background: #e8eef4; }
.masthead__aksiyon {
  display: flex; align-items: center; gap: 0.55rem; flex: 0 0 auto;
}
.btn-giris,
.btn-sepet {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.62rem 0.95rem;
  border-radius: 0.55rem;
  font-size: 0.86rem; font-weight: 750;
  color: #fff !important;
  white-space: nowrap;
}
.btn-giris { background: var(--tema-giris-bg); }
.btn-giris:hover { background: var(--tema-giris-hover); color: #fff !important; }
.btn-giris--uye {
  align-items: center;
  padding-top: 0.42rem;
  padding-bottom: 0.42rem;
  line-height: 1.15;
}
.btn-giris__metin {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.08rem;
  min-width: 0;
}
.btn-giris__ad {
  font-size: 0.86rem;
  font-weight: 750;
}
.btn-giris__alt {
  font-size: 0.68rem;
  font-weight: 600;
  opacity: 0.88;
  letter-spacing: 0.02em;
}
.btn-sepet {
  position: relative;
  background: var(--tema-sepet-bg);
}
.btn-sepet:hover { background: var(--tema-sepet-hover); color: #fff !important; }
.btn-sepet.btn-ikon {
  width: 1.85rem;
  height: 1.85rem;
  padding: 0;
  justify-content: center;
  background: var(--marina-navy);
  color: #fff;
}
.btn-sepet.btn-ikon:hover {
  background: var(--marina-navy-mid);
  color: #fff !important;
}
.btn-sepet.btn-ikon[hidden] {
  display: none !important;
}
.btn-sepet.btn-ikon .ikon-karsilastir {
  display: block;
  width: 15px;
  height: 15px;
}
.btn-sepet.btn-ikon .btn-sepet__badge {
  min-width: 0.92rem;
  height: 0.92rem;
  top: -0.28rem;
  right: -0.28rem;
  padding: 0 0.18rem;
  font-size: 0.6rem;
  border-width: 1.5px;
  border-color: var(--marina-navy);
}
.btn-ikon .btn-ikon__ipucu {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;
  padding: 0.28rem 0.5rem;
  border-radius: 6px;
  background: #132238;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 650;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 6px 16px rgba(19, 34, 56, 0.22);
}
.btn-ikon:hover .btn-ikon__ipucu,
.btn-ikon:focus-visible .btn-ikon__ipucu {
  opacity: 1;
}
.btn-sepet__badge {
  position: absolute;
  top: -0.35rem; right: -0.35rem;
  min-width: 1.15rem; height: 1.15rem; padding: 0 0.25rem;
  border-radius: 999px;
  background: #fff; color: #c0392b;
  border: 2px solid var(--tema-sepet-badge-border);
  font-size: 0.65rem; font-weight: 800;
  display: grid; place-items: center;
}

.menubar {
  background: var(--tema-menu-bg);
}
.menubar__inner {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0.15rem 0.25rem;
  padding: 0;
}
.menubar a {
  color: var(--tema-menu-fg);
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.8rem 1.1rem;
}
.menubar a:hover,
.menubar a.is-active {
  color: var(--tema-menu-fg);
  background: var(--tema-menu-hover);
}

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #dbe3ec;
  border-radius: 0.55rem;
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  cursor: pointer;
  padding: 0;
}
.nav-toggle__bar {
  display: block;
  width: 1.1rem;
  height: 2px;
  border-radius: 2px;
  background: var(--marina-navy);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
body.nav-acik .nav-toggle__bar:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
body.nav-acik .nav-toggle__bar:nth-child(2) {
  opacity: 0;
}
body.nav-acik .nav-toggle__bar:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.main { padding: 1.75rem 0 3rem; min-height: 50vh; }

.mobil-alt { display: none; }

.wa-float {
  position: fixed;
  right: 1.15rem;
  bottom: 1.35rem;
  z-index: 1200;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  background: #25d366;
  color: #fff !important;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.42);
  transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
}
.wa-float svg {
  width: 14px;
  height: 14px;
}
.wa-float:hover {
  transform: scale(1.06);
  filter: brightness(1.05);
  color: #fff !important;
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.5);
}
.wa-float:focus-visible {
  outline: 3px solid rgba(37, 211, 102, 0.45);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .topbar { display: none; }
  .nav-toggle { display: inline-flex; order: -1; }
  .masthead__inner {
    flex-wrap: wrap;
    gap: 0.65rem;
    min-height: 4.35rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .brand { flex: 1 1 auto; min-width: 0; }
  .brand__logo,
  .brand__mark { height: 3.35rem; width: 3.35rem; max-height: 3.35rem; max-width: 3.35rem; }
  .brand__mark { font-size: 1.15rem; }
  .brand__name { font-size: 0.9rem; }
  .masthead__aksiyon { gap: 0.4rem; }
  .search { order: 3; max-width: none; width: 100%; }

  .masthead__web-btns {
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }
  .btn-giris,
  .btn-sepet {
    padding: 0.48rem 0.72rem;
    gap: 0.35rem;
    font-size: 0.8rem;
  }
  .btn-sepet.btn-ikon {
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
  }
  .btn-giris__ad { max-width: 5.5rem; overflow: hidden; text-overflow: ellipsis; }
  .btn-giris__alt { display: block; }
  .btn-sepet__yazi,
  .btn-giris__yazi { display: inline; }

  .menubar {
    display: none;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  body.nav-acik .menubar {
    display: block;
  }
  .menubar__inner {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0.35rem 0 0.55rem;
    gap: 0;
  }
  .menubar a {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    font-size: 0.95rem;
  }
  .menubar a:last-child { border-bottom: 0; }

  /* Mobilde a??r slider / banner gizle ? sayfa h?z? ve alan */
  .hero-slider,
  .site-banners {
    display: none !important;
  }
  .main {
    padding: 1.1rem 0 calc(4.85rem + env(safe-area-inset-bottom, 0px));
  }

  .mobil-alt {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    background: #fff;
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.08);
    padding: 0.35rem 0.2rem calc(0.35rem + env(safe-area-inset-bottom, 0px));
  }
  .wa-float {
    bottom: calc(4.85rem + env(safe-area-inset-bottom, 0px) + 0.75rem);
    right: 0.9rem;
  }
  .mobil-alt__oge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.18rem;
    min-width: 0;
    padding: 0.35rem 0.15rem;
    color: #64748b !important;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    line-height: 1.1;
  }
  .mobil-alt__oge span:last-child {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobil-alt__oge svg { flex: 0 0 auto; }
  .mobil-alt__oge.is-active { color: var(--marina-navy) !important; }
  .mobil-alt__oge--sepet.is-active,
  .mobil-alt__oge--sepet:hover { color: #e67e22 !important; }
  .mobil-alt__oge--hesap.is-active,
  .mobil-alt__oge--hesap:hover { color: #1f6b45 !important; }
  .mobil-alt__ikon {
    position: relative;
    display: grid;
    place-items: center;
  }
  .mobil-alt__badge {
    position: absolute;
    top: -0.35rem;
    right: -0.55rem;
    min-width: 1rem;
    height: 1rem;
    padding: 0 0.22rem;
    border-radius: 999px;
    background: #e67e22;
    color: #fff;
    font-size: 0.58rem;
    font-weight: 800;
    display: grid;
    place-items: center;
    line-height: 1;
  }
}

.hero {
  background: linear-gradient(135deg, var(--marina-navy) 0%, var(--marina-navy-mid) 60%, #3d5a80 100%);
  color: #fff; border-radius: 1rem; padding: 2.5rem 2rem; margin-bottom: 2rem;
  box-shadow: 0 12px 40px rgba(26,43,72,0.22);
}
.hero h1 {
  font-family: var(--font-serif); font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin: 0 0 0.5rem; font-weight: 700;
}
.hero p { margin: 0 0 1.25rem; opacity: 0.9; max-width: 36rem; }

/* Ana sayfa kategori banner kartlar? */
.site-banners {
  margin: 0 0 1.75rem;
}
.site-banners__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}
.site-banner-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 11.5rem;
  padding: 1rem;
  border-radius: 0.85rem;
  border: 1px solid #e4ebf2;
  background: linear-gradient(135deg, #1e3a5f, #2c5282);
  color: #fff;
  box-shadow: 0 8px 22px rgba(26, 43, 72, 0.1);
}
.site-banner-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, rgba(255,255,255,0) 18%, rgba(255,255,255,.45) 50%, rgba(255,255,255,0) 82%);
  transform: translateX(-145%);
  opacity: 0;
  transition: transform .75s ease, opacity .35s ease;
  pointer-events: none;
  z-index: 2;
}
.site-banner-card:hover::before {
  transform: translateX(145%);
  opacity: 1;
}
.site-banner-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9,15,26,0) 20%, rgba(9,15,26,.45) 100%);
  pointer-events: none;
  z-index: 1;
}
.site-banner-card__title {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin: 0 0 0.4rem;
  padding: 0.2rem 0.55rem;
  font-size: 1.05rem;
  font-weight: 800;
  background: rgba(0,0,0,.46);
  border-radius: 4px;
}
.site-banner-card__desc {
  position: relative;
  z-index: 3;
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.16rem 0.5rem;
  font-size: 0.88rem;
  background: rgba(0,0,0,.4);
  border-radius: 4px;
  max-width: 95%;
}
.site-banner-card__btn {
  position: relative;
  z-index: 3;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.3rem 0.9rem;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.35);
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #fff !important;
  box-shadow: 0 6px 16px rgba(30,64,175,.35);
}
.site-banner-card__btn:hover { filter: brightness(1.06); color: #fff !important; }
@media (max-width: 900px) {
  .site-banners__grid { grid-template-columns: 1fr; }
}
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.4rem; padding: 0.65rem 1.25rem; border-radius: 0.45rem;
  font-weight: 600; font-size: 0.9rem; border: 0; cursor: pointer; font-family: inherit;
}
.btn-primary { background: var(--marina-gold); color: var(--marina-navy); }
.btn-primary:hover { background: var(--marina-gold-dark); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.45); }
.btn-ghost:hover { border-color: var(--marina-gold); color: var(--marina-gold); }
.btn-navy { background: var(--marina-navy); color: #fff; }
.btn-navy:hover { background: var(--marina-navy-mid); }
.btn-outline {
  background: #fff; color: var(--marina-navy);
  border: 1px solid var(--border);
}
.btn-outline:hover { border-color: var(--marina-gold); color: var(--marina-gold-dark); }
.btn-danger { background: #b91c1c; color: #fff; }

.section-title {
  font-family: var(--font-serif); font-size: 1.35rem;
  margin: 0 0 1rem; color: var(--marina-navy);
}

.catalog {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 1.15rem;
}
.catalog > li { min-width: 0; }
.catalog--magaza {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}
.catalog--ilgili {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
}

/* Ürün kartı */
.pcard {
  position: relative;
  background: #fff;
  border: 1px solid #e4ebf2;
  border-radius: 0.65rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 4px 14px rgba(26, 43, 72, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.pcard:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(26, 43, 72, 0.12);
}
.pcard__media {
  position: relative;
  display: block;
  aspect-ratio: 1;
  background: #f7f9fc;
  overflow: hidden;
}
.pcard__media img {
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 0.75rem;
}
.pcard__yok {
  display: grid; place-items: center; height: 100%;
  color: #94a3b8; font-size: 0.8rem;
}
.pcard__brand {
  position: absolute;
  left: 0.55rem; bottom: 0.55rem;
  background: #fff;
  border: 1px solid #e8eef4;
  border-radius: 0.35rem;
  padding: 0.2rem 0.4rem;
  max-width: 42%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.pcard__brand img {
  max-height: 1.35rem;
  max-width: 100%;
  width: auto;
  height: auto;
  padding: 0;
  object-fit: contain;
}
.pcard__brand--text {
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--marina-navy);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pcard__body {
  padding: 0.75rem 0.8rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
}
.pcard__title {
  font-size: 0.78rem;
  font-weight: 650;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.1em;
}
.pcard__title:hover { color: var(--marina-navy); }
.pcard__price {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--marina-navy);
  font-variant-numeric: tabular-nums;
}
.pcard__form { margin-top: auto; }
.pcard__btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 0;
  border-radius: 0.4rem;
  background: var(--tema-ekle-bg);
  color: #fff;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.55rem 0.7rem;
  cursor: pointer;
  transition: background 0.15s ease;
}
.pcard__btn:hover { background: var(--tema-ekle-hover); color: #fff; }
.pcard__btn--disabled {
  background: #94a3b8;
  cursor: default;
  opacity: 0.85;
}
.pcard__btn .ikon-sepet { flex: 0 0 auto; }

/* Blog liste sayfas? ? tek sat?r, kompakt */
.blog-sayfa { margin-bottom: 1rem; }
.blog-hero {
  display: flex;
  align-items: center;
  gap: 0.75rem 1rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 0.65rem;
  padding: 0.45rem 0.55rem 0.45rem 0.9rem;
  margin-bottom: 1.1rem;
}
.blog-hero__baslik {
  margin: 0;
  flex: 0 0 auto;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--marina-navy);
  font-family: var(--font);
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.blog-hero__meta {
  flex: 0 0 auto;
  font-size: 0.78rem;
  color: #8a97a8;
  white-space: nowrap;
  padding-right: 0.25rem;
  border-right: 1px solid var(--border);
  margin-right: 0.15rem;
}
.blog-hero__home {
  flex: 0 0 auto;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--marina-navy-mid) !important;
  white-space: nowrap;
  text-decoration: none;
  padding: 0.35rem 0.55rem;
}
.blog-hero__home:hover { color: var(--marina-gold-dark) !important; }
.blog-ara {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  gap: 0.35rem;
  background: var(--marina-bg);
  border-radius: 0.5rem;
  padding: 0.15rem 0.15rem 0.15rem 0.7rem;
  border: 1px solid transparent;
}
.blog-ara:focus-within {
  border-color: #c5d4e4;
  background: #fff;
}
.blog-ara input {
  flex: 1;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 0.86rem;
  min-width: 0;
  padding: 0.4rem 0.2rem;
  outline: none;
  color: var(--text);
}
.blog-ara button {
  display: inline-flex; align-items: center; gap: 0.3rem;
  border: 0;
  border-radius: 0.4rem;
  background: var(--marina-navy);
  color: #fff;
  font: inherit;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 0.4rem 0.75rem;
  cursor: pointer;
}
.blog-ara button:hover { background: var(--marina-navy-mid); }

.blog-grid--liste {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}
.bcard {
  background: #fff;
  border: 1px solid #e4ebf2;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 22px rgba(26, 43, 72, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.bcard:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(26, 43, 72, 0.1);
}
.bcard__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  background: #e8eef5;
  overflow: hidden;
}
.bcard__media img,
.bcard__yok {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bcard__yok {
  background: linear-gradient(135deg, #d7e3ef, #eef3f8);
}
.bcard__tarih {
  position: absolute;
  left: 0.65rem;
  bottom: 0.65rem;
  background: rgba(15, 23, 42, 0.78);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
}
.bcard__rozet {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 999px;
  background: #fff;
  color: var(--marina-navy);
  display: grid;
  place-items: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.bcard__govde {
  padding: 0.95rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.45rem;
}
.bcard__baslik {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 800;
  color: #12233d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bcard__baslik a { color: inherit; text-decoration: none; }
.bcard__baslik a:hover { color: var(--marina-navy-mid); }
.bcard__ozet {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #64748b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bcard__devam {
  margin-top: 0.15rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: #c47a2a !important;
  text-decoration: none;
}
.bcard__devam:hover { color: #a5631d !important; }
.bcard__alt {
  margin-top: auto;
  padding-top: 0.55rem;
}
.bcard__okunma {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.76rem;
  color: #94a3b8;
}
@media (max-width: 1100px) {
  .blog-grid--liste { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 800px) {
  .blog-grid--liste { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .blog-hero {
    flex-wrap: wrap;
    padding: 0.55rem 0.65rem;
    gap: 0.45rem 0.65rem;
  }
  .blog-hero__meta { border-right: 0; margin-right: 0; padding-right: 0; }
  .blog-ara { flex: 1 1 100%; order: 3; }
  .blog-hero__home { margin-left: auto; }
}
@media (max-width: 520px) {
  .blog-grid--liste { grid-template-columns: 1fr; }
}

/* Legacy card (blog vs.) */
.card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 0.75rem; overflow: hidden;
}
.card__img {
  aspect-ratio: 1; background: #e8eef4;
  display: grid; place-items: center; overflow: hidden;
}
.card__img img { width: 100%; height: 100%; object-fit: cover; }
.card__body { padding: 0.85rem 1rem 1rem; }
.card__cat { font-size: 0.7rem; color: #64748b; text-transform: uppercase; letter-spacing: 0.04em; }
.card__title {
  font-size: 0.95rem; font-weight: 600; margin: 0.2rem 0 0.5rem;
  color: var(--marina-navy); min-height: 2.6em;
}
.card__price { font-weight: 700; color: var(--marina-navy); font-size: 1.05rem; }
.card__meta { display: flex; justify-content: space-between; align-items: center; gap: 0.5rem; margin-top: 0.75rem; }

.alert {
  padding: 0.75rem 1rem; border-radius: 0.5rem; margin-bottom: 1rem;
  font-size: 0.9rem;
}
.alert-error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.alert-ok { background: #f0fdf4; color: #166534; border: 1px solid #bbf7d0; }
.alert-info { background: #eff6ff; color: #1e3a8a; border: 1px solid #bfdbfe; }

.form-card {
  max-width: 28rem; margin: 0 auto;
  background: #fff; border: 1px solid var(--border);
  border-radius: 0.85rem; padding: 1.75rem;
  box-shadow: 0 8px 30px rgba(26,43,72,0.06);
}
.form-card h1 { font-family: var(--font-serif); font-size: 1.4rem; margin: 0 0 1.25rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: 0.8rem; font-weight: 600; margin-bottom: 0.35rem; }
.field input, .field textarea, .field select {
  width: 100%; padding: 0.6rem 0.75rem; border: 1px solid var(--border);
  border-radius: 0.4rem; font: inherit;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: 2px solid rgba(212,163,115,0.45); border-color: var(--marina-gold);
}
.form-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.25rem; }
.form-foot { margin-top: 1rem; font-size: 0.88rem; color: #64748b; }

.cart-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 0.75rem; overflow: hidden; }
.cart-table th, .cart-table td { padding: 0.85rem 1rem; border-bottom: 1px solid var(--border); text-align: left; vertical-align: middle; }
.cart-table th { background: var(--marina-navy); color: #fff; font-size: 0.8rem; font-weight: 600; }
.cart-thumb { width: 48px; height: 48px; object-fit: cover; border-radius: 0.35rem; background: #e8eef4; }
.cart-summary {
  margin-top: 1.25rem; display: flex; justify-content: flex-end; gap: 1rem; align-items: center; flex-wrap: wrap;
}
.cart-total { font-size: 1.2rem; font-weight: 700; color: var(--marina-navy); }
.qty-input { width: 4rem; padding: 0.35rem; border: 1px solid var(--border); border-radius: 0.3rem; }

.stock-ok { color: #166534; font-size: 0.85rem; font-weight: 600; }
.stock-out { color: #991b1b; font-size: 0.85rem; font-weight: 600; }

/* �r�n detay (ref) */
.pdetay {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.35rem 1.35rem 0.5rem;
  box-shadow: 0 10px 32px rgba(26, 43, 72, 0.06);
}
.pdetay__ust {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 1.75rem;
  align-items: start;
}
.pdetay__galeri { min-width: 0; }
.pdetay__ana {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f7f9fc;
  border-radius: 0.85rem;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid #e8eef4;
  cursor: zoom-in;
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  color: inherit;
  text-align: left;
}
.pdetay__ana > img {
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 1.25rem;
  transition: transform 0.35s ease;
  will-change: transform;
  pointer-events: none;
}
.pdetay__ana:hover > img,
.pdetay__ana:focus-visible > img {
  transform: scale(1.08);
}
.pdetay__ana:focus-visible {
  outline: 2px solid var(--marina-navy);
  outline-offset: 2px;
}
.pdetay__yok {
  display: grid; place-items: center; height: 100%;
  color: #94a3b8;
}

/* �r�n galeri lightbox */
.ug-lb {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(10, 18, 32, 0.82);
  backdrop-filter: blur(3px);
}
.ug-lb[hidden] { display: none !important; }
.ug-lb__ic {
  position: relative;
  width: min(960px, 100%);
  max-height: min(88vh, 900px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.ug-lb__gorsel-sarici {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.04);
  border-radius: 0.75rem;
  overflow: hidden;
}
.ug-lb__gorsel {
  max-width: 100%;
  max-height: min(78vh, 820px);
  object-fit: contain;
  display: block;
}
.ug-lb__kapat,
.ug-lb__yon {
  position: absolute;
  border: 0;
  cursor: pointer;
  color: #fff;
  background: rgba(26, 43, 72, 0.72);
  border-radius: 999px;
  display: grid;
  place-items: center;
  transition: background 0.15s ease;
}
.ug-lb__kapat:hover,
.ug-lb__yon:hover { background: rgba(26, 43, 72, 0.95); }
.ug-lb__kapat {
  top: 0.85rem;
  right: 0.85rem;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 2;
  font-size: 1.35rem;
  line-height: 1;
}
.ug-lb__yon {
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  z-index: 2;
  font-size: 1.5rem;
}
.ug-lb__yon--once { left: 0.65rem; }
.ug-lb__yon--sonra { right: 0.65rem; }
.ug-lb__sayac {
  color: rgba(255,255,255,0.85);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.ug-lb__yon[hidden] { display: none !important; }
@media (max-width: 640px) {
  .ug-lb { padding: 0.65rem; }
  .ug-lb__yon {
    width: 2.35rem;
    height: 2.35rem;
  }
  .ug-lb__yon--once { left: 0.35rem; }
  .ug-lb__yon--sonra { right: 0.35rem; }
}
.pdetay__rozetler {
  list-style: none;
  margin: 0.7rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}
.pdetay__rozet {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0.55rem 0.45rem;
  border-radius: 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  border: 1px solid transparent;
}
.pdetay__rozet-ikon {
  flex: 0 0 auto;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
}
.pdetay__rozet--kargo {
  color: #0c4a6e;
  background: linear-gradient(180deg, #e0f2fe, #f0f9ff);
  border-color: #bae6fd;
}
.pdetay__rozet--kargo .pdetay__rozet-ikon {
  background: #0284c7;
  color: #fff;
}
.pdetay__rozet--guven {
  color: #14532d;
  background: linear-gradient(180deg, #dcfce7, #f0fdf4);
  border-color: #bbf7d0;
}
.pdetay__rozet--guven .pdetay__rozet-ikon {
  background: #16a34a;
  color: #fff;
}
.pdetay__rozet--orijinal {
  color: #7c4a12;
  background: linear-gradient(180deg, #fef3c7, #fffbeb);
  border-color: #fde68a;
}
.pdetay__rozet--orijinal .pdetay__rozet-ikon {
  background: #d4a373;
  color: #fff;
}
@media (max-width: 560px) {
  .pdetay__rozetler { grid-template-columns: 1fr; }
  .pdetay__rozet { justify-content: flex-start; padding-left: 0.7rem; }
}
.pdetay__thumbs {
  display: flex; gap: 0.45rem; flex-wrap: wrap;
  margin-top: 0.65rem;
}
.pdetay__thumb {
  width: 58px; height: 58px; padding: 0;
  border: 1px solid #d8e2ec; border-radius: 0.4rem;
  background: #fff; cursor: pointer; overflow: hidden;
}
.pdetay__thumb.is-active { border-color: var(--marina-navy); box-shadow: 0 0 0 1px var(--marina-navy); }
.pdetay__thumb img { width: 100%; height: 100%; object-fit: contain; padding: 0.2rem; }
.pdetay__bilgi { min-width: 0; padding-top: 0.25rem; }
.pdetay__baslik-satir {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}
.pdetay__baslik-satir .pdetay__baslik { flex: 1; }
.pdetay__fav {
  position: relative;
  top: auto;
  right: auto;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.pdetay__baslik {
  font-family: var(--font);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 800;
  color: var(--marina-navy);
  margin: 0 0 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
}
.pdetay__meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.pdetay__marka-link {
  display: inline-flex;
  align-items: center;
  border-radius: 0.35rem;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.pdetay__marka-link:hover {
  opacity: 0.85;
  transform: translateY(-1px);
  color: var(--marina-navy);
}
.pdetay__marka {
  height: 1.75rem; width: auto; max-width: 7rem;
  object-fit: contain;
}
.pdetay__marka-ad { font-size: 0.8rem; font-weight: 700; color: #475569; }
.pdetay__kod { font-size: 0.78rem; color: #64748b; }
.pdetay__fiyat {
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 800;
  color: #c41e3a;
  margin: 0 0 0.55rem;
}
.pdetay__fiyat .fiyat-eski {
  display: block;
  font-size: 0.55em;
  font-weight: 600;
  color: #94a3b8;
  text-decoration: line-through;
}
.pdetay__kat {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--marina-navy-mid);
  margin-bottom: 0.75rem;
}
.pdetay__aksiyon {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.5rem;
  margin: 1rem 0 0.65rem;
}
.pdetay__sepet {
  display: flex; flex-wrap: wrap; gap: 0.65rem; align-items: flex-end;
  flex: 1;
  min-width: 12rem;
  margin: 0;
}
.pdetay__adet {
  display: flex; flex-direction: column; gap: 0.25rem;
  font-size: 0.75rem; font-weight: 650; color: #64748b;
}
.pdetay__btn {
  flex: 1;
  min-width: 12rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 0;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, var(--tema-ekle-detay-from) 0%, var(--tema-ekle-detay-to) 100%);
  color: var(--tema-ekle-detay-fg);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  padding: 0.85rem 1.1rem;
  cursor: pointer;
  box-shadow: 0 6px 16px var(--tema-ekle-detay-shadow);
}
.pdetay__btn:hover { filter: brightness(1.03); }
.pdetay__kargo {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #166534;
}
.pdetay__sekmeler {
  margin-top: 1.5rem;
  border-top: 1px solid #e8eef4;
  padding-top: 0.25rem;
}
.pdetay__tablar {
  display: flex; flex-wrap: wrap; gap: 0.25rem 1.25rem;
  border-bottom: 1px solid #e8eef4;
}
.pdetay__tablar button {
  border: 0; background: transparent;
  padding: 0.75rem 0.1rem;
  font: inherit; font-size: 0.88rem; font-weight: 700;
  color: #64748b; cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.pdetay__tablar button.is-active {
  color: var(--marina-navy);
  border-bottom-color: var(--marina-navy);
}
.pdetay__panel {
  padding: 1rem 0 1.25rem;
  max-height: 280px;
  overflow: auto;
}
.pdetay__yazi {
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.6;
}
.pdetay__ozellikler {
  margin: 0 0 0.75rem;
  display: grid;
  gap: 0.35rem 1rem;
}
.pdetay__ozellik {
  display: grid;
  grid-template-columns: minmax(7rem, 9rem) minmax(0, 1fr);
  gap: 0.35rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.45;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  padding: 0.28rem 0;
}
.pdetay__ozellik:last-child { border-bottom: 0; }
.pdetay__ozellik dt {
  margin: 0;
  color: #64748b;
  font-weight: 600;
}
.pdetay__ozellik dd {
  margin: 0;
  color: #334155;
}
.pdetay__panel h3 {
  margin: 1rem 0 0.4rem;
  font-size: 0.95rem;
  color: var(--marina-navy);
}
.pdetay__liste {
  margin: 0; padding-left: 1.1rem;
  color: #475569; font-size: 0.92rem;
  line-height: 1.65;
}
.pdetay__bos { color: #94a3b8; font-size: 0.9rem; }
.ilgili { margin-top: 2rem; }
.ilgili__baslik {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 1rem;
}
.ilgili__baslik h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--marina-navy);
}

/* �r�n detay + kategori paneli */
.urun-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}
.urun-layout__icerik { min-width: 0; }

.katalog-ust {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.1rem;
}
.katalog-ust__baslik {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  color: var(--marina-navy);
  font-weight: 700;
}
.katalog-ust__sag {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.katalog-ust__adet {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.84rem;
  color: #64748b;
  font-weight: 600;
}
.katalog-ust__sira {
  display: inline-flex;
  gap: 0.35rem;
}
.katalog-ust__sira-btn {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  border: 1px solid #d8e2ec;
  background: #fff;
  color: var(--marina-navy);
  display: grid;
  place-items: center;
  text-decoration: none;
}
.katalog-ust__sira-btn:hover,
.katalog-ust__sira-btn.is-active {
  background: var(--marina-navy);
  border-color: var(--marina-navy);
  color: #fff;
}
.katalog-arama-notu {
  margin: 0 0 0.85rem;
  font-size: 0.86rem;
  color: #64748b;
}
.katalog-daha {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  color: #94a3b8;
  text-align: center;
}

.kat-agac {
  background: #fff;
  border: 1px solid #e4ebf2;
  border-radius: 0.85rem;
  box-shadow: 0 8px 24px rgba(26, 43, 72, 0.06);
  overflow: hidden;
  position: sticky;
  top: 0.75rem;
}
.kat-agac__baslik {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  margin: 0;
  padding: 0.85rem 1rem;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--marina-navy);
  background: transparent;
  border: 0;
  border-bottom: 1px solid #eef2f7;
  text-align: left;
  cursor: pointer;
}
.kat-agac__baslik:hover { background: #f8fafc; }
.kat-agac__panel-ok {
  margin-left: auto;
  color: #64748b;
  transition: transform 0.15s ease;
  flex: 0 0 auto;
}
.kat-agac.is-collapsed .kat-agac__panel-ok { transform: rotate(-90deg); }
.kat-agac.is-collapsed .kat-agac__baslik { border-bottom-color: transparent; }
.kat-agac.is-collapsed .kat-agac__govde { display: none; }
.kat-agac__govde {
  max-height: min(70vh, 640px);
  overflow: auto;
  padding: 0.45rem 0.5rem 0.7rem;
}
.kat-agac__liste,
.kat-agac__alt {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kat-agac__alt {
  margin: 0.15rem 0 0.25rem 1.15rem;
  padding-left: 0.65rem;
  border-left: 1px dotted #c5d0dc;
}
.kat-agac__madde { margin: 0.12rem 0; }
.kat-agac__satir {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.kat-agac__link {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.42rem 0.5rem;
  border-radius: 0.5rem;
  color: #334155;
  font-size: 0.82rem;
  font-weight: 600;
}
.kat-agac__link:hover {
  background: #f5f8fb;
  color: var(--marina-navy);
}
.kat-agac__madde.is-active > .kat-agac__satir > .kat-agac__link {
  background: #f3ebe0;
  color: #7a5a3a;
  box-shadow: inset 0 0 0 1px #e8d5c0;
}
.kat-agac__ikon {
  flex: 0 0 auto;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  background: var(--kat-renk, #64748b);
  color: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.kat-agac__ikon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kat-agac__ad {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kat-agac__ok {
  flex: 0 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.35rem;
  background: #f8fafc;
  color: #64748b;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
}
.kat-agac__ok:hover { border-color: #cbd5e1; color: var(--marina-navy); }
.kat-agac__madde:not(.is-open) > .kat-agac__alt { display: none; }
.kat-agac__madde.is-open > .kat-agac__satir > .kat-agac__ok svg {
  transform: rotate(180deg);
}
.kat-agac__ok svg { transition: transform 0.15s ease; }

@media (max-width: 1280px) {
  .catalog--magaza { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
  .catalog--magaza { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .urun-layout { grid-template-columns: 1fr; }
  .kat-agac { position: static; }
  .kat-agac__govde { max-height: 240px; }
  .katalog-ust { align-items: flex-start; }
  .katalog-ust__baslik { width: 100%; }
  .catalog--magaza { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .catalog--magaza { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
}

/* ?leti?im sayfas? */
.iletisim-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.25rem;
  align-items: start;
}
.iletisim-sol { display: grid; gap: 1.1rem; }
.iletisim-kart {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 0.85rem;
  padding: 1.15rem 1.25rem;
  box-shadow: 0 6px 20px rgba(26, 43, 72, 0.05);
}
.iletisim-h2 {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  color: var(--marina-navy);
}
.iletisim-blok + .iletisim-blok { margin-top: 0.85rem; padding-top: 0.85rem; border-top: 1px solid #eef2f7; }
.iletisim-etiket {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8b7355;
  margin-bottom: 0.2rem;
}
.iletisim-etiket svg { flex: 0 0 auto; color: #8b7355; }
.iletisim-deger { margin: 0; font-size: 0.92rem; color: var(--text); }
.iletisim-mail { color: #c4a574 !important; font-weight: 600; }
.iletisim-mail:hover { color: #a8864f !important; }
.iletisim-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 0.85rem;
}
.iletisim-form label {
  display: flex; flex-direction: column; gap: 0.3rem;
  font-size: 0.8rem; font-weight: 600; color: #475569;
}
.iletisim-form label.tam { grid-column: 1 / -1; }
.iletisim-form input,
.iletisim-form textarea {
  font: inherit; font-weight: 500;
  border: 1px solid #d8e2ec;
  border-radius: 0.5rem;
  padding: 0.55rem 0.7rem;
  background: #f8fafc;
}
.iletisim-form input:focus,
.iletisim-form textarea:focus {
  outline: none;
  border-color: #94a3b8;
  background: #fff;
}
.iletisim-hp {
  position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden;
}
.iletisim-bildirim {
  margin: 0 0 0.85rem;
  padding: 0.7rem 0.85rem;
  border-radius: 0.55rem;
  font-size: 0.86rem;
}
.iletisim-bildirim--ok {
  background: #ecfdf5; color: #166534; border: 1px solid #bbf7d0;
}
.iletisim-bildirim--hata {
  background: #fef2f2; color: #991b1b; border: 1px solid #fecaca;
  list-style: none; padding-left: 0.85rem;
}
.iletisim-kart--harita {
  position: relative;
  z-index: 0;
  isolation: isolate;
  min-height: 22rem;
  padding: 0;
  overflow: hidden;
}
.iletisim-harita {
  position: relative;
  z-index: 0;
  width: 100%;
  height: min(70vh, 34rem);
  min-height: 22rem;
}
.iletisim-harita .leaflet-container {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.iletisim-harita-not {
  margin: 0; padding: 0.35rem 0.75rem;
  font-size: 0.68rem; color: #94a3b8; text-align: right;
}
.iletisim-harita-yok {
  display: grid; place-items: center; text-align: center;
  min-height: 22rem; padding: 1.5rem; color: #64748b;
}
@media (max-width: 900px) {
  .iletisim-grid { grid-template-columns: 1fr; }
  .iletisim-form { grid-template-columns: 1fr; }
  .iletisim-harita { height: 18rem; min-height: 18rem; }
}

.site-footer {
  background: linear-gradient(180deg, var(--tema-footer-from) 0%, var(--tema-footer-to) 100%);
  color: var(--tema-footer-fg);
  padding: 2.5rem 0 0;
  margin-top: auto;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.15fr 0.95fr;
  gap: 1.75rem 1.5rem;
  align-items: start;
  padding-bottom: 1.75rem;
}
.site-footer__brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--tema-footer-accent);
  text-decoration: none;
  margin-bottom: 0.65rem;
}
.site-footer__brand-link:hover { color: var(--tema-footer-accent); filter: brightness(1.12); }
.site-footer__logo {
  height: 2.4rem;
  width: auto;
  max-width: 9rem;
  object-fit: contain;
}
.site-footer__brand {
  font-family: var(--font);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--tema-footer-accent);
  margin: 0;
}
.site-footer__note {
  margin: 0 0 0.85rem;
  font-size: 0.82rem;
  line-height: 1.55;
  opacity: 0.9;
  max-width: 18rem;
}
.site-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.84rem;
}
.site-footer__contact a {
  color: #e2e8f0;
  text-decoration: none;
}
.site-footer__contact a:hover { color: var(--tema-footer-accent); }
.site-footer__adres { color: #94a3b8; font-size: 0.8rem; }
.site-footer__title {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}
.site-footer__link {
  display: block;
  margin: 0 0 0.4rem;
  font-size: 0.84rem;
  color: #cbd5e1;
  text-decoration: none;
}
.site-footer__link:hover { color: var(--tema-footer-accent); }
.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}
.site-footer__soc {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff !important;
  text-decoration: none;
  transition: transform 0.15s ease, filter 0.15s ease;
}
.site-footer__soc:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
  color: #fff !important;
}
.site-footer__soc svg { display: block; }
.site-footer__soc--ig { background: linear-gradient(135deg, #f58529, #dd2a7b 50%, #8134af); }
.site-footer__soc--fb { background: #1877f2; }
.site-footer__soc--yt { background: #ff0000; }
.site-footer__soc--x { background: #111; }
.site-footer__soc--wa { background: #25d366; }
.site-footer__alt {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.85rem 1.25rem;
  font-size: 0.75rem;
  color: #94a3b8;
}
.site-footer__alt p { margin: 0; }
.site-footer__badges-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.18);
  padding: 0.7rem 0 0.85rem;
}
.site-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.4rem;
  align-items: center;
  justify-content: center;
}
.site-footer__badges img {
  height: 22px;
  width: auto;
  max-width: 76px;
  object-fit: contain;
  background: transparent;
  border: 0;
  border-radius: 4px;
  padding: 0;
  display: block;
  flex: 0 0 auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}

.cms-sayfa__govde {
  max-width: 48rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 0.85rem;
  padding: 1.35rem 1.5rem;
  line-height: 1.7;
  color: #334155;
  font-size: 0.95rem;
}
.cms-sayfa--yan {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.75fr);
  gap: 1.25rem;
  align-items: start;
}
.cms-sayfa--yan .cms-sayfa__govde { max-width: none; }
.cms-sayfa__yan .site-banners { margin: 0; }
.cms-sayfa__yan .page-head { margin-top: 0; }
.site-banners--dikey .site-banners__grid {
  grid-template-columns: 1fr;
  gap: 0.85rem;
}
.site-banners--dikey .site-banner-card {
  min-height: 10.5rem;
}
@media (max-width: 900px) {
  .cms-sayfa--yan { grid-template-columns: 1fr; }
}

.empty {
  text-align: center; padding: 3rem 1rem;
  background: #fff; border: 1px dashed var(--border); border-radius: 0.85rem;
}

@media (max-width: 980px) {
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 800px) {
  .site-footer__grid { grid-template-columns: 1fr; }
  .masthead__inner { flex-wrap: wrap; }
  .search { order: 3; max-width: none; width: 100%; }
  .pdetay__ust { grid-template-columns: 1fr; }
  .pdetay__btn { min-width: 100%; }
  .cart-table th:nth-child(3), .cart-table td:nth-child(3) { display: none; }
}

/* ========== Vitrin temalari (topbar / menu / giris-sepet / footer / sepete ekle) ========== */
[data-theme="turuncu"] {
  --tema-topbar-bg: #9a3412;
  --tema-topbar-fg: #fff7ed;
  --tema-topbar-muted: #ffedd5;
  --tema-topbar-ikon: #fdba74;
  --tema-menu-bg: #c2410c;
  --tema-menu-fg: #fff7ed;
  --tema-menu-hover: rgba(255, 255, 255, 0.12);
  --tema-giris-bg: #ea580c;
  --tema-giris-hover: #c2410c;
  --tema-sepet-bg: #f97316;
  --tema-sepet-hover: #ea580c;
  --tema-sepet-badge-border: #f97316;
  --tema-footer-from: #7c2d12;
  --tema-footer-to: #431407;
  --tema-footer-fg: #ffedd5;
  --tema-footer-accent: #fdba74;
  --tema-ekle-bg: #ea580c;
  --tema-ekle-hover: #c2410c;
  --tema-ekle-detay-from: #fb923c;
  --tema-ekle-detay-to: #ea580c;
  --tema-ekle-detay-fg: #fff7ed;
  --tema-ekle-detay-shadow: rgba(234, 88, 12, 0.32);
}
[data-theme="kirmizi"] {
  --tema-topbar-bg: #7f1d1d;
  --tema-topbar-fg: #fef2f2;
  --tema-topbar-muted: #fecaca;
  --tema-topbar-ikon: #fca5a5;
  --tema-menu-bg: #991b1b;
  --tema-menu-fg: #fff;
  --tema-menu-hover: rgba(255, 255, 255, 0.12);
  --tema-giris-bg: #b91c1c;
  --tema-giris-hover: #991b1b;
  --tema-sepet-bg: #dc2626;
  --tema-sepet-hover: #b91c1c;
  --tema-sepet-badge-border: #dc2626;
  --tema-footer-from: #7f1d1d;
  --tema-footer-to: #450a0a;
  --tema-footer-fg: #fecaca;
  --tema-footer-accent: #fca5a5;
  --tema-ekle-bg: #b91c1c;
  --tema-ekle-hover: #991b1b;
  --tema-ekle-detay-from: #f87171;
  --tema-ekle-detay-to: #dc2626;
  --tema-ekle-detay-fg: #fff;
  --tema-ekle-detay-shadow: rgba(185, 28, 28, 0.3);
}
[data-theme="gece-mavi"] {
  --tema-topbar-bg: #0b1220;
  --tema-topbar-fg: #dbeafe;
  --tema-topbar-muted: #93c5fd;
  --tema-topbar-ikon: #60a5fa;
  --tema-menu-bg: #111827;
  --tema-menu-fg: #e0f2fe;
  --tema-menu-hover: rgba(96, 165, 250, 0.18);
  --tema-giris-bg: #1d4ed8;
  --tema-giris-hover: #1e40af;
  --tema-sepet-bg: #2563eb;
  --tema-sepet-hover: #1d4ed8;
  --tema-sepet-badge-border: #2563eb;
  --tema-footer-from: #0b1220;
  --tema-footer-to: #020617;
  --tema-footer-fg: #bfdbfe;
  --tema-footer-accent: #93c5fd;
  --tema-ekle-bg: #1d4ed8;
  --tema-ekle-hover: #1e40af;
  --tema-ekle-detay-from: #60a5fa;
  --tema-ekle-detay-to: #2563eb;
  --tema-ekle-detay-fg: #eff6ff;
  --tema-ekle-detay-shadow: rgba(37, 99, 235, 0.35);
}
[data-theme="yesil"] {
  --tema-topbar-bg: #14532d;
  --tema-topbar-fg: #ecfdf5;
  --tema-topbar-muted: #bbf7d0;
  --tema-topbar-ikon: #86efac;
  --tema-menu-bg: #166534;
  --tema-menu-fg: #fff;
  --tema-menu-hover: rgba(255, 255, 255, 0.12);
  --tema-giris-bg: #15803d;
  --tema-giris-hover: #166534;
  --tema-sepet-bg: #16a34a;
  --tema-sepet-hover: #15803d;
  --tema-sepet-badge-border: #16a34a;
  --tema-footer-from: #14532d;
  --tema-footer-to: #052e16;
  --tema-footer-fg: #bbf7d0;
  --tema-footer-accent: #86efac;
  --tema-ekle-bg: #15803d;
  --tema-ekle-hover: #166534;
  --tema-ekle-detay-from: #4ade80;
  --tema-ekle-detay-to: #16a34a;
  --tema-ekle-detay-fg: #052e16;
  --tema-ekle-detay-shadow: rgba(22, 163, 74, 0.3);
}
[data-theme="gece"] {
  --tema-topbar-bg: #09090b;
  --tema-topbar-fg: #f4f4f5;
  --tema-topbar-muted: #a1a1aa;
  --tema-topbar-ikon: #e4e4e7;
  --tema-menu-bg: #18181b;
  --tema-menu-fg: #fafafa;
  --tema-menu-hover: rgba(255, 255, 255, 0.1);
  --tema-giris-bg: #3f3f46;
  --tema-giris-hover: #27272a;
  --tema-sepet-bg: #52525b;
  --tema-sepet-hover: #3f3f46;
  --tema-sepet-badge-border: #71717a;
  --tema-footer-from: #09090b;
  --tema-footer-to: #000000;
  --tema-footer-fg: #a1a1aa;
  --tema-footer-accent: #e4e4e7;
  --tema-ekle-bg: #27272a;
  --tema-ekle-hover: #3f3f46;
  --tema-ekle-detay-from: #71717a;
  --tema-ekle-detay-to: #3f3f46;
  --tema-ekle-detay-fg: #fafafa;
  --tema-ekle-detay-shadow: rgba(0, 0, 0, 0.35);
}
[data-theme="altin"] {
  --tema-topbar-bg: #3d2b0f;
  --tema-topbar-fg: #fffbeb;
  --tema-topbar-muted: #fde68a;
  --tema-topbar-ikon: #facc15;
  --tema-menu-bg: #713f12;
  --tema-menu-fg: #fffbeb;
  --tema-menu-hover: rgba(250, 204, 21, 0.2);
  --tema-giris-bg: #a16207;
  --tema-giris-hover: #854d0e;
  --tema-sepet-bg: #ca8a04;
  --tema-sepet-hover: #a16207;
  --tema-sepet-badge-border: #eab308;
  --tema-footer-from: #422006;
  --tema-footer-to: #1c1917;
  --tema-footer-fg: #fde68a;
  --tema-footer-accent: #facc15;
  --tema-ekle-bg: #ca8a04;
  --tema-ekle-hover: #a16207;
  --tema-ekle-detay-from: #fde68a;
  --tema-ekle-detay-to: #ca8a04;
  --tema-ekle-detay-fg: #422006;
  --tema-ekle-detay-shadow: rgba(202, 138, 4, 0.4);
}
[data-theme="ametist"] {
  --tema-topbar-bg: #2e1065;
  --tema-topbar-fg: #f5f3ff;
  --tema-topbar-muted: #ddd6fe;
  --tema-topbar-ikon: #c4b5fd;
  --tema-menu-bg: #4c1d95;
  --tema-menu-fg: #fff;
  --tema-menu-hover: rgba(196, 181, 253, 0.2);
  --tema-giris-bg: #6d28d9;
  --tema-giris-hover: #5b21b6;
  --tema-sepet-bg: #7c3aed;
  --tema-sepet-hover: #6d28d9;
  --tema-sepet-badge-border: #8b5cf6;
  --tema-footer-from: #2e1065;
  --tema-footer-to: #1e1b4b;
  --tema-footer-fg: #ddd6fe;
  --tema-footer-accent: #c4b5fd;
  --tema-ekle-bg: #7c3aed;
  --tema-ekle-hover: #6d28d9;
  --tema-ekle-detay-from: #a78bfa;
  --tema-ekle-detay-to: #7c3aed;
  --tema-ekle-detay-fg: #fff;
  --tema-ekle-detay-shadow: rgba(124, 58, 237, 0.35);
}

/* ========== Üye girişi sahnesi ========== */
body.sayfa-giris {
  background-color: #12324c;
  background-image: url("giris-yat.jpg");
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
body.sayfa-giris::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 18, 32, 0.28) 0%, rgba(8, 18, 32, 0.12) 35%, rgba(8, 18, 32, 0.45) 100%);
}
body.sayfa-giris .site-head,
body.sayfa-giris .main,
body.sayfa-giris .site-footer {
  position: relative;
  z-index: 1;
}
body.sayfa-giris .main {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 11rem);
  padding: 1.75rem 0 2.5rem;
}
body.sayfa-giris .main > .shell {
  max-width: 58rem;
  width: 100%;
}
body.sayfa-giris .site-footer,
body.sayfa-giris .wa-float {
  display: none !important;
}
body.sayfa-giris .mobil-alt {
  display: none !important;
}

.giris-sahne {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  background: #fff;
  border-radius: 1.85rem;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(8, 18, 32, 0.38);
  min-height: 32rem;
}
.giris-sahne__form {
  padding: 2.6rem 2.4rem 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.giris-sahne__hos {
  font-family: var(--font-hero-script);
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 1.85rem;
  letter-spacing: 0.01em;
}
.giris-sahne__hos span:first-child { color: #6eb3d8; }
.giris-sahne__hos span:last-child { color: #e0a070; }
.giris-sahne .alert { margin-bottom: 1rem; }
.giris-sahne .field { margin-bottom: 1.05rem; }
.giris-sahne .field label {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.giris-sahne .field { position: relative; }
.giris-sahne .field input {
  width: 100%;
  padding: 0.95rem 1.05rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.95rem;
  background: #fff;
  font: inherit;
  font-size: 0.95rem;
  color: #1e293b;
}
.giris-sahne .field input::placeholder { color: #94a3b8; }
.giris-sahne .field input:focus {
  outline: none;
  border-color: #2a9db5;
  box-shadow: 0 0 0 3px rgba(42, 157, 181, 0.16);
}
.giris-sahne .field input[type="email"]:valid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%232a9db5' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.6rem;
}
.giris-sahne__sifre-satir { position: relative; }
.giris-sahne__goz {
  position: absolute;
  right: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: none;
  color: #2a9db5;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0.35rem 0.45rem;
}
.giris-sahne__goz:hover { color: #1d7f94; }
.giris-sahne .field--sifre input { padding-right: 4.4rem; }
.giris-sahne__btn {
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.95rem 1rem;
  border: 0;
  border-radius: 0.95rem;
  background: #2a9db5;
  color: #fff;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(42, 157, 181, 0.28);
}
.giris-sahne__btn:hover { background: #238aa0; color: #fff; }
.giris-sahne__ayrac {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.35rem 0 1.1rem;
  color: #94a3b8;
  font-size: 0.8rem;
}
.giris-sahne__ayrac::before,
.giris-sahne__ayrac::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}
.giris-sahne__uye {
  display: block;
  text-align: center;
  font-size: 0.92rem;
  color: #64748b;
}
.giris-sahne__uye a {
  color: #2a9db5;
  font-weight: 700;
}
.giris-sahne__uye a:hover { color: #1d7f94; }
.giris-sahne__gorsel {
  position: relative;
  min-height: 100%;
  background: #1b4a6b url("giris-yat.jpg") center 45% / cover no-repeat;
}
.giris-sahne__gorsel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(12, 28, 48, 0.12));
}

.giris-sahne--kayit .giris-sahne__form {
  padding: 2.15rem 1.9rem 1.85rem;
}
.giris-sahne--kayit .giris-sahne__hos {
  font-size: clamp(2.2rem, 4.4vw, 3.05rem);
  margin-bottom: 1.2rem;
}
.giris-sahne__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem 0.75rem;
  margin-bottom: 0.35rem;
}
.giris-sahne__grid .field { margin-bottom: 0; }

@media (max-width: 820px) {
  body.sayfa-giris .main {
    min-height: calc(100vh - 9rem);
    padding: 1.1rem 0 2rem;
  }
  .giris-sahne {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 1.4rem;
  }
  .giris-sahne__gorsel {
    min-height: 10.5rem;
    order: -1;
  }
  .giris-sahne__form { padding: 1.6rem 1.35rem 1.5rem; }
  .giris-sahne__hos { margin-bottom: 1.25rem; }
  .giris-sahne__grid { grid-template-columns: 1fr; }
}

.dil-sec {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  margin-right: 0.4rem;
}
.dil-sec__btn {
  border: 1px solid transparent;
  background: transparent;
  color: rgba(255,255,255,0.82);
  font: inherit;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 0.12rem 0.28rem 0.12rem 0.18rem;
  cursor: pointer;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  line-height: 1;
}
.dil-sec__bayrak {
  width: 1.15rem;
  height: 0.78rem;
  display: block;
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.28);
  flex-shrink: 0;
}
.dil-sec__kod { opacity: 0.9; }
.dil-sec__btn:hover,
.dil-sec__btn.is-on {
  color: #fff;
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.22);
}
.dil-sec__btn.is-on { box-shadow: 0 0 0 1px rgba(255,255,255,0.28); }
.cerez-cubuk {
  position: fixed;
  z-index: 2600;
  left: max(0.85rem, env(safe-area-inset-left));
  right: auto;
  bottom: max(1rem, env(safe-area-inset-bottom));
  width: min(17.5rem, calc(100vw - 1.7rem));
  margin: 0;
  padding: 0.7rem 0.8rem 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  background: rgba(15, 27, 44, 0.94);
  color: #e8eef5;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(8, 18, 32, 0.22);
  pointer-events: auto;
}
.cerez-cubuk[hidden] { display: none !important; }
.cerez-cubuk p { margin: 0; font-size: 0.78rem; line-height: 1.4; color: #d5dee8; }
.cerez-cubuk__linkler { display: flex; flex-wrap: wrap; gap: 0.35rem 0.85rem; }
.cerez-cubuk a {
  position: relative;
  z-index: 1;
  color: #c5e4ff;
  text-decoration: underline;
  text-underline-offset: 2px;
  pointer-events: auto;
  cursor: pointer;
}
.cerez-cubuk a:hover { color: #fff; }
.cerez-cubuk__btn {
  margin-top: 0.15rem;
  padding: 0.32rem 0.75rem;
  border: 0;
  border-radius: 6px;
  background: #e8eef5;
  color: #132238;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  pointer-events: auto;
}
.cerez-cubuk__btn:hover { background: #fff; }
.katalog-filtre {
  margin: 0 0 1.25rem;
  padding: 0;
  border: 0;
  background: transparent;
}
.katalog-filtre__kutu {
  margin: 0;
  min-inline-size: 0;
  padding: 0.55rem 1.1rem 1.15rem;
  border: 1px solid #d5dee8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(26, 43, 72, 0.07);
  text-align: center;
}
.katalog-filtre__kutu > legend {
  display: inline-block;
  float: none;
  width: auto;
  margin: 0 auto;
  padding: 0 0.7rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--marina-navy);
}
.katalog-filtre__govde {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
}
.katalog-filtre__satir {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 0.65rem 0.75rem;
  width: 100%;
}
.katalog-filtre__satir--ara {
  width: min(100%, 36rem);
}
.katalog-filtre__alan {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.28rem;
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  color: #5b6b80;
  text-align: left;
}
.katalog-filtre__alan--ara { flex: 1 1 16rem; min-width: min(100%, 16rem); }
.katalog-filtre__alan--marka { flex: 1 1 12rem; min-width: 11.5rem; max-width: 16rem; }
.katalog-filtre__alan--fiyat { width: 6.4rem; }
.katalog-filtre__alan input[type="search"],
.katalog-filtre__alan input[type="number"],
.katalog-filtre__alan select {
  display: block;
  width: 100%;
  height: 2.5rem;
  margin: 0;
  padding: 0 0.8rem;
  border: 1px solid #d5dee8;
  border-radius: 8px;
  background: #f6f8fb;
  color: var(--marina-navy);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  outline: none;
}
.katalog-filtre__alan select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231a2b48' d='M1.2 1.4 6 6.2l4.8-4.8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7rem center;
  background-size: 11px 7px;
  cursor: pointer;
}
.katalog-filtre__alan input:focus,
.katalog-filtre__alan select:focus {
  border-color: var(--marina-navy);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(26, 43, 72, 0.12);
}
.katalog-filtre__chk {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  height: 2.5rem;
  margin: 0;
  padding: 0 0.85rem;
  border: 1px solid #d5dee8;
  border-radius: 8px;
  background: #f6f8fb;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--marina-navy);
  cursor: pointer;
  user-select: none;
}
.katalog-filtre__chk input {
  width: 0.95rem;
  height: 0.95rem;
  accent-color: var(--marina-navy);
}
.katalog-filtre__btn {
  height: 2.5rem;
  padding: 0 1.25rem;
  border: 0;
  border-radius: 8px;
  background: var(--marina-navy);
  color: #fff;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 750;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(26, 43, 72, 0.18);
}
.katalog-filtre__btn:hover { background: var(--marina-navy-mid); }
.katalog-filtre__temizle {
  display: inline-flex;
  align-items: center;
  height: 2.5rem;
  padding: 0 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #64748b;
  text-decoration: none;
}
.katalog-filtre__temizle:hover { color: var(--marina-navy); }
.checkout-teslimat-not {
  margin: 0.65rem 0 0;
  font-size: 0.8rem;
  color: #4b5d73;
}
.goog-te-banner-frame,
iframe.skiptranslate,
#goog-gt-tt,
.goog-te-balloon-frame { display: none !important; visibility: hidden !important; pointer-events: none !important; }
body { top: 0 !important; }
.goog-te-gadget { display: none !important; }
.goog-text-highlight { background: none !important; box-shadow: none !important; }

@media (max-width: 720px) {
  .katalog-filtre__alan,
  .katalog-filtre__alan--marka,
  .katalog-filtre__alan--fiyat,
  .katalog-filtre__satir--ara {
    width: 100%;
    max-width: none;
    flex: 1 1 100%;
  }
  .katalog-filtre__chk,
  .katalog-filtre__btn {
    width: 100%;
    justify-content: center;
  }
  .cerez-cubuk { bottom: calc(4.65rem + env(safe-area-inset-bottom)); }
}
.pcard__indirim {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2;
  background: #c41e3a;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 0.16rem 0.38rem;
  border-radius: 4px;
}
.pcard__fav {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  z-index: 3;
  width: 1.85rem;
  height: 1.85rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8b95a5;
  cursor: pointer;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 1px 1.5px rgba(255,255,255,0.95));
}
.pcard__fav .ikon-kalp {
  width: 1.15rem;
  height: 1.15rem;
  display: block;
}
.pcard__fav .ikon-kalp path {
  fill: none;
  stroke: #8b95a5;
  stroke-width: 1.75;
  stroke-linejoin: round;
}
.pcard__fav.is-on .ikon-kalp path {
  fill: #c41e3a;
  stroke: #c41e3a;
}
.pdetay__fav {
  position: relative;
  top: auto;
  right: auto;
  width: 2.1rem;
  height: 2.1rem;
}
.pdetay__fav .ikon-kalp {
  width: 1.25rem;
  height: 1.25rem;
}
.pcard__price .fiyat-eski {
  text-decoration: line-through;
  color: #94a3b8;
  font-size: 0.78em;
  font-weight: 600;
  margin-right: 0.35rem;
}
.taksit-tablo {
  margin: 0 0 0.75rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid #e4ebf2;
  border-radius: 8px;
  background: #f8fafc;
}
.taksit-tablo__bas { margin: 0 0 0.4rem; font-size: 0.72rem; color: #64748b; }
.taksit-tablo ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.2rem; }
.taksit-tablo li {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #334155;
}
.pdetay__wa {
  display: inline-block;
  margin: 0.55rem 0 0;
  font-size: 0.85rem;
  font-weight: 700;
  color: #128c7e;
}
.pdetay__wa--ikincil { font-weight: 600; color: #4b5d73; }
.site-footer__yasal { font-size: 0.75rem; color: #8a97a8; margin: 0.4rem 0 0; line-height: 1.45; }
.pdetay__cmp {
  position: relative;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0.5rem;
  background: var(--marina-navy);
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 16px rgba(26, 43, 72, 0.22);
}
.pdetay__cmp:hover,
.pdetay__cmp.is-on {
  background: var(--marina-navy-mid);
}
.pdetay__cmp .ikon-karsilastir {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
}
.pdetay__cmp .btn-ikon__ipucu {
  position: absolute;
  bottom: calc(100% + 0.35rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;
  padding: 0.28rem 0.5rem;
  border-radius: 6px;
  background: #132238;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 650;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 6px 16px rgba(19, 34, 56, 0.22);
}
.pdetay__cmp:hover .btn-ikon__ipucu,
.pdetay__cmp:focus-visible .btn-ikon__ipucu {
  opacity: 1;
}
.pcard__fav::after {
  content: attr(aria-label);
  position: absolute;
  top: calc(100% + 0.2rem);
  right: 0;
  z-index: 4;
  padding: 0.22rem 0.42rem;
  border-radius: 5px;
  background: #132238;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 650;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}
.pcard__fav:hover::after,
.pdetay__fav:hover::after {
  opacity: 1;
}
.pdetay__fav::after {
  top: auto;
  bottom: calc(100% + 0.25rem);
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.hp-alan {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.stok-haber {
  margin: 0.7rem 0 0;
  padding: 0.7rem 0.75rem;
  border: 1px solid #e4ebf2;
  border-radius: 10px;
  background: #f8fafc;
}
.stok-haber__bas { margin: 0 0 0.45rem; font-size: 0.82rem; font-weight: 700; color: #1e3a5f; }
.stok-haber__satir { display: flex; gap: 0.4rem; flex-wrap: wrap; }
.stok-haber__satir input[type="email"] {
  flex: 1 1 10rem;
  min-width: 0;
  padding: 0.45rem 0.55rem;
  border: 1px solid #d5dee8;
  border-radius: 8px;
}
.footer-bulten { margin: 0.85rem 0 0; }
.footer-bulten__bas { display: block; font-size: 0.78rem; font-weight: 700; margin-bottom: 0.35rem; color: #d7e3f0; }
.footer-bulten__satir { display: flex; gap: 0.35rem; }
.footer-bulten__satir input {
  flex: 1;
  min-width: 0;
  padding: 0.4rem 0.5rem;
  border: 1px solid #3a5270;
  border-radius: 6px;
  background: #12263d;
  color: #fff;
}
.footer-bulten__satir button {
  padding: 0.4rem 0.7rem;
  border: 0;
  border-radius: 6px;
  background: #e8eef5;
  color: #132238;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}
.karsilastir-tablo {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e4ebf2;
  border-radius: 12px;
  overflow: hidden;
}
.karsilastir-tablo th,
.karsilastir-tablo td {
  padding: 0.7rem 0.75rem;
  border-bottom: 1px solid #eef2f6;
  text-align: left;
  vertical-align: top;
  font-size: 0.88rem;
}
.karsilastir-tablo th { width: 7.5rem; color: #4b5d73; background: #f8fafc; }
.karsilastir-tablo img { max-width: 7.5rem; height: auto; display: block; }
.karsilastir-tablo .pcard__yok { min-height: 4rem; }
@media (max-width: 720px) {
  .karsilastir-tablo { display: block; overflow-x: auto; }
}


