#search.live-search-open {
	z-index: 1200;
}

.live-search-panel {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 6px);
	z-index: 1201;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	overflow: hidden;
}

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

.live-search-panel:not([hidden]) {
	display: block;
}

.live-search-backdrop {
	position: fixed;
	inset: 0;
	z-index: 1020;
	background: rgba(0, 0, 0, 0.35);
}

.live-search-backdrop[hidden] {
	display: none !important;
	pointer-events: none !important;
}

.live-search-body {
	max-height: min(70vh, 420px);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 12px;
}

.live-search-section + .live-search-section {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #f0f0f0;
}

.live-search-heading {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #777;
	margin-bottom: 8px;
}

.live-search-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.live-search-tag {
	border: 1px solid #ddd;
	background: #fafafa;
	border-radius: 999px;
	padding: 8px 14px;
	font-size: 14px;
	cursor: pointer;
	min-height: 40px;
}

.live-search-tag mark,
.live-search-product-name mark {
	background: transparent;
	color: inherit;
	font-weight: 700;
}

.live-search-products {
	list-style: none;
	margin: 0;
	padding: 0;
}

.live-search-product {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 4px;
	color: inherit;
	text-decoration: none;
	min-height: 48px;
}

.live-search-product:hover,
.live-search-product:active {
	background: #fafafa;
}

.live-search-product img {
	border-radius: 6px;
	flex: 0 0 48px;
	object-fit: cover;
}

.live-search-product-name {
	flex: 1 1 auto;
	font-size: 14px;
	line-height: 1.3;
}

.live-search-product-price {
	font-size: 13px;
	color: #666;
	white-space: nowrap;
}

.live-search-footer {
	border-top: 1px solid #f0f0f0;
	padding: 12px;
	text-align: center;
	background: #fafafa;
}

.live-search-footer a {
	display: block;
	font-weight: 600;
	text-decoration: none;
	padding: 6px 0;
}

.live-search-loading,
.live-search-empty {
	padding: 18px 12px;
	text-align: center;
	color: #777;
	font-size: 14px;
}

@media (max-width: 767px) {
	header .header-search-col {
		overflow: visible;
	}

	#search.live-search-host {
		position: relative;
		z-index: auto;
	}

	#search.live-search-host.live-search-open {
		z-index: 10061;
	}

	.live-search-backdrop {
		z-index: 10050;
	}

	body.live-search-mobile-active > header,
	body.live-search-mobile-active #container > header {
		z-index: 10063;
	}

	.live-search-panel:not([hidden]) {
		position: fixed;
		left: 10px;
		right: 10px;
		width: auto;
		border-radius: 10px;
		z-index: 10062;
	}

	.live-search-product {
		flex-wrap: wrap;
	}

	.live-search-product-price {
		flex: 0 0 100%;
		padding-left: 58px;
		white-space: normal;
	}

	body.live-search-mobile-active {
		overflow: auto;
	}
}
