/** Shopify CDN: Minification failed

Line 288:71 Unexpected "{"

**/
.kl-footer {
  width: 100%;
  color: var(--kl-footer-text-color);
}

.kl-footer--text-dark {
  --kl-footer-text-color: #0a0a0a;
  --kl-footer-title-color: #0a0a0a;
  --kl-footer-rule-color: rgba(18, 18, 18, 0.14);
  --kl-footer-separator-color: rgba(18, 18, 18, 0.3);
}

.kl-footer--text-light {
  --kl-footer-text-color: rgba(255, 255, 255, 0.82);
  --kl-footer-title-color: #ffffff;
  --kl-footer-rule-color: rgba(255, 255, 255, 0.24);
  --kl-footer-separator-color: rgba(255, 255, 255, 0.35);
}

.kl-footer--background-white {
  background-color: #ffffff;
}

.kl-footer--background-cream {
  background-color: #f7f3ec;
}

.kl-footer--spacing-compact {
  padding-top: 2.4rem;
}

.kl-footer--spacing-standard {
  padding-top: 3.2rem;
}

.kl-footer--spacing-roomy {
  padding-top: 4rem;
}

.kl-footer__inner {
  margin-inline: auto;
  padding-inline: 2rem;
}

.kl-footer--columns-spacing-none .kl-footer__inner {
  padding-bottom: 0;
}

.kl-footer--columns-spacing-small .kl-footer__inner {
  padding-bottom: 1.6rem;
}

.kl-footer--columns-spacing-standard .kl-footer__inner {
  padding-bottom: 3.2rem;
}

.kl-footer--columns-spacing-large .kl-footer__inner {
  padding-bottom: 4.8rem;
}

.kl-footer__brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  margin: 0 0 2.4rem;
}

.kl-footer__brand-mark {
  min-width: 0;
}

.kl-footer__brand--small .kl-footer__brand-mark {
  max-width: 16rem;
}

.kl-footer__brand--medium .kl-footer__brand-mark {
  max-width: 20rem;
}

.kl-footer__brand--large .kl-footer__brand-mark {
  max-width: 24rem;
}

.kl-footer__payment {
  display: none;
}

.kl-footer__brand-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.kl-footer__logo {
  display: block;
  width: 28rem;
  height: 2.28rem;
}
.kl-footer__brand-name {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  font-size: 2rem;
  line-height: 1.3;
  color: var(--kl-footer-title-color);
}

.kl-footer__columns {
  display: flex;
  flex-direction: column;
}

.kl-footer__column {
  min-width: 0;
}

.kl-footer__column--app {
  padding-bottom: 2.4rem;
}

.kl-footer__column--contact {
  padding-top: 2.4rem;
  padding-bottom: 2.7rem;
}

.kl-footer__column--contact .kl-footer__link {
  font-weight: 300;
}

.kl-footer--app-first-mobile .kl-footer__column--app {
  order: -1;
}

.kl-footer__title {
  margin: 0 0 1rem;
  color: var(--kl-footer-title-color);
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  font-size: 1.8rem;
  line-height: 2.1rem;
  letter-spacing: normal;
}

.kl-footer__title--toggle {
  display: none;
}

.kl-footer__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.kl-footer__toggle:focus-visible {
  outline: 0.2rem solid currentColor;
  outline-offset: 0.2rem;
}

.kl-footer__toggle-icon {
  position: relative;
  flex: 0 0 auto;
  width: 1.2rem;
  height: 1.2rem;
}

.kl-footer__toggle-icon::before,
.kl-footer__toggle-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.15rem;
  transform: translateY(-50%);
  background-color: #0A0A0A;
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.5px;
}

.kl-footer__toggle-icon::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
}

.kl-footer__column.is-open .kl-footer__toggle-icon::after {
  transform: translateY(-50%) rotate(0);
}

