/* Header logo sizing: keep the original artwork intact inside a 100px header. */
.store-header {
  height: 100px !important;
}

.store-brand img{
        max-height: 100px;
}
.store-header .store-brand img {
  display: block;
  width: auto;
  height: 100px;
  max-width: 260px;
  object-fit: contain;
}

.store-footer .store-brand img {
  display: block;
  width: auto;
  max-width: 210px;
  max-height: 50px;
  object-fit: contain;
}

.auth-store-header {
  height: 100px;
}

.auth-store-brand img {
  display: block;
  width: auto;
  height: 100px;
  max-width: 260px;
  object-fit: contain;
}

@media (max-width: 800px) {
  .store-header {
    height: 80px !important;
  }

  .store-header .store-brand img {
    height: 72px;
    max-width: 190px;
  }
}

@media (max-width: 700px) {
  .auth-store-header {
    height: 80px;
  }

  .auth-store-brand img {
    height: 72px;
    max-width: 175px;
  }
}
