/* =========================================================
   TesbihYol — Temel Tasarım Sistemi
   Tesbih & Yüzük — mağaza stil dosyası
   ========================================================= */

:root {
  /* Zemin */
  --bg: #0b0d09;
  --bg-alt: #111309;
  --surface: #161810;
  --surface-2: #1c1f15;
  --surface-hover: #21240f;

  /* Altın vurgular */
  --gold: #c6a456;
  --gold-bright: #e3c579;
  --gold-dim: #8a713a;
  --gold-line: rgba(198, 164, 86, 0.22);
  --gold-line-strong: rgba(198, 164, 86, 0.4);

  /* Metin */
  --ivory: #ece5d3;
  --ivory-dim: #a9a08a;
  --ivory-faint: #766e5a;

  /* Vurgu / durum */
  --oxblood: #7c2632;
  --oxblood-bright: #a3323f;
  --ok: #5c8a5a;

  /* Tipografi */
  --font-display: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --font-body: "Jost", "Segoe UI", system-ui, -apple-system, sans-serif;

  /* Ölçüler */
  --container: 1240px;
  --radius: 3px;
  --radius-lg: 6px;

  --shadow-soft: 0 18px 50px -20px rgba(0, 0, 0, 0.7);
  --shadow-lift: 0 24px 60px -24px rgba(0, 0, 0, 0.85);
}

/* ---------- Reset ---------- */
* , *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ivory);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: inherit; }
h1, h2, h3, h4, h5 { margin: 0; font-family: var(--font-display); font-weight: 500; color: var(--ivory); }
p { margin: 0; }
input, select, textarea { font-family: inherit; }

::selection { background: var(--gold-dim); color: #0b0d09; }

/* Kaydırma çubuğu (webkit) */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--surface-2); border: 2px solid var(--bg); border-radius: 8px; }

/* ---------- Yardımcılar ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.eyebrow {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}
.section { padding: 96px 0; position: relative; }
.section--tight { padding: 64px 0; }
.section--alt { background: var(--bg-alt); }
.section--pattern, .section--pattern-tri {
  position: relative;
  overflow: hidden;
}
.section--pattern::before, .section--pattern-tri::before {
  content: "";
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: sepia(0.5) saturate(1.25) hue-rotate(-10deg) brightness(0.48) contrast(1.1);
  opacity: 0.55;
  z-index: 0;
  pointer-events: none;
}
.section--pattern::before { background-image: url("../img/star-photo.jpg"); }
.section--pattern-tri::before { background-image: url("../img/triangle-photo.jpg"); }
.section--pattern::after, .section--pattern-tri::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(11,13,9,0.55) 45%, var(--bg) 85%);
  z-index: 1;
  pointer-events: none;
}
.section--pattern > *, .section--pattern-tri > * { position: relative; z-index: 2; }

.hairline { border: none; border-top: 1px solid var(--gold-line); margin: 0; }
.center { text-align: center; }
.muted { color: var(--ivory-dim); }
.gold-text { color: var(--gold-bright); }
.fade-in { opacity: 0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
.fade-in.is-visible { opacity: 1; transform: translateY(0); }

.divider-star {
  display: flex; align-items: center; justify-content: center; gap: 18px;
  margin: 28px 0;
}
.divider-star::before, .divider-star::after {
  content: ""; height: 1px; width: 72px; background: var(--gold-line-strong);
}
.divider-star svg, .divider-star img { width: 16px; height: 16px; }

.motif-zulfikar {
  position: absolute; right: -30px; top: 50%; transform: translateY(-50%);
  width: 560px; max-width: 68%; height: auto; opacity: 0.3; pointer-events: none;
  filter: sepia(0.5) saturate(1.25) hue-rotate(-10deg) brightness(0.85) contrast(1.1);
  -webkit-mask-image: radial-gradient(ellipse 62% 62% at center, #000 30%, transparent 78%);
  mask-image: radial-gradient(ellipse 62% 62% at center, #000 30%, transparent 78%);
}

/* ---------- Düğmeler ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 34px;
  font-size: 12.5px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500;
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--gold-bright);
  cursor: pointer;
  border-radius: var(--radius);
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .2s ease;
  white-space: nowrap;
}
.btn:hover { background: var(--gold); color: #0b0d09; transform: translateY(-1px); }
.btn-solid { background: var(--gold); color: #0b0d09; }
.btn-solid:hover { background: var(--gold-bright); border-color: var(--gold-bright); }
.btn-ghost { border-color: var(--gold-line-strong); color: var(--ivory-dim); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-bright); background: transparent; }
.btn-block { width: 100%; }
.btn-sm { padding: 10px 22px; font-size: 11px; }
.btn[disabled] { opacity: .45; cursor: not-allowed; }
.btn[disabled]:hover { background: transparent; color: var(--gold-bright); transform: none; }

/* ---------- Üst bar (bilgi şeridi) ---------- */
.topbar {
  background: var(--bg-alt);
  border-bottom: 1px solid var(--gold-line);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: var(--ivory-faint);
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; padding-top: 9px; padding-bottom: 9px; flex-wrap: wrap; gap: 8px; }
.topbar a { color: var(--ivory-dim); }
.topbar a:hover { color: var(--gold-bright); }
.topbar-links { display: flex; gap: 22px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11,13,9,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--gold-line);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; padding-bottom: 18px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-wordmark { height: 46px; width: auto; display: block; }
.brand-sub { display: block; font-family: var(--font-body); font-size: 9.5px; letter-spacing: 0.28em; color: var(--ivory-faint); text-transform: uppercase; margin-top: 2px; }

.main-nav { display: flex; gap: 34px; }
.main-nav a {
  font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ivory-dim);
  padding: 6px 0; position: relative;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--gold);
  transform: scaleX(0); transition: transform .25s ease; transform-origin: left;
}
.main-nav a:hover { color: var(--ivory); }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.main-nav a.active { color: var(--gold-bright); }

