/* Shared hero breadcrumb strip for checking product detail pages */
.checking-product-detail-page .checking-hero .checking-breadcrumb {
  box-sizing: border-box;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 1.125rem max(1.5rem, calc((100% - 1400px) / 2 + 1.5rem)) 1.25rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.04) 100%
  );
}
