










  .storista-header {
    display: flex;
    width: 100%;
  }

  .storista-header-left {
    justify-content: start;
  }

  .storista-header-center {
    justify-content: center;
  }

  .storista-header-right {
    justify-content: end;
  }




