.ns-route-c-header-plugin,
.ns-route-c-header-plugin * {
  box-sizing: border-box;
}

.ns-route-c-header-plugin {
  position: relative;
  z-index: 60;
  background: #fff;
}

.ns-route-c-header-plugin a {
  color: inherit;
  text-decoration: none;
}

.ns-route-c-header-plugin img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ns-route-c-site-header {
  --ns-header-ink: #18324a;
  --ns-header-muted: #607286;
  --ns-header-line: rgba(24, 50, 74, 0.14);
  --ns-header-teal: #4f9a9d;
  --ns-header-blue: #1f78c8;
  --ns-header-paper: #fffaf3;
  --ns-header-white: #fff;
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--ns-header-white);
  color: var(--ns-header-ink);
  border-bottom: 1px solid var(--ns-header-line);
  box-shadow: 0 10px 26px rgba(24, 50, 74, 0.06);
  letter-spacing: 0;
}

.ns-route-c-header-top {
  background: var(--ns-header-teal);
  color: #fff;
}

.ns-route-c-header-top__inner,
.ns-route-c-header-main,
.ns-route-c-header-nav,
.ns-route-c-header-mega__inner {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.ns-route-c-header-top__inner {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 0.78rem;
  font-weight: 800;
}

.ns-route-c-header-trust,
.ns-route-c-header-service,
.ns-route-c-header-actions,
.ns-route-c-header-nav__links,
.ns-route-c-header-nav__shop {
  display: flex;
  align-items: center;
}

.ns-route-c-header-trust {
  min-width: 0;
  gap: 16px;
}

.ns-route-c-header-trust span,
.ns-route-c-header-service a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.ns-route-c-header-trust img {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  object-fit: contain;
}

.ns-route-c-header-service {
  gap: 14px;
  white-space: nowrap;
}

.ns-route-c-header-main {
  display: grid;
  min-height: 72px;
  align-items: center;
  gap: 18px;
  grid-template-columns: auto minmax(260px, 1fr) auto;
}

.ns-route-c-header-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.ns-route-c-header-logo img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: contain;
}

.ns-route-c-header-logo strong {
  display: block;
  color: var(--ns-header-ink);
  font-size: 1.05rem;
  line-height: 1;
}

.ns-route-c-header-logo small {
  display: block;
  margin-top: 3px;
  color: var(--ns-header-muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.ns-route-c-header-search {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ns-header-line);
  border-radius: 999px;
  background: #fff;
  grid-template-columns: 1fr auto;
}

.ns-route-c-header-search input {
  width: 100%;
  min-height: 42px;
  border: 0;
  padding: 0 16px;
  background: transparent;
  color: var(--ns-header-ink);
  font: inherit;
  outline: 0;
}

.ns-route-c-header-search button,
.ns-route-c-header-icon-button,
.ns-route-c-header-menu-button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.ns-route-c-header-search button {
  display: inline-flex;
  width: 48px;
  align-items: center;
  justify-content: center;
  background: var(--ns-header-blue);
  color: #fff;
  font-weight: 900;
}

.ns-route-c-header-search button img {
  display: block;
  width: 26px !important;
  max-width: 26px !important;
  height: 26px !important;
  object-fit: contain;
  transform: scale(1.18);
}

.ns-route-c-header-actions {
  justify-content: end;
  gap: 9px;
}

.ns-route-c-header-primary {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  border-radius: 999px;
  background: var(--ns-header-ink);
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(24, 50, 74, 0.16);
}

.ns-route-c-header-primary img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.ns-route-c-header-icon-button,
.ns-route-c-header-menu-button {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ns-header-line);
  border-radius: 999px;
  background: var(--ns-header-white);
  color: var(--ns-header-ink);
  font-weight: 900;
}

.ns-route-c-header-icon-button img,
.ns-route-c-header-menu-button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.ns-route-c-header-menu-button {
  position: relative;
}

.ns-route-c-header-menu-button img {
  display: none;
}

.ns-route-c-header-menu-button::before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  flex: 0 0 18px;
  border-radius: 999px;
  background: var(--ns-header-ink);
  box-shadow: 0 -6px 0 var(--ns-header-ink), 0 6px 0 var(--ns-header-ink);
}

