

@media screen and (min-width: 1024px) {
  .m-header__mobile {
    display: flex!important;
  }
}
.m-header__desktop {
  display:none!important;
}
m-header.m-header {
  min-height:auto!important;
}
.m-cart-icon-bubble {
  margin-top:5px;
}