.c-realizations-post__header {
  height: 80dvh;
}
@media (min-width: 768px) {
  .c-realizations-post__header {
    height: 100dvh;
  }
}
.c-realizations-post__header {
  position: relative;
}
.c-realizations-post__header::after {
  content: "";
  background-color: var(--color-black);
  z-index: 20;
  position: absolute;
  inset: 0;
  opacity: 0.5;
}
.c-realizations-post__header-wrapper {
  position: absolute;
  z-index: 99;
  bottom: var(--section-space-6);
  left: 0;
  width: 100%;
}
.c-realizations-post__header-content {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--page-padding);
  padding-right: var(--page-padding);
  width: 100%;
}
.c-realizations-post__header-title {
  font-size: var(--h-fz--xxl);
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-beige);
  margin: 1rem 0;
}
.c-realizations-post__header-image {
  position: absolute;
  inset: 0;
  z-index: 9;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
  width: 100%;
}
.c-realizations-post .c-single-category-list {
  margin-bottom: 1rem;
}
.c-realizations-post .c-single-category-list__single {
  font-size: var(--fz-14);
  text-transform: uppercase;
  color: var(--color-white);
}
.c-realizations-post .b-products__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-realizations-post .b-products__list:not(.swiper-wrapper) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 576px) {
  .c-realizations-post .b-products__list:not(.swiper-wrapper) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .c-realizations-post .b-products__list:not(.swiper-wrapper) {
    grid-template-columns: repeat(5, 1fr);
  }
}/*# sourceMappingURL=heban-realizations.css.map */