p.price ins[data-suhavi-discount]::after {
    content: attr(data-suhavi-discount) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 3px !important;
    padding: 4px 7px !important;
    background: #f7f0dc !important;
    color: #806300 !important;
    border: 1px solid #dfca82 !important;
    border-radius: 4px !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}
@media (max-width: 767px) {
    p.price ins[data-suhavi-discount]::after { margin-left: 2px !important; padding: 3px 5px !important; font-size: 8px !important; }
}


/* Hide the complete coupon bar when there is no product discount. */
.wbte_sc_cpns_pp_wrapper.suhavi-no-discount {
    display: none !important;
}

/* Let delivery use the full row when the coupon bar is hidden. */
.wbte_sc_cpns_pp_wrapper.suhavi-no-discount + .wpced.wpced-product.wpced-default {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0 !important;
    border-radius: 7px !important;
}

.wbte_sc_cpns_pp_wrapper.suhavi-no-discount + .wpced.wpced-product.wpced-default::before {
    display: none !important;
}
