.sb-sale-badge {
    background: #ffc800 !important;
    color: #000 !important;
    font-weight: 500;
    font-size: 13px; /* reduced by 1px */
    padding: 3px 7px;
    border-radius: 4px;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 20;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
}

/* ascunde badge-ul default doar in shop/arhiva */
.archive .product .onsale,
.shop .product .onsale {
    display: none !important;
}
