.sg-scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    z-index: calc(var(--z-header) + 1);
    background-color: transparent;
}

.sg-scroll-progress__bar {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--smoked-mocha), var(--mocha-light));
    transition: width 0.1s linear;
    will-change: width;
}
