.breadcrumbs-wrap {
  position: relative;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1023px) {
  .breadcrumbs-wrap__where-to-buy .icon {
    display: none;
  }
  .breadcrumbs-wrap__where-to-buy .btn {
    font-size: 14px;
  }
}
.breadcrumbs-wrap__where-to-buy .breadcrumbs {
  padding: 12px 0;
}
.breadcrumbs-wrap__where-to-buy .breadcrumbs:after {
  background: none;
}
.breadcrumbs-wrap__where-to-buy .content-limit {
  display: flex;
  justify-content: space-between;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  height: 38px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  flex: 1;
}
.breadcrumbs:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(-90deg, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
}
.breadcrumbs__item {
  display: inline;
  vertical-align: middle;
  color: #9c9c9c;
  font-size: 14px;
  line-height: 20px;
}
.breadcrumbs__item:not(:first-child):before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC43NSA0Ljk4OTg2TDIuODExNjIgMi45OTk5MUwwLjc1IDEuMDA5OTVMMS4yNzk0OSAwLjVMMy44NzUgM0wxLjI3OTQ5IDUuNUwwLjc1IDQuOTg5ODZaIiBmaWxsPSIjQjFCMkIzIi8+Cjwvc3ZnPgo=");
  width: 3px;
  height: 6px;
  margin: 0 12px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}
.breadcrumbs__link {
  color: #9c9c9c;
  text-decoration: none;
}
html:not(.bx-touch) .breadcrumbs__link:hover, .bx-touch .breadcrumbs__link:active {
  text-decoration: underline;
}
