/** Shopify CDN: Minification failed

Line 263:3 Expected "}" to go with "{"

**/
.Newsletter--Wrapper {
  width: 100%;
  order: 1;
  padding-bottom: 64px;
}

.Newsletter--Paragraph {
  text-align: start;
}

.Footer--LinkList__Item svg {
  width: max-content;
  align-self: center;
}


.Newsletter--Inputs {
  flex-wrap: nowrap;
  display: flex;
  width: 100%;
}

.Footer--Title {
  box-shadow: 0px 1px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-self: center;
}

.Footer--LinkList__Item svg {
  align-self: center;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.Footer--LinkList {
  display: block;
}


.Footer--LinkList__Item {
  display: flex;
  width: max-content;
  align-items: center;
  padding: 8px 0px;
  margin-bottom: 0px;
  width: 100%;
}

.Footer--Wrapper {
  display: flex;
  flex-direction: column;
}

.mainFooter--Wrapper {
  background: var(--main_color);
  color: var(--primary_color);
  padding: 32px 16px;
}

.Footer--Input {
  border: none;
  width: 100%;
  background-color: var(--secondary_color);
  padding: 10px 16px;
}

.Footer--Button {
  width: 30%;
  text-align: center;

  justify-content: center;

  white-space: nowrap;
}


.copyright {
  position: relative;
  display: flex;
  justify-content: end;
}

.paymentList {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.FooterSelectors {
  display: flex;
  justify-content: center;
}

.FooterSelectors .RevolutionDropdown--Button {
  padding: 8px;
  border: 1px solid var(--secondary_color);
  color: var(--primary_color)
}

.FooterSelectors .RevolutionDropdown--Button path {
  fill: var(--primary_color);
}

.Footer--Wrapper .DropdownButton {
  padding-bottom: 8px;
  padding-top: 32px;
}

.Footer--Wrapper .Dropdown {
  border-bottom: 1px solid var(--secondary_color);
  order: 2;
}

.footerpayment {
  padding: 16px 0px;
}

.FooterLogo {
  max-width: 100px;
}

.FooterLogo--Image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.FooterTextarea {
  padding: 32px 0px;
}

@media (min-width: 768px) {

  .Footer--LinkList__Item {
    padding: unset;
    margin-bottom: 16px;
    padding-left: 2px;
  }

  .paymentList {
    justify-content: end;
  }

  .Newsletter--Wrapper {
    width: 50%;
    padding-bottom: unset;
  }

  .FooterTextarea {
    width: 50%;
  }

  .FooterBottomWrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0px 16px;
  }
}

@media (min-width: 1025px) {
  .FooterTextarea {
    min-width: 370px;
    padding: 0px 16px;
  }

  .Footer--Wrapper .Dropdown {
    border-bottom: none;
    padding: 0px 16px;
  }

  .Footer--Wrapper .DropdownButton {
    padding-top: 0px;
  }

  .Newsletter--Wrapper {
    min-width: 420px;
    width: 100%;
    padding: 0px 16px;
  }

  .FooterSelectors .RevolutionDropdown--Content {
    bottom: 100%;
    top: unset;
    background: var(--main_color);
  }

  .FooterSelectors .RevolutionDropdown--Header {
    display: none;
  }

  .Footer--LinkList__Item:hover {
    text-decoration: underline;
  }

  .Footer--Title {
    box-shadow: unset;
    display: block;
  }

  .paymentList--item svg {
    width: 42px;
    height: auto;
  }

  .Footer--Wrapper {
    flex-direction: row;
    justify-content: space-evenly;
  }

  .Footer--Wrapper .DropdownContent[aria-hidden="true"] {
    display: block;
    height: auto !important;
    visibility: visible;
  }

  .Footer--LinkList__Item svg {
    width: 16px;
    height: 16px;
  }


  .Footer--Button {
    width: max-content;
    text-align: center;
  }

  .Newsletter--Wrapper {
    order: unset;
  }

  .Dropdown {
    order: unset;
  }

  .DropdownButton {
    border: none;
    padding: unset;
  }
}



@media (min-width: 1440px) {


  .Footer--Button {
    width: auto;
  }

  @media (min-width: 1920px) {
    .Footer--LinkList__Item svg {
      width: 32px;
      height: 32px;
    }
  }