.cc_hzfzi156_jnjsLHTLhP .dn-cat-banner__item {
  display: block;
  position: relative;
  overflow: hidden;
  height: var(--dn-mobile-height, 280px);
  aspect-ratio: var(--dn-mobile-aspect-ratio);
  color: inherit;
  text-decoration: none;
}

.cc_hzfzi156_jnjsLHTLhP .dn-cat-banner__item--has-title::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0) 50%);
  pointer-events: none;
}

.cc_hzfzi156_jnjsLHTLhP .dn-cat-banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.cc_hzfzi156_jnjsLHTLhP .dn-cat-banner__item:hover .dn-cat-banner__img {
  transform: scale(var(--dn-hover-scale, 1.07));
}

.cc_hzfzi156_jnjsLHTLhP .dn-cat-banner__title {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  left: 16px;
  right: 16px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.1;
  pointer-events: none;
}

@media (min-width: 600px) {
  .cc_hzfzi156_jnjsLHTLhP .dn-cat-banner__title {
    bottom: 24px;
    left: 24px;
    right: auto;
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .cc_hzfzi156_jnjsLHTLhP .dn-cat-banner__item {
    height: var(--dn-height, 600px);
    aspect-ratio: var(--dn-desktop-aspect-ratio);
  }
}
