/**
 * WooCommerce PDP UI hides (gated by body classes from Settings toggles).
 */

body.nbd-kunmee-hide-start-design #startDesign {
	display: none !important;
}

body.nbd-kunmee-hide-woo-quantity.single-product .quantity {
	display: none;
}

body.nbd-kunmee-hide-delivery-custom-qty .nbo-fields-wrapper .nbo-delivery-custom-quantity {
	display: none;
}

body.nbd-kunmee-hide-clear-selection .nbo-clear-option-wrap a.nbd-button:not(.nbo-apply) {
	display: none !important;
}

body.nbd-kunmee-hide-clear-selection .nbo-clear-option-wrap:not(:has(.nbo-apply)) {
	display: none !important;
}
