body.tax-product_brand,
body.tax-pwb-brand,
body.tax-yith_product_brand {
  --vis-brand-bg-image: none;
}

body.tax-product_brand #main,
body.tax-pwb-brand #main,
body.tax-yith_product_brand #main {
  background-image: var(--vis-brand-bg-image) !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  background-position: center top !important;
  background-attachment: scroll !important;
  background-blend-mode: normal !important;
  filter: none !important;
  backdrop-filter: none !important;
  opacity: 1 !important;
}

@media (max-width: 849px) {
  body.tax-product_brand #main,
  body.tax-pwb-brand #main,
  body.tax-yith_product_brand #main {
    background-size: cover !important;
    background-position: center center !important;
  }
}
