@media (max-width: 860px) {
  body.admin-bar .nsrt-default-header { top: 46px; }

  .nsrt-default-header__brand { align-items: center; }
  .nsrt-default-header__toggle { display: inline-flex; }

  .nsrt-default-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #0c4f8a;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: max-height .28s ease, opacity .22s ease, visibility .22s ease;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .18);
  }

  .nsrt-default-header.is-open .nsrt-default-nav {
    max-height: 80vh;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nsrt-default-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 0 14px;
  }

  .nsrt-default-nav a {
    display: block;
    padding: 14px 18px;
  }

  html.nsrt-menu-open,
  html.nsrt-menu-open body { overflow: hidden; }
}

@media (max-width: 767px) {
  .home .entry-content,
  .home .entry-content > .nsrm-home-hero--fullwidth {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .home .entry-content .nsrm-products-section,
  .home .entry-content .nsrm-category-section {
    overflow: visible !important;
  }
}
