.brand > span,
.product-logo {
  background-color: transparent;
  background-image: url("/brand-logo-transparent.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: none;
  overflow: hidden;
}

.brand > span svg,
.product-logo svg {
  opacity: 0;
}

.footer-brand > svg {
  width: 30px;
  height: 30px;
  flex: none;
  color: transparent;
  background: transparent url("/brand-logo-transparent.webp") center / contain no-repeat;
}
