.catalog-category-empty {
  grid-column: 1 / -1;
  min-height: 300px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid #d9e0e4;
  border-radius: 12px;
  background: #fff;
  padding: 40px;
  text-align: center;
}

.catalog-category-empty h2,
.catalog-category-empty p { margin: 0; }
.catalog-category-empty h2 { color: #102a43; font-size: 24px; }
.catalog-category-empty p { margin-top: 9px; color: #627386; }

.dynamic-catalog-page .centrifuge-hero-summary { margin-top: 17px; }
.dynamic-catalog-page .catalog-single-group { min-height: 1px; }
