:root,
[data-theme="light"] {
    --dt-bg: #ffffff;
    --dt-surface: #ffffff;
    --dt-band: #1a1a2e;
    --dt-primary: #1a1a2e;
    --dt-accent: #e94560;
    --dt-accent-hover: #c73652;
    --dt-gold: #f5a623;
    --dt-light: #f8f9fa;
    --dt-border: #e5e7eb;
    --dt-text: #1f2937;
    --dt-muted: #6b7280;
    --dt-card-shadow: 0 2px 8px rgba(0,0,0,0.08);
    --dt-card-shadow-hover: 0 8px 24px rgba(0,0,0,0.14);
}

[data-theme="dark"] {
    --dt-bg: #0f0f16;
    --dt-surface: #1a1a2e;
    --dt-band: #08080e;
    --dt-primary: #f5f5f7;
    --dt-accent: #ff6b81;
    --dt-accent-hover: #ff8a9d;
    --dt-gold: #ffc857;
    --dt-light: #23233a;
    --dt-border: #33334d;
    --dt-text: #e5e7eb;
    --dt-muted: #9ca3af;
    --dt-card-shadow: 0 2px 8px rgba(0,0,0,0.4);
    --dt-card-shadow-hover: 0 8px 24px rgba(0,0,0,0.6);
}

[data-theme="colorful"] {
    --dt-bg: #ffffff;
    --dt-surface: #ffffff;
    --dt-band: #16a34a;
    --dt-primary: #14532d;
    --dt-accent: #16a34a;
    --dt-accent-hover: #128a3e;
    --dt-gold: #f59e0b;
    --dt-light: #f0fdf4;
    --dt-border: #bbf7d0;
    --dt-text: #1f2937;
    --dt-muted: #6b7280;
    --dt-card-shadow: 0 2px 8px rgba(22,163,74,0.15);
    --dt-card-shadow-hover: 0 8px 24px rgba(22,163,74,0.25);
}

* { box-sizing: border-box; }
html { font-size: 15px; scroll-behavior: smooth; }
body { color: var(--dt-text); background: var(--dt-bg); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; transition: background-color .2s, color .2s; }

