.lieferpreis-label {
    background-color: #f8f8f8;
    color: #333;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.8em;
    margin-left: 5px;
    font-weight: bold;
    display: none; /* Per default ausgeblendet */
}

.woocommerce-variation-price .lieferpreis-label {
    display: inline-block;
    margin-top: 5px;
}

.price del {
    opacity: 0.5;
    margin-right: 5px;
}

.price ins {
    font-weight: bold;
    text-decoration: none;
}

/* Pickup Promotion Styles */
.delivery-price-comparison {
    color: #999;
    text-decoration: line-through;
    font-size: 20px;
    opacity: 0.7;
}

.pickup-price-highlight {
    color: #2c3e50;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
}

.pickup-savings-label {
    display: none; /* Per default ausgeblendet */
    background: #27ae60;
    color: white;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.85em;
    margin-left: 5px;
    font-weight: normal;
}