.kl-footer__links {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kl-footer--link-gap-tight .kl-footer__links {
  gap: 0.2rem;
}

.kl-footer--link-gap-roomy .kl-footer__links {
  gap: 0.9rem;
}

/* position only, so the bar below has something to sit against. The display and the width are
   deliberately left alone: this link is inline, the list's spacing comes from that, and
   blockifying it closed the gaps between the links. */
.kl-footer__link {
  position: relative;
  color: inherit;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.1rem;
  line-height: 1.7rem;
  text-decoration: none;
}

/*
  THE MEGA MENU'S UNDERLINE, DRAWN THE SAME WAY — see the note in assets/kl-search.css, which
  says it at length. A bar that wipes in from the left and back out to the right: one element,
  two transform-origins, nothing to keep in step.

  Not `text-decoration: underline` on hover, which is what this was: a text decoration has no
  growth to animate and appears all at once.

  currentcolor, so the bar is drawn in the link's own ink and stays right wherever the footer's
  colours are set from.
*/
.kl-footer__link::after,
.kl-footer__legal-link::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -0.2rem;
  left: 0;
  height: 0.1rem;
  background-color: currentcolor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s ease;
}

.kl-footer__link:hover::after,
.kl-footer__link:focus-visible::after,
.kl-footer__legal-link:hover::after,
.kl-footer__legal-link:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.kl-footer__link:focus-visible {
  outline: 0.2rem solid currentColor;
  outline-offset: 0.2rem;
}

.kl-footer__link--button {
  display: inline;
  appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  text-align: inherit;
  cursor: pointer;
}

.kl-footer--divider-mobile .kl-footer__column--menu .kl-footer__title, {
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid var(--kl-footer-rule-color);
}

.kl-footer.is-enhanced .kl-footer__title--static {
  display: none;
}

.kl-footer.is-enhanced .kl-footer__title--toggle {
  display: block;
  margin: 0;
  padding: 1.4rem 0;
}

.kl-footer.is-enhanced .kl-footer__panel {
  display: none;
}

.kl-footer.is-enhanced .kl-footer__column.is-open .kl-footer__panel {
  display: flex;
  padding-bottom: 1.6rem;
}

.kl-footer__contact {
  display: flex;
  flex-direction: column;
  font-style: normal;
  gap: 0.4rem;
}

.kl-footer__contact-row {
  margin: 0;
  line-height: normal;
}

.kl-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin: 0.6rem 0 0;
  padding: 0;
  list-style: none;
}

.kl-footer__social-link {
  display: block;
  color: inherit;
}

.kl-footer__social-link:focus-visible {
  outline: 0.2rem solid currentColor;
  outline-offset: 0.3rem;
}

.kl-footer__social-link svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}

.kl-footer__social-name {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip-path: inset(50%);
  white-space: nowrap;
}

.kl-footer__app-text {
  margin: 0 0 1.6rem;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.5;
}

.kl-footer__badges {
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.kl-footer__badge-item {
  flex: 0 0 auto;
}

.kl-footer__badge {
  display: block;
  color: inherit;
}

.kl-footer__badge:focus-visible {
  outline: 0.2rem solid currentColor;
  outline-offset: 0.3rem;
}

.kl-footer__badge-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  @media (max-width: 750px) {
    height: 5rem;
  }
}

.kl-footer__badge-label {
  display: block;
  padding: 1rem 1.4rem;
  border: 0.1rem solid var(--kl-footer-rule-color);
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}

.kl-footer__illustration {
  display: none;
}

.kl-footer--illustration-mobile .kl-footer__illustration {
  display: block;
}

.kl-footer__illustration-image {
  display: block;
  width: 100%;
  height: auto;
}

.kl-footer--illustration-short .kl-footer__illustration-image {
  height: 18rem;
  object-fit: cover;
}

.kl-footer--illustration-medium .kl-footer__illustration-image {
  height: 26rem;
  object-fit: cover;
}

.kl-footer--illustration-tall .kl-footer__illustration-image {
  height: 34rem;
  object-fit: cover;
}

.kl-footer__bar {
  padding: 1rem 2rem 1rem;
  border-top: 0.1rem solid var(--kl-footer-rule-color);
}

.kl-footer__bar-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.2rem;
}

.kl-footer__country {
  display: flex;
  flex: 0 0 100%;
  margin-bottom: 0.8rem;
}

