.eddp-widget-eta {
    .progress {
        --value: 50;
        --hue: calc(var(--value) * 1.2); /* 0→120 degrees */

        width: 100%;
        height: 6px;
        border-radius: 6px;
        background: #ddd;
        overflow: hidden;
        position: relative;
        margin-top: 10px;
    }

    .progress::before {
        content: "";
        position: absolute;
        inset: 0;
        width: calc(var(--value) * 1%);
        background: hsl(var(--hue), 90%, 50%);
        transition: width 0.3s ease, background 0.3s ease;
    }
}

body#category {
    #js-product-list {
        .eddp-widget-eta {
            font-sizE: 12px !important;
            font-weight: normal !important;
        }
    }
}

.product-line-info {
    .eddp-widget-eta {
        * {
            font-size: 13px !important;
            font-weight: normal !important;
            color: black;
        }
    }
}