.store-nav a { font-size: 18px !important; }

.header-menu-toggle {
  display: none !important;
}

@media (max-width: 1100px) {
  .store-header {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  .header-menu-toggle {
    display: grid !important;
    order: 4;
  }

  .store-header .store-nav {
    position: absolute;
    z-index: 20;
    top: 100%;
    right: 0;
    left: 0;
    display: none !important;
    grid-template-columns: 1fr;
    gap: 0 !important;
    padding: 8px 5%;
    border-top: 1px solid #e1e5e2;
    border-bottom: 1px solid #e1e5e2;
    background: #fff;
    box-shadow: 0 14px 24px rgba(23, 42, 37, .12);
  }

  .store-header .store-nav.is-open {
    display: grid !important;
  }

  .store-header .store-nav a {
    padding: 14px 0;
    border-bottom: 1px solid #edf0ee;
    font-size: 16px !important;
    line-height: 1.2;
  }

  .store-header .store-nav a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  .store-header-actions {
    gap: 10px !important;
  }

  .store-brand img {
    max-width: 165px;
    max-height: 42px;
  }

  .store-brand {
    font-size: 15px !important;
  }
}
