.footer__wrapper {
  background: #141414;
  color: #fff;
  padding: 40px 0 0;
}

.footer .main-content-wrapper {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer .contact-menu {
  background: #141414;
  color: #dbdbdb;
  padding: 30px 30px;
  position: relative;
}

.footer .contact-menu .option:not(:first-of-type) {
  margin-top: 40px;
}

.footer .link-wrapper {
  font-family: "Genesis Head Regular", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
}

.footer .label {
  font-family: "Genesis Head Regular", sans-serif;
  color: #cd9a81;
  margin-bottom: 10px;
  font-size: 11px;
  letter-spacing: 1px;
}

.footer .link {
  padding: 2px 0;
  position: relative;
  display: inline-block;
  color: currentColor;
}

.footer .link:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
  opacity: 0.6;
  background: currentColor;
}

.footer .social-contact .content-wrapper {
  padding: 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .social-contact .social-media-links {
  padding-left: 24px;
  position: relative;
  width: 50%;
}

.footer .social-contact .social-media-links:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: currentColor;
  opacity: 0.1;
}

.footer .social-contact .social-media-links .label {
  margin-left: 10px;
}

.footer .social-contact .social-media-links .link-wrapper:nth-child(n+2) {
  margin-left: 10px;
}

.footer .social-contact .social-media-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer .social-contact .social-link {
  color: #cd9a81;
  width: 30px;
  height: 30px;
  margin-top: -5px;
  display: inline-block;
}

.footer .social-contact .icon {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.footer .social-contact .icon svg {
  height: 100%;
  width: 100%;
  display: block;
  fill: currentColor;
}

.footer .shopping-tools {
  font-family: "Genesis Head Regular", sans-serif;
  font-size: 11px;
  line-height: 2;
  letter-spacing: 1px;
  position: relative;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.footer .shopping-tools:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0.1;
  background: currentColor;
}

.footer .shopping-tools .toggle-panel {
  display: none;
  overflow: hidden;
  position: relative;
}

.footer .shopping-tools .toggle-panel.is-active {
  display: block;
}

.footer .shopping-tools .carousel-button {
  position: relative;
  padding: 30px 30px;
  width: 100%;
  color: #fff;
}

.footer .shopping-tools .carousel-button .icon {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  color: currentColor;
}

.footer .shopping-tools .carousel-button .icon:after,
.footer .shopping-tools .carousel-button .icon:before {
  content: "";
  height: 1px;
  width: 50%;
  background-color: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25%;
  margin-top: -1px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.footer .shopping-tools .carousel-button .icon:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.footer .shopping-tools .carousel-button.is-active .icon:after,
.footer .shopping-tools .carousel-button.is-active .icon:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer .shopping-tools .shopping-tools-list {
  position: relative;
}

.footer .shopping-tools .shopping-tools-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0.1;
  background: currentColor;
}

.footer .shopping-tools .tool-label {
  color: #cd9a81;
  padding: 30px 30px 0;
  line-height: 1.6;
}

.footer .shopping-tools .tool {
  padding: 24px 30px;
  position: relative;
}

.footer .shopping-tools .tool:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0.1;
  background: currentColor;
}

.footer .shopping-tools .tool a {
  color: currentColor;
  display: inline-block;
}

.footer .navigation-list {
  position: relative;
}

.footer .secondary-navigation {
  background: #f9f9f9;
  color: #6f6f6f;
  position: relative;
}

.footer .secondary-navigation:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #6f6f6f;
  opacity: .3;
  content: "";
}

.footer .secondary-navigation-link {
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  text-indent: 1px;
  display: block;
  text-align: center;
  font-size: 11px;
  color: currentColor;
  padding: 24px 24px;
  line-height: 1.5;
}

.footer .secondary-navigation-link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #6f6f6f;
  opacity: .3;
  content: "";
}

.footer .secondary-navigation-link a {
  color: currentColor;
}

.footer .secondary-navigation-link.darker {
  color: #141414;
}

.footer .secondary-navigation-link.language {
  padding: 0;
}

