[bss-b2b-main-product-form]:not(
    :has([bss-b2b-product-id] .bss-b2b-price-no-vat)
  )
  .bss-b2b-qty-table-wrapper
  .bss-b2b-price-no-vat {
  display: none;
}

[bss-b2b-main-product-form]:not(
    :has([bss-b2b-product-id] .bss-b2b-price-has-vat)
  )
  .bss-b2b-qty-table-wrapper
  .bss-b2b-price-has-vat {
  display: none;
}

.account__container [bss-b2b-custom-info-field] h2 {
  display: none !important;
}
