.breadcrumb-wrapper {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  max-height: 400px;
}

.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 153, 40, 0.8);
  z-index: 0;
}

.breadcrumb-cmp {
  position: relative;
  z-index: 1;
  height: 100%;
}

.breadcrumb-title {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  z-index: 1;
  text-align: center;
}

.breadcrumb-cmp__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3137254902);
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.breadcrumb-cmp__footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100vw;
  background: rgba(255, 255, 255, 0.3137254902);
  z-index: -1;
}

.breadcrumb-cmp__nav {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
}

.breadcrumb-cmp__link {
  color: #ffd9a6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-cmp__link:hover {
  text-decoration: none;
  color: #ffc266;
}

.breadcrumb-cmp__separator {
  margin: 0 8px;
  color: #ffffff;
}

.breadcrumb-cmp__current {
  color: #ffffff;
}

.breadcrumb-cmp__share {
  display: flex;
  gap: 4px;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}

.breadcrumb-cmp__share svg {
  margin-left: 8px;
  fill: #ffffff;
  width: 16px;
  height: 16px;
}

.breadcrumb-cmp__share span {
  font-size: 16px;
}
/*# sourceMappingURL=breadcrumb.min.css.map */
