@font-face {
  font-family: MontblancType;
  src: url("../fonts/MontblancType-Regular.woff") format("woff");
}

@font-face {
  font-family: MontblancType;
  src: url("../fonts/MontblancType-Bold.woff") format("woff");
  font-weight: 700;
}

.main-footer__wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

@media (min-width: 1025px) {
  .main-footer__wrapper {
    flex-direction: row;
    margin: 3.75rem 3.75rem 0;
  }
}

.main-footer__back-to-top {
  z-index: 1;
  cursor: pointer;
  background: #fff;
  border: thin solid #000;
  border-radius: 10rem;
  width: 2.75rem;
  height: 2.75rem;
  position: absolute;
  bottom: 1.88rem;
  right: 1.25rem;
}

.main-footer__back-to-top:hover {
  background: #000;
}

.main-footer__back-to-top:hover .icon {
  filter: invert();
}

@media (min-width: 768px) {
  .main-footer__back-to-top {
    bottom: 3.75rem;
    right: 3.75rem;
  }
}

@media (min-width: 1025px) {
  .main-footer__back-to-top {
    right: 0;
  }
}

.main-footer__back-to-top .back-to-top-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: inline-flex;
}

.main-footer__back-to-top .back-to-top-container .icon-arrow-up-white {
  display: none;
}

.main-footer__components-wrapper {
  order: 1;
  padding: 1.88rem 1.25rem;
}

@media (min-width: 768px) {
  .main-footer__components-wrapper {
    padding: 1.88rem 3.75rem;
  }
}

@media (min-width: 1025px) {
  .main-footer__components-wrapper {
    border-right: thin solid #000;
    width: 50%;
    padding: 0 3.75rem 3.75rem 0;
  }
}

.main-footer__links-1, .main-footer__links-2, .main-footer__payment-methods, .main-footer__social-media {
  padding: 0 1.25rem;
}

@media (min-width: 768px) {
  .main-footer__links-1, .main-footer__links-2, .main-footer__payment-methods, .main-footer__social-media {
    padding: 0 3.75rem;
  }
}

.main-footer__links-1 .footer-accordion-body, .main-footer__links-2 .footer-accordion-body, .main-footer__payment-methods .footer-accordion-body, .main-footer__social-media .footer-accordion-body {
  margin-bottom: .5625rem;
  display: none;
}

@media (min-width: 1025px) {
  .main-footer__links-1 .footer-accordion-body, .main-footer__links-2 .footer-accordion-body, .main-footer__payment-methods .footer-accordion-body, .main-footer__social-media .footer-accordion-body {
    display: block !important;
  }
}

.main-footer__links-1 .footer-accordion-body a, .main-footer__links-2 .footer-accordion-body a, .main-footer__payment-methods .footer-accordion-body a, .main-footer__social-media .footer-accordion-body a {
  color: #000;
}

.main-footer__links-1 .footer-accordion-header, .main-footer__links-2 .footer-accordion-header, .main-footer__payment-methods .footer-accordion-header, .main-footer__social-media .footer-accordion-header {
  cursor: pointer;
  letter-spacing: .09375rem;
  text-transform: uppercase;
  color: #000;
  padding: .94rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  position: relative;
}

