body[data-template*="index"] {
  --page-height: calc(100svh - var(--menu-height) - var(--page-padding-bottom));
}

body[data-template*="index"] .content-for-layout .shopify-section {
  display: grid;
  justify-items: stretch;
  justify-content: stretch;
}
