@media screen and (max-width:1023px){
  .m-header__mobile{position:relative;padding-top:36px;padding-bottom:36px;display:flex;align-items:center;justify-content:space-between;gap:0}
  .m-header__mobile .m-logo__image{padding-top:6px;padding-bottom:6px}
  .m-header__mobile .m-menu-button{order:1;flex:0 0 auto;width:auto;padding:0;line-height:0}
  .m-header__mobile .m-menu-button+.m-header__mobile-right{display:none}
  .m-header__mobile .m-logo{order:2;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:auto;flex:none;justify-content:center;pointer-events:auto}
  .m-header__mobile .m-logo+.m-header__mobile-right{order:3;flex:0 0 auto;width:auto;display:flex;align-items:center;justify-content:flex-end;gap:0;padding:0;margin-left:auto}
  .m-header__mobile .m-hamburger-box{width:auto;height:auto;padding:0;border:0}
  .m-header__mobile .m-hamburger-box__inner,.m-header__mobile .m-hamburger-box__inner:before,.m-header__mobile .m-hamburger-box__inner:after{display:none}
  .m-header__mobile .m-menu-button__icon,.m-header__mobile .m-cart-icon-bubble{padding:6px;margin:0;display:inline-flex;align-items:center;justify-content:center;line-height:0;cursor:pointer}
  .m-header__mobile .m-menu-button__icon svg,.m-header__mobile .m-cart-icon-bubble svg{width:24px;height:24px;stroke-width:1px;display:block}
}
