.edw-badges{
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    z-index: 1;
    gap: 8px;
    display: flex;
    margin-bottom: 8px;
}
.entry.product .edw-badges{
    height: 16px;
}
.products li{
    margin-top: 25px !important;
}
.post-type-archive-product .edw-badges,
.product .edw-badges,
.tax-product_tag .edw-badges,
.tax-product_cat .edw-badges{
    position: absolute;
    top: -24px;
    right: 0px;
    width: 100%;
    display: flex;
    flex-flow: wrap;
}
.edw-badges .badge{
    color: white;
    text-align: center;
    padding: 0px 4px;
    background: #5D5D5D;
    text-align: right;
    right: 0px;
    position: absolute;
    width: 50%;
    border-top-left-radius: 10px;
}
/*.edw-badges > .badge.badge-destaque{*/
/*    border: 1px solid darkblue;*/
/*    background-color: lightskyblue;*/
/*}*/
/*.edw-badges > .badge.badge-novidade{*/
/*    border: 1px solid darkorange;*/
/*    background-color: orange;*/
/*    right: 0px;*/
/*    position: absolute;*/

/*}*/
/*.edw-badges > .badge.badge-promo{*/
/*    border: 1px solid darkred;*/
/*    background-color: indianred;*/
/*}*/
/*.edw-badges > .badge.badge-lote{*/
/*    border: 1px solid darkgreen;*/
/*    background-color: lightgreen;*/
/*}*/
