/** Shopify CDN: Minification failed

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

**/
.header-v2 a:focus-visible,
.header-v2 button:focus-visible,
.header-v2-mm a:focus-visible,
.header-v2-mm button:focus-visible,
.header-v2-mobile a:focus-visible,
.header-v2-mobile button:focus-visible {
  outline: 2px solid var(--color-white);
  outline-offset: 2px;
}

.header-v2-mm a:focus-visible,
.header-v2-mm button:focus-visible {
  outline-color: var(--color-primary);
}

@media screen and (max-width: 1129px) {
  .mt-header-group:has(.header-v2-wrapper) {
    --header-height: 50px;
  }
}

@media screen and (min-width: 1130px) {
  .mt-header-group:has(.header-v2-wrapper) {
    --header-height: 90px;
  }
}

.header-v2-wrapper {
  --hv2-height: 50px;
  --hv2-bg: #092645;
  --hv2-gradient: linear-gradient(100.12deg, #0fc9e7 8.42%, #169dff 91.25%);
  display: none;
  background: var(--hv2-bg);
}

.header-v2-wrapper.sticky {
  min-height: var(--hv2-height);
}

.header-v2 {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--color-white);
  background: var(--hv2-bg);
  z-index: 1001;
}

.header-v2--sticky {
  position: fixed;
}

.header-v2 .container {
  padding-left: 16px;
  padding-right: 16px;
}

.header-v2__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
  height: var(--hv2-height);
  gap: 16px;
}

.header-v2__mobile-toggle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: transparent;
  padding: 0;
  margin: 0;
  order: 1;
}

.header-v2__mobile-toggle .mt-icon {
  width: 24px;
  height: 24px;
}

.header-v2__mobile-toggle-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: 200ms opacity ease-in-out;
}

.header-v2__mobile-toggle-icon--close {
  opacity: 0;
}

.header-v2__mobile-toggle-icon--close .mt-icon {
  width: 12px;
  height: 12px;
}

.header-v2__mobile-toggle[aria-expanded='true'] .header-v2__mobile-toggle-icon--burger {
  opacity: 0;
}

.header-v2__mobile-toggle[aria-expanded='true'] .header-v2__mobile-toggle-icon--close {
  opacity: 1;
}

.header-v2__logo-wrapper {
  display: block;
  height: 28px;
  margin: 0 auto;
  order: 2;
}

.header-v2__logo-wrapper .mt-icon {
  display: block;
  width: auto;
  height: 100%;
}

.header-v2__nav {
  display: none;
  align-self: stretch;
  height: 100%;
}

.header-v2__nav-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-family: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-v2__nav-item {
  position: relative;
  height: 100%;
  margin: 0 20px 0 0;
}

.header-v2__nav-item:last-child {
  margin-right: 0;
}

.header-v2__nav-link {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 6px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-secondary);
  white-space: nowrap;
}

.header-v2__nav-link:hover,
.header-v2__nav-link:focus {
  color: #fff;
}

.header-v2__nav-item.is-current .header-v2__nav-link {
  color: #fff;
}

.header-v2__nav-item:hover::after,
.header-v2__nav-item:focus-within::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  border-bottom: 4px solid;
  border-image-slice: 1;
  border-image-source: var(--hv2-gradient);
}

.header-v2__nav-link--highlight {
  background: var(--hv2-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.header-v2__nav-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  font-family: var(--font-headings);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: #0e427d;
  border-radius: 6px;
  padding: 10px;
  white-space: nowrap;
}

.header-v2__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  order: 3;
  gap: 8px;
  transition: 200ms opacity ease-in-out;
}

body[data-header-v2-active] .header-v2__actions {
  opacity: 0;
  pointer-events: none;
}