.main-footer__links-1 .footer-accordion-header:after, .main-footer__links-2 .footer-accordion-header:after, .main-footer__payment-methods .footer-accordion-header:after, .main-footer__social-media .footer-accordion-header:after {
  content: "";
  background-image: url("../../../images/icons/chevron-up.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: .6875rem .375rem;
  width: 1rem;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.main-footer__links-1 .footer-accordion-header.accordion-open:after, .main-footer__links-2 .footer-accordion-header.accordion-open:after, .main-footer__payment-methods .footer-accordion-header.accordion-open:after, .main-footer__social-media .footer-accordion-header.accordion-open:after {
  transform: rotate(180deg);
}

@media (min-width: 1025px) {
  .main-footer__links-1 .footer-accordion-header, .main-footer__links-2 .footer-accordion-header, .main-footer__payment-methods .footer-accordion-header, .main-footer__social-media .footer-accordion-header {
    cursor: default;
    padding: 0;
  }

  .main-footer__links-1 .footer-accordion-header:after, .main-footer__links-2 .footer-accordion-header:after, .main-footer__payment-methods .footer-accordion-header:after, .main-footer__social-media .footer-accordion-header:after {
    content: "";
    background-image: none;
  }
}

.main-footer__links-1 .footer-accordion-header a, .main-footer__links-2 .footer-accordion-header a, .main-footer__payment-methods .footer-accordion-header a, .main-footer__social-media .footer-accordion-header a {
  color: #000;
}

@media (min-width: 1025px) {
  .main-footer__links-1 .footer-accordion-body, .main-footer__links-2 .footer-accordion-body {
    flex-direction: column;
    gap: .56rem;
    margin: 0;
    display: flex !important;
  }
}

.main-footer__links-1 .footer-accordion-body a, .main-footer__links-2 .footer-accordion-body a {
  color: #000;
  text-underline-offset: .313rem;
  will-change: text-underline-offset, text-decoration;
  padding: .75rem 0;
  -webkit-text-decoration: underline rgba(0, 0, 0, 0);
  text-decoration: underline rgba(0, 0, 0, 0);
  transition: text-underline-offset .32s ease-in-out, -webkit-text-decoration .32s ease-in-out, text-decoration .32s ease-in-out;
  display: inline-flex;
}

.main-footer__links-1 .footer-accordion-body a:hover, .main-footer__links-2 .footer-accordion-body a:hover {
  text-decoration-color: #000;
}

@media (min-width: 1025px) {
  .main-footer__links-1 .footer-accordion-body a, .main-footer__links-2 .footer-accordion-body a {
    padding: 0;
  }

  .main-footer__links-1 > div, .main-footer__links-2 > div {
    flex-direction: column;
    gap: .56rem;
    display: flex;
  }
}

.main-footer__payment-methods {
  order: 5;
}

@media (min-width: 1025px) {
  .main-footer__payment-methods {
    flex-direction: column;
    gap: 1.3rem;
    width: 25%;
    padding: 0 0 0 1.25rem;
    display: flex;
    position: absolute;
    bottom: 20rem;
    right: 0;
  }
}

.main-footer__payment-methods-list a {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-footer__payment-methods-list a .icon {
  min-width: 2rem;
  height: 1.88rem;
}

.main-footer__payment-methods-list > div {
  margin-right: 1rem;
  display: inline-flex;
}

@media (min-width: 1025px) {
  .main-footer__payment-methods-list > div {
    margin-right: .62rem;
  }
}

.main-footer__payment-methods .footer-accordion-header {
  margin: 0;
}

@media (min-width: 1025px) {
  .main-footer__payment-methods .footer-accordion-header {
    padding: 0;
  }
}

.main-footer__payment-methods .footer-accordion-body {
  margin: 1.5rem 0;
}

@media (min-width: 1025px) {
  .main-footer__payment-methods .footer-accordion-body {
    margin: 0;
  }
}

.main-footer__payment-methods .footer-accordion-body a {
  color: #000;
}

.main-footer__social-media {
  order: 6;
}

@media (min-width: 1025px) {
  .main-footer__social-media {
    flex-direction: column;
    gap: .88rem;
    width: 25%;
    padding: 0 0 0 1.25rem;
    display: flex;
    position: absolute;
    bottom: 13rem;
    right: 0;
  }

  .main-footer__social-media-list {
    display: flex;
  }
}

.main-footer__social-media-list a {
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-footer__social-media-list a .icon {
  width: 1.5rem;
  height: 1.5rem;
}

@media (min-width: 1025px) {
  .main-footer__social-media-list a .icon {
    width: 1rem;
    height: 1rem;
  }
}

.main-footer__social-media-list > div {
  margin-right: 1.5rem;
  display: inline-flex;
}

@media (min-width: 1025px) {
  .main-footer__social-media-list > div {
    margin-right: 1rem;
  }
}

.main-footer__social-media .footer-accordion-header {
  margin: 0;
}

@media (min-width: 1025px) {
  .main-footer__social-media .footer-accordion-header {
    padding: 0;
  }
}

.main-footer__social-media .footer-accordion-body {
  margin: 1.5rem 0;
}

@media (min-width: 1025px) {
  .main-footer__social-media .footer-accordion-body {
    margin: 0;
  }
}

.main-footer__social-media .footer-accordion-body a {
  color: #000;
}

.main-footer__links-1 {
  order: 3;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .main-footer__links-1 {
    padding-top: 3rem;
  }
}

@media (min-width: 1025px) {
  .main-footer__links-1 {
    border-right: thin solid #000;
    flex-direction: column;
    gap: 3.12rem;
    width: 25%;
    padding: 0 1.25rem;
    display: flex;
  }
}

.main-footer__links-2 {
  order: 4;
}

@media (min-width: 1025px) {
  .main-footer__links-2 {
    padding-bottom: 28rem;
    flex-direction: column;
    gap: 3.12rem;
    width: 25%;
    padding-inline: 1.25rem;
    display: flex;
  }
}

.main-footer__logo-wrapper {
  border-bottom: thin solid #000;
  order: 2;
  padding: 1.88rem 1.25rem;
}

@media (min-width: 768px) {
  .main-footer__logo-wrapper {
    padding: 1.88rem 3.75rem 3.75rem;
  }
}

@media (min-width: 1025px) {
  .main-footer__logo-wrapper {
    border: none;
    padding: 0;
    position: absolute;
    bottom: 3.75rem;
    left: 0;
  }
}

.main-footer__logo-wrapper > div {
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
}

.main-footer__copyright-wrapper {
  color: #000;
  order: 8;
  padding: .94rem 1.25rem 1.88rem;
}

@media (min-width: 768px) {
  .main-footer__copyright-wrapper {
    padding: .94rem 3.75rem 3.75rem;
  }
}

@media (min-width: 1025px) {
  .main-footer__copyright-wrapper {
    padding: 0;
    width: 25%;
    margin: 0;
    padding-left: 1.25rem;
    position: absolute;
    bottom: 3.75rem;
    right: 0;
  }
}

.main-footer__country-selector {
  color: #000;
  order: 7;
  margin: .94rem 0;
  padding: 1.88rem 1.25rem;
}

@media (min-width: 768px) {
  .main-footer__country-selector {
    padding: 1.88rem 3.75rem;
  }
}

@media (min-width: 1025px) {
  .main-footer__country-selector {
    width: 25%;
    margin: 0;
    padding: 0 0 0 1.25rem;
    position: absolute;
    bottom: 8rem;
    right: 0;
  }
}

.footer-wrapper-row {
  margin: .9375rem;
}

@media (min-width: 768px) {
  .footer-wrapper-row {
    margin: 3.75rem;
  }
}

@media (min-width: 1025px) {
  .footer-wrapper-row {
    margin-bottom: 0;
  }
}

.footer-wrapper-row .hidden-in-mtb {
  display: none;
}

.footer-wrapper-row .logo-region {
  grid-area: logo-region;
  justify-content: center;
  align-items: flex-start;
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 0;
  display: flex;
}

@media (min-width: 768px) {
  .footer-wrapper-row .logo-region {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 1025px) {
  .footer-wrapper-row .logo-region {
    width: 3.9375rem;
    height: 3.9375rem;
    margin-bottom: 0;
  }
}

.footer-wrapper-row .social-media-icons-wrapper__list, .footer-wrapper-row .payment-methods-icons-wrapper__list {
  gap: 1.25rem;
  display: flex;
}

.footer-wrapper-row .payment-methods-icons-wrapper__list .icon {
  width: 2.25rem;
  height: 1.875rem;
}

.footer-wrapper-row .footer-wrapper__tiles {
  grid-gap: 1.875rem;
  grid-template-columns: 100%;
  grid-template-areas: "newsletter-region"
                       "logo-region"
                       "footer-region1"
                       "footer-region2"
                       "payment-method-region"
                       "social-media-region"
                       "country-selector-region"
                       "copyright-region";
  display: grid;
  position: relative;
}

@media (min-width: 1025px) {
  .footer-wrapper-row .footer-wrapper__tiles {
    grid-gap: 3.125rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "newsletter-region footer-region1 footer-region2"
                         "newsletter-region footer-region1 footer-region2"
                         "newsletter-region footer-region1 footer-region2"
                         "empty empty payment-method-region"
                         "empty empty social-media-region"
                         "empty empty country-selector-region"
                         "logo-region logo-region copyright-region";
  }
}

.footer-wrapper-row .footer-region-wrapper__list {
  flex-direction: column;
  gap: 1.25rem;
  display: flex;
}

@media (min-width: 1025px) {
  .footer-wrapper-row .footer-region-wrapper__list {
    gap: 3.125rem;
  }
}

.footer-wrapper-row .newsletter-region {
  grid-area: newsletter-region;
}

@media (min-width: 1025px) {
  .footer-wrapper-row .newsletter-region {
    min-width: 40rem;
  }
}

.footer-wrapper-row .social-media-region {
  grid-area: social-media-region;
  margin-bottom: -.625rem;
}

@media (min-width: 1025px) {
  .footer-wrapper-row .social-media-region {
    margin-bottom: 0;
  }
}

.footer-wrapper-row .footer-region1 {
  border-top: 1px solid #000;
  grid-area: footer-region1;
  padding-top: 1.875rem;
  position: relative;
}

.footer-wrapper-row .footer-region1:after {
  content: "";
  background: #000;
  width: 1.25rem;
  height: 1px;
  position: absolute;
  top: -1px;
  left: -1.25rem;
}

.footer-wrapper-row .footer-region1:before {
  content: "";
  background: #000;
  width: 1.25rem;
  height: 1px;
  position: absolute;
  top: -1px;
  right: -1.25rem;
}

@media (min-width: 768px) {
  .footer-wrapper-row .footer-region1 {
    padding-top: 3.75rem;
  }

  .footer-wrapper-row .footer-region1:before {
    width: 3.75rem;
    right: -3.75rem;
  }

  .footer-wrapper-row .footer-region1:after {
    width: 3.75rem;
    left: -3.75rem;
  }
}

@media (min-width: 1025px) {
  .footer-wrapper-row .footer-region1 {
    border-top: none;
    padding-top: 0;
  }

  .footer-wrapper-row .footer-region1:before, .footer-wrapper-row .footer-region1:after {
    content: "";
    width: unset;
    height: unset;
  }
}

.footer-wrapper-row .footer-region2 {
  grid-area: footer-region2;
}

.footer-wrapper-row .payment-method-region {
  grid-area: payment-method-region;
  margin-bottom: -.625rem;
}

@media (min-width: 1025px) {
  .footer-wrapper-row .payment-method-region {
    margin-bottom: 0;
  }
}

.footer-wrapper-row .country-selector-region {
  grid-area: country-selector-region;
}

.footer-wrapper-row .copyright-region {
  grid-area: copyright-region;
}

.footer-wrapper-row .backtotop-region {
  grid-area: backtotop-region;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 1025px) {
  .footer-wrapper-row .backtotop-region {
    bottom: 1.25rem;
  }
}

.footer-wrapper-row .empty {
  grid-area: empty;
}

.footer-wrapper-row .back-to-top-container {
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: .625rem;
  display: flex;
}

.footer-wrapper-row .back-to-top-container .icon-arrow-up-white {
  display: none;
}

.footer-wrapper-row .back-to-top-container:hover {
  cursor: pointer;
  background: #000;
}

.footer-wrapper-row .back-to-top-container:hover .icon-arrow-up-white {
  display: block;
}

.footer-wrapper-row .back-to-top-container:hover .icon-arrow-up {
  display: none;
}

.footer-wrapper-row .footer-region1 .experience-commerce_assets-footerLinks:last-child, .footer-wrapper-row .footer-region2 .experience-commerce_assets-footerLinks:last-child {
  margin-bottom: -.625rem;
}

@media (min-width: 1025px) {
  .footer-wrapper-row .footer-region1 .experience-commerce_assets-footerLinks:last-child, .footer-wrapper-row .footer-region2 .experience-commerce_assets-footerLinks:last-child {
    margin-bottom: 0;
  }

  .footer-wrapper-row .footer-region1, .footer-wrapper-row .footer-region2 {
    border-left: 1px solid #000;
    padding-left: 1.25rem;
    position: relative;
  }

  .footer-wrapper-row .footer-region1:after, .footer-wrapper-row .footer-region2:after {
    content: "";
    border-left: 1px solid #000;
    height: 90%;
    position: absolute;
    top: 100%;
    left: -1px;
  }

  .footer-wrapper-row .payment-method-region, .footer-wrapper-row .social-media-region, .footer-wrapper-row .country-selector-region, .footer-wrapper-row .copyright-region {
    padding-left: 1.25rem;
  }
}


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