.tm-headerbar-default .uk-margin-auto-left > div > div:has(.mod-shopcatalogsearch) {
	order: -1;
}
.mod-shopcatalogsearch {
	position: relative;
}

.mod-shopcatalogsearch__input {
	padding-left: 2.75rem;
}

.mod-shopcatalogsearch__dropdown {
	position: absolute !important;
	top: calc(100% + 0.5rem);
	left: 0;
	right: 0;
	z-index: 1000;
	overflow: hidden;
}

.mod-shopcatalogsearch__results:empty {
	display: none;
}

.mod-shopcatalogsearch__item {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 0.875rem;
	padding: 0.875rem 1rem;
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgba(15, 31, 57, 0.08);
}

.mod-shopcatalogsearch__item:hover,
.mod-shopcatalogsearch__item:focus {
	background: rgba(15, 31, 57, 0.04);
	text-decoration: none;
}

.mod-shopcatalogsearch__item--no-image {
	grid-template-columns: minmax(0, 1fr);
}

.mod-shopcatalogsearch__thumb {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 0.35rem;
	background: #f5f5f5;
}

.mod-shopcatalogsearch__title {
	display: block;
	font-weight: 600;
	color: #0f1f39;
	line-height: 1.25;
}

.mod-shopcatalogsearch__meta {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.825rem;
	color: #7d8796;
}

.mod-shopcatalogsearch__message {
	padding: 0.875rem 1rem;
	font-size: 0.9rem;
	color: #7d8796;
}

.mod-shopcatalogsearch__footer {
	border-top: 1px solid rgba(15, 31, 57, 0.08);
}

.mod-shopcatalogsearch__more {
	padding: 0.875rem 1rem;
	font-weight: 600;
	color: #0f1f39;
	text-decoration: none;
}

.mod-shopcatalogsearch__more:hover,
.mod-shopcatalogsearch__more:focus {
	background: rgba(15, 31, 57, 0.04);
	text-decoration: none;
}