.header-v2__cta {
  display: none;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-family: var(--font-headings);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border: 1px solid #169dff;
  border-radius: 30px;
  padding: 0 1.4em;
  background: var(--hv2-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  transition: 200ms opacity ease-in-out;
}

.header-v2__cta:hover,
.header-v2__cta:focus {
  opacity: 0.8;
}

.header-v2__icon {
  position: relative;
  display: flex;
}

.header-v2__icon .mt-icon {
  width: 24px;
  height: 24px;
}

.header-v2__cart[data-items='0']::after {
  display: none;
}

.header-v2__cart::after {
  content: attr(data-items);
  position: absolute;
  top: -4px;
  right: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 14px;
  height: 14px;
  font-family: var(--font-headings);
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
  background: #0fc9e7;
  border: 0;
  border-radius: 50%;
}

.header-v2-mm__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-headings);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 0.9em 1.2em;
  text-decoration: none;
  white-space: nowrap;
  transition: 200ms opacity ease-in-out, 200ms background-color ease-in-out, 200ms color ease-in-out;
}

.header-v2-mm__btn--solid {
  color: var(--color-white);
  background: var(--hv2-gradient);
  border: 0;
}

.header-v2-mm__btn--solid:hover,
.header-v2-mm__btn--solid:focus-visible {
  opacity: 0.85;
}

.header-v2-mm__btn--outline {
  color: var(--color-primary);
  background: transparent;
  border: 1px solid var(--color-primary);
}

.header-v2-mm__btn--outline:hover,
.header-v2-mm__btn--outline:focus-visible {
  color: var(--color-white);
  background: var(--color-primary);
}

.header-v2-mm .header-v2-mm__btn--outline:focus-visible {
  outline-color: var(--color-white);
}

@media screen and (max-width: 1129px) {
  .header-v2-mm__btn--hide-mobile {
    display: none;
  }
}

@media screen and (min-width: 1130px) {
  .header-v2-mm__btn--hide-desktop {
    display: none;
  }
}

.header-v2-mm__sidebar .header-v2-mm__btn,
.header-v2-mm__buttons-row .header-v2-mm__btn {
  min-height: 36px;
  min-width: 200px;
  font-size: 14px;
}

@media screen and (min-width: 1180px) {
  .header-v2-mm__sidebar .header-v2-mm__btn,
  .header-v2-mm__buttons-row .header-v2-mm__btn {
    min-height: 48px;
    font-size: 18px;
  }
}

.header-v2-mm-card {
  position: relative;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.header-v2-mm-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.header-v2-mm-card__image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  background: #FEFFFE;
  margin: 0 0 12px;
}

.header-v2-mm-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 500ms transform ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .header-v2-mm-card:hover .header-v2-mm-card__image img {
    transform: scale(1.05);
  }
}

.header-v2-mm-card__label {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-headings);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 6px 10px;
  min-width: 66px;
  white-space: nowrap;
}

.header-v2-mm-card__label--secondary {
  top: auto;
  left: auto;
  bottom: 8px;
  right: 8px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  min-width: 0;
  padding: 4px 6px;
  background: #dae3f5;
  color: #07213c;
}

.header-v2-mm-card--row .header-v2-mm-card__label:not(.header-v2-mm-card__label--secondary) {
  position: static;
  min-width: 73px;
  margin: 0 0 2px;
}

.header-v2-mm-card--top-pick .header-v2-mm-card__label {
  font-size: 10px;
  min-width: 0;
}

.header-v2-mm-card--row .header-v2-mm-card__label {
  font-size: 10px;
  padding: 4px 8px;
}

.header-v2-mm-card--row .header-v2-mm-card__label--secondary {
  top: 4px;
  left: 4px;
  bottom: auto;
  right: auto;
  padding: 2px 4px 3px;
}

.header-v2-mm-card__title {
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-primary);
  margin: 0 0 4px;
}

.header-v2-mm-card__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #6c6c6c;
}

@media screen and (min-width: 1130px) {
  .header-v2-mm-card__desc {
    font-size: 12px;
  }
}

.header-v2-mm-card__body {
  display: block;
  margin: 0 0 20px;
}

.header-v2-mm-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: auto;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.2;
}

