[bss-b2b-main-product-form]:has([bss-b2b-product-id][style])
  [x-show="currentVariantAvailable"] {
  display: none;
}

[bss-b2b-main-product-form] [bss-b2b-product-id] span {
  font-size: var(--font-size-lg) !important;
  line-height: var(--base-line-height);
}

[bss-b2b-product-id] span {
  font-size: var(--font-size-base);
  line-height: var(--base-line-height);
}

[data-cart-drawer] [bss-b2b-cart-item-key] span{
  color: #faf5ec !important;
}