/* PepTools Research Kit Builders v0.2.1 — customer-facing inventory privacy. */
/* PHP filters remove WooCommerce's normal in-stock text. These selectors cover
   theme/block wrappers that may still output an in-stock quantity independently. */
.woocommerce p.stock.in-stock,
.woocommerce div.product .stock.in-stock,
.wc-block-components-product-stock-indicator--in-stock,
.wc-block-components-product-stock-indicator.is-in-stock,
.ptbb-stock-note{display:none!important}
