/*
Theme Name: Yasin Test v1
Theme URI: http://example.com
Author: Yasin
Author URI: http://example.com
Description: Makro Teknik Test V1
Version: 1.0
*/  
  
  
  :root {
    --bg: #ffffff;
    --text: #111827;
    --section: #f9fafb;
    --card: #ffffff;
    --border: #e5e7eb;
    --muted: #6b7280;
    --footer: #ffffff;
    --footerText: #111827;
  }

  html, body {
    background: var(--bg);
    margin: 0;
    padding: 0;
  }

  body {
    background: var(--bg);
    color: var(--text);
    transition: 0.3s ease;
  }

  .section-bg {
    background: var(--section);
  }

  .section-title {
    color: var(--text);
  }

  .section-link {
    color: #d97706;
  }

  .section-meta {
    color: #6b7280;
  }


  .card-bg {
    background: var(--card);
    border: 1px solid var(--border);
  }

  .muted {
    color: var(--muted);
  }

  footer {
    width: 100%;
    background: var(--footer);
    color: var(--footerText);
  }

  /* ========================= */
  /* HABERLER */
  /* ========================= */

.son-haberler-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65),
    rgba(0, 0, 0, 0.0) 60%
  );
}

.son-haberler {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  color: #fff;
  z-index: 2;
}


  /* ========================= */
  /* FEATURED PRODUCTS FIX */
  /* ========================= */

  .featured-products {
    background: var(--section);
  }

  .featured-products .product-card {
    background: var(--card);
    border: 1px solid var(--border);
    color: var(--text);
  }

  .featured-products .product-title {
    color: var(--text);
  }

  .featured-products .product-price {
    color: var(--text);
  }

  .featured-products .product-muted {
    color: var(--muted);
  }
/* Product card zaten class'lı */
.product-card {
  background: var(--card);
  border: 1px solid var(--border);
  transition: .2s ease;
}

/* ========================= */
/* ADD BUTTON FIX */
/* ========================= */

.add-btn {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  transition: .2s ease;
}

/* Hover ufak şıklık */
.add-btn:hover {
  opacity: .85;
}

/* ========================= */
/* WORDPRESS CONTENT FIX */
/* ========================= */
.urun-icerik ol,
.urun-icerik ul {
  list-style-position: outside !important;
  padding-left: 32px !important;
}

.urun-icerik ol {
  list-style-type: decimal !important;
}

.urun-icerik ul {
  list-style-type: disc !important;
}

.urun-icerik li {
  display: list-item !important;
}
.tab-panel {
  display: block;
}
.tab-panel.hidden {
  display: none;
}

/* Text Uyarı sağ/sol boşluk */
.urun-uyari {
  padding: 14px 18px;
}

.urun-uyari-baslik {
  margin: 0 0 6px 0;
  padding-left: 2px;
  font-weight: 700;
}

.urun-uyari-yazi {
  margin: 0;
}

.urun-icerik p {
  margin-bottom: 1em;
}

.urun-icerik br {
  display: block;
  content: "";
  margin-bottom: 0.75em;
}

.urun-icerik h1,
.urun-icerik h2,
.urun-icerik h3 {
  margin: 1.2em 0 0.6em;
}

/* taxonomy-urun_kategori.php ve archive-urunler.php sayfa numaralandırma */
.page-numbers {
  display: flex;
  gap: 6px;
  list-style: none;
  padding: 0;
}
.page-numbers li a,
.page-numbers li span {
  padding: 6px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  color: #000;
}
.page-numbers li a:hover {
  background: #f0f0f0;
}
.page-numbers .current {
  background: #000;
  color: #fff;
  border-color: #000;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* mobil header */
