/* Product brand is an identity badge, not a utility icon. */
.product-brand {
  width: 132px;
  height: 42px;
  flex: 0 0 132px;
  border-radius: 14px;
}

.product-brand__logo,
.product-brand img {
  width: 112px;
  height: 32px;
}

.product-brand__fallback {
  max-width: 112px;
  font-size: 11px;
}

@media (max-width: 820px) {
  .product-hero-title__badges {
    grid-template-columns: minmax(0, 1fr) 36px 112px;
  }

  .product-brand {
    width: 112px;
    height: 36px;
    flex-basis: 112px;
  }

  .product-brand__logo,
  .product-brand img {
    width: 96px;
    height: 27px;
  }

  .product-brand__fallback {
    max-width: 94px;
    font-size: 10px;
  }
}
