.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.searchautocomplete .search-autocomplete {
	position: absolute;
}

.searchautocomplete .nav-search-in {
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 11;
}
.searchautocomplete .nav-search-in .category {
	opacity: 0;
	filter: alpha(opacity=0);
	background: white;
	border: 1px solid #DDD;
	color: black;
	cursor: pointer;
	height: 29px;
	left: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	position: absolute;
	top: 0;
	visibility: visible;
	width: auto;
}
.searchautocomplete .nav-search-in .category-fake {
	height: 20px;
	color: #777;
	cursor: pointer;
	float: left;
	font-size: 11px;
	padding: 0px 25px 0px 10px;
	text-align: center;
	white-space: nowrap;
	margin-top: 6px;
}
.searchautocomplete .nav-search-in .nav-down-arrow {
	right: 10px;
	top: 16px;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4.5px 0 4.5px;
	border-color: #000000 transparent transparent transparent;
	line-height: 0px;
}

.searchautocomplete .nav-search-in:hover .nav-down-arrow {
	background-position: -6px -34px;
}
.searchautocomplete .searchautocomplete-placeholder {
	border: 1.5px solid var(--plp-line);
	border-radius: var(--radius-lg);
	box-shadow: 0 18px 46px rgba(20,23,31,.14);
	background: #FFF;
	position: absolute;
	z-index: 999;
	top: calc(100% + 8px);
	padding:8px;
}

.searchautocomplete .searchautocomplete-placeholder ul {
	display: grid;
	gap: 3px;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
	display: grid;
	grid-template-columns: 62px minmax(0,1fr) auto;
	gap: 11px;
	padding: 8px;
	align-items: center;
	border-radius: var(--radius);
	color: var(--plp-ink);
	transition: background var(--transition),color var(--transition);
}

.searchautocomplete .searchautocomplete-placeholder .name {
	font-family: 'Montserrat',sans-serif;
	color: var(--plp-ink);
	margin: 0;
	font-size: 13px;
	line-height: 1.28;
	font-weight: 700;
	white-space: normal;
	overflow: hidden;
	text-overflow: clip;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 0;
	max-height: calc(1.28em * 2);	
}

.searchautocomplete .searchautocomplete-placeholder .price {
	font-family: 'Montserrat',sans-serif;
	display: block;
	color: var(--plp-ink);
	font-size: 13px;
	font-weight: 800;
	text-align: right;
	white-space: nowrap;
	align-self: center;	
}

.searchautocomplete .searchautocomplete-placeholder ul li.active {
	background: var(--plp-surface-2);
	outline: none;
	cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
	width: 62px;
	height: 62px;
	background: #fff;
	border-radius: var(--radius);
	border: 1px solid var(--plp-line-soft);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	flex: 0 0 38px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 3px;
	background: #fff;
}

.searchautocomplete .searchautocomplete-placeholder .searchautocomlete-name {
	min-width: 0;
	display: block;	
	padding-right:10px;
}

.searchautocomplete .price-label {
	display: none !important;
}

.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
	font-size: 0.9em;
	color: #999;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
	text-align: right;
	color: #0A263C;
	border-bottom: 1px solid #CCC;
	padding: 2px 5px;
	background-color: #F7F7F6;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
	color: #666;
	font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
	margin:0 8px;
}
.searchautocomplete .searchautocomplete-placeholder .all a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	height: 38px;
	border-radius: var(--radius);
	background: var(--plp-navy);
	color: #fff;
	font-family: 'Montserrat',sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}
.searchautocomplete .searchautocomplete-placeholder .all a:hover {
	background: #273866;
	text-decoration:none;
}

.searchautocomplete .searchautocomplete-loader {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 11px;
	right: 44px;
	z-index: 99;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
	display: none;
}
.searchautocomplete .searchautocomplete-loader div {
	position: absolute;
	background-color: #FFFFFF;
	height: 3px;
	width: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-animation-name: f_autocomplete_loader;
	animation-name: f_autocomplete_loader;
	-webkit-animation-duration: 0.64s;
	animation-duration: 0.64s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
}
.searchautocomplete .searchautocomplete-loader div#g01 {
	left: 0px;
	top: 7px;
	-webkit-animation-delay: 0.24s;
	animation-delay: 0.24s;
}
.searchautocomplete .searchautocomplete-loader div#g02 {
	left: 2px;
	top: 2px;
	-webkit-animation-delay: 0.32s;
	animation-delay: 0.32s;
}
.searchautocomplete .searchautocomplete-loader div#g03 {
	left: 7px;
	top: 0px;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.searchautocomplete .searchautocomplete-loader div#g04 {
	right: 2px;
	top: 2px;
	-webkit-animation-delay: 0.48s;
	animation-delay: 0.48s;
}
.searchautocomplete .searchautocomplete-loader div#g05 {
	right: 0px;
	top: 7px;
	-webkit-animation-delay: 0.56s;
	animation-delay: 0.56s;
}
.searchautocomplete .searchautocomplete-loader div#g06 {
	right: 2px;
	bottom: 2px;
	-webkit-animation-delay: 0.64s;
	animation-delay: 0.64s;
}
.searchautocomplete .searchautocomplete-loader div#g07 {
	left: 7px;
	bottom: 0px;
	-webkit-animation-delay: 0.72s;
	animation-delay: 0.72s;
}
.searchautocomplete .searchautocomplete-loader div#g08 {
	left: 2px;
	bottom: 2px;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
@-moz-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
