#wpadminbar {
  position: fixed;
}

#sv-header {
  background: var(--color-black);
  font-family: var(--font-family-secondary);
  position: fixed;
  left: 0;
  right: 0;
  top: var(--sv-header-top, 0px);
  width: 100%;
  z-index: 50;
  transition: var(--transition-default);
}

#sv-header .show-mobile {
  display: flex;
}

#sv-header a {
  color: inherit;
  text-decoration: none;
}

#sv-header:before {
  content: "";
  background: transparent;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: var(--transition-default);
}

body.sv-sticky-active #sv-header {
  z-index: 1000;
}

body:not(.sv-sticky-active) #sv-header {
  top: var(--sv-header-top, 0px);
  box-shadow: none;
}

body.admin-bar #sv-header {
  --sv-header-top: 46px;
}

body.sv-mobile-menu-backdrop-off #sv-header {
  backdrop-filter: none;
  transition: none;
}

#sv-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sv-header .sv-header__bar {
  padding: 0 16px;
}

#sv-header .sv-header__container {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  transition: var(--transition-default);
}

#sv-header .sv-header__container .sv-header__left {
  max-width: 92px;
  display: flex;
}

#sv-header .sv-header__logo-link {
  display: inline-grid;
  line-height: 0;
}

#sv-header .sv-header__logo-image {
  grid-area: 1 / 1;
  display: block;
  max-width: 100%;
  height: auto;
  transition: var(--transition-default);
}

#sv-header .sv-header__right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: none;
}

#sv-header .sv-header__cta {
  transition: var(--transition-default);
  white-space: nowrap;
  display: none;
  max-height: 48px;
  display: flex;
  min-height: 48px;
  padding: 12px 16px;
  align-items: center;
  gap: 6px;
  border-radius: 0;
  border: 1px solid var(--color-gray-100);
  background: var(--color-white);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  color: #4d4846;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
}

#sv-header .sv-header__cta:hover {
  border-color: var(--color-gray-200);
  background: var(--color-gray-200);
}

#sv-header .sv-header__cta:nth-child(2) {
  border-color: var(--color-white);
  background: rgba(0, 0, 0, 0);
  color: var(--color-white);
}

body.sv-sticky-active #sv-header .sv-header__cta:nth-child(2) {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #0e0f10;
  color: #fff;
}

#sv-header .sv-header__cta:nth-child(2):is(:hover, :focus-within) {
  border-color: var(--color-gray-200);
  background: rgba(255, 255, 255, 0.15);
}

body.sv-sticky-active
  #sv-header
  .sv-header__cta:nth-child(2):is(:hover, :focus-within) {
  border-color: #322e2d;
  background: #322e2d;
}

#sv-header .sv-header__search-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 8px;
  cursor: pointer;
  color: var(--color-gray-700);
  transition: var(--transition-default);
}

#sv-header .sv-header__search-toggle::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 64px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: transparent;
  transition: var(--transition-default);
}

#sv-header .sv-header__search-toggle img {
  transition: var(--transition-default);
  filter: none;
}

#sv-header .sv-header__mobile-toggle-container {
  display: flex;
  padding: 8px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}

#sv-header .sv-header__mobile-toggle {
  border: none;
  background: transparent;
  border-radius: 999px;
  cursor: pointer;
  transition: var(--transition-default);
  justify-content: center;
  align-items: center;
  padding: 0;
}

#sv-header .sv-header__mobile-toggle:hover {
  background-color: rgba(255, 255, 255, 0.16);
  border-color: rgba(0, 0, 0, 0);
}

#sv-header .sv-header__hamburger {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}

#sv-header .sv-header__hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--color-white);
  border-radius: 2px;
  transition: var(--transition-default);
}

/* Desktop nav */
#sv-header .sv-header__nav .sv-header__menu {
  display: flex;
  align-items: center;
  gap: 8px;
}

#sv-header .sv-header__nav .sv-header__menu > .menu-item > a {
  color: var(--color-gray-900);
  font-size: var(--px-14);
  font-weight: 600;
  line-height: 1;
  padding: 10px 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

#sv-header .sv-header__nav .sv-header__menu > .menu-item-has-children > a {
  cursor: default;
}

#sv-header
  .sv-header__nav
  .sv-header__menu
  > .menu-item-has-children.is-parent-clickable
  > a {
  cursor: pointer;
}

