.cc_HPUOT9V5Zm_category_image_item .kombos-category-image-item {
  height: 100%;
}

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

.cc_HPUOT9V5Zm_category_image_item .kombos-category-image-item__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--kombos-gray-300);
  border-radius: 3px;
  overflow: hidden;
  background: var(--kombos-white);
  text-decoration: none;
  color: inherit;
}

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

.cc_HPUOT9V5Zm_category_image_item .kombos-category-image-item__card--mobile {
  display: flex;
}

/* Image sits on top — light frame area */
.cc_HPUOT9V5Zm_category_image_item .kombos-category-image-item__img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 4;
  background: var(--kombos-gray-100);
  overflow: hidden;
}

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

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

/* Label sits BELOW the image in its own centered bar
   (Revival: flex justify-center py-3 md:py-4 lg:py-6) */
.cc_HPUOT9V5Zm_category_image_item .kombos-category-image-item__label-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0.75rem;
  text-align: center;
}

/* Revival tracking'i punto ile küçülüyor: 1.25px → .75px → normal.
   Saç teli kalınlığındaki değerler, rem'e çevrilmeden px kalıyor. */
.cc_HPUOT9V5Zm_category_image_item .kombos-category-image-item__label {
  color: var(--kombos-gray-900);
  letter-spacing: 1.25px;
}

@media (min-width: 768px) {
  .cc_HPUOT9V5Zm_category_image_item .kombos-category-image-item__label-bar {
    padding: 1rem 0.75rem;
  }

  .cc_HPUOT9V5Zm_category_image_item .kombos-category-image-item__label {
    letter-spacing: 0.75px;
  }
}

@media (min-width: 1024px) {
  .cc_HPUOT9V5Zm_category_image_item .kombos-category-image-item__label-bar {
    padding: 1.5rem 0.75rem;
  }

  .cc_HPUOT9V5Zm_category_image_item .kombos-category-image-item__label {
    letter-spacing: normal;
  }

  .cc_HPUOT9V5Zm_category_image_item .kombos-category-image-item__card--desktop {
    display: flex;
  }

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