.unistellar-product-counter {
    display: flex;
    gap: 10px;
    justify-content: center;
    perspective: 1000px;
}

.digit-container {
    width: 40px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.digit-roller {
    position: absolute;
    width: 100%;
    top: 0;
    transition: transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.digit {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
     /*font-size: 64px;*/
    font-weight: bold;
}