.html_nav_position_text_top{
  width: 100%;
}
.sp-ajax-search{ 
  position: relative; 
  width: 96%; 
}
.sp-ajax-search__pill{
  display:flex;
  align-items:center;
  gap:10px;
  padding: 8px 10px;
  border: 2px solid #0a8f2a;
  border-radius: 999px;
  background:#fff;
}
.sp-ajax-search__input{
  flex:1;
  border:0;
  outline:0;
  padding: 10px 6px;
  font-size: 15px;
  background:transparent;
}
.sp-ajax-search__btn{
  width: 52px;
  height: 36px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#eaf6ee;
  color: var(--green);
  margin-right: unset;
}
.sp-ajax-search__btn:hover{ 
  background:#dff1e6; 
}

/* dropdown results */
.sp-ajax-search__dropdown{
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
  max-height: 520px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99999;
  padding: 10px;
}
.sp-search-group__title{
  font-size: 18px;
  font-weight: 700;
  opacity: .75;
  padding: 8px 6px;
  color: var(--green);
}
.sp-ajax-search__dropdown .sp-sug{
  text-transform: math-auto;
  width: 100%;
  text-align: left;
  position: relative;
  padding-left: 30px;
}
.sp-ajax-search__dropdown .sp-sug::before{
  content: '\f002';
  font-family: "Font Awesome 6 Free";
  position: absolute;
  width: 35px;
  height: 32px;
  left: 10px;
  bottom: 0;
  color: var(--black);
}
.sp-ajax-search__dropdown .sp-sug:hover{
  background-color: rgba(0,0,0,.04);
}
.sp-item{
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 10px 8px;
  border-radius: 12px;
  text-decoration: none;
}
.sp-item:hover{
  background: rgba(0,0,0,.04);
}
.sp-item__img{
  width: 56px !important;
  height: 56px !important;
  flex: 0 0 56px !important;
  border-radius: 12px;
  object-fit: cover;
  display: block;
  max-width: 56px !important;
}
.sp-item__info{
  flex: 1;
  min-width: 0;
}
.sp-item__title{
  font-weight: 600;
  color: #111;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sp-item__price{
  margin-top: 4px;
  font-weight: 800;
  color: #111;
  white-space: nowrap;
}
.sp-item__price del{
  opacity: .55;
  margin-right: 8px;
}
.sp-item__price ins{
  text-decoration: none;
}
.html_nav_position_text_top .sp-ajax-search__input{
    border: unset;
}
.html_nav_position_text_top .sp-ajax-search__input:focus{
  box-shadow: unset;
}
.html_nav_position_text_top .sp-ajax-search__pill{
    padding: 6px;
    border: unset;
    height: 40px;
}
.sp-hl{
  background: transparent;
  color: var(--green);
  font-weight: 600;
  padding: 0;
  font-style: normal !important;
  font-family: "Roboto", sans-serif !important;
}

.sp-sug__link{
  display:block;
  width:100%;
  color:inherit;
  text-decoration:none;
}
