/* Landing header canlı arama sonuçları */

/* Simge: form satırına hizala (sonuç listesinin ortasına düşmesin) */
.search-popup-wrap .search-form {
	position: static;
}

.search-popup-wrap .search-form form[role="search"] {
	position: relative;
}

.search-popup-wrap .search-form .search-btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	padding: 0;
	line-height: 1;
	cursor: pointer;
}

.search-popup-wrap .search-form form[role="search"] input[name="q"] {
	padding-right: 48px;
}

.wl-live-search {
	margin-top: 1.5rem;
	text-align: left;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}

/* Backdrop solukluğu sonuçların üstüne binmesin */
.search-popup-wrap .wl-live-search__item {
	isolation: isolate;
}

.wl-live-search[hidden] {
	display: none !important;
}

.wl-live-search__heading {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--tg-secondary-color, #666);
	margin: 0 0 0.75rem;
}

/* Mobil: dikey liste — scroll yok, alan kadar sığar */
.wl-live-search__list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	max-height: none;
	overflow: visible;
}

.wl-live-search__list.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

.wl-live-search__item {
	display: flex;
	align-items: center;
	gap: 0.875rem;
	padding: 0.625rem 0.75rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	text-decoration: none;
	color: inherit;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wl-live-search__item:hover,
.wl-live-search__item:focus-visible {
	border-color: var(--tg-primary-color, #487fff);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	outline: none;
}

/* Mobil: kare zorlama yok — oran korunur */
.wl-live-search__thumb {
	flex-shrink: 0;
	width: 64px;
	height: auto;
	border-radius: 6px;
	overflow: hidden;
	background: #f3f4f6;
}

.wl-live-search__thumb img {
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center top;
	display: block;
	opacity: 1;
	filter: none;
}

.wl-live-search__meta {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	min-width: 0;
}

.wl-live-search__name {
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wl-live-search__price {
	font-size: 0.875rem;
	color: var(--tg-secondary-color, #666);
}

.wl-live-search__empty {
	padding: 1rem 0.5rem;
	text-align: center;
	font-size: 0.95rem;
	color: var(--tg-secondary-color, #666);
}

.wl-live-search__more {
	display: inline-block;
	margin-top: 0.875rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--tg-primary-color, #487fff);
	text-decoration: none;
}

.wl-live-search__more:hover,
.wl-live-search__more:focus-visible {
	text-decoration: underline;
}

/* Desktop: grid kartlar */
@media (min-width: 992px) {
	.wl-live-search {
		max-width: 960px;
	}

	.wl-live-search__list {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0.75rem;
		max-height: none;
		overflow: visible;
	}

	.wl-live-search__item {
		flex-direction: column;
		align-items: stretch;
		text-align: left;
		padding: 0.75rem;
		gap: 0.625rem;
	}

	.wl-live-search__thumb {
		width: 100%;
		height: auto;
		aspect-ratio: auto;
	}

	.wl-live-search__thumb img {
		width: 100%;
		height: auto;
		max-height: 220px;
		object-fit: contain;
		object-position: center top;
	}

	.wl-live-search__name {
		white-space: normal;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size: 0.875rem;
	}

	.wl-live-search__empty {
		grid-column: 1 / -1;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.wl-live-search {
		max-width: 720px;
	}

	.wl-live-search__list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.75rem;
		max-height: none;
		overflow: visible;
	}

	.wl-live-search__item {
		flex-direction: column;
		align-items: stretch;
		padding: 0.75rem;
		gap: 0.625rem;
	}

	.wl-live-search__thumb {
		width: 100%;
		height: auto;
		aspect-ratio: auto;
	}

	.wl-live-search__thumb img {
		width: 100%;
		height: auto;
		max-height: 220px;
		object-fit: contain;
		object-position: center top;
	}

	.wl-live-search__name {
		white-space: normal;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.wl-live-search__empty {
		grid-column: 1 / -1;
	}
}

/* Mobil arama kutusu: simge çizginin sağında kalsın */
@media (max-width: 767.98px) {
	.search-popup-wrap .search-form form[role="search"] input[name="q"] {
		font-size: 22px;
		padding: 10px 44px 16px 12px;
		text-align: left;
	}

	.search-popup-wrap .search-form form[role="search"] input[name="q"]::placeholder {
		font-size: 18px;
	}

	.search-popup-wrap .search-form .search-btn {
		right: 4px;
		font-size: 22px;
	}
}
