/* Category extras for Theme 2 — layout/hero/filters/toolbar come from design CSS. */

/* Keep category and search pages at the exact desktop proportions of the
   approved 1180px catalogue design. */
@media (min-width: 1001px) {
  .cat-layout {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 28px;
  }

  .cat-layout > section {
    min-width: 0;
  }

  .category-hero {
    grid-template-columns: 320px minmax(0, 1fr);
    height: auto;
    min-height: 410px;
  }

  .filters {
    position: static !important;
    top: auto !important;
  }

  .filters-toggle {
    display: none !important;
  }

  .filters > form {
    display: block !important;
  }

  .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.nm-empty {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 50px 24px;
  text-align: center;
  background: var(--white);
}
.nm-empty h2 { margin: 0 0 8px; }
.nm-empty p { color: var(--muted); margin: 0 0 18px; }

.filter-list label .filter-count {
  margin-left: auto;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

/* Brand/category hero stats: always 3 equal columns, labels never clipped */
.category-hero__body {
  overflow: visible;
}
.category-hero__stats {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px 16px !important;
  flex-wrap: nowrap !important;
  flex-shrink: 0;
  padding-bottom: 2px;
}
.category-hero__stats li {
  min-width: 0;
  overflow: visible;
}
.category-hero__stats span {
  display: block;
  line-height: 1.4;
  overflow: visible;
}

.grid-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.grid-list .product-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: stretch;
}
.grid-list .product-media {
  min-height: 160px;
  aspect-ratio: auto;
}
.grid-list .product-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 560px) {
  .grid-list .product-card { grid-template-columns: 1fr; }
}

/* Kategori FAQ — mevcut katalog düzenine uyumlu, kart/hero yok */
.nm-cat-faq {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--line, #e8e8e8);
}
.nm-cat-faq h2 {
  font-size: 1.25rem;
  margin: 0 0 14px;
  color: var(--anthracite, #2c2c2c);
}
.nm-cat-faq__item {
  border-bottom: 1px solid var(--line, #e8e8e8);
  padding: 12px 0;
}
.nm-cat-faq__item summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--anthracite, #2c2c2c);
  list-style: none;
}
.nm-cat-faq__item summary::-webkit-details-marker { display: none; }
.nm-cat-faq__item p {
  margin: 8px 0 0;
  color: var(--muted, #6b6b6b);
  font-size: .95rem;
  line-height: 1.6;
}
.nm-cat-faq__more {
  margin: 16px 0 0;
  font-size: .9rem;
}
.nm-cat-faq__more a { color: var(--cta, #4f6356); font-weight: 600; }

.nm-cat-seo {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--line, #e8e8e8);
}
.nm-cat-seo h2 {
  font-size: 1.25rem;
  margin: 0 0 14px;
  color: var(--anthracite, #2c2c2c);
}
.nm-cat-howto ol {
  margin: 0;
  padding: 0;
  list-style: decimal inside;
  display: grid;
  gap: 12px;
}
.nm-cat-howto li {
  color: var(--muted, #6b6b6b);
  line-height: 1.55;
}
.nm-cat-howto li b {
  display: block;
  color: var(--anthracite, #2c2c2c);
  margin-bottom: 2px;
}
.nm-cat-offer__usp {
  margin: 0 0 12px;
  font-size: 1.05rem;
  color: var(--anthracite, #2c2c2c);
}
.nm-cat-offer ul {
  margin: 0 0 16px;
  padding-left: 18px;
}
.nm-cat-offer__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.nm-cat-body {
  color: var(--muted, #6b6b6b);
  line-height: 1.65;
}
.nm-cat-body h2 { margin-top: 0; }
