.product-price.has-promo,
.detail-price.has-promo,
.cart-price-line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
}

.promo-current,
.product-price.has-promo .promo-current,
.detail-price.has-promo .promo-current,
.promo-price {
    font-weight: 800;
}

.promo-normal,
.product-price.has-promo .promo-normal,
.detail-price.has-promo .promo-normal {
    text-decoration: line-through;
    opacity: .58;
    font-size: .9em;
}

.promo-badge,
.promo-inline-badge,
.promo-mini-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 4px 9px;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .02em;
    background: #b91c1c;
    color: #fff;
    box-shadow: 0 8px 18px rgba(185, 28, 28, .24);
}

.product-media .promo-badge {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 3;
}

.promo-inline-badge {
    margin-left: 4px;
    transform: translateY(-2px);
}

.promo-deadline {
    margin: -4px 0 8px;
    font-size: .78rem;
    font-weight: 700;
    color: #b91c1c;
}

.promo-deadline-detail {
    margin-top: -10px;
    margin-bottom: 12px;
}

.product-promo-admin {
    margin: 20px 0;
    padding: 18px;
    border: 1px solid rgba(185, 28, 28, .16);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(254, 242, 242, .96), rgba(255, 247, 237, .86));
}

.product-promo-admin h3 {
    margin: 0 0 6px;
}

.promo-admin-status {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .78);
    font-weight: 700;
}

.promo-admin-status--active {
    color: #991b1b;
}

.admin-price-stack {
    display: grid;
    gap: 2px;
    align-items: start;
}

.admin-price-stack small {
    opacity: .65;
}
