.card .product-badge.product-badge2 {
    left: auto;
    right: 0;
    border-radius: 9px 0 0 30px;
    padding: 0 10px 0 12px;
    background: #a99aa6 !important;
    /* background: #daa520 !important; */
}
.card .product-badge {
    top: 15px;
    left: 0;
    border-radius: 0 9px 30px 0;
    padding: 0 12px 0 10px;
}
.product-badge {
    /* position: absolute; */
    height: 24px;
    padding: 0 14px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 24px;
    white-space: nowrap;
    z-index: 9;
}

div.wrapper div.core div.main-product div.card span.subcategory {
    color: #333333;
    padding-left: 13px;
    font-size: 10px;
}
