/*
 * Force WooCommerce/Woodmart to own cart and checkout pages.
 * LearnDash assets are dequeued in PHP; this hides any registration/order
 * fragments that still get injected into WooCommerce cart or checkout content.
 */

body.cg-force-woodmart-woo .ld-registration__outer-wrapper,
body.cg-force-woodmart-woo #learndash-registration-wrapper,
body.cg-force-woodmart-woo .learndash-registration-wrapper,
body.cg-force-woodmart-woo .ld-registration-order,
body.cg-force-woodmart-woo .ld-registration-checkout,
body.cg-force-woodmart-woo .ld-payment-gateway,
body.cg-force-woodmart-woo .learndash_checkout_buttons,
body.cg-force-woodmart-woo .learndash_checkout_button,
body.cg-force-woodmart-woo .learndash-wrapper [class*="learndash"][class*="checkout"],
body.cg-force-woodmart-woo .learndash-wrapper [class*="registration"][class*="order"] {
	display: none !important;
}

body.cg-force-woodmart-woo .woocommerce,
body.cg-force-woodmart-woo .cart-content-wrapper,
body.cg-force-woodmart-woo .woocommerce-cart-form,
body.cg-force-woodmart-woo .cart_totals,
body.cg-force-woodmart-woo .woocommerce-checkout,
body.cg-force-woodmart-woo .wp-block-woocommerce-cart,
body.cg-force-woodmart-woo .wp-block-woocommerce-checkout {
	visibility: visible !important;
}
