/* ===== Quantity Discount — mention fiche produit ===== */

.qd-box {
    position: relative;
    margin: -20px 0 12px !important;
    padding: 14px 18px;
    background: #fff;
    border: 2px dashed #f58220;
    border-radius: 10px;
}

/* Badge centré sur la bordure haute */
.qd-corner-badge {
    position: absolute;
    top: 0;
    right: 20px;
    transform: translateY(-50%);
    padding: 4px 16px;
    background: #223E7A;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    border-radius: 4px;
    white-space: nowrap;
}

/* Ligne 1 : "-5 % supplémentaires dès l'achat d'un carton" */
.qd-line1 {
    margin: 0 0 4px 0;
    padding-right: 130px; /* espace pour le badge */
    color: #f58220;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

/* Ligne 2 : "Remise appliquée automatiquement dans votre panier" */
.qd-line2 {
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
}

.qd-line2 strong {
    font-weight: 700;
}
