.iev-wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
}

.iev-filtre-cubugu {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding-bottom: 12px;
	margin-bottom: 18px;
	-webkit-overflow-scrolling: touch;
}

.iev-filtre-btn {
	white-space: nowrap;
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
	padding: 8px 16px;
	border-radius: 20px;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.15s ease;
}

.iev-filtre-btn:hover {
	border-color: #999;
}

.iev-filtre-btn.iev-aktif {
	background: #222;
	color: #fff;
	border-color: #222;
}

.iev-filtre-ilce {
	margin-bottom: 10px;
}

.iev-filtre-ilce .iev-filtre-btn.iev-aktif {
	background: #1b8a3d;
	border-color: #1b8a3d;
}

.iev-filtre-kategori {
	margin-bottom: 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
}

.iev-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}

@media (min-width: 640px) {
	.iev-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 960px) {
	.iev-grid { grid-template-columns: repeat(4, 1fr); }
}

.iev-kart {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 12px;
	overflow: hidden;
	transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.iev-kart:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,0.08);
	transform: translateY(-2px);
}

.iev-foto-alan {
	position: relative;
	aspect-ratio: 1 / 1;
	background: #f4f4f4;
}

.iev-foto-track {
	display: flex;
	width: 100%;
	height: 100%;
}

.iev-oto-kaydir {
	animation: iev-kaydirma-animasyonu linear infinite;
	animation-duration: calc(var(--iev-adet, 1) * 3.5s);
}

.iev-kart:hover .iev-oto-kaydir {
	animation-play-state: paused;
}

@keyframes iev-kaydirma-animasyonu {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.iev-foto {
	flex: 0 0 100%;
	scroll-snap-align: start;
	height: 100%;
}

.iev-foto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.iev-foto-bos {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
	font-size: 13px;
}

.iev-noktalar {
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 5px;
	pointer-events: none;
}

.iev-nokta {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.5;
	box-shadow: 0 0 2px rgba(0,0,0,0.4);
}

.iev-nokta-aktif {
	opacity: 1;
}

.iev-fiyat {
	position: absolute;
	bottom: 8px;
	right: 8px;
	background: #111;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 6px;
}

.iev-rozet {
	position: absolute;
	top: 8px;
	left: 8px;
	font-size: 11px;
	font-weight: 600;
	padding: 3px 8px;
	border-radius: 6px;
	color: #fff;
}

.iev-rozet-yeni {
	background: #2e7d32;
}

.iev-rozet-ikinci {
	background: #ef6c00;
}

.iev-bilgi {
	padding: 10px 12px;
}

.iev-baslik {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 4px;
	color: #222;
}

.iev-konum {
	font-size: 12px;
	color: #888;
	margin: 0 0 8px;
}

.iev-iletisim {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: #1b8a3d;
	text-decoration: none;
}

.iev-iletisim:hover {
	text-decoration: underline;
}

.iev-bos-mesaj {
	grid-column: 1 / -1;
	text-align: center;
	color: #888;
	padding: 40px 0;
}
