/**
 * siyezdendunya.com - Bootstrap tema override
 * Sadece marka renkleri ve minimal ozel stiller
 */
:root {
  --bs-primary: #8b7355;
  --bs-primary-rgb: 139, 115, 85;
  --renk-toprak: #8b7355;
  --renk-toprak-koyu: #6b5344;
  --renk-bej: #f5f0e8;
}
body { background-color: #faf8f5; }
.btn-primary { background-color: var(--renk-toprak); border-color: var(--renk-toprak); }
.btn-primary:hover { background-color: var(--renk-toprak-koyu); border-color: var(--renk-toprak-koyu); }
.navbar-dark .navbar-nav .nav-link:hover { color: #d4a84b !important; }

/* Header: logo sol, arama orta, menu sag */
.header-nav-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.header-search { max-width: 380px; width: 100%; }
.header-search-wrap {
  border-radius: 9999px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.12);
}
.header-search-input {
  border: none;
  background: transparent;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
}
.header-search-input::placeholder { color: rgba(255,255,255,0.6); }
.header-search-input:focus {
  box-shadow: none;
  outline: none;
  background: transparent;
  color: #fff;
}
.header-search-btn {
  background: var(--renk-toprak);
  border: none;
  color: #fff;
  padding: 0.5rem 1rem;
}
.header-search-btn:hover { background: var(--renk-toprak-koyu); color: #fff; }
.header-link-btn {
  color: rgba(255,255,255,0.9) !important;
  padding: 0.25rem 0.5rem !important;
}
.header-link-btn:hover { color: #d4a84b !important; }

.site-header .navbar { min-height: 95px; max-height: 95px; }
.site-header .nav-link { font-size: 1.1rem; }

/* Kategori bar: header altinda, banner oncesi, beyaz arka plan - e-ticaret stili */
.kategori-bar {
  background: #fff;
  border-bottom: 1px solid rgba(107,83,68,0.12);
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.kategori-bar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 1.5rem;
  padding: 0.75rem 0;
}
.kategori-link {
  color: var(--renk-toprak-koyu);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.25rem 0;
  transition: color 0.2s;
}
.kategori-link:hover { color: var(--renk-toprak) !important; }
.site-header .nav-link-kategori { font-size: 1.05rem; }
.site-header .ms-auto .nav-link { padding: 0.25rem 0.5rem; color: rgba(255,255,255,0.9); }
.site-header .ms-auto .nav-link:hover { color: #d4a84b !important; }
.site-header .nav-ayrac { width: 1px; min-width: 1px; height: 20px; background: rgba(255,255,255,0.35); margin: 0 0.5rem; align-self: center; }
.site-header .btn-outline-light { font-size: 1.05rem; }

/* Sepet ikonu - site temasina uyumlu */
.header-sepet-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
}
.header-sepet-link:hover { color: #d4a84b; background: rgba(212,168,75,0.15); }
.header-sepet-link i { font-size: 1.25rem; }
.header-sepet-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background: var(--renk-toprak);
  border-radius: 999px;
  border: 2px solid var(--renk-toprak-koyu);
}

.header-profil-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.header-profil-btn svg { width: 20px; height: 20px; }
.header-profil-avatar {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
}

.header-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  max-width: min(220px, 38vw);
}
.header-logo {
  width: auto;
  height: auto;
  max-height: 95px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none;
  outline: none;
  display: block;
}
.header-logo-text {
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  background: var(--renk-toprak);
  min-width: 0;
  max-width: 100%;
  min-height: 44px;
  max-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.35rem 0.5rem;
  line-height: 1.15;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}
@media (max-width: 991.98px) {
  .site-header .navbar { min-height: 56px; max-height: none; }
  .header-logo-link { max-width: min(180px, 55vw); }
  .header-logo { max-height: 40px; }
  .header-logo-text { max-height: 40px; min-height: 36px; font-size: 0.65rem; padding: 0.25rem 0.35rem; }
}

/* Mobil menu - site temasina uyumlu tasarim */
.mobile-menu {
  padding: 1rem 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.05) 100%);
}
.mobile-menu-search {
  margin-bottom: 1rem;
}
.mobile-menu-search .input-group {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.mobile-menu-search .form-control {
  border: none;
  padding: 0.65rem 1rem;
  font-size: 0.95rem;
}
.mobile-menu-search .btn {
  padding: 0.65rem 1rem;
  border: none;
}
.mobile-menu-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.mobile-menu-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.75rem 0.5rem;
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  color: rgba(255,255,255,0.95);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
  position: relative;
}
.mobile-menu-action:hover { background: rgba(212,168,75,0.25); color: #d4a84b; }
.mobile-menu-action i { font-size: 1.5rem; }
.mobile-menu-badge {
  position: absolute;
  top: 4px;
  right: 8px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  background: var(--renk-toprak);
  color: #fff;
  border-radius: 999px;
}
.mobile-menu-section {
  margin-bottom: 1rem;
}
.mobile-menu-title {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.5);
  margin-bottom: 0.5rem;
  padding: 0 0.25rem;
}
.mobile-menu-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.75rem;
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  font-size: 0.95rem;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.mobile-menu-link:hover { background: rgba(255,255,255,0.08); color: #d4a84b; }
.mobile-menu-link i {
  font-size: 1.1rem;
  opacity: 0.8;
  width: 1.25rem;
}
.mobile-menu-sayfalar .mobile-menu-sayfalar-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.mobile-menu-sayfalar .mobile-menu-link { flex: 1; min-width: 45%; }
.mobile-menu-kategoriler .mobile-menu-kategoriler-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.4rem;
}
.mobile-menu-kategoriler .mobile-menu-link {
  padding: 0.5rem 0.6rem;
  font-size: 0.85rem;
}
.mobile-menu-kategoriler .mobile-menu-link i { font-size: 1rem; }

