

/* Start:/local/templates/main/components/bitrix/search.title/panel/style.css?17852488013590*/
.panel-search {
	padding-top: 8px;
	padding-bottom: 24px;
}

.panel-search__header {
	margin-bottom: 20px;
}

.panel-search__title {
	margin: 0;
	font-family: var(--f-title), sans-serif;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--c-black);
}

.panel-search__form-wrap {
	margin-bottom: 8px;
}

.panel-search__field {
	margin: 0;
}

.panel-search__input-wrap {
	position: relative;
	display: block;
}

.panel-search__input {
	padding-right: 48px !important;
}

.panel-search__input-icon {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(0, 0, 0, 0.45);
	pointer-events: none;
}

.panel-search__results {
	position: relative;
	min-height: 0;
	overflow: visible;
}

.panel-search__results .title-search-result,
.panel-search__results .panel-search__live-result {
	position: static !important;
	left: auto !important;
	top: auto !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0;
	border: none;
	overflow: visible;
	z-index: auto;
	box-shadow: none;
}

.panel-search__results .title-search-result:not(:empty),
.panel-search__results .panel-search__live-result:not(:empty) {
	display: block !important;
}

.panel-search-suggest__category {
	margin: 16px 0 8px;
	font-size: 11px;
	line-height: 1.3;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #9a979e;
}

.panel-search-suggest__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.panel-search-suggest__item {
	border-bottom: 1px solid #f0f0f0;
}

.panel-search-suggest__item:last-child {
	border-bottom: none;
}

.panel-search-suggest__link {
	display: block;
	padding: 12px 0;
	text-decoration: none;
	color: var(--c-black);
	transition: color 0.2s ease;
}

.panel-search-suggest__link.panel-search-suggest__link--product {
	display: flex;
	align-items: center;
	gap: 12px;
}

.panel-search-suggest__link:hover {
	color: #666;
}

.panel-search-suggest__thumb {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	border-radius: 4px;
	overflow: hidden;
	background: #f7f7f7;
}

.panel-search-suggest__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.panel-search-suggest__body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.panel-search-suggest__name {
	font-size: 14px;
	line-height: 1.35;
}

.panel-search-suggest__prices {
	font-size: 13px;
	line-height: 1.2;
}

.panel-search-suggest__price-old {
	margin-right: 6px;
	text-decoration: line-through;
	color: #9a979e;
}

.panel-search-suggest__price {
	color: var(--c-black);
}

.panel-search-suggest__item--more .panel-search-suggest__link {
	font-size: 13px;
	color: #9a979e;
}

.panel-search-suggest__footer {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #f0f0f0;
}

.panel-search-suggest__all {
	display: inline-block;
	font-size: 13px;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-decoration: none;
	color: var(--c-black);
	border-bottom: 1px solid currentColor;
}

.panel-search-suggest__all:hover {
	opacity: 0.7;
}

.panel-search-suggest b {
	font-weight: 600;
	color: inherit;
}

.panel-search-suggest--empty {
	padding: 8px 0 16px;
}

.panel-search-suggest__empty {
	margin: 0;
	padding: 20px 0;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	color: #9a979e;
}

/* End */
/* /local/templates/main/components/bitrix/search.title/panel/style.css?17852488013590 */