.header-actions { display: flex; align-items: center; gap: 20px; }
.icon-btn {
  position: relative; width: 22px; height: 22px; color: var(--ivory-dim); cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
}
.icon-btn:hover { color: var(--gold-bright); }
.icon-btn svg { width: 20px; height: 20px; }
.cart-count {
  position: absolute; top: -8px; right: -10px; background: var(--oxblood-bright); color: var(--ivory);
  font-size: 10px; font-weight: 600; width: 16px; height: 16px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-family: var(--font-body);
}
.nav-toggle { display: none; background: none; border: 1px solid var(--gold-line-strong); color: var(--ivory); width: 40px; height: 40px; border-radius: var(--radius); cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 120px 0 100px;
  overflow: hidden;
  background: radial-gradient(ellipse at 78% 20%, rgba(198,164,86,0.09), transparent 55%), var(--bg);
}
.hero-motif {
  position: absolute; right: -60px; top: 50%; transform: translateY(-50%);
  width: 620px; opacity: 0.32; pointer-events: none;
  filter: sepia(0.5) saturate(1.25) hue-rotate(-10deg) brightness(0.85) contrast(1.1);
  -webkit-mask-image: radial-gradient(ellipse 62% 62% at center, #000 32%, transparent 78%);
  mask-image: radial-gradient(ellipse 62% 62% at center, #000 32%, transparent 78%);
}
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; }
.hero h1 { font-size: 58px; line-height: 1.08; margin: 18px 0 26px; font-weight: 500; }
.hero h1 em { font-style: italic; color: var(--gold-bright); }
.hero p.lead { font-size: 16.5px; color: var(--ivory-dim); max-width: 480px; margin-bottom: 38px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 40px; margin-top: 56px; }
.hero-stats div strong { display: block; font-family: var(--font-display); font-size: 30px; color: var(--gold-bright); font-weight: 500; }
.hero-stats div span { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ivory-faint); }

.hero-panel {
  border: 1px solid var(--gold-line);
  padding: 8px;
  position: relative;
}
.hero-panel::before, .hero-panel::after {
  content: ""; position: absolute; width: 26px; height: 26px; border: 1px solid var(--gold);
}
.hero-panel::before { top: -1px; left: -1px; border-right: none; border-bottom: none; }
.hero-panel::after { bottom: -1px; right: -1px; border-left: none; border-top: none; }
.hero-panel-inner { background: var(--surface); aspect-ratio: 4/5; display: flex; align-items: center; justify-content: center; overflow: hidden; }

/* ---------- Kategori kartları ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.cat-card {
  position: relative; height: 340px; border: 1px solid var(--gold-line); overflow: hidden;
  display: flex; align-items: flex-end; padding: 34px;
  background: var(--surface);
}
.cat-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 30% 20%, rgba(198,164,86,0.14), transparent 60%); }
.cat-card-icon { position: absolute; top: 30px; right: 30px; width: 56px; height: 56px; opacity: 0.55; }
.cat-card h3 { font-size: 30px; position: relative; margin-bottom: 8px; }
.cat-card p { position: relative; color: var(--ivory-dim); font-size: 13.5px; max-width: 280px; }
.cat-card .btn { position: relative; margin-top: 18px; }
.cat-card:hover { border-color: var(--gold-line-strong); }

/* ---------- Ürün kartı / grid ---------- */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.product-card { border: 1px solid var(--gold-line); background: var(--surface); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; position: relative; }
.product-card:hover { transform: translateY(-4px); border-color: var(--gold-line-strong); box-shadow: var(--shadow-soft); }
.product-media { aspect-ratio: 1/1; background: var(--surface-2); position: relative; overflow: hidden; display:flex; align-items:center; justify-content:center; }
.product-media svg { width: 46%; opacity: .8; }
.product-badge {
  position: absolute; top: 12px; left: 12px; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 5px 10px; background: var(--oxblood); color: var(--ivory); border-radius: 2px;
}
.product-badge--new { background: var(--gold); color: #0b0d09; }
.product-wish {
  position: absolute; top: 10px; right: 10px; width: 32px; height: 32px; border-radius: 50%;
  background: rgba(11,13,9,0.6); border: 1px solid var(--gold-line); display: flex; align-items: center; justify-content: center;
  color: var(--ivory-dim); cursor: pointer; padding: 0; font: inherit; appearance: none;
}
.product-wish:focus-visible, .add-btn:focus-visible, .icon-btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.product-wish:hover { color: var(--gold-bright); border-color: var(--gold); }
.product-wish svg { width: 15px; height: 15px; }
.product-wish.active { color: var(--oxblood-bright); border-color: var(--oxblood-bright); }
.product-wish.active svg { fill: currentColor; }
.add-btn.active { color: var(--oxblood-bright); border-color: var(--oxblood-bright); }
.add-btn.active svg { fill: currentColor; }
.product-info { padding: 20px; }
.product-cat { font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-dim); }
.product-name { font-family: var(--font-display); font-size: 19px; margin: 6px 0 8px; }
.product-name a:hover { color: var(--gold-bright); }
.product-meta { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--ivory-faint); margin-bottom: 12px; }
.stars { color: var(--gold); letter-spacing: 1px; font-size: 12px; }
.product-row { display: flex; align-items: center; justify-content: space-between; }
.price { font-family: var(--font-display); font-size: 20px; color: var(--gold-bright); }
.price-old { font-size: 13px; color: var(--ivory-faint); text-decoration: line-through; margin-right: 6px; }
.add-btn {
  width: 38px; height: 38px; border: 1px solid var(--gold-line-strong); background: transparent; color: var(--gold-bright);
  display: flex; align-items: center; justify-content: center; cursor: pointer; border-radius: var(--radius);
  transition: background .2s ease, color .2s ease;
}
.add-btn:hover { background: var(--gold); color: #0b0d09; }
.add-btn svg { width: 16px; height: 16px; }

/* ---------- Filtre çubuğu ---------- */
.filter-bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding-bottom: 30px; margin-bottom: 34px; border-bottom: 1px solid var(--gold-line); }
.filter-chips { display: flex; gap: 10px; flex-wrap: wrap; }
.chip {
  padding: 9px 18px; border: 1px solid var(--gold-line-strong); font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ivory-dim); cursor: pointer; border-radius: 20px; transition: all .2s ease; background: transparent;
}
.chip.active, .chip:hover { border-color: var(--gold); color: var(--gold-bright); background: rgba(198,164,86,0.08); }
.material-scroll {
  display: flex; flex-direction: column; gap: 8px; max-height: 250px; overflow-y: auto;
  padding-right: 6px; margin-right: -6px; scrollbar-width: thin; scrollbar-color: var(--gold-line-strong) transparent;
}
.material-scroll::-webkit-scrollbar { width: 5px; }
.material-scroll::-webkit-scrollbar-track { background: transparent; }
.material-scroll::-webkit-scrollbar-thumb { background: var(--gold-line-strong); border-radius: 3px; }
.chip--block { width: 100%; text-align: left; border-radius: var(--radius); flex-shrink: 0; }
.sort-select {
  background: var(--surface); border: 1px solid var(--gold-line-strong); color: var(--ivory-dim); padding: 10px 16px;
  font-size: 12px; letter-spacing: 0.05em; border-radius: var(--radius);
}
.filter-layout { display: grid; grid-template-columns: 240px 1fr; gap: 44px; align-items: start; }
.filter-side { border: 1px solid var(--gold-line); padding: 26px; }
.filter-group { margin-bottom: 26px; }
.filter-group:last-child { margin-bottom: 0; }
.filter-group h4 { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ivory); margin-bottom: 14px; font-family: var(--font-body); font-weight: 500; }
.filter-option { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--ivory-dim); margin-bottom: 10px; cursor: pointer; }
.filter-option input { accent-color: var(--gold); }
.filter-option:hover { color: var(--ivory); }
.price-range-row { display: flex; align-items: center; gap: 8px; }
.price-range-row input {
  width: 0; flex: 1 1 0; background: var(--surface); border: 1px solid var(--gold-line-strong); color: var(--ivory);
  padding: 9px 10px; font-size: 13px; border-radius: var(--radius); transition: border-color .2s ease;
}
.price-range-row input::placeholder { color: var(--ivory-faint); }
.price-range-row input:focus { outline: none; border-color: var(--gold); }
.price-range-sep { color: var(--ivory-faint); font-size: 13px; flex-shrink: 0; }

