/*NOTICE*/
.shopify-section-group-header-group .color-scheme {
  padding: 10px !important;
}
.shopify-section-group-header-group {
  position: sticky;
  z-index: 3;
  top: 90px;
}
@media only screen and (max-width:700px){
  .shopify-section-group-header-group {
    top:84px;
  }
}