.catalog-product-edit input[name="product[quantity_and_stock_status][qty]"],.catalog-product-edit input[name="product[bundle_quantity]"]{
    background-color: lightgray;
    color: #494948;
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.catalog-product-edit div[data-index='qty'] label, .catalog-product-edit div[data-index='bundle_quantity'] label{
    pointer-events: none;
}

.catalog-product-new input[name="product[quantity_and_stock_status][qty]"],.catalog-product-new input[name="product[bundle_quantity]"]{
    background-color: lightgray;
    color: #494948;
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.catalog-product-new div[data-index='qty'] label, .catalog-product-new div[data-index='bundle_quantity'] label{
    pointer-events: none;
}

.admin__scope-old .attributes-edit-form .field .control label.addafter[for="simple_qty"],
.admin__scope-old .attributes-edit-form .field .control label.addafter[for="bundle_quantity"] {
    display:none
}

.admin__scope-old .advanced-inventory-edit .field.choice label[for="inventory_qty_increments_checkbox"],
.admin__scope-old .advanced-inventory-edit .field.choice input[id="inventory_qty_increments_checkbox"],
.admin__scope-old .advanced-inventory-edit .field.choice label[for="inventory_qty_checkbox"],
.admin__scope-old .advanced-inventory-edit .field.choice input[id="inventory_qty_checkbox"]{
    display:none
}