/* ---------- Panel/testimonial/trust ---------- */
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.trust-item { text-align: center; padding: 10px; }
.trust-item svg { width: 34px; height: 34px; margin: 0 auto 18px; color: var(--gold); }
.trust-item h4 { font-size: 16px; margin-bottom: 8px; font-weight: 500; }
.trust-item p { font-size: 13px; color: var(--ivory-dim); }

.quote-block { max-width: 720px; margin: 0 auto; text-align: center; }
.quote-block p { font-family: var(--font-display); font-size: 28px; font-style: italic; color: var(--ivory); line-height: 1.5; }
.quote-block cite { display: block; margin-top: 20px; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); font-style: normal; }

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.review-card { border: 1px solid var(--gold-line); padding: 28px; background: var(--surface); }
.review-card p { color: var(--ivory-dim); font-size: 14px; margin: 14px 0 18px; line-height: 1.7; }
.review-who { display: flex; align-items: center; gap: 12px; }
.review-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--surface-2); border: 1px solid var(--gold-line-strong); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); color: var(--gold-bright); }
.review-who span { display: block; font-size: 12.5px; }
.review-who small { color: var(--ivory-faint); font-size: 11px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-alt); border-top: 1px solid var(--gold-line); padding-top: 76px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 0.8fr 0.8fr 0.8fr 1fr; gap: 40px; padding-bottom: 56px; }
.footer-brand p { color: var(--ivory-dim); font-size: 13.5px; margin: 18px 0 22px; max-width: 300px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { width: 34px; height: 34px; border: 1px solid var(--gold-line-strong); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--ivory-dim); }
.footer-social a:hover { border-color: var(--gold); color: var(--gold-bright); }
.footer-social svg { width: 15px; height: 15px; }
.footer-col h5 { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ivory); margin-bottom: 20px; font-weight: 500; }
.footer-col li { margin-bottom: 12px; }
.footer-col a { font-size: 13.5px; color: var(--ivory-dim); }
.footer-col a:hover { color: var(--gold-bright); }
.footer-bottom { border-top: 1px solid var(--gold-line); padding: 24px 0; display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: var(--ivory-faint); flex-wrap: wrap; gap: 10px; }
.payment-icons { display: flex; gap: 10px; opacity: .7; font-size: 11px; letter-spacing: .05em; }

/* ---------- Sayfa başlığı (iç sayfalar) ---------- */
.page-header { padding: 64px 0 48px; text-align: center; border-bottom: 1px solid var(--gold-line); background: var(--bg-alt); position: relative; }
.page-header h1 { font-size: 42px; margin: 14px 0 10px; }
.breadcrumb { font-size: 12px; color: var(--ivory-faint); letter-spacing: .04em; }
.breadcrumb a:hover { color: var(--gold-bright); }
.breadcrumb span { margin: 0 8px; }

