.nomatic-search-suggest-anchor {
  position: relative;
}

.nomatic-search-suggest {
  background: #fff;
  border: 1px solid #d5dde5;
  box-shadow: 0 12px 30px rgba(21, 35, 49, 0.18);
  left: 0;
  margin-top: 6px;
  max-height: 430px;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10050;
}

.nomatic-search-suggest[hidden] {
  display: none;
}

.nomatic-search-suggest__message {
  color: #607083;
  font-size: 14px;
  padding: 14px 16px;
}

.nomatic-search-suggest__list {
  display: block;
}

.nomatic-search-suggest__item {
  align-items: center;
  border-bottom: 1px solid #edf1f5;
  color: #1f2d3d;
  display: flex;
  gap: 12px;
  min-height: 68px;
  padding: 10px 12px;
  text-decoration: none;
}

.nomatic-search-suggest__item:hover,
.nomatic-search-suggest__item:focus {
  background: #f5f9fc;
  color: #1f2d3d;
  text-decoration: none;
}

.nomatic-search-suggest__image {
  align-items: center;
  background: #f1f4f7;
  border: 1px solid #e3e9ef;
  display: flex;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.nomatic-search-suggest__image img {
  display: block;
  max-height: 44px;
  max-width: 44px;
}

.nomatic-search-suggest__image--empty::before {
  background: #c7d2dc;
  content: "";
  display: block;
  height: 22px;
  width: 22px;
}

.nomatic-search-suggest__content {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.nomatic-search-suggest__name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.nomatic-search-suggest__meta {
  color: #708094;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 3px;
  min-height: 16px;
}

.nomatic-search-suggest__price {
  color: #0b1728;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.nomatic-search-suggest__price.is-weight {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-weight: 400;
}

.nomatic-search-suggest__price-main,
.nomatic-search-suggest__price-secondary {
  color: #0b1728;
  display: block;
  font-weight: 400;
  line-height: 1.15;
}

.nomatic-search-suggest__price-main {
  font-size: 13px;
}

.nomatic-search-suggest__price-secondary {
  color: #41536a;
  font-size: 12px;
}

.nomatic-search-suggest__all {
  background: #f7fafc;
  color: #0f6f8f;
  display: block;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 14px;
  text-align: center;
  text-decoration: none;
}

.nomatic-search-suggest__all:hover,
.nomatic-search-suggest__all:focus {
  background: #edf6fa;
  color: #0b5872;
  text-decoration: none;
}

@media (max-width: 767px) {
  .nomatic-search-suggest {
    max-height: 70vh;
  }

  .nomatic-search-suggest__item {
    gap: 10px;
    padding: 10px;
  }

  .nomatic-search-suggest__price {
    font-size: 13px;
  }

  .nomatic-search-suggest__price.is-weight {
    align-items: flex-start;
  }
}
