@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap);
@font-face {
  font-family: "Futura LT Pro";
  font-style: light;
  font-weight: 200;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: bold;
  font-weight: 600;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Heavy.ttf") format("truetype");
}
.breadcrumbs-wrapper-category-header .breadcrumbs-text, .breadcrumbs-wrapper .breadcrumbs-text {
  color: #545759;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: remc-calc(14);
  font-weight: 400;
  line-height: 0.875rem;
}

.breadcrumbs-wrapper-category-header .breadcrumbs-last, .breadcrumbs-wrapper .breadcrumbs-last {
  font-weight: 700;
}

.breadcrumbs-wrapper-category-header .lucide-chevron-right, .breadcrumbs-wrapper .lucide-chevron-right {
  width: 1rem;
  height: 1rem;
  stroke: #686b6D;
}

.breadcrumbs-wrapper {
  padding: 1rem 1.375rem;
  gap: 0.75rem;
}
@media (min-width: 992px) {
  .breadcrumbs-wrapper {
    padding: 1rem 5.5rem;
  }
}
.breadcrumbs-wrapper-category-header .breadcrumbs-text {
  color: #fff;
}
.breadcrumbs-wrapper-category-header .breadcrumbs-text:last-child {
  font-weight: bold;
}
.breadcrumbs-wrapper-category-header .breadcrumbs-last {
  color: #fff;
}
.breadcrumbs-wrapper-category-header .lucide-chevron-right {
  stroke: #fff;
}
