.NavigationHeader-2LS5KH {
  position: relative;
  z-index: 10000;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  list-style: none none;
}
.NavigationHeader-2LS5KH:after {
  display: table;
  clear: both;
  content: "";
}
@media (min-width: 1001px) {
  .NavigationHeader-2LS5KH li {
    -ms-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    -ms-transition: top 10ms ease-out;
    -webkit-transition: top 10ms ease-out;
    transition: top 10ms ease-out;
    position: relative;
    top: 0;
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
  }
  .NavigationHeader-2LS5KH li:hover .submenu {
    -ms-transition: opacity 0.1s ease-out;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
    -ms-transition: top 10ms linear;
    -webkit-transition: top 10ms linear;
    transition: top 10ms linear;
    top: 80%;
    opacity: 1;
  }
  .NavigationHeader-2LS5KH li.home-link {
    display: none;
  }
  .NavigationHeader-2LS5KH li a {
    -ms-transition: color 0.1s ease-out;
    -webkit-transition: color 0.1s ease-out;
    transition: color 0.1s ease-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    position: relative;
    display: block;
    height: 79px;
    padding: 0 13px;
    color: #3440b6;
    cursor: pointer;
    line-height: 78px;
    text-decoration: none;
  }
  .NavigationHeader-2LS5KH li a:hover {
    color: #ed7000;
  }
  .NavigationHeader-2LS5KH .submenu {
    -ms-transition: opacity 0.1s ease-out;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
    -ms-transition: top 10ms linear;
    -webkit-transition: top 10ms linear;
    transition: top 10ms linear;
    position: absolute;
    z-index: 2;
    top: -1000px;
    left: 0;
    min-width: 120px;
    border: 1px solid #d4d9e3;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    line-height: 1;
    opacity: 0;
    white-space: nowrap;
  }
  .NavigationHeader-2LS5KH .submenu:before,
  .NavigationHeader-2LS5KH .submenu:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-bottom-style: solid;
    content: "";
  }
  .NavigationHeader-2LS5KH .submenu:before {
    z-index: 99;
    top: -12px;
    left: 10px;
    border: 6px solid;
    border-color: transparent transparent #fff;
  }
  .NavigationHeader-2LS5KH .submenu:after {
    z-index: 98;
    top: -14px;
    left: 9px;
    width: 0;
    border: 7px solid;
    border-color: transparent transparent #d4d9e3;
  }
  .NavigationHeader-2LS5KH .submenu ul {
    display: inline-block;
    margin: 0;
    list-style: none none;
    vertical-align: top;
  }
  .NavigationHeader-2LS5KH .submenu ul li {
    position: relative;
    margin: 0;
    list-style: none;
  }
  .NavigationHeader-2LS5KH .submenu ul li a {
    height: 40px;
    padding: 0 17px;
    background-color: transparent;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
  }
  .NavigationHeader-2LS5KH .submenu ul li a.locked:before {
    position: relative;
    top: -0.6px;
    margin-right: 5px;
    content: "\e918";
    font-family: "PostNL-Webshop-icons", sans-serif;
    font-size: 12px;
  }
  .NavigationHeader-2LS5KH .submenu ul.general {
    padding: 15px 0 0;
  }
  .NavigationHeader-2LS5KH .submenu ul.general li {
    display: list-item;
    float: none;
  }
  .NavigationHeader-2LS5KH .submenu ul.quicklinks li {
    display: inline-block;
    width: 145px;
    padding: 15px 0 0;
    border-left: 1px solid #d4d9e3;
    float: none;
    text-align: center;
  }
  .NavigationHeader-2LS5KH .submenu ul.quicklinks li a {
    height: auto;
  }
  .NavigationHeader-2LS5KH .submenu ul.quicklinks li span {
    display: block;
  }
  .NavigationHeader-2LS5KH .submenu ul.quicklinks li img {
    display: inline-block;
    max-width: 80px;
    height: auto;
    max-height: 80px;
  }
  .NavigationHeader-2LS5KH .submenu ul:after {
    display: table;
    clear: both;
    content: "";
  }
}
@media (max-width: 1000px) {
  .NavigationHeader-2LS5KH {
    display: block;
    max-width: 440px;
    margin: 0;
    cursor: pointer;
    list-style: none;
    -webkit-tap-highlight-color: transparent;
  }
  .NavigationHeader-2LS5KH li {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #d4d9e3;
    margin: 0;
    cursor: pointer;
    list-style: none;
    -webkit-tap-highlight-color: transparent;
  }
  .NavigationHeader-2LS5KH li a {
    position: relative;
    display: block;
    min-width: 40px;
    height: 60px;
    margin-right: 40px;
    -webkit-appearance: none;
    color: #3440b6;
    font-size: 17px;
    font-weight: 500;
    line-height: 60px;
    text-decoration: none;
  }
  .NavigationHeader-2LS5KH li.have-submenu:before,
  .NavigationHeader-2LS5KH li.have-submenu:after {
    position: absolute;
    top: 30px;
    right: 10px;
    display: block;
    width: 20px;
    border-top: 1px solid #adb5c5;
    content: "";
    cursor: pointer;
    transition: transform 0.3s ease-out;
  }
  .NavigationHeader-2LS5KH li.have-submenu:before {
    transform: rotate(90deg);
  }
  .NavigationHeader-2LS5KH li.have-submenu:after {
    transform: rotate(0deg);
  }
  .NavigationHeader-2LS5KH li.have-submenu.active:before {
    transform: rotate(0deg);
  }
  .NavigationHeader-2LS5KH li.active > a {
    color: #ed7000;
  }
  .NavigationHeader-2LS5KH li.active .submenu {
    max-height: 500px;
    /* approximate max height */
  }
  .NavigationHeader-2LS5KH .submenu {
    -ms-transition: max-height 0.5s ease-in-out;
    -webkit-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    max-height: 0;
    overflow-y: hidden;
  }
  .NavigationHeader-2LS5KH .submenu ul li {
    border: none;
  }
  .NavigationHeader-2LS5KH .submenu ul.general {
    -webkit-perspective: 500px;
    perspective: 500px;
  }
  .NavigationHeader-2LS5KH .submenu ul.quicklinks {
    max-height: 350px;
    padding-left: 40px;
  }
  .NavigationHeader-2LS5KH .submenu ul.quicklinks li {
    position: relative;
    display: inline-block;
    width: 50%;
    max-height: 160px;
    padding: 20px 5px;
    border-top: 1px solid #d4d9e3;
    margin-right: -3px;
    vertical-align: top;
  }
  .NavigationHeader-2LS5KH .submenu ul.quicklinks li:nth-child(odd) a {
    border-right: 1px solid #d4d9e3;
  }
  .NavigationHeader-2LS5KH .submenu ul.quicklinks li a {
    width: 100%;
    height: auto;
    max-height: 120px;
    padding: 0;
    background: 0 0;
    line-height: 0;
    text-align: center;
  }
  .NavigationHeader-2LS5KH .submenu ul.quicklinks li span {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: initial;
    vertical-align: middle;
  }
  .NavigationHeader-2LS5KH .submenu ul.quicklinks li img {
    display: inline-block;
    max-width: 80px;
    max-height: 80px;
  }
}