/* ---------- Form elemanları (genel) ---------- */
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ivory-dim); margin-bottom: 9px; }
.field input, .field select, .field textarea {
  width: 100%; background: var(--surface); border: 1px solid var(--gold-line-strong); color: var(--ivory);
  padding: 13px 16px; font-size: 14px; border-radius: var(--radius); transition: border-color .2s ease;
}
.field input::placeholder, .field textarea::placeholder { color: var(--ivory-faint); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-hint { font-size: 11.5px; color: var(--ivory-faint); margin-top: 7px; }
.field.has-error input, .field.has-error select { border-color: var(--oxblood-bright); }
.field-error { font-size: 11.5px; color: var(--oxblood-bright); margin-top: 7px; display: none; }
.field.has-error .field-error { display: block; }
.field.has-success input { border-color: var(--ok); }
.pw-strength { height: 3px; border-radius: 2px; background: var(--surface-2); margin-top: 8px; overflow: hidden; }
.pw-strength-bar { height: 100%; width: 0%; background: var(--oxblood-bright); transition: width .25s ease, background .25s ease; }
.pw-strength-label { font-size: 11px; color: var(--ivory-faint); margin-top: 5px; }
.checkbox-row { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--ivory-dim); }
.checkbox-row input { margin-top: 3px; accent-color: var(--gold); }

/* ---------- Kartlar/panel kutuları (genel) ---------- */
.panel-box { border: 1px solid var(--gold-line); background: var(--surface); padding: 32px; }
.panel-box h3 { font-size: 20px; margin-bottom: 6px; }

/* ---------- Mobil menü ---------- */
.mobile-nav { display: none; position: fixed; inset: 0; background: rgba(11,13,9,0.98); z-index: 100; padding: 100px 32px 40px; }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 16px 0; border-bottom: 1px solid var(--gold-line); font-family: var(--font-display); font-size: 22px; }
.mobile-nav-close { position: absolute; top: 26px; right: 32px; width: 40px; height: 40px; border: 1px solid var(--gold-line-strong); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; }

/* ---------- Toast ---------- */
.toast {
  position: fixed; bottom: 28px; right: 28px; background: var(--surface); border: 1px solid var(--gold);
  color: var(--ivory); padding: 16px 22px; font-size: 13.5px; border-radius: var(--radius); box-shadow: var(--shadow-lift);
  transform: translateY(20px); opacity: 0; pointer-events: none; transition: all .35s ease; z-index: 200;
  display: flex; align-items: center; gap: 12px;
}
.toast.show { transform: translateY(0); opacity: 1; }
.toast svg { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; }

/* ---------- Ürün detay ---------- */
.pd-layout { display: grid; grid-template-columns: 0.9fr 1fr; gap: 56px; }
.pd-gallery-main { position: relative; border: 1px solid var(--gold-line); background: var(--surface); aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.pd-gallery-main img { max-width: 92%; max-height: 92%; width: auto; height: auto; object-fit: contain; transition: opacity .15s ease; }
.pd-gallery-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border-radius: 50%;
  background: rgba(11,13,9,0.65); border: 1px solid var(--gold-line-strong); color: var(--ivory); font-size: 19px; line-height: 1;
  display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 2; transition: border-color .2s ease, background .2s ease;
}
.pd-gallery-arrow:hover { border-color: var(--gold); background: rgba(11,13,9,0.9); }
.pd-gallery-arrow--prev { left: 12px; }
.pd-gallery-arrow--next { right: 12px; }
.pd-gallery-thumbs { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.pd-gallery-thumb {
  width: 68px; height: 68px; padding: 0; border: 1px solid var(--gold-line-strong); background: var(--surface); cursor: pointer;
  display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; transition: border-color .2s ease;
}
.pd-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pd-gallery-thumb:hover, .pd-gallery-thumb.active { border-color: var(--gold); }
.pd-thumbs { display: flex; gap: 12px; margin-top: 14px; }
.pd-thumb { width: 78px; height: 78px; border: 1px solid var(--gold-line-strong); background: var(--surface); display: flex; align-items: center; justify-content: center; cursor: pointer; }
.pd-thumb.active { border-color: var(--gold); }
.pd-thumb img { width: 60%; }
.pd-cat { font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-dim); }
.pd-title { font-size: 34px; margin: 10px 0 12px; }
.pd-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; font-size: 13px; color: var(--ivory-faint); }
.pd-price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 22px; }
.pd-price { font-family: var(--font-display); font-size: 32px; color: var(--gold-bright); }
.pd-desc { color: var(--ivory-dim); font-size: 14.5px; line-height: 1.8; margin-bottom: 28px; }
.pd-option-group { margin-bottom: 24px; }
.pd-option-group h4 { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ivory); margin-bottom: 12px; font-weight: 500; }
.pd-pill-row { display: flex; gap: 10px; flex-wrap: wrap; }
.pd-pill { padding: 10px 18px; border: 1px solid var(--gold-line-strong); font-size: 13px; color: var(--ivory-dim); cursor: pointer; border-radius: var(--radius); }
.pd-pill.active, .pd-pill:hover { border-color: var(--gold); color: var(--gold-bright); }
.pd-qty-row { display: flex; align-items: center; gap: 18px; margin-bottom: 26px; }
.qty-stepper { display: flex; align-items: center; border: 1px solid var(--gold-line-strong); border-radius: var(--radius); }
.qty-stepper button { width: 40px; height: 44px; background: none; border: none; color: var(--ivory); cursor: pointer; font-size: 16px; }
.qty-stepper button:hover { color: var(--gold-bright); }
.qty-stepper span { width: 34px; text-align: center; font-size: 14px; }
.pd-actions { display: flex; gap: 14px; margin-bottom: 30px; }
.pd-trust { display: flex; flex-direction: column; gap: 12px; border-top: 1px solid var(--gold-line); padding-top: 24px; }
.pd-trust div { display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--ivory-dim); }
.pd-trust svg { width: 19px; height: 19px; color: var(--gold); flex-shrink: 0; }

.pd-tabs { display: flex; gap: 36px; border-bottom: 1px solid var(--gold-line); margin: 70px 0 34px; }
.pd-tab { padding: 12px 0; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ivory-faint); cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px; }
.pd-tab.active { color: var(--gold-bright); border-color: var(--gold); }
.pd-tab-panel { display: none; color: var(--ivory-dim); font-size: 14.5px; line-height: 1.85; }
.pd-tab-panel.active { display: block; }
.spec-table { width: 100%; border-collapse: collapse; max-width: 560px; }
.spec-table td { padding: 12px 0; border-bottom: 1px solid var(--gold-line); font-size: 13.5px; }
.spec-table td:first-child { color: var(--ivory-faint); width: 200px; }

