.cc_cz58wx1d_category_image_item .kombos-category-image-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  height: 100%;
}

.cc_cz58wx1d_category_image_item .kombos-category-image-item:hover .kombos-category-image-item__img {
  transform: scale(var(--kombos-cat-img-hover-scale, 1));
}

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

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

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

.cc_cz58wx1d_category_image_item .kombos-category-image-item__img-wrap {
  width: 100%;
  height: 100%;
}

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

.cc_cz58wx1d_category_image_item .kombos-category-image-item__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.cc_cz58wx1d_category_image_item .kombos-category-image-item__label {
  position: absolute;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  color: var(--kombos-white);
  background: transparent;
}

/* Center fills the whole card (legacy behavior) */
.cc_cz58wx1d_category_image_item .kombos-category-image-item__label--center {
  inset: 0;
  padding: 1.5rem;
  text-align: center;
  background: transparent;
}

/* Corner chip positions */
.cc_cz58wx1d_category_image_item .kombos-category-image-item__label--top-left {
  top: 1.5rem;
  left: 1.5rem;
}

.cc_cz58wx1d_category_image_item .kombos-category-image-item__label--top-right {
  top: 1.5rem;
  right: 1.5rem;
}

.cc_cz58wx1d_category_image_item .kombos-category-image-item__label--bottom-left {
  bottom: 1.5rem;
  left: 1.5rem;
}

.cc_cz58wx1d_category_image_item .kombos-category-image-item__label--bottom-right {
  bottom: 1.5rem;
  right: 1.5rem;
}

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

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