.kl-footer__legal {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kl-footer--legal-mobile .kl-footer__legal {
  display: flex;
}

.kl-footer__legal-item {
  border-right: 0.1rem solid #0A0A0A;
  line-height: normal;
  padding-right: 0.8rem;
}

/* position only, as above. The bar is the same one the menu links carry — the rule is up
   there, on both selectors. */
.kl-footer__legal-link {
  position: relative;
  color: inherit;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.5;
  text-decoration: none;
}

.kl-footer__legal-link:focus-visible {
  outline: 0.2rem solid currentColor;
  outline-offset: 0.2rem;
}

.kl-footer__copyright {
  margin: 0;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
}

.kl-footer__variant--desktop {
  display: none;
}

.kl-footer__variant--mobile {
  display: inline;
}

@media (min-width: 750px) {
  .kl-footer--spacing-compact {
    padding-top: 3.6rem;
  }

  .kl-footer--spacing-standard {
    padding-top: 4.8rem;
  }

  .kl-footer--spacing-roomy {
    padding-top: 6.4rem;
  }

  .kl-footer__inner {
    padding-inline: 5.6rem;
  }

  .kl-footer--columns-spacing-small .kl-footer__inner {
    padding-bottom: 2rem;
  }

  .kl-footer--columns-spacing-standard .kl-footer__inner {
    padding-bottom: 4rem;
  }

  .kl-footer--columns-spacing-large .kl-footer__inner {
    padding-bottom: 6rem;
  }

  .kl-footer__brand {
    margin-bottom: 3.6rem;
  }

  .kl-footer__brand--small .kl-footer__brand-mark {
    max-width: 18rem;
  }

  .kl-footer__brand--medium .kl-footer__brand-mark {
    max-width: 22rem;
  }

  .kl-footer__brand--large .kl-footer__brand-mark {
    max-width: 28rem;
  }

  .kl-footer__columns {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 2.4rem;
    row-gap: 3.6rem;
  }

  .kl-footer__column--app {
    max-width: 17rem;
    padding-bottom: 0;
  }

  .kl-footer__column--contact {
    padding-top: 0;
    padding-bottom: 0;
  }

  .kl-footer--app-first-mobile .kl-footer__column--app {
    order: 0;
  }

  .kl-footer__title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    line-height: 2.4rem;
  }

  .kl-footer.is-enhanced .kl-footer__title--static {
    display: block;
  }

  .kl-footer.is-enhanced .kl-footer__title--toggle {
    display: none;
  }

  .kl-footer.is-enhanced .kl-footer__panel {
    display: flex;
  }

  .kl-footer.is-enhanced .kl-footer__column.is-open .kl-footer__panel {
    padding-bottom: 0;
  }

  .kl-footer--divider-mobile .kl-footer__column--menu .kl-footer__title,
  .kl-footer--divider-mobile .kl-footer__column--app .kl-footer__title {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .kl-footer__app-text {
    max-width: 17rem;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .kl-footer__badges {
    flex-direction: column;
    align-items: flex-start;
  }

  .kl-footer__illustration {
    display: block;
  }

  .kl-footer__bar {
    padding: 1rem 5.6rem;
    border-top: 0;
  }

  .kl-footer__bar-inner {
    justify-content: flex-end;
  }

  .kl-footer__country {
    flex: 0 0 auto;
    margin-bottom: 0;
    margin-inline-end: auto;
  }

  .kl-footer__legal {
    display: flex;
  }

  .kl-footer__copyright {
    text-align: right;
    justify-content: center;
    display: flex;
    align-items: center;
  }

  .kl-footer__variant--desktop {
    display: inline;
  }

  .kl-footer__variant--mobile {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kl-footer__toggle-icon::after {
    transition: none;
  }
}

@media screen and (max-width:749px) {
  nav.kl-footer__column {
    border-bottom: 0.8px solid #0A0A0A;
  }
}

@media (min-width: 990px) {
  .kl-footer__payment {
    display: block;
    flex-shrink: 0;
    width: auto;
    max-width: 40rem;
    height: 2.4rem;
  }
}
