#footer {
  margin-top: 0 !important;
}

#secondary {
  display: none;
}

.breadcrumb {
  display: none;
}

.page-content .primary-content {
  all: unset !important;
}
.page-content .primary-content .cta-secondary {
  display: none;
}

.customer-service {
  line-height: 1;
  font-weight: normal;
  letter-spacing: normal;
}
.customer-service * {
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
.customer-service * * {
  text-transform: inherit;
  color: inherit;
}
.customer-service img {
  display: block;
  width: 100%;
  min-width: 0;
}

.customer-service hr {
  display: block;
  border: none;
  height: 1px;
  width: 100%;
  background: #f4f4f4;
}
.customer-service hr:last-of-type {
  margin-bottom: 4em;
}
@media (min-width: 641px) {
  .customer-service hr:last-of-type {
    margin-bottom: 8em;
  }
}
.customer-service section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 4em 0;
  width: 100%;
}
@media (min-width: 641px) {
  .customer-service section {
    margin: 8em 0;
  }
}
.customer-service ol {
  padding-left: 1.4em;
}
.customer-service ol li {
  margin-bottom: 3.2em;
}
.customer-service ol li:last-of-type {
  margin-bottom: 0;
}
.customer-service .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1.8em;
}
@media (min-width: 641px) {
  .customer-service .wrapper {
    width: 108em;
    margin: 0 auto;
  }
}
.customer-service .ag-site-width {
  max-width: 1920px !important;
  min-width: 0;
  margin: 0 auto;
}

.customer-service {
  font-size: 2.3364485981vw;
}
@media (min-width: 641px) {
  .customer-service {
    font-size: 0.9259259259vw;
  }
}
@media (min-width: 1081px) {
  .customer-service {
    font-size: 10px;
  }
}
.customer-service .uppercase {
  text-transform: uppercase;
}
.customer-service h2,
.customer-service h3,
.customer-service h4 {
  font-family: var(--font-regular);
  letter-spacing: -0.015em;
  line-height: 1.1;
}
.customer-service h2 {
  font-size: 3.2em;
}
@media (min-width: 641px) {
  .customer-service h2 {
    font-size: 4.8em;
  }
}
.customer-service h3 {
  font-size: 2.4em;
  margin-bottom: 1.5em;
}
.customer-service h4 {
  font-family: var(--font-regular);
  font-size: 1.6em;
  margin-bottom: 0.5em;
}
@media (min-width: 641px) {
  .customer-service h4 {
    font-size: 2.4em;
  }
}
.customer-service p {
  font-family: var(--BodyNarrow);
  font-size: 1.6em;
  letter-spacing: -0.015em;
  line-height: 1.1;
}
.customer-service p strong {
  font-family: var(--font-bold);
}
.customer-service a {
  text-decoration: underline;
}
.customer-service a:hover {
  color: #7d7d7d;
}
.customer-service ol {
  list-style-type: none;
}
.customer-service ol li {
  position: relative;
  counter-increment: i;
}
.customer-service ol li:nth-of-type(1) {
  counter-reset: i;
}
.customer-service ol li::marker {
  content: counter(i);
  position: absolute;
  left: 0;
  font-family: var(--font-bold);
  font-size: 0;
  line-height: 1.2;
  display: none;
  color: white;
}
@media (min-width: 641px) {
  .customer-service ol li::marker {
    font-size: 1.8em;
  }
}
.customer-service ol li p {
  margin-top: 0.5em;
}
.customer-service ol li p:nth-of-type(1) {
  margin: 0;
}

#dialog-container .customer-service#cs-breadcrumb, #dialog-container .customer-service#cs-footer {
  display: none;
}
#dialog-container .customer-service.ag-full-width,
#dialog-container .customer-service .ag-site-width {
  width: 100%;
  margin: 0;
}
#dialog-container .customer-service header {
  padding: 0 0 5em;
}
#dialog-container .customer-service header h2 {
  font-size: 3.5em;
}
#dialog-container .customer-service .wrapper {
  width: 100%;
}
#dialog-container .customer-service .wrapper * {
  font-size: 1em;
}
#dialog-container .customer-service .wrapper .faq h3,
#dialog-container .customer-service .wrapper .faq h4,
#dialog-container .customer-service .wrapper .faq h5,
#dialog-container .customer-service .wrapper .faq h6 {
  font-size: 1.8em;
}
#dialog-container .customer-service .wrapper .faq li {
  font-size: 1em;
  padding: 2.5em 0 !important;
}
#dialog-container .customer-service .wrapper .faq p {
  font-size: 1.6em;
}
#dialog-container .customer-service .wrapper .faq p strong,
#dialog-container .customer-service .wrapper .faq p a {
  font-size: 1em;
}
#dialog-container .customer-service .wrapper hr {
  display: none;
}

