.cc_604ybkg1_category_image_item .kombos-category-image-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  height: 100%;
}

.cc_604ybkg1_category_image_item .kombos-category-image-item:hover .kombos-category-image-item__img {
  transform: scale(1.035);
}

.cc_604ybkg1_category_image_item .kombos-category-image-item__card {
  position: relative;
  overflow: hidden;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.cc_604ybkg1_category_image_item .kombos-category-image-item__card--desktop {
  display: none;
}

.cc_604ybkg1_category_image_item .kombos-category-image-item__card--mobile {
  display: block;
}

.cc_604ybkg1_category_image_item .kombos-category-image-item__img-wrap {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  background: var(--womania-sand);
}

.cc_604ybkg1_category_image_item .kombos-category-image-item__img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}

.cc_604ybkg1_category_image_item .kombos-category-image-item__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 50%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}

.cc_604ybkg1_category_image_item .kombos-category-image-item__label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: var(--kombos-white);
  text-align: left;
  pointer-events: none;
  padding: 1.5rem;
  font-family: var(--womania-display);
  font-size: clamp(1.55rem, 5vw, 2.25rem);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.cc_604ybkg1_category_image_item .kombos-category-image-item__arrow {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
  margin-left: 0.75rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (min-width: 1024px) {
  .cc_604ybkg1_category_image_item .kombos-category-image-item__img-wrap {
    min-height: 36rem;
  }
  .cc_604ybkg1_category_image_item .kombos-category-image-item__card--desktop {
    display: block;
  }

  .cc_604ybkg1_category_image_item .kombos-category-image-item__card--mobile {
    display: none;
  }
}
