body.template-page:has(.hs-experience-page) {
  overflow-x: hidden;
}

body.template-page:has(.hs-experience-page) #MainContent,
body.template-page:has(.hs-experience-page) #MainContent > .shopify-section {
  width: 100%;
  max-width: none;
  padding: 0;
}

.hs-storefront.hs-experience-page {
  width: min(100vw, 1600px);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}
