/* core overwrites */
.is-responsive footer.inner {
  max-width: unset;
  padding: 0%;
}

.footer-top-banner {
  margin-bottom: 0;
}

.footer-content {
  margin-top: 0;
}

.isMobileEnvironment .footer-top-banner.desktop-only,
.is-responsive .footer-top-banner.desktop-only {
  display: block !important;
}

footer.inner {
  max-width: 1920px;
}

#footer .footer-top-banner {
  overflow: visible;
}

.responsive-template#footer .footer-bottom-box,
.thin-footer-rule,
.responsive-template#footer .row {
  display: none;
}

#footer-email-signup {
  margin-bottom: 0;
}
@media (hover: hover) and (pointer: fine) {
  #footer-email-signup .terms a:hover {
    text-decoration: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  #footer-email-signup .form button:hover {
    cursor: pointer;
  }
}
@media (min-width: 769px) {
  #footer-email-signup .wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8em;
  }
  #footer-email-signup .signup-text {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
#footer-email-signup .signup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 769px) {
  #footer-email-signup .signup-content {
    align-items: flex-start;
  }
}
#footer-email-signup h2 {
  position: relative;
  font-size: 3.9em;
  line-height: 1.3;
  padding: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.2em;
}
@media (min-width: 769px) {
  #footer-email-signup h2 {
    font-size: 3.2em;
  }
}
#footer-email-signup h2.deco-line::after {
  display: none;
}
@media (min-width: 769px) {
  #footer-email-signup h2.deco-line::after {
    display: block;
    position: absolute;
    bottom: 0.35em;
    left: -1.1em;
    width: 0.78125em;
    margin: 0;
  }
}
#footer-email-signup h3 {
  font-size: 2.28em;
  line-height: 1.14;
  text-align: center;
  font-weight: 350;
  letter-spacing: -0.0175438596em;
}
@media (min-width: 769px) {
  #footer-email-signup h3 {
    display: block;
    font-size: 1.4em;
    text-align: left;
  }
}
#footer-email-signup .terms {
  max-width: 30em;
  font-size: 1.6286em;
  line-height: 1.6;
  text-align: center;
  font-style: normal;
  font-weight: 350;
  letter-spacing: -0.01875em;
}
@media (min-width: 769px) {
  #footer-email-signup .terms {
    max-width: 47em;
    font-size: 1.2em;
  }
}
#footer-email-signup .terms a {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
#footer-email-signup .form {
  position: relative;
  width: 100%;
  z-index: 1;
}
#footer-email-signup .form::before, #footer-email-signup .form::after {
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms ease;
}
#footer-email-signup .form::before {
  top: 1.5em;
  width: 7em;
  height: 4em;
  content: "";
  background: center/cover no-repeat url("https://staging-na-wwwinc.demandware.net/on/demandware.static/-/Sites-merrell_us-Library/default/svg/loading.svg");
}
#footer-email-signup .form::after {
  top: 3em;
  font-size: 2.2em;
  content: "Submitting form...";
}
#footer-email-signup .form.form-loading {
  pointer-events: none;
}
#footer-email-signup .form.form-loading .form-wrapper,
#footer-email-signup .form.form-loading ~ .terms {
  opacity: 0.35;
  filter: blur(1px);
}
#footer-email-signup .form.form-loading::before, #footer-email-signup .form.form-loading::after {
  opacity: 1;
}
#footer-email-signup .form .form-success {
  width: 15em;
  font-size: 3em;
  margin: 2em auto;
}
#footer-email-signup .form .form-field-errors {
  position: absolute;
  bottom: 7.1em;
  left: 0;
  padding: 0.75em 1em;
  border-radius: 0.25em;
  background: var(--mer-orange);
}
@media (min-width: 769px) {
  #footer-email-signup .form .form-field-errors {
    bottom: 5.6em;
  }
}
#footer-email-signup .form .form-field-errors li {
  font-size: 1.5em;
  color: inherit;
}
#footer-email-signup .form .form-field-errors::after {
  display: block;
  position: absolute;
  top: 100%;
  left: 1em;
  content: "";
  box-sizing: border-box;
  border-top: 0.8em solid var(--mer-orange);
  border-left: 0.8em solid transparent;
  border-right: 0.8em solid transparent;
}
#footer-email-signup .form .form-wrapper {
  display: flex;
  position: relative;
  width: 57em;
  height: 6.6em;
  margin: 2.61em auto;
  border: 1.62px solid var(--mer-slate);
  border-radius: 8px;
  overflow: hidden;
  background-clip: padding-box;
  align-items: center;
}
@media (min-width: 769px) {
  #footer-email-signup .form .form-wrapper {
    height: 5em;
    margin: 2em auto;
  }
}
#footer-email-signup .form input,
#footer-email-signup .form button {
  height: 100%;
}
#footer-email-signup .form input {
  width: 100%;
  font-size: 2.4em;
  padding: 0 0 0 0.75em;
  border: 0;
  border-radius: 1.3em;
  background: var(--mer-white);
}
@media (min-width: 769px) {
  #footer-email-signup .form input {
    font-size: 1.6em;
  }
}
#footer-email-signup .form button {
  display: flex;
  width: 8em;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--mer-slate);
}
#footer-email-signup .form button svg {
  width: 3.5em;
  fill: var(--mer-white);
}
#footer-email-signup .category-social-links-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 10.42em;
}
@media (min-width: 769px) {
  #footer-email-signup .category-social-links-wrapper {
    margin: 0;
    display: flex;
  }
  #footer-email-signup .category-social-links-wrapper .lp-cta-secondary {
    font-size: 1.6em;
  }
  #footer-email-signup .category-social-links-wrapper .lp-cta-secondary:hover {
    color: var(--mer-slate);
    background-color: transparent;
  }
  #footer-email-signup .category-social-links-wrapper .lp-cta-secondary:hover::after {
    width: 0.8em;
  }
  #footer-email-signup .category-social-links-wrapper .lp-cta-secondary::after {
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 0;
    height: 0.2em;
    background-color: var(--mer-orange);
    content: "";
    transition: all 0.2s ease-in-out;
  }
}
#footer-email-signup .category-social-links-wrapper .lp-cta-secondary {
  font-size: 2.2em;
}
#footer-email-signup .category-links {
  display: flex;
  gap: 1.5em;
}
#footer-email-signup .social-links {
  display: flex;
  gap: 5.21em;
}
@media (min-width: 769px) {
  #footer-email-signup .social-links {
    margin: 0;
  }
  #footer-email-signup .social-links a img {
    width: 3em;
  }
}
#footer-email-signup .social-links a img {
  width: 5.21em;
}

