.header-wrapper {
  background-color: white;
  border: none;
  header.header {
    position: static;
    .lightLogo {
      display: none;
    }
    .darkLogo {
      display: inline-block !important;
      @media (max-width:767px) {
        max-width: 170px;
      }
      @media (max-width:567px) {
        max-width: 100px;
      }
    }
    .header__menu-item span {
      color: var(--dark);
    }
  }
  .header__icons {
    svg {
      path {
        stroke: var(--dark);
      }
    }
    .cart-count-bubble {
      color: white;
      background: black;
    }
  }
}
@media (max-width:1199px) {
  header-drawer {
    .header__icon {
      svg {
        path {
          fill:black;
        }
      }
    }
  }
}