ul.bread-crumb {
  padding: 2vw 0;
  width: 100%;
  min-height: 2vw;
  border-bottom: 0.1vw solid #e7ebf1;
  position: relative;
  justify-content: start !important;
}

ul.bread-crumb.target-category-products-bc {
  border-bottom: none !important;
}

ul.bread-crumb li {
  position: relative;
  color: #b7bfc5;
}

ul.bread-crumb li a {
  position: relative;
  gap: 0.5vw;
  color: #b7bfc5;
  font-size: 1vw;
  font-weight: normal;
}

ul.bread-crumb li:not(:first-child) a {
  padding: 0.5vw;
}

ul.bread-crumb li:first-child a svg {
  width: 1.4vw;
}

ul.bread-crumb li:first-child a svg path {
  fill: #b7bfc5;
}

ul.bread-crumb li:not(:last-child) a span {
  color: var(--green);
  transition: all 0.25s;
}

ul.bread-crumb li:not(:last-child):hover a span {
  filter: brightness(1.75);
}

ul.bread-crumb.target-category-products-bc li a span {
  color: var(--green) !important;
}

ul.bread-crumb li:last-child a i {
  display: none !important;
  opacity: 0;
}

@media (max-width: 450px) {
  ul.bread-crumb {
    padding: 2.5vw 0;
    width: 100%;
    min-height: 2vw;
    border-bottom: 0.1vw solid #e7ebf1;
    position: relative;
    justify-content: center !important;
  }
  ul.bread-crumb li a {
    position: relative;
    gap: 0.5vw;
    color: #b7bfc5;
    font-size: 2.2vw;
    white-space: nowrap;
    font-weight: 500;
  }
  ul.bread-crumb li:first-child a svg {
    width: 1.4vw;
    display: none;
  }
  ul.bread-crumb.target-category-products-bc {
    border-bottom: 0.125vw solid #edf2f6 !important;
  }
}
