/* Reset the parent's fixed 60px badge height on every product-list surface. */
body.ae-theme ul.products li.product span.onsale {
    top: 13px !important;
    right: -31px !important;
    inset-inline-end: -31px !important;
    left: auto !important;
    width: 112px !important;
    min-width: 112px !important;
    max-width: none !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    transform: rotate(45deg) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 6px 0 !important;
    line-height: 1.2 !important;
    font-size: 11px !important;
    text-transform: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    transform-origin: center center !important;
}
body.ae-theme ul.products li.product span.onsale::before,
body.ae-theme ul.products li.product span.onsale::after {
    content: none !important;
    display: none !important;
}
