/* Minimal overrides to keep the popup integrated with any theme.
 * Nothing here should impose colors or fonts — rely on Bootstrap/PS classes. */
#sw-popup-root .sw-popup-message { margin-bottom: 10px; }

/* Always sit above quickview (1050) and any other PrestaShop modal stack. */
#sw-popup-modal { z-index: 2050 !important; }
body > .modal-backdrop.sw-popup-backdrop { z-index: 2040 !important; }
