.branding,
#block-ji-kure-theme-topbarstoreselectorforguestscustomers,
#block-ji-kure-theme-productsearch,
#block-mainmenu {
  display: inherit;
}

.container-top-bar-wrap {
  display: flex;
  justify-content: center;
}

.container-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px;
  width: 1920px;
}

@media screen and (max-width: 485px) {
  .container-top-bar {
    flex-direction: column;
  }

  .container-left {
    display: none;
  }

  body {
    background-image: url(../kure_girl_faded.png);
    background-repeat: no-repeat;
    background-attachment: initial;
  }
  body.user-not-logged-in {
    background-position: center 11px;
  }
  body.user-logged-in {
    background-position: center 51px;
  }
}
