/* Keep the fully rendered pouch mockups opaque over lifestyle photography. */
.card-art img,
.floating-pack,
.contact-pack {
  mix-blend-mode: normal;
  opacity: 1;
}

/* Show the full BetterRamen noodle-and-chopsticks mark in the navigation. */
.header-brand {
  flex: 0 0 auto;
}

.header-brand img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

@media (width <= 560px) {
  .header-brand img {
    width: 54px;
    height: 54px;
  }
}
