/* Mezatika Elementor Carousel — ürün sayfası İlginizi Çekebilecek (mzt-reco) ile aynı görünüm */

.mzk-carousel-wrap {
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.mzk-carousel-wrap .mzt-reco-section {
	max-width: 100%;
	margin: 24px auto 0;
	padding: 0 16px;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", Roboto, sans-serif;
}

.mzk-carousel-wrap .mzt-reco-section + .mzt-reco-section {
	margin-top: 32px;
}

.mzt-reco-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.mzt-reco-title {
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.mzt-reco-live-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #4caf50;
	display: inline-block;
	animation: mzk-reco-pulse 1.5s ease-in-out infinite;
}

@keyframes mzk-reco-pulse {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.4;
	}
}

.mzt-reco-nav {
	display: flex;
	gap: 6px;
}

.mzt-reco-arrow {
	width: 40px;
	height: 40px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #333;
	padding: 0;
	transition: all 0.15s ease;
}

.mzt-reco-arrow:hover {
	background: #f5f5f5;
	border-color: #ccc;
}

.mzt-reco-arrow:disabled {
	opacity: 0.3;
	cursor: default;
}

.mzt-reco-track-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.mzt-reco-track-wrap::-webkit-scrollbar {
	display: none;
}

.mzt-reco-track {
	display: flex;
	gap: 16px;
	padding: 4px 0 8px;
}

/* 5 sütun: 4×16px gap = 64px — hero ile aynı içerik genişliğinde hizalama için */
.mzk-carousel-wrap .mzt-reco-card {
	flex: 0 0 calc((100% - 64px) / 5);
	min-width: 0;
	max-width: 100%;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	scroll-snap-align: start;
	transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.mzt-reco-card:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	border-color: #d0d0d0;
}

.mzt-reco-card__img-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f5f5f5;
}

.mzt-reco-card__img-link {
	display: block;
	width: 100%;
	height: 100%;
}

.mzt-reco-card__img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mzt-reco-card__fav {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	color: #999;
	padding: 0;
	z-index: 2;
}

.mzt-reco-card__fav:hover {
	color: #e53935;
}

.mzt-reco-card__fav svg {
	width: 16px;
	height: 16px;
}

.mzt-reco-card__fav.is-active,
.mzt-reco-card.is-wishlisted .mzt-reco-card__fav {
	color: #e53935;
}

.mzt-reco-card__auction-badge {
	position: absolute;
	top: 0;
	left: 0;
	background: #4caf50;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	padding: 4px 12px;
	border-radius: 0 0 8px 0;
	z-index: 2;
}

.mzt-reco-card__body {
	padding: 12px 14px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1;
}

.mzt-reco-card__guarantee {
	font-size: 11px;
	font-weight: 600;
	color: #4caf50;
}

.mzt-reco-card__name {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.3;
}

.mzt-reco-card__name-link {
	color: inherit;
	text-decoration: none;
}

.mzt-reco-card__name-link:hover {
	text-decoration: underline;
}

.mzt-reco-card__price-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-top: auto;
}

.mzt-reco-card__price-label {
	font-size: 12px;
	color: #999;
}

.mzt-reco-card__price-val {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	text-align: right;
}

.mzt-reco-card__price-val del {
	font-size: 12px;
	color: #999;
	font-weight: 400;
}

.mzt-reco-card__price-val ins {
	text-decoration: none;
	background: none;
}

.mzt-reco-card__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 40px;
	padding: 0 14px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #fff;
	color: #333;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	box-sizing: border-box;
	transition: background 0.12s ease;
	margin-top: 4px;
	font-family: inherit;
}

.mzt-reco-card__cta:hover {
	background: #f5f5f5;
}

.mzt-reco-card__cta svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.mzt-reco-card__auction-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: auto;
}

.mzt-reco-card__auction-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.mzt-reco-card__auction-label {
	font-size: 12px;
	color: #999;
}

.mzt-reco-card__auction-val {
	font-size: 16px;
	font-weight: 700;
	color: #333;
}

.mzt-reco-card__auction-time {
	font-size: 13px;
	font-weight: 600;
	color: #f5a623;
}

.mzt-reco-card__bid-count {
	font-size: 12px;
	color: #999;
}

.mzt-reco-card__cta--auction {
	border-color: #f5a623;
	color: #f5a623;
	font-weight: 600;
}

.mzt-reco-card__cta--auction:hover {
	background: #fff8ec;
}

.mzt-reco-card.ended .mzt-reco-card__auction-time {
	color: #bbb;
}

@media (max-width: 1100px) {
	.mzk-carousel-wrap .mzt-reco-card {
		flex: 0 0 calc((100% - 48px) / 4);
		min-width: 0;
	}
}

@media (max-width: 768px) {
	.mzk-carousel-wrap .mzt-reco-section {
		margin-top: 20px;
		padding: 0 12px;
	}

	.mzt-reco-title {
		font-size: 17px;
	}

	.mzk-carousel-wrap .mzt-reco-card {
		flex: 0 0 calc(100% / 2.3 - 8px);
		min-width: 160px;
	}

	.mzt-reco-nav {
		display: none;
	}
}

@media (max-width: 480px) {
	.mzk-carousel-wrap .mzt-reco-card {
		flex: 0 0 65%;
		min-width: 200px;
	}
}
