/* Mobile-first: base = mobile columns, ≥768px = desktop columns */
.cc_08gehf9r_boqlIGGcK5 .kombos-category-banner__grid {
  display: grid;
  grid-template-columns: repeat(var(--mobile-cols, 2), 1fr);
}

@media (min-width: 768px) {
  .cc_08gehf9r_boqlIGGcK5 .kombos-category-banner__grid {
    grid-template-columns: repeat(var(--desktop-cols, 4), 1fr);
  }
}

.cc_08gehf9r_boqlIGGcK5 .kombos-category-banner__item {
  position: relative;
  display: block;
  aspect-ratio: var(--aspect-ratio, 1 / 1);
  overflow: hidden;
  border-radius: 2px;
  background: var(--kombos-gray-100);
  text-decoration: none;
  color: inherit;
}

.cc_08gehf9r_boqlIGGcK5 .kombos-category-banner__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hover zoom — yalnızca ayar açıkken; çok hafif ve yavaş */
.cc_08gehf9r_boqlIGGcK5 .kombos-category-banner--hover-zoom .kombos-category-banner__img {
  transition: transform 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cc_08gehf9r_boqlIGGcK5 .kombos-category-banner--hover-zoom
  .kombos-category-banner__item:hover
  .kombos-category-banner__img {
  transform: scale(1.02);
}

.cc_08gehf9r_boqlIGGcK5 .kombos-category-banner__label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.25rem 1rem 1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent);
  color: var(--kombos-white);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  pointer-events: none;
}
