#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: #fffcf5;
}
.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 {
  padding-left: 1.5em;
  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 2.4em;
}
@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: gira-sans, Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 0.9;
}
.customer-service h2 {
  font-size: 4em;
  font-weight: 800;
}
@media (min-width: 641px) {
  .customer-service h2 {
    font-size: 5.6em;
  }
}
.customer-service .deco-line::after {
  width: 4em;
  height: 0.09em;
  margin: 0.85em auto;
}
@media (min-width: 641px) {
  .customer-service .deco-line::after {
    margin: 0.85em auto;
  }
}
.customer-service h3 {
  font-size: 2.4em;
  margin-bottom: 1.5em;
  font-weight: bold;
  letter-spacing: -0.015em;
  line-height: 1.1;
}
@media (min-width: 641px) {
  .customer-service h3 {
    font-size: 4em;
    margin-bottom: 1em;
  }
}
.customer-service h4 {
  font-family: gira-sans, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 0.5em;
}
@media (min-width: 641px) {
  .customer-service h4 {
    font-size: 1.8em;
  }
}
.customer-service p {
  font-family: gira-sans, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6em;
  line-height: 1.1;
}
.customer-service p strong {
  font-weight: bold;
}
.customer-service a {
  text-decoration: underline;
  font-weight: bold;
}
.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: gira-sans, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.6em;
  line-height: 1.2;
}
@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;
}

.customer-service .btns {
  display: grid;
  justify-content: center;
  grid-template-columns: 1;
  gap: 2.4em;
  width: 100%;
}
@media (min-width: 641px) {
  .customer-service .btns {
    grid-template-columns: repeat(4, 19em);
    gap: 4em;
  }
  .customer-service .btns .btn {
    grid-column: span 2;
  }
  .customer-service .btns .btn:nth-last-child(1):nth-child(odd) {
    grid-column: 2/span 2;
  }
}
.customer-service .btns.top-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3em;
}
@media (min-width: 641px) {
  .customer-service .btns.top-btns {
    flex-direction: row;
    gap: 8em;
  }
}
@media (min-width: 641px) {
  .customer-service .btns.top-btns .btn {
    width: 28.85em;
    padding: 0 1em;
  }
}
.customer-service .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: gira-sans, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.8em;
  text-decoration: none;
  width: 21.1111111111em;
  height: 3.5555555556em;
  background: transparent;
  color: #373836;
  font-weight: 600;
  border: 1px solid #373836;
  border-radius: 8px;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
}
@media (min-width: 641px) {
  .customer-service .btn {
    width: 23.3333333333em;
    height: 4.4444444444em;
    border-width: 2px;
  }
}
.customer-service .btn svg {
  margin-left: 1em;
  width: 1.3em;
  height: 1.1em;
  fill: #373836;
  stroke: #373836;
  transition-property: stroke, fill;
  transition-duration: 150ms;
  overflow: visible;
}
@media (min-width: 641px) {
  .customer-service .btn:hover {
    fill: white;
    stroke: white;
  }
}
.customer-service .btn.white {
  color: white;
  border-color: white;
}
.customer-service .btn.white svg {
  fill: white;
  stroke: white;
}
.customer-service .btn.white:hover {
  background: white;
  color: #373836;
}
.customer-service .btn.white:hover svg {
  fill: #373836;
  stroke: #373836;
}
.customer-service .lp-cta-primary svg {
  fill: #f5f2eb;
  stroke: #f5f2eb;
}
.customer-service .lp-cta-secondary svg {
  fill: #373836;
  stroke: #373836;
}
.customer-service .lp-cta-secondary:hover svg {
  fill: #f5f2eb;
  stroke: #f5f2eb;
}

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

#cs-footer {
  background: #373836;
}
#cs-footer .wrapper {
  text-align: center;
  height: 34.7em;
  padding: 0 2.4em;
}
@media (min-width: 641px) {
  #cs-footer .wrapper {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    height: 26.7em;
    width: 100%;
    max-width: 136em;
    padding: 0 3em;
  }
}
#cs-footer h2,
#cs-footer p {
  color: #f5f2eb;
}
#cs-footer h2 {
  font-size: 3.8em;
  font-weight: 800;
  line-height: 1;
}
@media (min-width: 641px) {
  #cs-footer h2 {
    font-size: 5.2em;
    width: 12em;
  }
}
#cs-footer p {
  margin: 1em 0 2em;
}
@media (min-width: 641px) {
  #cs-footer p {
    margin: 1em 0 0;
  }
}

