.custom-header ~ main[role="main"] {
  padding-top: 96px;
}

.custom-header div, .custom-header span, .custom-header a, .custom-header img, .custom-header ul, .custom-header li, .custom-header form, .custom-header label, .custom-header header, .custom-header nav {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  line-height: 1.2em;
  vertical-align: baseline;
}

.custom-header header, .custom-header nav {
  display: block;
}

.custom-header ul {
  list-style: none;
}

.custom-header .hide {
  display: none;
}

.custom-header .button {
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 1px #0000;
  padding: 9px 20px;
  font-size: 0.9375rem;
  text-decoration: none;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

@media only screen and (max-width: 984px) {
  .custom-header .button {
    font-size: 0.9em;
  }
}

@media all and (min-width: 320px) and (max-width: 667px) {
  .custom-header ::-webkit-scrollbar {
    display: none;
  }
}

.custom-header .navigation-container {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
}

.custom-header .navigation-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}

.custom-header .navigation-bar__background {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 18% 100%, 18% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 18% 100%, 18% 100%, 0 100%, 0 0);
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 984px) {
  .custom-header .navigation-container {
    max-height: 96px;
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: hidden;
    overflow-x: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 18px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 18px #00000080;
  }
  .custom-header .navigation-bar {
    display: flex;
    flex-direction: column;
    background-color: #fff;
  }
  .custom-header .navigation-bar__left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 14px 15px;
  }
  .custom-header .navigation-bar__left .logo img {
    width: 100%;
    max-height: 63px;
    max-width: 274px;
  }
  .custom-header .navigation-bar__left .hamburger {
    display: block;
    height: 40px;
    width: 40px;
    cursor: pointer;
    position: relative;
  }
  .custom-header .navigation-bar__left .hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    background: #000;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .custom-header .navigation-bar__left .hamburger span:nth-child(1) {
    top: 8px;
    width: 75%;
    margin-left: 25%;
  }
  .custom-header .navigation-bar__left .hamburger span:nth-child(2) {
    top: 19px;
    width: 100%;
  }
  .custom-header .navigation-bar__left .hamburger span:nth-child(3) {
    top: 30px;
    width: 50%;
    margin-left: 50%;
  }
  .custom-header .navigation-bar__left .hamburger--open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 100%;
    margin-left: 0%;
  }
  .custom-header .navigation-bar__left .hamburger--open span:nth-child(2) {
    opacity: 0;
    right: -40px;
  }
  .custom-header .navigation-bar__left .hamburger--open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 100%;
    margin-left: 0%;
  }
  .custom-header .navigation-bar__right {
    display: none;
    background: linear-gradient(to bottom, #cdcdcd 0, #ffffff 15px, #ffffff 100%);
    padding-top: 10px;
  }
  .custom-header .navigation-container--open .navigation-bar__right {
    display: block;
    height: calc(100vh - 94px);
    overflow-x: scroll;
    z-index: 9;
    position: fixed;
    width: 100%;
    top: 94px;
  }
  .custom-header .navigation-bar__background {
    display: none;
  }
  .custom-header .navigation-bar__menu {
    display: flex;
    flex-direction: column;
    font-size: 1.25em;
  }
  .custom-header .navigation-bar__menu .search:not(form) {
    margin-bottom: 1rem;
    padding: 0 15px;
  }
  .custom-header .navigation-bar__menu form.search {
    display: block;
    width: 100%;
  }
  .custom-header .navigation-bar__menu .service {
    order: 3;
    font-size: 0.9em;
    margin-top: 1rem;
    padding: 0 15px;
  }
  .custom-header .navigation-bar__menu .service .navigation-search {
    display: none;
  }
  .custom-header .navigation-bar__menu .service__holder {
    display: flex;
    flex-direction: column-reverse;
  }
  .custom-header .navigation-bar__menu .service__holder > ul li {
    padding: 5px 0;
  }
  .custom-header .navigation-bar__menu .service__holder > ul li a {
    text-decoration: none;
  }
  .custom-header .navigation-bar__menu .service__holder > div {
    padding: 5px 0;
  }
  .custom-header .navigation-bar__menu > nav {
    order: 2;
  }
  .custom-header .navigation-bar__menu > nav ul li {
    display: block;
  }
  .custom-header .navigation-bar__menu > nav ul li a {
    padding: 5px 15px;
    display: block;
    text-decoration: none;
  }
  .custom-header .navigation-bar__menu > nav ul li ul {
    color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background: linear-gradient(to bottom, #a81c22 0, #e2001a 15px, #e2001a 100%), linear-gradient(to top, #a81c22 0, #e2001a 15px, #e2001a 100%);
    background-size: 50% 50%;
    background-position: top, bottom;
    background-repeat: repeat-x, repeat-x;
  }
  .custom-header .navigation-bar__menu > nav ul li ul li a {
    color: #fff;
  }
  .custom-header .navigation-bar__menu > nav ul li ul li ul {
    color: #000;
    background: linear-gradient(to bottom, #cdcdcd 0, #fff 15px, #fff 100%), linear-gradient(to top, #cdcdcd 0, #fff 15px, #fff 100%);
    background-size: 50% 50%;
    background-position: top, bottom;
    background-repeat: repeat-x, repeat-x;
  }
  .custom-header .navigation-bar__menu > nav ul li ul li ul li a {
    color: #000;
  }
}

@media (min-width: 985px) {
  .custom-header .navigation-container {
    max-height: 110px;
  }
  .custom-header .navigation-bar {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.4));
    -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.4));
    -o-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.4));
    -ms-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.4));
  }
  .custom-header .navigation-bar__box-shadow-clip-path {
    position: absolute;
    top: 2px;
    left: 1px;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-clip-path: polygon(100% 0, 100% 100px, 19% 100px, 17% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100px, 19% 100px, 17% 100%, 0 100%, 0 0);
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    background: rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
  }
  .custom-header .navigation-bar__left, .custom-header .navigation-bar__right {
    z-index: 3;
    border-collapse: collapse;
    vertical-align: top;
  }
  .custom-header .navigation-bar__left {
    position: relative;
    height: 136px;
    display: flex;
    box-sizing: border-box;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    transition: all 0.3s ease-in-out;
    flex-basis: 17%;
    margin-right: 50px;
  }
  .custom-header .navigation-bar__left .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 12px;
    width: 100%;
    height: 100%;
  }
  .custom-header .navigation-bar__left .logo img {
    width: 100%;
    max-height: 63px;
    max-width: 274px;
  }
  .custom-header .navigation-bar__left .hamburger {
    display: none;
  }
  .custom-header .navigation-bar__right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100px;
    transition: all 0.3s ease-in-out;
  }
  .custom-header .navigation-bar__background {
    -webkit-clip-path: polygon(100% 0, 100% 100px, 19% 100px, 17% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100px, 19% 100px, 17% 100%, 0 100%, 0 0);
  }
  .custom-header .navigation-bar__menu {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .custom-header .navigation-bar__menu .search:not(form) {
    display: none;
  }
  .custom-header .navigation-search__input .search {
    display: block;
  }
  .custom-header .navigation-bar__menu .service {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 50%;
    font-size: 0.9em;
  }
  .custom-header .navigation-bar__menu .service__holder {
    border-bottom: 1px solid #f2f2f2;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px 0 15px;
  }
  .custom-header .navigation-bar__menu .service__holder > ul, .custom-header .navigation-bar__menu .service__holder > div {
    margin-left: 15px;
    display: flex;
    height: 100%;
    align-items: center;
  }
  .custom-header .navigation-bar__menu .service__holder > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
  }
  .custom-header .navigation-bar__menu .service__holder > ul li {
    margin-left: 15px;
  }
  .custom-header .navigation-bar__menu .service__holder > ul li:first-child {
    margin-left: 0;
  }
  .custom-header .navigation-bar__menu .service__holder > ul li a {
    text-decoration: none;
  }
  .custom-header .navigation-bar__menu .service__holder > ul li a:hover {
    text-decoration: underline;
  }
  .custom-header .navigation-bar__menu > nav {
    height: 50%;
    align-content: center;
  }
  .custom-header .navigation-bar__menu > nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    height: 100%;
  }
  .custom-header .navigation-bar__menu > nav ul li {
    position: relative;
    line-height: 50px;
  }
  .custom-header .navigation-bar__menu > nav ul li a {
    position: relative;
    margin-left: 35px;
    text-decoration: none;
    font-weight: 500;
  }
  .custom-header .navigation-bar__menu > nav ul li a:before {
    display: block;
    width: 35px;
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    bottom: 0;
    background-image: url(https://alklima.nl/img/navigation/active.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.15s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .custom-header .navigation-bar__menu > nav ul li a:after {
    position: absolute;
    height: 1px;
    width: 0;
    bottom: -6px;
    left: 0;
    content: "";
    display: block;
    background-color: #000;
    -webkit-transition: width 0.25s ease-in-out;
    -moz-transition: width 0.25s ease-in-out;
    -ms-transition: width 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
  }
  .custom-header .navigation-bar__menu > nav ul li a:hover:after {
    width: 100%;
  }
  .custom-header .navigation-bar__menu > nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
  .custom-header .navigation-bar__menu > nav ul li ul {
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: 0.25s ease-out;
    transition-delay: 0.2s;
    background-color: #e2001a;
    color: #fff;
    padding: 30px 0 20px;
    min-width: 315px;
    position: absolute;
    top: 100%;
    left: 0;
    height: auto;
    box-shadow: inset 0 7px 9px -7px #000c;
  }
  .custom-header .navigation-bar__menu > nav ul li ul li {
    position: initial;
    line-height: initial;
  }
  .custom-header .navigation-bar__menu > nav ul li ul li a {
    margin-left: 0;
    color: #fff;
    display: block;
    padding: 5px 15px;
  }
  .custom-header .navigation-bar__menu > nav ul li ul li a:before, .custom-header .navigation-bar__menu > nav ul li ul li a:after {
    display: none;
  }
  .custom-header .navigation-bar__menu > nav ul li ul li:hover > a {
    font-weight: 500;
  }
  .custom-header .navigation-bar__menu > nav ul li ul li ul {
    display: inline;
    box-shadow: inset 0 7px 9px -7px #0006;
    background: linear-gradient(to right, #cdcdcd 0, #ffffff 7px, #ffffff 100%);
    color: #000;
    position: absolute;
    left: 100%;
    top: 0;
  }
  .custom-header .navigation-bar__menu > nav ul li ul li ul li a {
    color: #000;
  }
}

.custom-header .navigation-user-menu__toggle {
  cursor: pointer;
  font-weight: 500;
}

.custom-header .navigation-user-menu__toggle--red {
  color: #e2001a;
}

@media (max-width: 984px) {
  .custom-header .navigation-user-menu__login-form, .custom-header .navigation-user-menu__icon {
    display: none;
  }
  .custom-header .navigation-user-menu__toggle {
    display: block;
    margin-bottom: 5px;
  }
}

@media (min-width: 985px) {
  .custom-header .navigation-user-menu__icon {
    position: relative;
    margin: 0 15px 0 5px;
    width: 20px;
    height: 20px;
    background-image: url(https://alklima.nl/img/components/navigation/user-menu/account.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
  }
  .custom-header .navigation-user-menu__icon--no-counter {
    margin-right: 8px;
  }
  .custom-header .navigation-user-menu__login-form {
    position: absolute;
    top: 100px;
    right: 35px;
    width: 300px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translate(0);
  }
  .custom-header .navigation-user-menu__login-form {
    padding: 25px;
  }
  .custom-header .navigation-user-menu__login-form form header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .custom-header .navigation-user-menu__login-form form header a {
    margin: 0;
    font-size: 0.9em;
    color: #979797;
  }
  .custom-header .navigation-user-menu__login-form form header a:hover {
    text-decoration: none;
  }
  .custom-header .navigation-user-menu__login-form form .button-holder {
    text-align: right;
    width: 100%;
  }
  .custom-header .navigation-user-menu__login-form form .links {
    text-align: center;
    margin-top: 10px;
  }
  .custom-header .navigation-user-menu__login-form div.account {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #979797;
  }
  .custom-header .navigation-user-menu__login-form div.account p, .custom-header .navigation-user-menu__login-form div.account .h3 {
    font-size: 1em;
    display: inline;
  }
  .custom-header .navigation-user-menu__login-form div.account .h3 {
    font-weight: 500;
  }
}

.custom-header .navigation__cart {
  margin-left: 8px;
  position: relative;
  display: inline-block;
}

.custom-header .h3 {
  font-weight: normal;
}

.custom-header .h3--underline:after {
  content: "";
  display: block;
  height: 1px;
  background-color: transparent;
  width: 50px;
  border-bottom: 2px solid #e2001a;
}

.custom-header .h3--underline:after {
  margin-top: var(--space-xs);
}

.custom-header .h3 {
  font-size: var(--text-lg);
}

.custom-header p {
  line-height: var(--body-line-height);
}

@media only screen and (max-width: 984px) {
  .custom-header .h3 {
    font-size: var(--text-lg);
  }
  .custom-header p {
    line-height: var(--body-line-height);
  }
}

.custom-header a {
  color: var(--color-link);
}

.custom-header a:visited {
  color: var(--color-link-visited);
}

.custom-header button.button {
  padding: 16px 22px;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: 500;
  text-shadow: none;
  text-decoration: none;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: none;
  background-color: #e2001a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}

.custom-header button.button:link, .custom-header button.button:visited, .custom-header button.button:hover, .custom-header button.button:active {
  color: #fff;
  text-decoration: none;
}

.custom-header button.button:hover, .custom-header button.button:focus {
  background-color: #af0014;
  color: #fff;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}

.custom-header button.button:active {
  background-color: #af0014;
  color: #ffffffbf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.custom-header button.button--small {
  padding: 8px 12px;
}

.custom-header .button__icon {
  vertical-align: middle;
  z-index: 9999;
}

.custom-header .button__icon svg {
  fill: #fff;
  stroke: #fff;
  max-height: 1em;
  transition: transform 0.3s ease;
}

.custom-header span + .button__icon {
  margin-left: 10px;
}

.custom-header .input__text, .custom-header .input__email {
  position: relative;
  font-size: var(--text-smmd);
  font-weight: normal;
  border-top: 20px solid transparent;
  --field-padding: 12px;
}

.custom-header .input__text input, .custom-header .input__email input {
  border: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 46px;
  padding: 0 var(--field-padding);
  box-sizing: border-box;
  border-radius: 3px;
  width: calc(100% - 2px);
  outline: none;
  font-weight: normal;
  font-size: var(--text-smmd);
  background: none;
  border: 1px solid #979797;
  transition: border-color 0.3s ease;
  margin-bottom: 18px;
}

.custom-header .input__text input + .input__placeholder, .custom-header .input__email input + .input__placeholder {
  left: 8px;
  padding: 0 5px;
}

.custom-header .input__text input:focus + .input__placeholder, .custom-header .input__email input:focus + .input__placeholder, .custom-header .input__text input:not(:placeholder-shown) + .input__placeholder, .custom-header .input__email input:not(:placeholder-shown) + .input__placeholder {
  top: -24px;
  font-size: 10px;
  color: #222;
  width: auto;
}

.custom-header .input__text input:not(:placeholder-shown), .custom-header .input__email input:not(:placeholder-shown), .custom-header .input__text input:focus, .custom-header .input__email input:focus {
  border-color: #484848;
  transition-delay: 0.1s;
}

.custom-header .input__text input:disabled, .custom-header .input__email input:disabled {
  border: 1px solid rgba(151, 151, 151, 0.2);
  color: #979797;
  background-color: #f2f2f2;
}

.custom-header .input__placeholder {
  pointer-events: none;
  position: absolute;
  cursor: text;
  left: var(--field-padding);
  width: calc(100% - (var(--field-padding) * 2));
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 9px;
  line-height: 100%;
  transform: translateY(-50%);
  color: #aaa;
  transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
  z-index: 0;
}

.custom-header .new-input {
  margin-bottom: 8px;
  --bc: #979797;
}

.custom-header .checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0.5rem 0;
  gap: 0.5rem;
}

.custom-header .form__input-wrapper {
  position: relative;
}

.custom-header .form__input-wrapper input[type=password] {
  width: 100%;
}

.custom-header .form__input-wrapper svg {
  position: absolute;
  top: 0;
  right: 3%;
  cursor: pointer;
}

.custom-header div, .custom-header span, .custom-header a, .custom-header img, .custom-header ul, .custom-header li, .custom-header form, .custom-header label, .custom-header header, .custom-header nav {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  line-height: 1.2em;
  vertical-align: baseline;
}

.custom-header header, .custom-header nav {
  display: block;
}

.custom-header ul {
  list-style: none;
}

.custom-header .navigation-user-menu__toggle {
  cursor: pointer;
  font-weight: 500;
}

.custom-header .navigation-user-menu__toggle--red {
  color: #e2001a;
}

@media (max-width: 984px) {
  .custom-header .navigation-user-menu__login-form, .custom-header .navigation-user-menu__icon {
    display: none;
  }
  .custom-header .navigation-user-menu__toggle {
    display: block;
    margin-bottom: 5px;
  }
}

@media (min-width: 985px) {
  .custom-header .navigation-user-menu__icon {
    position: relative;
    margin: 0 15px 0 5px;
    width: 20px;
    height: 20px;
    background-image: url(https://alklima.nl/img/components/navigation/user-menu/account.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
  }
  .custom-header .navigation-user-menu__icon--no-counter {
    margin-right: 8px;
  }
  .custom-header .navigation-user-menu__login-form {
    position: absolute;
    top: 100px;
    right: 35px;
    width: 300px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translate(0);
  }
  .custom-header .navigation-user-menu__login-form {
    padding: 25px;
  }
  .custom-header .navigation-user-menu__login-form form header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  .custom-header .navigation-user-menu__login-form form header a {
    margin: 0;
    font-size: 0.9em;
    color: #979797;
  }
  .custom-header .navigation-user-menu__login-form form header a:hover {
    text-decoration: none;
  }
  .custom-header .navigation-user-menu__login-form form .button-holder {
    text-align: right;
    width: 100%;
  }
  .custom-header .navigation-user-menu__login-form form .links {
    text-align: center;
    margin-top: 10px;
  }
  .custom-header .navigation-user-menu__login-form div.account {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #979797;
  }
  .custom-header .navigation-user-menu__login-form div.account p, .custom-header .navigation-user-menu__login-form div.account .h3 {
    font-size: 1em;
    display: inline;
  }
  .custom-header .navigation-user-menu__login-form div.account .h3 {
    font-weight: 500;
  }
}

.custom-header .navigation-search__input {
  border: 1px solid #979797;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  position: relative;
}

.custom-header .navigation-search__input input {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 6px 0 6px 5px;
}

.custom-header .navigation-search__input input[type=submit] {
  display: block;
  width: 16px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.custom-header .navigation-search__input input:focus {
  outline: none;
}

.custom-header .navigation-search__input img {
  margin: 0 5px;
  cursor: pointer;
}

@media (max-width: 984px) {
  .custom-header .navigation-search {
    height: 45px;
  }
  .custom-header .navigation-search__input {
    height: 100%;
    align-items: center;
  }
  .custom-header .navigation-search__input input {
    max-width: 100%;
    flex-grow: 1;
    font-size: 1.15em;
  }
  .custom-header .navigation-search__input img {
    max-height: 35px;
  }
}

@media (min-width: 985px) {
  .custom-header .navigation-search {
    height: 30px;
  }
  .custom-header .navigation-search__input input {
    max-width: 125px;
    width: 130px;
    height: 27px;
    min-height: 27px;
  }
}

.custom-header .search:not(form) {
  display: initial;
  border: 1px solid #ffffff;
  height: 34px;
  width: 100%;
  padding: 2px 23px 2px 30px;
  outline: 0;
  background-color: #fff;
  box-shadow: 0 3px 10px #0000001c;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
}

.custom-header .search:not(form):hover, .custom-header .search:not(form):focus {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

@media only screen and (max-width: 984px) {
  .custom-header .search:not(form) {
    border: 1px solid #ffffff;
    height: 58px;
    width: 100%;
    padding: 2px 27px 2px 36px;
    outline: 0;
    background-color: #fff;
    box-shadow: 0 3px 10px #0000001c;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
  }
}

.custom-header .h3 {
  font-weight: normal;
}

.custom-header .h3--underline:after {
  content: "";
  display: block;
  height: 1px;
  background-color: transparent;
  width: 50px;
  border-bottom: 2px solid #e2001a;
}

.custom-header .h3--underline:after {
  margin-top: var(--space-xs);
}

.custom-header .h3 {
  font-size: var(--text-lg);
}

.custom-header p {
  line-height: var(--body-line-height);
}

@media only screen and (max-width: 984px) {
  .custom-header .h3 {
    font-size: var(--text-lg);
  }
  .custom-header p {
    line-height: var(--body-line-height);
  }
}

.custom-header a {
  color: var(--color-link);
}

.custom-header a:visited {
  color: var(--color-link-visited);
}

.custom-header button.button {
  padding: 16px 22px;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: 500;
  text-shadow: none;
  text-decoration: none;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: none;
  background-color: #e2001a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}

.custom-header button.button:link, .custom-header button.button:visited, .custom-header button.button:hover, .custom-header button.button:active {
  color: #fff;
  text-decoration: none;
}

.custom-header button.button:hover, .custom-header button.button:focus {
  background-color: #af0014;
  color: #fff;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}

.custom-header button.button:active {
  background-color: #af0014;
  color: #ffffffbf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.custom-header button.button--small {
  padding: 8px 12px;
}

.custom-header .button__icon {
  vertical-align: middle;
  z-index: 9999;
}

.custom-header .button__icon svg {
  fill: #fff;
  stroke: #fff;
  max-height: 1em;
  transition: transform 0.3s ease;
}

.custom-header span + .button__icon {
  margin-left: 10px;
}

.custom-header .input__text, .custom-header .input__email {
  position: relative;
  font-size: var(--text-smmd);
  font-weight: normal;
  border-top: 20px solid transparent;
  --field-padding: 12px;
}

.custom-header .input__text input, .custom-header .input__email input {
  border: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 46px;
  padding: 0 var(--field-padding);
  box-sizing: border-box;
  border-radius: 3px;
  width: calc(100% - 2px);
  outline: none;
  font-weight: normal;
  font-size: var(--text-smmd);
  background: none;
  border: 1px solid #979797;
  transition: border-color 0.3s ease;
  margin-bottom: 18px;
}

.custom-header .input__text input + .input__placeholder, .custom-header .input__email input + .input__placeholder {
  left: 8px;
  padding: 0 5px;
}

.custom-header .input__text input:focus + .input__placeholder, .custom-header .input__email input:focus + .input__placeholder, .custom-header .input__text input:not(:placeholder-shown) + .input__placeholder, .custom-header .input__email input:not(:placeholder-shown) + .input__placeholder {
  top: -24px;
  font-size: 10px;
  color: #222;
  width: auto;
}

.custom-header .input__text input:not(:placeholder-shown), .custom-header .input__email input:not(:placeholder-shown), .custom-header .input__text input:focus, .custom-header .input__email input:focus {
  border-color: #484848;
  transition-delay: 0.1s;
}

.custom-header .input__text input:disabled, .custom-header .input__email input:disabled {
  border: 1px solid rgba(151, 151, 151, 0.2);
  color: #979797;
  background-color: #f2f2f2;
}

.custom-header .input__placeholder {
  pointer-events: none;
  position: absolute;
  cursor: text;
  left: var(--field-padding);
  width: calc(100% - (var(--field-padding) * 2));
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 9px;
  line-height: 100%;
  transform: translateY(-50%);
  color: #aaa;
  transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
  z-index: 0;
}

.custom-header .new-input {
  margin-bottom: 8px;
  --bc: #979797;
}

.custom-header .checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0.5rem 0;
  gap: 0.5rem;
}

.custom-header .form__input-wrapper {
  position: relative;
}

.custom-header .form__input-wrapper input[type=password] {
  width: 100%;
}

.custom-header .form__input-wrapper svg {
  position: absolute;
  top: 0;
  right: 3%;
  cursor: pointer;
}

@media print {
  .custom-header .navigation-container {
    display: none;
  }
}

.custom-header *, .custom-header :before, .custom-header :after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}

.custom-header p {
  margin-bottom: 1rem;
}

.custom-header .profile-link {
  display: flex;
  align-items: center;
}

.custom-header .dropdown__content {
  padding: 12px 0;
}

.custom-header .dropdown__content a,
.custom-header .dropdown__content .dropdown__menuitem {
  padding: 6px 18px;
  margin: 0;
  font-weight: normal;
}
