.progress-bar{position:fixed;top:0;left:0;right:0;height:3px;background:rgba(203,192,179,.3);z-index:9999;overflow:hidden}.progress-bar__fill{height:100%;background:linear-gradient(90deg,#cbc0b3,#d4c9bc 50%,#cbc0b3);position:relative}.progress-bar__fill:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4) 50%,transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}