#shopify-section-top_bar,
#shopify-section-header,
#shopify-section-footer,
#launcher {
  display: none;
}

@media screen and (min-width: 768px) {
  #shopify-section-top_bar,
  #shopify-section-header,
  #shopify-section-footer {
    display: block;
  }

  #main {
    background-color: #f0f0f0;
    padding: 56px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
