.projectic-header-group-discount {
    position: absolute;
    right: 15px;
    top: -100px;
    bottom: 0;

    @media screen and (width >=992px) {
        right: 120px;
        top: 0;
    }

    display: flex;
    justify-content: center;
    align-items: center;

    strong {
        color: #f49304;
    }

    span {
        color: white;
        text-transform: lowercase;
    }

    .projectic-header-group-discount-wrapper {
        padding-inline: 10px;
        padding-block: 5px;
        border-radius: 999px;
        background-color: #172f5a;
    }

    /* @media screen and (width >=768px) { */
        &.displayTop {
            display: none;
        }
    /* } */
}
#_mobile_language_selector:has(.projectic-header-group-discount)
{
    position: relative;
    .projectic-header-group-discount{
        position: absolute;
        right: 45px;
        top: 7px;
        bottom: unset;
    }
} 