body {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a1a;
}

a {
  color: var(--renk-turuncu);
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #e55b00;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* ========================= */
/* ÜRÜN DETAY SAYFASI STİLLERİ */
/* ========================= */

.urun-detay-ekstra {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  padding: 15px 20px;
  border-radius: 8px;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  line-height: 1.5;
}
.urun-detay-ekstra p {
  margin: 6px 0;
}

.urun_fiyati span {
  color: var(--renk-turuncu) !important;
  font-weight: bold;
}

.discount.bg-danger {
  background-color: var(--renk-yesil) !important;
  border: 1px solid var(--renk-yesil) !important;
  color: #fff !important;
}
.discount.bg-danger .rate {
  font-weight: bold;
}
.discount.bg-danger .small {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ===================== */

/* ===================== */
/* SEPET STİLİ */
/* ===================== */

.kargo-limit-uyari {
  background-color: var(--renk-kargo-bg);
  color: var(--renk-kargo-yazi);
  border: 1px solid #ffeeba;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 10px;
}

.kargo-limit-uyari img {
  width: 20px;
  vertical-align: middle;
}

/* ===================== */
/* HARİCİ BİLGİ KUTUSU */
/* ===================== */

.detail-extra-info {
  background-color: #fffdf5 !important;
  border: 2px solid #ff9900 !important;
  border-left: 6px solid #ff6600 !important;
  padding: 20px !important;
  font-size: 16px !important;
  color: #333 !important;
  border-radius: 12px !important;
  margin-top: 30px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06) !important;
  transition: all 0.3s ease-in-out !important;
}
.urun_liste .yeni_urun_ikon,
.urun .yeni_urun_ikon {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}
.urun_indirimli_kampanya_yazisi_icerik {
  background: #fefae0;
  border: 1px solid #e0d6b0;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.urun_indirimli_kampanya_yazisi_icerik {
  display: none !important;
}


/* ===================== */
/* FONTLAR */
/* ===================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

.kategori_html_alt {
  max-height: 400px;
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fcfcfc;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Daha şık scrollbar için */
.kategori_html_alt::-webkit-scrollbar {
  width: 6px;
}
.kategori_html_alt::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 3px;
}
.kategori_html_alt:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.urun_liste .yeni_urun_ikon,
.urun .yeni_urun_ikon {
  background-color: #ff9923 !important;
}
.copyright_row {
  display: none !important;
}

