.price-segment-discount {
    border-radius: 6px;
    background: #7b2cbf;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    display: inline-block;
    font-size: 15px;
}

#price-item-sale {
    font-family: var(--font-body-family);
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.02em;
}

.footerOr3 {
    display: none;
}

@media screen and (max-width: 767px) {
    #price-element .footerOr3 {
        display: inline-block;
        color: #000;
    }
}