.header-v2-mm-card__price-now {
  font-weight: 700;
  color: #0a15db;
}

.header-v2-mm-card__price-compare {
  font-size: 12px;
  font-weight: 400;
  color: #635f5f;
  text-decoration: line-through;
}

.header-v2-mm-card--row {
  flex-direction: row;
  gap: 12px;
  align-items: center;
  font-size: 0;
  margin-bottom: 12px;
}

.header-v2-mm-card--row:last-child {
  margin-bottom: 0;
}

.header-v2-mm-card--row .header-v2-mm-card__image {
  flex: 0 0 102px;
  width: 102px;
  margin: 0;
}

.header-v2-mm-card--row .header-v2-mm-card__content {
  flex: 1;
}

.header-v2-mm-card--row .header-v2-mm-card__title {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 2px;
}

.header-v2-mm-card--row .header-v2-mm-card__desc {
  font-size: 14px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-v2-mm-card--row .header-v2-mm-card__body {
  min-height: 0;
  margin-bottom: 6px;
}

.header-v2-mm-card--row .header-v2-mm-card__price {
  gap: 4px;
  align-items: center;
  margin-top: 0;
}

.header-v2-mm-card--row .header-v2-mm-card__price-now,
.header-v2-mm-card--row .header-v2-mm-card__price-compare {
  line-height: 1;
}

.header-v2-mm-card--top-pick {
  flex: 0 0 160px;
  scroll-snap-align: start;
}

.header-v2-mm-card--top-pick .header-v2-mm-card__title {
  margin-bottom: 0;
}

.header-v2-mm-card--top-pick .header-v2-mm-card__body {
  min-height: 0;
  margin-bottom: 6px;
}

.header-v2-mm-card--top-pick .header-v2-mm-card__desc {
  display: none;
}

.header-v2-mm-image-card {
  display: block;
  text-decoration: none;
}

.header-v2-mm-image-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 0.77;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(7, 33, 60, 0.05);
  margin: 0 0 8px;
}

.header-v2-mm-image-card__label {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  font-family: var(--font-headings);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-white);
  background: #0e427d;
  border-radius: 30px;
  padding: 6px 10px;
  white-space: nowrap;
}

.header-v2-mm-image-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 500ms transform ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .header-v2-mm-image-card:hover .header-v2-mm-image-card__media img {
    transform: scale(1.05);
  }
}

.header-v2-mm-image-card__title {
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-primary);
  text-align: center;
}

.header-v2-mm-image-card[aria-current='page'] .header-v2-mm-image-card__title {
  color: #169dff;
}

.header-v2-mm__image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.header-v2-mobile__group .header-v2-mm__image-grid {
  display: flex;
  gap: 12px;
  margin: 0 -24px;
  padding: 0 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 24px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.header-v2-mobile__group .header-v2-mm__image-grid::-webkit-scrollbar {
  display: none;
}

.header-v2-mobile__group .header-v2-mm-image-card {
  flex: 0 0 160px;
  scroll-snap-align: start;
}

.header-v2-mobile__group .header-v2-mm-image-card__title {
  text-align: left;
  font-weight: 700;
}

.header-v2-mm {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--color-white);
  box-shadow: 0 4px 13px 0px rgba(0, 0, 0, 0.25);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: 100ms opacity ease-in-out, visibility 0s linear 100ms;
}

.header-v2__nav-item--dropdown:hover .header-v2-mm,
.header-v2__nav-item--dropdown:focus-within .header-v2-mm {
  opacity: 1;
  visibility: visible;
  transition: 100ms opacity ease-in-out, visibility 0s linear 0s;
}

.header-v2-mm[hidden] {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: none !important;
}

.header-v2-mm .container {
  padding-top: 0;
  padding-bottom: 0;
}

.header-v2-mm__body--products,
.header-v2-mm__body--tabs {
  display: flex;
  gap: 16px;
}

@media screen and (min-width: 1180px) {
  .header-v2-mm__body--products,
  .header-v2-mm__body--tabs {
    gap: 24px;
  }
}