/* Slider tam genislik, 3:1 oran, menu uzerine cikmasin */
.slider-fullwidth {
  width: 100%;
  max-width: 100vw;
  margin-top: 0;
}
.slider-3-1 {
  aspect-ratio: 3 / 1;
}
.slider-3-1 .carousel-inner,
.slider-3-1 .carousel-item {
  height: 100%;
}
.slider-img-wrap {
  display: block;
  aspect-ratio: 3 / 1;
  overflow: hidden;
}
.slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Ust blok: duyuru + menu birlikte yapismali */
.site-top-sticky {
  z-index: 1030;
}
.site-header { z-index: auto; }
.bg-dark { background-color: var(--renk-toprak-koyu) !important; }
.card { border: none; box-shadow: 0 2px 8px rgba(107,83,68,0.08); transition: transform 0.2s, box-shadow 0.2s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(107,83,68,0.15); }
.card-img-top { aspect-ratio: var(--urun-resim-oran, 1); object-fit: cover; background: var(--renk-bej); }

/* Urun karti: baslik 2 satir, aciklama 4 satir, fiyat 1 satir, incele 1 satir */
.urun-card {
  display: flex;
  flex-direction: column;
}
.urun-card > a { flex: 1; display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.urun-card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.urun-card .card-title {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  min-height: 2.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.urun-card .card-aciklama {
  font-size: 0.85rem;
  color: #6c757d;
  line-height: 1.4;
  min-height: 5.6em;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5rem;
  flex: 1;
}
.urun-card .card-fiyat {
  font-size: 1rem;
  font-weight: 700;
  color: var(--renk-toprak);
  margin-bottom: 0;
  line-height: 1.5;
}
.urun-card .card-footer {
  padding: 0.75rem 1rem;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.urun-card .card-footer .btn { padding: 0.5rem 1rem; }
.text-muted small { font-size: 0.9rem; }
.badge.bg-primary { background-color: var(--renk-toprak) !important; }

/* Hakkimizda sayfasi */
.hakkimizda-sayfa {
  background: var(--renk-bej);
}
.hakkimizda-hero {
  background: linear-gradient(165deg, #faf8f5 0%, var(--renk-bej) 45%, #f0ebe3 100%);
  position: relative;
  overflow: hidden;
}
.hakkimizda-hero::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 55%;
  max-width: 520px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 115, 85, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.hakkimizda-kicker {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--renk-toprak);
}
.hakkimizda-baslik {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 700;
  color: var(--renk-toprak-koyu);
  line-height: 1.2;
}
.hakkimizda-accent-line {
  width: 4rem;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--renk-toprak), #d4a84b);
}
.hakkimizda-ozet {
  color: #5a4a3a;
  font-size: 1.125rem;
  line-height: 1.75;
  max-width: 38rem;
}
.hakkimizda-resim-wrap {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 1rem 2.5rem rgba(107, 83, 68, 0.18);
  border: 1px solid rgba(107, 83, 68, 0.08);
}
.hakkimizda-resim {
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.hakkimizda-resim-placeholder {
  min-height: 280px;
  background: linear-gradient(145deg, rgba(139, 115, 85, 0.15), rgba(212, 168, 75, 0.12));
  border: 2px dashed rgba(107, 83, 68, 0.2);
}
.hakkimizda-resim-placeholder i {
  font-size: 4rem;
  color: var(--renk-toprak);
  opacity: 0.45;
}
.hakkimizda-hero-aksiyon .btn-outline-secondary {
  border-color: rgba(107, 83, 68, 0.35);
  color: var(--renk-toprak-koyu);
}
.hakkimizda-hero-aksiyon .btn-outline-secondary:hover {
  background: rgba(139, 115, 85, 0.08);
  border-color: var(--renk-toprak);
  color: var(--renk-toprak-koyu);
}
.hakkimizda-icerik-bolumu {
  background: #fff;
  border-top: 1px solid rgba(107, 83, 68, 0.08);
}
.hakkimizda-bolum-baslik {
  color: var(--renk-toprak-koyu);
  font-weight: 700;
}
.hakkimizda-prose .card-body {
  border-radius: 1rem;
}
.hakkimizda-icerik { font-size: 1.0625rem; line-height: 1.85; color: #3d3530; }
.hakkimizda-icerik p { margin-bottom: 1.1rem; }
.hakkimizda-icerik h2, .hakkimizda-icerik h3 {
  color: var(--renk-toprak-koyu);
  margin-top: 1.75rem;
  font-weight: 700;
}
.hakkimizda-kart-baslik {
  color: var(--renk-toprak-koyu);
  font-weight: 700;
}
.hakkimizda-kart-ikon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(139, 115, 85, 0.18), rgba(212, 168, 75, 0.12));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--renk-toprak-koyu);
}
.hakkimizda-kart {
  border-left: 4px solid var(--renk-toprak) !important;
  transition: box-shadow 0.2s;
}
.hakkimizda-kart:hover {
  box-shadow: 0 0.75rem 2rem rgba(107, 83, 68, 0.12) !important;
}
.hakkimizda-prose.card:hover,
.hakkimizda-kart:hover {
  transform: none;
}
.hakkimizda-cta {
  background: linear-gradient(120deg, var(--renk-toprak-koyu) 0%, var(--renk-toprak) 55%, #6b5344 100%);
}
.hakkimizda-cta-inner {
  padding: 2rem 1.5rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
@media (min-width: 992px) {
  .hakkimizda-cta-inner {
    padding: 2.25rem 2.5rem;
  }
}

/* İletişim sayfası - profesyonel */
.iletisim-hero { background: linear-gradient(135deg, var(--renk-bej) 0%, #fff 100%); }
.iletisim-baslik { font-size: 2rem; font-weight: 700; color: var(--renk-toprak-koyu); }
.iletisim-ozet { font-size: 1.1rem; }
.iletisim-icerik { font-size: 1rem; line-height: 1.7; }
.iletisim-icerik p { margin-bottom: 0.75rem; }
.iletisim-resim-wrap img { aspect-ratio: 16/10; object-fit: cover; }
.iletisim-kart { transition: transform 0.2s, box-shadow 0.2s; color: inherit; }
.iletisim-kart:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(107,83,68,0.15) !important; }
.iletisim-kart-ikon {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(139,115,85,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--renk-toprak);
}
.iletisim-calisma { color: #5a4a3a; }
.iletisim-kart-adres2 .iletisim-kart-ikon { background: rgba(139,115,85,0.08); }

a.iletisim-instagram-ikon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--renk-toprak-koyu);
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1;
  opacity: 0.88;
  transition: opacity 0.2s, color 0.2s;
}
a.iletisim-instagram-ikon:hover {
  color: var(--renk-toprak);
  opacity: 1;
}

a.footer-instagram-ikon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 1.15rem;
  line-height: 1;
  transition: color 0.2s, opacity 0.2s;
}
a.footer-instagram-ikon:hover {
  color: #d4a84b;
}

/* Ust kayan duyuru (admin ayarlardan) */
.site-duyuru-ticker {
  overflow: hidden;
  width: 100%;
  background-color: #5c4a3a;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 0.35rem 0;
}
.site-duyuru-ticker-track {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  min-width: min-content;
  will-change: transform;
  backface-visibility: hidden;
  animation: site-duyuru-marquee 28s linear infinite;
}
.site-duyuru-ticker-text {
  flex: 0 0 auto;
  box-sizing: border-box;
  padding-right: 4rem;
  white-space: nowrap;
}
@keyframes site-duyuru-marquee {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .site-duyuru-ticker-track {
    animation: none;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .site-duyuru-ticker-text {
    padding-right: 0;
    text-align: center;
    white-space: normal;
  }
}

/* Kargo kapıda notu — mavi (site primary kahverengi override edildiği için ayrı sınıf) */
.kargo-kapida-not {
  color: #0b5ed7 !important;
  font-weight: 600;
}

/* Footer logo ve iletisim */
.footer-logo-link { transition: opacity 0.2s; }
.footer-logo-link:hover { opacity: 0.9; }
.footer-logo {
  max-width: 140px;
  max-height: 55px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.95;
}
.footer-iletisim-tel,
.footer-iletisim-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255,255,255,0.95);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.2s;
}
.footer-iletisim-tel:hover,
.footer-iletisim-link:hover { color: #d4a84b; }
.footer-iletisim-tel i,
.footer-iletisim-link i {
  font-size: 1rem;
  opacity: 0.9;
}
.footer-iletisim-adres {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  color: rgba(255,255,255,0.8);
}
.footer-iletisim-adres i {
  flex-shrink: 0;
  margin-top: 0.15rem;
  opacity: 0.8;
}

.whatsapp-float {
  position: fixed;
  left: 20px;
  bottom: 24px;
  width: 56px;
  height: 56px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  z-index: 9999;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
}
.whatsapp-float i {
  font-size: 1.75rem;
}
.whatsapp-float:hover {
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

/* Urun detay galeri */
.urun-detay-galeri {
  border-radius: 12px;
  overflow: hidden;
}
.urun-detay-galeri.card:hover {
  transform: none;
}
.urun-detay-ana-wrap {
  aspect-ratio: var(--urun-resim-oran, 1);
  overflow: hidden;
  background: var(--renk-bej);
}
.urun-detay-ana-resim {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.urun-detay-thumbs {
  border-top: 1px solid rgba(107, 83, 68, 0.12);
  background: rgba(245, 240, 232, 0.6);
  min-height: 76px;
}
.urun-detay-thumb {
  width: 56px;
  height: 56px;
  border: 2px solid rgba(107, 83, 68, 0.15) !important;
  border-radius: 8px;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  background: #fff;
}
.urun-detay-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.urun-detay-thumb:hover {
  border-color: rgba(139, 115, 85, 0.4) !important;
  box-shadow: 0 2px 8px rgba(107, 83, 68, 0.12);
}
.urun-detay-thumb.active {
  border-color: var(--renk-toprak) !important;
  box-shadow: 0 0 0 1px var(--renk-toprak);
}

/* Urun kampanya alani - tema rengi */
.urun-kampanya-alert {
  background-color: var(--renk-toprak);
  border-color: var(--renk-toprak);
  color: #fff;
}

.urun-detay-kargo-not {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.65rem 0.9rem;
  border-radius: 0.5rem;
  background: rgba(139, 115, 85, 0.09);
  border: 1px solid rgba(139, 115, 85, 0.22);
  color: var(--renk-toprak-koyu);
  font-size: 0.9rem;
  line-height: 1.45;
}
.urun-detay-kargo-not .bi {
  color: var(--renk-toprak);
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 0.08rem;
}

/* Urun detay aksiyon butonlari - modern sosyal/paylasim */
.urun-detay-aksiyonlar {
  padding-top: 0.5rem;
  border-top: 1px solid rgba(107, 83, 68, 0.12);
}
.urun-aksiyon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  font-size: 1.1rem;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.urun-aksiyon-btn:hover {
  transform: translateY(-2px);
}
.urun-aksiyon-btn.btn-success {
  width: auto;
  padding: 0.4rem 0.9rem;
  border-radius: 2rem;
}
.urun-aksiyon-btn.btn-success i {
  font-size: 1.15rem;
}

/* Urun adet secimi +/- buton */
.urun-adet-secim {
  background: #fff;
}
.urun-adet-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}
.urun-adet-btn:hover {
  background: #e9ecef !important;
}
.urun-adet-input {
  width: 48px;
  height: 36px;
  font-size: 1rem;
  font-weight: 500;
  -moz-appearance: textfield;
}
.urun-adet-input::-webkit-outer-spin-button,
.urun-adet-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Urun aciklama - zengin metin bosluk duzeni */
.urun-aciklama p {
  margin-bottom: 0.5rem;
}
.urun-aciklama p:last-child {
  margin-bottom: 0;
}
.urun-aciklama h1, .urun-aciklama h2, .urun-aciklama h3, .urun-aciklama h4 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.urun-aciklama h1:first-child, .urun-aciklama h2:first-child,
.urun-aciklama h3:first-child, .urun-aciklama h4:first-child {
  margin-top: 0;
}

/* Musteri deneyimleri - yorum kartlari */
.urun-yorum-kart {
  border: 1px solid rgba(107, 83, 68, 0.12);
  border-radius: 10px;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.urun-yorum-kart:hover {
  border-color: rgba(107, 83, 68, 0.2);
  box-shadow: 0 4px 12px rgba(107, 83, 68, 0.08);
}
.urun-yorum-adi {
  color: var(--renk-toprak);
  font-size: 0.9rem;
}
.urun-yorum-tarih {
  font-size: 0.75rem;
}
.urun-yorum-yildiz {
  font-size: 0.85rem;
}
.urun-yorum-baslik {
  color: var(--renk-toprak-koyu);
}
.urun-yorum-metin {
  line-height: 1.5;
}
.urun-yorum-form-wrap {
  border: 1px solid rgba(107, 83, 68, 0.15);
  border-radius: 10px;
  background: #fff;
}
.urun-yorum-form-wrap .card-body {
  padding: 1.25rem;
}
.urun-yorum-yildiz-secim .urun-yildiz-btn {
  border-color: rgba(139, 115, 85, 0.25);
  color: var(--renk-toprak);
  background: transparent;
}
.urun-yorum-yildiz-secim .urun-yildiz-btn:hover {
  border-color: var(--renk-toprak);
  background: rgba(139, 115, 85, 0.08);
}
.urun-yorum-yildiz-secim .urun-yildiz-btn i.bi-star-fill {
  color: #d4a84b;
}
.urun-yorum-form .form-control {
  border-color: rgba(107, 83, 68, 0.2);
}
.urun-yorum-form .form-control:focus {
  border-color: var(--renk-toprak);
  box-shadow: 0 0 0 0.2rem rgba(139, 115, 85, 0.2);
}

/* Sepet sayfasi - bastan sona tasarim */
.sepet-sayfa {
  min-height: 60vh;
}
.sepet-baslik {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--renk-toprak-koyu);
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(139, 115, 85, 0.2);
}
.sepet-bos {
  text-align: center;
  padding: 3rem 1.5rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(107, 83, 68, 0.06);
}
.sepet-bos-ikon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.25rem;
  background: rgba(139, 115, 85, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sepet-bos-ikon i {
  font-size: 2.5rem;
  color: var(--renk-toprak);
}
.sepet-bos-baslik {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--renk-toprak-koyu);
  margin-bottom: 0.5rem;
}
.sepet-bos-metin {
  color: #6c757d;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}
.sepet-bos-btn {
  padding: 0.6rem 1.5rem;
  border-radius: 2rem;
  font-weight: 600;
}
.sepet-urun-listesi {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sepet-urun-kart {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(107, 83, 68, 0.06);
  border: 1px solid rgba(107, 83, 68, 0.08);
  transition: box-shadow 0.2s, border-color 0.2s;
}
.sepet-urun-kart:hover {
  box-shadow: 0 4px 16px rgba(107, 83, 68, 0.1);
  border-color: rgba(107, 83, 68, 0.12);
}
.sepet-urun-resim {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--renk-bej);
}
.sepet-urun-resim img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sepet-urun-bilgi {
  flex: 1;
  min-width: 0;
}
.sepet-urun-ad {
  display: block;
  font-weight: 600;
  color: var(--renk-toprak-koyu);
  text-decoration: none;
  margin-bottom: 0.25rem;
  line-height: 1.3;
  transition: color 0.2s;
}
.sepet-urun-ad:hover {
  color: var(--renk-toprak);
}
.sepet-urun-varyant {
  font-size: 0.85rem;
  color: #6c757d;
}
.sepet-urun-fiyat-mobil {
  font-size: 0.9rem;
  margin-top: 0.35rem;
  color: #495057;
}
.sepet-urun-fiyat {
  width: 90px;
  text-align: center;
  font-size: 0.95rem;
  color: #495057;
}
.sepet-adet-secim {
  background: #fff;
  border-color: rgba(107, 83, 68, 0.2) !important;
}
.sepet-adet-btn {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  color: var(--renk-toprak);
}
.sepet-adet-btn:hover:not(:disabled) {
  background: rgba(139, 115, 85, 0.1) !important;
}
.sepet-adet-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.sepet-adet-deger {
  min-width: 32px;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--renk-toprak-koyu);
}
.sepet-urun-fiyat-mobil .sepet-adet-secim .sepet-adet-btn {
  width: 28px;
  height: 28px;
  font-size: 1rem;
}
.sepet-urun-fiyat-mobil .sepet-adet-deger {
  min-width: 28px;
  font-size: 0.9rem;
}
.sepet-urun-toplam {
  width: 100px;
  text-align: right;
  font-weight: 600;
  color: var(--renk-toprak-koyu);
  font-size: 1.05rem;
}
.sepet-urun-sil {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dc3545;
  border-radius: 10px;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
.sepet-urun-sil:hover {
  background: rgba(220, 53, 69, 0.1);
  color: #bb2d3b;
}
.sepet-alt-aksiyon {
  margin-top: 1rem;
}
.sepet-devam-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.95rem;
  color: var(--renk-toprak);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.sepet-devam-link:hover {
  color: var(--renk-toprak-koyu);
}
.sepet-ozet-kart {
  position: sticky;
  top: 100px;
  padding: 1.5rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(107, 83, 68, 0.1);
  border: 1px solid rgba(107, 83, 68, 0.1);
}
.sepet-ozet-baslik {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--renk-toprak-koyu);
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(107, 83, 68, 0.12);
}
.sepet-ozet-satir {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  color: #495057;
}
.sepet-ozet-ayrac {
  margin: 1rem 0;
  border-color: rgba(107, 83, 68, 0.12);
}
.sepet-ozet-toplam {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--renk-toprak-koyu);
  margin-bottom: 1.25rem;
}
.sepet-odeme-btn {
  width: 100%;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  border-radius: 10px;
}
.sepet-devam-alt {
  margin-top: 1rem;
  justify-content: center;
}

/* Uye giris / uye ol - auth sayfalari */
.auth-sayfa {
  min-height: 60vh;
  display: flex;
  align-items: center;
}
.auth-sayfa-v2 {
  background: linear-gradient(180deg, #faf8f5 0%, var(--renk-bej) 35%, #f2ebe2 100%);
  position: relative;
}
.auth-sayfa-v2::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 20%, rgba(139, 115, 85, 0.08) 0%, transparent 45%),
    radial-gradient(circle at 85% 60%, rgba(212, 168, 75, 0.07) 0%, transparent 40%);
  pointer-events: none;
}
.auth-sayfa-v2 .container {
  position: relative;
  z-index: 1;
}
.auth-kart {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(107, 83, 68, 0.12);
  border: 1px solid rgba(107, 83, 68, 0.08);
  padding: 2.5rem 2rem;
  text-align: center;
}
.auth-kart-v2 {
  border-radius: 22px;
  border-top: 4px solid var(--renk-toprak);
  box-shadow: 0 12px 40px rgba(107, 83, 68, 0.14);
  padding: 2.75rem 2.25rem;
}
.auth-kart-ikon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.25rem;
  background: rgba(139, 115, 85, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-kart-ikon i {
  font-size: 2.25rem;
  color: var(--renk-toprak);
}
.auth-baslik {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--renk-toprak-koyu);
  margin-bottom: 0.5rem;
}
.auth-alt-baslik {
  color: #6c757d;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}
.auth-tabs {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: none;
  background: rgba(139, 115, 85, 0.08);
  border-radius: 14px;
  padding: 0.35rem;
  gap: 0.25rem;
}
.auth-tabs .nav-item {
  flex: 1;
}
.auth-tabs .nav-link {
  border: none !important;
  color: #6c757d;
  font-weight: 600;
  padding: 0.65rem 1rem;
  border-radius: 10px;
  margin-bottom: 0;
  width: 100%;
}
.auth-tabs .nav-link:focus {
  box-shadow: none;
}
.auth-tabs .nav-link:hover {
  color: var(--renk-toprak-koyu);
  background: rgba(255, 255, 255, 0.5);
}
.auth-tabs .nav-link.active {
  color: #fff;
  background: var(--renk-toprak);
  box-shadow: 0 2px 8px rgba(107, 83, 68, 0.2);
}
.auth-hata {
  text-align: left;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.auth-form {
  text-align: left;
}
.auth-input-wrap {
  position: relative;
}
.auth-input-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: rgba(107, 83, 68, 0.5);
  pointer-events: none;
}
.auth-input {
  padding-left: 2.75rem;
  padding-right: 1rem;
  height: 48px;
  border-radius: 10px;
  border: 1px solid rgba(107, 83, 68, 0.2);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.auth-input:focus {
  border-color: var(--renk-toprak);
  box-shadow: 0 0 0 3px rgba(139, 115, 85, 0.15);
}
.auth-input::placeholder {
  color: #adb5bd;
}
.auth-btn {
  height: 48px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 10px;
  padding: 0.6rem 1.25rem;
}
.auth-ayrac {
  margin: 1.5rem 0 1rem;
  position: relative;
}
.auth-ayrac::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(107, 83, 68, 0.15);
}
.auth-ayrac span {
  position: relative;
  background: #fff;
  padding: 0 1rem;
  color: #6c757d;
  font-size: 0.9rem;
}
.auth-btn-sekonder {
  border-radius: 10px;
  height: 44px;
  font-weight: 500;
  border-color: rgba(107, 83, 68, 0.3);
  color: var(--renk-toprak-koyu);
}
.auth-btn-sekonder:hover {
  background: rgba(139, 115, 85, 0.08);
  border-color: var(--renk-toprak);
  color: var(--renk-toprak-koyu);
}

/* Sepete eklendi modal */
.sepet-modal-icerik {
  border: none;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(107, 83, 68, 0.2);
}
.sepet-modal-ikon {
  font-size: 3.5rem;
  color: #198754;
}
@media (max-width: 991.98px) {
  .sepet-urun-kart {
    flex-wrap: wrap;
  }
  .sepet-urun-sil {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  .sepet-urun-kart {
    position: relative;
    padding-right: 3rem;
  }
  .sepet-ozet-kart {
    position: static;
    top: auto;
  }
}

/* Uye paneli */
.uye-panel-page {
  background: linear-gradient(180deg, #faf8f5 0%, transparent 28rem);
}
.uye-panel-breadcrumb-bar .breadcrumb {
  background: rgba(255, 255, 255, 0.85);
  padding: 0.65rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(107, 83, 68, 0.1);
  box-shadow: 0 2px 8px rgba(107, 83, 68, 0.04);
}
.uye-panel-sidebar {
  background: #fff;
  border: 1px solid rgba(107, 83, 68, 0.1) !important;
}
@media (min-width: 992px) {
  .uye-panel-sidebar {
    position: sticky;
    top: 6.5rem;
    align-self: flex-start;
  }
}
.uye-panel-hero {
  background: linear-gradient(125deg, var(--renk-toprak-koyu), var(--renk-toprak) 50%, #7a5f4a 100%);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(107, 83, 68, 0.25);
}
.uye-panel-hero-kicker {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.72rem;
}
.uye-panel-hero-alt {
  color: rgba(255, 255, 255, 0.88);
}
.uye-panel-hero-alt a {
  color: #fff;
}
.uye-panel-hero-avatar {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.35rem;
}
.uye-panel-bolum-etiket {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #8a7a6a;
}
.uye-panel-yardim {
  border-radius: 14px;
  border: 1px solid rgba(107, 83, 68, 0.1);
}
.uye-panel-yardim-ikon {
  line-height: 1;
}
.uye-panel-user {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.uye-panel-avatar {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--renk-toprak), var(--renk-toprak-koyu));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}
.uye-panel-nav .uye-panel-link {
  display: block;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  text-decoration: none;
  color: var(--renk-toprak-koyu);
  font-weight: 500;
  transition: background 0.15s, color 0.15s;
}
.uye-panel-nav .uye-panel-link:hover {
  background: rgba(139, 115, 85, 0.1);
  color: var(--renk-toprak-koyu);
}
.uye-panel-nav .uye-panel-link.is-active {
  background: rgba(139, 115, 85, 0.18);
  color: var(--renk-toprak-koyu);
}
.uye-panel-main .card-header {
  font-size: 0.95rem;
}
/* Uyelik alaninda kartlarda global .card:hover hareketini kapat */
.auth-sayfa .card:hover,
.uye-panel-page .card:hover {
  transform: none;
  box-shadow: 0 2px 8px rgba(107, 83, 68, 0.08);
}
.uye-panel-table thead th {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.uye-panel-siparis-thumb {
  width: 64px;
  height: 64px;
}
@media (max-width: 991.98px) {
  .uye-panel-sidebar {
    position: static;
  }
}
