.ls-nav-icons a[hidden] {
	display: flex !important;
	pointer-events: none;
	visibility: hidden;
}

.ls-nav-icons {
	position: relative;
}

.lsips-wrap {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	z-index: 30;
}

.lsips-wrap.is-open {
	width: 420px;
}

.lsips-form {
	align-items: center;
	backdrop-filter: blur(14px) saturate(120%);
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(40, 185, 131, 0.72);
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(13, 68, 73, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.95);
	box-sizing: border-box;
	display: flex;
	height: 46px;
	opacity: 0;
	overflow: hidden;
	padding: 3px 4px 3px 0;
	pointer-events: none;
	transform: scaleX(0.82);
	transform-origin: right center;
	transition: border-color 160ms ease, box-shadow 160ms ease, opacity 160ms ease, transform 160ms ease;
	width: 100%;
}

.lsips-form:focus-within {
	border-color: #0b5f4a;
	box-shadow: 0 12px 30px rgba(20, 103, 108, 0.18), 0 0 0 3px rgba(7, 152, 155, 0.08);
}

.lsips-wrap.is-open .lsips-form {
	opacity: 1;
	pointer-events: auto;
	transform: scaleX(1);
}

.lsips-input {
	background: transparent;
	border: 0 !important;
	box-shadow: none !important;
	color: #143e46;
	font-size: 14px !important;
	height: 38px !important;
	min-width: 0;
	outline: 0;
	padding: 0 14px !important;
	width: 100%;
}

.lsips-input::placeholder {
	color: #718a8f;
	opacity: 1;
}

.lsips-input:focus,
.lsips-input:focus-visible {
	border: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
}

body .ls-main-nav.has-open-search {
	overflow: visible !important;
	z-index: 100;
}

body .lsips-submit,
body .lsips-close {
	align-items: center;
	border: 0 !important;
	cursor: pointer;
	display: flex;
	justify-content: center;
	min-height: 0 !important;
	padding: 0 !important;
	transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
}

body .lsips-submit {
	background: #0b6b55 !important;
	border-radius: 6px !important;
	color: #fff !important;
	flex: 0 0 40px;
	height: 38px;
}

body .lsips-submit:hover,
body .lsips-submit:focus-visible {
	background: #084f40 !important;
	color: #fff !important;
}

body .lsips-close {
	background: rgba(7, 152, 155, 0.09) !important;
	border-radius: 6px !important;
	color: #456b71 !important;
	flex: 0 0 36px;
	height: 36px;
	margin-left: 4px;
}

body .lsips-close:hover,
body .lsips-close:focus-visible {
	background: rgba(7, 152, 155, 0.17) !important;
	color: #0b5f4a !important;
}

body .lsips-submit:focus-visible,
body .lsips-close:focus-visible {
	outline: 2px solid rgba(66, 211, 155, 0.75) !important;
	outline-offset: -2px;
}

.lsips-submit svg,
.lsips-close svg {
	height: 18px;
	stroke: currentColor;
	width: 18px;
}

.lsips-results {
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(20, 121, 119, 0.2);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(20, 103, 108, 0.18);
	left: auto;
	margin-top: 8px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
}

.lsips-results[hidden] {
	display: none;
}

.lsips-result-label {
	background: linear-gradient(90deg, rgba(218, 244, 242, 0.88), rgba(235, 249, 244, 0.82));
	border-bottom: 1px solid rgba(20, 121, 119, 0.14);
	color: #466b70;
	font-size: 11px;
	font-weight: 700;
	padding: 10px 13px;
	text-transform: uppercase;
}

body .lsips-result {
	align-items: center;
	border-bottom: 1px solid rgba(20, 121, 119, 0.12);
	color: #143e46;
	display: grid;
	gap: 12px;
	grid-template-columns: 54px minmax(0, 1fr) auto;
	min-height: 66px;
	padding: 9px 13px;
	text-decoration: none;
	transition: background-color 150ms ease, color 150ms ease;
}

body .lsips-result:hover,
body .lsips-result:focus-visible,
body .lsips-result.is-active {
	background: #eefaf7;
	color: #0b5f4a;
}

.lsips-result img {
	background: #f3f9f8;
	border: 1px solid rgba(20, 121, 119, 0.1);
	border-radius: 6px;
	height: 50px;
	object-fit: contain;
	width: 54px;
}

body .lsips-result-name {
	color: #143e46;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

body .lsips-result-sku {
	color: #6b8489;
	display: block;
	font-size: 11px;
	margin-top: 3px;
}

body .lsips-result-price,
body .lsips-result-price .amount {
	color: #0b5f4a;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.lsips-empty,
.lsips-hint,
.lsips-loading {
	color: #607c82;
	font-size: 13px;
	padding: 20px 14px;
	text-align: center;
}

@media (max-width: 1180px) {
	.lsips-wrap.is-open {
		width: 360px;
	}
}

@media (max-width: 860px) {
	.lsips-wrap {
		left: 14px;
		position: fixed;
		right: 14px;
		transform: none;
		width: auto;
		z-index: 10000;
	}

	.lsips-wrap.is-open {
		margin: 0;
		width: auto;
	}

	.lsips-wrap.is-open::before {
		background: #2a646b;
		border-radius: 8px;
		box-shadow: 0 10px 24px rgba(13, 58, 64, 0.2);
		content: '';
		inset: -5px;
		position: absolute;
		z-index: -1;
	}

	.ls-nav-icons.has-open-search > a {
		pointer-events: none !important;
		visibility: hidden !important;
	}

	.lsips-results {
		max-height: calc(100vh - 74px);
		overflow-y: auto;
		width: 100%;
	}

	.lsips-form {
		height: 46px;
	}

	.lsips-input {
		height: 38px !important;
	}
}
