/** Shopify CDN: Minification failed

Line 312:0 Expected "}" to go with "{"

**/
.Newsletter--Wrapper {
  width: 100%;
  order: 1;
}

.Newsletter--Paragraph {
  text-align: start;
  /* max-width: fit-content; */
}

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

.footer_wraper .DropdownButton{
  padding: 32px 0px 24px 0px;
}

.Newsletter--Inputs {
  flex-wrap: nowrap;
  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;
}

.Dropdown {
  width: 100%;
  order: 2;
}

.Footer--LinkList__Item {
  display: flex;
  width: max-content;
  align-items: center;
}
.Footer--Wrapper {
  /* padding: 16px 0px; */
  display: block;
  position: relative;
}

.Footer--Input {
  border: none;
  width: max-content;
  padding: 10px 16px;
}

.Footer--Button {
  width: 30%;
  text-align: center;
  border: none;
  justify-content: center;
  padding: 10px 20px;
}

.Footer--Input::placeholder {
  color: var(--color_text_2);
}

.copyright {
  /* position: relative;
  width:200px;
  left: 16px;
  bottom: 32px; */
  margin-top: 2rem;
}
.footer_contact_image_wrapper{
  width: 100%;
  max-height: 32px;
}
.footer_contact_image{
  width: 100%;
  max-width: 92px;
  height: 100%;
}
.footer_icon{
  width: 100%;
  max-width: 16px;
}
.footer_wraper{
  background: var(--color_background_3);
  color: var(--color_text_3);
  position: relative;
  padding: 32px 16px 128px 16px;
}
.contact-icon_wraper{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer_contact_button{
  width: 100%;
  justify-content: center;
  text-align: center;
  background: var(--color_background_1);
  padding: 12px 16px;
  border-radius: 8px;
  display: flex;

  color: var(--color_text_1);
}
.Footer--LinkList__Item a{
  color: var(--color_text_3);
}
.copyright a{
  color: var(--color_text_3);
}
.Footer--LinkList__Item:last-child{
  margin-bottom: 24px;
}
.Footer--Wrapper .DropdownPlus::after{
  height: 8px;
}
.Footer--Wrapper .DropdownPlus::before{
  width: 8px;
}
.footer_wraper .Dropdown{
  border-bottom: 1px solid var(--color_background_1);
}
@media (min-width: 768px) {
  .Newsletter--Wrapper {
    width: 375px;
  }
  .Contact_wraper{
    /* width: 375px; */

  }
  .footer_wraper .Dropdown{
    border-bottom: none;
    margin-left: 8px;
  }
}

.contact-icon_wraper .Image_wrapper {
  width: 16px;
  height: 16px;
  display: flex;
}

@media (min-width: 1024px) {
  .Dropdown{
    width: fit-content;
  }
  .footer_contact_image_wrapper{
    height: 40px;
  }
  .copyright .Image_wrapper {
    width: 20px;
    height: 20px;
  }
  .contact-icon_wraper .Image_wrapper {
    width: 20px;
    height: 20px;
  }
  .footerDesktopBorder{
    width: 78%;
    float: right;
    height: 1px;
    background-color: var(--color_background_1);
  }
  .footer_contact_button{
    width: 215px;
    padding: 12px 20px;
  }
  .footer_half_circle{
    position: absolute;
    left: 0;
    bottom: 5%;
    height: 132px;
    width: 100%;
  }
  .footer_half_circle .Image__Image{
    /* width: 132px; */
  }
  .Newsletter--Wrapper {
    width: 100%;
  }
.Contact_wraper{
  /* width: 100%; */
  /* max-width: 295px; */
  /* margin-right: 2rem; */
}
.footer_contact_image{
  width: 100%;
  max-width: 115px;
  height: 40px;
}
.footer_icon{
  max-width: 20px;
}
.Footer--LinkList__Item:last-child{
  margin-bottom: 2rem;
}
  .Footer--Title {
    box-shadow: unset;
    display: block;
  }

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

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

  .Footer--Input {
    width: 58%;
  }

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

  .copyright {
    margin-top: 2rem;
    /* position: relative;
    left: 24.5%;
    bottom: 0px;
    width: 50%; */
    padding-left: 22%;
  }
  .Newsletter--Wrapper {
    order: 2;
  }
  .Dropdown {
    order: 1;
  }

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

@media (min-width: 1440px) {
  .copyright .Image__Image {
    width: 100%;
    /* height: 20px; */
  }
  .footer_wraper{
    padding-top: 4rem;
    position: relative;
    padding: 64px 64px 22px 64px;
    /* max-height: 427px; */
  }
  .footer_wraper .Dropdown{
    width: fit-content;
  }
  .Footer--Wrapper {
    display: flex;
    justify-content: space-between;
  }
.Contact_wraper{
  margin-right: 40px;
}

  /* .Button {
    padding: 10px 20px;
  } */
  .Footer--Input {
    width: 69%;
  }

  .Footer--Button {
  width: auto;
}

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

  }

  /* .copyright {
    position: relative;
    bottom: 128px;
    left: 64px;
  } */
}
