.basket__stats .circular-progress{position:absolute;top:0;left:0;right:0;bottom:0;--size: 250px;--half-size: calc(var(--size) / 2);--stroke-width: 25px;--radius: calc((var(--size) - var(--stroke-width)) / 2);--circumference: calc(var(--radius) * pi * 2);--dash: calc((var(--progress) * var(--circumference)) / 100);animation:progress-animation 3s linear 0s 1 forwards}.basket__stats .circular-progress circle{cx:var(--half-size);cy:var(--half-size);r:var(--radius);stroke-width:var(--stroke-width);fill:none;stroke-linecap:round}.basket__stats .circular-progress circle.bg{stroke:#e7e7e7}.basket__stats .circular-progress circle.fg{transform:rotate(-90deg);transform-origin:var(--half-size) var(--half-size);stroke-dasharray:var(--dash) calc(var(--circumference) - var(--dash));transition:stroke-dasharray .3s linear 0s;stroke:#ff4e00}@keyframes progress-animation{0%{--progress: 0}to{--progress: var(--progress-bar)}}
