/* Product-detail header cloned from the reference storefront. */
body.single-itineraries .sx-product-header,
body.single-itineraries .sx-product-header * {
  box-sizing: border-box;
  letter-spacing: 0;
}

body.single-itineraries .sx-product-header {
  position: relative;
  z-index: 50;
  top: auto;
  width: 100%;
  height: 50px;
  margin-top: 0;
  border: 0;
  background: #fff;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body.single-itineraries .sx-product-header__inner {
  display: flex;
  width: 90%;
  height: 50px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
}

body.single-itineraries .sx-product-header__brand {
  display: inline-flex;
  height: 45px;
  min-width: 0;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  transform: translateY(1.5px);
}

body.single-itineraries .sx-product-header__logo {
  display: block;
  width: 37px;
  height: 45px;
  max-width: none;
  flex: 0 0 37px;
  object-fit: contain;
}

body.single-itineraries .sx-product-header__brand-name {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  transform: translateY(0.5px);
  white-space: nowrap;
}

body.single-itineraries .sx-product-header__identity {
  display: flex;
  width: 186.5px;
  height: 39px;
  min-width: 0;
  flex: 0 0 186.5px;
  align-items: center;
  justify-content: flex-start;
  gap: 14.3px;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  transform: translateY(-0.5px);
}

body.single-itineraries .sx-product-header__currency {
  display: inline-flex;
  height: 30px;
  min-width: 70.9px;
  flex: 0 0 70.9px;
  align-items: center;
  gap: 8.4px;
  line-height: 15px;
  transform: translateY(1.5px);
  white-space: nowrap;
}

body.single-itineraries .sx-product-header__currency img {
  display: block;
  width: 31.4px;
  height: 16px;
  max-width: none;
  flex: 0 0 31.4px;
  object-fit: fill;
}

body.single-itineraries .sx-product-header__currency strong {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

body.single-itineraries .sx-product-header__account {
  display: inline-flex;
  height: 39px;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  color: #000;
  transform: translateY(-0.9px);
}

body.single-itineraries .sx-product-header__avatar {
  display: block;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  max-width: none;
  flex: 0 0 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #e9e9e9;
  object-fit: cover;
  object-position: 50% 50%;
}

body.single-itineraries .sx-product-header__account-copy {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  overflow: hidden;
  white-space: nowrap;
}

body.single-itineraries .sx-product-header__account-copy strong,
body.single-itineraries .sx-product-header__account-copy small {
  display: block;
  width: 100%;
  overflow: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.single-itineraries .sx-product-header__account-copy strong {
  color: #000;
}

body.single-itineraries .sx-product-header__account-copy small {
  color: #b4b4b4;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  body.single-itineraries .sx-product-header__brand-name {
    display: none;
  }
}

@media (max-width: 700px) {
  body.single-itineraries .sx-product-header__brand {
    position: relative;
    width: 45px;
    height: 32.7px;
    margin-left: -5.2px;
    transform: translateY(-0.45px);
  }

  body.single-itineraries .sx-product-header__brand::before {
    position: absolute;
    top: 7.8px;
    left: 7.7px;
    width: 29px;
    height: 17px;
    background: url("../images/shuxing-sx-black.png") center / 100% 100% no-repeat;
    content: "";
    pointer-events: none;
  }

  body.single-itineraries .sx-product-header__logo {
    width: 45px;
    height: 32.7px;
    flex-basis: 45px;
    opacity: 0;
  }

  body.single-itineraries .sx-product-header__identity {
    width: 180.4px;
    flex-basis: 180.4px;
    gap: 8.1px;
    transform: translateY(1.1px);
  }

  body.single-itineraries .sx-product-header__currency {
    min-width: 70.9px;
    flex-basis: 70.9px;
    gap: 3.5px;
    transform: translateY(-2.53px);
  }

  body.single-itineraries .sx-product-header__currency strong {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 14px;
  }

  body.single-itineraries .sx-product-header__account {
    transform: translateY(-3.17px);
  }
}