.ns-route-c-header-nav-wrap {
  border-top: 1px solid var(--ns-header-line);
  background: var(--ns-header-paper);
}

.ns-route-c-header-nav {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.ns-route-c-header-nav__links,
.ns-route-c-header-nav__shop {
  gap: 18px;
}

.ns-route-c-header-nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ns-header-ink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.ns-route-c-header-nav a[aria-current="page"] {
  color: var(--ns-header-blue);
}

.ns-route-c-header-nav__shop {
  color: var(--ns-header-muted);
  font-size: 0.74rem;
  font-weight: 800;
}

.ns-route-c-header-mega {
  display: none;
  border-top: 1px solid var(--ns-header-line);
  background: linear-gradient(90deg, #fffaf3 0%, #fffaf3 42%, #eef8f6 42%, #eef8f6 100%);
}

.ns-route-c-header-mega.is-open {
  display: block;
}

.ns-route-c-header-mega__inner {
  display: grid;
  gap: 26px;
  padding: 22px 0 24px;
  grid-template-columns: minmax(240px, 0.58fr) minmax(0, 1fr);
}

.ns-route-c-header-mega__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 178px;
}

.ns-route-c-header-mega__intro small {
  color: var(--ns-header-blue);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ns-route-c-header-mega__intro strong {
  display: block;
  max-width: 300px;
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  line-height: 0.98;
}

.ns-route-c-header-mega__intro p {
  max-width: 340px;
  margin: 12px 0 18px;
  color: var(--ns-header-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.ns-route-c-header-mega__intro a {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  padding: 0 14px;
  border-radius: 8px;
  background: var(--ns-header-blue);
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 900;
}

.ns-route-c-header-mega__routes {
  display: grid;
  align-content: center;
  gap: 10px 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ns-route-c-header-mega__route {
  display: grid;
  min-width: 0;
  align-items: center;
  gap: 11px;
  padding: 8px 0;
  border-top: 1px solid rgba(24, 50, 74, 0.12);
  grid-template-columns: 58px minmax(0, 1fr);
}

.ns-route-c-header-mega__route img {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
}

.ns-route-c-header-mega__route strong,
.ns-route-c-header-mega__route span {
  display: block;
  min-width: 0;
}

.ns-route-c-header-mega__route strong {
  color: var(--ns-header-ink);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.12;
}

.ns-route-c-header-mega__route span {
  margin-top: 4px;
  color: var(--ns-header-muted);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.25;
}

.ns-route-c-mobile-drawer {
  display: none;
}

@media (max-width: 800px) {
  .ns-route-c-header-top__inner {
    width: 100%;
    min-height: 28px;
    justify-content: center;
    overflow: hidden;
    padding-inline: 10px;
  }

  .ns-route-c-header-trust {
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .ns-route-c-header-trust span {
    font-size: 0.72rem;
  }

  .ns-route-c-header-service,
  .ns-route-c-header-logo small,
  .ns-route-c-header-primary,
  .ns-route-c-header-icon-button,
  .ns-route-c-header-nav-wrap,
  .ns-route-c-header-mega {
    display: none;
  }

  .ns-route-c-header-main {
    width: calc(100% - 24px);
    min-height: 58px;
    gap: 10px;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }

  .ns-route-c-header-logo img {
    width: 42px;
    height: 42px;
  }

  .ns-route-c-header-logo strong {
    font-size: 0.92rem;
  }

  .ns-route-c-header-search {
    width: 62px;
    min-width: 62px;
    border-radius: 8px;
    grid-template-columns: 1fr;
  }

  .ns-route-c-header-search input {
    display: none;
  }

  .ns-route-c-header-search button {
    width: 42px;
    min-height: 38px;
    border-radius: 8px;
  }

  .ns-route-c-header-icon-button,
  .ns-route-c-header-menu-button {
    min-width: 38px;
    min-height: 38px;
  }

  .ns-route-c-mobile-drawer.is-open {
    display: grid;
    position: absolute;
    z-index: 6;
    top: 100%;
    right: 0;
    left: 0;
    overflow: hidden;
    border-top: 1px solid var(--ns-header-line);
    background: #fff;
    box-shadow: 0 24px 70px rgba(24, 50, 74, 0.22);
    grid-template-columns: 1fr;
  }

  .ns-route-c-mobile-drawer__primary,
  .ns-route-c-mobile-drawer__links,
  .ns-route-c-mobile-drawer__service {
    display: grid;
    gap: 0;
  }

  .ns-route-c-mobile-drawer a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    border-bottom: 1px solid var(--ns-header-line);
    color: var(--ns-header-ink);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .ns-route-c-mobile-drawer a span {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
  }

  .ns-route-c-mobile-drawer a img {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 8px;
    object-fit: cover;
  }

  .ns-route-c-mobile-drawer__primary a {
    background: var(--ns-header-paper);
    color: var(--ns-header-blue);
  }

  .ns-route-c-mobile-drawer__service a {
    color: var(--ns-header-muted);
    font-size: 0.76rem;
  }
}

@media (min-width: 801px) {
  .ns-route-c-header-top__inner,
  .ns-route-c-header-main,
  .ns-route-c-header-nav,
  .ns-route-c-header-mega__inner {
    width: min(1880px, calc(100% - 64px));
  }

  .ns-route-c-header-top__inner {
    min-height: 28px;
    font-size: 0.74rem;
  }

  .ns-route-c-header-trust,
  .ns-route-c-header-service {
    gap: 18px;
  }

  .ns-route-c-header-main {
    min-height: 64px;
    gap: 18px;
    grid-template-columns: 300px minmax(360px, 680px) minmax(0, 1fr);
    justify-content: start;
  }

  .ns-route-c-header-logo img {
    width: 48px;
    height: 48px;
  }

  .ns-route-c-header-logo strong {
    font-size: 1rem;
  }

  .ns-route-c-header-logo small {
    font-size: 0.68rem;
  }

  .ns-route-c-header-search {
    width: min(100%, 680px);
    height: 44px;
    justify-self: start;
    border-radius: 18px;
    box-shadow: inset 0 0 0 1px rgba(24, 50, 74, 0.04);
  }

  .ns-route-c-header-search input {
    height: 44px;
    min-height: 44px;
    padding-inline: 18px 14px;
    font-size: 0.94rem;
  }

  .ns-route-c-header-search button {
    width: 52px;
    height: 44px;
    min-height: 44px;
  }

  .ns-route-c-header-search button img {
    width: 22px !important;
    max-width: 22px !important;
    height: 22px !important;
    transform: none;
  }

  .ns-route-c-header-actions {
    gap: 8px;
    justify-self: end;
  }

  .ns-route-c-header-primary {
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.82rem;
  }

  .ns-route-c-header-icon-button,
  .ns-route-c-header-menu-button {
    min-width: 42px;
    min-height: 42px;
    box-shadow: 0 10px 24px rgba(24, 50, 74, 0.06);
  }

  .ns-route-c-header-nav {
    min-height: 36px;
  }

  .ns-route-c-header-nav a {
    font-size: 0.72rem;
  }
}

@media (min-width: 801px) and (max-width: 1120px) {
  .ns-route-c-header-main {
    grid-template-columns: minmax(190px, 240px) minmax(280px, 1fr) auto;
  }

  .ns-route-c-header-logo small,
  .ns-route-c-header-icon-button[href*="mijn-account"] {
    display: none;
  }

  .ns-route-c-header-service {
    gap: 12px;
  }
}

/*
 * Header redesign pass 2026-05-08.
 * Direction: contained, modern commerce navigation instead of full-width bands.
 */
.ns-route-c-site-header {
  padding: 8px 0 10px;
  border-bottom: 0;
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.96) 0%, rgba(255, 255, 255, 0.96) 100%);
  box-shadow: 0 14px 38px rgba(24, 50, 74, 0.08);
}

.ns-route-c-header-top {
  background: transparent;
}

.ns-route-c-header-top__inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 30px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: #4f9a9d;
  box-shadow: 0 10px 24px rgba(24, 50, 74, 0.08);
}

.ns-route-c-header-main {
  width: min(1180px, calc(100% - 40px));
  min-height: 74px;
  margin-top: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(24, 50, 74, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 54px rgba(24, 50, 74, 0.1);
  grid-template-columns: minmax(230px, 280px) minmax(280px, 560px) minmax(0, 1fr);
}

.ns-route-c-header-logo img {
  width: 46px;
  height: 46px;
}

.ns-route-c-header-logo strong {
  font-size: 1rem;
}

.ns-route-c-header-search {
  height: 46px;
  border-color: rgba(24, 50, 74, 0.12);
  border-radius: 999px;
  background: #f8fbfc;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.78);
}

.ns-route-c-header-search input {
  height: 46px;
  min-height: 46px;
  padding-left: 18px;
  font-size: 0.9rem;
}

.ns-route-c-header-search button {
  width: 50px;
  height: 46px;
  min-height: 46px;
  border-radius: 999px;
  margin: 0;
}

.ns-route-c-header-primary {
  min-height: 44px;
  padding: 0 18px;
  background: var(--ns-header-ink);
  box-shadow: 0 14px 30px rgba(24, 50, 74, 0.18);
}

.ns-route-c-header-icon-button,
.ns-route-c-header-menu-button {
  min-width: 44px;
  min-height: 44px;
  background: #fff;
}

.ns-route-c-header-nav-wrap {
  border-top: 0;
  background: transparent;
}

.ns-route-c-header-nav {
  width: min(1180px, calc(100% - 40px));
  min-height: 46px;
  margin-top: 8px;
  padding: 0 14px;
  border: 1px solid rgba(24, 50, 74, 0.1);
  border-radius: 18px;
  background: rgba(255, 250, 243, 0.92);
  box-shadow: 0 10px 30px rgba(24, 50, 74, 0.07);
}

.ns-route-c-header-nav__links,
.ns-route-c-header-nav__shop {
  gap: 8px;
}

.ns-route-c-header-nav a {
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 0.72rem;
  line-height: 1;
}

.ns-route-c-header-nav a:hover,
.ns-route-c-header-nav a:focus-visible,
.ns-route-c-header-nav a[aria-current="page"] {
  background: #fff;
  color: var(--ns-header-ink);
  box-shadow: 0 8px 18px rgba(24, 50, 74, 0.08);
}

.ns-route-c-header-nav__shop a {
  color: var(--ns-header-muted);
}

.ns-route-c-header-mega {
  position: absolute;
  right: 0;
  left: 0;
  border-top: 0;
  background: transparent;
  pointer-events: none;
}

.ns-route-c-header-mega.is-open {
  display: block;
  pointer-events: auto;
}

.ns-route-c-header-mega__inner {
  width: min(1040px, calc(100% - 48px));
  margin: 8px auto 0;
  padding: 18px;
  border: 1px solid rgba(24, 50, 74, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 26px 80px rgba(24, 50, 74, 0.18);
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
}

.ns-route-c-header-mega__intro {
  min-height: 0;
  padding: 18px;
  border-radius: 18px;
  background: #fffaf3;
}

.ns-route-c-header-mega__intro strong {
  font-size: clamp(1.45rem, 2vw, 2.1rem);
}

.ns-route-c-header-mega__routes {
  gap: 10px;
}

.ns-route-c-header-mega__route {
  min-height: 76px;
  padding: 8px;
  border: 1px solid rgba(24, 50, 74, 0.1);
  border-radius: 16px;
  background: #fff;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.ns-route-c-header-mega__route:hover,
.ns-route-c-header-mega__route:focus-visible {
  border-color: rgba(31, 120, 200, 0.28);
  box-shadow: 0 12px 30px rgba(24, 50, 74, 0.1);
  transform: translateY(-1px);
}

@media (min-width: 801px) {
  .ns-route-c-header-top__inner,
  .ns-route-c-header-main,
  .ns-route-c-header-nav,
  .ns-route-c-header-mega__inner {
    width: min(1180px, calc(100% - 40px));
  }
}

@media (min-width: 1180px) {
  .ns-route-c-header-main {
    grid-template-columns: 280px minmax(360px, 560px) minmax(0, 1fr);
  }
}

@media (max-width: 800px) {
  .ns-route-c-site-header {
    padding: 6px 0 8px;
  }

  .ns-route-c-header-top__inner {
    width: calc(100% - 20px);
    border-radius: 14px;
  }

  .ns-route-c-header-main {
    width: calc(100% - 20px);
    min-height: 62px;
    margin-top: 7px;
    border-radius: 18px;
    grid-template-columns: minmax(0, 1fr) 48px 48px;
    justify-content: stretch;
  }

  .ns-route-c-header-logo {
    min-width: 0;
    gap: 8px;
    overflow: hidden;
  }

  .ns-route-c-header-logo span {
    min-width: 0;
  }

  .ns-route-c-header-logo strong {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9rem;
    white-space: nowrap;
  }

  .ns-route-c-header-search {
    width: 48px;
    min-width: 48px;
    justify-self: end;
  }

  .ns-route-c-header-search button,
  .ns-route-c-header-menu-button {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .ns-route-c-mobile-drawer.is-open {
    right: 10px;
    left: 10px;
    top: calc(100% + 8px);
    overflow: hidden;
    border: 1px solid rgba(24, 50, 74, 0.12);
    border-radius: 20px;
    box-shadow: 0 24px 70px rgba(24, 50, 74, 0.24);
  }
}

/*
 * Unified header shell 2026-05-08.
 * The header should read as one designed navigation object, not stacked pills.
 */
.ns-route-c-site-header {
  padding: 12px 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.94), rgba(255, 255, 255, 0.98)),
    #fff;
  box-shadow: 0 10px 30px rgba(24, 50, 74, 0.06);
}

.ns-route-c-header-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(24, 50, 74, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 24px 80px rgba(24, 50, 74, 0.12);
}

.ns-route-c-header-top,
.ns-route-c-header-nav-wrap {
  background: transparent;
}

.ns-route-c-header-top__inner,
.ns-route-c-header-main,
.ns-route-c-header-nav {
  width: 100%;
  margin: 0;
}

.ns-route-c-header-top__inner {
  min-height: 34px;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  background: #4f9a9d;
  box-shadow: none;
}

.ns-route-c-header-main {
  min-height: 78px;
  padding: 12px 18px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(24, 50, 74, 0.1);
  background: transparent;
  box-shadow: none;
}

.ns-route-c-header-nav {
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 250, 243, 0.78);
  box-shadow: none;
}

.ns-route-c-header-mega__inner {
  margin-top: 10px;
}

@media (min-width: 801px) {
  .ns-route-c-header-shell {
    width: min(1180px, calc(100% - 40px));
  }

  .ns-route-c-header-top__inner,
  .ns-route-c-header-main,
  .ns-route-c-header-nav {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .ns-route-c-header-shell {
    width: calc(100% - 20px);
    border-radius: 20px;
  }

  .ns-route-c-header-top__inner {
    width: 100%;
    border-radius: 0;
  }

  .ns-route-c-header-main {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    border-bottom: 0;
  }

  .ns-route-c-mobile-drawer.is-open {
    top: calc(100% + 8px);
  }
}

/*
 * Top-canvas integration 2026-05-08.
 * Header is the cap of the homepage composition, not a floating object.
 */
.ns-route-c-site-header {
  padding: 14px 0 0;
  background: #fffaf3;
  box-shadow: none;
}

.ns-route-c-header-shell {
  border-color: rgba(24, 50, 74, 0.11);
  border-bottom: 0;
  border-radius: 26px 26px 0 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 44px rgba(24, 50, 74, 0.08);
}

.ns-route-c-header-nav {
  background: rgba(255, 250, 243, 0.86);
}

.ns-route-c-header-mega__inner {
  border-radius: 0 0 24px 24px;
  background: rgba(255, 255, 255, 0.985);
}

@media (max-width: 800px) {
  .ns-route-c-site-header {
    padding-top: 10px;
  }

  .ns-route-c-header-shell {
    border-bottom: 1px solid rgba(24, 50, 74, 0.11);
    border-radius: 20px;
  }
}

/*
 * Header grid reset 2026-05-08.
 * Make the header a real aligned grid and remove the outer-card feel.
 */
.ns-route-c-site-header {
  padding: 12px 0 0;
  background: transparent;
  box-shadow: none;
}

.ns-route-c-header-shell {
  width: min(1240px, calc(100% - 48px));
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ns-route-c-header-top__inner {
  width: 100%;
  min-height: 32px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ns-header-ink);
  box-shadow: none;
}

.ns-route-c-header-trust span {
  color: var(--ns-header-ink);
}

.ns-route-c-header-service a {
  color: var(--ns-header-muted);
}

.ns-route-c-header-main {
  width: 100%;
  max-width: 1240px;
  min-height: 84px;
  margin: 0 auto;
  padding: 18px 0;
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(320px, 1fr) auto;
  align-items: center;
  gap: 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ns-route-c-header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.ns-route-c-header-logo img {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  object-fit: contain;
}

.ns-route-c-header-logo span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  line-height: 1.15;
}

.ns-route-c-header-logo strong {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.05;
}

.ns-route-c-header-logo small {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.2;
}

.ns-route-c-header-search {
  width: 100%;
  max-width: 620px;
  height: 56px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-self: center;
  overflow: hidden;
  border: 1px solid #e1e6ee;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(24, 50, 74, 0.06);
}

.ns-route-c-header-search input {
  -webkit-appearance: none;
  appearance: none;
  height: 100%;
  min-height: 0;
  flex: 1;
  min-width: 0;
  padding: 0 22px;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 16px;
  line-height: 56px;
}

.ns-route-c-header-search input::-webkit-search-cancel-button,
.ns-route-c-header-search input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.ns-route-c-header-search button {
  width: 56px;
  height: 56px;
  min-height: 56px;
  flex: 0 0 56px;
  padding: 0;
  margin: 0;
  border: 0 !important;
  border-radius: 999px;
  background: #287bc9;
  box-shadow: none !important;
}

.ns-route-c-header-search button img {
  width: 22px !important;
  max-width: 22px !important;
  height: 22px !important;
  transform: none;
}

.ns-route-c-header-actions {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  white-space: nowrap;
}

.ns-route-c-header-primary {
  height: 48px;
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
}

.ns-route-c-header-icon-button,
.ns-route-c-header-menu-button {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  margin: 0;
}

.ns-route-c-header-cart {
  position: relative;
  gap: 6px;
}

.ns-route-c-header-cart img {
  width: 28px !important;
  height: 28px !important;
  filter: none !important;
}

.ns-route-c-header-cart__count {
  position: absolute;
  right: -3px;
  top: -5px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #df6f5c;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  transform: scale(0);
  transition: transform 0.18s ease, background 0.18s ease;
}

.ns-route-c-header-cart.has-items .ns-route-c-header-cart__count {
  transform: scale(1);
}

.ns-route-c-header-cart.is-updated .ns-route-c-header-cart__count {
  background: #4f9270;
  transform: scale(1.18);
}

.ns-route-c-header-cart__label {
  display: none;
}

.ns-route-c-cart-notice {
  position: fixed;
  right: 22px;
  top: 118px;
  z-index: 9999;
  width: min(380px, calc(100vw - 32px));
  padding: 14px;
  display: grid;
  gap: 12px;
  border: 1px solid rgba(24, 50, 74, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 56px rgba(24, 50, 74, 0.18);
  color: var(--ns-header-ink);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.ns-route-c-cart-notice.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ns-route-c-cart-notice strong {
  display: block;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.15;
}

.ns-route-c-cart-notice span {
  display: block;
  margin-top: 3px;
  color: var(--ns-header-muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
}

.ns-route-c-cart-notice__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ns-route-c-cart-notice__actions a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.ns-route-c-cart-notice__primary {
  background: var(--ns-header-blue);
  color: #fff !important;
}

.ns-route-c-cart-notice__secondary {
  border: 1px solid rgba(24, 50, 74, 0.14);
  background: #fffaf3;
  color: var(--ns-header-ink) !important;
}

.ns-route-c-add-pending {
  position: relative;
}

.ns-route-c-header-nav-wrap {
  border-top: 1px solid rgba(24, 50, 74, 0.1);
  border-bottom: 1px solid rgba(24, 50, 74, 0.1);
}

.ns-route-c-header-nav {
  width: 100%;
  min-height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ns-route-c-header-mega__inner {
  margin-top: 0;
  border-radius: 0 0 18px 18px;
  box-shadow: 0 22px 64px rgba(24, 50, 74, 0.14);
}

@media (max-width: 800px) {
  .ns-route-c-header-shell {
    width: calc(100% - 20px);
  }

  .ns-route-c-header-top__inner {
    min-height: 28px;
    color: var(--ns-header-ink);
  }

  .ns-route-c-header-main {
    min-height: 72px;
    padding: 10px 0 12px;
    position: relative;
    grid-template-columns: minmax(0, 1fr) 48px 48px 48px;
    gap: 8px;
  }

  .ns-route-c-header-logo img {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .ns-route-c-header-logo strong {
    max-width: none;
    font-size: 1rem;
  }

  .ns-route-c-header-search {
    width: 48px;
    height: 48px;
    min-width: 48px;
    justify-self: end;
    border-radius: 999px;
    transition: width 0.18s ease, box-shadow 0.18s ease;
  }

  .ns-route-c-header-search input {
    width: 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.12s ease;
  }

  .ns-route-c-header-search.is-open {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    z-index: 40;
    width: 100%;
    min-width: 0;
    max-width: none;
    justify-self: stretch;
    box-shadow: 0 18px 44px rgba(24, 50, 74, 0.16);
  }

  .ns-route-c-header-search.is-open input {
    width: auto;
    padding: 0 16px;
    opacity: 1;
    pointer-events: auto;
  }

  .ns-route-c-header-search button {
    width: 48px;
    height: 48px;
    min-height: 48px;
  }

  .ns-route-c-header-primary,
  .ns-route-c-header-icon-button[href*="mijn-account"] {
    display: none !important;
  }

  .ns-route-c-header-actions {
    width: auto;
    height: 48px;
    gap: 8px;
  }

  .ns-route-c-header-cart {
    display: inline-flex !important;
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
  }

  .ns-route-c-header-cart__count {
    right: -2px;
    top: -4px;
  }

  .ns-route-c-mobile-drawer__service a[href*="winkelmand"] {
    background: #18324a;
    color: #fff;
  }

  .ns-route-c-cart-notice {
    top: auto;
    right: 14px;
    bottom: 16px;
    left: 14px;
    width: auto;
  }
}

@media (max-width: 800px) {
  body .ns-route-c-header-plugin .ns-route-c-header-main {
    position: relative !important;
    grid-template-columns: minmax(0, 1fr) 44px 92px !important;
    gap: 6px !important;
  }

  body .ns-route-c-header-plugin .ns-route-c-header-actions {
    width: auto !important;
    min-width: 92px !important;
    height: 44px !important;
    display: flex !important;
    gap: 4px !important;
    justify-content: flex-end !important;
  }

  body .ns-route-c-header-plugin .ns-route-c-header-actions .ns-route-c-header-cart {
    display: inline-flex !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body .ns-route-c-header-plugin .ns-route-c-header-menu-button,
  body .ns-route-c-header-plugin .ns-route-c-header-search {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  body .ns-route-c-header-plugin .ns-route-c-header-logo strong {
    max-width: min(190px, calc(100vw - 210px)) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body .ns-route-c-header-plugin .ns-route-c-header-actions .ns-route-c-header-icon-button[href*="mijn-account"],
  body .ns-route-c-header-plugin .ns-route-c-header-actions .ns-route-c-header-primary {
    display: none !important;
  }

  body .ns-route-c-header-plugin .ns-route-c-header-search.is-open input[type="search"] {
    display: block !important;
    width: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body .ns-route-c-header-plugin .ns-route-c-header-main .ns-route-c-header-search.is-open {
    position: absolute !important;
    left: 10px !important;
    right: 10px !important;
    top: calc(100% + 8px) !important;
    z-index: 60 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 52px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: 0 18px 44px rgba(24, 50, 74, 0.18) !important;
  }

  body .ns-route-c-header-plugin .ns-route-c-header-main .ns-route-c-header-search.is-open button {
    width: 52px !important;
    min-width: 52px !important;
    height: 52px !important;
    min-height: 52px !important;
  }
}
