.kath-search-trigger {
	display: flex;
	align-items: center;
	justify-content: center;
	background: none !important;
	border: 0 !important;
	padding: 0;
	cursor: pointer;
	line-height: 0;
	opacity: 1 !important;
	transform: none !important;
	box-shadow: none !important;
}

.kath-search-trigger:hover,
.kath-search-trigger:focus,
.kath-search-trigger:active {
	background: none !important;
	border: 0 !important;
	opacity: 1 !important;
	transform: none !important;
	box-shadow: none !important;
}

.kath-search-trigger svg {
	width: 24px;
	height: 24px;
}

.kath-search-trigger svg path {
	stroke: #fff;
}

.elementor-element-d8ea843,
.elementor-element-700a327 {
	display: flex;
	align-items: center;
}

.elementor-element-77dd7f1 > .elementor-element-d8ea843,
.elementor-element-ba2bbd6 > .elementor-element-700a327 {
	gap: 16px;
}

@media (max-width: 767px) {
	.elementor-element-77dd7f1 {
		gap: 12px;
	}
}

.kath-search-overlay {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 80px 20px 20px;
	background: rgba(18, 54, 91, 0.72);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.kath-search-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.kath-search-modal {
	width: min(720px, 100%);
	background: #fff;
	border-radius: 24px;
	padding: 24px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.kath-search-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.kath-search-input {
	flex: 1;
	width: 100%;
	border: 1px solid #dbe2ea;
	border-radius: 999px;
	padding: 14px 20px;
	font-size: 16px;
	outline: none;
}

.kath-search-input:focus {
	border-color: #0bbbb5;
	box-shadow: 0 0 0 3px rgba(11, 187, 181, 0.15);
}

.kath-search-close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: #f3f6f9;
	color: #12365b;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.kath-search-results {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 420px;
	overflow-y: auto;
}

.kath-search-results li {
	border-top: 1px solid #eef2f6;
}

.kath-search-results li:first-child {
	border-top: 0;
}

.kath-search-results a {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 12px 8px;
	color: #12365b;
	text-decoration: none;
	transition: background 0.2s ease;
}

.kath-search-results a:hover {
	background: #f7fafc;
}

.kath-search-item-image {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	border-radius: 12px;
	overflow: hidden;
	background: #f3f6f9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kath-search-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kath-search-no-image {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #dbe2ea;
}

.kath-search-item-content {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.kath-search-item-title {
	font-size: 16px;
	font-weight: 500;
}

.kath-search-item-price {
	font-size: 14px;
	color: #0bbbb5;
}

.kath-search-empty,
.kath-search-loading {
	padding: 20px 8px;
	color: #7e8c9a;
	text-align: center;
}

body.kath-search-open {
	overflow: hidden;
}
