/* Slotivo Cookie Consent — all barbershop kostur templates */

#cookie-banner {
  z-index: 90 !important;
}

#cookie-banner.hidden {
  display: none !important;
}

#cookie-preferences-modal {
  z-index: 110 !important;
}

#cookie-preferences-modal.flex {
  display: flex !important;
}

#cookie-preferences-modal .relative,
#cookie-preferences-modal > div:not(#cookie-preferences-backdrop) {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: no-preference) {
  #cookie-banner:not(.hidden) {
    animation: slotivo-cookie-slide-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  #cookie-preferences-modal.flex > div:not(#cookie-preferences-backdrop) {
    animation: slotivo-modal-pop 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
}