#cs-breadcrumb {
  background: #fffcf5;
  z-index: 2;
}
#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: gira-sans, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.8em;
  text-decoration: none;
  padding: 0.9em 0;
}
@media (min-width: 641px) {
  #cs-breadcrumb a {
    font-size: 2.4em;
  }
}
#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 svg {
  transform: rotate(90deg) translateY(0.2em);
}

.pt_customer-service .customer-service .faq {
  list-style-type: none;
  width: 100%;
  margin: 0 0 5em 0;
}
.pt_customer-service .customer-service .faq li {
  padding: 2.5em 0 !important;
  border-top: 1px solid #fffcf5;
  cursor: pointer;
}
@media (min-width: 641px) {
  .pt_customer-service .customer-service .faq li {
    padding: 4.5em 14em !important;
  }
}
.pt_customer-service .customer-service .faq h3 {
  display: grid;
  grid-template-columns: 19em auto;
  font-family: gira-sans, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6em;
  margin: 0;
}
@media (min-width: 641px) {
  .pt_customer-service .customer-service .faq h3 {
    font-size: 2.4em;
    grid-template-columns: 28em auto;
  }
}
.pt_customer-service .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 .customer-service .faq p {
  margin-top: 1em;
}
.pt_customer-service .customer-service .faq p:nth-of-type(1) {
  margin-top: 0.5em;
}
.pt_customer-service .customer-service .faq .accordion p {
  display: none;
}
.pt_customer-service .customer-service .faq .accordion.open p {
  display: block;
}
.pt_customer-service .customer-service .faq .accordion.open h3::after {
  transform: rotate(180deg);
}

#cs-help {
  background-color: #f5f2eb;
}
#cs-help .wrapper {
  align-items: center;
  text-align: center;
}
#cs-help h3 {
  margin: 0;
  font-size: 3.8em;
  font-weight: bold;
}
@media (min-width: 641px) {
  #cs-help h3 {
    font-size: 5.6em;
  }
}
#cs-help header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 1;
  background-color: #fffcf5;
  padding: 2.37em 0em;
}
@media (min-width: 641px) {
  #cs-help header {
    height: 18em;
    display: flex;
    margin: 0 auto;
    justify-content: center;
  }
}
#cs-help header h2,
#cs-help header p {
  font-weight: 600;
}
#cs-help header h2 {
  font-size: 4em;
  font-weight: 800;
}
@media (min-width: 641px) {
  #cs-help header h2 {
    font-size: 4.3vw;
    margin: 0;
  }
}
@media (min-width: 1921px) {
  #cs-help header h2 {
    font-size: 8em;
  }
}
#cs-help header .deco-line::after {
  margin: 0.45em auto;
  width: 2.6em;
}
@media (min-width: 641px) {
  #cs-help header .deco-line::after {
    margin-left: 0;
  }
}
#cs-help header p {
  font-family: gira-sans, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.4em;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 641px) {
  #cs-help header p {
    font-size: 2.2vw;
    text-align: left;
  }
}
@media (min-width: 1921px) {
  #cs-help header p {
    font-size: 4.8em;
  }
}
#cs-help section p {
  font-size: 1.6em;
}
@media (min-width: 641px) {
  #cs-help section p {
    font-size: 2.4em;
  }
}
@media (min-width: 641px) {
  #cs-help section:nth-of-type(1) {
    margin: 8em 0;
  }
}
#cs-help section:nth-of-type(2) {
  margin-top: 0;
}
#cs-help section:nth-of-type(2) p {
  margin-top: 0.7em;
  font-weight: bold;
}
#cs-help section:nth-of-type(2) p:after {
  width: 4.5em;
  height: 0.15em;
  margin: 1.5em auto;
}
@media (min-width: 641px) {
  #cs-help section:nth-of-type(2) .btns {
    margin-top: 3em;
  }
}
#cs-help section:nth-of-type(3) svg {
  width: 2.925em;
  margin: 0em;
  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 section .icon-shoe {
  width: 2.7em;
  margin: 0 auto 1.6em auto;
}
#cs-help .refund {
  background: #fffcf5;
  border-radius: 0.75em;
  margin-bottom: 0em;
  padding: 2.5em 0 4em;
}
#cs-help .refund h3 {
  font-size: 2em;
}
#cs-help .refund h3.deco-line::after {
  width: 3em;
  height: 0.04em;
  margin: 0.65em auto;
}
#cs-help .refund p {
  font-size: 1.16em;
  font-weight: 400 !important;
  line-height: 1.3em;
  color: #373836;
  margin: 0.7em 0 2.2em;
}
#cs-help .refund .btn {
  width: 16.111111em;
  height: 3.5555555556em;
  font-size: 1.2em;
  padding: 0 1em;
}
@media (min-width: 641px) {
  #cs-help .refund {
    border-radius: 1em;
    padding: 3.225em 1em;
    width: 107.8em;
  }
  #cs-help .refund h3.deco-line::after {
    width: 2.5em;
    height: 0.055em;
    margin: 0.65em auto 0.5em;
  }
  #cs-help .refund h3 {
    font-size: 4em;
  }
  #cs-help .refund p {
    font-size: 2.5em;
    margin: 0.7em 0 1.7em;
  }
  #cs-help .refund .btn {
    font-size: 2em;
    width: 15.3em;
    height: 3.35em;
  }
}

