/*
 Theme Name:   Emall Child
 Template:     emall
 Version:      1.0.0
 Author:       Your Name
 Description:  Child theme for the Emall theme
*/
.out-of-stock-option {
  filter: blur(1.5px) grayscale(100%);
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}