/* ---------- Ürün değerlendirmeleri ---------- */
.pd-reviews-summary { display: flex; align-items: center; gap: 14px; margin-bottom: 30px; }
.pd-reviews-summary .score { font-family: var(--font-display); font-size: 34px; color: var(--ivory); }
.pd-reviews-summary .stars { font-size: 16px; }
.pd-reviews-summary .count { font-size: 13px; color: var(--ivory-faint); }
.review-item { border-bottom: 1px solid var(--gold-line); padding: 18px 0; }
.review-item:first-child { padding-top: 0; }
.review-item-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.review-item-name { color: var(--ivory); font-size: 13.5px; font-weight: 500; }
.review-item-date { font-size: 11.5px; color: var(--ivory-faint); }
.review-item p { margin: 0; font-size: 13.5px; }
.pd-review-form-wrap { border-top: 1px solid var(--gold-line); margin-top: 34px; padding-top: 34px; }
.pd-review-form-wrap h4 { font-family: var(--font-body); font-weight: 500; font-size: 15px; color: var(--ivory); margin-bottom: 6px; text-transform: none; letter-spacing: 0; }
.star-input { display: flex; gap: 6px; }
.star-input button {
  background: none; border: none; cursor: pointer; font-size: 24px; line-height: 1; padding: 4px;
  color: var(--ivory-faint); transition: color .15s ease;
}
.star-input button.active, .star-input button:hover { color: var(--gold); }
.pd-review-login-notice a { color: var(--gold-bright); text-decoration: underline; }

/* ---------- Satıcı Merkezi (tanıtım) ---------- */
.seller-hero { background: radial-gradient(ellipse at 15% 20%, rgba(63,133,103,0.12), transparent 55%), var(--bg); }
.badge-line { display: inline-flex; align-items: center; gap: 8px; padding: 7px 16px; border: 1px solid var(--panel-accent-line, rgba(63,133,103,.3)); border-radius: 20px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--panel-accent-bright, #6cb894); margin-bottom: 20px; }
.commission-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.commission-card { border: 1px solid var(--gold-line); background: var(--surface); padding: 40px; min-width: 0; }
.commission-row { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--gold-line); font-size: 14px; color: var(--ivory-dim); }
.commission-row.total { color: var(--ivory); font-size: 17px; border-bottom: none; padding-top: 20px; }
.commission-row.total strong { color: var(--gold-bright); font-family: var(--font-display); font-size: 22px; }
.step-card { border: 1px solid var(--gold-line); background: var(--surface); padding: 30px; position: relative; }
.step-card .snum { width: 40px; height: 40px; border-radius: 50%; background: var(--gold); color: #0b0d09; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 18px; margin-bottom: 18px; }
.step-card h4 { font-size: 17px; margin-bottom: 10px; }
.step-card p { font-size: 13.5px; color: var(--ivory-dim); }

/* ---------- İletişim ---------- */
.contact-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 54px; }
.contact-info-item { display: flex; gap: 16px; margin-bottom: 30px; }
.contact-info-item .ci-icon { width: 44px; height: 44px; border: 1px solid var(--gold-line-strong); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--gold); }
.contact-info-item .ci-icon svg { width: 19px; height: 19px; }
.contact-info-item h4 { font-size: 15px; margin-bottom: 4px; }
.contact-info-item p { font-size: 13.5px; color: var(--ivory-dim); }
.map-block { border: 1px solid var(--gold-line); background-image: url("../img/pattern-geo.svg"); background-size: 90px 90px; background-color: var(--surface); height: 220px; display: flex; align-items: center; justify-content: center; margin-top: 10px; position: relative; }
.map-block .pin { display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--gold-bright); position: relative; z-index: 1; }
.map-block .pin svg { width: 30px; height: 30px; }
.faq-item { border-bottom: 1px solid var(--gold-line); padding: 22px 0; cursor: pointer; }
.faq-item h4 { font-size: 15.5px; display: flex; justify-content: space-between; align-items: center; font-weight: 500; }
.faq-item p { color: var(--ivory-dim); font-size: 13.5px; margin-top: 12px; max-width: 640px; display: none; line-height: 1.75; }
.faq-item.open p { display: block; }
.faq-item .chev { transition: transform .2s ease; color: var(--gold); }
.faq-item.open .chev { transform: rotate(90deg); }

