/* v20: the supplied storefront mark is the brand lockup. */
.brand-real {
  width: 198px;
  min-width: 0;
  flex: 0 1 auto;
}
.brand-real-logo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 984 / 222;
  object-fit: contain;
  border-radius: 0;
  filter: drop-shadow(0 3px 6px #0006);
}
.header .brand-real-logo {
  max-height: 70px;
}
.footer .brand-real {
  width: 210px;
}
.footer .brand-real-logo {
  box-shadow: none;
  filter: drop-shadow(0 2px 5px #0008);
}
@media (max-width: 1000px) {
  .brand-real {width: 182px}
  .footer .brand-real {width: 195px}
}
@media (max-width: 720px) {
  .brand-real {width: 170px}
  .header .brand-real-logo {max-height: 62px}
  .footer .brand-real {width: 182px}
}
@media (max-width: 370px) {
  .brand-real {width: 157px}
  .footer .brand-real {width: 170px}
}
