.u4-badges-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    max-width: 100%;
    width: 60%;
}

.u4-badges-wrapper {
    position: relative;
}

.u4-badges-wrapper .u4-badges-list {
    width: 100%;
}

.u4-badge-item {
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

@media screen and (max-width: 550px) {
    .u4-badges-list { 
        width: 95%;
    }
    .u4-badge-item { 
        font-weight: unset; 
        text-transform: unset; 
    }
    .box .new2 {
        position: unset !important;
        text-align: center;
    }
}