.logo {
  width: 130px;
  height: 65px;
  background: url("../../../img/semiiphubwhite3-G2l_iOy.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media (min-width: 769px) {

  .logo {
    width: 187px;
  }
  
  
}

.catalog__search_box {
  /* background: linear-gradient(
    90deg,
    #5a2982,
    #5a2982,
    #5a2982,
    rgb(104, 58, 150)
  ); */
  background: linear-gradient(
    to bottom right,
    #5a2a82, #5a2982, #956eb6
  )
}

.catalog_search__autocomplete_suggestions {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  border-radius: 4px;
  
  /* padding: 15px 10px; */

  background-color: white;
  max-height: 200px;
  overflow-y: auto;
  z-index: 999;
}
.home_search__autocomplete_suggestion {
  padding: 12px;
  margin: 0 12px ;
  cursor: pointer;
  display: block;
  text-decoration: none;
  border-radius: 3px;
  color: black;

}


.catalog-search-box {
  position: relative;
}

.catalog-suggest {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 12px 34px rgba(0,0,0,.08);
  overflow: hidden;
}

.catalog-suggest__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 12px 14px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.catalog-suggest__item:hover,
.catalog-suggest__item.is-active {
  background: #f7f8fb;
}

.catalog-suggest__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.catalog-suggest__label {
  font-size: 14px;
  line-height: 1.3;
}

.catalog-suggest__label mark {
  background: transparent;
  font-weight: 700;
}

.catalog-suggest__provider {
  font-size: 12px;
  opacity: .7;
  margin-top: 2px;
}

.catalog-suggest__type {
  white-space: nowrap;
  font-size: 12px;
  opacity: .75;
}


.home_search__autocomplete_suggestion:hover, .home_search__autocomplete_suggestion.active {
  background: #e9f3ff;
}


.topnav-container {
  display: none;
}

@media (min-width: 815px) {
  .topnav-container {
    display: unset;
  }}

.catalog_search__input {
  position: relative;
  margin: 0px auto;
  padding: 10px 0;
  max-width: fit-content;

}

@media (min-width: 479px) {
  .catalog_search__input {
    margin: 20px auto;

  }

}

.catalog_search__input__field {
  height: 40px;
  padding: 0 28px;
  font-size: 18px;
  border-radius: 4px;
  width: 100%;
  outline: 0;

  border: 0;
}

@media (min-width: 650px) {
  .catalog_search__input__field {
    width: 400px;
  }
}

.catalog_search__submit {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: black;
  cursor: pointer;
  text-align: center;
  width: 40px;
  border: 0;
}
.catalog_search__submit svg {
  width: 20px;
  height: 20px;
}

.search {
  /* max-width: 450px; */
  margin: 20px;
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr 1fr; */
  display: flex;
  border: 1px solid grey;
  border-radius: 5px;
  justify-content: space-between;
  font-size: 1.2rem;
}

.searchTerm {
  border: none;
  padding: 10px;
  height: 40px;
  width: 100%;
  outline: none;
  font-size: 17px;
  background: #f1f1f1;
}

.searchButton {
  width: 50px;
  text-align: center;
  border: none;
  background: #5a2982;
  color: white;
  font-size: 17px;
  cursor: pointer;
}

@media (min-width: 479px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
