.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fcfbf6;
  height: 54px;
  padding: 0 20px;
  border-bottom: 1px solid #fcfbf6;
}

.header.list-collections--page,
.header.collection--page,
.header.cart--page {
  border-bottom: 1px solid #e6e2d9;
}

.header__branding {
  display: flex;
  align-items: center;
}
.header__heading-link {
  text-decoration: none;
  padding: 0;
}