@media screen and (min-width: 1320px) {
  .header-v2-mm__body--products,
  .header-v2-mm__body--tabs {
    gap: 32px;
  }
}

@media screen and (min-width: 1450px) {
  .header-v2-mm__body--products,
  .header-v2-mm__body--tabs {
    gap: 48px;
  }
}

.header-v2-mm__sidebar {
  position: relative;
  box-sizing: border-box;
  flex: 0 1 auto;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px 28px 36px 0;
  z-index: 1;
}

@media screen and (min-width: 1180px) {
  .header-v2-mm__sidebar {
    min-width: 300px;
    padding: 36px 52px 46px 0;
  }
}

@media screen and (min-width: 1320px) {
  .header-v2-mm__sidebar {
    min-width: 330px;
    padding: 42px 64px 44px 0;
  }
}

@media screen and (min-width: 1450px) {
  .header-v2-mm__sidebar {
    min-width: 360px;
    padding: 50px 80px 40px 0;
  }
}

.header-v2-mm__sidebar::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: 0;
  background: #fff;
  z-index: -1;
}

.header-v2-mm__tab-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  font-family: var(--font-headings);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-white);
  -webkit-text-fill-color: var(--color-white);
  background: #0e427d;
  border-radius: 4px;
  padding: 5px 6px;
  white-space: nowrap;
}

.header-v2-mm__sidebar-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
}

.header-v2-mm__body--tabs .header-v2-mm__sidebar-buttons {
  display: none;
}

.header-v2-mm__grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 200px));
  gap: 24px;
}

@media screen and (min-width: 1450px) {
  .header-v2-mm__grid {
    gap: 40px;
  }
}

.header-v2-mm__body--products-rows {
  display: block;
  width: 100%;
  padding: 40px 0;
}

.header-v2-mm__rows {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.header-v2-mm__grid--row {
  grid-template-columns: repeat(6, minmax(0, 200px));
}

.header-v2-mm__buttons-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 44px;
}

.header-v2-mm__tabs {
  flex: 0 0 160px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.header-v2-mm__tab {
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
  text-decoration: none;
  background: none;
  border: 0;
  padding: 0;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
  opacity: 0.5;
}

.header-v2-mm__tab.is-active {
  color: #169dff;
  opacity: 1;
}

.header-v2-mm__tab.is-current {
  color: #169dff;
}

.header-v2-mm__sidebar .header-v2-mm__tab {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-primary);
  opacity: 1;
}

@media screen and (min-width: 1320px) {
  .header-v2-mm__sidebar .header-v2-mm__tab {
    font-size: 19px;
  }
}

@media screen and (min-width: 1450px) {
  .header-v2-mm__sidebar .header-v2-mm__tab {
    font-size: 20px;
  }
}

