.header--logo {
  --logo_width: var(--img-max);
}

.artist-logo * {
  width: 100%;
  max-width: var(--img-max);
  height: auto;
  fill: currentColor;
}

.product--vendor,
.product--title {
  color: #191919;
}
