.wop-ls-wrap {
	--wop-ls-accent: #b8935f;
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 14px;
	border-bottom: 1px solid #222;
	padding: 14px 0;
	font-family: Georgia, 'Times New Roman', serif;
	box-sizing: border-box;
}

.wop-ls-icon {
	display: flex;
	align-items: center;
	color: var(--wop-ls-accent);
	flex-shrink: 0;
}

.wop-ls-input {
	flex: 1;
	min-width: 0;
	border: none;
	outline: none;
	background: transparent;
	font-size: 20px;
	font-style: italic;
	color: #333;
	font-family: inherit;
}

.wop-ls-input::placeholder {
	color: #9a9a9a;
	font-style: italic;
}

.wop-ls-close {
	background: none;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	white-space: nowrap;
	padding: 4px 0;
}

.wop-ls-wrap.has-text .wop-ls-close {
	display: inline-block;
}

.wop-ls-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 6px;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
	max-height: 70vh;
	overflow-y: auto;
	z-index: 9999;
	font-family: Arial, Helvetica, sans-serif;
}

.wop-ls-group {
	padding: 8px 0;
	border-bottom: 1px solid #f2f2f2;
}

.wop-ls-group:last-child {
	border-bottom: none;
}

.wop-ls-group-label {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.6px;
	font-weight: 700;
	color: #999;
	padding: 6px 20px;
}

.wop-ls-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 20px;
	text-decoration: none;
	color: inherit;
}

.wop-ls-item:hover,
.wop-ls-item:focus {
	background: #faf7f2;
}

.wop-ls-item-img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	flex-shrink: 0;
	background: #f5f5f5;
	border-radius: 2px;
}

.wop-ls-item-text {
	flex: 1;
	min-width: 0;
}

.wop-ls-item-title {
	font-weight: 600;
	font-size: 14px;
	color: #222;
	line-height: 1.3;
}

.wop-ls-item-meta {
	font-size: 12px;
	color: #888;
	margin-top: 2px;
}

.wop-ls-item-price {
	font-weight: 700;
	font-size: 14px;
	color: #222;
	white-space: nowrap;
	flex-shrink: 0;
}

.wop-ls-item-price .amount,
.wop-ls-item-price bdi {
	font-weight: 700;
}

.wop-ls-empty,
.wop-ls-loading {
	padding: 22px 20px;
	text-align: center;
	color: #999;
	font-size: 14px;
}

@media (max-width: 600px) {
	.wop-ls-input {
		font-size: 16px;
	}
	.wop-ls-item-img {
		width: 40px;
		height: 40px;
	}
	.wop-ls-results {
		max-height: 60vh;
	}
}
