/* --- Price Summary (shared: cart, checkout) --- */
.price-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.total-row {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 800;
    color: var(--text-black);
    margin-top: 12px;
}
