.wpgb-grid-16.wa-subcategories-grid:not(.expanded) .wpgb-masonry {
  padding-top: 0.5rem;
  margin-top: -0.5rem;
  max-height: calc(2 * (210px + var(--space-s)));
  overflow: hidden;
  position: relative;
}
.wpgb-grid-16.wa-subcategories-grid:not(.expanded) .wpgb-masonry::after {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  width: 100%;
  height: 50%;
  z-index: 10;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 100%);
}
