.bdg-wrapper{
    position: absolute;
    top: 20px;
    z-index: 1;
    
    display:flex;
    flex-direction:column;
    align-items: flex-start;
    justify-content: flex-start;
    gap:6px;
}
.bdg-wrapper.bdg-wrapper--product{
    z-index: 10;
    right: 0px;
    left:auto;
    top: -5px;
    align-items: flex-end;
}
.bdg-wrapper .badge{ 
    position:relative;
    top:unset;
}
.bdg-wrapper.bdg-wrapper--product .-b- span,
.bdg-wrapper.bdg-wrapper--product .badge_ span{
    padding: 0 15px;
    font-size: 12px;
    line-height: 36px;
    height: 36px;
}
.badge.-b-{ padding:0;}
.-b- span,
.badge_ span{
    height: 24px;
    line-height: 26px;
    padding: 0 15px;
    font-size: 12px;
    color: #fff;
    border-radius: 6px; 
    position: relative;
    display:inline-flex; 
    text-align: left; 
    font-weight: 400;
    z-index: 1;
}

.-b- i,
.badge_ i {
    display:none;
}