.breadcrumbs {
  display: flex;
  align-items: center;
  height: 3.90625vw;
  max-height: 75px;
  padding: 0 16.666667vw;
  border-bottom: 1px solid #dbdbdb;
  background-color: #f9f9f9;
}
.breadcrumbs.product-level3 {
  border-bottom-color: transparent;
}
.breadcrumb-item {
  font-size: 0.833333vw;
  color: #666;
  cursor: pointer;
}
.breadcrumb-item:last-child {
  color: #333;
}
.breadcrumb-item:not(:last-child)::after {
  content: "/";
  padding: 0 .625em;
  color: #666;
}
.breadcrumb-item:hover {
  color: #333;
}
