/** Shopify CDN: Minification failed

Line 34:3 Cannot use type selector "__separator" directly after nesting selector "&"

**/
.page-title {
  margin-top: 0;
}

.main-page-title {
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
  color: rgb(var(--color-foreground));
  margin: 0;
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}

.main-page-section .breadcrumbs {
  margin-bottom: 0;
  color: rgb(var(--color-foreground));
  & * {
    color: inherit;
  }
  &__separator {
    color: inherit;
  }
  & a,
  & a:visited,
  & a:hover,
  & a:focus {
    color: inherit;
  }
}

.breadcrumbs-wrapper {
  margin-bottom: 4.8rem;
}

/* Main page section background handling */
.main-page-section {
  position: relative;
}

.main-page-section > .page-width,
.main-page-section > .page-width.page-width--narrow {
  position: relative;
  z-index: 1;
}

.main-page-section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.main-page-section__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