/* ---------- Hakkımızda ---------- */
.story-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: center; }
.story-visual { border: 1px solid var(--gold-line); aspect-ratio: 4/5; background: var(--surface); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.story-visual img { width: 55%; }
.timeline { position: relative; padding-left: 30px; margin-top: 10px; }
.timeline::before { content: ""; position: absolute; left: 5px; top: 4px; bottom: 4px; width: 1px; background: var(--gold-line-strong); }
.timeline-item { position: relative; padding-bottom: 40px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before { content: ""; position: absolute; left: -30px; top: 4px; width: 11px; height: 11px; border-radius: 50%; background: var(--gold); }
.timeline-item strong { display: block; font-family: var(--font-display); font-size: 20px; color: var(--gold-bright); margin-bottom: 4px; }
.timeline-item p { color: var(--ivory-dim); font-size: 13.5px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.process-item { text-align: center; position: relative; padding: 10px; }
.process-item .pnum { font-family: var(--font-display); font-size: 46px; color: var(--gold-line-strong); margin-bottom: 6px; }
.process-item h4 { font-size: 16px; margin-bottom: 10px; }
.process-item p { font-size: 13px; color: var(--ivory-dim); }

/* ---------- Satıcı vitrini ---------- */
.product-seller { font-size: 11.5px; color: var(--ivory-faint); margin-top: 3px; }
.product-seller a { color: var(--gold-dim); }
.product-seller a:hover { color: var(--gold-bright); }

.seller-header { display: flex; gap: 28px; align-items: center; padding: 44px 0; flex-wrap: wrap; }
.seller-avatar { width: 88px; height: 88px; border-radius: 50%; background: var(--surface-2); border: 1px solid var(--gold-line-strong); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 34px; color: var(--gold-bright); flex-shrink: 0; }
.seller-meta h1 { font-size: 28px; margin-bottom: 8px; }
.seller-meta .loc { color: var(--ivory-dim); font-size: 13px; display: flex; align-items: center; gap: 6px; }
.seller-meta .loc svg { width: 14px; height: 14px; color: var(--gold); }
.seller-stats { display: flex; gap: 34px; margin-top: 18px; flex-wrap: wrap; }
.seller-stats div strong { display: block; font-family: var(--font-display); font-size: 21px; color: var(--gold-bright); }
.seller-stats div span { font-size: 10.5px; text-transform: uppercase; letter-spacing: .08em; color: var(--ivory-faint); }
.seller-actions { margin-left: auto; display: flex; gap: 12px; }

.pd-seller { display: flex; align-items: center; gap: 14px; border: 1px solid var(--gold-line); padding: 14px 16px; border-radius: var(--radius); margin-bottom: 26px; text-decoration: none; transition: border-color .2s ease; }
.pd-seller:hover { border-color: var(--gold); }
.pd-seller .seller-avatar { width: 44px; height: 44px; font-size: 17px; }
.pd-seller-info { flex: 1; }
.pd-seller-info strong { display: block; font-size: 13.5px; font-weight: 500; }
.pd-seller-info span { font-size: 11.5px; color: var(--ivory-faint); }

/* ---------- Hesap / Giriş / Kayıt ---------- */
.auth-wrap { max-width: 460px; margin: 0 auto; }
.auth-card { border: 1px solid var(--gold-line); background: var(--surface); padding: 44px; }
.auth-tabs { display: flex; border: 1px solid var(--gold-line-strong); border-radius: var(--radius); overflow: hidden; margin-bottom: 32px; }
.auth-tabs button { flex: 1; padding: 13px; background: none; border: none; color: var(--ivory-dim); font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; }
.auth-tabs button.active { background: var(--gold); color: #0b0d09; }
.auth-panel { display: none; }
.auth-panel.active { display: block; }
.auth-divider { display: flex; align-items: center; gap: 14px; margin: 24px 0; color: var(--ivory-faint); font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.08em; }
.auth-divider::before, .auth-divider::after { content: ""; flex: 1; height: 1px; background: var(--gold-line); }
.auth-alt-row { display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; margin-top: -8px; margin-bottom: 22px; }
.auth-alt-row a { color: var(--gold); }

/* ---------- Ödeme (checkout) ---------- */
.checkout-steps { display: flex; align-items: center; gap: 10px; margin-bottom: 40px; }
.checkout-steps .cstep { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: var(--ivory-faint); }
.checkout-steps .cstep .num { width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--gold-line-strong); display: flex; align-items: center; justify-content: center; font-size: 12px; }
.checkout-steps .cstep.active { color: var(--gold-bright); }
.checkout-steps .cstep.active .num { border-color: var(--gold); background: var(--gold); color: #0b0d09; }
.checkout-steps .line { flex: 1; height: 1px; background: var(--gold-line); }

.pay-method { display: flex; align-items: center; gap: 14px; border: 1px solid var(--gold-line-strong); padding: 16px 18px; border-radius: var(--radius); margin-bottom: 12px; cursor: pointer; }
.pay-method input { accent-color: var(--gold); }
.pay-method span { font-size: 14px; }
.pay-method small { display: block; color: var(--ivory-faint); font-size: 11.5px; margin-top: 2px; }
.pay-method.selected { border-color: var(--gold); background: rgba(198,164,86,0.05); }

.order-success { text-align: center; padding: 60px 20px; }
.order-success .ok-icon { width: 74px; height: 74px; border-radius: 50%; border: 1px solid var(--gold); display: flex; align-items: center; justify-content: center; margin: 0 auto 26px; }
.order-success .ok-icon svg { width: 34px; height: 34px; color: var(--gold-bright); }
.order-success h2 { font-size: 30px; margin-bottom: 12px; }
.order-success .ordno { font-family: var(--font-display); font-size: 22px; color: var(--gold-bright); margin: 20px 0; }

/* ---------- Sepet ---------- */
.cart-layout { display: grid; grid-template-columns: 1fr 380px; gap: 46px; align-items: start; }
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th { text-align: left; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ivory-faint); padding-bottom: 16px; border-bottom: 1px solid var(--gold-line); font-weight: 500; }
.cart-table td { padding: 22px 0; border-bottom: 1px solid var(--gold-line); vertical-align: middle; }
.cart-item-main { display: flex; align-items: center; gap: 16px; }
.cart-item-main .thumb { width: 76px; height: 76px; border: 1px solid var(--gold-line-strong); background: var(--surface); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cart-item-main .thumb img { width: 62%; }
.cart-item-main strong { display: block; font-family: var(--font-display); font-size: 17px; font-weight: 500; }
.cart-item-main small { color: var(--ivory-faint); font-size: 12px; }
.cart-remove { color: var(--ivory-faint); cursor: pointer; font-size: 12px; letter-spacing: 0.04em; }
.cart-remove:hover { color: var(--oxblood-bright); }
.summary-box { border: 1px solid var(--gold-line); background: var(--surface); padding: 30px; position: sticky; top: 100px; }
.summary-row { display: flex; justify-content: space-between; font-size: 14px; color: var(--ivory-dim); margin-bottom: 16px; }
.summary-row.total { font-size: 18px; color: var(--ivory); border-top: 1px solid var(--gold-line); padding-top: 18px; margin-top: 4px; }
.summary-row.total .val { color: var(--gold-bright); font-family: var(--font-display); font-size: 22px; }
.coupon-row { display: flex; gap: 8px; margin: 22px 0; }
.coupon-row input { flex: 1; }
.empty-state { text-align: center; padding: 80px 20px; }
.empty-state svg { width: 64px; height: 64px; color: var(--gold-dim); margin-bottom: 24px; }
.empty-state h3 { font-size: 24px; margin-bottom: 10px; }
.empty-state p { color: var(--ivory-dim); margin-bottom: 30px; }

/* ---------- Kargo takip ---------- */
.track-box { border: 1px solid var(--gold-line); background: var(--surface); padding: 44px; }
.track-form { display: flex; gap: 14px; max-width: 560px; margin: 0 auto; }
.track-form input {
  flex: 1; background: var(--surface-2); border: 1px solid var(--gold-line-strong); color: var(--ivory);
  padding: 15px 18px; font-size: 15px; border-radius: var(--radius); min-width: 0;
}
.track-form input::placeholder { color: var(--ivory-faint); }
.track-form input:focus { outline: none; border-color: var(--gold); }
.track-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 30px 0 34px; border-bottom: 1px solid var(--gold-line); margin-bottom: 34px; }
.track-summary h3 { font-size: 19px; margin-top: 6px; }
.track-steps { position: relative; padding-left: 8px; }
.track-step { position: relative; padding: 0 0 34px 34px; border-left: 1px solid var(--gold-line-strong); }
.track-step:last-child { border-left-color: transparent; padding-bottom: 0; }
.track-dot { position: absolute; left: -6.5px; top: 2px; width: 12px; height: 12px; border-radius: 50%; background: var(--bg); border: 2px solid var(--ivory-faint); }
.track-step--done .track-dot { border-color: var(--gold); background: var(--gold); }
.track-step--active .track-dot { border-color: var(--gold-bright); background: var(--bg); box-shadow: 0 0 0 4px rgba(198,164,86,0.18); }
.track-step--pending strong, .track-step--pending p { color: var(--ivory-faint); }
.track-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.track-row strong { font-size: 15px; font-weight: 500; }
.track-row time { font-size: 11.5px; color: var(--ivory-faint); }
.track-step p { font-size: 13px; color: var(--ivory-dim); margin-top: 5px; }
.track-live { display: flex; align-items: center; gap: 9px; margin-top: 30px; font-size: 12px; color: var(--ivory-faint); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 0 rgba(92,138,90,0.6); animation: livepulse 1.8s infinite; }
@keyframes livepulse { 0% { box-shadow: 0 0 0 0 rgba(92,138,90,0.5); } 70% { box-shadow: 0 0 0 8px rgba(92,138,90,0); } 100% { box-shadow: 0 0 0 0 rgba(92,138,90,0); } }

.status-pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; border-radius: 20px; font-size: 11px; letter-spacing: 0.04em; }
.status-pill::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.status-pill.ok { background: rgba(92,138,90,0.16); color: var(--ok); }
.status-pill.wait { background: rgba(198,164,86,0.14); color: var(--gold-bright); }
.status-pill.warn { background: rgba(163,50,63,0.14); color: var(--oxblood-bright); }
.status-pill.info { background: rgba(168,160,138,0.12); color: var(--ivory-dim); }

/* ---------- Sayfalama ---------- */
.pagination { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 54px; }
.pagination button {
  min-width: 38px; height: 38px; padding: 0 8px; border: 1px solid var(--gold-line-strong); background: transparent;
  color: var(--ivory-dim); font-size: 13px; border-radius: var(--radius); cursor: pointer; transition: all .2s ease;
}
.pagination button:hover:not(:disabled) { border-color: var(--gold); color: var(--gold-bright); }
.pagination button.active { background: var(--gold); border-color: var(--gold); color: #0b0d09; }
.pagination button:disabled { opacity: .35; cursor: not-allowed; }
.pagination .pg-arrow { font-size: 15px; }

/* ---------- Arama ---------- */
.search-overlay {
  position: fixed; inset: 0; z-index: 250; background: rgba(11,13,9,0.97);
  display: none; padding: 120px 24px 40px;
}
.search-overlay.open { display: block; }
.search-overlay-inner { max-width: 640px; margin: 0 auto; }
.search-overlay form { display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--gold-line-strong); padding-bottom: 18px; }
.search-overlay input { flex: 1; background: none; border: none; color: var(--ivory); font-family: var(--font-display); font-size: 26px; outline: none; }
.search-overlay input::placeholder { color: var(--ivory-faint); }
.search-overlay-close { width: 40px; height: 40px; border: 1px solid var(--gold-line-strong); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--ivory-dim); flex-shrink: 0; }
.search-overlay-close:hover { color: var(--gold-bright); border-color: var(--gold); }
.search-suggest { margin-top: 26px; }
.search-suggest .lbl { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ivory-faint); margin-bottom: 14px; }
.search-suggest-list a { display: block; padding: 12px 0; border-bottom: 1px solid var(--gold-line); font-size: 14px; color: var(--ivory-dim); }
.search-suggest-list a:hover { color: var(--gold-bright); }