#cs-returns section {
  align-items: flex-start;
}
@media (min-width: 641px) {
  #cs-returns section {
    width: 80em;
    margin-left: auto;
    margin-right: auto;
  }
}
#cs-returns section:nth-of-type(1) ol {
  margin-bottom: 3.2em;
}
@media (min-width: 641px) {
  #cs-returns section:nth-of-type(1) {
    margin-top: 0;
  }
}
#cs-returns section:nth-of-type(2) ol {
  margin-top: 3.5em;
}
#cs-returns section:nth-of-type(3) h3 {
  font-size: 3.2em;
  text-align: center;
  margin-bottom: 0.5em;
}
@media (min-width: 641px) {
  #cs-returns section:nth-of-type(3) h3 {
    font-size: 4.8em;
    text-align: left;
  }
}

#cs-youraccount section {
  align-items: flex-start;
}
#cs-youraccount section:first-of-type {
  margin-top: 0;
}
@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;
}

@media (min-width: 641px) {
  #cs-contact h2 {
    font-size: 8em;
  }
}
#cs-contact h3 {
  font-size: 3.2em;
  margin: 0;
}
@media (min-width: 641px) {
  #cs-contact h3 {
    font-size: 5.6em;
  }
}
#cs-contact p {
  width: 14.5em;
}
@media (min-width: 641px) {
  #cs-contact p {
    width: 100%;
  }
}
#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 {
  width: 100%;
}
@media (min-width: 641px) {
  #cs-contact .blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7em;
    padding: 8em 14em;
    border-top: 1px solid #fffcf5;
  }
}
#cs-contact .blocks .block {
  padding: 4.5em 0;
  border-top: 1px solid #fffcf5;
}
@media (min-width: 641px) {
  #cs-contact .blocks .block {
    padding: 0;
    border: none;
  }
}
#cs-contact .blocks .block:last-of-type p {
  margin: 0.5em 0;
}
#cs-contact .blocks .block button {
  font-family: gira-sans, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  height: unset;
  padding: none;
  border: none;
  background: none;
  margin-top: 1em;
}
#cs-contact .blocks .block button.offline {
  color: #fffcf5;
}
#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;
}

#cs-orderstatus header h2 {
  font-weight: 800;
  font-size: 4em;
}
@media (min-width: 641px) {
  #cs-orderstatus header h2 {
    font-size: 6em;
    max-width: 13em;
  }
}
#cs-orderstatus header p {
  margin-top: 1em;
}
@media (min-width: 641px) {
  #cs-orderstatus header p {
    font-weight: normal;
  }
}
#cs-orderstatus header .deco-line {
  width: 19.5em;
  font-weight: bold;
}
@media (min-width: 641px) {
  #cs-orderstatus header .deco-line {
    margin: 1.55em auto;
    width: auto;
  }
}
#cs-orderstatus header .deco-line::after {
  margin: 2.55em 0 0 0;
  height: 0.09em;
  width: 6.2em;
}
@media (min-width: 641px) {
  #cs-orderstatus header .deco-line::after {
    margin-inline: auto;
    width: 8em;
    margin-top: 1.9em;
    height: 0.2em;
  }
}
#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: gira-sans, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6em;
  text-transform: uppercase;
  margin: 0 0 0.6em;
  color: black !important;
}
@media (min-width: 641px) {
  #cs-orderstatus section form label {
    font-size: 2.4em;
    margin: 0 0 0.4em;
  }
}
#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-color: #7d7d7d !important;
  background-color: inherit;
}
#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;
}

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