/** Shopify CDN: Minification failed

Line 3305:0 Expected "}" to go with "{"

**/
.cybist-header-v14 {
  --cybist-navy: 3 26 51;
  --cybist-green: 0 148 71;
  --cybist-line: 220 229 236;
}

.cybist-header-v14 .header__grid {
  max-width: 1540px;
}

.cybist-header-v14 .cybist-header-logo {
  min-width: 124px;
}

.cybist-header-v14 .search__form {
  border: 1px solid rgb(var(--cybist-line));
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}

.cybist-header-v14 .search__input {
  min-height: 48px;
  padding-inline: 18px 112px;
  border: 0;
  background: #fff;
}

.cybist-header-v14 .search__submit {
  inset-inline: auto 0;
  top: 0;
  bottom: 0;
  width: 100px;
  border: 0;
  border-radius: 0;
  background: rgb(var(--cybist-green));
  color: #fff;
  font-weight: 700;
}

.cybist-header-v14 .search__submit:hover {
  background: rgb(0 121 58);
}

/* Keep the predictive-search reset control beside, rather than over, the
   dedicated Cybist submit button. The dirty-state padding reserves its lane. */
.cybist-header-v14 .search__reset {
  right: 112px;
}

.cybist-header-v14 .search__input.search__input--dirty {
  padding-inline-end: 156px;
}

[dir="rtl"] .cybist-header-v14 .search__reset {
  right: auto;
  left: 112px;
}

.cybist-header-v14 .header__icons {
  align-items: center;
  gap: 14px;
}

.cybist-header-v14 .cybist-header-action,
.cybist-header-v14 #cart-icon {
  width: auto;
  min-width: 72px;
  height: 48px;
  padding: 5px 7px;
  flex-direction: row;
  gap: 8px;
  text-decoration: none;
}

.cybist-header-v14 .cybist-header-action > .icon,
.cybist-header-v14 #cart-icon > .icon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
}

.cybist-header-action__text {
  display: none;
  color: rgb(var(--cybist-navy));
  line-height: 1.15;
  white-space: nowrap;
}

.cybist-header-action__text strong,
.cybist-header-action__text small {
  display: block;
}

.cybist-header-action__text strong {
  font-size: 13px;
}

.cybist-header-action__text small {
  margin-top: 2px;
  color: rgb(91 109 128);
  font-size: 10px;
}

.cybist-department-nav {
  display: grid;
  width: 100%;
  order: 3;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgb(var(--cybist-line));
  border-bottom: 1px solid rgb(var(--cybist-line));
  background: #fff;
}

.cybist-department-nav__item {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 20px;
  color: rgb(var(--cybist-navy));
  text-decoration: none;
}

.cybist-department-nav__item + .cybist-department-nav__item {
  border-inline-start: 1px solid rgb(var(--cybist-line));
}

.cybist-department-nav__item:hover strong {
  color: rgb(var(--cybist-green));
}

.cybist-department-nav__icon {
  display: flex;
  color: rgb(var(--cybist-navy));
}

.cybist-department-nav__item strong,
.cybist-department-nav__item small {
  display: block;
}

.cybist-department-nav__item strong {
  font-family: var(--heading-font-family);
  font-size: 17px;
}

.cybist-department-nav__item small {
  margin-top: 3px;
  color: rgb(91 109 128);
  font-size: 10px;
}

.cybist-header-v14 .main-menu {
  width: 100%;
  order: 4;
}

.cybist-header-v14 .main-menu__content {
  margin-top: 0;
  border-bottom: 1px solid rgb(var(--cybist-line));
}

.cybist-header-v14 .main-nav__item--primary {
  padding-block: 13px;
  color: rgb(var(--cybist-navy));
  font-size: 12px;
  font-weight: 700;
}

.cybist-primary-nav__list {
  align-items: stretch;
}

.cybist-primary-nav__item {
  position: relative;
}

.cybist-primary-nav__item > a,
.cybist-primary-nav__item summary {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  color: rgb(var(--cybist-navy));
  font-family: var(--navigation-font-family);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.015em;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
}

.cybist-primary-nav__item summary {
  cursor: pointer;
  list-style: none;
}

.cybist-primary-nav__item summary::-webkit-details-marker {
  display: none;
}

.cybist-primary-nav__item summary .icon {
  width: 12px;
  height: 12px;
  transition: transform 0.2s ease;
}

.cybist-primary-nav__item details[open] > summary .icon {
  transform: rotate(180deg);
}

.cybist-primary-nav__item > a:hover,
.cybist-primary-nav__item summary:hover,
.cybist-primary-nav__item details[open] > summary {
  color: rgb(var(--cybist-green));
  box-shadow: inset 0 -3px 0 rgb(var(--cybist-green));
}

.cybist-primary-nav__item--sale > a {
  color: #b14a00;
}

.cybist-primary-nav__dropdown {
  display: grid;
  gap: 0;
  background: #fff;
  color: rgb(var(--cybist-navy));
}

.cybist-primary-nav__dropdown > a {
  display: block;
  padding: 13px 16px;
  border-bottom: 1px solid rgb(var(--cybist-line));
  color: inherit;
  text-decoration: none;
}

.cybist-primary-nav__dropdown > a:last-child {
  border-bottom: 0;
}

.cybist-primary-nav__dropdown > a:hover {
  background: #f3f8f5;
  color: rgb(var(--cybist-green));
}

.cybist-primary-nav__dropdown strong,
.cybist-primary-nav__dropdown small {
  display: block;
}

.cybist-primary-nav__dropdown strong {
  font-family: var(--heading-font-family);
  font-size: 14px;
}

.cybist-primary-nav__dropdown small {
  margin-top: 4px;
  color: #5b6d80;
  font-size: 10px;
  line-height: 1.35;
}

.cybist-primary-nav__dropdown .cybist-primary-nav__overview {
  background: #eff8f2;
}

.cybist-editor-shortcuts {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  padding: 9px max(16px, calc((100% - 1440px) / 2));
  border-bottom: 1px solid #cdd9e2;
  background: #eaf7ef;
  color: #06274b;
  font-size: 12px;
}

.cybist-editor-shortcuts strong {
  margin-inline-end: 4px;
}

.cybist-editor-shortcuts a {
  padding: 5px 9px;
  border: 1px solid #79b993;
  border-radius: 4px;
  background: #fff;
  color: #006c34;
  font-weight: 700;
  text-decoration: none;
}

.cybist-trust-announcement .announcement__text::before {
  content: "✓";
  display: inline-grid;
  width: 16px;
  height: 16px;
  margin-inline-end: 7px;
  place-items: center;
  border: 1px solid #60c98a;
  border-radius: 50%;
  color: #60c98a;
  font-size: 9px;
  font-weight: 800;
}

