.acipc-fast-search-shell {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	max-width: 430px;
	padding-inline-end: 30px;
	text-align: end;
	z-index: 99999;
}

.acipc-fast-search {
	position: relative;
	width: 100%;
	max-width: 100%;
	z-index: 99999;
	color: #1d2327;
	font-family: inherit;
	text-align: left !important;
}

.acipc-fast-search *,
.acipc-fast-search *::before,
.acipc-fast-search *::after {
	box-sizing: border-box;
}

.acipc-fast-search__control {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 48px;
	background: #fff !important;
	border: 1px solid #d7dce2 !important;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: none !important;
}

.acipc-fast-search__control:focus-within {
	border-color: #666 !important;
	box-shadow: 0 0 0 2px rgba(20, 25, 30, .08) !important;
}

.acipc-fast-search__input {
	display: block !important;
	width: 100% !important;
	height: 46px !important;
	margin: 0 !important;
	padding: 0 54px 0 16px !important;
	color: #1d2327 !important;
	-webkit-text-fill-color: #1d2327 !important;
	background: #fff !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font: inherit !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 46px !important;
	text-align: left !important;
	outline: 0 !important;
	opacity: 1 !important;
	-webkit-appearance: none;
	appearance: none;
}

.acipc-fast-search__input::placeholder {
	color: #7b8188 !important;
	-webkit-text-fill-color: #7b8188 !important;
	opacity: 1 !important;
}

.acipc-fast-search__input::-webkit-search-cancel-button {
	margin-right: 4px;
}

.acipc-fast-search__submit {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	display: grid !important;
	place-items: center;
	width: 50px !important;
	height: 46px !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #50575e !important;
	background: #fff !important;
	border: 0 !important;
	border-left: 1px solid #e2e5e8 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	cursor: pointer;
	appearance: none;
}

.acipc-fast-search__submit:hover,
.acipc-fast-search__submit:focus {
	color: #1d2327 !important;
	background: #f3f4f5 !important;
}

.acipc-fast-search__submit svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.acipc-fast-search__dropdown {
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	width: 100%;
	max-width: 100%;
	max-height: min(560px, 70vh);
	overflow-x: hidden;
	overflow-y: auto;
	color: #1d2327 !important;
	background: #fff !important;
	border: 1px solid #d9dde2 !important;
	border-radius: 5px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
	text-align: left !important;
}

.acipc-fast-search__status {
	padding: 12px 14px;
	color: #646970 !important;
	font-size: 13px;
	line-height: 1.4;
	text-align: left !important;
}

.acipc-fast-search__status:empty {
	display: none;
}

.acipc-fast-search__results {
	display: block;
	width: 100%;
}

.acipc-fast-search__item {
	display: grid !important;
	grid-template-columns: 62px minmax(0, 1fr) !important;
	grid-template-rows: auto auto !important;
	gap: 0 12px !important;
	align-items: center !important;
	width: 100% !important;
	min-height: 76px !important;
	margin: 0 !important;
	padding: 7px 12px !important;
	color: #1d2327 !important;
	background: #fff !important;
	text-align: left !important;
	text-decoration: none !important;
	border: 0 !important;
	border-bottom: 1px solid #edf0f2 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: 0;
	float: none !important;
}

.acipc-fast-search__item:hover,
.acipc-fast-search__item:focus,
.acipc-fast-search__item.is-active {
	color: #1d2327 !important;
	background: #f5f7f9 !important;
}

.acipc-fast-search__media {
	display: grid !important;
	grid-column: 1;
	grid-row: 1 / span 2;
	place-items: center;
	width: 62px !important;
	height: 62px !important;
	margin: 0 !important;
	overflow: hidden;
	background: #fff !important;
	border: 1px solid #edf0f2;
	border-radius: 4px;
	float: none !important;
}

.acipc-fast-search__media img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: contain;
	float: none !important;
}

.acipc-fast-search__placeholder {
	color: #9aa1a8 !important;
	font-size: 10px;
	letter-spacing: .08em;
}

.acipc-fast-search__body {
	display: block !important;
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	color: #1d2327 !important;
	text-align: left !important;
	float: none !important;
}