.SearchWrapper-w1qe9w {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d4d9e3;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 5px 5px 0;
  font-weight: 300;
}
.SearchWrapper-w1qe9w * {
  box-sizing: border-box;
  outline: 0;
}
.SearchWrapper-w1qe9w *:focus {
  outline: 0;
}
.SearchWrapper-w1qe9w.search-active-1NWrf1.has-results-1K8WzG {
  border-radius: 5px 5px 0 0;
}
.SearchWrapper-w1qe9w.navigation-search-33o3iP {
  -ms-transition: width 0.3s ease-out;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 15px;
  width: 60px;
}
.SearchWrapper-w1qe9w.navigation-search-33o3iP:hover {
  width: 80px;
}
.SearchWrapper-w1qe9w.navigation-search-33o3iP:after {
  position: absolute;
  top: 11px;
  right: 8px;
  color: #adb5c5;
  content: "\e600";
  font-family: "PostNL-Webshop-icons", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-indent: 0;
}
@media (max-width: 1120px) {
  .SearchWrapper-w1qe9w.navigation-search-33o3iP {
    right: 10px;
  }
}
@media (max-width: 1000px) {
  .SearchWrapper-w1qe9w.navigation-search-33o3iP {
    position: relative;
    top: 20px;
    right: auto;
    width: 100%;
    max-width: 420px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .SearchWrapper-w1qe9w.navigation-search-33o3iP:hover {
    width: 100%;
  }
}
@media (min-width: 1001px) {
  .SearchWrapper-w1qe9w.navigation-search-33o3iP.search-active-1NWrf1 {
    width: 420px;
  }
}

.SearchInput-3qffQ8 {
  -ms-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 39px;
  padding: 0 50px 3px 10px;
  border: none;
  -webkit-appearance: none;
  background-color: transparent;
  color: #27324c;
  font-family: "PostNL-Webshop-Light", sans-serif;
  font-size: 15px;
  font-weight: 300;
}
.SearchInput-3qffQ8:placeholder-shown {
  color: #66728a;
}
.SearchInput-3qffQ8::-webkit-search-cancel-button {
  display: none;
}
.SearchInput-3qffQ8.focused-1-nVdo {
  opacity: 1;
}
@media (min-width: 1001px) {
  .SearchInput-3qffQ8.navigation-search-39YDH0 {
    -ms-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    color: transparent;
  }
  .SearchInput-3qffQ8.navigation-search-39YDH0::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .SearchInput-3qffQ8.navigation-search-39YDH0:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .SearchInput-3qffQ8.navigation-search-39YDH0::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .SearchInput-3qffQ8.navigation-search-39YDH0:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .SearchInput-3qffQ8.navigation-search-39YDH0.search-active-Jiq-G1 {
    color: inherit;
  }
  .SearchInput-3qffQ8.navigation-search-39YDH0.search-active-Jiq-G1::-webkit-input-placeholder {
    color: #66728a;
  }
  .SearchInput-3qffQ8.navigation-search-39YDH0.search-active-Jiq-G1:-moz-placeholder {
    /* Firefox 18- */
    color: #66728a;
  }
  .SearchInput-3qffQ8.navigation-search-39YDH0.search-active-Jiq-G1::-moz-placeholder {
    /* Firefox 19+ */
    color: #66728a;
  }
  .SearchInput-3qffQ8.navigation-search-39YDH0.search-active-Jiq-G1:-ms-input-placeholder {
    color: #66728a;
  }
}

.SearchButton-1BjncX {
  -ms-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -ms-transition: top 10ms ease-out 0.3s;
  -webkit-transition: top 10ms ease-out 0.3s;
  transition: top 10ms ease-out 0.3s;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 40px;
  height: 41px;
  border: none;
  margin: -1px;
  -webkit-appearance: none;
  background-color: #ed7000;
  border-radius: 0 5px 0 0;
  cursor: pointer;
  outline: 0;
  text-indent: -9000px;
}
.SearchButton-1BjncX:after {
  position: absolute;
  top: 11px;
  right: 8px;
  color: #fff;
  content: "\e600";
  font-family: "PostNL-Webshop-icons", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-indent: 0;
}
.SearchButton-1BjncX.focused-CoPlCe {
  top: 0;
  opacity: 1;
}
.SearchButton-1BjncX.navigation-search-2ttWkA {
  cursor: default;
  opacity: 0;
}
.SearchButton-1BjncX.navigation-search-2ttWkA.search-active-3d4sAF {
  cursor: pointer;
  opacity: 1;
}

.Results-1vgXTF {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 11;
  top: auto;
  left: 0;
  width: calc(100% + 2px);
  min-width: 170px;
  padding: 0;
  border: 1px solid #d4d9e3;
  border-top: 0;
  margin: 1px -1px 0 -1px;
  background-color: #ffffff;
}
.Results-1vgXTF.navigation-search-3P0xWK {
  -ms-transition: max-height 0.3s ease-in;
  -webkit-transition: max-height 0.3s ease-in;
  transition: max-height 0.3s ease-in;
  overflow: hidden;
  max-height: 0;
  border: 0;
}
.Results-1vgXTF.navigation-search-3P0xWK.search-active-1yVATy {
  max-height: 200px;
  border: inherit;
  border-top: 0;
  overflow-y: auto;
}
@media (min-height: 400px) {
  .Results-1vgXTF.navigation-search-3P0xWK.search-active-1yVATy {
    max-height: 300px;
  }
}
@media (min-height: 600px) {
  .Results-1vgXTF.navigation-search-3P0xWK.search-active-1yVATy {
    max-height: 500px;
  }
}
@media (min-height: 800px) {
  .Results-1vgXTF.navigation-search-3P0xWK.search-active-1yVATy {
    max-height: 700px;
  }
}

.Suggestions-3Hf9tm {
  padding-bottom: 5px;
}
.Suggestions-3Hf9tm .list-H8xPck {
  padding: 0;
  margin: 0;
}

.Suggestion-3NtvtN {
  padding: 0;
  margin: 0;
  list-style: none;
}
.Suggestion-3NtvtN .suggestion-1XuJxJ {
  display: block;
  padding: 9px 15px 9px 10px;
  color: #66728a;
  cursor: pointer;
  font-family: "PostNL-Webshop-Light", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  list-style: none;
  text-decoration: none;
}
.Suggestion-3NtvtN .suggestion-1XuJxJ strong {
  font-weight: 600;
}
.Suggestion-3NtvtN .suggestion-1XuJxJ:hover {
  color: #ed7000;
}
.Suggestion-3NtvtN .suggestion-1XuJxJ:after {
  display: table;
  clear: both;
  content: "";
}
.Suggestion-3NtvtN .highlight-3jh9sA {
  background-color: #f3f4f7;
}

.MatchContent-2G4oUK {
  position: relative;
  display: table-cell;
  width: 80%;
  height: 80px;
  padding-right: 20px;
  vertical-align: middle;
}
.MatchContent-2G4oUK:after {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  color: #27324c;
  content: "\e627";
  font-family: "PostNL-Webshop-icons", sans-serif;
  font-size: 17px;
  text-decoration: none;
}
.MatchContent-2G4oUK .title-q0d3QN {
  padding: 0 0 4px;
  margin: 0;
  color: #3244b0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.MatchContent-2G4oUK .description-3pNphv {
  color: #66728a;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.MatchImage-1IkDt0 {
  display: inline-block;
  width: 20%;
  height: 80px;
  margin: 0 25px 0 0;
  float: left;
}
.MatchImage-1IkDt0 > img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.Match-3eLV9r {
  display: block;
  padding: 9px 15px 10px;
  border-top: 1px solid #d4d9e3;
  text-decoration: none;
}
.Match-3eLV9r:hover {
  background-color: #fffaf1;
}

.CategoryNavigation-36uc64 {
  position: relative;
  z-index: 10;
  font-family: "PostNL-Webshop", sans-serif;
}
.CategoryNavigation-36uc64 * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.CategoryNavigation-36uc64 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.CategoryNavigation-36uc64 li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.CategoryNavigation-36uc64 li.category-back {
  display: none;
}
.CategoryNavigation-36uc64 li a {
  color: #3440b6;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}
.CategoryNavigation-36uc64 a.locked:before {
  position: relative;
  top: -0.6px;
  margin-right: 5px;
  content: "\e918";
  font-family: "PostNL-Webshop-icons", sans-serif;
  font-size: 12px;
}
.CategoryNavigation-36uc64 .back-to-general-nav {
  display: none;
}
.CategoryNavigation-36uc64.nav-side {
  display: none;
}
@media (max-width: 1000px) {
  .CategoryNavigation-36uc64 ul.level-1 {
    display: none;
  }
  .CategoryNavigation-36uc64 ul.level-1.active {
    display: block;
  }
}
@media (min-width: 1001px) {
  .CategoryNavigation-36uc64.category {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 100%;
    font-family: "PostNL-Webshop", sans-serif;
  }
  .CategoryNavigation-36uc64.category * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .CategoryNavigation-36uc64.category ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .CategoryNavigation-36uc64.category li {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .CategoryNavigation-36uc64.category a.locked:before {
    position: relative;
    top: -0.6px;
    margin-right: 5px;
    content: "\e918";
    font-family: "PostNL-Webshop-icons", sans-serif;
    font-size: 12px;
  }
  .CategoryNavigation-36uc64.category .current {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #d4d9e3;
    border-radius: 6px;
    color: #ed7000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
  }
  .CategoryNavigation-36uc64.category .current:after {
    position: absolute;
    top: 2px;
    right: 0;
    display: block;
    width: 38px;
    height: 38px;
    content: "\e602";
    font-family: "PostNL-Webshop-icons", sans-serif;
    font-size: 24px;
    text-align: center;
  }
  .CategoryNavigation-36uc64.category > ul {
    -ms-transition: max-height 30ms ease-out;
    -webkit-transition: max-height 30ms ease-out;
    transition: max-height 30ms ease-out;
    position: absolute;
    top: 40px;
    left: 0;
    overflow: hidden;
    width: 100%;
    max-height: 0;
    padding: 5px 0;
    background-color: #ffffff;
  }
  .CategoryNavigation-36uc64.category > ul > li {
    cursor: pointer;
  }
  .CategoryNavigation-36uc64.category > ul > li a {
    display: block;
    padding: 0 20px;
    color: #27324c;
    font-size: 16px;
    line-height: 35px;
    text-decoration: none;
  }
  .CategoryNavigation-36uc64.category > ul > li a:hover {
    color: #ed7000;
  }
  .CategoryNavigation-36uc64.category > ul > li.active {
    cursor: default;
  }
  .CategoryNavigation-36uc64.category > ul > li.active > a {
    color: #ed7000;
  }
  .CategoryNavigation-36uc64.category > ul > li.disabled {
    cursor: default;
  }
  .CategoryNavigation-36uc64.category > ul > li.disabled > a {
    color: #adb5c5;
  }
  .CategoryNavigation-36uc64.category > ul > li.disabled > a:hover {
    color: #adb5c5;
  }
  .CategoryNavigation-36uc64.category > ul > li ul {
    margin: 0 0 0 30px;
  }
  .CategoryNavigation-36uc64.category > ul > li ul li a {
    color: #66728a;
  }
  .CategoryNavigation-36uc64.category > ul > li ul li.active > a {
    color: #ed7000;
  }
  .CategoryNavigation-36uc64.category.active .current {
    border-color: #ed7000;
    border-radius: 6px 6px 0 0;
  }
  .CategoryNavigation-36uc64.category.active .current:after {
    content: "\e604";
  }
  .CategoryNavigation-36uc64.category.active > ul {
    max-height: 800px;
    border: 1px solid #ed7000;
    border-top: 0;
    margin-bottom: 20px;
    border-radius: 0 0 0 6px;
  }
  .CategoryNavigation-36uc64.category.active > li {
    min-height: 35px;
    border-color: #ed7000;
    border-right: 1px;
    border-left: 1px;
  }
  .CategoryNavigation-36uc64.category.active > li:last-child {
    border-bottom: 1px;
    border-radius: 0 0 0 6px;
  }
  .CategoryNavigation-36uc64.nav-top li.level-1 {
    height: 35px;
    float: left;
  }
  .CategoryNavigation-36uc64.nav-top li.level-1 a {
    position: relative;
    padding-right: 40px;
  }
  .CategoryNavigation-36uc64.nav-top li.level-1:last-child > a {
    padding-right: 0;
  }
  .CategoryNavigation-36uc64.nav-top li.level-1.active > a:after {
    position: absolute;
    bottom: -18px;
    left: 0;
    width: calc(100% - 40px);
    border-bottom: 3px solid #ed7000;
    content: "";
  }
  .CategoryNavigation-36uc64.nav-top li.level-1 ul {
    -ms-transition: opacity 100ms ease-out, top 10ms linear 100ms;
    -webkit-transition: opacity 100ms ease-out, top 10ms linear 100ms;
    transition: opacity 100ms ease-out, top 10ms linear 100ms;
    position: absolute;
    z-index: 2;
    left: 0;
    display: none;
    min-width: 120px;
    padding-top: 5px;
    padding-bottom: 10px;
    border: 1px solid #d4d9e3;
    background-color: #ffffff;
    border-radius: 4px 4px 0 4px;
    line-height: 1;
    opacity: 0;
    white-space: nowrap;
  }
  .CategoryNavigation-36uc64.nav-top li.level-1 ul li {
    position: relative;
    float: none;
  }
  .CategoryNavigation-36uc64.nav-top li.level-1 ul li > a {
    display: block;
    height: 40px;
    padding: 0 17px;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
  }
  .CategoryNavigation-36uc64.nav-top li.level-1 ul li:hover > a {
    color: #ed7000;
  }
  .CategoryNavigation-36uc64.nav-top li.level-1 > ul.level-1 {
    position: absolute;
    display: none;
    padding: 0;
    margin: 0;
    opacity: 0;
  }
  .CategoryNavigation-36uc64.nav-top li.level-1 > ul.level-1 li.level-2 > ul.level-2 {
    position: absolute;
    display: none;
    padding: 0;
    margin: 0;
    border-radius: 0 4px 4px 4px;
    opacity: 0;
  }
  .CategoryNavigation-36uc64.nav-top li.level-1 > ul.level-1 li.level-2:hover > ul.level-2 {
    top: -1px;
    left: 100%;
    display: block;
    opacity: 1;
  }
  .CategoryNavigation-36uc64.nav-top li.level-1 > ul.level-1 li.level-2.has-submenu > a {
    padding-right: 30px;
  }
  .CategoryNavigation-36uc64.nav-top li.level-1 > ul.level-1 li.level-2.has-submenu > a :after {
    position: absolute;
    top: 0;
    right: 5px;
    display: inline-block;
    content: "\E627";
    font-family: "PostNL-Webshop-icons", sans-serif;
  }
  .CategoryNavigation-36uc64.nav-top li.level-1:hover > a {
    color: #ed7000;
  }
  .CategoryNavigation-36uc64.nav-top li.level-1:hover > ul.level-1 {
    z-index: 2;
    top: 30px;
    display: block;
    opacity: 1;
  }
  .CategoryNavigation-36uc64.nav-top li.level-1:hover > ul.level-1:before,
  .CategoryNavigation-36uc64.nav-top li.level-1:hover > ul.level-1:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-bottom-style: solid;
    content: "";
  }
  .CategoryNavigation-36uc64.nav-top li.level-1:hover > ul.level-1:before {
    z-index: 99;
    top: -12px;
    left: 10px;
    border: 6px solid;
    border-color: transparent transparent #ffffff;
  }
  .CategoryNavigation-36uc64.nav-top li.level-1:hover > ul.level-1:after {
    z-index: 98;
    top: -14px;
    left: 9px;
    border: 7px solid;
    border-color: transparent transparent #d4d9e3;
  }
  .CategoryNavigation-36uc64.nav-side {
    display: block;
    font-family: "PostNL-Webshop", sans-serif;
  }
  .CategoryNavigation-36uc64.nav-side a {
    display: block;
    font-family: "PostNL-Webshop", sans-serif;
    line-height: 2;
  }
  .CategoryNavigation-36uc64.nav-side li {
    line-height: 1.7;
  }
  .CategoryNavigation-36uc64.nav-side li ul.sub-menu {
    display: none;
    padding-left: 20px;
  }
  .CategoryNavigation-36uc64.nav-side li.active > a {
    font-family: "PostNL-Webshop", sans-serif;
    font-weight: bold;
  }
  .CategoryNavigation-36uc64.nav-side li.active > ul.sub-menu {
    display: block;
  }
  .CategoryNavigation-36uc64.nav-side li.has-active > ul.sub-menu {
    display: block;
  }
  .CategoryNavigation-36uc64.nav-side li.level-1.active > ul.sub-menu:before,
  .CategoryNavigation-36uc64.nav-side li.level-1.has-active > ul.sub-menu:before {
    position: absolute;
    top: 36px;
    left: 0;
    width: 1px;
    height: calc(100% - 43px);
    background: #d4d9e3;
    content: "";
  }
  .CategoryNavigation-36uc64.nav-side li.level-2 a {
    line-height: 28px;
  }
}
@media (max-width: 1000px) {
  .CategoryNavigation-36uc64 li {
    position: unset;
    width: 100%;
    height: 0;
    padding: 0;
    border: 0;
    margin: 0;
  }
  .CategoryNavigation-36uc64 li:before {
    position: absolute;
    top: 15px;
    right: 10px;
    display: none;
    color: #ed7000;
    content: "";
    cursor: pointer;
    font-family: "PostNL-Webshop-icons", sans-serif;
    font-size: 20px;
    font-weight: 500;
  }
  .CategoryNavigation-36uc64 li:after {
    display: none;
  }
  .CategoryNavigation-36uc64 li.has-submenu:before {
    content: "\e627";
  }
  .CategoryNavigation-36uc64 li a {
    display: none;
    width: 100%;
    padding: 15px 0;
  }
  .CategoryNavigation-36uc64 li:hover > a {
    color: #ed7000;
  }
  .CategoryNavigation-36uc64 li.mobile-active > a {
    color: #ed7000;
  }
  .CategoryNavigation-36uc64 li.category-back {
    display: block;
    padding-left: 15px;
  }
  .CategoryNavigation-36uc64 li.category-back:before {
    top: 22px;
    right: auto;
    left: 7px;
    color: #3440b6;
    content: "\e628";
    font-weight: 700;
  }
  .CategoryNavigation-36uc64 li.category-back > span {
    display: block;
    width: 100%;
    padding: 15px 0 15px 60px;
    color: #3440b6;
    cursor: pointer;
    font-weight: 700;
  }
  .CategoryNavigation-36uc64 li.category-back:hover:before,
  .CategoryNavigation-36uc64 li.category-back:hover > span {
    color: #ed7000;
  }
  .CategoryNavigation-36uc64 ul.active {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    background-color: #ffffff;
  }
  .CategoryNavigation-36uc64 ul.active > li {
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 5px 52px 5px 10px;
    border-top: 1px solid #f3f4f7;
  }
  .CategoryNavigation-36uc64 ul.active > li:before,
  .CategoryNavigation-36uc64 ul.active > li:after,
  .CategoryNavigation-36uc64 ul.active > li a {
    display: block;
  }
  .CategoryNavigation-36uc64 ul.active ul {
    display: none;
  }
  .CategoryNavigation-36uc64 ul.active ul li {
    display: none;
  }
  .CategoryNavigation-36uc64 .back-to-general-nav {
    display: block;
  }
  .CategoryNavigation-36uc64 .back-to-general-nav span {
    display: block;
    width: 100%;
    padding: 15px 0;
    cursor: pointer;
  }
  .CategoryNavigation-36uc64 .back-to-general-nav:hover span {
    color: #ed7000;
  }
}

.CategoryNavigationHome-2rU7b5 {
  position: relative;
  z-index: 10;
  font-family: "PostNL-Webshop", sans-serif;
}
@media (min-width: 1001px) {
  .CategoryNavigationHome-2rU7b5 {
    display: none;
  }
}
.CategoryNavigationHome-2rU7b5 * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.CategoryNavigationHome-2rU7b5 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.CategoryNavigationHome-2rU7b5 li {
  width: 100%;
  padding: 0;
  border-top: 1px solid #f3f4f7;
  margin: 0;
  list-style: none;
}
.CategoryNavigationHome-2rU7b5 li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #3440b6;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}
.CategoryNavigationHome-2rU7b5 li a:before {
  position: absolute;
  top: 15px;
  right: 10px;
  content: "\e627";
  cursor: pointer;
  font-family: "PostNL-Webshop-icons", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.CategoryNavigationHome-2rU7b5 li:hover > a {
  color: #ed7000;
}
.CategoryNavigationHome-2rU7b5 a.locked span:before {
  position: relative;
  top: -0.6px;
  margin-right: 5px;
  content: "\e918";
  font-family: "PostNL-Webshop-icons", sans-serif;
  font-size: 12px;
}

.Account-v4wB5p {
  position: relative;
  float: right;
}
.Account-v4wB5p .account-loader {
  position: relative;
  height: 65px;
  padding-right: 10px;
  padding-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 55px;
}
.Account-v4wB5p .account-status {
  position: relative;
  height: 65px;
  padding-right: 24px;
  color: #ed7000;
  cursor: pointer;
  font-weight: 500;
  line-height: 65px;
}
.Account-v4wB5p .account-status > span {
  display: inline-block;
  overflow: hidden;
  width: 120px;
  height: 65px;
  font-family: "PostNL-Webshop-Medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.Account-v4wB5p .account-status:after {
  position: absolute;
  top: 2px;
  right: 0;
  color: #ed7000;
  content: "\e629";
  font-family: "PostNL-Webshop-icons", sans-serif;
  font-size: 16px;
  -ms-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.Account-v4wB5p .account-menu {
  position: absolute;
  z-index: 999;
  top: -1000px;
  right: 0;
  display: none;
  min-width: calc(100vw - 20px);
  padding: 10px 32px 10px 18px;
  background-color: #fff;
  border-radius: 4px 4px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 3px 0 9px 0;
  opacity: 0;
  vertical-align: top;
  white-space: nowrap;
  -ms-transition: opacity 0.1s ease-out, top 10ms linear 0ms;
  -webkit-transition: opacity 0.1s ease-out, top 10ms linear 0ms;
  transition: opacity 0.1s ease-out, top 10ms linear 0ms;
}
.Account-v4wB5p .account-menu:before {
  position: absolute;
  top: 0;
  right: 40px;
  width: 14px;
  height: 14px;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  background: #ffffff;
  content: "";
  transform: rotate(45deg) translateX(-10px);
}
.Account-v4wB5p .account-menu li {
  padding: 0;
  margin: 0;
  color: #ed7000;
  font-family: "PostNL-Webshop", sans-serif;
  font-size: 16px;
  font-weight: 400;
  list-style: none;
}
.Account-v4wB5p .account-menu li.business-info {
  margin-top: 8px;
  color: #000;
}
.Account-v4wB5p .account-menu li a,
.Account-v4wB5p .account-menu li .login-link,
.Account-v4wB5p .account-menu li .logout-link {
  display: block;
  height: 40px;
  background-color: transparent;
  cursor: pointer;
  line-height: 40px;
  text-decoration: none;
}
.Account-v4wB5p .account-menu li a:hover,
.Account-v4wB5p .account-menu li .login-link:hover,
.Account-v4wB5p .account-menu li .logout-link:hover {
  color: #ed7000;
  text-decoration: underline;
}
.Account-v4wB5p .account-menu li .separator-label {
  display: block;
  margin-top: 12px;
  color: #000;
}
.Account-v4wB5p .account-menu li .icon {
  position: relative;
  padding-left: 40px;
}
.Account-v4wB5p .account-menu li .icon:before {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  color: #ed7000;
  font-family: "PostNL-Webshop-icons", sans-serif;
  font-size: 21px;
  text-align: center;
  text-indent: 0;
}
.Account-v4wB5p .account-menu li .icon-track-trace-search:before {
  content: "\e902";
}
.Account-v4wB5p .account-menu li .icon-order-history:before {
  content: "\e900";
}
.Account-v4wB5p .account-menu li .icon-login-lock:before {
  content: "\e901";
}
.Account-v4wB5p .account-menu li .icon-my-account:before {
  content: "\e647";
}
.Account-v4wB5p .account-menu li .icon-info:before {
  content: "\e620";
}
.Account-v4wB5p .account-status:hover > span,
.Account-v4wB5p.menu-open .account-status > span {
  color: #66728a;
  text-decoration: underline;
}
.Account-v4wB5p.menu-open .account-status:after {
  transform: rotate(180deg);
}
.Account-v4wB5p.menu-open .account-menu {
  top: 65px;
  display: inline-block;
  opacity: 1;
}
@media (min-width: 1001px) {
  .Account-v4wB5p {
    display: block;
    float: none;
  }
  .Account-v4wB5p.mobile-menu {
    display: none;
  }
  .Account-v4wB5p .account-loader {
    height: 78px;
    margin-right: 100px;
    float: right;
    line-height: 68px;
  }
  .Account-v4wB5p .account-status {
    height: 78px;
    margin-right: 100px;
    float: right;
    line-height: 78px;
  }
  .Account-v4wB5p .account-status > span {
    height: 78px;
  }
  .Account-v4wB5p .account-menu {
    right: 80px;
    min-width: 120px;
  }
}
@media (max-width: 1000px) {
  .Account-v4wB5p {
    display: none;
  }
  .Account-v4wB5p.mobile-menu {
    display: inline-block;
  }
}

.Header-3UK2kC {
  position: relative;
  z-index: 2000;
  width: 100%;
  border-bottom: 1px solid #d4d9e3;
  margin: 0;
}
@media (max-width: 1000px) {
  .Header-3UK2kC {
    border-bottom: 0;
  }
  .Header-3UK2kC.navigation-active {
    position: fixed;
    top: 0;
  }
  .Header-3UK2kC.navigation-active ~ div {
    display: none;
  }
}
.Header-3UK2kC .logo img {
  width: auto;
  height: 60px;
}
.Header-3UK2kC .header-top-wrapper {
  min-height: 40px;
  border-bottom: 1px solid #d4d9e3;
  background-color: #f3f4f7;
}
@media (max-width: 1000px) {
  .Header-3UK2kC .header-top-wrapper {
    min-height: 68px;
    padding: 0 16px;
    background-color: #ffffff;
    -ms-transition: top 300ms ease-out;
    -webkit-transition: top 300ms ease-out;
    transition: top 300ms ease-out;
  }
  .Header-3UK2kC .header-top-wrapper.mobile-fixed-menu {
    position: fixed;
    z-index: 200000;
    top: 0;
    left: 0;
    width: 100%;
  }
  .Header-3UK2kC .header-top-wrapper.mobile-fixed-menu.mobile-hide-menu {
    top: -70px;
  }
}
.Header-3UK2kC .header-top-wrapper .header-top {
  position: relative;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}
.Header-3UK2kC .header-top-wrapper .header-top .logo {
  position: absolute;
  top: 12px;
  left: 50%;
  display: none;
  height: 39px;
  margin-left: -20px;
}
@media (max-width: 1000px) {
  .Header-3UK2kC .header-top-wrapper .header-top .logo {
    display: block;
  }
}
.Header-3UK2kC .header-top-wrapper .header-top .logo img {
  width: 40px;
  height: 39px;
}
.Header-3UK2kC .header-top-wrapper .language-switcher {
  display: none;
}
.Header-3UK2kC .minicart-wishlist-wrapper {
  margin-right: 10px;
  float: right;
}
@media (max-width: 1000px) {
  .Header-3UK2kC .minicart-wishlist-wrapper {
    position: relative;
    top: 15px;
    display: inline-block;
    float: none;
  }
}
.Header-3UK2kC .wishlist-icon {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  color: #adb5c5;
  cursor: pointer;
}
.Header-3UK2kC .wishlist-icon:before {
  position: relative;
  display: inline-block;
  margin: 0 6px 0 0;
  content: "\e920";
  font-family: "PostNL-Webshop-icons", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
}
.Header-3UK2kC .wishlist-icon:hover {
  color: #ed7000;
}
.Header-3UK2kC .wishlist-icon span {
  position: absolute;
  z-index: 10;
  top: 1px;
  right: -7px;
  overflow: hidden;
  width: 20px;
  height: 17px;
  margin: 3px 0 0;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  white-space: normal;
}
.Header-3UK2kC .wishlist-icon span:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #ed7000;
  border-radius: 50%;
  content: "";
}
.Header-3UK2kC .minicart-wrapper {
  position: relative;
  top: 1px;
  display: inline-block;
  float: right;
}
.Header-3UK2kC .nav-mobile {
  position: relative;
  display: none;
  min-width: 20px;
  height: 57px;
  padding: 0;
  margin: 5px 15px 5px 0;
  color: #ed7000;
  cursor: pointer;
  float: left;
  font-size: 14px;
  line-height: 80px;
}
@media (max-width: 1000px) {
  .Header-3UK2kC .nav-mobile {
    display: block;
  }
}
.Header-3UK2kC .nav-mobile .menu-icon {
  -ms-transition: border-color 100ms ease-out;
  -webkit-transition: border-color 100ms ease-out;
  transition: border-color 100ms ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 0;
  border-bottom: 2px solid #ed7000;
  margin-left: -10px;
  color: #ed7000;
  cursor: pointer;
  font-family: "PostNL-Webshop", sans-serif;
  font-size: 14px;
  line-height: 80px;
}
.Header-3UK2kC .nav-mobile .menu-icon:before,
.Header-3UK2kC .nav-mobile .menu-icon:after {
  -ms-transition: top 100ms ease-out 100ms, transform 100ms ease-out;
  -webkit-transition: top 100ms ease-out 100ms, transform 100ms ease-out;
  transition: top 100ms ease-out 100ms, transform 100ms ease-out;
  position: absolute;
  display: block;
  width: 100%;
  border-top: 2px solid #ed7000;
  content: "";
}
.Header-3UK2kC .nav-mobile .menu-icon:before {
  top: -6px;
}
.Header-3UK2kC .nav-mobile .menu-icon:after {
  top: 6px;
}
.Header-3UK2kC .header-bottom-wrapper {
  height: 81px;
  box-sizing: border-box;
  padding: 0 0 0 10px;
  clear: both;
}
@media (max-width: 1000px) {
  .Header-3UK2kC .header-bottom-wrapper {
    height: 0;
    padding: 0;
  }
}
.Header-3UK2kC .header-bottom-wrapper .header-bottom {
  position: relative;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1000px) {
  .Header-3UK2kC .header-bottom-wrapper .header-bottom {
    position: fixed;
    top: 68px;
    display: none;
    width: 100vw;
    height: calc(100vh - 68px);
    padding: 2px 16px 0;
    background: #ffffff;
    overflow-y: auto;
  }
}
.Header-3UK2kC .header-bottom-wrapper .header-bottom .logo {
  position: relative;
  top: 10px;
  display: block;
  width: 70px;
  height: 60px;
  float: left;
}
@media (max-width: 1000px) {
  .Header-3UK2kC .header-bottom-wrapper .header-bottom .logo {
    display: none;
  }
}
.Header-3UK2kC .header-bottom-wrapper .language-switcher {
  display: block;
  width: 100%;
  margin-top: 60px;
}
.Header-3UK2kC .navigation-header {
  -ms-transition: width 0.6s ease-in-out;
  -webkit-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
  position: relative;
  display: block;
  height: 79px;
  float: left;
}
.Header-3UK2kC .navigation-header > li {
  -ms-transition: width 0.6s ease-in-out;
  -webkit-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
}
.Header-3UK2kC .navigation-header > li.webshop:after {
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transition: box-shadow 0.1s ease-out;
  -webkit-transition: box-shadow 0.1s ease-out;
  transition: box-shadow 0.1s ease-out;
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 50%;
  width: 70%;
  height: 5px;
  box-shadow: 0 -5px 0 0 #ed7000 inset;
  content: " ";
}
.Header-3UK2kC .navigation-header:after {
  -ms-transition: width 0.6s ease-in-out;
  -webkit-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
  position: absolute;
  width: 0;
}
@media (max-width: 1000px) {
  .Header-3UK2kC .navigation-header {
    position: relative;
    z-index: 10;
    top: 20px;
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 auto;
    float: none;
  }
  .Header-3UK2kC .navigation-header > li.webshop:after {
    display: none;
  }
}
.Header-3UK2kC .postnl-navigation {
  position: relative;
  z-index: 2;
}
@media (max-width: 1000px) {
  .Header-3UK2kC .postnl-navigation {
    display: none;
  }
  .Header-3UK2kC .postnl-navigation.active {
    display: block;
  }
}
.Header-3UK2kC .mobile-category-navigation {
  display: none;
}
@media (max-width: 1000px) {
  .Header-3UK2kC .mobile-category-navigation {
    position: relative;
    z-index: 10;
    top: 20px;
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    float: none;
  }
  .Header-3UK2kC .mobile-category-navigation.inactive {
    display: none;
  }
}
@media (min-width: 1001px) {
  .Header-3UK2kC .nav.search-active + .navigation-header > li {
    overflow: hidden;
    width: 0;
  }
  .Header-3UK2kC .nav.search-active + .navigation-header:after {
    top: 28px;
    left: 13px;
    display: block;
    width: 100px;
    color: #3440b6;
    content: "Menu";
    cursor: pointer;
    font-weight: 700;
  }
  .Header-3UK2kC .header-top-wrapper .language-switcher {
    display: block;
  }
  .Header-3UK2kC .header-bottom-wrapper .language-switcher {
    display: none;
  }
}
@media (max-width: 1000px) {
  .Header-3UK2kC .nav.search-wrapper {
    position: relative;
    z-index: 12;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    padding: 0 16px;
    margin: 0 auto 20px;
  }
}
.Header-3UK2kC.navigation-active .nav-mobile .menu-icon {
  border-color: transparent;
}
.Header-3UK2kC.navigation-active .nav-mobile .menu-icon:before,
.Header-3UK2kC.navigation-active .nav-mobile .menu-icon:after {
  -ms-transition: transform 100ms ease-out 100ms, top 100ms ease-out;
  -webkit-transition: transform 100ms ease-out 100ms, top 100ms ease-out;
  transition: transform 100ms ease-out 100ms, top 100ms ease-out;
}
.Header-3UK2kC.navigation-active .nav-mobile .menu-icon:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.Header-3UK2kC.navigation-active .nav-mobile .menu-icon:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
@media (max-width: 1000px) {
  .Header-3UK2kC.navigation-active .header-bottom {
    display: block;
  }
}

.Header-1aKJKx {
  height: 120px;
  background-color: #f3f4f7;
}
.Header-1aKJKx .header-content {
  position: relative;
  max-width: 1120px;
  padding: 0 10px;
  margin: 0 auto;
}
.Header-1aKJKx .action {
  overflow: hidden;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-family: "PostNL-Webshop", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  outline: none;
  border: 1px #ed7000 solid;
  position: relative;
  top: 40px;
  display: inline-block;
}
.Header-1aKJKx .action > span {
  position: relative;
  top: -1px;
}
.Header-1aKJKx .action.invalid,
.Header-1aKJKx .action.invalid:active,
.Header-1aKJKx .action.invalid:visited,
.Header-1aKJKx .action.invalid:hover:not(.no-hover),
.Header-1aKJKx .action.invalid.hover,
.Header-1aKJKx .action[disabled],
.Header-1aKJKx .action[disabled]:active,
.Header-1aKJKx .action[disabled]:visited,
.Header-1aKJKx .action[disabled]:hover:not(.no-hover),
.Header-1aKJKx .action[disabled].hover {
  background-color: #d4d9e3;
  cursor: default;
}
.Header-1aKJKx .action.loading,
.Header-1aKJKx .action.loading:hover:not(.no-hover),
.Header-1aKJKx .action.loading.hover,
.Header-1aKJKx .action.loading:active,
.Header-1aKJKx .action.loading:visited {
  background: #d4d9e3 url(/dist/client/assets/loader.d6271f18.gif) 50% 50% no-repeat;
  background-size: 50px auto;
}
.Header-1aKJKx .action.loading span,
.Header-1aKJKx .action.loading:hover:not(.no-hover) span,
.Header-1aKJKx .action.loading.hover span,
.Header-1aKJKx .action.loading:active span,
.Header-1aKJKx .action.loading:visited span {
  color: transparent;
}
.Header-1aKJKx .action,
.Header-1aKJKx .action:active,
.Header-1aKJKx .action:visited {
  border: 1px #ed7000 solid;
  background: #ed7000;
  color: #ffffff;
}
.Header-1aKJKx .action:hover:not(.no-hover) {
  border: 1px #66728a solid;
  background: #66728a;
  color: #ffffff;
}
.Header-1aKJKx .action.invalid,
.Header-1aKJKx .action.invalid:active,
.Header-1aKJKx .action.invalid:visited,
.Header-1aKJKx .action.invalid:hover:not(.no-hover),
.Header-1aKJKx .action.invalid.hover,
.Header-1aKJKx .action[disabled],
.Header-1aKJKx .action[disabled]:active,
.Header-1aKJKx .action[disabled]:visited,
.Header-1aKJKx .action[disabled]:hover:not(.no-hover),
.Header-1aKJKx .action[disabled].hover,
.Header-1aKJKx .action.loading,
.Header-1aKJKx .action.loading:hover:not(.no-hover),
.Header-1aKJKx .action.loading:active,
.Header-1aKJKx .action.loading:visited {
  border: 1px #d4d9e3 solid;
}

.Header-3yMKeb {
  height: 68px;
  background-color: #ffffff;
  line-height: 68px;
}
.Header-3yMKeb .header-container {
  max-width: 1120px;
  padding: 0 16px;
  margin: 0 auto;
  clear: both;
  text-align: right;
}
.Header-3yMKeb .logo {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 44px;
  height: 44px;
  margin-left: -22px;
}
.Header-3yMKeb .cancel-link-wrapper {
  display: inline-block;
  padding-left: 24px;
}
.Header-3yMKeb .cancel-link-wrapper:before {
  position: absolute;
  margin-top: 28px;
  margin-left: -24px;
  content: "\e64c";
  font-family: "PostNL-Webshop-icons", sans-serif;
  font-size: 16px;
  line-height: 16px;
}


/*# sourceMappingURL=app.dee7a1a932e6c226aec1.css.map*/