.header {
  background: url("/cdn/shop/files/mountains-background.png?v=1718293925");
}
.header__logo {
  position: relative;
}
.header__logo img {
    background: linear-gradient(-15deg, #FFFFFF 25%, transparent 50% 100%);
    padding: 4px;
}
.header__icon {
  background: #fff;
  border-radius: 100%;
  border: 1px solid #ccc;
  width: 58px;
  height: 58px;
}
.header__icon .icon {
  width: 32px;
  height: 32px;
}