.searchplus-form {
  position: relative;
  overflow: visible !important;
}

.searchplus-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 1080;
  width: 100%;
  max-height: min(620px, 72vh);
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e6e9ef;
  border-radius: 6px;
  box-shadow: 0 14px 36px rgba(31, 39, 55, .18);
}

.searchplus-panel[hidden] {
  display: none !important;
}

.searchplus-product {
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 10px 14px;
  color: #303746;
  text-decoration: none;
  border-bottom: 1px solid #edf0f4;
  background: #fff;
  font-weight: 400;
}

.searchplus-product:hover,
.searchplus-product:focus,
.searchplus-product.is-active {
  color: #303746;
  background: #f7f8fb;
  outline: none;
}

.searchplus-image {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  margin-right: 12px;
  border: 1px solid #edf0f4;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}

.searchplus-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.searchplus-details {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.searchplus-title {
  display: -webkit-box;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.searchplus-meta {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: #ec7774;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.searchplus-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 0 auto;
  margin-left: 14px;
  color: #303746;
  line-height: 1.15;
  white-space: nowrap;
}

.searchplus-price-was {
  color: #8a909c;
  font-size: .76rem;
  font-weight: 400;
  text-decoration: line-through;
}

.searchplus-price-current {
  font-size: .96rem;
  font-weight: 500;
}

.searchplus-view-all {
  display: block;
  padding: 14px 16px;
  color: #ec7774;
  font-weight: 500;
  text-decoration: none;
  background: #fff;
}

.searchplus-view-all:hover,
.searchplus-view-all:focus {
  color: #d9605d;
  background: #f7f8fb;
}

.searchplus-state {
  padding: 20px 16px;
  color: #6b7280;
  text-align: center;
}

.searchplus-best-seller-chip {
  display: inline-flex;
  align-items: center;
  padding: .34rem .58rem;
  color: #fff;
  font-size: .72rem;
  font-weight: 600;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .01em;
  white-space: nowrap;
  background: #ec7774;
  background: #42d697;
  border-radius: .25rem;
}

.searchplus-best-seller-chip--autocomplete {
  align-self: flex-start;
  gap: .25rem;
  margin-top: .3rem;
  padding: .25rem .45rem;
  font-size: .65rem;
  margin-left: .45rem;
  padding: .16rem .38rem;
  font-size: .62rem;
  vertical-align: middle;
}

.searchplus-mobile-row {
  position: relative;
  z-index: 1070;
  padding: 0 14px 12px;
  background: #fff;
}

.searchplus-mobile-row .searchplus-form {
  width: 100%;
  margin: 0 !important;
}

@media (max-width: 991.98px) {
  .searchplus-mobile-row {
    display: block;
  }

  .searchplus-panel {
    top: calc(100% + 8px);
    max-height: calc(100dvh - 190px);
  }

  .searchplus-product {
    min-height: 76px;
    padding: 9px 10px;
  }

  .searchplus-image {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .searchplus-title {
    font-size: .94rem;
  }

  .searchplus-price {
    margin-left: 8px;
  }

  .searchplus-price-current {
    font-size: .9rem;
  }
}

@media (min-width: 992px) {
  .searchplus-mobile-row {
    display: none;
  }
}