/* ---------- Hesap Panelim ---------- */
.acc-tabs { display: flex; gap: 8px; flex-wrap: wrap; border-bottom: 1px solid var(--gold-line); margin-bottom: 40px; }
.acc-tab { padding: 13px 20px; font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--ivory-faint); cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px; }
.acc-tab.active { color: var(--gold-bright); border-color: var(--gold); }
.acc-panel { display: none; }
.acc-panel.active { display: block; }
.order-card { border: 1px solid var(--gold-line); padding: 22px 24px; margin-bottom: 16px; }
.order-card-head { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid var(--gold-line); }
.order-card-head strong { font-family: var(--font-display); font-size: 17px; }
.order-card-head small { display: block; color: var(--ivory-faint); font-size: 11.5px; margin-top: 2px; }
.order-items { font-size: 13.5px; color: var(--ivory-dim); margin-bottom: 14px; }
.order-card-foot { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.address-card { border: 1px solid var(--gold-line); padding: 22px 24px; margin-bottom: 16px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.address-card h4 { font-size: 15px; margin-bottom: 8px; }
.address-card p { font-size: 13.5px; color: var(--ivory-dim); line-height: 1.7; }
.address-card .tag { display: inline-block; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-dim); border: 1px solid var(--gold-line-strong); padding: 3px 9px; border-radius: 20px; margin-bottom: 10px; }
.address-actions { display: flex; gap: 10px; align-self: flex-start; }

/* ---------- Yasal sayfalar ---------- */
.legal-layout { display: grid; grid-template-columns: 240px 1fr; gap: 56px; align-items: start; }
.legal-toc { position: sticky; top: 100px; border-left: 1px solid var(--gold-line); padding-left: 20px; }
.legal-toc div { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ivory-faint); margin-bottom: 14px; }
.legal-toc a { display: block; font-size: 13px; color: var(--ivory-dim); padding: 7px 0; }
.legal-toc a:hover { color: var(--gold-bright); }
.legal-content { max-width: 720px; color: var(--ivory-dim); font-size: 14.5px; line-height: 1.85; }
.legal-content .updated { font-size: 12px; color: var(--ivory-faint); margin-bottom: 40px; }
.legal-content h2 { font-size: 22px; color: var(--ivory); margin: 46px 0 16px; scroll-margin-top: 100px; }
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content h3 { font-size: 16px; color: var(--ivory); margin: 26px 0 10px; font-weight: 500; }
.legal-content p { margin-bottom: 14px; }
.legal-content ul, .legal-content ol { margin: 0 0 14px; padding-left: 22px; }
.legal-content li { margin-bottom: 8px; }
.legal-content strong { color: var(--ivory); font-weight: 500; }
.legal-content a { color: var(--gold); }
.legal-content table { width: 100%; border-collapse: collapse; margin: 18px 0 22px; font-size: 13.5px; }
.legal-content th, .legal-content td { text-align: left; padding: 10px 14px; border: 1px solid var(--gold-line); }
.legal-content th { color: var(--ivory); font-weight: 500; background: var(--surface); }

