/**
 * Hide public quote UI when pmw_quotes_paused is enabled.
 * Layout stays intact; quote actions, qty inputs, and cart chrome are removed.
 */

/* Archive cards & single product — qty + add to quote + variation forms */
body.pmw-quotes-paused .quantity-selector,
body.pmw-quotes-paused .pmw-qty-row,
body.pmw-quotes-paused .pmw-variations-form,
body.pmw-quotes-paused .add_to_cart_button,
body.pmw-quotes-paused .pmw-add-to-quote,
body.pmw-quotes-paused .single_add_to_cart_button,
body.pmw-quotes-paused form.cart,
body.pmw-quotes-paused .cart .quantity,
body.pmw-quotes-paused .woocommerce-variation-add-to-cart {
  display: none !important;
}

/* Your Quote & Enquire pages */
body.pmw-quotes-paused .pmw-quote-cart-form,
body.pmw-quotes-paused .pmw-quote-next-panel,
body.pmw-quotes-paused .page-grid .form-col,
body.pmw-quotes-paused .cart-col a[href*="enquire"],
body.pmw-quotes-paused .side-col .button {
  display: none !important;
}

/* My Account — start new quote shortcuts */
body.pmw-quotes-paused .pmw-card[href*="aggregates"],
body.pmw-quotes-paused a.pmw-card[href*="aggregates"],
body.pmw-quotes-paused .pmw-view-quote-actions .button[href*="aggregates"] {
  display: none !important;
}

/* Header / mini-cart (Salient + WooCommerce common selectors) */
body.pmw-quotes-paused .cart-contents,
body.pmw-quotes-paused .nectar-woo-cart,
body.pmw-quotes-paused #mobile-cart-link,
body.pmw-quotes-paused .cart-menu-wrap,
body.pmw-quotes-paused .header-cart,
body.pmw-quotes-paused li.nav-cart,
body.pmw-quotes-paused #header-outer .cart-wrap,
body.pmw-quotes-paused #header-outer .cart-outer,
body.pmw-quotes-paused .widget_shopping_cart,
body.pmw-quotes-paused .woocommerce-mini-cart,
body.pmw-quotes-paused span.cart-items-count,
body.pmw-quotes-paused .cart-icon-wrap {
  display: none !important;
}
