/* Badge sconto — sempre visibile se c’è una regola fake o reale */

.spr-sale-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    padding: 4px 8px;
    border-radius: 6px;
    background: #e11d48;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.2;
    pointer-events: none;
}

.spr-sale-badge--single {
    top: 12px;
    right: 12px;
    min-width: 48px;
    padding: 5px 10px;
    font-size: 13px;
}

.sgp-card__thumb,
.serigest-gallery__main,
.sgh-live-search__card-thumb {
    position: relative;
}

.sgp-card__thumb:has(.spr-sale-badge) .onsale,
.serigest-gallery__main:has(.spr-sale-badge) .onsale {
    display: none !important;
}
