/* İlk fotoğraf blur — kategori/ürün ayarı (cache-bust için ayrı dosya) */
img.image-blur-first,
.swiper-slide img.image-blur-first,
.swiper-lazy.image-blur-first,
.lazyload.image-blur-first {
  filter: blur(16px) !important;
  -webkit-filter: blur(16px) !important;
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
}

.swiper-slide.image-blur-slide,
.swiper-slide:has(> img.image-blur-first),
.swiper-slide:has(> a img.image-blur-first) {
  position: relative;
}

.image-blur-18 {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 28px;
  padding: 0 8px;
  border-radius: 6px;
  background: #be102d;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  user-select: none;
}
