/* Bandeau haut */
.top-order-banner {
    background: linear-gradient(90deg, #b00020, #e53935);
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    z-index: 9999;
}

/* Message interne */
.block-orders-message {
    margin: 15px 0;
    font-size: 14px;
}

/* Désactivation commande */
.add-to-cart,
#add-to-cart-or-refresh,
.checkout button {
    pointer-events: none !important;
    opacity: 0.5 !important;
}