#sv-header
  .sv-header__nav
  .sv-header__menu
  > .menu-item-has-children
  > a::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-bottom: 5px;
  opacity: 1;
}

/* Hide the CTA when it appears inside the menu (it is rendered separately). */
#sv-header .sv-header__nav .sv-header__menu > .menu-item.is-header-cta {
  display: none;
}

/* Default desktop dropdown (non-mega submenu). */
#sv-header .sv-header__nav .sv-header__menu > .menu-item-has-children {
  position: relative;
}

#sv-header
  .sv-header__nav
  .sv-header__menu
  > .menu-item-has-children
  > .sub-menu {
  display: flex;
  position: absolute;
  gap: 2px;
  top: calc(100% + 0px);
  left: 0;
  min-width: 356px;
  padding: 24px;
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition-default);
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(20px);
  flex-direction: column;
  z-index: 1;
}

#sv-header
  .sv-header__nav
  .sv-header__menu
  > .menu-item-has-children
  > .sub-menu:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 27px;
}

#sv-header
  .sv-header__nav
  .sv-header__menu
  > .menu-item-has-children:hover
  > .sub-menu,
#sv-header
  .sv-header__nav
  .sv-header__menu
  > .menu-item-has-children:focus-within
  > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#sv-header .sv-header__nav .sv-header__menu > .menu-item-has-children:hover > a,
#sv-header
  .sv-header__nav
  .sv-header__menu
  > .menu-item-has-children:focus-within
  > a {
  background: rgba(255, 255, 255, 0.15);
}

#sv-header
  .sv-header__nav
  .sv-header__menu
  > .menu-item-has-children
  > .sub-menu
  > .sv-menu-item
  > a,
#sv-header
  .sv-header__nav
  .sv-header__menu
  > .menu-item.mega-menu-default
  > .sv-mega-menu__panel
  .sv-menu-item
  > a {
  display: flex;
  min-height: 48px;
  padding: 12px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border: 1px solid rgba(0, 0, 0, 0);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  transition: var(--transition-default);
}

#sv-header
  .sv-header__nav
  .sv-header__menu
  > .menu-item-has-children
  > .sub-menu
  > .sv-menu-item
  > a:hover,
#sv-header
  .sv-header__nav
  .sv-header__menu
  > .menu-item-has-children
  > .sub-menu
  > .sv-menu-item
  > a:focus-visible,
#sv-header
  .sv-header__nav
  .sv-header__menu
  > .menu-item.mega-menu-default
  > .sv-mega-menu__panel
  .sv-menu-item
  > a:hover,
#sv-header
  .sv-header__nav
  .sv-header__menu
  > .menu-item.mega-menu-default
  > .sv-mega-menu__panel
  .sv-menu-item
  > a:focus-visible {
  background: rgba(255, 255, 255, 0.15);
}

/* Desktop search */
#sv-header .sv-header__search {
  display: none;
}

/* ========= Mobile drawer ======== */
#sv-header .sv-mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  justify-content: flex-start;
}

body.admin-bar #sv-header .sv-mobile-drawer {
  top: 46px;
}

@media screen and (min-width: 783px) {
  body.admin-bar #sv-header {
    --sv-header-top: 32px;
  }

  body.admin-bar #sv-header .sv-mobile-drawer {
    top: 32px;
  }
}

#sv-header .sv-mobile-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: var(--transition-default);
}

#sv-header .sv-mobile-drawer__panel {
  position: relative;
  width: min(366px, 100vw);
  height: 100%;
  transform: translateX(-100%);
  transition: var(--transition-default);
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(20px);
  gap: 32px;
}

#sv-header .sv-mobile-drawer__views {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
}

#sv-header .sv-mobile-drawer__view {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  transition: var(--transition-default);
  gap: 32px;
}

#sv-header .sv-mobile-drawer__view.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

#sv-header .sv-mobile-drawer.is-open .sv-mobile-drawer__overlay {
  opacity: 1;
}

#sv-header .sv-mobile-drawer.is-open .sv-mobile-drawer__panel {
  transform: translateX(0);
  animation: sv-mobile-drawer-panel-enter 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes sv-mobile-drawer-panel-enter {
  0% {
    transform: translateX(-100%);
  }

  72% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

#sv-header .sv-mobile-drawer__top {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border: none;
  padding: 24px 24px 0 24px;
  flex-direction: row-reverse;
  gap: 16px;
}