.customer-service .btns {
  display: flex;
  justify-content: center;
  justify-items: center;
  gap: 2.4em;
  flex-direction: column;
}
@media (min-width: 641px) {
  .customer-service .btns {
    gap: 4em;
    flex-direction: row;
  }
}
.customer-service .btns .btn {
  width: 18em;
  height: 3.5em;
}
.customer-service .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-bold);
  font-size: 1.6em;
  text-transform: uppercase;
  text-decoration: none;
  width: 18em;
  height: 3.5em;
  background: transparent;
  color: black;
  border: 1px solid black;
  border-radius: 9999px;
  transition-property: background, color;
  transition-duration: 300ms;
  white-space: nowrap;
}
@media (min-width: 641px) {
  .customer-service .btn {
    font-size: 1.7em;
    width: 18em;
    height: 3.5em;
    border-width: 2px;
  }
}
.customer-service .btn svg {
  margin-left: 1em;
  width: 1.3em;
  height: 1.1em;
  fill: black;
  stroke: black;
  transition-property: stroke, fill;
  transition-duration: 300ms;
  overflow: visible;
}
.customer-service .btn:hover {
  background: #000;
  color: #fff;
}
.customer-service .btn:hover svg {
  fill: #fff;
  stroke: #fff;
}
.customer-service .btn.white {
  color: black;
  border-color: black;
}
.customer-service .btn.white svg {
  fill: black;
  stroke: black;
}
.customer-service .btn.white:hover {
  background: white;
  color: black;
}
.customer-service .btn.white:hover svg {
  fill: black;
  stroke: black;
}

.customer-service header {
  text-align: left;
  padding: 4em 2.4em;
}
@media (min-width: 641px) {
  .customer-service header {
    text-align: center;
  }
}
.customer-service header h2 {
  margin: 0 auto;
}
.customer-service header p {
  margin-top: 0.75em;
}

#cs-footer {
  background: #F6F6F6;
}
#cs-footer .wrapper {
  padding: 4em;
  max-width: 1728px;
}
#cs-footer a {
  text-decoration: none;
  display: flex;
}
@media (min-width: 641px) {
  #cs-footer a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: 108em;
    align-items: center;
  }
}
#cs-footer a .btn {
  width: 18em;
  height: 3.5em;
}
#cs-footer a h2,
#cs-footer a p {
  color: black;
}
@media (min-width: 641px) {
  #cs-footer a h2,
#cs-footer a p {
    text-align: left;
  }
}
#cs-footer a h2 {
  font-size: 2.4em;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 641px) {
  #cs-footer a h2 {
    font-size: 3.2em;
    width: 18em;
    margin: unset;
  }
}
#cs-footer a p {
  margin: 1em 0 2em;
}
@media (min-width: 641px) {
  #cs-footer a p {
    margin: 1em 0 0;
  }
}

#cs-breadcrumb {
  background: #f4f4f4;
}
#cs-breadcrumb .wrapper {
  align-items: flex-start;
  padding: 0 2.4em;
}
@media (min-width: 1081px) {
  #cs-breadcrumb .wrapper {
    width: 100%;
    max-width: 164em;
  }
}
#cs-breadcrumb a {
  font-family: var(--font-regular);
  font-size: 1.8em;
  text-transform: none;
  text-decoration: none;
  padding: 0.9em 0;
}
@media (min-width: 641px) {
  #cs-breadcrumb a {
    font-size: 2em;
  }
}
#cs-breadcrumb a svg {
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.4em;
  transform: rotate(90deg);
  transition: transform 400ms ease;
}
#cs-breadcrumb a:hover {
  color: black;
}
#cs-breadcrumb a:hover svg {
  transform: rotate(90deg) translateY(0.2em);
}

