/* Unified premium catalog breadcrumb navigation (product, group, category). */
html :is(.product-breadcrumbs, .group-breadcrumbs) {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  margin: 14px 0 20px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  color: #6b7d8e;
  font-size: 13px;
  line-height: 1.3;
}
html :is(.product-back-link, .group-back-link) {
  box-sizing: border-box;
  min-width: 112px;
  min-height: 48px;
  padding: 0 18px 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(126, 195, 232, .52);
  border-radius: 18px;
  color: #0878b7;
  background: radial-gradient(circle at 24% 12%, rgba(255, 255, 255, .94), transparent 42%), linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(224, 244, 252, .62));
  box-shadow: 0 10px 26px rgba(28, 92, 126, .09), inset 0 1px 0 rgba(255, 255, 255, .9), inset 0 -1px 0 rgba(70, 152, 194, .08);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  backdrop-filter: blur(16px) saturate(1.2);
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
html :is(.product-back-link, .group-back-link):hover,
html :is(.product-back-link, .group-back-link):focus-visible {
  border-color: rgba(53, 185, 87, .48);
  box-shadow: 0 14px 32px rgba(28, 92, 126, .13), 0 0 0 3px rgba(53, 185, 87, .065), inset 0 1px 0 rgba(255, 255, 255, .94);
  transform: translateY(-1px);
  outline: none;
}
html :is(.product-back-link, .group-back-link) svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
html :is(.product-back-link, .group-back-link) span {
  position: static;
  width: auto;
  height: auto;
  display: inline;
  overflow: visible;
  clip: auto;
}
html :is(.product-breadcrumbs__full, .group-breadcrumbs__full, .product-breadcrumbs__compact, .group-breadcrumbs__compact) {
  box-sizing: border-box;
  min-width: 0;
  min-height: 48px;
  margin: 0;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  border: 1px solid rgba(205, 225, 237, .64);
  border-radius: 18px;
  background: radial-gradient(ellipse at 14% 0%, rgba(255, 255, 255, .9), transparent 58%), linear-gradient(135deg, rgba(255, 255, 255, .66), rgba(235, 247, 252, .5));
  box-shadow: 0 10px 26px rgba(28, 78, 105, .055), inset 0 1px 0 rgba(255, 255, 255, .86);
  -webkit-backdrop-filter: blur(16px) saturate(1.14);
  backdrop-filter: blur(16px) saturate(1.14);
  white-space: nowrap;
}
html :is(.product-breadcrumbs__full, .group-breadcrumbs__full, .product-breadcrumbs__compact, .group-breadcrumbs__compact) > :where(a, strong) {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  color: #748594;
  font-size: 13px;
  font-weight: 520;
  line-height: 1.3;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html :is(.product-breadcrumbs__full, .group-breadcrumbs__full, .product-breadcrumbs__compact, .group-breadcrumbs__compact) > a:hover,
html :is(.product-breadcrumbs__full, .group-breadcrumbs__full, .product-breadcrumbs__compact, .group-breadcrumbs__compact) > a:focus-visible {
  color: #0878b7;
  outline: none;
}
html :is(.product-breadcrumbs__full, .group-breadcrumbs__full, .product-breadcrumbs__compact, .group-breadcrumbs__compact) > strong {
  flex: 1 1 auto;
  color: #40586a;
  font-weight: 700;
}
html :is(.product-breadcrumbs__separator, .group-breadcrumbs__separator) {
  flex: 0 0 auto;
  color: rgba(53, 185, 87, .72);
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}
html :is(.product-breadcrumbs__toggle, .group-breadcrumbs__toggle) {
  flex: 0 0 34px;
  width: 34px;
  height: 30px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(126, 195, 232, .38);
  border-radius: 12px;
  color: #0878b7;
  background: rgba(232, 246, 252, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
  cursor: pointer;
}
@media (min-width: 761px) {
  html :is(.product-breadcrumbs__compact, .group-breadcrumbs__compact) { display: none; }
  html :is(.product-breadcrumbs__full, .group-breadcrumbs__full),
  html :is(.product-breadcrumbs__full, .group-breadcrumbs__full)[hidden],
  html :is(.product-breadcrumbs, .group-breadcrumbs):not(.is-expanded) :is(.product-breadcrumbs__full, .group-breadcrumbs__full) {
    grid-column: 2;
    grid-row: 1;
    display: flex;
  }
  html :is(.product-breadcrumbs__full, .group-breadcrumbs__full) {
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 28px), transparent 100%);
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 28px), transparent 100%);
  }
}
@media (max-width: 760px) {
  html :is(.product-breadcrumbs, .group-breadcrumbs) {
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    margin: 8px 0 14px;
    font-size: 11px;
  }
  html :is(.product-back-link, .group-back-link) {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    border-radius: 18px;
  }
  html :is(.product-back-link, .group-back-link) svg {
    width: 20px;
    height: 20px;
    filter: drop-shadow(0 1px 4px rgba(255, 255, 255, .76));
  }
  html :is(.product-back-link, .group-back-link) span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  html :is(.product-breadcrumbs__compact, .group-breadcrumbs__compact),
  html :is(.product-breadcrumbs__full, .group-breadcrumbs__full) {
    grid-column: 2;
    grid-row: 1;
    min-height: 48px;
    padding: 0 12px;
    gap: 6px;
    border-radius: 18px;
  }
  html :is(.product-breadcrumbs__compact, .group-breadcrumbs__compact) { display: flex; }
  html :is(.product-breadcrumbs__compact, .group-breadcrumbs__compact) > :where(a, strong),
  html :is(.product-breadcrumbs__full, .group-breadcrumbs__full) > :where(a, strong) { font-size: 11px; }
  html :is(.product-breadcrumbs__full, .group-breadcrumbs__full)[hidden],
  html :is(.product-breadcrumbs, .group-breadcrumbs):has(:is(.product-breadcrumbs__compact, .group-breadcrumbs__compact)):not(.is-expanded) :is(.product-breadcrumbs__full, .group-breadcrumbs__full) { display: none; }
  html :is(.product-breadcrumbs, .group-breadcrumbs).is-expanded :is(.product-breadcrumbs__compact, .group-breadcrumbs__compact) { display: none; }
  html :is(.product-breadcrumbs, .group-breadcrumbs).is-expanded :is(.product-breadcrumbs__full, .group-breadcrumbs__full) {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
}

