/* Keep the transparent corners of the circular logo transparent. */
.brand-logo,
.site-logo,
.site-header .brand-logo,
.inner-header .site-logo,
.listing-header .site-logo,
.product-header .site-logo {
  background: transparent !important;
  border-radius: 50%;
}