/* ---------- Çerez onayı ---------- */
.cookie-bar {
  position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 300;
  max-width: 620px; margin: 0 auto;
  background: var(--surface); border: 1px solid var(--gold-line-strong);
  border-radius: var(--radius-lg); padding: 22px 24px; box-shadow: var(--shadow-lift);
  display: flex; gap: 18px; align-items: center; flex-wrap: wrap;
  transform: translateY(140%); transition: transform .5s ease;
}
.cookie-bar.show { transform: translateY(0); }
.cookie-bar p { flex: 1; min-width: 220px; font-size: 12.5px; color: var(--ivory-dim); margin: 0; line-height: 1.7; }
.cookie-bar p a { color: var(--gold); }
.cookie-bar-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* ---------- 404 ---------- */
.error-page { text-align: center; padding: 130px 0; }
.error-page .code { font-family: var(--font-display); font-size: 130px; line-height: 1; color: var(--gold-line-strong); }
.error-page h1 { font-size: 30px; margin: 10px 0 14px; }
.error-page p { color: var(--ivory-dim); max-width: 420px; margin: 0 auto 34px; }

/* ---------- WhatsApp destek ---------- */
.whatsapp-fab {
  position: fixed; right: 24px; bottom: 24px; z-index: 150;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #0b0d09;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 26px -8px rgba(0,0,0,0.6);
  transition: transform .2s ease;
}
.whatsapp-fab:hover { transform: scale(1.08); }
.whatsapp-fab svg { width: 28px; height: 28px; }

/* ---------- Ödeme rozetleri ---------- */
.pay-badges { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.pay-badge {
  display: inline-flex; align-items: center; justify-content: center;
  height: 24px; padding: 0 9px; border-radius: 3px; border: 1px solid var(--gold-line-strong);
  font-family: var(--font-display); font-size: 11px; font-weight: 600; letter-spacing: .02em;
  color: var(--ivory-dim); background: var(--surface);
}
.pay-badge--visa { color: #a9b6e8; }
.pay-badge--mc { color: #e8a94a; }
.pay-badge--troy { color: #7fc4a0; }
.pay-badge--secure { display:flex; align-items:center; gap:5px; border-color: var(--gold-line); color: var(--ivory-faint); font-family: var(--font-body); font-size: 10.5px; letter-spacing: .04em; }
.pay-badge--secure svg { width: 12px; height: 12px; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .main-nav, .header-actions .btn { display: none; }
  .nav-toggle { display: inline-flex; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero h1 { font-size: 42px; }
  .hero-panel { max-width: 380px; }
  .filter-layout { grid-template-columns: minmax(0, 1fr); }
  .cat-grid { grid-template-columns: minmax(0, 1fr); }
  .legal-layout { grid-template-columns: minmax(0, 1fr); }
  .legal-toc { display: none; }
  .commission-layout { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .contact-layout { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .cart-layout { grid-template-columns: minmax(0, 1fr); }
  .summary-box { position: static; }
}
@media (max-width: 640px) {
  .container { padding: 0 20px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); gap: 28px 14px; }
  .cart-table { display: block; overflow-x: auto; white-space: nowrap; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col:last-child { grid-column: 1 / -1; }
  .review-grid { grid-template-columns: minmax(0, 1fr); }
  .process-grid { grid-template-columns: minmax(0, 1fr); }
  .field-row { grid-template-columns: minmax(0, 1fr); }
  .section { padding: 64px 0; }
  .hero { padding: 90px 0 60px; }
  .topbar-links { display: none; }
  .track-box { padding: 26px 22px; }
  .track-form { flex-direction: column; }
  .track-form button { width: 100%; }
}
