/* Hide generic "no shipping options" UI when weight limit error is active. */
body.ptpac-order-weight-limit-over .wc-block-components-shipping-rates-control__no-results-notice,
html.ptpac-order-weight-limit-over .wc-block-components-shipping-rates-control__no-results-notice,
body.ptpac-order-weight-limit-over .wc-block-components-shipping-rates-control__no-shipping-address-message,
html.ptpac-order-weight-limit-over .wc-block-components-shipping-rates-control__no-shipping-address-message,
body.ptpac-order-weight-limit-over .woocommerce-no-shipping-available-notice,
html.ptpac-order-weight-limit-over .woocommerce-no-shipping-available-notice,
body.ptpac-order-weight-limit-over .cart-no-shipping-methods,
html.ptpac-order-weight-limit-over .cart-no-shipping-methods {
	display: none !important;
}
