/** Shopify CDN: Minification failed

Line 123:24 Unexpected "{"

**/
.main-footer {
  margin-top: var(--container-vertical-space);
  border-top: 1px solid var(--color-borders-footer);
  background: var(--color-background-footer);
  color: var(--color-text-footer);
}
.main-footer a {
  color: var(--color-text-footer);
  transition: all 100ms linear;
}
.no-touchevents .main-footer a:hover {
  color: var(--color-accent-footer);
}
.main-footer .social-icons {
  margin: 2rem 0;
}
.main-footer .social-icons svg * {
  fill: var(--color-text-footer);
  transition: all 100ms linear;
}
.no-touchevents .main-footer .social-icons a:hover svg * {
  fill: var(--color-accent-footer);
}
.main-footer .localization-form__item-text {
  color: var(--color-text-footer);
}
.main-footer .localization-form__item-symbol svg path {
  fill: var(--color-text-footer);
}
.main-footer .footer-item__menu span {
  display: block;
  margin-bottom: 0.3125rem;
}
.main-footer .footer-item__content > :last-child,  .footer-item__email-disclaimer {
  margin: 1rem 0 0 0;
  font-size: 0.75rem!important;
}

.shop-login-button {
  display: block;
  margin-top: 1.125rem;
}
.footer-top .grid {
  grid-gap: 1.5rem var(--col-gap);
}
.footer-bottom > div {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-bottom > div {
    flex-direction: column;
  }
  .footer-bottom > div .localization-form {
    margin-inline-start: -0.9375rem;
    margin-top: 0.625rem;
  }
}
.footer-top + .footer-bottom {
  border-top: 1px solid var(--color-borders-footer);
}

.footer-item__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
.footer-item__icons img {
  border-radius: 2px;
}

.footer-item__newsletter input {
  padding-inline-end: 2.5rem;
  border-radius: 14.5px;
  font-family: Nobel, sans-serif;
  padding-left: 1rem;
}
.footer-item__newsletter button[type=submit] {
  top: var(--gutter-small);
  position: absolute;
  height: calc(100% - var(--gutter-small));
  padding: 10px 30px;
  color: #00491F;
  background-color: #C1D42F;
  border-radius: 0 14.5px 14.5px 0;
  font-family: Nobel, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 900;
}
html[dir=rtl] .footer-item__newsletter button[type=submit] {
  left: 0;
}
html[dir=ltr] .footer-item__newsletter button[type=submit] {
  right: 0;
}
.no-touchevents .footer-item__newsletter button[type=submit]:hover svg {
  opacity: 1;
}
.footer-item__newsletter button[type=submit] svg {
  width: 65%;
  height: 65%;
  opacity: 0.66;
  transition: all 100ms linear;
}
.footer-item__newsletter button[type=submit] svg path {
  stroke: var(--color-text-footer);
}

.footer-item__title {
  font-family: nobel, sans-serif !important;
  text-transform: uppercase;
  font-weight: 800 !important;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.footer-item__menu.rte, {
  font-family: nobel, sans-serif !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.footer-item__menu.rte a {
  font-weight: 400 !important;
}
@media screen and (max-width: 767px) {
 
.footer-item__menu.rte {
  font-size: 1rem !important;
  line-height: 2rem !important;
}
.footer-item__image {
  max-width:175px;
  }
}