.headerContainer {
  padding: 5px 15px;
  height: 45px;
  background-color: var(--shadowColor);
  border-bottom: 1px solid var(--backgroundMenuColor2);
}

.headerLeftSection {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.titleLabel {
  font-size: 0.7rem;
  color: var(--textColorSecondary);
  font-weight: 700;
  line-height: 1.1;
}

.totalPriceLabel {
  font-size: 1rem;
  color: var(--primaryColor);
  font-weight: 700;
  line-height: 1.2;
}
