.search-results-heading {
  text-align: center;
  margin-bottom: 3rem;
}

.search-results-heading span {
  font-style: italic;
}

#custom_product_search {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}

#custom_product_search br {
  display: none;
}

#custom_product_search input {
  padding: 6px;
  border-radius: 5px;
  border: unset;
  width: 100%;
  box-sizing: border-box;
}

#custom_product_search button {
  display: flex;
  border: unset;
  max-width: max-content;
  cursor: pointer;
  background: transparent;
  padding: 0;
}

#custom_product_search button svg {
  fill: white;
}
