.hero-image.brand-hero {
  min-height: 390px;
  background: #fff;
}

.hero-image.brand-hero > img {
  object-fit: contain;
}

.order-success {
  text-align: center;
}

.order-success p {
  color: var(--muted);
  line-height: 1.65;
  margin: 22px 0;
}