.header-v2-mm__sidebar .header-v2-mm__tab.is-active {
  background: var(--hv2-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.header-v2-mm__tab-panels {
  flex: 1;
  padding: 40px 0;
}

.header-v2-mm__tab-panel {
  display: none;
}

.header-v2-mm__tab-panel.is-active {
  display: block;
}

.header-v2-mm__body--tabs .header-v2-mm__image-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

@media screen and (min-width: 1450px) {
  .header-v2-mm__body--tabs .header-v2-mm__image-grid {
    gap: 40px;
  }
}

.header-v2-mm__body--links {
  display: flex;
  gap: 60px;
  padding: 50px 0 70px;
}

.header-v2-mm__col {
  flex: 0 0 auto;
  min-width: 215px;
}

.header-v2-mm__col-title {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  color: var(--color-primary);
  opacity: 0.5;
  margin: 0 0 8px;
}

.header-v2-mm__col-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.header-v2-mm__col-link {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-primary);
}

.header-v2-mm__col-link:hover,
.header-v2-mm__col-link:focus {
  color: #169dff;
}

.header-v2-mm__col-link[aria-current='page'] {
  background: var(--hv2-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.header-v2-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;   height: 100dvh;
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  visibility: hidden;
  transform: translateX(-100%);
  transition: 300ms transform ease-in-out, visibility 0s linear 300ms;
  will-change: transform;
  z-index: 1000;
  padding-top: var(--hv2-header-bottom, 50px);
  box-sizing: border-box;
}

body[data-header-v2-active] {
  overflow: hidden;
}

.mt-announcement-bar-section {
  transition: z-index 0s linear 300ms;
}

body[data-header-v2-active] .mt-announcement-bar-section {
  z-index: 1002;
  transition: z-index 0s linear 0s;
}

body[data-header-v2-active] .header-v2-mobile {
  visibility: visible;
  transform: translateX(0);
  transition: 300ms transform ease-in-out, visibility 0s linear 0s;
}

body[data-header-v2-active] #gorgias-chat-container,
body.header-v2-mm-open #gorgias-chat-container {
  display: none;
}

.header-v2-mobile__screens {
  position: relative;
  flex: 1;
  min-height: 0;
}

.header-v2-mobile__screen {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  transition: 300ms transform ease-in-out, visibility 0s linear 300ms;
  will-change: transform;
  backface-visibility: hidden;
}

.header-v2-mobile__screen.is-active {
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  transition: 300ms transform ease-in-out, visibility 0s linear 0s;
}

.header-v2-mobile__screen.is-prev {
  transform: translateX(-100%);
}

.header-v2-mobile__screen-content {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.header-v2-mobile__screen-footer {
  flex: 0 0 auto;
  display: flex;
  gap: 10px;
  padding: 18px 10px;
  box-shadow: 0px -2px 12px 0px #00000026;
  background: #ffffff;
}

.header-v2-mobile__screen-footer .header-v2-mm__btn {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  padding: 14px 18px;
  min-height: 38px;
}

.header-v2-mobile__screen-footer .header-v2-mm__btn:only-child {
  flex: 0 0 auto;
  width: calc(50% - 5px);
  margin: 0 auto;
}

.header-v2-mobile__list {
  list-style: none;
  margin: 0;
  padding: 24px;
  background: #07213c;
}

.header-v2-mobile__item {
  margin: 0 0 20px;
}

.header-v2-mobile__item:last-child {
  margin: 0;
}

.header-v2-mobile__link {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
  background: none;
  border: 0;
  padding: 0;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #c8e1ef;
  text-align: left;
}

.header-v2-mobile__link--drill {
  justify-content: space-between;
}

.header-v2-mobile__link-label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

.header-v2-mobile__link-arrow {
  display: flex;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
}

.header-v2-mobile__link-arrow .mt-icon {
  width: 6px;
  height: 10px;
}

.header-v2-mobile__link:hover,
.header-v2-mobile__link:focus-visible,
.header-v2-mobile__link.is-current {
  color: #c8e1ef;
}

.header-v2-mobile__link--highlight {
  background: var(--hv2-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.header-v2-mobile__screen-header {
  flex: 0 0 auto;
  background: #07213c;
  padding: 16px 24px;
}

.header-v2-mobile__back {
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: 0;
  padding: 0;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
  color: #c8e1ef;
}

.header-v2-mobile__back .mt-icon {
  width: 6px;
  height: 10px;
}

.header-v2-mobile__product-list {
  padding: 16px 24px 0;
}

.header-v2-mobile__group {
  padding: 20px 24px;
}

.header-v2-mobile__group + .header-v2-mobile__group {
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, rgba(42, 76, 130, 0) 0%, #2a4c82 20.72%, #2a4c82 79.93%, rgba(42, 76, 130, 0) 98.68%);
  border-width: 1px 0 0;
}

.header-v2-mobile__group .header-v2-mobile__product-list {
  padding: 0;
}

.header-v2-mobile__group-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-primary);
  margin: 0 0 14px;
}

.header-v2-mobile__group-heading a {
  color: inherit;
  text-decoration: none;
}

.header-v2-mobile__top-picks {
  padding: 24px;
  background: #ffffff;
}

.header-v2-mobile__top-picks-heading {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-primary);
  margin: 0 0 16px;
}

.header-v2-mobile__top-picks-track {
  display: flex;
  gap: 12px;
  margin: 0 -24px;
  padding: 0 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 24px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.header-v2-mobile__top-picks-track::-webkit-scrollbar {
  display: none;
}

.header-v2-mobile__accordion {
  background: #f2f4fc;
  border-top: 1px solid rgba(7, 33, 60, 0.1);
}

.header-v2-mobile__accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: 0;
  padding: 20px 24px;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
  color: var(--color-primary);
}

.header-v2-mobile__accordion-icon {
  position: relative;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
}

.header-v2-mobile__accordion-icon::before,
.header-v2-mobile__accordion-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #07213c;
  transform: translate(-50%, -50%);
  transition: 200ms transform ease-in-out;
}

