.cart__item-list:has([bss-b2b-cart-item-key][style]) .cart__tax-container,
.cart__item-list:has([bss-b2b-cart-item-key][style]) .cart__shipping-container{
  display: none;
}

.ajax-cart:has([bss-b2b-cart-item-key][style]) .ajax-cart__taxes,
.ajax-cart:has([bss-b2b-cart-item-key][style]) .ajax-cart__shipping{
  display: none;
}

.ajax-cart__details-wrapper:has(.tos_agree:not(:checked)) button[bss-b2b-cart-trigger-added],
.cart__checkout-container:has(.tos_agree:not(:checked)) button[bss-b2b-cart-trigger-added]{
  pointer-events: none !important;
  opacity: 0.5;
  cursor: not-allowed;
}
