/* HGDEER: wrap the full product breadcrumb without clipping or changing copy. */
#product-product > .breadcrumb > li {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}
#product-product > .breadcrumb > li > a {
  white-space: normal;
  overflow-wrap: anywhere;
}
