.o-background-pattern {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: -1;
}
.o-background-pattern img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shopify-section:has(.o-background-pattern) ~ .shopify-section .o-section:not(.o-section--first) {
  margin-block: 0;
  padding-block: var(--spacing-xl);
}
.shopify-section:has(.o-background-pattern) ~ .shopify-section .o-section.u-passthrough {
  background-color: transparent;
}