body.sv-mobile-menu-open {
  overflow: hidden;
}

#sv-header .sv-mobile-drawer__close-row {
  display: flex;
  justify-content: center;
  min-height: 48px;
  min-width: 48px;
  border-radius: 0;
  background: #0e0f10;
  align-items: center;
}

#sv-header .sv-mobile-drawer__close-row:hover,
#sv-header .sv-mobile-drawer__close-row:focus-within {
  background: #322e2d;
}

#sv-header .sv-mobile-drawer__top .sv-search-form {
  width: 233px;
}

#sv-header .sv-mobile-drawer__context {
  transition: var(--transition-default);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  align-self: stretch;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  border: 0;
  background: transparent;
  padding: 12px 16px;
  border-radius: 0;
  cursor: pointer;
  color: var(--color-orange-200);
  text-align: left;
  min-height: 48px;
}

#sv-header .sv-mobile-drawer__close {
  border: 0;
  background: transparent;
  padding: 0;
  width: 48px;
  height: 48px;
  border-radius: 0;
  cursor: pointer;
  color: var(--color-white);
  font-size: 20px;
  line-height: 1;
  transition: var(--transition-default);
  border: 1px solid rgba(0, 0, 0, 0);
}

#sv-header .sv-mobile-drawer__context:active,
#sv-header .sv-mobile-drawer__context:focus-visible,
#sv-header .sv-mobile-drawer__close:active,
#sv-header .sv-mobile-drawer__close:focus-visible {
  background: #322e2d;
  outline: none;
}

#sv-header .sv-mobile-drawer__close-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}

#sv-header .sv-mobile-drawer__back-icon {
  display: block;
  width: 18px;
  height: 18px;
}

#sv-header .sv-mobile-drawer__content {
  --sv-mobile-drawer-padding: 0 24px 24px 24px;
  padding: var(--sv-mobile-drawer-padding);
  padding-bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: space-between;
}

#sv-header .sv-mobile-drawer__view--sub .sv-mobile-drawer__content {
  flex: 1 1 auto;
}

#sv-header .sv-search-form__field-container {
  display: flex;
  flex-direction: column;
}

#sv-header .sv-search-form {
  display: flex;
  flex-direction: column;
  margin: 0;
  transition: var(--transition-default);
  border: 1px solid #8c8684;
}

#sv-header .sv-search-form--mobile-drawer .sv-search-form__field-container {
  position: relative;
}

#sv-header .sv-search-form--mobile-drawer .sv-search-form__icon,
#sv-header .sv-search-form--mobile-drawer .sv-search-form__clear {
  display: none;
}

#sv-header .sv-search-form--mobile-drawer .sv-search-form__field input {
  color: var(--color-white);
  font-size: 14px;
  line-height: 1.5em;
  font-family: var(--font-family-secondary);
}

#sv-header
  .sv-search-form--mobile-drawer
  .sv-search-form__field
  input::placeholder {
  color: rgba(255, 255, 255, 0.82);
}

#sv-header .sv-search-form--mobile-drawer .sv-search-form__submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  max-height: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background: var(--color-black);
}

#sv-header .sv-search-form--mobile-drawer .sv-search-form__submit:focus-visible,
#sv-header .sv-search-form--mobile-drawer .sv-search-form__submit:active {
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

#sv-header .sv-search-form--mobile-drawer .sv-search-form__submit-icon {
  display: inline-flex;
}

#sv-header .sv-search-form--mobile-drawer .sv-search-form__submit-icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

#sv-header .sv-search-form--mobile-drawer .sv-search-form__submit-label {
  display: none;
}

#sv-header .sv-search-form__field {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 60px 0 12px;
}

#sv-header .sv-search-form__field:focus-within {
  border-color: var(--color-gray-300);
}

#sv-header .sv-search-form__icon {
  position: absolute;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gray-600);
}

#sv-header .sv-search-form__icon img {
  display: block;
  width: 20px;
  height: 20px;
}

#sv-header .sv-search-form__field input {
  flex: 1 1 auto;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: var(--px-14);
  color: var(--color-gray-900);
  outline: none;
}

#sv-header .sv-search-form__field input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
}

#sv-header
  .sv-search-form__field
  input[type="search"]::-webkit-search-decoration,
