.CookiePolicy-VpQXXw .logo {
  max-width: inherit;
  margin: 0;
  float: none;
}

.OpenIdIframe-ouwOC5 {
  z-index: -1;
  overflow: hidden;
  width: 0;
  height: 0;
}

.LoadFailedIndicator-3YJlfo {
  max-width: 1100px;
  box-sizing: border-box;
  padding: 10px;
  margin: 10px auto;
  background: #d70036;
  border-radius: 4px 4px 0 4px;
  color: #ffffff;
  font-weight: 300;
  line-height: 20px;
}
.LoadFailedIndicator-3YJlfo a {
  color: #ffffff;
  text-decoration: underline;
}
.LoadFailedIndicator-3YJlfo > * {
  display: inline-block;
  padding-right: 2ex;
}
.LoadFailedIndicator-3YJlfo > *:last-child {
  padding-right: 0;
}

@keyframes animated-loading-indicator {
  from {
    width: 150px;
  }
  to {
    width: 100%;
  }
}
.AnimatedLoadingIndicator-s49VKa .outer-animation-container {
  width: 100%;
}
.AnimatedLoadingIndicator-s49VKa .outer-animation-container.use-intro-animation {
  animation-duration: 3s;
  animation-name: animated-loading-indicator;
}
.AnimatedLoadingIndicator-s49VKa .inner-animation-container {
  max-width: 150px;
  margin: 10px auto 0 auto;
}
.AnimatedLoadingIndicator-s49VKa .inner-animation-container img {
  max-width: 100%;
}
.AnimatedLoadingIndicator-s49VKa .text-container {
  margin: -20px auto 10px auto;
  color: #27324c;
  font-family: "PostNL-Webshop-Light", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

@font-face {
  font-display: swap;
  font-family: "PostNL-Webshop-Light";
  font-style: normal;
  font-weight: 200;
  src: url(/dist/client/fonts/postnl-light-webfont.bbf5aa92.woff2) format("woff2"), url(/dist/client/fonts/postnl-light-webfont.5ec604ca.woff) format("woff"), url(/dist/client/fonts/postnl-light-webfont.5ac7eae4.eot), url(/dist/client/fonts/postnl-light-webfont.96bf8c71.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "PostNL-Webshop";
  font-style: normal;
  font-weight: 400;
  src: url(/dist/client/fonts/postnl-regular-webfont.9ce80fa2.woff2) format("woff2"), url(/dist/client/fonts/postnl-regular-webfont.e153e012.woff) format("woff"), url(/dist/client/fonts/postnl-regular-webfont.674656c7.eot), url(/dist/client/fonts/postnl-regular-webfont.19946a87.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "PostNL-Webshop-Medium";
  font-style: normal;
  font-weight: 600;
  src: url(/dist/client/fonts/postnl-medium-webfont.402bc676.woff2) format("woff2"), url(/dist/client/fonts/postnl-medium-webfont.ae33c97f.woff) format("woff"), url(/dist/client/fonts/postnl-medium-webfont.7a687f2e.eot), url(/dist/client/fonts/postnl-medium-webfont.a5dd9703.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "PostNL-Webshop-Bold";
  font-style: normal;
  font-weight: 700;
  src: url(/dist/client/fonts/postnl-bold-webfont.3d4b5cc7.woff2) format("woff2"), url(/dist/client/fonts/postnl-bold-webfont.916623a3.woff) format("woff"), url(/dist/client/fonts/postnl-bold-webfont.f6bcfd8b.eot), url(/dist/client/fonts/postnl-bold-webfont.e6682e9f.ttf) format("truetype");
}
@font-face {
  font-family: "PostNL-Webshop-icons";
  src: url(/dist/client/fonts/postnl-icons.f9d13887.woff) format("woff"), url(/dist/client/fonts/postnl-icons.0a8e7fde.woff2) format("woff2"), url(/dist/client/fonts/postnl-icons.8053ba01.ttf) format("truetype"), url(/dist/client/assets/postnl-icons.efc3491f.svg?#Postnl-icons) format("svg");
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  color: #3440b6;
  font-family: "PostNL-Webshop", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
h1 {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 1;
  text-align: center;
}
h2 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 30px;
}
h3 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}
h4 {
  margin-bottom: 0;
  color: #27324c;
  font-size: 16px;
  line-height: 20px;
}
a[href],
button {
  cursor: pointer;
}
a,
a:active,
a:visited {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  color: #ed7000;
  font-family: "PostNL-Webshop", sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-rendering: optimizeLegibility;
}
a:hover {
  color: #66728a;
  outline: 0;
  text-decoration: none;
}
a:active,
a:focus {
  outline: 0;
}
p {
  padding: 6px 0;
  margin: 0 0 12px;
}
ol,
ul {
  padding: 6px 0 0 30px;
  margin: 0 0 12px;
}
input[type="range"]::-moz-focus-outer {
  border: 0;
}
input:focus,
input:active {
  outline: none;
}
img {
  max-width: 100%;
}
body {
  margin: 0;
  color: #27324c;
  font-family: "PostNL-Webshop-Light", sans-serif;
}
body[data-touch] {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: none;
}
@media (max-width: 1000px) {
  body[data-modal-mobile] {
    overflow-y: hidden;
  }
  body[data-modal-mobile] .header,
  body[data-modal-mobile] .sub-header {
    display: none;
  }
}
#webshop_root {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 480px) {
  h1 {
    margin-bottom: 22px;
    font-size: 28px;
  }
}

.ErrorBoundary-3jtZkR {
  max-width: 1100px;
  box-sizing: border-box;
  padding: 10px;
  margin: 10px auto;
  background: #d70036;
  border-radius: 4px 4px 0 4px;
  color: #ffffff;
  font-weight: 300;
  line-height: 20px;
}
.ErrorBoundary-3jtZkR a {
  color: #ffffff;
  text-decoration: underline;
}
.ErrorBoundary-3jtZkR > * {
  display: inline-block;
  padding-right: 2ex;
}
.ErrorBoundary-3jtZkR > *:last-child {
  padding-right: 0;
}


/*# sourceMappingURL=app.9ddf2df0adff330fe537.css.map*/