.category-catalog {
  align-items: stretch;
}

.category-product {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.category-product h2 {
  overflow-wrap: anywhere;
}

.category-product__meta {
  min-height: 0 !important;
  margin-bottom: 6px !important;
  color: #0066cc !important;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.category-product__state {
  min-height: 0 !important;
  margin-bottom: 14px !important;
}

.category-product .btn-sm {
  margin-top: auto;
}

.category-catalog__summary,
.category-catalog__error {
  grid-column: 1 / -1;
  color: #6e6e73;
  font-size: 13px;
  line-height: 1.55;
}

.category-catalog__more,
.category-catalog__all {
  justify-self: start;
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.category-catalog__more {
  background: #0071e3;
  color: #fff;
}

.category-catalog__all {
  align-self: center;
  color: #0066cc;
}

.category-catalog__more:focus-visible,
.category-catalog__all:focus-visible,
.category-product .btn-sm:focus-visible {
  outline: 3px solid rgba(0, 113, 227, .35);
  outline-offset: 3px;
}
