.SearchbarSection {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1000;
  display: none;
}
.SearchbarSection p {
  margin: 0;
}
.SearchbarSection .search-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  transition: 0.2s;
}
.SearchbarSection .toggle {
  position: relative;
  height: 86px;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid rgb(233, 233, 233);
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 12px 0px;
}
.SearchbarSection .toggle .inner {
  max-width: 500px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
}
.SearchbarSection .toggle .inner .active-search {
  padding-top: 22px;
  position: relative;
}
.ToggleSearchbar-input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgb(224, 224, 224);
  border-radius: 30px;
  padding: 11px 13px 11px 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  transition: 0.8s;
}
.SearchbarSection .active-search-box form button {
  position: absolute;
  top: 50%;
  right: 12px;
  border: unset;
  background: unset;
}
.SearchbarSection .swiper {
  display: none;
}
.SearchbarSection .toggle .inner .toggle-menu {
  margin-top: 8px;
  border-radius: 10px;
  border: 1px solid rgb(224, 224, 224);
  background: rgb(255, 255, 255);
  padding: 24px 30px 30px;
}
.SearchbarSection .toggle .inner .toggle-menu .flex {
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.SearchbarSection .toggle .inner .toggle-menu .flex .recently {
  width: 50%;
}
.SearchbarSection .toggle .inner .toggle-menu .flex .popularity {
  width: 50%;
}
.SearchbarSection .toggle .inner .toggle-menu .flex h3 {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  padding-bottom: 10px;
}
.SearchbarSection .toggle .inner .toggle-menu .flex .line {
  border-top: 1px solid rgb(224, 224, 224);
  padding-bottom: 6px;
}
.SearchbarSection .toggle .inner .toggle-menu .flex .recently .recently-pro {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
}
.SearchbarSection .toggle .inner .toggle-menu .flex .recently .recently-pro a {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
  display: block;
}
.SearchbarSection
  .toggle
  .inner
  .toggle-menu
  .flex
  .recently
  .recently-pro
  .close {
  cursor: pointer;
}
.SearchbarSection
  .toggle
  .inner
  .toggle-menu
  .flex
  .popularity
  .popularity-pro {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.SearchbarSection
  .toggle
  .inner
  .toggle-menu
  .flex
  .popularity
  .popularity-pro
  p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
}
.SearchbarSection
  .toggle
  .inner
  .toggle-menu
  .flex
  .popularity
  .popularity-pro
  .number {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  cursor: unset;
}
.SearchbarSection
  .toggle
  .inner
  .toggle-menu
  .flex
  .popularity
  .popularity-pro
  .special {
  color: rgb(124, 90, 255);
}
.SearchbarSection .toggle .inner .toggle-close {
  width: 36px;
  height: 36px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  margin: 20px auto 0px;
  position: relative;
  cursor: pointer;
}
.SearchbarSection .toggle .inner .toggle-close img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-results p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  display: block;
}

.search-results .result-item a {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
}

.result-item {
  position: relative;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
  cursor: pointer;
}

.result-item-thumb {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
  padding-left: 0;
}

.result-item-thumb img {
  max-width: 40px !important;
  max-height: 40px !important;
}

.result-item-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.result-item-title {
  text-align: left;
  margin-bottom: 3px;
  font-size: 14px;
}

.result-item-price.price {
  color: #d43811;
  font-weight: 600;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  padding-left: unset;
}

.result-item-price .amount span {
  background-color: unset;
  width: unset;
  height: unset;
  border-radius: unset;
}

@media (max-width: 770px) {
  .SearchbarSection .toggle .inner {
    max-width: 100%;
    padding: 0px;
  }

  .SearchbarSection .toggle .inner .active-search {
    padding: 20px 20px 0px;
  }

  .ToggleSearchbar-input {
    font-size: 16px;
    line-height: normal;
    padding: 11px 4px 12px 20px;
  }

  .SearchbarSection .swiper {
    display: block;
    position: absolute;
    top: 21px;
    left: 40px;
    width: calc(100% - 110px);
    height: 38px;
    background: rgb(255, 255, 255);
  }

  .SearchbarSection .swiper p {
    transition: 1s;
    position: absolute;
    font-weight: 500;
    color: rgb(85, 85, 85);
    top: calc(252px);
    font-size: 16px;
    opacity: 0;
  }

  .SearchbarSection .swiper .p8 {
    opacity: 1;
  }

  .SearchbarSection .active-search-box form button {
    position: absolute;
    top: 42px;
    transform: translateY(-50%);
    right: 34px;
  }

  .SearchbarSection .toggle .inner .toggle-menu {
    margin-top: 0px;
    border: none;
    padding: 20px 20px 30px;
  }

  .SearchbarSection .active-search-box.active .swiper {
    display: none;
  }
}