.acipc-fast-search__title {
	display: block !important;
	width: 100% !important;
	margin: 0 0 5px !important;
	padding: 0 !important;
	overflow: hidden;
	color: #202428 !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 1.3 !important;
	text-align: left !important;
	text-overflow: ellipsis;
	white-space: normal;
	float: none !important;
}

.acipc-fast-search__title mark {
	padding: 0 2px;
	color: inherit !important;
	background: #fff1a8 !important;
}

.acipc-fast-search__meta {
	display: flex !important;
	flex-wrap: wrap;
	gap: 4px 12px;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	color: #697078 !important;
	font-size: 12px !important;
	line-height: 1.35;
	text-align: left !important;
	float: none !important;
}

.acipc-fast-search__sku {
	color: #697078 !important;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.acipc-fast-search__stock {
	font-weight: 500;
}

.acipc-fast-search__stock.is-instock {
	color: #267a3e !important;
}

.acipc-fast-search__stock.is-outofstock {
	color: #a33a3a !important;
}

.acipc-fast-search__price {
	display: block !important;
	grid-column: 2;
	grid-row: 2;
	width: 100%;
	margin: 5px 0 0 !important;
	padding: 0 !important;
	color: #b40014 !important;
	font-weight: 600 !important;
	font-size: 12px !important;
	line-height: 1.3 !important;
	text-align: left !important;
	white-space: normal !important;
	float: none !important;
}

.acipc-fast-search__price:empty {
	display: none !important;
}

.acipc-fast-search__price del {
	display: inline;
	margin-right: 5px;
	color: #858b91 !important;
	font-size: 11px;
	font-weight: 400;
}

.acipc-fast-search__price ins {
	color: #b40014 !important;
	text-decoration: none;
}

.acipc-fast-search__all {
	display: block !important;
	width: 100%;
	margin: 0 !important;
	padding: 11px 14px !important;
	color: #1d2327 !important;
	font-weight: 600 !important;
	font-size: 13px !important;
	line-height: 1.35;
	text-align: center !important;
	text-decoration: none !important;
	background: #f6f7f7 !important;
	border: 0 !important;
	border-radius: 0 0 5px 5px;
}

.acipc-fast-search__all:hover,
.acipc-fast-search__all:focus {
	color: #1d2327 !important;
	background: #eef0f2 !important;
}

.acipc-fast-search__skeleton {
	display: grid;
	grid-template-columns: 62px 1fr;
	gap: 12px;
	align-items: center;
	padding: 7px 12px;
	border-bottom: 1px solid #edf0f2;
}

.acipc-fast-search__skeleton::before,
.acipc-fast-search__skeleton span {
	display: block;
	background: linear-gradient(90deg, #eef0f2 25%, #f8f9fa 50%, #eef0f2 75%);
	background-size: 200% 100%;
	animation: acipc-fast-search-loading 1.1s infinite linear;
	border-radius: 4px;
	content: "";
}

.acipc-fast-search__skeleton::before {
	width: 62px;
	height: 62px;
	grid-row: 1 / span 2;
}

.acipc-fast-search__skeleton span:first-child {
	width: min(300px, 75%);
	height: 13px;
}

.acipc-fast-search__skeleton span:last-child {
	width: min(160px, 48%);
	height: 10px;
}

@keyframes acipc-fast-search-loading {
	to {
		background-position-x: -200%;
	}
}

@media (max-width: 760px) {
	.acipc-fast-search-shell {
		width: 100%;
		max-width: 100%;
		margin-inline: 10px;
		padding-inline-end: 0;
	}

	.acipc-fast-search__dropdown {
		right: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		max-height: 68vh;
	}

	.acipc-fast-search__item {
		grid-template-columns: 56px minmax(0, 1fr) !important;
		min-height: 70px !important;
		padding: 7px 9px !important;
	}

	.acipc-fast-search__media {
		width: 56px !important;
		height: 56px !important;
	}

	.acipc-fast-search__title {
		font-size: 13px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.acipc-fast-search__skeleton::before,
	.acipc-fast-search__skeleton span {
		animation: none;
	}
}
