.wm-search-suggest {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 122, 0, 0.16), rgba(255, 122, 0, 0) 34%),
    linear-gradient(180deg, #111820 0%, #070a0e 100%);
  border: 1px solid rgba(255, 122, 0, 0.36);
  border-radius: 16px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.50), inset 0 1px 0 rgba(255, 255, 255, 0.055);
  box-sizing: border-box;
  max-height: 420px;
  max-width: calc(100vw - 24px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 8px;
  position: absolute;
  z-index: 2147483000;
  scrollbar-color: rgba(255, 122, 0, 0.72) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

.wm-search-suggest::-webkit-scrollbar {
  width: 9px;
}

.wm-search-suggest::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}

.wm-search-suggest::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ff9a14, #ff6c00);
  border-radius: 999px;
}

.wm-search-suggest__item,
.wm-search-suggest__view-all {
  appearance: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 13px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.96);
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 12px;
  margin: 0 0 7px;
  padding: 10px 12px;
  text-align: left;
  text-decoration: none;
  transition: background 130ms ease, border-color 130ms ease, box-shadow 130ms ease, transform 130ms ease;
  width: 100%;
}

.wm-search-suggest__item:last-child,
.wm-search-suggest__view-all:last-child {
  margin-bottom: 0;
}

.wm-search-suggest__item:hover,
.wm-search-suggest__item.is-active {
  background: linear-gradient(180deg, rgba(255, 138, 0, 0.18), rgba(255, 108, 0, 0.10));
  border-color: rgba(255, 138, 0, 0.62);
  box-shadow: 0 10px 22px rgba(255, 108, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.wm-search-suggest__thumb {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 11px;
  display: inline-flex;
  flex: 0 0 60px;
  height: 60px;
  justify-content: center;
  overflow: hidden;
  padding: 4px;
  width: 60px;
}

.wm-search-suggest__thumb img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
  border-radius: 8px;
}

.wm-search-suggest__body {
  display: block;
  min-width: 0;
  padding-top: 1px;
}

.wm-search-suggest__title {
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0.005em;
  line-height: 1.22;
  white-space: normal;
}

.wm-search-suggest__meta {
  color: rgba(255, 255, 255, 0.56);
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
}

.wm-search-suggest__prices {
  display: block;
  margin-top: 6px;
}

.wm-search-suggest__price {
  color: #ffb15f;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  margin-right: 8px;
}

.wm-search-suggest__price--old {
  color: rgba(255, 255, 255, 0.46);
  text-decoration: line-through;
}

.wm-search-suggest__price--special {
  color: #ff6c00;
}

.wm-search-suggest__view-all {
  align-items: center;
  background: linear-gradient(180deg, #ff9a14 0%, #ff6c00 100%);
  border-color: rgba(255, 138, 0, 0.72);
  color: #111418;
  display: flex;
  font-size: 13px;
  font-weight: 950;
  justify-content: center;
  letter-spacing: 0.015em;
  margin-top: 3px;
  text-align: center;
  text-transform: uppercase;
}

.wm-search-suggest__view-all:hover,
.wm-search-suggest__view-all.is-active {
  background: linear-gradient(180deg, #ffb24a 0%, #ff7a00 100%);
  border-color: rgba(255, 183, 78, 0.90);
  box-shadow: 0 10px 22px rgba(255, 108, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  color: #111418;
  transform: translateY(-1px);
}

@media screen and (max-width: 999px) {
  .wm-search-suggest {
    border-radius: 18px;
    max-width: calc(100vw - 16px);
    max-height: 66vh;
    padding: 10px;
  }

  .wm-search-suggest__item,
  .wm-search-suggest__view-all {
    border-radius: 16px;
    gap: 14px;
    margin-bottom: 10px;
    padding: 16px 16px;
  }

  .wm-search-suggest__thumb {
    border-radius: 14px;
    flex-basis: 92px;
    height: 92px;
    padding: 6px;
    width: 92px;
  }

  .wm-search-suggest__title {
    font-size: 25px;
    line-height: 1.18;
    word-break: break-word;
  }

  .wm-search-suggest__meta {
    font-size: 19px;
    line-height: 1.3;
    margin-top: 6px;
  }

  .wm-search-suggest__price {
    font-size: 22px;
    margin-top: 10px;
  }

  .wm-search-suggest__view-all {
    font-size: 21px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
