.header-search {
	position: relative;
	z-index: 320;
}

.header-search .header-search-inner {
	position: relative;
}

.sn-live-search {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 6px);
	z-index: 999;
	background: #ffffff;
	border: 1px solid #dbe3df;
	border-radius: 12px;
	box-shadow: 0 14px 26px rgba(1, 61, 41, 0.16);
	overflow: hidden;
	animation: sn-live-search-in .16s ease-out;
}

.sn-live-search__content {
	padding: 8px;
}

.sn-live-search__groups {
	display: grid;
	gap: 7px;
}

.sn-live-search__section {
	border: 1px solid #e8efec;
	border-radius: 9px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
	overflow: hidden;
}

.sn-live-search__section h4 {
	margin: 0;
	padding: 7px 10px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5b6861;
	background: #f1f6f3;
	border-bottom: 1px solid #e6ece9;
}

.sn-live-search__categories,
.sn-live-search__brands,
.sn-live-search__products {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.sn-live-search__categories li + li,
.sn-live-search__products li + li {
	border-top: 1px solid #edf2ef;
}

.sn-live-search__brands {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding: 8px;
}

.sn-live-search__brands li {
	margin: 0;
}

.sn-live-search__categories a {
	display: block;
	padding: 7px 10px;
	color: #1f3a2f;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	border-radius: 7px;
	margin: 3px;
}

.sn-live-search__brands a {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border: 1px solid #dbe8e1;
	border-radius: 999px;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #1f3a2f;
	background: #f7fbf9;
}

.sn-live-search__categories a:hover {
	background: #eef5f1;
	color: #013d29;
}

.sn-live-search__brands a:hover,
.sn-live-search__brands a.is-active {
	background: #eef5f1;
	border-color: #bfd5c8;
	color: #013d29;
}

.sn-live-search__product {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 8px;
	padding: 7px 10px;
	align-items: center;
	text-decoration: none;
	color: #10261d;
	border-radius: 7px;
	margin: 3px;
}

.sn-live-search__products {
	max-height: 272px;
	overflow: auto;
}

.sn-live-search__product:hover,
.sn-live-search__product.is-active,
.sn-live-search__categories a.is-active {
	background: #eef5f1;
}

.sn-live-search__product:hover,
.sn-live-search__product.is-active {
	box-shadow: inset 0 0 0 1px #dce7e1;
}

.sn-live-search__thumb {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dde8e2;
	border-radius: 7px;
	background: #ffffff;
	overflow: hidden;
}

.sn-live-search__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sn-live-search__meta {
	display: grid;
	gap: 3px;
}

.sn-live-search__name {
	font-size: 12px;
	line-height: 1.15;
	font-weight: 500;
	color: #10261d;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sn-live-search__price {
	font-size: 11px;
	line-height: 1;
	color: #8b9892;
}

.sn-live-search__price del {
	opacity: .7;
	margin-right: 4px;
	font-weight: 400;
}

.sn-live-search__price ins {
	text-decoration: none;
	font-weight: 800;
	font-size: 12px;
	color: #013d29;
}

.sn-live-search__footer {
	padding: 8px 10px 7px;
	border-top: 1px solid #ecf2ef;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}

.sn-live-search__footer a {
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #013d29;
}

.sn-live-search__footer a:hover {
	color: #f0701e;
}

.sn-live-search__hint {
	font-size: 11px;
	color: #6f7f77;
	white-space: nowrap;
}

.sn-live-search__empty {
	padding: 14px;
	font-size: 13px;
	color: #5b6861;
	text-align: center;
}

.sn-live-search__loading {
	padding: 6px 10px 4px;
	font-size: 11px;
	text-align: right;
	color: #6f7f77;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.sn-live-search__skeleton-list {
	padding: 6px;
	display: grid;
	gap: 6px;
}

.sn-live-search__skeleton-row {
	height: 44px;
	border-radius: 7px;
	background: linear-gradient(90deg, #edf2ef 0%, #f8fbf9 42%, #edf2ef 100%);
	background-size: 280px 44px;
	animation: sn-skeleton-shimmer 1.1s linear infinite;
}

.sn-live-search__error {
	padding: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.sn-live-search__error p {
	margin: 0;
	font-size: 13px;
	color: #4b5d54;
}

.sn-live-search__retry {
	border: 1px solid #cddad2;
	background: #f7fbf9;
	color: #013d29;
	border-radius: 8px;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.sn-live-search__retry:hover {
	background: #eef5f1;
}

@keyframes sn-live-search-in {
	from {
		opacity: 0;
		transform: translateY(-4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes sn-skeleton-shimmer {
	from {
		background-position: 280px 0;
	}
	to {
		background-position: -280px 0;
	}
}

@media (max-width: 900px) {
	.sn-live-search {
		left: -2px;
		right: -2px;
	}

	.sn-live-search__products,
	.sn-live-search__categories {
		max-height: 200px;
	}
}
