.category-block {
  height: 100vh;
}
@media only screen and (min-width: 768px) {
  .category-block {
    height: 60vh;
  }
}
.category-block__image {
  width: 200vmax;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .category-block__image {
    width: 100vmax;
  }
}
.category-block__image-wrap {
  height: 100%;
  position: relative;
}
.category-block__image-wrap:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.category-block__content {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.category-block__title {
  word-break: break-word;
}

.page__category-block {
  height: 44.5rem;
}

.page__category-block .category-block__image {
  width: 100vmax;
}
.page__category-block .category-block__image.no-parallax {
  height: 100%;
  object-position: 0 23%;
}
.page__category-block .category-block__image-wrap:before {
  background: linear-gradient(0deg, rgba(22, 22, 23, 0.3), rgba(22, 22, 23, 0.3));
}

.body-white .header-white .header__logo img {
  filter: invert(1);
}
.body-white .header-white .header__nav--desk a:before {
  background: #161617;
}
.body-white .header-white .hamburger__box:not(.active) .hamburger__box-btn {
  background: #161617;
}
.body-white .header-white .hamburger__box:not(.active) .hamburger__box-btn:before,
.body-white .header-white .hamburger__box:not(.active) .hamburger__box-btn:after {
  background: #161617;
}
.body-white .header-white .theme-switch {
  border-color: #161617;
}
.body-white .header-white .theme-switch:before {
  background: #161617;
}
.body-white .header-white .theme-switch:after {
  filter: brightness(0.2);
}

.body-white .category-block__title {
  color: #161617;
}

.body-white .page__category-block {
  height: 35rem;
}

@media only screen and (min-width: 768px) {
  .body-white .page__category-block  {
    height: 35rem;
  }
}

@media only screen and (min-width: 1024px) {
  .body-white .page__category-block  {
    height: 40rem;
  }
}


@media only screen and (min-width: 1620px) {
  .page__category-block {
    height: 50rem;
  }
}

@media only screen and (min-width: 1920px) {
  .page__category-block {
    height: 55rem;
  }
}