.header-v2-mobile__accordion-icon::before {
  width: 14px;
  height: 2px;
}

.header-v2-mobile__accordion-icon::after {
  width: 2px;
  height: 14px;
}

.header-v2-mobile__accordion-toggle[aria-expanded='true'] .header-v2-mobile__accordion-icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.header-v2-mobile__accordion-panel[hidden] {
  display: none;
}

.header-v2-mobile__accordion-panel ul {
  list-style: none;
  margin: 0;
  padding: 0 24px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.header-v2-mobile__accordion-panel a {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-primary);
}

.header-v2-mobile__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 16px 24px 24px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: var(--color-primary);
  background: var(--color-white);
}

.header-v2-mobile__note-dot {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #05b629;
}

@media screen and (min-width: 768px) {
  .header-v2 {
    position: fixed;
    transform: translateY(var(--announcement-bar-height));
  }
}

@media screen and (min-width: 1130px) {
  .header-v2-wrapper {
    --hv2-height: 90px;
    --hv2-nav-gap: 18px;
    --hv2-bg: #04192f;
  }

  .header-v2 .container {
    padding-left: 24px;
    padding-right: 24px;
    max-width: min(1650px, 95%);
  }

  .header-v2__wrapper {
    justify-content: flex-start;
    gap: var(--hv2-nav-gap);
  }

  .header-v2__mobile-toggle {
    display: none;
  }

  .header-v2__logo-wrapper {
    height: 36px;
    margin: 0;
    order: 0;
  }

  .header-v2__nav {
    display: block;
    margin: 0;
  }

  .header-v2__nav-item {
    margin-right: var(--hv2-nav-gap);
  }

  .header-v2__actions {
    order: 0;
    gap: 12px;
    margin-left: auto;
  }

  .header-v2__cta {
    display: flex;
  }

  .header-v2-mobile {
    display: none;
  }
}

@media screen and (min-width: 1180px) {
  .header-v2__cta {
    font-size: 16px;
  }
}

@media screen and (min-width: 1320px) {
  .header-v2-wrapper {
    --hv2-nav-gap: 40px;
  }

  .header-v2__actions {
    gap: 20px;
  }
}

@media screen and (min-width: 1450px) {
  .header-v2__logo-wrapper {
    height: 44px;
    margin-top: -10px;

  .header-v2__nav-link {
    font-size: 18px;
  }

  .header-v2__cta {
    height: 44px;
    font-size: 18px;
  }
}

@media screen and (min-width: 1650px) {
  .header-v2-wrapper {
    --hv2-nav-gap: 60px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-v2-mobile,
  .header-v2-mobile__screen,
  .header-v2-mm,
  .header-v2-mm-card__image img,
  .header-v2-mm-image-card__media img,
  .header-v2-mm__btn,
  .header-v2__cta,
  .header-v2-mobile__accordion-icon::before,
  .header-v2-mobile__accordion-icon::after {
    transition-duration: 0.01ms !important;
  }
}
