.dm-product-card.sale .dm-product-card__platforms {
    left: 12px;
    right: auto;
}

.dm-product-card.sale .dm-product-card__badges {
    inset: 0;
    z-index: 12;
    display: block;
    overflow: hidden;
}

.dm-product-card.sale .dm-product-card__badges-left {
    padding: 0;
}

.dm-product-card__sale-badge {
    position: absolute;
    top: 10px;
    right: -34px;
    left: auto;
    bottom: auto;
    width: 112px;
    min-height: 24px;
    height: 24px;
    padding: 0;
    border-radius: 0;
    isolation: isolate;
    white-space: nowrap;
    transform: rotate(45deg);
    transform-origin: center;
    background: linear-gradient(135deg, #f01846 0%, #a7072b 100%);
    border: 1px solid rgba(255, 255, 255, 0.46);
    color: #ffffff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.4px;
    line-height: 24px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.78);
    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.48),
        0 0 0 1px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.dm-product-card__sale-badge::before {
    content: "";
    position: absolute;
    inset: -1px 0;
    z-index: -1;
    background: rgba(3, 6, 12, 0.3);
}

@media (max-width: 640px) {
    .dm-product-card.sale .dm-product-card__platforms {
        left: 12px;
        right: auto;
    }

    .dm-product-card__sale-badge {
        top: 8px;
        right: -33px;
        width: 106px;
        min-height: 22px;
        height: 22px;
        font-size: 8px;
        line-height: 22px;
    }
}
