/**
 * Staffelprijs-blok (Carmo)
 *
 * Hoort bij includes/templates/edify/templates/
 *            tpl_modules_products_quantity_discounts.php
 *
 * Wordt automatisch als <link> uitgestuurd door de style*-regel in
 * common/html_header.php -- geen registratie nodig. Hernoemen naar iets dat
 * niet met "style" begint zet de opmaak uit.
 *
 * Accentkleur = #ff6600 (carmonl/carmouk/carmogr/carmoit). Voor de crimson
 * stores is dat #96171a (hover #6f1114), voor carmosg #cd1634.
 *
 * Aangemaakt 2026-07-25.
 */

#productQuantityDiscounts.carmo-qd {
    box-sizing: border-box;
    max-width: 420px;
    margin: 4px 0 26px auto;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.35;
}

.carmo-qd .carmo-qd-head {
    padding: 8px 12px;
    border-bottom: 1px solid #e3e3e3;
    border-left: 3px solid #ff6600;
    background: #f6f6f6;
    color: #2b2b2b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.carmo-qd .carmo-qd-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.carmo-qd .carmo-qd-row {
    display: table;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 8px 12px;
    border-top: 1px solid #efefef;
}

.carmo-qd .carmo-qd-list > .carmo-qd-row:first-child {
    border-top: 0;
}

.carmo-qd .carmo-qd-qty,
.carmo-qd .carmo-qd-price,
.carmo-qd .carmo-qd-badge {
    display: table-cell;
    vertical-align: middle;
}

.carmo-qd .carmo-qd-qty {
    width: 26%;
    color: #595959;
    font-weight: 700;
    white-space: nowrap;
}

.carmo-qd .carmo-qd-price {
    text-align: right;
}

.carmo-qd .carmo-qd-inc {
    display: block;
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 700;
}

.carmo-qd .carmo-qd-ex {
    display: block;
    color: #8a8a8a;
    font-size: 12px;
}

.carmo-qd .carmo-qd-tag {
    color: #8a8a8a;
    font-size: 11px;
    font-weight: 400;
}

.carmo-qd .carmo-qd-badge {
    width: 56px;
    padding-left: 10px;
    text-align: right;
    white-space: nowrap;
}

.carmo-qd .carmo-qd-badge b {
    display: inline-block;
    padding: 3px 6px;
    border-radius: 3px;
    background: #ff6600;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.carmo-qd .carmo-qd-note {
    padding: 7px 12px;
    border-top: 1px solid #efefef;
    background: #fafafa;
    color: #777;
    font-size: 11px;
}

@media (max-width: 767px) {
    #productQuantityDiscounts.carmo-qd {
        max-width: none;
        margin: 4px 0 20px 0;
    }

    .carmo-qd .carmo-qd-inc {
        font-size: 14px;
    }
}
