.search-label {
  font-family: "GeistMono";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6B7280;
}

.search-input {
  border: 2px solid #000000;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  width: 100%;
  font-family: "GeistMono";
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #9CA3AF;
}

.search-shadow {
  background: #FFFFFF;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.search-button {
  border: none;
  outline: none;
  background-color: transparent;
}

.search-button:hover > svg > path {
  stroke: #000000;
}

.search-search {
  font-family: "GeistMono";
  font-weight: 700;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #9CA3AF;
}

.search-blur {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
}

.search-img {
  border: 1px solid #F3F4F6;
  border-radius: 8px;
  max-width: 62px !important;
}

.search-title {
  font-family: "Quablo";
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.search-price {
  font-family: "GeistMono";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6B7280;
}/*# sourceMappingURL=search.css.map */