#sv-header
  .sv-search-form__field
  input[type="search"]::-webkit-search-cancel-button,
#sv-header
  .sv-search-form__field
  input[type="search"]::-webkit-search-results-button,
#sv-header
  .sv-search-form__field
  input[type="search"]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}

#sv-header .sv-search-form__field input[type="search"]::-ms-clear,
#sv-header .sv-search-form__field input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

#sv-header .sv-search-form__clear {
  position: absolute;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--color-gray-200);
  border-radius: 0;
  background: #fff;
  color: var(--color-gray-700);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  padding: 0;
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  transition: var(--transition-default);
}

#sv-header .sv-search-form__clear img {
  display: block;
  width: 18px;
  height: 18px;
}

#sv-header .sv-search-form__clear.is-hidden {
  opacity: 0;
  transform: scale(0.92);
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition-default);
}

#sv-header .sv-search-form__submit {
  border: 0;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 600;
  font-size: var(--px-14);
  width: 100%;
  max-height: 56px;
  opacity: 1;
  overflow: hidden;
  visibility: visible;
  transition: var(--transition-default);
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  white-space: nowrap;
}

#sv-header .sv-search-form__submit.is-hidden {
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition-default);
  margin-top: 0;
}

#sv-header .sv-search-form__submit-icon {
  display: none;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

#sv-header .sv-search-form__submit-icon img {
  display: block;
  width: 20px;
  height: 20px;
}

#sv-header .sv-mobile-drawer__menu {
  display: flex;
  flex-direction: column;
  gap: 2px;
  height: 100%;
  min-height: 0;
}

#sv-header .sv-mobile-nav {
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
}

#sv-header .sv-mobile-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#sv-header .sv-mobile-nav > ul > .menu-item-has-children > .sub-menu {
  display: none;
}

#sv-header .sv-mobile-panels {
  position: relative;
  overflow: hidden;
  height: 100%;
}

#sv-header .sv-mobile-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition-default);
  will-change: opacity;
  display: flex;
  flex-direction: column;
  gap: 2px;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 32px;
}

#sv-header .sv-mobile-panel.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#sv-header .sv-mobile-panel.is-prev {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#sv-header .sv-mobile-nav > ul > .menu-item-has-children > a::after,
#sv-header .sv-mobile-panel .menu-item-has-children > a::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../../images/chevron-right-white.svg") center / contain
    no-repeat;
  margin-left: auto;
}

#sv-header .sv-mobile-nav > ul > .menu-item,
#sv-header .sv-mobile-panel .menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

#sv-header .sv-mobile-nav > ul > .menu-item > a,
#sv-header .sv-mobile-panel .menu-item > a {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 48px;
  padding: 11px 16px;
  gap: 8px;
  border: 1px solid rgba(0, 0, 0, 0);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  transition: var(--transition-default);
}

@media (hover: hover) and (pointer: fine) {
  #sv-header .sv-mobile-nav > ul > .menu-item > a:hover,
  #sv-header .sv-mobile-panel .menu-item > a:hover {
    border-color: rgba(0, 0, 0, 0);
    background: rgba(255, 255, 255, 0.15);
    color: var(--color-gray-100) !important;
  }
}

#sv-header .sv-mobile-nav > ul > .menu-item > a:active,
#sv-header .sv-mobile-nav > ul > .menu-item > a:focus-visible,
#sv-header .sv-mobile-panel .menu-item > a:active,
#sv-header .sv-mobile-panel .menu-item > a:focus-visible {
  border-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.15);
  color: var(--color-gray-100) !important;
  outline: none;
}

#sv-header .sv-mobile-cta-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

#sv-header .sv-mobile-cta-group > .sv-mobile-cta:only-child {
  grid-column: 1 / -1;
}

#sv-header .sv-mobile-cta {
  text-align: center;
  display: inline-flex;
  min-height: 48px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 0;
  border: 1px solid var(--color-gray-100);
  background: var(--color-white);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  color: var(--color-gray-700);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
  transition: var(--transition-default);
}

#sv-header .sv-mobile-cta:nth-child(2) {
  border-color: var(--color-white);
  background: rgba(0, 0, 0, 0);
  color: var(--color-white);
}