.footer .secondary-navigation-link.language:before {
  display: none;
}

.footer .secondary-navigation .content-wrapper {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 0;
  padding-right: 0;
}

.footer .language-select {
  font-size: 11px;
  line-height: 2;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.footer .language-select .carousel-button {
  position: relative;
  padding: 20px 20px;
  width: 100%;
}

.footer .language-select .carousel-button .copy {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6f6f6f;
}

.footer .language-select .carousel-button .icon {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  color: currentColor;
}

.footer .language-select .carousel-button .icon:after,
.footer .language-select .carousel-button .icon:before {
  content: "";
  height: 1px;
  width: 50%;
  background-color: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25%;
  margin-top: -1px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.footer .language-select .carousel-button .icon:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.footer .language-select .carousel-button.is-active .icon:after,
.footer .language-select .carousel-button.is-active .icon:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer .language-select .toggle-panel {
  display: none;
  overflow: hidden;
  position: relative;
}

.footer .language-select .toggle-panel.is-active {
  display: block;
}

.footer .language-select .language-list {
  position: relative;
  border-color: rgba(111, 111, 111, 0.1);
  border-width: 0 1px 0 1px;
  border-style: solid;
}

.footer .language-select .language-list:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: .1;
  background: currentColor;
  content: "";
}

.footer .language-select .language {
  padding: 24px 20px;
  position: relative;
}

.footer .language-select .language:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
  opacity: .1;
  content: "";
}

.footer .disclaimer-wrapper {
  background: #fff;
  color: #6f6f6f;
}

.footer .disclaimer-wrapper .content-wrapper {
  margin: 0 auto;
  padding: 30px 30px;
}

.footer .disclaimer-wrapper .content-wrapper p {
  font-size: 12px;
  line-height: 18px;
}

.footer__wrapper.is-light {
  background: #f9f9f9;
  color: #141414;
}

.footer__wrapper.is-light .label {
  color: #6f6f6f;
}

.footer__wrapper.is-light .contact-menu {
  background: #fff;
  color: #141414;
}

.footer__wrapper.is-light .social-contact .social-link {
  color: #141414;
}

.footer__wrapper.is-light .shopping-tools {
  background-color: #f3f3f3;
}

.footer__wrapper.is-light .shopping-tools .tool-label {
  color: #6f6f6f;
}

.footer__wrapper.is-light .shopping-tools .carousel-button {
  color: #141414;
}

.footer__wrapper.is-light .secondary-navigation {
  background: #141414;
}

.footer__wrapper.is-light .secondary-navigation-link.darker,
.footer__wrapper.is-light .secondary-navigation-link.language {
  color: #fff;
}

.footer__wrapper.is-light .disclaimer-wrapper {
  background-color: #000;
  color: #6f6f6f;
}

.footer__wrapper.is-light .language-select .carousel-button {
  color: #fff;
}

.footer__wrapper.is-light .language-select .carousel-button .copy {
  color: #fff;
}

@media all and (min-width: 768px) {
  .footer .main-content-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer .main-content-wrapper {
    max-width: calc(1920px + (30px * 2));
  }

  .footer .main-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer .secondary-navigation .content-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer .secondary-navigation .content-wrapper {
    max-width: calc(1920px + (30px * 2));
  }

  .footer .secondary-navigation .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer .disclaimer-wrapper .content-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer .disclaimer-wrapper .content-wrapper {
    max-width: calc(1920px + (30px * 2));
  }

  .footer .disclaimer-wrapper .content-wrapper {
    padding: 21px 58px;
  }
}

