/* Global backdrop overlay color override for modals and flyouts */
/* This class is used by: 
   - Magento_Theme/templates/html/header/cart_modal.phtml (backdrop divs)
   - Magento_Theme/templates/html/modal/centered_modal.phtml (backdrop div)
   Add class="backdrop" to any overlay to apply this color.
*/

:root {
  /* Customize site-wide backdrop color here */
  --animoz-backdrop-color: rgba(0, 0, 0, 0.45);
}

.backdrop {
  background-color: var(--animoz-backdrop-color) !important;
}