#sv-header .sv-mobile-cta:hover,
#sv-header .sv-mobile-cta:focus-visible {
  border-color: var(--color-gray-200) !important;
  background-color: var(--color-gray-50) !important;
  outline: none;
}

#sv-header .sv-mobile-cta:nth-child(2):hover,
#sv-header .sv-mobile-cta:nth-child(2):focus-visible {
  border-color: var(--color-gray-200) !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
}

/* ========= Header Light ======== */
body.sv-header-variant-light #sv-header {
  background: var(--color-white);
}

body.sv-header-variant-light #sv-header .sv-header__mobile-toggle-container {
  background: var(--color-gray-100);
}

body.sv-header-variant-light #sv-header .sv-header__hamburger span {
  background: var(--color-black);
}

body.sv-header-variant-light #sv-header .sv-header__search-toggle {
  background: var(--color-gray-100);
}

body.sv-header-variant-light
  #sv-header
  .sv-search-form--mobile-drawer
  .sv-search-form__submit:focus-visible,
body.sv-header-variant-light
  #sv-header
  .sv-search-form--mobile-drawer
  .sv-search-form__submit:active,
body.sv-header-variant-light
  #sv-header
  .sv-mobile-drawer__close-row:focus-visible,
body.sv-header-variant-light #sv-header .sv-mobile-drawer__close-row:active {
  background: #322e2d;
}

body.sv-header-variant-light #sv-header .sv-header__search-toggle img {
  filter: invert(1);
}

body.sv-header-variant-light #sv-header .sv-mobile-drawer__panel {
  background: var(--color-white);
}

body.sv-header-variant-light
  #sv-header
  .sv-search-form--mobile-drawer
  .sv-search-form__field
  input,
body.sv-header-variant-light
  #sv-header
  .sv-search-form--mobile-drawer
  .sv-search-form__field
  input::placeholder {
  color: var(--color-black);
}

body.sv-header-variant-light #sv-header .sv-mobile-nav > ul > .menu-item > a,
body.sv-header-variant-light #sv-header .sv-mobile-panel .menu-item > a {
  color: var(--color-primary) !important;
}

body.sv-header-variant-light
  #sv-header
  .sv-mobile-nav
  > ul
  > .menu-item:hover
  > a,
body.sv-header-variant-light #sv-header .sv-mobile-panel .menu-item:hover > a,
body.sv-header-variant-light
  #sv-header
  .sv-mobile-nav
  > ul
  > .menu-item:focus-within
  > a,
body.sv-header-variant-light
  #sv-header
  .sv-mobile-panel
  .menu-item:focus-within
  > a {
  background-color: var(--color-orange-50);
}

body.sv-header-variant-light
  #sv-header
  .sv-mobile-nav
  > ul
  > .menu-item-has-children
  > a::after,
body.sv-header-variant-light
  #sv-header
  .sv-mobile-panel
  .menu-item-has-children
  > a::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../../images/chevron-right-ora.svg") center / contain
    no-repeat;
  margin-left: auto;
}

body.sv-header-variant-light #sv-header .sv-mobile-cta {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #0e0f10;
  color: #fff;
}
body.sv-header-variant-light #sv-header .sv-mobile-cta:hover,
body.sv-header-variant-light #sv-header .sv-mobile-cta:focus-visible {
  border-color: #322e2d;
  background: #322e2d;
}

body.sv-header-variant-light #sv-header .sv-mobile-cta:nth-child(2) {
  border: 1px solid #1c1a19;
  background: rgba(0, 0, 0, 0);
  color: #1c1a19;
}
body.sv-header-variant-light #sv-header .sv-mobile-cta:nth-child(2):hover,
body.sv-header-variant-light
  #sv-header
  .sv-mobile-cta:nth-child(2):focus-visible {
  border-color: #322e2d;
  background: rgba(0, 0, 0, 0.1);
}

body.sv-header-variant-light #sv-header .sv-mobile-drawer__context {
  color: var(--color-black);
}

@media (min-width: 768px) {
  #sv-header .sv-header__bar {
    padding: 0 24px;
  }
}

