.hide-navigation #shopify-section-header,
.hide-navigation .shopify-section-group-header-group,
.hide-navigation #shopify-section-footer,
.hide-navigation .shopify-section-group-footer-group,
.hide-navigation .shopify-section:has(.breadcrumbs),
.hide-navigation section:has(.breadcrumbs) {
  display: none !important;
}

.hide-navigation #MainContent .shopify-section:has(.breadcrumbs) + .shopify-section {
  margin-top: 48px;
}

@media screen and (min-width: 750px) {
  .hide-navigation #MainContent .shopify-section:has(.breadcrumbs) + .shopify-section {
    margin-top: 56px;
  }
}
