.kba-home-search-wrap {
	position: relative;
	z-index: 30;
	width: 100%;
	background: #fff;
	padding: 1.5rem 1rem 1.25rem;
	margin-bottom: 0.5rem;
	box-sizing: border-box;
}

.kba-home-search-wrap + .elementor-element-8f2f4c0 {
	margin-top: 1.5rem !important;
}

.kba-home-search-wrap .kba-product-search {
	margin-top: 0;
}

.kba-product-search {
	position: relative;
	margin-top: 1.25rem;
	max-width: 520px;
	width: 100%;
}

.kba-product-search--wide {
	max-width: 1120px;
	width: min(1120px, calc(100% - 2rem));
	margin: 0 auto;
}

.kba-product-search__label {
	display: block;
	margin-bottom: 0.65rem;
	text-align: center;
	font-size: 0.95rem;
	font-weight: 600;
	color: #2d3b34;
}

.kba-product-search__bar {
	position: relative;
	width: 100%;
}

.kba-product-search__input {
	width: 100%;
	box-sizing: border-box;
	padding: 1rem 1.25rem 1rem 3.1rem;
	border: 1px solid #d7e3dd;
	border-radius: 999px;
	background: #fff;
	font: inherit;
	font-size: 1rem;
	line-height: 1.4;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kba-product-search__input:focus {
	outline: none;
	border-color: #0ead69;
	box-shadow:
		0 0 0 3px rgba(14, 173, 105, 0.14),
		0 10px 28px rgba(14, 173, 105, 0.1);
}

.kba-product-search__input::placeholder {
	color: #8a9a92;
}

.kba-product-search__icon {
	position: absolute;
	top: 50%;
	left: 1.05rem;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #0ead69;
	pointer-events: none;
}

.kba-product-search__results {
	position: absolute;
	top: calc(100% + 0.5rem);
	right: 0;
	left: 0;
	z-index: 50;
	max-height: 360px;
	overflow: auto;
	border: 1px solid #e8e8e8;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.kba-product-search__results[hidden] {
	display: none !important;
}

.kba-product-search__item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.75rem 0.9rem;
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #f1f1f1;
}

.kba-product-search__item:last-child {
	border-bottom: 0;
}

.kba-product-search__item:hover,
.kba-product-search__item.is-active {
	background: #f3fbf7;
}

.kba-product-search__thumb {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	object-fit: cover;
	flex: 0 0 48px;
	background: #f5f5f5;
}

.kba-product-search__meta {
	min-width: 0;
}

.kba-product-search__name {
	display: block;
	font-weight: 600;
	line-height: 1.4;
}

.kba-product-search__price {
	display: block;
	margin-top: 0.15rem;
	font-size: 0.85rem;
	color: #0ead69;
}

.kba-product-search__empty,
.kba-product-search__loading {
	padding: 0.85rem 1rem;
	color: #666;
}

@media (max-width: 767px) {
	.kba-home-search-wrap {
		padding: 1rem 0.75rem 0.5rem;
	}

	.kba-product-search--wide {
		width: 100%;
	}

	.kba-product-search__input {
		padding: 0.9rem 1rem 0.9rem 2.85rem;
		font-size: 0.95rem;
	}
}