@media (min-width: 1025px) {
  #sv-header {
    background: transparent;
    /* position: absolute; */
  }

  #sv-header .sv-header__bar {
    padding: 0 32px;
  }

  #sv-header .sv-header__container {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: auto 1px auto;
    grid-template-areas:
      "brand search search"
      "divider divider divider"
      "navigation navigation cta";
    align-items: center;
    column-gap: 16px;
    row-gap: 10px;
    min-height: 136px;
    justify-content: initial;
    position: relative;
    isolation: isolate;
    padding: 12px 0 8px 0;
  }

  #sv-header .sv-header__container > .sv-header__left,
  #sv-header .sv-header__container > .container-search,
  #sv-header .sv-header__container > .sv-header__right,
  #sv-header .sv-header__container > .sv-header__divider {
    position: relative;
    z-index: 3;
  }

  #sv-header .sv-header__divider {
    grid-area: divider;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
    margin-top: 2px;
  }

  #sv-header .sv-search-form {
    border-color: var(--color-gray-100);
  }

  #sv-header .sv-search-form__field-container {
    position: relative;
  }

  #sv-header .sv-header__search {
    display: block;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: none;
    transition: opacity 0.22s ease;
    position: absolute;
    right: 0;
    z-index: 2;
  }

  body.sv-search-open #sv-header .sv-header__search {
    opacity: 1;
    pointer-events: auto;
  }

  #sv-header .sv-header__search .sv-search-form {
    width: 100%;
    padding: 0;
  }

  #sv-header .sv-search-form--desktop-inline .sv-search-form__field-container {
    position: relative;
  }

  #sv-header .sv-search-form--desktop-inline .sv-search-form__field {
    min-height: 48px;
    padding: 0 64px 0 12px;
    border-radius: 0;
    background: #fff;
    transition: var(--transition-default);
  }

  #sv-header .sv-search-form--desktop-inline .sv-search-form__icon {
    display: none;
  }

  #sv-header .sv-search-form--desktop-inline .sv-search-form__field input {
    padding-right: 0;
    color: var(--color-gray-500);
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
  }

  #sv-header
    .sv-search-form--desktop-inline
    .sv-search-form__field
    input::placeholder {
    color: var(--color-gray-500);
  }

  #sv-header .sv-search-form--desktop-inline .sv-search-form__clear {
    right: 56px;
    width: 28px;
    height: 28px;
    border: 0;
    background: #d05500;
  }

  #sv-header .sv-search-form--desktop-inline .sv-search-form__submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    max-height: none;
    margin: 0;
    padding: 0;
    border-radius: 0 2px 2px 0;
    border-left: none;
    background: transparent;
    box-shadow: none;
  }

  #sv-header .sv-search-form__submit-icon img {
    filter: invert(1);
    width: 24px;
    height: 24px;
  }

  #sv-header .sv-search-form--desktop-inline .sv-search-form__submit-icon {
    display: inline-flex;
  }

  #sv-header .sv-search-form--desktop-inline .sv-search-form__submit-label {
    display: none;
  }

  #sv-header .sv-header__container .sv-header__left {
    display: flex;
    margin-right: 0;
    grid-area: brand;
    padding: 0 10px;
    max-width: 123px;
  }

  #sv-header .sv-header__nav.show-desktop {
    max-width: none;
    width: 100%;
    margin-right: 0;
    flex-shrink: 0;
    transition: var(--transition-default);
    grid-area: navigation;
    justify-self: stretch;
    align-self: end;
    min-width: 0;
    z-index: 2;
  }

  #sv-header .sv-header__nav .sv-header__menu > .menu-item > a {
    transition: var(--transition-default);
    display: flex;
    min-height: 48px;
    padding: 11px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(0, 0, 0, 0);
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    position: relative;
    z-index: 2;
  }

  #sv-header .sv-header__nav .sv-header__menu > .menu-item > a:hover {
    background: rgba(255, 255, 255, 0.15);
    color: var(--color-gray-100) !important;
  }

  #sv-header .sv-header__right {
    transition: var(--transition-default);
    display: flex;
    flex-wrap: nowrap;
    grid-area: cta;
    justify-self: end;
    align-self: end;
    gap: 8px;
  }

  body.sv-search-open #sv-header .sv-header__search-toggle {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.96);
  }

  #sv-header .sv-header__search-toggle {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #0e0f10;
    backdrop-filter: blur(20px);
    display: flex;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    justify-content: center;
    align-items: center;
  }

  body.sv-sticky-active #sv-header .sv-header__search-toggle {
    border-color: rgba(0, 0, 0, 0.1);
    background: var(--color-gray-50);
  }

  body.sv-sticky-active #sv-header .sv-header__search-toggle img {
    filter: invert(1);
  }

  #sv-header .sv-header__mobile-toggle-container {
    display: none;
  }

  #sv-header .sv-header__cta {
    display: flex;
  }

  #sv-header .container-search {
    grid-area: search;
    justify-self: end;
    display: grid;
    align-items: center;
    width: 64px;
    min-width: 64px;
    position: relative;
    transition: width 0.32s ease;
    justify-items: end;
  }

  body.sv-search-open #sv-header .container-search {
    width: 100%;
  }

  /* ========= Header Light ======== */
  body:is(.sv-header-variant-light, .sv-sticky-active) #sv-header {
    background: #fff;
  }

  body.sv-header-variant-light #sv-header .sv-header__search-toggle {
    background: transparent;
  }

  body.sv-header-variant-light
    #sv-header
    .sv-search-form--desktop-inline
    .sv-search-form__submit {
    background: #0e0f10;
  }

  body.sv-header-variant-light #sv-header .sv-search-form__submit-icon img {
    filter: none;
  }

  body:is(.sv-header-variant-light, .sv-sticky-active)
    #sv-header
    .sv-header__nav
    .sv-header__menu
    > .menu-item
    > a {
    color: var(--color-gray-900);
  }

  body:is(.sv-header-variant-light, .sv-sticky-active)
    #sv-header
    .sv-header__nav
    .sv-header__menu
    > .menu-item-has-children:is(:hover, :focus-within)
    > a,
  body:is(.sv-header-variant-light, .sv-sticky-active)
    #sv-header
    .sv-header__nav
    .sv-header__menu
    > .menu-item
    > a:is(:hover, :focus, :focus-visible) {
    background: rgba(0, 0, 0, 0.1);
    color: var(--color-gray-800) !important;
  }

  body:is(.sv-header-variant-light, .sv-sticky-active)
    #sv-header
    .sv-header__nav
    .sv-header__menu
    > .menu-item.mega-menu-default
    > .sv-mega-menu__panel::before {
    background: var(--color-white);
  }

  body:is(.sv-header-variant-light, .sv-sticky-active)
    #sv-header
    .sv-header__nav
    .sv-header__menu
    > .menu-item-has-children
    > .sub-menu {
    background: #fff;
    box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.1);
  }

  body:is(.sv-header-variant-light, .sv-sticky-active)
    #sv-header
    .sv-header__nav
    .sv-header__menu
    > .menu-item-has-children
    > .sub-menu
    > .sv-menu-item
    > a,
  body:is(.sv-header-variant-light, .sv-sticky-active)
    #sv-header
    .sv-header__nav
    .sv-header__menu
    > .menu-item.mega-menu-default
    > .sv-mega-menu__panel
    .sv-menu-item
    > a {
    color: var(--color-gray-900);
  }

  body:is(.sv-header-variant-light, .sv-sticky-active)
    #sv-header
    .sv-header__nav
    .sv-header__menu
    > .menu-item-has-children
    > .sub-menu
    > .sv-menu-item
    > a:is(:hover, :focus-visible),
  body:is(.sv-header-variant-light, .sv-sticky-active)
    #sv-header
    .sv-header__nav
    .sv-header__menu
    > .menu-item.mega-menu-default
    > .sv-mega-menu__panel
    .sv-menu-item
    > a:is(:hover, :focus-visible) {
    background: rgba(0, 0, 0, 0.1);
    color: var(--color-gray-800) !important;
  }

  body.sv-header-variant-light #sv-header .sv-header__cta {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #0e0f10;
    color: #fff;
  }

  body.sv-header-variant-light
    #sv-header
    .sv-header__cta:is(:hover, :focus-within) {
    border-color: #322e2d;
    background: #322e2d;
  }

  body.sv-header-variant-light #sv-header .sv-header__cta:nth-child(2) {
    border-color: #0e0f10;
    background: rgba(0, 0, 0, 0);
    color: #0e0f10;
  }

  body.sv-header-variant-light
    #sv-header
    .sv-header__cta:nth-child(2):is(:hover, :focus-within) {
    border-color: #e7e3e1;
    background: rgba(255, 255, 255, 0.15);
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  #sv-header .sv-header__nav .sv-header__menu > .menu-item > a {
    padding: 10px 12px;
  }
}
