.ems-product-badges {
    display: flex;
    flex-direction: column;
    gap: 3px;
    position: absolute;
    /* z-index: 9; */
    top: 10px;
    left: 10px;
}
.ems-sp-badges {
    position: absolute;
    display: flex;
    flex-direction: column;
}
.single .ems-product-badges {
    z-index: 9;
}


span.ems-badge {
    /* width: 50%; */
    width: max-content;
    /* margin-left: -7px; */
    position: relative;
    border-radius: 0 !important;
    /* margin-top: 5px; */
    height: 32px;
    line-height: 1;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 11px;
    display: flex;
    align-items: center;
    font-weight: 500;
    /* padding-right: 20px; */
    clip-path: polygon(3px 0, 100% 0, calc(100% - 3px) 100%, 0 100%);
}
.ems-badges-wrap.wrap form {
    margin-bottom: 50px;
}