.fed-footer-20240718 {
  background-color: var(--mer-light-cream);
  padding-top: 11.7em;
}
@media (max-width: 768px) {
  .fed-footer-20240718 .md-lg-only {
    display: none;
  }
}
.fed-footer-20240718 img {
  border-radius: 0;
}
.fed-footer-20240718 .upper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 11.42em;
}
@media (min-width: 769px) {
  .fed-footer-20240718 .upper-wrapper {
    padding: 0 3.2em;
    flex-direction: row;
    justify-content: space-between;
  }
}
.fed-footer-20240718 .fed-footer-links {
  display: flex;
  margin-inline: auto;
  flex-direction: column;
  gap: 4.1em;
}
@media (min-width: 769px) {
  .fed-footer-20240718 .fed-footer-links {
    flex-direction: row;
    gap: 8em;
    margin-inline: revert;
  }
}
.fed-footer-20240718 .fed-footer-links .fed-footer-links-col {
  margin-inline: auto;
  text-align: center;
}
@media (min-width: 769px) {
  .fed-footer-20240718 .fed-footer-links .fed-footer-links-col {
    width: 19.5em;
    text-align: start;
  }
}
.fed-footer-20240718 .fed-footer-links h3 {
  font-size: 2.28em;
  line-height: 1.9;
  font-weight: 600;
  letter-spacing: 0.0197em;
  text-transform: uppercase;
  text-wrap: nowrap;
  margin-bottom: 0.1em;
}
@media (min-width: 769px) {
  .fed-footer-20240718 .fed-footer-links h3 {
    font-size: 1.75em;
  }
}
.fed-footer-20240718 .fed-footer-links ul {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  gap: 0.8em 2.61em;
  justify-content: center;
}
@media (min-width: 769px) {
  .fed-footer-20240718 .fed-footer-links ul {
    flex-direction: column;
    justify-content: start;
  }
}
.fed-footer-20240718 .fed-footer-links a {
  position: relative;
  font-size: 1.9543em;
  line-height: 1.5;
  font-style: normal;
  font-weight: 350;
  letter-spacing: 0.02em;
}
@media (min-width: 769px) {
  .fed-footer-20240718 .fed-footer-links a {
    font-size: 1.75em;
  }
  .fed-footer-20240718 .fed-footer-links a:hover::after {
    width: 1.5em;
  }
}
.fed-footer-20240718 .fed-footer-links a::after {
  display: block;
  position: absolute;
  top: 61%;
  right: 102%;
  width: 0;
  height: 0.15em;
  background-color: var(--mer-orange);
  content: "";
  transition: width 0.2s;
}
.fed-footer-20240718 .fed-footer-links a strong {
  color: var(--mer-orange);
}
.fed-footer-20240718 .footer-bottom {
  margin: 9.21em auto 0;
}
.fed-footer-20240718 .footer-bottom img {
  margin-bottom: -1px;
}
.fed-footer-20240718 .footer-bottom .bottom-content {
  display: flex;
  padding: 5.21em 0;
  background-color: var(--mer-slate);
  flex-direction: column;
  gap: 5.21em;
}
@media (min-width: 769px) {
  .fed-footer-20240718 .footer-bottom .bottom-content {
    height: 12em;
    padding: 0;
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 4em;
    padding-left: 4em;
    padding-right: 4em;
  }
}
.fed-footer-20240718 .footer-bottom #fed-country-selector-container {
  margin-inline: auto;
}
.fed-footer-20240718 .footer-bottom .bottom-links {
  display: flex;
  width: 58.7em;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.61em;
}
@media (min-width: 769px) {
  .fed-footer-20240718 .footer-bottom .bottom-links {
    width: 100%;
    margin: 0;
    gap: 1.5em;
  }
}
.fed-footer-20240718 .footer-bottom .bottom-links a {
  font-size: 1.95em;
  color: var(--mer-white);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .fed-footer-20240718 .footer-bottom .bottom-links a {
    font-size: 1.5em;
  }
}
.fed-footer-20240718 .footer-bottom .copyright {
  font-size: 1.95em;
  color: var(--mer-white);
  margin-inline: auto;
}
@media (min-width: 769px) {
  .fed-footer-20240718 .footer-bottom .copyright {
    font-size: 1.5em;
    text-wrap: nowrap;
  }
}

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