.\#product-info-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(235, 239, 241, 0.5);
  opacity: 0;
  pointer-events: none;
  z-index: 21;
}
.\#product-info-loading.\!active {
  opacity: 1;
  pointer-events: auto;
}