/* FFV6_PLANS_NO_FLOATING_CART_SUMMARY_V1 */
/* Plans now routes Add to Cart -> /cart.html. Hide old floating cart summary/sidebar on Plans only. */

#bw-cart-widget-v1,
#bw-cart-sidebar-v1,
#bw-cart-drawer-v1,
[data-bw-cart-sidebar],
[data-cart-sidebar],
.ffv6-cart-checkout-wrap-v1,
.ffv6-cart-checkout-wrap-v2,
.ffv6-cart-checkout-wrap-v3,
.ffv6-cart-checkout-cta-v1,
.ffv6-cart-checkout-cta-v2,
.ffv6-cart-checkout-cta-v3 {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

/* Keep normal nav Cart link visible. */
#bw-static-global-public-nav-v1 [data-ffv6-single-nav-cart="true"],
#bw-static-global-public-nav-v1 a[href*="/cart.html"],
header nav [data-ffv6-single-nav-cart="true"],
header nav a[href*="/cart.html"],
body > nav:first-of-type [data-ffv6-single-nav-cart="true"],
body > nav:first-of-type a[href*="/cart.html"] {
  display: inline-flex !important;
  visibility: visible !important;
  pointer-events: auto !important;
  opacity: 1 !important;
}
