#header-main .element-logo .logo a img {
    max-height: 100px;
    margin-top: 10%;
}
#header-main .header-1 {
    padding: 6% 0;
}
#header-main .header-2 {
    padding-top: 8%;
}

li.product-list-item.product-compounded {
    height: 495px;
}

/*ajuste do icone de pesquisa*/
.search-inner {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
}

.search-field {
  flex: 1;
  padding: 10px 12px;
  border: none;
  outline: none;
  font-size: 16px;
}

.btn-search {
  background: transparent;
  border: none;
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-icon {
  font-size: 18px;
  color: #3498db;
}

.btn-text {
  display: none;
}
/*Fim do ajuste*/