/* Fix: SKU readonly ko‘rinsin, UX yaxshilash */
input[readonly]{
  opacity: 0.85;
}

