/* K-Leef Flow Engine — Product availability CTA styles */

/* ── Single product stock label ───────────────────────────────────────────── */

.kleef-stock {
    font-size: 0.875em;
    font-weight: 600;
    margin-bottom: 0.75em;
}

.kleef-stock--custom-order  { color: #E59635; }
.kleef-stock--check-availability { color: #666; }
.kleef-stock--batch-order   { color: #E59635; }

/* ── Shop loop badge ──────────────────────────────────────────────────────── */

.kleef-loop-badge {
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    z-index: 10;
    background-color: #1a1a1a;
    color: #fff;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 0.3em 0.6em;
    border-radius: 2px;
    pointer-events: none;
}

/* ── Single product CTA ───────────────────────────────────────────────────── */

.kleef-cta-wrap {
    margin: 1.5em 0;
}

.kleef-cta-button {
    display: inline-block;
    padding: 0.75em 1.5em;
    background-color: #E59635;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    transition: background-color 0.2s ease;
}

.kleef-cta-button:hover,
.kleef-cta-button:focus {
    background-color: #c47a20;
    color: #fff;
    text-decoration: none;
}

.kleef-cta-button--secondary {
    background-color: #1a1a1a;
}

.kleef-cta-button--secondary:hover,
.kleef-cta-button--secondary:focus {
    background-color: #333;
}

.kleef-cta-note {
    margin-top: 0.5em;
    font-size: 0.875em;
    color: #666;
}

/* ── Vanaf price — single product page ───────────────────────────────────── */

.kleef-vanaf-price {
    display: inline-flex;
    align-items: baseline;
    gap: 0.25em;
    flex-wrap: wrap;
}

.kleef-vanaf-label {
    font-size: 0.8em;
    font-weight: 500;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.kleef-vanaf-suffix {
    font-size: 0.75em;
    font-weight: 400;
    color: #888;
}

/* The wc_price output sits between label and suffix — keep it prominent */
.kleef-vanaf-price .woocommerce-Price-amount {
    font-size: 1.6em;
    font-weight: 700;
    color: #1a1a1a;
}
