.global-header {
  z-index: 20;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--ccbt-border-color-default);
}

.global-header a {
  color: #000;
  text-decoration: none;
}

.global-header__container {
  width: 100%;
  gap: 2rem;
  flex-wrap: nowrap;
}

.global-header__brand {
  width: 100%;
}

.global-header-logo {
  width: 100%;
  margin: 0;
}

.global-header-fullname {
  display: none;
  width: auto;
  margin-left: 1rem;
  margin-top: auto;
  margin-bottom: 0;
  font-feature-settings: 'palt' 1;
  font-kerning: normal;
  white-space: nowrap;
}

.global-header-menu {
  width: 100%;
}

.global-header--shrink {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin: 0;
  padding-bottom: 0;
}

.global-header--shrink .global-header-logo {
  width: 90px;
}

.global-header--shrink .global-header-logo img {
  width: 100%;
  height: auto !important;
}

.global-header--shrink .global-header-fullname {
  display: none;
  margin-bottom: auto;
  font-size: 1rem;
}

.menu-shortcut {
  display: none !important;
}

.wp-block-lazyblock-ccbt-bogo-locale-switcher p {
  margin: 0;
}

.opening-status {
  display: flex;
  font-size: 0.875rem;
  padding-left: 1.25rem;
}

.global-header--shrink {
  align-items: center;
}

.global-header--shrink .global-header__container {
  flex-direction: row;
  justify-content: space-between;
}

.global-header--shrink .wp-block-lazyblock-ccbt-opening-status {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.global-header--shrink .opening-status__text {
  display: none !important;
}

@media (min-width: 1080px) {
  .global-header__brand {
    align-items: end;
  }

  .global-header-fullname {
    display: block;
  }

  .global-header-logo {
    width: calc(50% - 1.5rem);
  }

  .global-header-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
  }

  .global-header-menu__container {
    display: flex;
    justify-content: flex-end;
  }

  .menu-shortcut {
    display: flex !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .global-header--shrink .global-header__brand {
    width: 90px;
  }

  .global-header--shrink .global-header-menu__container {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .global-header--shrink .global-header-brand {
    width: 90px;
  }
}