/* Loop Bundle Badge (BEM Styled) */

/* Base Block */
.woocommerce span.onsale.cbb-badge,
.cbb-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.1;
    font-weight: 400;
    text-transform: none;
    z-index: 99;
    padding: 0;
    min-height: 0;
    min-width: 0;
}

/* Premium Style (Peach Circle) */
.woocommerce span.onsale.cbb-badge--premium,
.cbb-badge--premium {
    width: 6.5em;
    height: 6.5em;
    border-radius: 50%;
    background-color: #FFE2C7;
    color: #333333;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Elements */
.cbb-badge__save {
    font-size: 0.85em;
    margin-bottom: 2px;
}

.cbb-badge__pct {
    font-size: 2.2em;
    font-weight: 300;
    /* Thin look */
    color: #111;
    /* Near black */
    line-height: 1;
}

.cbb-badge__text {
    font-size: 0.8em;
    margin-top: 2px;
}