/* Start custom CSS for page-settings */<style>
/* ================================================
   KATEGORİ SAYFASI - MODERN TASARIM
   Elementor uyumlu | Mobil 2li | Masaüstü 4lü
   ================================================ */

/* ===== KATEGORİ BAŞLIĞI ===== */
#js-product-list-header .h1,
#js-product-list-header h1 {
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #111 !important;
  letter-spacing: -0.5px !important;
  border: none !important;
  padding: 0 0 0 18px !important;
  margin-bottom: 20px !important;
  position: relative !important;
}
#js-product-list-header .h1::before,
#js-product-list-header h1::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 5px !important;
  height: 70% !important;
  background: linear-gradient(180deg, #FF6B00, #ff9a00) !important;
  border-radius: 4px !important;
}

/* ===== ALT KATEGORİLER ALANI ===== */
.subcategories,
.subcategories-list {
  margin-bottom: 28px !important;
}

/* "Alt kategoriler" yazısı */
.subcategories h2,
.subcategories-list h2,
.subcategories .h2 {
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  color: #999 !important;
  margin-bottom: 14px !important;
  border: none !important;
  padding: 0 !important;
}

/* Alt kategori kartları wrapper */
.subcategories ul,
.subcategories-list ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Her alt kategori öğesi */
.subcategories ul li,
.subcategories-list ul li {
  flex: 0 0 auto !important;
}

/* Alt kategori linkleri — modern pill/chip tasarım */
.subcategories ul li a,
.subcategories-list ul li a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 9px 18px !important;
  border-radius: 50px !important;
  background: #fff !important;
  border: 1.5px solid #e8e8e8 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #333 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
}
.subcategories ul li a:hover,
.subcategories-list ul li a:hover {
  background: #FF6B00 !important;
  border-color: #FF6B00 !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 14px rgba(255,107,0,0.3) !important;
}

/* Alt kategori görselleri varsa gizle (temiz görünüm) */
.subcategories ul li a img,
.subcategories-list ul li a img {
  width: 20px !important;
  height: 20px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
}

/* ===== SIRALAMA ÇUBUĞU ===== */
.sort-by-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background: #fff !important;
  border-radius: 12px !important;
  border: 1.5px solid #eee !important;
  padding: 10px 18px !important;
  margin-bottom: 22px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
}

/* Ürün sayısı metni */
.sort-by-row .total-products,
#js-product-list-top .total-products {
  font-size: 13px !important;
  color: #888 !important;
  font-weight: 500 !important;
}
.sort-by-row .total-products strong,
#js-product-list-top .total-products strong {
  color: #FF6B00 !important;
  font-weight: 700 !important;
}

/* Sıralama select */
.sort-by-row select,
.sort-by-row .select-title {
  border: 1.5px solid #eee !important;
  border-radius: 8px !important;
  padding: 6px 14px !important;
  font-size: 13px !important;
  color: #333 !important;
  background: #fafafa !important;
  outline: none !important;
  cursor: pointer !important;
}

/* ===== ÜRÜN KARTLARI ===== */
article.product-miniature {
  border-radius: 14px !important;
  overflow: hidden !important;
  border: 1.5px solid #f0f0f0 !important;
  background: #fff !important;
  transition: box-shadow 0.25s ease, transform 0.25s ease !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
}
article.product-miniature:hover {
  box-shadow: 0 10px 32px rgba(0,0,0,0.12) !important;
  transform: translateY(-5px) !important;
  border-color: #FF6B00 !important;
}

/* ===== ÜRÜN GÖRSELİ ===== */
article.product-miniature .product-thumbnail img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  transition: transform 0.35s ease !important;
  display: block !important;
}
article.product-miniature:hover .product-thumbnail img {
  transform: scale(1.07) !important;
}

/* ===== ÜRÜN İSMİ ===== */
article.product-miniature .product-title a {
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #222 !important;
  text-decoration: none !important;
  line-height: 1.4 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
article.product-miniature .product-title a:hover {
  color: #FF6B00 !important;
}

/* ===== FİYAT ===== */
article.product-miniature span.price {
  font-size: 17px !important;
  font-weight: 800 !important;
  color: #FF6B00 !important;
  letter-spacing: -0.3px !important;
}

/* ===== ÜRÜN AÇIKLAMA ALANI ===== */
article.product-miniature .product-description {
  padding: 12px 14px 16px !important;
}

/* ===== GRİD - Masaüstü 4'lü, Mobil 2'li ===== */
#js-product-list .products {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}
#js-product-list .products > article.product-miniature {
  width: calc(25% - 12px) !important;
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
}

/* Tablet (768px - 1024px) → 3'lü */
@media (max-width: 1024px) {
  #js-product-list .products {
    gap: 14px !important;
  }
  #js-product-list .products > article.product-miniature {
    width: calc(33.333% - 10px) !important;
  }
  article.product-miniature .product-thumbnail img {
    height: 180px !important;
  }
}

/* Mobil (≤767px) → 2'li */
@media (max-width: 767px) {
  #js-product-list .products {
    gap: 10px !important;
  }
  #js-product-list .products > article.product-miniature {
    width: calc(50% - 5px) !important;
  }
  article.product-miniature .product-thumbnail img {
    height: 150px !important;
  }
  article.product-miniature span.price {
    font-size: 15px !important;
  }
  article.product-miniature .product-title a {
    font-size: 12.5px !important;
  }
  article.product-miniature .product-description {
    padding: 8px 10px 12px !important;
  }
}

/* ===== KART İÇİ FLAGLAR (Yeni, İndirim) ===== */
article.product-miniature .product-flags {
  top: 10px !important;
  left: 10px !important;
  z-index: 2 !important;
}
article.product-miniature .product-flag {
  border-radius: 6px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 4px 9px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}
article.product-miniature .product-flag.new {
  background: #00b894 !important;
  color: #fff !important;
}
article.product-miniature .product-flag.on-sale,
article.product-miniature .product-flag.discount {
  background: #FF6B00 !important;
  color: #fff !important;
}

/* ===== HIZLI GÖRÜNÜM ===== */
article.product-miniature .highlighted-informations {
  background: rgba(255, 107, 0, 0.9) !important;
  backdrop-filter: blur(4px) !important;
}
article.product-miniature .quick-view {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px !important;
}

/* ===== SOL SİDEBAR KATEGORİ LİSTESİ ===== */
.block-categories .category-sub-menu li a {
  font-size: 13px !important;
  color: #444 !important;
  transition: color 0.2s, padding-left 0.2s !important;
  text-decoration: none !important;
}
.block-categories .category-sub-menu li a:hover {
  color: #FF6B00 !important;
  padding-left: 4px !important;
}
.block-categories .h6,
.block-categories .block-title {
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #111 !important;
  margin-bottom: 12px !important;
}
</style>/* End custom CSS */