.cpress-seat-locked .wc-block-components-quantity-selector,
.cpress-seat-locked .wc-block-components-quantity-selector input,
.cpress-seat-locked .quantity,
.cpress-seat-locked .quantity input,
.cpress-seat-locked input.qty,
.cpress-seat-locked input[type="number"] {
	pointer-events: none;
}

.cpress-seat-locked .wc-block-components-quantity-selector button,
.cpress-seat-locked .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,
.cpress-seat-locked .quantity button,
.cpress-seat-locked .quantity .plus,
.cpress-seat-locked .quantity .minus,
.cpress-seat-locked button[aria-label*="increase"],
.cpress-seat-locked button[aria-label*="decrease"] {
	display: none !important;
}

.cpress-seat-locked .wc-block-components-quantity-selector input,
.cpress-seat-locked input.qty,
.cpress-seat-locked input[type="number"] {
	background: #f5f5f5;
}
