/* ============================================================
   Kozhi Flexible Pricing – Frontend Styles
   ============================================================ */

/* ── Wrap ─────────────────────────────────────────────────── */
.kozhi-atc-wrap {
    margin: 1.25rem 0 1.5rem;
}

/* ── Quantity Row ─────────────────────────────────────────── */
.kozhi-qty-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.kozhi-qty-row > label {
    font-weight: 600;
    min-width: 90px;
}

.kozhi-qty-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kozhi-qty-input {
    width: 115px;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1.05em;
    text-align: right;
    -moz-appearance: textfield;
}

.kozhi-qty-input::-webkit-outer-spin-button,
.kozhi-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.kozhi-qty-input:focus {
    border-color: #7f54b3;
    box-shadow: 0 0 0 1px #7f54b3;
    outline: none;
}

.kozhi-unit-label {
    font-size: 0.9em;
    color: #555;
    font-weight: 500;
}

.kozhi-g-hint {
    font-size: 0.82em;
    color: #999;
    font-style: italic;
}

/* ── Price Summary Card ───────────────────────────────────── */
.kozhi-summary {
    background: #f8f7fc;
    border: 1px solid #e0daf0;
    border-radius: 5px;
    padding: 14px 16px;
    margin-bottom: 1.2rem;
    font-size: 0.95em;
}

/* ── Tier Badge ───────────────────────────────────────────── */
.kozhi-tier-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 0.83em;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    line-height: 1.4;
}

.kozhi-tier-badge.surcharge {
    background: #fff5e6;
    color: #9c4a00;
    border: 1px solid #f0a040;
}

.kozhi-tier-badge.discount {
    background: #eafaf0;
    color: #1a6632;
    border: 1px solid #5db87a;
}

/* ── Breakdown Row ────────────────────────────────────────── */
.kozhi-breakdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    margin-bottom: 8px;
    font-size: 0.9em;
}

.kozhi-breakdown-label {
    color: #888;
}

.kozhi-breakdown-val {
    font-weight: 600;
    color: #444;
}

/* ── Total Row ────────────────────────────────────────────── */
.kozhi-total-line {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 10px;
    border-top: 1px solid #e0daf0;
    font-weight: 700;
    font-size: 1.1em;
}

.kozhi-total-val {
    color: #7f54b3;
    font-size: 1.15em;
}

/* ── "/ kg" unit label in price display ─────────────────── */
.kozhi-unit {
    font-size: 0.68em;
    font-weight: 400;
    color: #999;
    vertical-align: baseline;
}

/* ── Cart Form Button ─────────────────────────────────────── */
.kozhi-cart-form {
    margin-top: 1.1rem;
}
