/* Remove breadcumb overlay tint */
.breadcumb-wrapper {
  background-color: transparent !important;
  background-blend-mode: normal !important;
}

.breadcumb-wrapper::before,
.breadcumb-wrapper::after {
  background: transparent !important;
  opacity: 0 !important;
  display: none !important;
  content: none !important;
}