@media all and (min-width: 1024px) {
  .footer__wrapper {
    padding: 70px 0 0;
  }

  .footer .main-content-wrapper {
    padding-right: 76px;
    padding-left: 76px;
  }

  .footer .main-content-wrapper {
    max-width: calc(1920px + (76px * 2));
  }

  .footer .main-content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 70px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .contact-menu,
  .footer .shopping-tools {
    position: relative;
  }

  .footer .contact-menu:after,
  .footer .shopping-tools:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
    opacity: 0.1;
  }

  .footer .contact-menu {
    padding: 0 0 10px;
    width: 15%;
  }

  .footer .contact-menu .option:not(:first-of-type) {
    margin-top: 60px;
  }

  .footer .link-wrapper {
    font-size: 16px;
  }

  .footer .label {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .footer .link {
    padding: 1px 0;
  }

  .footer .social-contact {
    padding-bottom: 10px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 36.66%;
  }

  .footer .social-contact .content-wrapper {
    height: 100%;
    padding: 0;
  }

  .footer .social-contact .newsletter-sign-up,
  .footer .social-contact .social-media-links {
    position: relative;
    width: calc(50% - 25px);
  }

  .footer .social-contact .newsletter-sign-up:after,
  .footer .social-contact .social-media-links:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
    opacity: 0.1;
  }

  .footer .social-contact .social-media-links {
    padding-left: 0;
  }

  .footer .social-contact .social-media-links:before {
    display: none;
  }

  .footer .social-contact .social-media-links .label {
    margin-left: 0;
  }

  .footer .social-contact .social-media-options {
    margin-left: -10px;
  }

  .footer .shopping-tools {
    margin: 0 45px;
    padding-bottom: 10px;
    line-height: 11px;
    width: 35%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer .shopping-tools:before {
    display: none;
  }

  .footer .shopping-tools .toggle-panel {
    display: block;
    overflow: visible;
  }

  .footer .shopping-tools .carousel-button {
    display: none;
  }

  .footer .shopping-tools .carousel-button .icon {
    display: none;
  }

  .footer .shopping-tools .shopping-tools-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .shopping-tools .shopping-tools-list:before {
    display: none;
  }

  .footer .shopping-tools .shopping-tools-list > li {
    padding-right: 20px;
  }

  .footer .shopping-tools .shopping-tools-list > li:nth-of-type(n+2) {
    padding-top: 25px;
  }

  .footer .shopping-tools .tool-label {
    padding: 0;
    font-size: 16px;
    color: #cd9a81;
  }

  .footer .shopping-tools .tool {
    position: relative;
    font-size: 16px;
    word-break: break-word;
    padding: 29px 0 0;
    line-height: 20px;
    font-family: "Genesis Text Regular", sans-serif;
  }

  .footer .shopping-tools .tool:after {
    display: none;
  }

  .footer .navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer .secondary-navigation-link {
    padding: 0 35px;
    font-size: 16px;
  }

  .footer .secondary-navigation-link:first-of-type {
    padding-left: 0;
  }

  .footer .secondary-navigation-link:before {
    display: none;
  }

  .footer .secondary-navigation .content-wrapper {
    padding-right: 76px;
    padding-left: 76px;
  }

  .footer .secondary-navigation .content-wrapper {
    max-width: calc(1920px + (76px * 2));
  }

  .footer .secondary-navigation .content-wrapper {
    padding-right: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .language-select {
    overflow: visible;
    font-size: 16px;
  }

  .footer .language-select .carousel-button {
    text-align: right;
    width: auto;
    padding: 35px 35px 35px 60px;
  }

  .footer .language-select .carousel-button .copy {
    font-size: 16px;
  }

  .footer .language-select .carousel-button .icon {
    display: block;
    width: 10px;
    left: 30px;
  }

  .footer .language-select .carousel-button .icon:after,
  .footer .language-select .carousel-button .icon:before {
    width: 6px;
    opacity: 0.8;
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: -webkit-transform 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: transform 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: transform 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }

  .footer .language-select .carousel-button .icon:before {
    left: 0;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }

  .footer .language-select .carousel-button .icon:after {
    right: 0;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }

  .footer .language-select .toggle-panel {
    background-color: #f9f9f9;
    position: absolute;
    bottom: calc(100% - 1px);
    right: 0;
    width: auto;
    white-space: nowrap;
  }

  .footer .language-select .language {
    padding: 24px 34px;
  }

  .footer .language-select .language:last-child:after {
    display: none;
  }

  .footer .site-links .secondary-navigation-link {
    padding-right: 0;
  }

  .footer .disclaimer-wrapper .content-wrapper {
    padding-right: 76px;
    padding-left: 76px;
  }

  .footer .disclaimer-wrapper .content-wrapper {
    max-width: calc(1920px + (76px * 2));
  }

  .footer .disclaimer-wrapper .content-wrapper p {
    font-size: 16px;
  }

  .footer__wrapper.is-light .contact-menu {
    background: #f9f9f9;
  }

  .footer__wrapper.is-light .contact-menu:after {
    background: #141414;
  }

  .footer__wrapper.is-light .social-contact:after {
    background: #141414;
  }

  .footer__wrapper.is-light .newsletter-sign-up:after,
  .footer__wrapper.is-light .social-media-links:after {
    background: #141414;
  }

  .footer__wrapper.is-light .shopping-tools {
    background: #f9f9f9;
  }

  .footer__wrapper.is-light .shopping-tools:after {
    background: #141414;
  }

  .footer__wrapper.is-light .shopping-tools .tool-label {
    color: #6f6f6f;
  }

  .footer__wrapper.is-light .language-select .language-list {
    background-color: #141414;
  }
}

@media all and (min-width: 1366px) {
  .footer .main-content-wrapper {
    padding-right: 100px;
    padding-left: 100px;
  }

  .footer .main-content-wrapper {
    max-width: calc(1920px + (100px * 2));
  }

  .footer .social-contact {
    width: 40%;
  }

  .footer .social-contact .newsletter-sign-up,
  .footer .social-contact .social-media-links {
    width: calc(50% - 40px);
  }

  .footer .shopping-tools {
    margin: 0 76px;
    width: 30%;
  }

  .footer .secondary-navigation .content-wrapper {
    padding-right: 100px;
    padding-left: 100px;
  }

  .footer .secondary-navigation .content-wrapper {
    max-width: calc(1920px + (100px * 2));
  }

  .footer .secondary-navigation .content-wrapper {
    padding-right: 65px;
  }

  .footer .disclaimer-wrapper .content-wrapper {
    padding-right: 100px;
    padding-left: 100px;
  }

  .footer .disclaimer-wrapper .content-wrapper {
    max-width: calc(1920px + (100px * 2));
  }
}

@media all and (min-width: 1600px) {
  .footer .main-content-wrapper {
    padding-right: 120px;
    padding-left: 120px;
  }

  .footer .main-content-wrapper {
    max-width: calc(1920px + (120px * 2));
  }

  .footer .social-contact {
    width: 41.66%;
  }

  .footer .social-contact .newsletter-sign-up,
  .footer .social-contact .social-media-links {
    width: calc(50% - 60px);
  }

  .footer .shopping-tools {
    width: 25%;
  }

  .footer .secondary-navigation .content-wrapper {
    padding-right: 120px;
    padding-left: 120px;
  }

  .footer .secondary-navigation .content-wrapper {
    max-width: calc(1920px + (120px * 2));
  }

  .footer .secondary-navigation .content-wrapper {
    padding-right: 85px;
  }

  .footer .disclaimer-wrapper .content-wrapper {
    padding-right: 120px;
    padding-left: 120px;
  }

  .footer .disclaimer-wrapper .content-wrapper {
    max-width: calc(1920px + (120px * 2));
  }
}

@media all and (min-width: 1920px) {
  .footer .main-content-wrapper {
    padding-right: 140px;
    padding-left: 140px;
  }

  .footer .main-content-wrapper {
    max-width: calc(1920px + (140px * 2));
  }

  .footer .secondary-navigation .content-wrapper {
    padding-right: 140px;
    padding-left: 140px;
  }

  .footer .secondary-navigation .content-wrapper {
    max-width: calc(1920px + (140px * 2));
  }

  .footer .secondary-navigation .content-wrapper {
    padding-right: 105px;
  }

  .footer .disclaimer-wrapper .content-wrapper {
    padding-right: 140px;
    padding-left: 140px;
  }

  .footer .disclaimer-wrapper .content-wrapper {
    max-width: calc(1920px + (140px * 2));
  }
}