.pt_customer-service #primary .customer-service .faq,
#dialog-container .customer-service .faq {
  list-style-type: none;
  width: 100%;
  margin: 0;
}
@media (min-width: 641px) {
  .pt_customer-service #primary .customer-service .faq,
#dialog-container .customer-service .faq {
    width: 80%;
  }
}
.pt_customer-service #primary .customer-service .faq li,
#dialog-container .customer-service .faq li {
  padding: 2.5em 0 !important;
  border-top: 1px solid #f4f4f4;
  cursor: pointer;
}
@media (min-width: 641px) {
  .pt_customer-service #primary .customer-service .faq li,
#dialog-container .customer-service .faq li {
    padding: 3.2em !important;
  }
}
@media (min-width: 641px) {
  .pt_customer-service #primary .customer-service .faq li p,
#dialog-container .customer-service .faq li p {
    font-size: 1.6em;
  }
}
.pt_customer-service #primary .customer-service .faq h3,
#dialog-container .customer-service .faq h3 {
  display: grid;
  grid-template-columns: 16em auto;
  font-family: var(--font-regular);
  font-size: 2em;
  margin: 0;
}
@media (min-width: 641px) {
  .pt_customer-service #primary .customer-service .faq h3,
#dialog-container .customer-service .faq h3 {
    grid-template-columns: 30em auto;
  }
}
.pt_customer-service #primary .customer-service .faq h3::after,
#dialog-container .customer-service .faq h3::after {
  content: "";
  width: 0.9em;
  height: 0.9em;
  background-image: url("../svg/icon-chevron-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
}
.pt_customer-service #primary .customer-service .faq h4,
#dialog-container .customer-service .faq h4 {
  font-weight: 500;
}
.pt_customer-service #primary .customer-service .faq p,
#dialog-container .customer-service .faq p {
  margin-top: 1em;
}
.pt_customer-service #primary .customer-service .faq p:nth-of-type(1),
#dialog-container .customer-service .faq p:nth-of-type(1) {
  margin-top: 0.5em;
}
@media (min-width: 641px) {
  .pt_customer-service #primary .customer-service .faq p:nth-of-type(1),
#dialog-container .customer-service .faq p:nth-of-type(1) {
    width: 80%;
  }
}
.pt_customer-service #primary .customer-service .faq .accordion p,
#dialog-container .customer-service .faq .accordion p {
  display: none;
}
.pt_customer-service #primary .customer-service .faq .accordion.open p,
#dialog-container .customer-service .faq .accordion.open p {
  display: block;
  line-height: 1.3;
}
.pt_customer-service #primary .customer-service .faq .accordion.open p:first-of-type,
#dialog-container .customer-service .faq .accordion.open p:first-of-type {
  margin-top: 2em;
}
.pt_customer-service #primary .customer-service .faq .accordion.open h3::after,
#dialog-container .customer-service .faq .accordion.open h3::after {
  transform: rotate(180deg);
}
@media (min-width: 641px) {
  .pt_customer-service #primary .customer-service .faq + hr:last-of-type,
#dialog-container .customer-service .faq + hr:last-of-type {
    width: 80%;
    max-width: 1728px;
  }
}

