#mesh-boost-progress{
  position:fixed;
  top:0;
  left:0;
  width:0;
  height:3px;
  z-index:99999;
  background:linear-gradient(90deg,#14b8a6,#2563eb);
  transition:width .22s ease,opacity .22s ease;
  opacity:0;
  pointer-events:none;
}
.mesh-boost-enfold img[loading="lazy"]{will-change:auto;}
