.store-breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  font-size: 13px;
}

.store-breadcrumbs li {
  display: flex;
  align-items: center;
}

.store-breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin: 0 8px;
  color: var(--contrast);
}

.store-breadcrumbs a {
  text-decoration: none;
  color: var(--contrast-2);
  transition: color 0.15s;
}

.store-breadcrumbs a:hover {
  color: var(--contrast);
}

.store-breadcrumbs .current-crumb {
  color: var(--contrast);
  font-weight: 500;
}

/*# sourceMappingURL=style.css.map */
