.elementor-14 .elementor-element.elementor-element-55f95c9{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-401b1015 *//* 1. Ocultar el texto original del aviso de reserva */
.woocommerce-cart .backorder_notification,
p.backorder_notification {
    font-size: 0 !important;
    color: transparent;
}

/* 2. Inyectar tu nuevo texto personalizado */
.woocommerce-cart .backorder_notification::after,
p.backorder_notification::after {
    content: "⚠️Disponible para reserva. No hay existencias en tienda.";
    font-weight: bold;
    color: #ffc067;
    font-size: 14px;
    display: inline-block;
}/* End custom CSS */