.cc_MWZh2oluPB_category_image_item .kombos-category-image-item {
  position: relative;
  height: 100%;
  min-width: 0;
}

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

.cc_MWZh2oluPB_category_image_item .kombos-category-image-item__card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--kombos-gray-200);
  border-radius: 6px;
  background: var(--kombos-white);
  color: var(--kombos-gray-900);
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.cc_MWZh2oluPB_category_image_item .kombos-category-image-item__card:hover {
  border-color: rgba(0, 172, 187, 0.62);
  box-shadow: 0 10px 24px rgba(23, 33, 38, 0.09);
  transform: translateY(-2px);
}

.cc_MWZh2oluPB_category_image_item .kombos-category-image-item__card--desktop { display: none; }
.cc_MWZh2oluPB_category_image_item .kombos-category-image-item__card--mobile { display: flex; flex-direction: column; }

.cc_MWZh2oluPB_category_image_item .kombos-category-image-item__img-wrap {
  width: 100%;
  min-height: 0;
  background: #ffffff;
}

.cc_MWZh2oluPB_category_image_item .kombos-category-image-item__img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.6rem;
  transition: transform 0.25s ease;
}

.cc_MWZh2oluPB_category_image_item .kombos-category-image-item__overlay { display: none; }

.cc_MWZh2oluPB_category_image_item .kombos-category-image-item__label {
  min-height: 3.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0.45rem;
  border-top: 1px solid var(--kombos-gray-200);
  background: var(--kombos-white);
  color: var(--kombos-gray-900);
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.15rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .cc_MWZh2oluPB_category_image_item .kombos-category-image-item__card--desktop { display: flex; flex-direction: column; }
  .cc_MWZh2oluPB_category_image_item .kombos-category-image-item__card--mobile { display: none; }
  .cc_MWZh2oluPB_category_image_item .kombos-category-image-item__img { padding: 0.85rem; }
  .cc_MWZh2oluPB_category_image_item .kombos-category-image-item__label { min-height: 3.6rem; font-size: 0.9rem; }
}

.cc_MWZh2oluPB_category_image_item .kombos-category-image-item__label::after {
  content: "›";
  margin-left: 0.5rem;
  color: var(--balsuzen-turquoise-dark);
  font-size: 1.35rem;
  line-height: 1;
}