.mbhs-enabled .mbhs-search {
	position: relative;
	width: 100%;
	color: #1f2933;
	font-size: 14px;
	line-height: 1.4;
}

.mbhs-enabled .mbhs-search,
.mbhs-enabled .mbhs-search * {
	box-sizing: border-box;
}

.mbhs-enabled .mbhs-search__form {
	position: relative;
	width: 100%;
	margin: 0;
}

.mbhs-enabled .mbhs-search__input {
	display: block;
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 0 16px 0 52px;
	border: 1px solid #d6dadd;
	border-radius: 10px;
	outline: 0;
	background: #fff;
	color: #182026;
	font: inherit;
	font-size: 15px;
	line-height: 46px;
	text-align: right;
	direction: rtl;
	transition: border-color 160ms ease, background-color 160ms ease;
	-webkit-appearance: none;
	appearance: none;
}

.mbhs-enabled .mbhs-search__input::placeholder {
	color: #717981;
	opacity: 1;
}

.mbhs-enabled .mbhs-search__input:focus {
	border-color: #2f8f46;
	background: #fff;
}

.mbhs-enabled .mbhs-search__submit {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #20272d;
	cursor: pointer;
}

.mbhs-enabled .mbhs-search__submit:hover,
.mbhs-enabled .mbhs-search__submit:focus-visible {
	background: #edf6ef;
	color: #237239;
}

.mbhs-enabled .mbhs-search__submit svg,
.mbhs-enabled .mbhs-mobile-toggle svg {
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.mbhs-enabled .mbhs-search__dropdown {
	position: absolute;
	z-index: 9999;
	top: calc(100% + 7px);
	right: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: min(430px, 65vh);
	border: 1px solid #dfe3e6;
	border-radius: 10px;
	background: #fff;
	color: #182026;
	direction: rtl;
}

.mbhs-enabled .mbhs-search__dropdown[hidden],
.mbhs-enabled .mbhs-mobile-layer[hidden] {
	display: none !important;
}

.mbhs-enabled .mbhs-search__status {
	padding: 18px;
	color: #626b73;
	text-align: center;
}

.mbhs-enabled .mbhs-search__result {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	min-height: 70px;
	padding: 8px 12px;
	border-bottom: 1px solid #eef0f1;
	color: inherit;
	text-decoration: none;
	direction: rtl;
}

.mbhs-enabled .mbhs-search__result:hover,
.mbhs-enabled .mbhs-search__result:focus {
	background: #f6f8f7;
	color: inherit;
}

.mbhs-enabled .mbhs-search__thumb {
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 7px;
	background: #f4f5f5;
	object-fit: contain;
}

.mbhs-enabled .mbhs-search__name {
	overflow: hidden;
	color: #1b2228;
	font-weight: 600;
	line-height: 1.35;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mbhs-enabled .mbhs-search__price {
	color: #26763b;
	font-weight: 700;
	white-space: nowrap;
}

.mbhs-enabled .mbhs-search__all {
	display: block;
	padding: 11px 14px 12px;
	color: #216e35;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}

.mbhs-enabled .mbhs-search__all:hover,
.mbhs-enabled .mbhs-search__all:focus {
	background: #edf6ef;
	color: #185b2a;
}

.mbhs-enabled #ast-desktop-header .site-header-primary-section-center {
	min-width: 0;
	width: 100%;
	padding-inline: 22px;
}

.mbhs-enabled #ast-desktop-header .ast-header-search {
	flex: 1 1 auto;
	width: clamp(320px, 42vw, 600px);
	max-width: 100%;
}

.mbhs-enabled #ast-desktop-header .ast-header-search > .mbhs-search {
	width: 100%;
}

.mbhs-enabled #ast-desktop-header .mbhs-search__input {
	border: 1px solid #AEB5BC;
	border-radius: 10px;
	box-shadow:
		0 0 0 1px rgba(0, 190, 210, 0.22),
		0 0 30px rgba(0, 190, 210, 0.32),
		0 4px 14px rgba(0, 0, 0, 0.06);
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.mbhs-enabled #ast-desktop-header .mbhs-search__input:hover {
	border-color: #8F989F;
}

.mbhs-enabled #ast-desktop-header .mbhs-search__input:focus {
	border-color: #8BCB28;
	box-shadow:
		0 0 0 3px rgba(139, 203, 40, 0.13),
		0 4px 16px rgba(0, 0, 0, 0.06);
}

.mbhs-enabled .mbhs-mobile-toggle,
.mbhs-enabled .mbhs-mobile-layer {
	display: none;
}

@media (min-width: 922px) and (max-width: 1100px) {
	.mbhs-enabled #ast-desktop-header .site-header-primary-section-center {
		padding-inline: 14px;
	}

	.mbhs-enabled #ast-desktop-header .ast-header-search {
		width: clamp(280px, 38vw, 460px);
	}
}

@media (max-width: 921px) {
	.mbhs-enabled #ast-mobile-header {
		position: relative;
	}

	.mbhs-enabled .mbhs-mobile-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		margin: 0 4px 0 0;
		padding: 0;
		border: 0;
		border-radius: 8px;
		background: transparent;
		color: #20272d;
		cursor: pointer;
	}

	.mbhs-enabled .mbhs-mobile-toggle:hover,
	.mbhs-enabled .mbhs-mobile-toggle:focus-visible,
	.mbhs-enabled .mbhs-mobile-toggle[aria-expanded="true"] {
		background: #edf6ef;
		color: #237239;
	}

	.mbhs-enabled .mbhs-mobile-layer {
		position: absolute;
		z-index: 9998;
		top: 100%;
		right: 0;
		left: 0;
		display: block;
		width: 100%;
		padding: 12px max(14px, env(safe-area-inset-right)) 14px max(14px, env(safe-area-inset-left));
		border-top: 1px solid #eceeef;
		background: #fff;
	}

	.mbhs-enabled .mbhs-search--mobile {
		max-width: 100%;
		margin: 0 auto;
	}

	.mbhs-enabled .mbhs-search--mobile .mbhs-search__input {
		height: 44px;
		line-height: 44px;
	}

	.mbhs-enabled .mbhs-search--mobile .mbhs-search__dropdown {
		max-height: min(390px, 58vh);
	}
}

@media (max-width: 480px) {
	.mbhs-enabled .mbhs-search__result {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 10px;
		min-height: 64px;
	}

	.mbhs-enabled .mbhs-search__thumb {
		width: 48px;
		height: 48px;
	}

	.mbhs-enabled .mbhs-search__price {
		grid-column: 2;
		margin-top: -7px;
		text-align: right;
	}
}
