/* Rosette „10 % ab 5 Tickets“ – steht vor dem Titel in der Produktzusammenfassung und
   schwimmt rechts, der Titel fließt links daran vorbei (shape-outside: runde Kontur). */
.emti-gr-badge {
    float: right;
    shape-outside: circle(50%);
    margin: 0.35rem 0 0.75rem 1.25rem;
    width: 6.25rem;
    height: 6.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ff6500;
    color: #fff;
    clip-path: polygon(50.0% 0.0%, 55.6% 7.4%, 62.9% 1.7%, 66.5% 10.3%, 75.0% 6.7%, 76.2% 15.9%, 85.4% 14.6%, 84.1% 23.8%, 93.3% 25.0%, 89.7% 33.5%, 98.3% 37.1%, 92.6% 44.4%, 100.0% 50.0%, 92.6% 55.6%, 98.3% 62.9%, 89.7% 66.5%, 93.3% 75.0%, 84.1% 76.2%, 85.4% 85.4%, 76.2% 84.1%, 75.0% 93.3%, 66.5% 89.7%, 62.9% 98.3%, 55.6% 92.6%, 50.0% 100.0%, 44.4% 92.6%, 37.1% 98.3%, 33.5% 89.7%, 25.0% 93.3%, 23.8% 84.1%, 14.6% 85.4%, 15.9% 76.2%, 6.7% 75.0%, 10.3% 66.5%, 1.7% 62.9%, 7.4% 55.6%, 0.0% 50.0%, 7.4% 44.4%, 1.7% 37.1%, 10.3% 33.5%, 6.7% 25.0%, 15.9% 23.8%, 14.6% 14.6%, 23.8% 15.9%, 25.0% 6.7%, 33.5% 10.3%, 37.1% 1.7%, 44.4% 7.4%);
    transform: rotate(-10deg);
    line-height: 1.05;
    font-family: inherit;
}
.emti-gr-badge__prozent {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}
.emti-gr-badge__text {
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-top: 0.15em;
    max-width: 70%;
}
@media (max-width: 719px) {
    .emti-gr-badge {
        margin: 0.1rem 0 0.5rem 0.75rem;
        width: 5.25rem;
        height: 5.25rem;
    }
    .emti-gr-badge__prozent { font-size: 1.25rem; }
    .emti-gr-badge__text { font-size: 0.58rem; }
}

/* Textkasten (standardmäßig aus, siehe Filter emti_gruppenrabatt_produkt_hinweis) */
.emti-gruppenrabatt-hinweis {
    margin: 0.75em 0 1.25em;
    padding: 0.85em 1em;
    border-left: 3px solid #ff8c00;
    background: rgba(255, 140, 0, 0.08);
    font-size: 0.92em;
    line-height: 1.45;
    color: #3e4c59;
}
.emti-gruppenrabatt-hinweis p { margin: 0; }
