/* ALYA Üst Kategori Akıllı Satır V3.6.8.2
   Uzun ana kategori adlarını kelime sınırından, anlamlı biçimde iki satırda gösterir.
   Gerçek kategori adı, link, SEO ve alt kategori yapısı değiştirilmez. */

@media (min-width:1101px) {
  .theme-2 .theme2-category-nav,
  .theme-2 .theme2-category-nav > .wrap,
  .theme-2 .theme2-category-nav .theme2-native-category-dropdown,
  .theme-2 .theme2-category-nav .theme2-native-category-dropdown > summary.all-categories,
  .theme-2 .theme2-category-nav .store-deals,
  .theme-2 .theme2-top-category-strip,
  .theme-2 .theme2-top-category,
  .theme-2 .theme2-top-category-link,
  .theme-2 details.theme2-top-category > summary.theme2-top-category-toggle {
    min-height: 58px !important;
    height: 58px !important;
    box-sizing: border-box !important;
  }

  .theme-2 .theme2-top-category-link,
  .theme-2 details.theme2-top-category > summary.theme2-top-category-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 4px 5px !important;
    overflow: hidden !important;
    font-size: clamp(10px, .62vw, 11.25px) !important;
    line-height: 1.08 !important;
  }

  .theme-2 .alya-topcat-smart-label {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    gap: 2px !important;
    line-height: 1.06 !important;
    text-align: center !important;
  }

  .theme-2 .alya-topcat-smart-line {
    display: block !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  /* Ok, iki satırlık metnin yanında sıkışma oluşturmasın. */
  .theme-2 details.theme2-top-category > summary.theme2-top-category-toggle > i {
    flex: 0 0 auto !important;
    margin-left: 3px !important;
    font-size: 9px !important;
  }

  .theme-2 details.theme2-top-category > .theme2-top-category-panel,
  .theme-2 .theme2-category-nav .store-category-dropdown-panel {
    top: 58px !important;
  }
}

/* 1101–1399px aralığında iki satırlı yapı korunur, metin biraz daha kompakt olur. */
@media (min-width:1101px) and (max-width:1399px) {
  .theme-2 .theme2-top-category-link,
  .theme-2 details.theme2-top-category > summary.theme2-top-category-toggle {
    font-size: 9.8px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .theme-2 .alya-topcat-smart-label { gap: 1px !important; }
}
