.template-collection .shopify-section-group-header-group.spaced-section {
  transform: translateY(100%);
  z-index: 1;
}

.template-collection .shopify-section-group-header-group.spaced-section + .container > .breadcrumb  {
  transform: translateY(-100%);
  margin: 0;
  padding: 1rem 0 1rem;
}

@media (min-width: 750px) {
  .template-collection .shopify-section-group-header-group.spaced-section + .container > .breadcrumb {
    padding: 1rem 0 4rem;
  }
}