/* Optional Slimbox 2 overrides for Zen Cart
   Place as:
   /includes/templates/<your_template>/css/stylesheet_slimbox2_overrides.css

   Use this file to tweak z-index or colors without editing the packaged CSS.
*/
#lbOverlay { z-index: 9998; }      /* Overlay below the lightbox container */
#lbCenter, #lbBottom { z-index: 9999; }  /* Ensure lightbox content is on top */
/* Example color tweaks:
#lbOverlay { background-color: rgba(0,0,0,.85); }
*/