/* Tema anahtarı */
.dt-theme-switch { display: flex; gap: 2px; background: rgba(255,255,255,.12); border-radius: 20px; padding: 2px; }
.dt-theme-switch button { border: none; background: none; color: rgba(255,255,255,.7); width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .15s, color .15s; }
.dt-theme-switch button:hover { color: #fff; }
.dt-theme-switch button.active { background: rgba(255,255,255,.9); color: var(--dt-band); }
.dt-theme-switch svg { width: 14px; height: 14px; }

.dt-topbar { background: var(--dt-band); color: #fff; font-size: 0.78rem; padding: 6px 0; }
.dt-topbar a { color: rgba(255,255,255,.75); text-decoration: none; }
.dt-topbar a:hover { color: #fff; }

.dt-header { background: var(--dt-surface); border-bottom: 1px solid var(--dt-border); padding: 14px 0; position: sticky; top: 0; z-index: 1000; box-shadow: 0 1px 4px rgba(0,0,0,.06); }
.dt-logo { font-size: 1.5rem; font-weight: 800; color: var(--dt-primary); text-decoration: none; letter-spacing: -0.5px; }
.dt-logo span { color: var(--dt-accent); }

.dt-search-bar { flex: 1; max-width: 500px; position: relative; }
.dt-search-bar input { width: 100%; border: 2px solid var(--dt-border); border-radius: 8px; padding: 9px 44px 9px 14px; font-size: 0.9rem; transition: border-color .2s; outline: none; }
.dt-search-bar input:focus { border-color: var(--dt-accent); }
.dt-search-bar button { position: absolute; inset-inline-end: 8px; top: 50%; transform: translateY(-50%); background: none; border: none; color: var(--dt-muted); cursor: pointer; padding: 4px; }
.dt-search-bar button:hover { color: var(--dt-accent); }

.dt-cart-btn { position: relative; text-decoration: none; color: var(--dt-primary); font-size: 1.5rem; padding: 6px; }
.dt-cart-badge { position: absolute; top: -2px; inset-inline-end: -6px; background: var(--dt-accent); color: #fff; font-size: 0.65rem; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

.dt-nav { background: var(--dt-band); }
.dt-nav .nav-link { color: rgba(255,255,255,.85) !important; font-size: 0.88rem; padding: 11px 16px !important; transition: color .15s, background .15s; }
.dt-nav .nav-link:hover, .dt-nav .nav-link.active { color: #fff !important; background: rgba(255,255,255,.1); }
.dt-nav .dropdown-menu { border: none; box-shadow: 0 8px 24px rgba(0,0,0,.15); border-radius: 8px; padding: 8px 0; margin-top: 0; }
.dt-nav .dropdown-item { font-size: 0.88rem; padding: 8px 18px; }
.dt-nav .dropdown-item:hover { background: var(--dt-light); color: var(--dt-accent); }

.dt-hero { background: linear-gradient(135deg, var(--dt-band) 0%, #16213e 60%, #0f3460 100%); color: #fff; padding: 70px 0; position: relative; overflow: hidden; }
.dt-hero::before { content: ''; position: absolute; top: -60px; inset-inline-end: -60px; width: 350px; height: 350px; border-radius: 50%; background: rgba(233,69,96,.15); }
.dt-hero-title { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 800; line-height: 1.15; margin-bottom: 16px; }
.dt-hero-title em { color: var(--dt-accent); font-style: normal; }
.dt-hero-sub { color: rgba(255,255,255,.75); font-size: 1.05rem; margin-bottom: 28px; max-width: 42ch; }
.dt-hero-ar-note { margin-top: 18px; font-size: .82rem; color: rgba(255,255,255,.6); }
.dt-btn-accent { background: var(--dt-accent); color: #fff; border: none; border-radius: 8px; padding: 12px 28px; font-size: 0.95rem; font-weight: 600; text-decoration: none; display: inline-block; transition: background .2s, transform .15s; }
.dt-btn-accent:hover { background: var(--dt-accent-hover); color: #fff; transform: translateY(-1px); }
.dt-btn-outline { border: 2px solid rgba(255,255,255,.4); color: #fff; border-radius: 8px; padding: 10px 26px; font-size: 0.95rem; text-decoration: none; display: inline-block; transition: border-color .2s, background .2s; }
.dt-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }

.dt-section { padding: 48px 0; }
.dt-section-title { font-size: 1.45rem; font-weight: 700; color: var(--dt-primary); margin-bottom: 6px; }
.dt-section-line { width: 48px; height: 3px; background: var(--dt-accent); border-radius: 2px; margin-bottom: 28px; }

.dt-cat-card { background: var(--dt-light); border-radius: 12px; padding: 24px 16px; text-align: center; text-decoration: none; color: var(--dt-text); display: block; transition: box-shadow .2s, transform .2s; border: 1px solid var(--dt-border); }
.dt-cat-card:hover { box-shadow: var(--dt-card-shadow-hover); transform: translateY(-3px); color: var(--dt-accent); }
.dt-cat-icon { font-size: 2.2rem; margin-bottom: 10px; }
.dt-cat-image { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 8px; margin-bottom: 10px; }
.dt-cat-name { font-weight: 600; font-size: 0.92rem; }
.dt-cat-count { font-size: 0.78rem; color: var(--dt-muted); }

.dt-product-card { border: 1px solid var(--dt-border); border-radius: 12px; overflow: hidden; background: var(--dt-surface); transition: box-shadow .2s, transform .2s; height: 100%; display: flex; flex-direction: column; }
.dt-product-card:hover { box-shadow: var(--dt-card-shadow-hover); transform: translateY(-3px); }
.dt-product-img { aspect-ratio: 1; overflow: hidden; background: var(--dt-light); display: flex; align-items: center; justify-content: center; }
.dt-product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.dt-product-card:hover .dt-product-img img { transform: scale(1.05); }
.dt-product-img .dt-no-img { font-size: 3rem; color: var(--dt-border); }
.dt-product-body { padding: 14px; flex: 1; display: flex; flex-direction: column; }
.dt-product-cat { font-size: 0.72rem; color: var(--dt-muted); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 4px; }
.dt-product-name { font-size: 0.92rem; font-weight: 600; color: var(--dt-text); margin-bottom: 8px; line-height: 1.35; flex: 1; }
.dt-product-price { font-size: 1.15rem; font-weight: 700; color: var(--dt-accent); }
.dt-add-btn { margin-top: 10px; background: var(--dt-primary); color: #fff; border: none; border-radius: 7px; padding: 8px; width: 100%; font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: background .2s; text-align: center; text-decoration: none; display: block; }
.dt-add-btn:hover { background: var(--dt-accent); color: #fff; }

.dt-badge { font-size: 0.68rem; font-weight: 700; padding: 2px 8px; border-radius: 4px; text-transform: uppercase; position: absolute; top: 10px; inset-inline-start: 10px; }
.dt-badge-new { background: var(--dt-gold); color: #fff; }
.dt-badge-sale { background: var(--dt-accent); color: #fff; }
.dt-badge-ar { inset-inline-start: auto; inset-inline-end: 10px; background: var(--dt-primary); color: #fff; }

.dt-breadcrumb { background: var(--dt-light); padding: 12px 0; font-size: 0.85rem; border-bottom: 1px solid var(--dt-border); }
.dt-breadcrumb a { color: var(--dt-muted); text-decoration: none; }
.dt-breadcrumb a:hover { color: var(--dt-accent); }
.dt-breadcrumb .sep { margin: 0 8px; color: var(--dt-border); }

.dt-filter-box { border: 1px solid var(--dt-border); border-radius: 10px; padding: 18px; background: var(--dt-surface); }
.dt-filter-title { font-size: 0.9rem; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 12px; color: var(--dt-primary); }

.dt-cart-row { display: flex; gap: 16px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--dt-border); }
.dt-cart-img { width: 80px; height: 80px; border-radius: 8px; object-fit: cover; background: var(--dt-light); flex-shrink: 0; }
.dt-qty-ctrl { display: flex; align-items: center; gap: 8px; }
.dt-qty-btn { width: 30px; height: 30px; border: 1px solid var(--dt-border); border-radius: 6px; background: var(--dt-surface); color: var(--dt-text); cursor: pointer; font-size: 1rem; display: flex; align-items: center; justify-content: center; transition: border-color .15s; }
.dt-qty-btn:hover { border-color: var(--dt-accent); color: var(--dt-accent); }
.dt-qty-val { font-weight: 600; min-width: 24px; text-align: center; }

.dt-detail-img-wrap { border: 1px solid var(--dt-border); border-radius: 12px; overflow: hidden; aspect-ratio: 1; background: var(--dt-light); }
.dt-detail-img-wrap img { width: 100%; height: 100%; object-fit: contain; }
.dt-detail-price { font-size: 2rem; font-weight: 800; color: var(--dt-accent); }
.dt-stock-badge { display: inline-flex; align-items: center; gap: 5px; font-size: 0.82rem; font-weight: 600; padding: 4px 10px; border-radius: 20px; }
.dt-stock-ok { background: #dcfce7; color: #15803d; }
.dt-stock-low { background: #fef3c7; color: #92400e; }
.dt-stock-out { background: #fee2e2; color: #991b1b; }

.dt-footer { background: var(--dt-band); color: rgba(255,255,255,.75); padding: 48px 0 24px; margin-top: 60px; }
.dt-footer h6 { color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; font-size: 0.8rem; margin-bottom: 16px; }
.dt-footer a { color: rgba(255,255,255,.65); text-decoration: none; display: block; margin-bottom: 8px; font-size: 0.88rem; transition: color .15s; }
.dt-footer a:hover { color: #fff; }
.dt-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 32px; padding-top: 20px; font-size: 0.82rem; }

.dt-empty { text-align: center; padding: 60px 20px; color: var(--dt-muted); }
.dt-empty-icon { font-size: 3.5rem; margin-bottom: 16px; }

@media (max-width: 768px) {
    .dt-hero { padding: 40px 0; }
    .dt-search-bar { width: 100%; max-width: 100%; margin-top: 10px; }
    .dt-hero-slider { aspect-ratio: 4/3; }
}


@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* Hukuki sayfa içerik stili */
.legal-content h2 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--dt-primary);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid var(--dt-accent);
}
.legal-content h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--dt-primary);
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
.legal-content p, .legal-content li {
  color: var(--dt-text);
  line-height: 1.8;
  font-size: .95rem;
}
.legal-content ul, .legal-content ol {
  padding-inline-start: 1.5rem;
}
.legal-content table {
  font-size: .9rem;
}

/* ── Genel tek-özellikli yardımcılar (güvenli, tahmin içermez) ── */
.dt-relative { position: relative; }
.dt-no-underline { text-decoration: none; }

/* ── Sayfa düzeni ── */
.dt-page-pad { padding-top: 36px; padding-bottom: 60px; }
.dt-page-pad-sm { padding-top: 32px; padding-bottom: 48px; }
.dt-narrow-420 { max-width: 420px; margin: 0 auto; }
.dt-narrow-460 { max-width: 460px; margin: 0 auto; }
.dt-narrow-520 { max-width: 520px; margin: 0 auto; }
.legal-container { max-width: 860px; }

/* ── Panel/kart (tekrarlayan border+radius+padding+bg kutusu) ── */
.dt-panel { border: 1px solid var(--dt-border); border-radius: 12px; padding: 20px; background: #fff; }
.dt-panel-sticky { position: sticky; top: 90px; }
.dt-panel-title { font-weight: 700; margin-bottom: 16px; }

/* ── Tipografi ── */
.dt-page-title { font-size: 1.5rem; font-weight: 800; margin-bottom: 28px; }
.dt-eyebrow { color: var(--dt-accent); font-size: .85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.dt-link-more { font-size: .88rem; color: var(--dt-accent); text-decoration: none; font-weight: 600; }

/* ── Anasayfa: güven bandı ── */
.dt-trust-band { background: var(--dt-light); border-bottom: 1px solid var(--dt-border); padding: 16px 0; }
.dt-trust-icon { font-size: 1.4rem; }
.dt-trust-label { font-size: .82rem; font-weight: 600; }
.dt-trust-sub { font-size: .75rem; color: var(--dt-muted); }

/* ── Anasayfa: bölüm arka planı + CTA bandı ── */
.dt-section-light { background: var(--dt-light); padding-top: 40px; padding-bottom: 40px; }
.dt-cta-band { background: var(--dt-primary); color: #fff; padding: 48px 0; text-align: center; }
.dt-cta-title { font-size: 1.7rem; font-weight: 800; margin-bottom: 12px; }
.dt-cta-sub { color: rgba(255,255,255,.75); margin-bottom: 24px; }

/* ── Ürün kartı ek durumları ── */
.dt-product-actions { padding: 0 14px 14px; }
.dt-add-btn-off { background: #e5e7eb; color: var(--dt-muted); cursor: not-allowed; }

/* ── Ürünler listesi: filtre linkleri ── */
.dt-filter-link { display: block; padding: 5px 0; font-size: .88rem; text-decoration: none; }
.dt-filter-link.active { color: var(--dt-accent); font-weight: 600; }
.dt-filter-link:not(.active) { color: var(--dt-text); font-weight: 400; }
.dt-filter-count { color: var(--dt-muted); font-size: .78rem; }
.dt-filter-group { margin-bottom: 2px; }
.dt-filter-parent { font-weight: 600; }
.dt-filter-children { margin-inline-start: 14px; border-inline-start: 2px solid var(--dt-border); padding-inline-start: 10px; margin-bottom: 4px; }
.dt-filter-child { font-size: .84rem !important; padding: 4px 0 !important; }
.dt-toolbar-muted { font-size: .9rem; color: var(--dt-muted); }
.dt-sort-select { width: auto; }

/* ── Ürün detay ── */
.dt-empty-pad-top { padding-top: 80px; }
.dt-detail-viewer { width: 100%; height: 380px; border-radius: 12px; background: var(--dt-light); }
.dt-ar-btn { position: absolute; bottom: 16px; inset-inline-end: 16px; background: var(--dt-accent); color: #fff; border: none; border-radius: 8px; padding: 10px 18px; font-weight: 700; font-size: .85rem; cursor: pointer; }
.dt-detail-dims { font-size: .78rem; color: var(--dt-muted); margin-top: 8px; text-align: center; }
.dt-img-placeholder-lg { display: flex; align-items: center; justify-content: center; height: 100%; font-size: 5rem; color: var(--dt-border); }
.dt-detail-eyebrow { font-size: .78rem; color: var(--dt-muted); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 6px; }
.dt-detail-title { font-size: 1.7rem; font-weight: 800; margin-bottom: 12px; }
.dt-stock-badge-mb { margin-bottom: 16px; display: inline-flex; }
.dt-detail-price-mb { margin: 16px 0; }
.dt-detail-desc { font-size: .92rem; color: var(--dt-muted); line-height: 1.7; margin-bottom: 24px; border-top: 1px solid var(--dt-border); padding-top: 16px; }
.dt-detail-sku { font-size: .8rem; color: var(--dt-muted); margin-bottom: 20px; }
.dt-variant-block { margin-bottom: 20px; }
.dt-variant-block-title { font-size: .85rem; font-weight: 700; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .3px; }
.dt-variant-chip { border: 1px solid var(--dt-border); border-radius: 6px; padding: 5px 14px; font-size: .85rem; }
.dt-variant-chip.dt-variant-out { opacity: .45; }

/* Ölçü/varyant seçim kartları — saf CSS ile seçilebilir (JS gerektirmez, sadece stok/adet senkronu için küçük bir script var) */
.dt-size-options { display: flex; flex-wrap: wrap; gap: 10px; }
.dt-size-radio { position: absolute; opacity: 0; width: 0; height: 0; }
.dt-size-card { display: flex; flex-direction: column; align-items: center; gap: 4px; min-width: 92px; padding: 10px 12px; border: 2px solid var(--dt-border); border-radius: 8px; cursor: pointer; text-align: center; transition: border-color .15s, background .15s; }
.dt-size-card img { width: 48px; height: 48px; object-fit: cover; border-radius: 4px; }
.dt-size-radio:checked + .dt-size-card { border-color: var(--dt-accent, #c8963e); background: var(--dt-accent-soft, rgba(200,150,62,.08)); }
.dt-size-radio:focus-visible + .dt-size-card { outline: 2px solid var(--dt-accent, #c8963e); outline-offset: 2px; }
.dt-size-card-out { opacity: .45; cursor: not-allowed; }
.dt-size-name { font-size: .82rem; font-weight: 600; }
.dt-size-price { font-size: .78rem; color: var(--dt-muted); }
.dt-size-outlabel { font-size: .7rem; color: #c0392b; }

/* Kişiye özel görsel yükleme */
.dt-custom-image-block { margin-bottom: 20px; padding: 14px; border: 1px dashed var(--dt-border); border-radius: 8px; }
.dt-custom-image-preview-wrap { margin-bottom: 10px; }
.dt-custom-image-preview { max-width: 140px; max-height: 140px; object-fit: cover; border-radius: 6px; display: block; }
.dt-custom-image-status { font-size: .78rem; margin-top: 6px; color: var(--dt-muted); }
.dt-custom-image-status.dt-custom-image-error { color: #c0392b; }
.dt-custom-image-hint { font-size: .76rem; color: var(--dt-muted); margin-top: 8px; line-height: 1.5; }

/* Kare kod / paylaşım modalı ve ürün kartındaki tetikleyici buton */
.dt-qr-btn { position: absolute; bottom: 10px; inset-inline-start: 10px; width: 34px; height: 34px; border-radius: 50%; border: none; background: rgba(255,255,255,.92); display: flex; align-items: center; justify-content: center; font-size: 1rem; cursor: pointer; box-shadow: 0 2px 6px rgba(0,0,0,.15); opacity: 0; transition: opacity .15s; z-index: 2; }
.dt-product-card:hover .dt-qr-btn { opacity: 1; }
.dt-qr-modal-body { padding: 32px 24px 24px; text-align: center; }
.dt-qr-modal-name { font-weight: 700; margin-bottom: 14px; }
.dt-qr-modal-img { display: block; margin: 0 auto 14px; border: 1px solid var(--dt-border); border-radius: 8px; padding: 8px; background: #fff; }
.dt-qr-modal-link { display: block; font-size: .78rem; color: var(--dt-muted); word-break: break-all; margin-bottom: 16px; }
.dt-qr-modal-share { width: 100%; }
.dt-qr-modal-status { font-size: .8rem; color: var(--dt-accent); margin-top: 8px; min-height: 1.2em; }

.dt-addcart-row { margin-top: 8px; }
.dt-qty-input { border: 1px solid var(--dt-border); border-radius: 6px; width: 60px; text-align: center; padding: 4px; }
.dt-addcart-btn { flex: 1; min-width: 200px; text-align: center; }
.dt-out-of-stock-btn { background: #e5e7eb; color: var(--dt-muted); cursor: not-allowed; padding: 12px; font-size: .95rem; margin-top: 8px; }
.dt-form-error { margin-top: 12px; padding: 10px 14px; background: #fee2e2; border-radius: 8px; color: #991b1b; font-size: .88rem; }
.dt-shipping-info { background: var(--dt-light); border-radius: 10px; padding: 14px 16px; margin-top: 24px; font-size: .85rem; }
.dt-shipping-info-row { display: flex; gap: 10px; margin-bottom: 6px; }
.dt-shipping-info-row:last-child { margin-bottom: 0; }

/* ── Genel tek-özellikli yardımcılar (2. tur) ── */
.dt-muted { color: var(--dt-muted); }
.dt-mt-16 { margin-top: 16px; }
.dt-inline { display: inline; }

/* ── Sepet ── */
.dt-cart-img-placeholder { display: flex; align-items: center; justify-content: center; font-size: 2rem; background: var(--dt-light); }
.dt-flex1-minw0 { flex: 1; min-width: 0; }
.dt-cart-item-name { font-weight: 600; font-size: .92rem; margin-bottom: 4px; }
.dt-cart-item-unit { font-size: .82rem; color: var(--dt-muted); margin-bottom: 8px; }
.dt-link-btn { background: none; border: none; color: var(--dt-accent); font-size: .8rem; cursor: pointer; padding: 0; }
.dt-cart-item-total-wrap { text-align: end; flex-shrink: 0; }
.dt-cart-item-total { font-weight: 700; font-size: 1rem; color: var(--dt-accent); }
.dt-back-link { color: var(--dt-muted); font-size: .88rem; text-decoration: none; }
.dt-panel-title-lg { font-weight: 700; margin-bottom: 20px; }
.dt-summary-row { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: .9rem; }
.dt-summary-row-8 { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: .9rem; }
.dt-text-success-bold { color: #15803d; font-weight: 600; }
.dt-freeship-hint { background: var(--dt-light); border-radius: 8px; padding: 10px 12px; font-size: .8rem; color: var(--dt-muted); margin-bottom: 12px; }
.dt-summary-total-row { border-top: 1px solid var(--dt-border); padding-top: 14px; margin-bottom: 16px; display: flex; justify-content: space-between; }
.dt-fw700-1rem { font-weight: 700; font-size: 1rem; }
.dt-grand-total { font-weight: 800; font-size: 1.2rem; color: var(--dt-accent); }
.dt-btn-block-lg { display: block; text-align: center; width: 100%; padding: 13px; }
.dt-ssl-note { text-align: center; margin-top: 12px; font-size: .75rem; color: var(--dt-muted); }

/* ── Ödeme ── */
.dt-order-confirm { max-width: 520px; margin: 20px auto; text-align: center; }
.dt-order-confirm-icon { font-size: 3.5rem; }
.dt-order-confirm-title { font-size: 1.5rem; font-weight: 800; margin-top: 12px; }
.dt-order-confirm-sub { color: var(--dt-muted); margin-top: 8px; }
.dt-order-confirm-num { color: var(--dt-text); }
.dt-order-confirm-box { background: var(--dt-light); border-radius: 10px; padding: 16px 20px; margin-top: 20px; font-size: .88rem; color: var(--dt-text); text-align: start; }
.dt-order-confirm-actions { display: flex; gap: 12px; justify-content: center; margin-top: 24px; flex-wrap: wrap; }
.dt-btn-outline-dark { padding: 12px 28px; border: 1px solid var(--dt-border); border-radius: 8px; color: var(--dt-text); text-decoration: none; font-weight: 600; font-size: .95rem; }
.dt-panel-mb { border: 1px solid var(--dt-border); border-radius: 12px; padding: 20px; background: #fff; margin-bottom: 20px; }
.dt-address-option { display: flex; gap: 10px; align-items: flex-start; border: 1px solid var(--dt-border); border-radius: 10px; padding: 12px 14px; margin-bottom: 10px; cursor: pointer; }
.dt-radio-mt { margin-top: 3px; }
.dt-address-label { font-weight: 700; font-size: .9rem; }
.dt-address-detail { font-size: .84rem; color: var(--dt-muted); margin-top: 2px; }
.dt-details-mt { margin-top: 8px; }
.dt-details-summary { cursor: pointer; color: var(--dt-accent); font-size: .88rem; font-weight: 600; }
.dt-details-content { margin-top: 12px; }
.dt-hint-sm { font-size: .88rem; color: var(--dt-muted); margin-bottom: 12px; }
.dt-payment-option { display: flex; gap: 10px; align-items: center; border: 1px solid var(--dt-border); border-radius: 10px; padding: 12px 14px; margin-bottom: 10px; cursor: pointer; }
.dt-payment-label { font-weight: 600; font-size: .9rem; }
.dt-note-optional { color: var(--dt-muted); font-weight: 400; font-size: .85rem; }
.dt-coupon-row { display: flex; gap: 8px; margin-bottom: 12px; }
.dt-coupon-input { flex: 1; }
.dt-coupon-btn { padding: 6px 14px; border: 1px solid var(--dt-border); border-radius: 6px; background: var(--dt-light); font-size: .82rem; font-weight: 600; cursor: pointer; white-space: nowrap; }
.dt-coupon-msg { font-size: .8rem; margin-bottom: 12px; }
.dt-coupon-msg.err { color: #c62828; }
.dt-coupon-msg.ok { color: #15803d; }
.dt-summary-row-sm { display: flex; justify-content: space-between; font-size: .84rem; margin-bottom: 8px; }
.dt-discount-amount { color: #c62828; }
.dt-summary-block { border-top: 1px solid var(--dt-border); margin-top: 10px; padding-top: 12px; }
.dt-panel-title-sm { margin-bottom: 12px; font-weight: 700; }
.dt-btn-block { width: 100%; text-align: center; border: none; cursor: pointer; }

/* ── Auth (Giriş/Üye Ol) ── */
.dt-auth-title { font-size: 1.5rem; font-weight: 800; margin-bottom: 8px; text-align: center; }
.dt-auth-sub { color: var(--dt-muted); font-size: .9rem; text-align: center; margin-bottom: 28px; }
.dt-auth-footnote { text-align: center; font-size: .88rem; color: var(--dt-muted); margin-top: 16px; }
.dt-link-accent-bold { color: var(--dt-accent); font-weight: 600; }
.dt-checkbox-label { font-size: .85rem; color: var(--dt-muted); }

/* ── Hesabım ── */
.dt-mb-24 { margin-bottom: 24px; }
.dt-page-title-flush { font-size: 1.5rem; font-weight: 800; margin: 0; }
.dt-nav-link-muted { color: var(--dt-muted); font-size: .88rem; }
.dt-nav-link-accent { color: var(--dt-accent); font-size: .88rem; font-weight: 600; }
.dt-panel-524 { max-width: 520px; border: 1px solid var(--dt-border); border-radius: 12px; padding: 24px; background: #fff; }
.dt-btn-plain { border: none; cursor: pointer; }
.dt-hint { color: var(--dt-muted); font-size: .9rem; }
.dt-addr-card { border: 1px solid var(--dt-border); border-radius: 12px; padding: 16px 18px; background: #fff; margin-bottom: 12px; }
.dt-addr-label { font-weight: 700; font-size: .95rem; }
.dt-default-badge { background: var(--dt-light); color: var(--dt-muted); font-size: .7rem; font-weight: 600; padding: 2px 8px; border-radius: 20px; margin-inline-start: 6px; }
.dt-addr-line1 { font-size: .85rem; color: var(--dt-text); margin-top: 6px; }
.dt-addr-line2 { font-size: .85rem; color: var(--dt-muted); margin-top: 2px; }

/* ── Siparişlerim ── */
.dt-order-list { border: 1px solid var(--dt-border); border-radius: 12px; background: #fff; overflow: hidden; }
.dt-order-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; padding: 18px 20px; border-bottom: 1px solid var(--dt-border); }
.dt-order-row:last-child { border-bottom: none; }
.dt-order-number { font-weight: 700; font-size: .95rem; }
.dt-order-meta { font-size: .82rem; color: var(--dt-muted); margin-top: 4px; }
.dt-order-right { display: flex; align-items: center; gap: 18px; }
.dt-status-badge { font-size: .78rem; font-weight: 700; padding: 4px 12px; border-radius: 20px; }
.dt-order-action-link { font-size: .8rem; color: var(--dt-accent); font-weight: 600; }
.dt-order-action-sent { font-size: .78rem; color: var(--dt-muted); }
.dt-order-total { font-weight: 800; font-size: 1rem; color: var(--dt-accent); min-width: 90px; text-align: end; }

/* ── İade Talebi / Abonelik ── */
.dt-page-title-sm { font-size: 1.4rem; font-weight: 800; margin-bottom: 6px; }
.dt-page-sub { color: var(--dt-muted); font-size: .88rem; margin-bottom: 24px; }
.dt-panel-center-32 { border: 1px solid var(--dt-border); border-radius: 12px; padding: 32px; background: #fff; text-align: center; }
.dt-icon-2rem-mb { font-size: 2rem; margin-bottom: 12px; }
.dt-h3-title { font-weight: 700; margin-bottom: 8px; }
.dt-btn-inline-mt { display: inline-block; margin-top: 16px; }
.dt-optional-muted { color: var(--dt-muted); font-weight: 400; }
.dt-abonelik-pad { padding-top: 60px; padding-bottom: 80px; text-align: center; }
.dt-panel-460-32 { max-width: 460px; margin: 0 auto; border: 1px solid var(--dt-border); border-radius: 12px; padding: 32px; background: #fff; }
.dt-abonelik-title { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.dt-abonelik-sub { color: var(--dt-muted); font-size: .92rem; }
.dt-btn-inline-mt20 { display: inline-block; margin-top: 20px; }

/* ── Hukuki sayfalar ── */
.legal-title { font-size: 1.8rem; }
.legal-sss-box { background: #f8f9fa; border-radius: 8px; }
.legal-consent-note { background: #f8f9fa; border-inline-start: 4px solid #4CAF50; border-radius: 4px; }

/* ── _Layout header/footer ── */
.dt-divider-30 { color: rgba(255,255,255,0.3); }
.dt-bayi-pill { background: rgba(255,255,255,0.15); padding: 3px 10px; border-radius: 4px; font-weight: 600; font-size: .8rem; letter-spacing: .3px; }
.dt-footer-logo { color: #fff; font-size: 1.4rem; }
.dt-footer-logo-accent { color: var(--dt-accent); }
.dt-footer-brand { font-size: .88rem; line-height: 1.7; }

/* ── Dil seçici ── */
.dt-lang-switch { position: relative; }
.dt-lang-btn { background: none; border: none; color: rgba(255,255,255,.75); font-size: .78rem; cursor: pointer; padding: 0; }
.dt-lang-btn:hover { color: #fff; }
.dt-lang-menu { min-width: 150px; font-size: .85rem; }
.dt-lang-menu .dropdown-item.active { background: var(--dt-light); color: var(--dt-accent); font-weight: 600; }

/* ── Mega menü (fare ile üzerine gelince alt kategoriler açılır) ── */
.dt-mega-trigger { position: relative; }
.dt-mega-caret { font-size: .65rem; margin-inline-start: 3px; opacity: .7; }
.dt-mega-menu {
    display: none; position: absolute; top: 100%; inset-inline-start: 0; z-index: 1100;
    background: var(--dt-surface); border: 1px solid var(--dt-border); border-radius: 0 0 10px 10px;
    box-shadow: 0 12px 28px rgba(0,0,0,.18); width: max-content; max-width: min(920px, 92vw);
}
.dt-mega-trigger:hover .dt-mega-menu { display: block; }
.dt-mega-menu-inner { padding: 18px 20px; }
.dt-mega-col-title { display: flex; justify-content: space-between; align-items: center; font-weight: 700; color: var(--dt-primary); text-decoration: none; font-size: .9rem; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--dt-border); }
.dt-mega-see-all { color: var(--dt-accent); font-weight: 600; font-size: .78rem; }
/* Kategoriler aşağı doğru uzayıp sayfa kaydırmaya zorlamasın diye yatayda geniş, dikeyde
   sınırlı (gerekirse kendi içinde kayan) bir ızgara — sayfa kaydırılınca fare menünün
   dışına çıkıp menünün kapanmasını önler. */
.dt-mega-grid { display: grid; grid-template-columns: repeat(4, minmax(160px, 1fr)); gap: 4px 24px; max-height: 60vh; overflow-y: auto; overscroll-behavior: contain; }
.dt-mega-item { color: var(--dt-text); text-decoration: none; font-size: .85rem; padding: 6px 0; }
.dt-mega-item:hover { color: var(--dt-accent); }
.dt-mega-count { color: var(--dt-muted); font-size: .75rem; }

/* ── Ana sayfa: hero slaytı ── */
.dt-hero-slider { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 16/9; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); }
@media (min-width: 768px) {
    /* Sol metin sütununun genişliğine dokunmadan slaytı sağa doğru ~1cm genişletir;
       oranı 16/9'dan 7/4'e hafifçe değiştirmek aynı genişlik artışıyla ~1cm ek yükseklik de verir. */
    .dt-hero-slider { width: calc(100% + 38px); margin-inline-end: -38px; aspect-ratio: 7/4; }
}
.dt-hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; display: flex; align-items: flex-end; }
.dt-hero-slide.active { opacity: 1; }
.dt-hero-slide img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.dt-hero-slide-badge { position: relative; z-index: 2; margin: 16px; background: var(--dt-accent); color: #fff; font-size: .72rem; font-weight: 700; padding: 5px 12px; border-radius: 20px; text-transform: uppercase; letter-spacing: .4px; }
.dt-hero-slide-info { position: relative; z-index: 2; margin: 0 16px 16px; background: rgba(15,15,22,.72); backdrop-filter: blur(6px); border-radius: 10px; padding: 10px 14px; color: #fff; }
.dt-hero-slide-name { font-weight: 700; font-size: .9rem; margin-bottom: 2px; }
.dt-hero-slide-price { color: var(--dt-gold); font-weight: 700; font-size: .95rem; }
.dt-hero-dots { position: absolute; bottom: 12px; inset-inline-end: 16px; z-index: 3; display: flex; gap: 6px; }
.dt-hero-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.4); border: none; cursor: pointer; padding: 0; transition: background .2s, width .2s; }
.dt-hero-dot.active { background: #fff; width: 20px; border-radius: 4px; }

/* ── Ürün kartı: hızlı bakış tetikleyicisi ── */
.dt-product-img { position: relative; }
.dt-quickview-btn {
    position: absolute; inset-inline-end: 10px; bottom: 10px; z-index: 2;
    background: rgba(255,255,255,.95); color: var(--dt-primary); border: none; border-radius: 50%;
    width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.2); cursor: pointer; opacity: 0; transform: translateY(6px);
    transition: opacity .2s, transform .2s;
}
.dt-product-card:hover .dt-quickview-btn { opacity: 1; transform: translateY(0); }
.dt-quickview-btn:hover { background: var(--dt-accent); color: #fff; }
.dt-quickview-btn svg { width: 18px; height: 18px; }

/* ── Hızlı bakış modalı ── */
.dt-quickview-modal .modal-content { border: none; border-radius: 14px; overflow: hidden; }
.dt-quickview-img { aspect-ratio: 1; background: var(--dt-light); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.dt-quickview-img img { width: 100%; height: 100%; object-fit: contain; }
.dt-quickview-body { padding: 28px; }
.dt-quickview-loading { text-align: center; padding: 60px 20px; color: var(--dt-muted); }

/* ── Son baktığınız ürünler ── */
.dt-recent-strip { display: none; }
.dt-recent-strip.has-items { display: block; }
.dt-recent-scroll { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x proximity; }
.dt-recent-scroll .dt-product-card { min-width: 170px; max-width: 170px; scroll-snap-align: start; }
.dt-recent-scroll::-webkit-scrollbar { height: 6px; }
.dt-recent-scroll::-webkit-scrollbar-thumb { background: var(--dt-border); border-radius: 4px; }