.cc_r06g45hb_category_image_item .kombos-category-image-item {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 0;
  background: var(--kombos-gray-100);
}

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

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

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

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

.cc_r06g45hb_category_image_item .kombos-category-image-item__img-wrap {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 1 / 1;
}

.cc_r06g45hb_category_image_item .kombos-category-image-item__img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

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

.cc_r06g45hb_category_image_item .kombos-category-image-item__label {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: max-content;
  max-width: calc(100% - 2rem);
  padding: 0.25rem 0.75rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: var(--kombos-white);
  background: rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(0.25rem);
  -webkit-backdrop-filter: blur(0.25rem);
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  pointer-events: none;
}

@media (min-width: 1024px) {
  .cc_r06g45hb_category_image_item .kombos-category-image-item__card--desktop {
    display: block;
  }

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

  .cc_r06g45hb_category_image_item .kombos-category-image-item__label {
    bottom: 1.25rem;
    padding: 0.25rem 0.75rem;
  }
}
