/* Match standalone breadcrumbs to the product-page content container. */
main > .breadcrumbs {
  box-sizing: border-box;
  width: 100%;
  max-width: 1248px;
  margin-inline: auto;
  padding: 1.5rem clamp(1rem, 5vw, 5rem) 0;
}
