.store-badge {
  display: inline-flex;
  line-height: 0;
  text-decoration: none;
}

.store-badge img {
  display: block;
  width: 109px;
  height: 40px;
}

.header-store {
  flex: 0 0 auto;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.hero-store {
  align-self: center;
}

@media (max-width: 560px) {
  .site-header .header-store {
    display: none;
  }

  .hero-store {
    justify-self: start;
  }
}
