.pc-cart-weight-message {
    font-size: 14px;
    margin: 12px 0;
}

.pc-cart-weight-message--error {
    color: #b30000;
    font-weight: 600;
}

.pc-cart-weight-message--ok {
    color: #2f7a2f;
    font-weight: 600;
}

/* Stile del bottone “Pagamento” quando non cliccabile */
.pc-checkout-disabled {
    background-color: #ccc !important;
    color: #666 !important;
    border: none !important;
    pointer-events: none !important;
    cursor: not-allowed !important;
}
