/* Add custom CSS styles below */ 
.top-navbar {
  //display: none
}

#mainnav {
    background: transparent !important;
    box-shadow: none;
  border-bottom: none
}
.main-nav-container.fixed-pinned .inner {
  box-shadow: none;
  position: static
}
.app-inner {
      background-image: linear-gradient(135deg, #e4e4e4 0%, #FFF 55%, #FFF 100%, transparent);
}
.top-navbar {
  display: none
}

.store-footer__inner {
    display: none;
    
}
main {
      min-height: calc(100vh - 132px);
}
.store-footer {
    margin-top: 0px
}
@media (min-width: 640px) {
    .s-block {
        margin-top: 8rem;
    }
}

[aria-label="Open-menu"] {
  display: none ;
}