@media (min-width: 769px) {
  .cybist-header-v14 {
    padding-top: 14px;
  }

  .cybist-header-v14 .header__logo {
    flex: 0 1 205px;
    margin-bottom: 14px;
    padding-inline-end: 26px;
  }

  .cybist-header-v14 .header__search {
    flex: 1 1 680px;
    margin-bottom: 14px;
  }

  .cybist-header-v14 .header__icons {
    flex: 0 0 auto;
    margin-bottom: 14px;
    padding-inline-start: 26px;
  }

  .cybist-header-v14 .cybist-header-action__text {
    display: block;
  }

  .cybist-primary-nav__list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
  }

  .cybist-primary-nav__dropdown {
    position: absolute;
    z-index: 40;
    top: 100%;
    left: 50%;
    width: 360px;
    transform: translateX(-50%);
    border: 1px solid rgb(var(--cybist-line));
    border-top: 3px solid rgb(var(--cybist-green));
    border-radius: 0 0 6px 6px;
    box-shadow: 0 18px 40px rgba(3, 26, 51, 0.16);
  }

  .cybist-primary-nav__dropdown--wide {
    width: 620px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cybist-primary-nav__dropdown--wide > a:nth-child(odd) {
    border-inline-end: 1px solid rgb(var(--cybist-line));
  }

  .cybist-trust-announcement .announcement__col--left,
  .cybist-trust-announcement .announcement__slider {
    display: grid !important;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cybist-trust-announcement .announcement__text {
    position: static !important;
    display: flex !important;
    width: auto !important;
    min-height: 28px;
    justify-content: center;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media (max-width: 989px) {
  .cybist-department-nav__item {
    min-height: 60px;
    gap: 8px;
    padding-inline: 8px;
  }

  .cybist-department-nav__item strong {
    font-size: 13px;
  }

  .cybist-department-nav__item small {
    display: none;
  }
}

@media (max-width: 768px) {
  .cybist-header-v14 .search__input {
    min-height: 44px;
    padding-inline-end: 88px;
  }

  .cybist-header-v14 .search__submit {
    width: 78px;
  }

  .cybist-header-v14 .search__reset {
    right: 90px;
  }

  .cybist-header-v14 .search__input.search__input--dirty {
    padding-inline-end: 134px;
  }

  [dir="rtl"] .cybist-header-v14 .search__reset {
    right: auto;
    left: 90px;
  }

  .cybist-header-v14 .header__icons {
    gap: 0;
  }

  .cybist-department-nav {
    overflow-x: auto;
    grid-template-columns: repeat(3, minmax(160px, 1fr));
  }

  .cybist-editor-shortcuts {
    align-items: flex-start;
    flex-direction: column;
  }

  .cybist-primary-nav__list {
    display: block;
    margin: 0;
  }

  .cybist-primary-nav__item {
    border-bottom: 1px solid rgba(var(--nav-child-text-color) / 0.16);
  }

  .cybist-primary-nav__item > a,
  .cybist-primary-nav__item summary {
    min-height: 58px;
    justify-content: space-between;
    padding: 0 4px;
    color: rgb(var(--nav-child-text-color));
    font-size: 14px;
  }

  .cybist-primary-nav__item > a:hover,
  .cybist-primary-nav__item summary:hover,
  .cybist-primary-nav__item details[open] > summary {
    box-shadow: none;
  }

  .cybist-primary-nav__dropdown {
    margin: 0 0 12px;
    border-left: 3px solid rgb(var(--cybist-green));
  }

  .cybist-primary-nav__dropdown > a {
    padding: 12px 14px;
  }
}

/* Keep the custom Cybist dropdown panels visible below Enterprise's sticky
   desktop menu strip. The base theme intentionally clips the strip while the
   header is collapsing; retain that behaviour only while the header is out. */
@media (min-width: 769px) {
  .cc-header--sticky .cybist-header-v14:not(.is-out) .main-menu__content {
    overflow: visible;
  }
}


/* Country/currency and VAT display controls */
.cybist-header-utility {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cybist-market-selector {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cybist-market-selector__label {
  color: rgb(91 109 128);
  font-size: 10px;
  font-weight: 700;
}

.cybist-market-selector .localization__grid {
  display: block;
}

.cybist-market-selector .custom-select__btn {
  width: 146px;
  min-height: 38px;
  padding: 7px 28px 7px 10px;
  border: 1px solid rgb(var(--cybist-line));
  border-radius: 5px;
  background: #fff;
  color: rgb(var(--cybist-navy));
  font-size: 10px;
  font-weight: 700;
}

.cybist-market-selector .custom-select__btn .icon {
  right: 7px;
  width: 14px;
  height: 14px;
}

.cybist-market-selector .custom-select__listbox {
  z-index: 100;
  right: 0;
  left: auto;
  width: min(340px, calc(100vw - 24px));
  max-height: 360px;
  overflow-y: auto;
}

.cybist-vat-toggle {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border: 1px solid rgb(var(--cybist-line));
  border-radius: 5px;
  background: #fff;
  color: rgb(var(--cybist-navy));
  cursor: pointer;
  font: inherit;
}

.cybist-vat-toggle__label {
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
}

.cybist-vat-toggle__track {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 19px;
  flex: 0 0 34px;
  border-radius: 999px;
  background: #a8b4c0;
  transition: background 0.2s ease;
}

.cybist-vat-toggle__thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(3, 26, 51, 0.28);
  transition: transform 0.2s ease;
}

.cybist-vat-toggle[aria-checked="true"] .cybist-vat-toggle__track {
  background: rgb(var(--cybist-green));
}

.cybist-vat-toggle[aria-checked="true"] .cybist-vat-toggle__thumb {
  transform: translateX(15px);
}

.cybist-vat-toggle[aria-checked="false"] .cybist-vat-toggle__label--ex,
.cybist-vat-toggle[aria-checked="true"] .cybist-vat-toggle__label--inc {
  color: rgb(var(--cybist-green));
}

html:not([data-cybist-vat-display]) .cybist-vat-price--inc,
html[data-cybist-vat-display="ex"] .cybist-vat-price--inc,
html[data-cybist-vat-display="inc"] .cybist-vat-price--ex {
  display: none !important;
}

.cybist-vat-price {
  align-items: baseline;
  gap: 4px;
}

.cybist-vat-price small {
  margin-inline-start: 4px;
  color: #65758a;
  font-size: 0.62em;
  font-weight: 650;
  white-space: nowrap;
}

html[data-cybist-vat-display="inc"] .cybist-dual-price__secondary.cybist-vat-price--inc strong {
  color: var(--cybist-product-navy, rgb(var(--cybist-navy)));
  font-family: var(--heading-font-family, Georgia, serif);
  font-size: 31px;
  font-weight: 620;
  line-height: 1;
}

@media (max-width: 1199px) {
  .cybist-header-v14 .header__icons {
    gap: 6px;
    padding-inline-start: 12px;
  }

  .cybist-market-selector__label {
    display: none;
  }

  .cybist-market-selector .custom-select__btn {
    width: 116px;
  }

  .cybist-vat-toggle {
    gap: 4px;
    padding-inline: 7px;
  }
}

@media (max-width: 768px) {
  .cybist-header-utility {
    gap: 4px;
  }

  .cybist-market-selector .custom-select__btn {
    width: 94px;
    min-height: 36px;
    padding-inline: 7px 22px;
    font-size: 9px;
  }

  .cybist-vat-toggle {
    min-height: 36px;
    padding-inline: 5px;
  }

  .cybist-vat-toggle__label {
    font-size: 9px;
  }

  .cybist-vat-toggle__track {
    width: 30px;
    height: 18px;
    flex-basis: 30px;
  }

  .cybist-vat-toggle__thumb {
    width: 12px;
    height: 12px;
  }

  .cybist-vat-toggle[aria-checked="true"] .cybist-vat-toggle__thumb {
    transform: translateX(12px);
  }
}


/* Preserve the approved header design while allowing it to use the available
   space on ultra-wide and 4K displays. Standard desktop and mobile are unchanged. */
@media (min-width: 1800px) {
  .cybist-header-v14 .header__grid {
    width: calc(100% - 112px);
    max-width: 2200px;
  }

  .cybist-header-v14 .header__logo {
    flex-basis: 245px;
  }

  .cybist-header-v14 .header__search {
    flex-basis: 980px;
  }

  .cybist-department-nav__item {
    min-height: 86px;
  }

  .cybist-department-nav__item strong {
    font-size: 20px;
  }

  .cybist-department-nav__item small {
    font-size: 11px;
  }

  .cybist-primary-nav__item > a,
  .cybist-primary-nav__item summary {
    min-height: 52px;
    padding-inline: 18px;
    font-size: 12px;
  }
}


/* Native Enterprise mega-menu integration
   Retains the approved Cybist header while using Enterprise's accessible
   hover, click, touch, focus, Escape and mobile drill-down behaviour. */
.cybist-header-v14 .cybist-header-logo {
  min-width: 158px;
}

.cybist-header-v14 .cybist-primary-nav .main-nav {
  align-items: stretch;
}

.cybist-header-v14 .cybist-primary-nav .main-nav__row {
  min-height: 46px;
  align-items: center;
}

.cybist-header-v14 .cybist-primary-nav .main-nav__toggle-btn {
  color: rgb(var(--cybist-navy));
}

.cybist-header-v14 .cybist-primary-nav .main-nav__row:hover,
.cybist-header-v14 .cybist-primary-nav .main-nav__row.is-active,
.cybist-header-v14 .cybist-primary-nav .main-nav__item--dropdown.is-open > .main-nav__row {
  color: rgb(var(--cybist-green));
  box-shadow: inset 0 -3px 0 rgb(var(--cybist-green));
}

.cybist-header-v14 .cybist-primary-nav :is(a, button):focus-visible,
.cybist-header-v14 .cybist-primary-nav :is(a, button).is-focused {
  border-radius: 3px;
  outline: 3px solid rgb(var(--cybist-green));
  outline-offset: 3px;
}

@media (min-width: 769px) {
  .cybist-header-v14 .header__logo {
    flex-basis: 235px;
  }

  .cybist-header-v14 .cybist-primary-nav .main-nav__child.mega-nav {
    padding: 24px 0 28px;
    border-top: 3px solid rgb(var(--cybist-green));
    border-bottom: 1px solid rgb(var(--cybist-line));
    box-shadow: 0 20px 44px rgba(3, 26, 51, 0.16);
  }

  .cybist-header-v14 .cybist-primary-nav .mega-nav > .container {
    width: calc(100% - 64px);
    max-width: 1540px;
    margin-inline: auto;
  }

  .cybist-header-v14 .cybist-primary-nav .mega-nav .child-nav {
    align-items: start;
  }

  .cybist-header-v14 .cybist-primary-nav .mega-nav .child-nav > li {
    min-width: 0;
    padding: 6px 24px 12px;
    border-inline-start: 1px solid rgb(var(--cybist-line));
  }

  .cybist-header-v14 .cybist-primary-nav .mega-nav .child-nav > li:first-child {
    border-inline-start: 0;
  }

  .cybist-header-v14 .cybist-primary-nav .mega-nav .child-nav__item {
    color: rgb(var(--cybist-navy));
    font-family: var(--heading-font-family);
    font-size: 15px;
    font-weight: 700;
  }

  .cybist-header-v14 .cybist-primary-nav .mega-nav .main-nav__grandchild {
    margin-top: 8px;
  }

  .cybist-header-v14 .cybist-primary-nav .mega-nav .grandchild-nav__item,
  .cybist-header-v14 .cybist-primary-nav .mega-nav .main-nav__item--go {
    color: #5b6d80;
    font-size: 12px;
    line-height: 1.35;
  }

  .cybist-header-v14 .cybist-primary-nav .mega-nav .grandchild-nav__item:hover,
  .cybist-header-v14 .cybist-primary-nav .mega-nav .main-nav__item--go:hover {
    color: rgb(var(--cybist-green));
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .cybist-header-v14 .header__logo {
    flex-basis: 205px;
    padding-inline-end: 18px;
  }
}

@media (max-width: 768px) {
  .cybist-header-v14 .cybist-department-nav {
    display: none;
  }

  .cybist-header-v14 .cybist-primary-nav .main-nav__row:hover,
  .cybist-header-v14 .cybist-primary-nav .main-nav__row.is-active,
  .cybist-header-v14 .cybist-primary-nav .main-nav__item--dropdown.is-open > .main-nav__row {
    box-shadow: none;
  }

  .cybist-header-v14 .cybist-primary-nav .main-nav__item--primary {
    font-size: 14px;
    font-weight: 750;
  }

  .cybist-header-v14 .cybist-primary-nav .main-nav__child {
    border-inline-start: 3px solid rgb(var(--cybist-green));
  }
}

@media (min-width: 1800px) {
  .cybist-header-v14 .header__logo {
    flex-basis: 280px;
  }

  .cybist-header-v14 .cybist-primary-nav .mega-nav > .container {
    max-width: 1900px;
  }
}


/* Cybist coded mega-menu content
   Keeps the approved navigation independent of obsolete Shopify Admin menus. */
.cybist-header-v14 .cybist-primary-nav .main-nav__link--featured {
  color: #b14a00;
}

.cybist-header-v14 .cybist-mega-overview {
  border: 1px solid #cde6d7 !important;
  border-radius: 7px;
  background: linear-gradient(145deg, #eef8f2, #f8fbf9);
}

.cybist-header-v14 .cybist-mega-overview__eyebrow {
  margin: 0 0 10px;
  color: rgb(var(--cybist-green));
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cybist-header-v14 .cybist-mega-overview > strong,
.cybist-header-v14 .cybist-mega-overview > span {
  display: block;
}

.cybist-header-v14 .cybist-mega-overview > strong {
  color: rgb(var(--cybist-navy));
  font-family: var(--heading-font-family);
  font-size: 20px;
  line-height: 1.2;
}

.cybist-header-v14 .cybist-mega-overview > span {
  margin-top: 10px;
  color: #5b6d80;
  font-size: 11px;
  line-height: 1.55;
}

.cybist-header-v14 .cybist-mega-overview > a {
  display: inline-flex;
  margin-top: 16px;
  color: rgb(var(--cybist-green));
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

@media (min-width: 769px) {
  .cybist-header-v14 .cybist-mega-overview {
    min-height: 210px;
    padding: 22px !important;
  }

  .cybist-header-v14 .cybist-primary-nav .main-nav__child:not(.mega-nav) {
    width: 360px;
    padding: 10px 0;
    border-top: 3px solid rgb(var(--cybist-green));
    border-radius: 0 0 6px 6px;
    box-shadow: 0 18px 40px rgba(3, 26, 51, 0.16);
  }

  .cybist-header-v14 .cybist-primary-nav .main-nav__child:not(.mega-nav) .child-nav__item {
    padding: 12px 18px;
    color: rgb(var(--cybist-navy));
    font-size: 13px;
    font-weight: 700;
  }

  .cybist-header-v14 .cybist-primary-nav .main-nav__child:not(.mega-nav) .child-nav__item:hover {
    background: #f3f8f5;
    color: rgb(var(--cybist-green));
  }
}


/* Approved Cybist desktop mega-menu composition
   Keep nested lists expanded on desktop and retain accordions/drill-downs on mobile. */
@media (min-width: 769px) {
  .cybist-header-v14 .cybist-primary-nav .main-nav__child.mega-nav {
    padding-block: 32px 28px;
  }

  .cybist-header-v14 .cybist-primary-nav .mega-nav .child-nav {
    gap: 0 !important;
  }

  .cybist-header-v14 .cybist-primary-nav .mega-nav .child-nav > li {
    padding: 0 32px 12px;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-overview {
    min-height: 352px;
    padding: 28px !important;
  }

  .cybist-header-v14 .cybist-mega-overview > strong {
    max-width: 250px;
    font-size: clamp(22px, 1.55vw, 30px);
    line-height: 1.16;
  }

  .cybist-header-v14 .cybist-mega-overview > span {
    max-width: 280px;
    font-size: 12px;
    line-height: 1.55;
  }

  .cybist-header-v14 .cybist-mega-overview > a {
    margin-top: 22px;
    font-size: 12px;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-column > .main-nav__item-content {
    display: flex;
    min-height: 38px;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 12px;
    padding: 5px 0 12px;
    border-bottom: 1px solid rgb(var(--cybist-line));
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-column > .main-nav__item-content > .child-nav__item {
    padding: 0 !important;
    color: rgb(var(--cybist-navy));
    font-family: var(--navigation-font-family);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.055em;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-column > .main-nav__item-content > .main-nav__toggle-btn {
    display: none !important;
  }

  .cybist-header-v14 .cybist-primary-nav .mega-nav--columns .cybist-mega-column > .child-nav__panel {
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-column .main-nav__grandchild {
    margin: 0;
    padding: 0;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-column .main-nav__grandchild > li {
    margin: 0;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-link {
    display: block;
    padding: 7px 0 !important;
    color: rgb(var(--cybist-navy)) !important;
    line-height: 1.25;
    text-decoration: none;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-link > span,
  .cybist-header-v14 .cybist-primary-nav .cybist-mega-link > small {
    display: block;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-link > span {
    font-size: 13px;
    font-weight: 800;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-link > small {
    margin-top: 3px;
    color: #5b6d80;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-link:hover > span {
    color: rgb(var(--cybist-green));
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-column--brands .main-nav__grandchild {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-column--brands .grandchild-nav__item {
    display: grid !important;
    min-height: 50px;
    place-items: center;
    padding: 10px 8px !important;
    border: 1px solid rgb(var(--cybist-line));
    border-radius: 5px;
    background: #f8fafb;
    color: rgb(var(--cybist-navy)) !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-column--brands .grandchild-nav__item:hover {
    border-color: rgb(var(--cybist-green));
    background: #eff8f2;
    color: rgb(var(--cybist-green)) !important;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-trust {
    margin: 15px 0 0;
    padding: 13px 14px;
    border-inline-start: 3px solid rgb(var(--cybist-green));
    background: #f3f8f5;
    color: #5b6d80;
    font-size: 10px;
    line-height: 1.5;
  }
}

@media (min-width: 990px) {
  .cybist-header-v14 .cybist-primary-nav .mega-nav .child-nav {
    grid-template-columns:
      minmax(210px, 0.9fr)
      minmax(240px, 1.15fr)
      minmax(220px, 1fr)
      minmax(230px, 1fr) !important;
  }
}

@media (min-width: 769px) and (max-width: 989px) {
  .cybist-header-v14 .cybist-primary-nav .mega-nav .child-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    row-gap: 28px !important;
  }

  .cybist-header-v14 .cybist-primary-nav .mega-nav .child-nav > li:nth-child(odd) {
    border-inline-start: 0;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-overview {
    min-height: 300px;
  }
}


/* Approved department-trigger navigation
   Removes duplicated department links, enlarges the visible logo and turns the
   three department cards into the accessible Enterprise mega-menu controls. */
.cybist-header-v14 .cybist-navigation-shell {
  width: 100%;
}

.cybist-header-v14 .cybist-header-logo {
  width: 160px;
  max-width: 160px !important;
  flex-shrink: 0;
  overflow: visible;
}

.cybist-header-v14 .cybist-header-logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .cybist-header-v14 .cybist-header-logo {
    width: 205px;
    max-width: 205px !important;
  }
}

@media (min-width: 1400px) {
  .cybist-header-v14 .cybist-header-logo {
    width: 230px;
    max-width: 230px !important;
  }
}

.cybist-header-v14 .cybist-department-card__link strong,
.cybist-header-v14 .cybist-department-card__link small {
  display: block;
}

.cybist-header-v14 .cybist-department-card__link small {
  margin-top: 4px;
  color: #687b8e;
  font-family: var(--body-font-family);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.25;
}

.cybist-header-v14 .cybist-department-card__badge {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 50%;
  background: #e8f7ee;
  color: rgb(var(--cybist-green));
  font-family: var(--navigation-font-family);
  font-size: 10px;
  font-weight: 850;
}

.cybist-header-v14 .cybist-mega-overview__media {
  display: block;
  height: 108px;
  margin: auto -28px -28px;
  padding-top: 22px;
  overflow: hidden;
  border-radius: 0 0 7px 7px;
}

.cybist-header-v14 .cybist-mega-overview__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cybist-header-v14 .cybist-mega-thumbnails {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.cybist-header-v14 .cybist-mega-thumbnail {
  position: relative;
  display: block;
  min-height: 96px;
  overflow: hidden;
  border: 1px solid rgb(var(--cybist-line));
  border-radius: 6px;
  background: #eef3f6;
  color: #fff;
  text-decoration: none;
}

.cybist-header-v14 .cybist-mega-thumbnail::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(3, 26, 51, 0.88));
}

.cybist-header-v14 .cybist-mega-thumbnail img {
  display: block;
  width: 100%;
  height: 96px;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.cybist-header-v14 .cybist-mega-thumbnail span {
  position: absolute;
  z-index: 1;
  right: 9px;
  bottom: 8px;
  left: 9px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
}

.cybist-header-v14 .cybist-mega-thumbnail:hover img {
  transform: scale(1.04);
}

@media (min-width: 769px) {
  .cybist-header-v14 .main-menu__content {
    display: block;
  }

  .cybist-header-v14 .cybist-department-nav {
    display: grid;
    width: 100%;
    min-height: 100px;
    padding: 16px max(24px, calc((100% - 1320px) / 2));
    box-sizing: border-box;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px;
    border: 0;
    background: #f5f8fa;
  }

  .cybist-header-v14 .cybist-department-nav__item {
    display: block;
    min-height: 0;
    padding: 0;
    border: 0 !important;
  }

  .cybist-header-v14 .cybist-department-card {
    min-height: 68px;
    gap: 13px;
    padding: 0 16px 0 18px;
    border: 1px solid rgb(var(--cybist-line));
    border-radius: 8px;
    background: #fff;
    color: rgb(var(--cybist-navy));
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  }

  .cybist-header-v14 .cybist-department-card__link {
    min-height: 0;
    flex: 1 1 auto;
    padding: 0;
    font-size: 17px;
    line-height: 1.1;
    white-space: normal;
  }

  .cybist-header-v14 .cybist-department-card > .main-nav__toggle-btn {
    width: 38px;
    height: 68px;
  }

  .cybist-header-v14 .cybist-department-card > .main-nav__toggle-btn .icon {
    width: 17px;
    height: 17px;
  }

  .cybist-header-v14 .cybist-department-nav__item:hover .cybist-department-card,
  .cybist-header-v14 .cybist-department-nav__item.is-open .cybist-department-card {
    border-color: rgb(var(--cybist-green));
    background: #eef8f2;
    box-shadow: inset 0 -3px 0 rgb(var(--cybist-green));
  }

  .cybist-header-v14 .cybist-department-nav__item.is-open .cybist-department-card__badge {
    background: rgb(var(--cybist-green));
    color: #fff;
  }

  .cybist-header-v14 .cybist-department-nav__item.is-open > .main-nav__child {
    z-index: 50;
  }

  .cybist-header-v14 .cybist-support-nav {
    display: flex;
    min-height: 60px;
    align-items: stretch;
    margin: 0;
    border-top: 1px solid rgb(var(--cybist-line));
    border-bottom: 1px solid rgb(var(--cybist-line));
    background: #fff;
  }

  .cybist-header-v14 .cybist-support-nav .main-nav__row {
    min-height: 60px;
  }

  .cybist-header-v14 .cybist-support-nav .main-nav__item--primary {
    padding-inline: 17px;
    font-size: 14px;
    font-weight: 780;
    letter-spacing: 0.01em;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-overview {
    display: flex !important;
    min-height: 400px;
    flex-direction: column;
  }

  .cybist-header-v14 .cybist-primary-nav .main-nav__child:not(.mega-nav) {
    top: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .cybist-header-v14 .cybist-department-nav {
    gap: 16px;
    padding-inline: 20px;
  }

  .cybist-header-v14 .cybist-department-card {
    padding-inline: 13px 10px;
  }

  .cybist-header-v14 .cybist-department-card__link {
    font-size: 15px;
  }

  .cybist-header-v14 .cybist-support-nav .main-nav__item--primary {
    padding-inline: 11px;
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .cybist-header-v14 .cybist-primary-nav .cybist-department-nav {
    display: block;
    width: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-department-nav__item {
    display: block;
    min-height: 0;
    padding: 0;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-department-card {
    min-height: 58px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-department-card__badge {
    display: none;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-department-card__link {
    min-height: 58px;
    padding: 12px 4px;
    font-size: 15px;
    white-space: normal;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-department-card__link small {
    color: rgba(var(--nav-child-text-color) / 0.7);
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-support-nav {
    display: block;
    margin: 0;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-thumbnails {
    display: none;
  }
}


/* Department orientation and approved connected-tab treatment. */
.cybist-header-v14 .cybist-department-card__number {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border: 1px solid rgba(var(--cybist-green) / 0.2);
  border-radius: 50%;
  color: rgba(var(--cybist-green) / 0.42);
  font-size: 12px;
  font-weight: 700;
}

.cybist-header-v14 .cybist-department-card__current {
  display: block;
  margin-top: 3px;
  color: rgb(var(--cybist-green));
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 769px) {
  .cybist-header-v14 .cybist-department-nav__item.is-current-department .cybist-department-card {
    border-color: rgb(var(--cybist-green));
    background: #eef8f2;
  }

  .cybist-header-v14 .cybist-department-nav__item.is-current-department .cybist-department-card__badge {
    background: #daf2e4;
  }

  .cybist-header-v14 .cybist-department-nav__item.is-open .cybist-department-card {
    position: relative;
    z-index: 52;
    border-color: rgb(var(--cybist-green));
    border-bottom-color: #eef8f2;
    border-radius: 8px 8px 3px 3px;
    background: #eef8f2;
    box-shadow: none;
  }

  .cybist-header-v14 .cybist-department-nav__item.is-open .cybist-department-card::after {
    content: "";
    position: absolute;
    z-index: 53;
    bottom: -10px;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translateX(-50%) rotate(45deg);
    border-right: 1px solid #8dcbaa;
    border-bottom: 1px solid #8dcbaa;
    background: #fff;
  }

  .cybist-header-v14 .cybist-department-nav:has(.cybist-department-nav__item.is-open) + .cybist-support-nav {
    display: none;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-department-nav__item.is-open > .main-nav__child.mega-nav {
    padding-block: 24px 22px;
    border: 1px solid #8dcbaa;
    border-top-width: 1px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 18px 42px rgba(3, 26, 51, 0.13);
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-department-nav__item:not(.is-open) > .main-nav__child.mega-nav {
    border-top-width: 1px;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-overview {
    min-height: 360px;
  }
}

@media (max-width: 768px) {
  .cybist-header-v14 .cybist-department-card__number {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    border-color: rgba(var(--nav-child-text-color) / 0.2);
    color: rgba(var(--nav-child-text-color) / 0.5);
  }

  .cybist-header-v14 .cybist-department-card__current {
    color: rgb(var(--cybist-green));
  }
}


/* Visual correction: centre the open panel beneath the three homepage cards,
   repeat the area number inside the homepage route, and keep imagery restrained. */
.cybist-header-v14 .cybist-mega-overview__number {
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(var(--cybist-green) / 0.24);
  border-radius: 50%;
  color: rgba(var(--cybist-green) / 0.52);
  font-family: var(--navigation-font-family);
  font-size: 13px;
  font-weight: 750;
}

@media (min-width: 769px) {
  .cybist-header-v14 .cybist-primary-nav .cybist-department-nav__item > .main-nav__child.mega-nav {
    right: auto;
    left: 50%;
    width: min(calc(100vw - 104px), 1320px);
    transform: translateX(-50%);
  }

  .cybist-header-v14 .cybist-primary-nav .mega-nav > .container {
    width: 100%;
    max-width: none;
    padding-inline: 32px;
    box-sizing: border-box;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-department-nav__item.is-open > .main-nav__child.mega-nav {
    padding-block: 20px;
    border-radius: 0 0 8px 8px;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-overview {
    position: relative;
    min-height: 310px;
    padding: 22px !important;
  }

  .cybist-header-v14 .cybist-mega-overview__eyebrow {
    padding-inline-end: 42px;
  }

  .cybist-header-v14 .cybist-mega-overview > strong {
    max-width: 220px;
    font-size: clamp(21px, 1.35vw, 27px);
  }

  .cybist-header-v14 .cybist-mega-overview > a {
    max-width: 230px;
    margin-top: 18px;
  }

  .cybist-header-v14 .cybist-mega-overview__media {
    height: 88px;
    margin: auto -22px -22px;
    padding-top: 16px;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-thumbnails {
    display: none;
  }
}

/* Unified Cybist desktop header and About menu redesign */
@media (min-width: 769px) {
  .cybist-header-v14 .header__grid {
    display: grid !important;
    width: min(calc(100% - 48px), 1540px);
    max-width: 1540px;
    margin-inline: auto;
    padding-inline: 0;
    grid-template-columns: minmax(170px, 220px) minmax(300px, 1fr) max-content;
    column-gap: 22px;
    align-items: center;
    flex-wrap: nowrap;
    box-sizing: border-box;
  }

  .cybist-header-v14 .header__logo,
  .cybist-header-v14 .header__search,
  .cybist-header-v14 .header__icons {
    min-width: 0;
    margin-bottom: 14px;
    padding-inline: 0;
    flex: none;
  }

  .cybist-header-v14 .header__logo {
    width: 100%;
    justify-self: start;
  }

  .cybist-header-v14 .header__search {
    width: 100%;
    justify-self: stretch;
  }

  .cybist-header-v14 .header__search .search {
    margin: 0 !important;
  }

  .cybist-header-v14 .header__search .search,
  .cybist-header-v14 .header__search .search__form {
    width: 100%;
    max-width: none;
  }

  .cybist-header-v14 .header__icons {
    width: max-content;
    max-width: 100%;
    justify-self: end;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }

  .cybist-header-v14 .cybist-header-utility,
  .cybist-header-v14 .cybist-market-selector {
    flex: 0 0 auto;
    flex-wrap: nowrap;
  }

  .cybist-header-v14 .cybist-primary-nav {
    width: 100%;
    min-width: 0;
    grid-column: 1 / -1;
  }

  .cybist-header-v14 .cybist-support-nav {
    position: relative;
  }

  .cybist-header-v14 .cybist-about-nav {
    position: static;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-about-mega {
    right: 0;
    left: 0;
    width: min(calc(100vw - 48px), 1180px);
    margin-inline: auto;
    padding: 18px 0;
    transform: none;
    border: 1px solid #9ccfb2;
    border-top: 3px solid rgb(var(--cybist-green));
    border-radius: 0 0 9px 9px;
    background: #fff;
    box-shadow: 0 20px 46px rgba(3, 26, 51, .16);
  }

  .cybist-header-v14 .cybist-about-mega > .container {
    width: 100%;
    max-width: none;
    padding-inline: 18px;
    box-sizing: border-box;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-about-mega .cybist-about-mega__grid {
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: minmax(250px, .92fr) repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, minmax(92px, auto)) auto;
    gap: 10px !important;
    align-items: stretch;
  }

  .cybist-header-v14 .cybist-about-mega__grid > li {
    min-width: 0;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    box-sizing: border-box;
  }

  .cybist-header-v14 .cybist-about-mega__lead {
    display: flex !important;
    grid-column: 1;
    grid-row: 1 / 3;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 22px !important;
    border: 1px solid #cfe5d8 !important;
    border-radius: 7px;
    background: linear-gradient(135deg, #eef8f2, #fff);
  }

  .cybist-header-v14 .cybist-about-mega__lead p,
  .cybist-header-v14 .cybist-about-mega__contact p {
    margin: 0 0 7px;
    color: rgb(var(--cybist-green));
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .1em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .cybist-header-v14 .cybist-about-mega__lead strong {
    max-width: 260px;
    color: rgb(var(--cybist-navy));
    font-family: var(--heading-font-family);
    font-size: 24px;
    line-height: 1.12;
  }

  .cybist-header-v14 .cybist-about-mega__lead > span {
    max-width: 285px;
    margin-top: 10px;
    color: #5b6d80;
    font-size: 10px;
    line-height: 1.5;
  }

  .cybist-header-v14 .cybist-about-mega__lead a {
    margin-top: 14px;
    color: rgb(var(--cybist-green));
    font-size: 10px;
    font-weight: 850;
    text-decoration: none;
  }

  .cybist-header-v14 .cybist-about-mega__destination:nth-child(4) { grid-column: 2; grid-row: 1; }
  .cybist-header-v14 .cybist-about-mega__destination:nth-child(5) { grid-column: 3; grid-row: 1; }
  .cybist-header-v14 .cybist-about-mega__destination:nth-child(6) { grid-column: 2; grid-row: 2; }
  .cybist-header-v14 .cybist-about-mega__destination:nth-child(7) { grid-column: 3; grid-row: 2; }

  .cybist-header-v14 .cybist-about-mega__link {
    display: flex !important;
    width: 100%;
    height: 100%;
    min-height: 88px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 15px 17px !important;
    border: 1px solid rgb(var(--cybist-line));
    border-radius: 7px;
    background: #fff;
    color: rgb(var(--cybist-navy)) !important;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
  }

  .cybist-header-v14 .cybist-about-mega__link:hover,
  .cybist-header-v14 .cybist-about-mega__link:focus-visible {
    transform: translateY(-2px);
    border-color: rgb(var(--cybist-green));
    background: #f3faf6;
  }

  .cybist-header-v14 .cybist-about-mega__link span,
  .cybist-header-v14 .cybist-about-mega__link small {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .cybist-header-v14 .cybist-about-mega__link span {
    font-size: 12px;
    font-weight: 850;
    line-height: 1.25;
  }

  .cybist-header-v14 .cybist-about-mega__link small {
    margin-top: 5px;
    color: #5b6d80;
    font-size: 9px;
    line-height: 1.4;
  }

  .cybist-header-v14 .cybist-about-mega__contact {
    display: grid !important;
    min-height: 76px;
    grid-column: 1 / -1;
    grid-row: 3;
    grid-template-columns: minmax(200px, auto) minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    gap: 2px 22px;
    align-items: center;
    padding: 13px 18px !important;
    border-radius: 7px;
    background: rgb(var(--cybist-navy));
  }

  .cybist-header-v14 .cybist-about-mega__contact p {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
  }

  .cybist-header-v14 .cybist-about-mega__contact strong {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    color: #fff;
    font-family: var(--heading-font-family);
    font-size: 16px;
    line-height: 1.22;
    white-space: normal;
  }

  .cybist-header-v14 .cybist-about-mega__contact small {
    grid-column: 2;
    grid-row: 1 / 3;
    color: rgba(255,255,255,.76);
    font-size: 10px;
    line-height: 1.5;
    white-space: normal;
  }

  .cybist-header-v14 .cybist-about-mega__contact a {
    display: inline-flex;
    grid-column: 3;
    grid-row: 1 / 3;
    align-items: center;
    align-self: center;
    padding: 9px 13px;
    border-radius: 4px;
    background: rgb(var(--cybist-green));
    color: #fff;
    font-size: 10px;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .cybist-header-v14 .header__grid {
    grid-template-columns: minmax(165px, 205px) minmax(280px, 1fr) max-content;
    column-gap: 16px;
  }

  .cybist-header-v14 .header__icons {
    gap: 6px;
  }

  .cybist-header-v14 .cybist-market-selector__label {
    display: none;
  }

  .cybist-header-v14 .cybist-market-selector .custom-select__btn {
    width: 116px;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .cybist-header-v14 .header__grid {
    width: calc(100% - 28px);
    grid-template-columns: minmax(145px, 180px) minmax(220px, 1fr) max-content;
    column-gap: 12px;
  }

  .cybist-header-v14 .header__icons {
    gap: 4px;
  }

  .cybist-header-v14 .cybist-header-action__text,
  .cybist-header-v14 .cybist-market-selector__label {
    display: none !important;
  }

  .cybist-header-v14 .cybist-header-action,
  .cybist-header-v14 #cart-icon {
    min-width: 42px;
    padding-inline: 4px;
  }

  .cybist-header-v14 .cybist-header-utility {
    gap: 5px;
  }

  .cybist-header-v14 .cybist-market-selector .custom-select__btn {
    width: 104px;
  }

  .cybist-header-v14 .cybist-vat-toggle {
    gap: 3px;
    padding-inline: 6px;
  }
}

@media (min-width: 769px) and (max-width: 1050px) {
  .cybist-header-v14 .cybist-primary-nav .cybist-about-mega {
    width: calc(100vw - 28px);
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-about-mega .cybist-about-mega__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto repeat(2, minmax(82px, auto)) auto;
  }

  .cybist-header-v14 .cybist-about-mega__lead {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 120px;
  }

  .cybist-header-v14 .cybist-about-mega__lead strong,
  .cybist-header-v14 .cybist-about-mega__lead > span {
    max-width: 620px;
  }

  .cybist-header-v14 .cybist-about-mega__destination:nth-child(4) { grid-column: 1; grid-row: 2; }
  .cybist-header-v14 .cybist-about-mega__destination:nth-child(5) { grid-column: 2; grid-row: 2; }
  .cybist-header-v14 .cybist-about-mega__destination:nth-child(6) { grid-column: 1; grid-row: 3; }
  .cybist-header-v14 .cybist-about-mega__destination:nth-child(7) { grid-column: 2; grid-row: 3; }

  .cybist-header-v14 .cybist-about-mega__contact {
    grid-column: 1 / -1;
    grid-row: 4;
  }
}

@media (max-width: 768px) {
  .cybist-header-v14 .cybist-primary-nav .cybist-about-mega .cybist-about-mega__grid {
    display: block;
  }

  .cybist-header-v14 .cybist-about-mega__destination {
    border-bottom: 1px solid rgba(var(--nav-child-text-color) / .12);
  }

  .cybist-header-v14 .cybist-about-mega__link {
    display: block;
    padding-block: 13px !important;
  }

  .cybist-header-v14 .cybist-about-mega__link span,
  .cybist-header-v14 .cybist-about-mega__link small {
    display: block;
  }

  .cybist-header-v14 .cybist-about-mega__link span {
    font-weight: 800;
  }

  .cybist-header-v14 .cybist-about-mega__link small {
    margin-top: 3px;
    opacity: .7;
    font-size: 10px;
    line-height: 1.35;
  }
}

/* Final alignment correction for inherited Enterprise spacing. */
@media (min-width: 769px) {
  .cybist-header-v14 .search__submit {
    display: grid;
    place-items: center;
    padding: 0;
  }

  .cybist-header-v14 .cybist-primary-nav .main-nav__child.cybist-about-mega {
    padding-block: 20px;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-about-mega__grid > li.cybist-about-mega__lead {
    padding: 22px !important;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-about-mega__grid > li.cybist-about-mega__contact {
    padding: 15px 22px !important;
  }
}

/* About-menu direct contact methods. */
.cybist-header-v14 .cybist-about-mega__contact-card {
  display: flex;
  height: 100%;
  min-height: 142px;
  flex-direction: column;
  padding: 14px 16px;
  border: 1px solid rgb(var(--cybist-line));
  border-radius: 7px;
  background: #fff;
  box-sizing: border-box;
}

.cybist-header-v14 .cybist-about-mega__contact-heading {
  color: rgb(var(--cybist-navy));
  text-decoration: none;
}

.cybist-header-v14 .cybist-about-mega__contact-heading > span,
.cybist-header-v14 .cybist-about-mega__contact-heading > small {
  display: block;
}

.cybist-header-v14 .cybist-about-mega__contact-heading > span {
  font-family: var(--heading-font-family);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

.cybist-header-v14 .cybist-about-mega__contact-heading > small {
  margin-top: 3px;
  color: #5b6d80;
  font-size: 9px;
  line-height: 1.35;
}

.cybist-header-v14 .cybist-about-mega__contact-heading:hover > span,
.cybist-header-v14 .cybist-about-mega__contact-heading:focus-visible > span {
  color: rgb(var(--cybist-green));
}

.cybist-header-v14 .cybist-about-mega__quick-contact {
  display: grid;
  margin-top: 9px;
  grid-template-columns: minmax(104px, .72fr) minmax(0, 1.28fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 6px 8px;
}

.cybist-header-v14 .cybist-about-mega__contact-method,
.cybist-header-v14 .cybist-about-mega__contact-email {
  min-width: 0;
}

.cybist-header-v14 .cybist-about-mega__contact-method {
  display: flex;
  min-height: 34px;
  flex-direction: column;
  justify-content: center;
  padding: 6px 8px;
  border: 1px solid #d8e5dd;
  border-radius: 5px;
  background: #f7faf8;
  color: rgb(var(--cybist-navy));
  text-decoration: none;
  box-sizing: border-box;
}

.cybist-header-v14 .cybist-about-mega__contact-method--phone {
  grid-row: 1 / 3;
}

.cybist-header-v14 .cybist-about-mega__contact-method:hover,
.cybist-header-v14 .cybist-about-mega__contact-method:focus-visible {
  border-color: rgb(var(--cybist-green));
  background: #eef8f2;
}

.cybist-header-v14 .cybist-about-mega__contact-label,
.cybist-header-v14 .cybist-about-mega__contact-value {
  display: block;
  min-width: 0;
}

.cybist-header-v14 .cybist-about-mega__contact-label {
  color: rgb(var(--cybist-green));
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .07em;
  line-height: 1.1;
  text-transform: uppercase;
}

.cybist-header-v14 .cybist-about-mega__contact-value {
  margin-top: 3px;
  overflow-wrap: anywhere;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
}

.cybist-header-v14 .cybist-about-mega__contact-method--phone .cybist-about-mega__contact-value {
  font-size: 11px;
}

.cybist-header-v14 .cybist-about-mega__contact-email {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px;
}

.cybist-header-v14 .cybist-about-mega__copy {
  min-width: 48px;
  padding: 0 7px;
  border: 1px solid #b8d7c5;
  border-radius: 5px;
  background: #fff;
  color: rgb(var(--cybist-green));
  cursor: pointer;
  font-family: var(--navigation-font-family);
  font-size: 8px;
  font-weight: 850;
  line-height: 1;
}

.cybist-header-v14 .cybist-about-mega__copy:hover,
.cybist-header-v14 .cybist-about-mega__copy:focus-visible {
  border-color: rgb(var(--cybist-green));
  background: rgb(var(--cybist-green));
  color: #fff;
}

@media (max-width: 768px) {
  .cybist-header-v14 .cybist-about-mega__contact-card {
    height: auto;
    min-height: 0;
    margin-block: 8px;
    padding: 14px;
  }

  .cybist-header-v14 .cybist-about-mega__quick-contact {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .cybist-header-v14 .cybist-about-mega__contact-method--phone {
    grid-row: auto;
  }

  .cybist-header-v14 .cybist-about-mega__contact-value {
    font-size: 10px;
  }
}

/* Approved compact Renewed menu — Figma nodes 146:2 (desktop) and 147:2 (mobile). */
.cybist-header-v14 .cybist-renewed-nav__link-wrap {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: stretch;
}

.cybist-header-v14 .cybist-renewed-nav__primary {
  width: 100%;
}

.cybist-header-v14 .cybist-renewed-menu__eyebrow {
  margin: 0;
  color: rgb(var(--cybist-green));
  font-family: var(--navigation-font-family);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 17px;
  text-transform: uppercase;
}

.cybist-header-v14 .cybist-renewed-menu__list {
  display: grid;
  gap: 12px;
  margin: 12px 0 0;
  padding: 0;
}

.cybist-header-v14 .cybist-renewed-menu__list > li {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.cybist-header-v14 .cybist-renewed-menu__link {
  display: grid;
  min-height: 104px;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  gap: 16px;
  align-items: center;
  padding: 16px 20px 16px 16px;
  border: 1px solid rgb(var(--cybist-line));
  border-radius: 8px;
  background: #f4f7f9;
  color: rgb(var(--cybist-navy));
  text-decoration: none;
  box-sizing: border-box;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.cybist-header-v14 .cybist-renewed-menu__link:hover,
.cybist-header-v14 .cybist-renewed-menu__link:focus-visible {
  transform: translateY(-1px);
  border-color: rgb(var(--cybist-green));
  background: #eef8f2;
}

.cybist-header-v14 .cybist-renewed-menu__number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgb(var(--cybist-green));
  border-radius: 50%;
  background: #fff;
  color: rgb(var(--cybist-green));
  font-size: 12px;
  font-weight: 800;
}

.cybist-header-v14 .cybist-renewed-menu__copy,
.cybist-header-v14 .cybist-renewed-menu__copy strong,
.cybist-header-v14 .cybist-renewed-menu__copy small {
  display: block;
  min-width: 0;
}

.cybist-header-v14 .cybist-renewed-menu__copy strong {
  color: rgb(var(--cybist-navy));
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.cybist-header-v14 .cybist-renewed-menu__copy small {
  margin-top: 4px;
  color: #40566b;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  white-space: normal;
}

.cybist-header-v14 .cybist-renewed-menu__mobile-copy {
  display: none;
}

.cybist-header-v14 .cybist-renewed-menu__arrow {
  color: rgb(var(--cybist-green));
  font-size: 24px;
  line-height: 34px;
}

@media (min-width: 769px) {
  .cybist-header-v14 .cybist-renewed-nav {
    position: relative;
  }

  .cybist-header-v14 .cybist-renewed-nav.is-open > .cybist-renewed-nav__row {
    box-shadow: inset 0 -3px 0 rgb(var(--cybist-green));
  }

  .cybist-header-v14 .cybist-renewed-nav.is-open .cybist-renewed-nav__primary,
  .cybist-header-v14 .cybist-renewed-nav.is-open .cybist-renewed-nav__toggle {
    color: rgb(var(--cybist-green));
  }

  .cybist-header-v14 .cybist-primary-nav .main-nav__child.cybist-renewed-menu {
    right: auto;
    left: 0;
    width: 540px;
    max-width: min(540px, calc(100vw - 32px));
    padding: 24px;
    overflow: visible;
    border: 1px solid rgb(var(--cybist-line));
    border-top: 4px solid rgb(var(--cybist-green));
    border-radius: 0 0 12px 12px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(6, 39, 75, .08);
    box-sizing: border-box;
  }

  .cybist-header-v14 .cybist-renewed-nav.is-open > .cybist-renewed-menu {
    z-index: 60;
  }
}

@media (max-width: 768px) {
  .cybist-header-v14 .cybist-renewed-nav {
    padding-top: 8px;
    border-bottom: 0;
  }

  .cybist-header-v14 .cybist-renewed-nav > .cybist-renewed-nav__row {
    min-height: 56px;
    margin: 0;
    overflow: hidden;
    border-inline-start: 3px solid transparent;
    border-radius: 8px;
  }

  .cybist-header-v14 .cybist-renewed-nav.is-open > .cybist-renewed-nav__row {
    border-inline-start-color: rgb(var(--cybist-green));
    background: #f4f7f9;
    color: rgb(var(--cybist-green));
  }

  .cybist-header-v14 .cybist-renewed-nav__primary {
    min-height: 56px;
    padding: 17px 16px;
    color: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 21px;
  }

  .cybist-header-v14 .cybist-renewed-nav__toggle {
    position: relative;
    width: 52px;
    height: 56px;
    color: inherit;
  }

  .cybist-header-v14 .cybist-renewed-nav__toggle .icon {
    display: none;
  }

  .cybist-header-v14 .cybist-renewed-nav__toggle::before {
    content: "+";
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
  }

  .cybist-header-v14 .cybist-renewed-nav.is-open .cybist-renewed-nav__toggle::before {
    content: "−";
  }

  .cybist-header-v14 .cybist-primary-nav .main-nav__child.cybist-renewed-menu,
  .cybist-header-v14 .cybist-primary-nav .main-nav__child.cybist-renewed-menu.is-closing {
    position: static;
    z-index: auto;
    display: none;
    width: auto;
    height: auto;
    padding: 8px 0 8px 16px;
    overflow: visible;
    visibility: visible;
    transform: none;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transition: none;
  }

  .cybist-header-v14 .cybist-renewed-nav.is-open > .cybist-renewed-menu {
    display: block;
  }

  .cybist-header-v14 .cybist-renewed-menu__eyebrow,
  .cybist-header-v14 .cybist-renewed-menu__number,
  .cybist-header-v14 .cybist-renewed-menu__arrow,
  .cybist-header-v14 .cybist-renewed-menu__desktop-copy {
    display: none;
  }

  .cybist-header-v14 .cybist-renewed-menu__mobile-copy {
    display: block;
  }

  .cybist-header-v14 .cybist-renewed-menu__list {
    display: grid;
    gap: 8px;
    margin: 0;
  }

  .cybist-header-v14 .cybist-renewed-menu__link {
    min-height: 76px;
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
    padding: 12px 16px;
    border-radius: 8px;
    background: #fff;
    transform: none;
  }

  .cybist-header-v14 .cybist-renewed-menu__copy strong {
    font-size: 14px;
    line-height: 20px;
  }

  .cybist-header-v14 .cybist-renewed-menu__copy small {
    margin-top: 3px;
    font-size: 12px;
    line-height: 17px;
  }

  .cybist-header-v14 .cybist-primary-nav .main-menu__content--no-focus:has(.cybist-renewed-nav.is-open) {
    overflow-y: auto;
  }

  /* Keep the asynchronously loaded country/currency panel inside the mobile viewport. */
  .cybist-header-v14 .cybist-market-selector .custom-select__listbox {
    position: fixed;
    top: calc(var(--header-end, 100px) + 6px);
    right: auto;
    left: 12px;
    width: calc(100vw - 24px);
    min-width: 0;
    max-width: calc(100vw - 24px);
    max-height: min(360px, calc(100vh - var(--header-end, 100px) - 24px));
    box-sizing: border-box;
  }
}



/* Approved Figma 191:3 — prominent department-homepage route. */
@media(min-width:769px){
.cybist-header-v14 .cybist-primary-nav .mega-nav--columns .child-nav{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.cybist-header-v14 .cybist-primary-nav .cybist-mega-overview{grid-column:1/-1;display:grid;min-height:82px;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:28px;padding:18px 24px;border:0;border-radius:5px;background:rgb(var(--cybist-navy));color:#fff}
.cybist-header-v14 .cybist-primary-nav .cybist-mega-overview__number,.cybist-header-v14 .cybist-primary-nav .cybist-mega-overview__eyebrow,.cybist-header-v14 .cybist-primary-nav .cybist-mega-overview__media{display:none}
.cybist-header-v14 .cybist-primary-nav .cybist-mega-overview>strong,.cybist-header-v14 .cybist-primary-nav .cybist-mega-overview>span{grid-column:1;color:#fff}
.cybist-header-v14 .cybist-primary-nav .cybist-mega-overview>strong{font-size:20px}
.cybist-header-v14 .cybist-primary-nav .cybist-mega-overview>span{margin-top:3px;color:#d7e2eb}
.cybist-header-v14 .cybist-primary-nav .cybist-mega-overview>a{grid-column:2;grid-row:1/span 2;min-width:250px;margin:0;padding:13px 18px;border-radius:4px;background:rgb(var(--cybist-green));color:#fff;text-align:center}
}
@media(max-width:768px){
.cybist-header-v14 .cybist-mobile-department-overview{margin:10px 16px 16px}
.cybist-header-v14 .cybist-mobile-department-overview>a{display:grid;gap:4px;padding:15px 16px!important;border-radius:5px;background:rgb(var(--cybist-navy));color:#fff!important}
.cybist-header-v14 .cybist-mobile-department-overview strong,.cybist-header-v14 .cybist-mobile-department-overview small{display:block}
.cybist-header-v14 .cybist-mobile-department-overview small{color:#d7e2eb;font-size:11px;font-weight:500}
}


/* Approved Figma 193:23 — polished department introduction and brand routes. */
@media (min-width: 769px) {
  .cybist-header-v14 .cybist-primary-nav .cybist-mega-overview {
    display: grid !important;
    min-height: 126px !important;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 34%);
    align-items: center;
    column-gap: 28px;
    padding: 24px 34px !important;
    border: 0 !important;
    border-bottom: 4px solid #36d97f !important;
    border-radius: 0 !important;
    background: rgb(var(--cybist-navy)) !important;
    color: #fff;
  }

  .cybist-header-v14 .cybist-mega-overview__intro {
    grid-column: 1;
    min-width: 0;
  }

  .cybist-header-v14 .cybist-mega-overview__intro strong,
  .cybist-header-v14 .cybist-mega-overview__intro span,
  .cybist-header-v14 .cybist-mega-overview__route a,
  .cybist-header-v14 .cybist-mega-overview__route small {
    display: block;
  }

  .cybist-header-v14 .cybist-mega-overview__intro strong {
    color: #fff;
    font-family: var(--heading-font-family);
    font-size: clamp(27px, 2vw, 35px);
    font-weight: 750;
    line-height: 1.08;
  }

  .cybist-header-v14 .cybist-mega-overview__intro span {
    max-width: 670px;
    margin-top: 8px;
    color: #d7e2eb;
    font-size: 13px;
    line-height: 1.45;
  }

  .cybist-header-v14 .cybist-mega-overview__route {
    grid-column: 2;
    text-align: right;
  }

  .cybist-header-v14 .cybist-mega-overview__route a {
    color: #fff;
    font-size: clamp(19px, 1.55vw, 24px);
    font-weight: 850;
    line-height: 1.2;
    text-decoration: none;
  }

  .cybist-header-v14 .cybist-mega-overview__route a:hover {
    color: #66e39c;
  }

  .cybist-header-v14 .cybist-mega-overview__route small {
    margin-top: 8px;
    color: #8de0b0;
    font-size: 13px;
    font-weight: 650;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-column {
    position: relative;
    padding-inline-start: 46px !important;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-column::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 16px;
    left: 30px;
    width: 3px;
    border-radius: 999px;
    background: rgb(var(--cybist-green));
  }

  .cybist-header-v14 .cybist-mega-brand-row {
    grid-column: 1 / -1;
    padding-top: 2px !important;
  }

  .cybist-header-v14 .cybist-mega-brand-row > p {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    margin: 0 0 10px;
    padding: 5px 15px;
    border: 1px solid #9ddbb7;
    border-radius: 999px;
    background: #f2fbf6;
    color: rgb(var(--cybist-green));
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .055em;
    line-height: 1;
    text-transform: uppercase;
  }

  .cybist-header-v14 .cybist-mega-brand-buttons {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 12px;
  }

  .cybist-header-v14 .cybist-mega-brand-buttons a {
    display: grid;
    min-height: 44px;
    place-items: center;
    padding: 8px 10px;
    border: 1px solid #9ddbb7;
    border-radius: 6px;
    background: #f2fbf6;
    color: rgb(var(--cybist-navy));
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease, transform .16s ease;
  }

  .cybist-header-v14 .cybist-mega-brand-buttons a:hover,
  .cybist-header-v14 .cybist-mega-brand-buttons a:focus-visible {
    border-color: rgb(var(--cybist-green));
    background: #e5f7ed;
    color: rgb(var(--cybist-green));
    transform: translateY(-1px);
  }
}

@media (min-width: 769px) and (max-width: 980px) {
  .cybist-header-v14 .cybist-primary-nav .cybist-mega-overview {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 36%);
    column-gap: 18px;
    padding-inline: 22px !important;
  }

  .cybist-header-v14 .cybist-mega-overview__route a {
    font-size: 18px;
  }

  .cybist-header-v14 .cybist-mega-overview__route small {
    font-size: 11px;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-column {
    padding-inline-start: 34px !important;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-column::before {
    left: 22px;
  }

  .cybist-header-v14 .cybist-mega-brand-buttons {
    gap: 7px;
  }

  .cybist-header-v14 .cybist-mega-brand-buttons a {
    padding-inline: 5px;
    font-size: 10px;
  }
}


/* Approved Figma 193:23, 210:2 and 210:113 — featured brands and Cybist guidance. */
@media (min-width: 769px) {
  .cybist-header-v14 .cybist-primary-nav .mega-nav--columns .child-nav {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 22px !important;
    row-gap: 0 !important;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-overview {
    min-height: 126px !important;
    margin-bottom: 20px;
    border-bottom: 0 !important;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-column {
    min-width: 0;
    padding-inline-start: 16px !important;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-column::before {
    top: 42px;
    bottom: 14px;
    left: 0;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-column > .main-nav__item-content,
  .cybist-header-v14 .cybist-mega-guide-card > .main-nav__item-content {
    margin-bottom: 12px;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-column > .main-nav__item-content .child-nav__item {
    color: rgb(var(--cybist-green));
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .045em;
    text-transform: uppercase;
  }

  .cybist-header-v14 .cybist-featured-brand-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .cybist-header-v14 .cybist-featured-brand-card {
    display: grid;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgb(var(--cybist-line));
    border-radius: 6px;
    background: #fff;
    color: rgb(var(--cybist-navy));
    text-align: center;
    text-decoration: none;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
  }

  .cybist-header-v14 .cybist-featured-brand-card:hover,
  .cybist-header-v14 .cybist-featured-brand-card:focus-visible {
    border-color: rgb(var(--cybist-green));
    box-shadow: 0 8px 20px rgba(5, 36, 58, .1);
    transform: translateY(-1px);
  }

  .cybist-header-v14 .cybist-featured-brand-card__image {
    display: grid;
    min-height: 74px;
    place-items: center;
    overflow: hidden;
    padding: 5px;
    background: #f5f8f9;
    color: #607482;
    font-size: 11px;
    font-weight: 750;
  }

  .cybist-header-v14 .cybist-featured-brand-card__image img {
    width: 100%;
    height: 64px;
    object-fit: contain;
    object-position: center;
  }

  .cybist-header-v14 .cybist-featured-brand-card > strong {
    display: block;
    padding: 7px 5px 8px;
    color: rgb(var(--cybist-navy));
    font-size: 11px;
    line-height: 1.15;
  }

  .cybist-header-v14 .cybist-solution-links a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 10px;
    min-height: 39px;
    padding-block: 8px !important;
    color: rgb(var(--cybist-navy));
    font-size: 13px;
    font-weight: 650;
  }

  .cybist-header-v14 .cybist-solution-links a span {
    color: rgb(var(--cybist-green));
    font-size: 16px;
  }

  .cybist-header-v14 .cybist-mega-guide-card {
    min-width: 0;
    list-style: none;
  }

  .cybist-header-v14 .cybist-mega-guide-card > .child-nav__panel {
    display: block !important;
    height: 100%;
  }

  .cybist-header-v14 .cybist-mega-guide-card__inner {
    display: flex;
    min-height: 246px;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    border: 1px solid rgb(var(--cybist-line));
    border-radius: 8px;
    background: #f4f7f8;
  }

  .cybist-header-v14 .cybist-mega-guide-card__inner p {
    margin: 0 0 18px;
    color: rgb(var(--cybist-green));
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .045em;
    text-transform: uppercase;
  }

  .cybist-header-v14 .cybist-mega-guide-card__inner strong {
    color: rgb(var(--cybist-navy));
    font-family: var(--heading-font-family);
    font-size: clamp(20px, 1.55vw, 27px);
    line-height: 1.08;
  }

  .cybist-header-v14 .cybist-mega-guide-card__inner > span {
    margin: 16px 0 24px;
    color: #607482;
    font-size: 13px;
    line-height: 1.42;
  }

  .cybist-header-v14 .cybist-mega-guide-card__inner > a {
    margin-top: auto;
    padding: 12px 18px;
    border-radius: 5px;
    background: rgb(var(--cybist-navy));
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
  }

  .cybist-header-v14 .cybist-mega-guide-card__inner > a:hover,
  .cybist-header-v14 .cybist-mega-guide-card__inner > a:focus-visible {
    background: rgb(var(--cybist-green));
  }

  .cybist-header-v14 .cybist-mega-brand-row {
    margin-top: 18px;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .cybist-header-v14 .cybist-primary-nav .mega-nav--columns .child-nav {
    column-gap: 12px !important;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-column {
    padding-inline-start: 11px !important;
  }

  .cybist-header-v14 .cybist-primary-nav .cybist-mega-column::before {
    left: 0;
  }

  .cybist-header-v14 .cybist-featured-brand-grid {
    gap: 7px;
  }

  .cybist-header-v14 .cybist-featured-brand-card__image {
    min-height: 62px;
  }

  .cybist-header-v14 .cybist-featured-brand-card__image img {
    height: 52px;
  }

  .cybist-header-v14 .cybist-mega-guide-card__inner {
    min-height: 232px;
    padding: 17px;
  }

  .cybist-header-v14 .cybist-mega-guide-card__inner strong {
    font-size: 20px;
  }

  .cybist-header-v14 .cybist-mega-guide-card__inner > span {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .cybist-header-v14 .cybist-featured-brand-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 10px 16px 18px;
  }

  .cybist-header-v14 .cybist-featured-brand-card {
    display: grid;
    overflow: hidden;
    border: 1px solid rgb(var(--cybist-line));
    border-radius: 6px;
    color: rgb(var(--cybist-navy));
    text-align: center;
    text-decoration: none;
  }

  .cybist-header-v14 .cybist-featured-brand-card__image {
    display: grid;
    min-height: 72px;
    place-items: center;
    padding: 5px;
    background: #f5f8f9;
  }

  .cybist-header-v14 .cybist-featured-brand-card__image img {
    width: 100%;
    height: 62px;
    object-fit: contain;
  }

  .cybist-header-v14 .cybist-featured-brand-card > strong {
    padding: 8px 5px;
  }

  .cybist-header-v14 .cybist-solution-links a span {
    color: rgb(var(--cybist-green));
  }

  .cybist-header-v14 .cybist-mega-guide-card__inner {
    display: grid;
    gap: 12px;
    margin: 10px 16px 18px;
    padding: 18px;
    border: 1px solid rgb(var(--cybist-line));
    border-radius: 7px;
    background: #f4f7f8;
  }

  .cybist-header-v14 .cybist-mega-guide-card__inner p {
    margin: 0;
    color: rgb(var(--cybist-green));
    font-size: 10px;
    font-weight: 850;
    text-transform: uppercase;
  }

  .cybist-header-v14 .cybist-mega-guide-card__inner > a {
    color: rgb(var(--cybist-green));
    font-weight: 800;
  }
}

/* Approved 2 August 2026 — keep each department route close to its selected tab. */
@media (min-width: 769px) {
  .cybist-header-v14 .cybist-primary-nav .cybist-mega-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .cybist-header-v14 .cybist-mega-overview__route,
  .cybist-header-v14 .cybist-mega-overview__summary {
    grid-row: 1;
    min-width: 0;
  }

  .cybist-header-v14 .cybist-mega-overview--computers .cybist-mega-overview__route {
    grid-column: 1;
    text-align: left;
  }

  .cybist-header-v14 .cybist-mega-overview--av .cybist-mega-overview__route {
    grid-column: 2;
    text-align: center;
  }

  .cybist-header-v14 .cybist-mega-overview--networking .cybist-mega-overview__route {
    grid-column: 3;
    text-align: right;
  }

  .cybist-header-v14 .cybist-mega-overview__title {
    display: inline-flex;
    align-items: center;
    gap: 0.35em;
    color: #fff;
    font-family: var(--heading-font-family);
    font-size: clamp(24px, 1.8vw, 32px);
    font-weight: 750;
    line-height: 1.08;
    text-decoration: none;
  }

  .cybist-header-v14 .cybist-mega-overview__title:hover,
  .cybist-header-v14 .cybist-mega-overview__title:focus-visible {
    color: #66e39c;
  }

  .cybist-header-v14 .cybist-mega-overview__title:focus-visible {
    outline: 2px solid #66e39c;
    outline-offset: 4px;
    border-radius: 2px;
  }

  .cybist-header-v14 .cybist-mega-overview__route small {
    display: block;
    margin-top: 9px;
    color: #8de0b0;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.35;
  }

  .cybist-header-v14 .cybist-mega-overview__summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 0;
    margin: 0;
    padding: 0;
    color: #d7e2eb;
    list-style: none;
  }

  .cybist-header-v14 .cybist-mega-overview--computers .cybist-mega-overview__summary {
    grid-column: 2 / 4;
    justify-content: flex-end;
    text-align: right;
  }

  .cybist-header-v14 .cybist-mega-overview--av .cybist-mega-overview__summary {
    grid-column: 1;
    justify-content: flex-end;
    text-align: right;
  }

  .cybist-header-v14 .cybist-mega-overview--networking .cybist-mega-overview__summary {
    grid-column: 1 / 3;
    justify-content: flex-start;
    text-align: left;
  }

  .cybist-header-v14 .cybist-mega-overview__summary li {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.35;
    white-space: nowrap;
  }

  .cybist-header-v14 .cybist-mega-overview__summary li + li::before {
    width: 1px;
    height: 12px;
    margin: 0 10px;
    background: rgb(102 227 156 / 55%);
    content: "";
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .cybist-header-v14 .cybist-mega-overview__title {
    font-size: 22px;
  }

  .cybist-header-v14 .cybist-mega-overview__route small,
  .cybist-header-v14 .cybist-mega-overview__summary li {
    font-size: 11px;
  }

  .cybist-header-v14 .cybist-mega-overview__summary li + li::before {
    margin-inline: 7px;
  }
}

/* Cybist customer-account panel — approved Figma nodes 2:35 and 2:61. */
.cybist-header-v14 .cybist-account-menu {
  position: relative;
  z-index: 95;
  flex: 0 0 auto;
}

.cybist-header-v14 .cybist-account-menu summary {
  list-style: none;
}

.cybist-header-v14 .cybist-account-menu summary::-webkit-details-marker {
  display: none;
}

.cybist-header-v14 .cybist-account-menu__trigger {
  display: flex;
  width: 146px;
  min-width: 146px;
  height: 56px;
  padding: 6px 12px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  color: rgb(var(--cybist-navy));
  cursor: pointer;
  transition: background-color 160ms ease;
}

.cybist-header-v14 .cybist-account-menu__trigger:hover,
.cybist-header-v14 .cybist-account-menu[open] > .cybist-account-menu__trigger {
  background: #e8f6ef;
}

.cybist-header-v14 .cybist-account-menu__trigger:focus-visible {
  outline: 2px solid rgb(var(--cybist-green));
  outline-offset: 2px;
}

.cybist-header-v14 .cybist-account-menu__trigger > .icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}

.cybist-account-menu__label-short {
  display: none;
}

.cybist-header-v14 .cybist-account-menu__backdrop {
  display: none;
}

.cybist-header-v14 .cybist-account-menu__panel {
  position: absolute;
  z-index: 96;
  top: calc(100% + 8px);
  right: 0;
  display: flex;
  width: 396px;
  height: 373px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dce4ec;
  border-top: 5px solid #06274b;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(3, 26, 51, .14);
  color: #102742;
  box-sizing: border-box;
}

.cybist-header-v14 .cybist-account-menu__body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 25px 24px 20px;
}

.cybist-header-v14 .cybist-account-menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  width: 32px;
  height: 32px;
  padding: 4px;
  place-items: center;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #06274b;
  cursor: pointer;
}

.cybist-header-v14 .cybist-account-menu__close:hover,
.cybist-header-v14 .cybist-account-menu__close:focus-visible {
  background: #f4f7f9;
}

.cybist-header-v14 .cybist-account-menu__close:focus-visible {
  outline: 2px solid rgb(var(--cybist-green));
  outline-offset: 1px;
}

.cybist-header-v14 .cybist-account-menu__close .icon {
  width: 24px;
  height: 24px;
}

.cybist-header-v14 .cybist-account-menu__eyebrow {
  margin: 0 44px 0 0;
  color: #009447;
  font-family: var(--body-font-family);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cybist-header-v14 .cybist-account-menu__heading {
  margin: 15px 0 0;
  color: #06274b;
  font-family: var(--heading-font-family);
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.cybist-header-v14 .cybist-account-menu__copy {
  margin: 12px 0 0;
  color: #40566b;
  font-size: 14px;
  line-height: 21px;
}

.cybist-header-v14 .cybist-account-menu__cta {
  display: grid;
  min-height: 52px;
  margin-top: 19px;
  padding: 0 18px;
  place-items: center;
  border-radius: 4px;
  background: #009447;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.cybist-header-v14 .cybist-account-menu__cta:hover,
.cybist-header-v14 .cybist-account-menu__cta:focus-visible {
  background: #007b3b;
}

.cybist-header-v14 .cybist-account-menu__cta:focus-visible,
.cybist-header-v14 .cybist-account-menu__footer a:focus-visible {
  outline: 2px solid #06274b;
  outline-offset: 2px;
}

.cybist-header-v14 .cybist-account-menu__meta {
  margin: 16px 0 0;
  color: #40566b;
  font-size: 12px;
  line-height: 18px;
}

.cybist-header-v14 .cybist-account-menu__footer {
  display: flex;
  min-height: 66px;
  flex: 0 0 66px;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  background: #f4f7f9;
}

.cybist-header-v14 .cybist-account-menu__footer a {
  color: #06274b;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (min-width: 769px) and (max-width: 1199px) {
  .cybist-header-v14 .cybist-account-menu__trigger {
    width: 44px;
    min-width: 44px;
    height: 48px;
    padding-inline: 8px;
  }
}

@media (max-width: 768px) {
  body.cybist-account-menu-open {
    overflow: hidden;
  }

  .cybist-header-v14 .header__icons {
    padding-inline-start: 0;
  }

  .cybist-header-v14 #cart-icon {
    min-width: 44px;
    padding-inline: 4px;
  }

  .cybist-header-v14 .cybist-account-menu {
    position: static;
  }

  .cybist-header-v14 .cybist-account-menu__trigger {
    width: 99px;
    min-width: 99px;
    height: 44px;
    padding: 5px 9px;
    gap: 7px;
  }

  .cybist-header-v14 .cybist-account-menu__trigger > .icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .cybist-header-v14 .cybist-account-menu__trigger .cybist-header-action__text {
    display: block !important;
  }

  .cybist-header-v14 .cybist-account-menu__trigger .cybist-header-action__text strong {
    font-size: 12px;
  }

  .cybist-header-v14 .cybist-account-menu__trigger .cybist-header-action__text small {
    font-size: 9px;
  }

  .cybist-account-menu__label-short {
    display: inline;
  }

  .cybist-account-menu__label-full {
    display: none;
  }

  .cybist-header-v14 .cybist-account-menu__backdrop {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(6, 39, 75, .31);
    cursor: default;
  }

  .cybist-header-v14 .cybist-account-menu__panel {
    position: fixed;
    z-index: 1001;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 356px;
    border-radius: 14px 14px 0 0;
    box-shadow: 0 -8px 24px rgba(3, 26, 51, .16);
  }

  .cybist-header-v14 .cybist-account-menu__body {
    padding: 27px 22px 18px;
  }

  .cybist-header-v14 .cybist-account-menu__close {
    top: 18px;
    right: 18px;
  }

  .cybist-header-v14 .cybist-account-menu__heading {
    margin-top: 15px;
    font-size: 28px;
    line-height: 36px;
  }

  .cybist-header-v14 .cybist-account-menu__copy {
    margin-top: 8px;
  }

  .cybist-header-v14 .cybist-account-menu__cta {
    margin-top: 15px;
  }

  .cybist-header-v14 .cybist-account-menu__meta {
    margin-top: 15px;
  }

  .cybist-header-v14 .cybist-account-menu__footer {
    padding-inline: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cybist-header-v14 .cybist-account-menu__trigger {
    transition: none;
  }
