#view-reviews .listing-search,#view-stores .listing-search,#view-categories .listing-search,#view-offers .listing-search{
  position:relative!important;
  isolation:isolate;
}
#view-reviews .listing-search input,#view-stores .listing-search input,#view-categories .listing-search input,#view-offers .listing-search input{
  padding-right:62px!important;
  transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease!important;
}
#view-reviews .listing-search:focus-within input,#view-stores .listing-search:focus-within input,#view-categories .listing-search:focus-within input,#view-offers .listing-search:focus-within input{
  border-color:#0aa0c5!important;
  background:#fff!important;
  box-shadow:0 0 0 4px rgba(10,160,197,.12),0 8px 22px rgba(15,23,42,.08)!important;
  outline:none!important;
}
.listing-search-button{
  position:absolute;
  top:50%;
  right:6px;
  width:38px;
  height:38px;
  transform:translateY(-50%);
  display:grid;
  place-items:center;
  padding:0;
  border:0;
  border-radius:11px;
  color:#fff;
  background:linear-gradient(135deg,#10a8ca 0%,#087fa8 100%);
  box-shadow:0 6px 14px rgba(8,127,168,.25);
  cursor:pointer;
  overflow:visible;
  z-index:3;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}
.listing-search-button svg{
  width:18px;
  height:18px;
  display:block;
  position:relative;
  z-index:2;
  transition:transform .18s ease;
}
.listing-search-button::after{
  content:"";
  position:absolute;
  inset:-4px;
  border:2px solid rgba(10,160,197,.36);
  border-radius:14px;
  opacity:0;
  transform:scale(.72);
  pointer-events:none;
}
.listing-search-button:hover{
  transform:translateY(calc(-50% - 1px)) scale(1.045);
  box-shadow:0 9px 20px rgba(8,127,168,.34);
  filter:saturate(1.08) brightness(1.03);
}
.listing-search-button:hover svg{transform:scale(1.06)}
.listing-search-button:active{transform:translateY(-50%) scale(.94);box-shadow:0 4px 10px rgba(8,127,168,.22)}
.listing-search-button:focus-visible{outline:3px solid rgba(10,160,197,.28);outline-offset:3px}
.listing-search.is-searching .listing-search-button::after{animation:listing-search-pulse .42s ease-out}
.listing-search.has-value .listing-search-button{box-shadow:0 7px 16px rgba(8,127,168,.31)}
@keyframes listing-search-pulse{
  0%{opacity:.75;transform:scale(.72)}
  100%{opacity:0;transform:scale(1.18)}
}
@media (max-width:700px){.listing-search-button{width:36px;height:36px;right:6px;border-radius:10px}
.listing-search-button svg{width:17px;height:17px}

}
@media (prefers-reduced-motion:reduce){#view-reviews .listing-search input,#view-stores .listing-search input,#view-categories .listing-search input,#view-offers .listing-search input,.listing-search-button,.listing-search-button svg{transition:none!important}
.listing-search.is-searching .listing-search-button::after{animation:none!important}

}