#cs-help .wrapper {
  align-items: center;
  text-align: center;
}
#cs-help h3 {
  margin: 0;
  font-size: 2.4em;
}
@media (min-width: 641px) {
  #cs-help h3 {
    font-size: 3.2em;
  }
}
#cs-help header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.5em 1.5em;
  height: 13em;
}
@media (min-width: 641px) {
  #cs-help header {
    height: 16em;
    justify-content: center;
  }
}
#cs-help header h2,
#cs-help header p {
  color: black;
}
#cs-help header h2 {
  font-size: 3.2em;
  line-height: 0.9;
}
@media (min-width: 641px) {
  #cs-help header h2 {
    font-size: 4.8em;
  }
}
#cs-help section p {
  font-size: 1.6em;
}
#cs-help section p strong {
  font-family: inherit;
}
@media (min-width: 641px) {
  #cs-help section:nth-of-type(1) {
    margin: 8em 0;
  }
}
#cs-help section:nth-of-type(1) .btn:nth-of-type(3) svg {
  height: 0.75em;
}
#cs-help section:nth-of-type(2) p {
  margin-top: 0.2em;
}
#cs-help section:nth-of-type(2) .btns {
  margin-top: 4em;
  flex-wrap: wrap;
}
@media (min-width: 641px) {
  #cs-help section:nth-of-type(2) .btns {
    margin-top: 8em;
    width: 88%;
  }
}
#cs-help section:nth-of-type(3) svg {
  width: 2.925em;
  margin: 0 0 2.5em;
  transform: scale(1);
  transition: transform 300ms ease-in-out;
}
#cs-help section:nth-of-type(3):hover svg {
  transform: scale(1.075);
}
@media (min-width: 641px) {
  #cs-help section:nth-of-type(3) h3 {
    width: 15em;
  }
}
#cs-help section:nth-of-type(3) p {
  width: 18.75em;
  margin: 1em auto;
}
#cs-help .new {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background-color: #f6f6f6;
  align-items: center;
  width: 100%;
  padding: 2.4em;
  border-radius: 1.6em;
  justify-content: space-between;
}
@media (min-width: 641px) {
  #cs-help .new {
    position: relative;
    text-align: left;
    align-items: flex-start;
    padding: 4em;
  }
  #cs-help .new .body h3 {
    padding: 1em 0 0;
    max-width: 18em;
  }
  #cs-help .new .body .btn {
    position: absolute;
    right: 4em;
    top: 50%;
    transform: translateY(-50%);
  }
}
#cs-help .new:hover {
  color: #000;
}
#cs-help .new h2 {
  font-size: 2.4em;
  font-family: var(--font-regular);
  line-height: 1;
}
@media (min-width: 641px) {
  #cs-help .new .body {
    width: 60%;
  }
}
#cs-help .new .body h3 {
  font-family: var(--BodyNarrow);
  font-size: 1.6em;
  padding: 1.5em 0;
}
#cs-help .new .body .btn {
  width: 13em;
  height: 3em;
  border-width: 2px;
  margin: 0 auto;
}
#cs-help .footer-images {
  display: none;
  width: 72%;
  margin-top: 0;
}
@media (min-width: 641px) {
  #cs-help .footer-images {
    width: 28%;
  }
}

#cs-returns h2 {
  font-size: 3.2em;
}
@media (min-width: 641px) {
  #cs-returns h2 {
    font-size: 4.8em;
  }
}
#cs-returns header .btn {
  color: #000 !important;
  background: transparent !important;
}
#cs-returns header .btn:hover {
  color: #fff !important;
  background: #000 !important;
}
@media (min-width: 641px) {
  #cs-returns .wrapper {
    width: 108em;
  }
}
#cs-returns .wrapper hr {
  display: none;
}
#cs-returns .wrapper section {
  align-items: flex-start;
}
@media (min-width: 641px) {
  #cs-returns .wrapper section {
    width: 80em;
    margin: 5em auto;
  }
}
#cs-returns .wrapper section:nth-of-type(1) ol {
  padding-left: 0;
  margin-bottom: 3.2em;
}
@media (min-width: 641px) {
  #cs-returns .wrapper section:nth-of-type(1) ol {
    margin-top: 0;
  }
}
@media (min-width: 641px) {
  #cs-returns .wrapper section:nth-of-type(1) li {
    width: 90%;
  }
}
#cs-returns .wrapper section:nth-of-type(2) ol {
  margin-top: 3.5em;
}
#cs-returns .wrapper section:nth-of-type(2) ol li {
  padding-left: 1em;
}
#cs-returns .wrapper section:nth-of-type(2) ol li::marker {
  color: black;
  font-family: var(--font-regular);
}
@media (max-width: 640px) {
  #cs-returns .wrapper section:nth-of-type(2) ol li::marker {
    font-size: 1.6em;
  }
}
@media (min-width: 641px) {
  #cs-returns .wrapper section:nth-of-type(2) h3 br {
    display: none;
  }
}
#cs-returns .wrapper section:nth-of-type(3) h3 {
  font-size: 3.2em;
  text-align: center;
  margin-bottom: 0.5em;
}
@media (min-width: 641px) {
  #cs-returns .wrapper section:nth-of-type(3) h3 {
    font-size: 4em;
    text-align: left;
  }
}
@media (max-width: 640px) {
  #cs-returns .wrapper section:nth-of-type(3) .btn {
    margin: 0 auto;
  }
}

