(function () {
if (window.location.pathname !== "/cart") return;
if (sessionStorage.getItem("myrespco_rx_dismissed")) return;
injectRxPopup({
heading: "Before you check out",
body: "Most of our equipment requires a valid prescription on file. Send it over now so there's no delay once your order ships.",
dismissKey: "myrespco_rx_dismissed",
});
})();