.cc_K0NqjoILrr_3CjRA9GOtp .velora-image-grid {
  width: 100%;
  box-sizing: border-box;
  font-family: var(--site-font, inherit);
}

.cc_K0NqjoILrr_3CjRA9GOtp .velora-image-grid__row {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  width: 100% !important;
}

.cc_K0NqjoILrr_3CjRA9GOtp .velora-image-grid__panel {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  display: block !important;
  overflow: hidden !important;
  text-decoration: none !important;
  cursor: default !important;
}

.cc_K0NqjoILrr_3CjRA9GOtp a.velora-image-grid__panel {
  cursor: pointer !important;
}

.cc_K0NqjoILrr_3CjRA9GOtp a.velora-image-grid__panel:hover .velora-image-grid__img {
  transform: scale(1.03);
}

.cc_K0NqjoILrr_3CjRA9GOtp .velora-image-grid__picture {
  display: block !important;
  width: 100% !important;
  /* height: auto — resmin kendi oranını kullansın */
}

.cc_K0NqjoILrr_3CjRA9GOtp .velora-image-grid__img {
  display: block !important;
  width: 100% !important;
  height: auto !important;   /* intrinsic boyut — 0 yükseklik sorununu önler */
  object-fit: cover !important;
  transition: transform 0.35s ease;
}

.cc_K0NqjoILrr_3CjRA9GOtp .velora-image-grid__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 200px;
  color: #aaa;
  font-size: 14px;
}

/* ── Mobile swiper (≤600px) ───────────────────────────────────────────────── */

@media (max-width: 600px) {
.cc_K0NqjoILrr_3CjRA9GOtp .velora-image-grid__row {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 0 !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

.cc_K0NqjoILrr_3CjRA9GOtp .velora-image-grid__row::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

.cc_K0NqjoILrr_3CjRA9GOtp .velora-image-grid__panel {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
  }
}
