.page-category .site-footer {
  background: var(--bg-soft);
}

.category-page-main {
  padding: 39px 0 99px;
}

.category-intro {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 43px;
  max-width: 1200px;
}

.category-title {
  margin: 0;
  font-size: 45px;
  line-height: 52.8px;
  font-weight: 700;
  letter-spacing: -0.9px;
  color: #2b2727;
}

.category-lead {
  margin: 0;
  max-width: 720px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: -0.36px;
  color: var(--text-soft);
}

.category-not-found {
  padding: 48px 0 64px;
  max-width: 520px;
}

.category-not-found .category-title {
  font-size: 36px;
  line-height: 1.2;
}

.category-products-grid {
  justify-content: flex-start;
}

a.product-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  cursor: pointer;
}

a.product-card-link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
  border-radius: 30px;
}

a.product-card-link .product-action {
  pointer-events: none;
}

@media (max-width: 900px) {
  .category-title {
    font-size: 36px;
    line-height: 1.15;
  }
}

@media (max-width: 600px) {
  .category-page-main {
    padding-top: 24px;
  }

  .category-intro {
    margin-bottom: 28px;
  }
}
