.ds-progress {
	background: rgba(17, 17, 17, 0.08);
	height: 4px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.ds-progress__bar {
	background: var(--ds-red);
	height: 100%;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.12s linear;
	width: 100%;
}
