/* Loader fade-out transition (triggered by JS) */
#loader.fade-out {
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
}
