.schema-breadcrumb { position: relative; z-index: 6; color: inherit; font-size: 0.82rem; line-height: 1.5; }
.schema-breadcrumb__inner { width: min(var(--ag-shell-max, 1080px), calc(100% - (2 * var(--ag-page-gutter, 24px)))); margin: 0 auto; padding: 0.72rem 0 0.48rem; display: flex; align-items: baseline; flex-wrap: wrap; gap: 0.38rem; }
.schema-breadcrumb a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; opacity: 0.78; }
.schema-breadcrumb a:hover, .schema-breadcrumb a:focus-visible { opacity: 1; }
.schema-breadcrumb [aria-current="page"] { font-weight: 650; }
.schema-breadcrumb__separator { opacity: 0.45; }
.product-hero-concept > .schema-breadcrumb { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.45); }
@media (max-width: 760px) { .schema-breadcrumb { font-size: 0.76rem; } .schema-breadcrumb__inner { padding-top: 0.58rem; gap: 0.3rem; } }
