@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Kanit:wght@500;700&amp;display=swap");
html {
  scroll-behavior: smooth;
}
.autocomplete {
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  width: 100%;
  background: transparent;
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: auto;
/*  border: 1px solid #d4d4d4;*/
  border-bottom: none;
  border-top: none;
  z-index: 99; /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  font-family: '-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"'; /*background-color: #fff; */

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
/*  background-color: rgba(255, 255, 255, 0.97) !important;
  border-bottom: 1px solid #d4d4d4;*/
} /*when hovering an item:*/
.autocomplete-items div:hover {
  color: #1e90ff;
} /*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  /*background-color: DodgerBlue !important; */
  color: #1e90ff !important;
}
/*.uk-search-default {
  width: 340px;
}*/
.uk-card-default {
    min-height: 320px;
}
.title span {display:none}
    .popUp {z-index: 100000; position: fixed; width: 100%; height: 100%; top: 0; left: 0; right: 0; border: 0; background: rgba(0, 0, 0, 0.85); display: flex; flex-direction: column; align-items: center; justify-content: center;}
.uk-offcanvas-bar{    width: 100%;
    max-width: 320px;}
*{font-family: "Poppins", serif!important;
  font-weight: 400;
  font-style: normal;
touch-action: manipulation;

}
.uk-search-input{border-radius: 10px 0 0 10px;}
.productLinks a:nth-of-type(3){display:none}
.title a {    font-family: 'Poppins', sans-serif !important;}
.title {    font-family: 'Poppins', sans-serif !important;}