.content-page .page-content .list-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.content-page .page-content .list-block .luk-category {
  width: 100%;
  max-height: 600px;
  height: auto;
}
.content-page .page-content .list-block .luk-category a {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 600px;
  position: relative;
  border-radius: 4px;
  color: #000;
  overflow: hidden;
}
.content-page .page-content .list-block .luk-category a img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  border-radius: 4px;
}
.content-page .page-content .list-block .luk-category a .transition {
  transition: width 1s;
}
.content-page .page-content .list-block .luk-category a .category-title {
  position: absolute;
  width: 100%;
  padding: 24px;
  height: 77px;
  left: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-radius: 4px;
  font-family: "Helvetica", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.content-page .page-content .list-block .luk-category a .category-title .link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: auto;
}
.content-page .page-content .list-block .luk-category a .category-title .link span {
  white-space: nowrap;
}
.content-page .page-content .list-block .luk-category a:hover .category-title .link {
  width: 100% !important;
  justify-content: space-between;
}

/*# sourceMappingURL=kss-lukbuki-page.css.map */
