.site-header {
  background: #fff;
  border-bottom-color: rgba(32, 33, 31, .1);
}

.logo {
  display: flex;
  align-items: center;
  padding: 0;
}

.logo img {
  width: auto;
  height: 47px;
  mix-blend-mode: normal;
  object-fit: contain;
  image-rendering: auto;
}

.site-header nav a,
.lang,
.menu {
  color: var(--ink);
}

.menu i {
  background: var(--ink);
}

@media (max-width: 900px) {
  .site-header nav {
    background: #fff;
  }

  .logo img {
    width: auto;
    height: 38px;
  }
}

.hero-bg {
  background-image: url("media/hero-textile.webp");
}

.private-bg {
  background-image: linear-gradient(90deg, rgba(18,20,19,.86), rgba(18,20,19,.3)), url("media/private-label.webp");
}

footer .footer-logo {
  width: auto;
  height: 42px;
  mix-blend-mode: normal;
  object-fit: contain;
}

footer {
  background: #fff;
}

@media (max-width: 520px) {
  footer .footer-logo {
    width: auto;
    height: 38px;
  }
}
