

.header,
.header__container {
    background-color:#F3E8E2;
}
.header {
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.search__input {
    background-color: #FFFFFF;
    border-radius: 999px;
 
    border: 1px solid rgba(0,0,0,0.06);
}

.header__contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.header__contact a {
  color: #6f1818;
  text-decoration: none;
  font-weight: 500;
}

.header__contact a:hover {
  color: #C98F6F;
}

.contact__phone,
.contact__email {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact__phone::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("https://i.binargon.cz/demoeshopmaxi/phone.svg") center / contain no-repeat;

  filter: brightness(0) saturate(100%) invert(18%) sepia(67%) saturate(1350%) hue-rotate(340deg) brightness(85%) contrast(95%);
}

.contact__email::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("https://i.binargon.cz/demoeshopmaxi/chat.svg") center / contain no-repeat;
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(18%) sepia(67%) saturate(1350%) hue-rotate(340deg) brightness(85%) contrast(95%);
}