/* Arabira Commerce Rescue 1.5.0
 * ARSO owns the cart, offer modal and wishlist UI. This file only neutralizes
 * markup/classes left by a cached 1.2.0 page. */
#arabira-rescue-modal,
.arabira-rescue-modal,
.arabira-rescue-toast {
    display: none !important;
}
html.arabira-rescue-modal-open,
body.arabira-rescue-modal-open {
    overflow: auto !important;
}

/* 1.5.0 compatibility guard: never leave the live mini-cart content hidden. */
.widget_shopping_cart_content{
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
}
