.editorial-storefront header {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: var(--reference-gutter) !important;
  padding-left: var(--reference-gutter) !important;
  background: rgba(255, 255, 255, 0.98);
}

@media (max-width: 1100px) {
  .editorial-storefront header {
    width: 100%;
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}

@media (max-width: 760px) {
  .editorial-storefront header {
    width: 100%;
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
}
