/* ALYA Kategori Menü V2.1 - Okunaklı Yazı Fix
   V2 hover davranışını değiştirmez; yalnız masaüstü kategori tipografisini iyileştirir. */

@media (min-width:1101px) {

  /* Ana kategori satırları */
  .theme-2 .store-master-category-root-row,
  .theme-2 .store-master-category-root-row > a,
  .theme-2 .store-master-category-root-row > summary,
  .theme-2 .store-master-category-direct,
  .theme-2 .theme2-cascade-root > summary {
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
  }

  .theme-2 .store-master-category-root-row {
    min-height: 42px !important;
  }

  .theme-2 .store-master-category-root-row > a,
  .theme-2 .store-master-category-root-row > summary,
  .theme-2 .store-master-category-direct,
  .theme-2 .theme2-cascade-root > summary {
    min-height: 42px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    box-sizing: border-box !important;
  }

  /* 2. ve 3. seviye kategori satırları */
  .theme-2 .theme2-cascade-item,
  .theme-2 .theme2-cascade-item > a,
  .theme-2 .theme2-cascade-item > summary,
  .theme-2 .theme2-cascade-direct,
  .theme-2 .theme2-cascade-subdetails > summary,
  .theme-2 .theme2-cascade-column a {
    font-size: 12.5px !important;
    line-height: 1.38 !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
  }

  .theme-2 .theme2-cascade-item {
    min-height: 40px !important;
  }

  .theme-2 .theme2-cascade-item > a,
  .theme-2 .theme2-cascade-item > summary,
  .theme-2 .theme2-cascade-direct,
  .theme-2 .theme2-cascade-subdetails > summary {
    min-height: 40px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-sizing: border-box !important;
  }

  /* "Tümünü Gör" satırı daha belirgin */
  .theme-2 .theme2-cascade-column a[href*="category"],
  .theme-2 .theme2-cascade-column .theme2-cascade-all,
  .theme-2 .theme2-cascade-column [class*="all"] {
    line-height: 1.35 !important;
  }

  /* Ok / chevron görünürlüğü */
  .theme-2 .store-master-category-root-row svg,
  .theme-2 .theme2-cascade-item svg,
  .theme-2 .theme2-cascade-root summary::after,
  .theme-2 .theme2-cascade-subdetails summary::after {
    opacity: .9 !important;
  }

  /* Metnin çok dar alanda sıkışmasını engelle */
  .theme-2 .store-master-category-root-row > *,
  .theme-2 .theme2-cascade-item > *,
  .theme-2 .theme2-cascade-column a,
  .theme-2 .theme2-cascade-column summary {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    text-overflow: clip !important;
  }

  /* Hover seçimi net olsun */
  .theme-2 .store-master-category-root-row:hover,
  .theme-2 .theme2-cascade-item:hover {
    background: #f4f6f9 !important;
  }

  .theme-2 .store-master-category-root-row:hover > *,
  .theme-2 .theme2-cascade-item:hover > *,
  .theme-2 .theme2-cascade-root[open] > summary,
  .theme-2 .theme2-cascade-subdetails[open] > summary {
    color: #d71920 !important;
  }
}