#cs-youraccount section {
  align-items: flex-start;
}
@media (min-width: 641px) {
  #cs-youraccount section {
    padding: 0 14em;
  }
}
#cs-youraccount h3 {
  margin-bottom: 0.7em;
}
@media (min-width: 641px) {
  #cs-youraccount h3 {
    margin-bottom: 0.4em;
  }
}
#cs-youraccount p {
  margin-bottom: 1em;
}

#cs-contact header h2 {
  text-transform: none;
}
#cs-contact h3 {
  font-size: 2.4em !important;
  margin: 0;
}
#cs-contact p {
  line-height: 1.3;
}
#cs-contact p strong {
  display: block;
  margin: 0.5em 0;
}
#cs-contact p a[href^=tel] {
  font-family: inherit;
  text-decoration: none;
  color: inherit;
}
#cs-contact .blocks {
  display: block !important;
  max-width: calc(526px + 4em);
  width: 100%;
}
#cs-contact .blocks .block {
  padding: 4em 2.4em;
}
@media (min-width: 641px) {
  #cs-contact .blocks .block {
    padding: 4em;
  }
}
#cs-contact .blocks .block:last-of-type p {
  margin: 0.5em 0;
}
#cs-contact .blocks .block button {
  font-family: var(--font-bold);
  font-size: 1.6em;
  text-transform: uppercase;
  height: unset;
  padding: none;
  border: none;
  background: none;
}
#cs-contact .blocks .block button.offline {
  color: #f4f4f4;
}
#cs-contact .blocks .block button svg {
  transform: rotate(-90deg);
  width: 0.7em;
  height: 0.7em;
  margin-left: 0.5em;
}

#primary h1 {
  display: none;
}
#primary h1 + p {
  display: none;
}
#primary .login-box {
  all: unset;
}
#primary .login-box > h2 {
  display: none;
}

@media (min-width: 641px) {
  #cs-orderstatus header h2 {
    font-size: 3.2em;
    max-width: 18em;
  }
}
#cs-orderstatus section {
  align-items: flex-start;
  margin-top: 0;
}
@media (min-width: 641px) {
  #cs-orderstatus section {
    align-items: center;
  }
}
#cs-orderstatus section form label {
  font-family: var(--font-regular);
  font-size: 1.6em;
  margin: 0 0 0.6em;
  color: black !important;
}
#cs-orderstatus section form label .error-message {
  display: block;
  font-size: 0.8em;
  text-transform: none;
  margin-top: 0.4em;
  color: #ef3333 !important;
}
@media (min-width: 641px) {
  #cs-orderstatus section form label .error-message {
    font-size: 0.6em;
  }
}
#cs-orderstatus section form input {
  font-size: 1.8em;
  line-height: 1;
  padding: 0.5em;
  width: 100%;
  height: unset;
  border: 1px solid;
  border-radius: 0.33em;
}
#cs-orderstatus section form .form-row {
  all: unset;
  display: flex;
  flex-direction: column;
  margin-bottom: 3em;
}
#cs-orderstatus section form .form-row:last-of-type {
  margin: 0;
}
@media (min-width: 641px) {
  #cs-orderstatus section .login-box-content {
    width: 52em;
  }
}
#cs-orderstatus section .error-form {
  font-size: 1.6em;
  line-height: 1.2;
  margin-bottom: 1.5em;
  padding-left: 3em;
  background-size: 2em;
  background-position: left center;
  color: red;
}

#cs-payments-promos h4 {
  text-transform: none;
}

@media (max-width: 640px) {
  html[lang=nl-NL] .customer-service header h2, html[lang=nl-BE] .customer-service header h2 {
    font-size: 3.5em;
  }
}
@media (max-width: 640px) {
  html[lang=nl-NL] #cs-help header p, html[lang=nl-BE] #cs-help header p {
    padding: 0 2em;
  }
}
@media (max-width: 640px) {
  html[lang=nl-NL] #cs-help h3, html[lang=nl-BE] #cs-help h3 {
    font-size: 3.5em;
  }
}
html[lang=nl-NL] #cs-returns section:nth-of-type(3) .btn, html[lang=nl-BE] #cs-returns section:nth-of-type(3) .btn {
  text-align: center;
  white-space: normal;
}
@media (min-width: 641px) {
  html[lang=nl-NL] #cs-returns section:nth-of-type(3) .btn, html[lang=nl-BE] #cs-returns section:nth-of-type(3) .btn {
    width: 28.2352941176em;
  }
}

/*# sourceMappingURL=main.css.map */
