.homepage-section--newsletter-wrapper{width:100%}.newsletter--section{text-align:center;padding:40px}.newsletter--section #newsletter-wrapper{width:100%;display:inline-block;color:var(--text-color);padding:7px 0}.newsletter--section .newsletter_form_section p{margin-top:10px;font-size:12px}.newsletter--section .newsletter_title h3{margin:0 !important;text-align:center;text-transform:var(--heading-font-case);margin-bottom:0}.newsletter--section .newsletter_title h1,.newsletter--section .newsletter_title h2,.newsletter--section .newsletter_title h3,.newsletter--section .newsletter_title h4,.newsletter--section .newsletter_title h5,.newsletter--section .newsletter_title h6,.newsletter--section .newsletter_title p{margin-top:.5rem;text-align:center}.newsletter--section #newsletter_text{width:72%;background:0 0;display:inline-block;margin-bottom:0;height:37px;padding:10px}.newsletter--section #newsletter_submit{color:var(--text-color)}@media only screen and (min-width:768px){.newsletter--section{text-align:left}.newsletter--section .grid{display:table;width:100%}.newsletter--section .grid__item{display:table-cell;float:none;vertical-align:middle;margin-top:0}.newsletter--section .row--table{width:100%}.newsletter--section .row--table div[class*=col-]{float:left;display:block}}@media only screen and (min-width:481px) and (max-width:767px){.newsletter--section #newsletter_text{margin-left:20px}}@media only screen and (min-width:768px){.newsletter--section .newsletter--section--grid_inner{width:100%}.newsletter--section .newsletter--section--grid_inner #newsletter-wrapper{width:100%}.newsletter--section .newsletter--section--grid_inner input#newsletter_text{width:80%;margin-bottom:0}.newsletter--section .newsletter--section--grid_inner.newsletter_form{float:left}.newsletter--section .newsletter--section--grid_inner.newsletter_form form{width:100%}.newsletter--section .newsletter--section--grid_inner.newsletter_title{float:right}}.newsletter--section .contact-form #newsletter-wrapper #newsletter_submit{margin:0;border:0 none;cursor:pointer;display:inline-block;background:0 0;font-size:20px;margin-left:16px;position:relative;bottom:-12px;left:-12px}.newsletter--section .contact-form #newsletter-wrapper #newsletter_submit.btn svg{display:block}.newsletter--section.homepage-sections-wrapper--white #newsletter_text{border-color:var(--border-color)}.newsletter--section.homepage-sections-wrapper--white #newsletter_submit,.newsletter--section.homepage-sections-wrapper--white #newsletter_text,.newsletter--section.homepage-sections-wrapper--white #newsletter_text::placeholder{color:var(--text-color)}.newsletter--section.homepage-sections-wrapper--accent #newsletter_text{border-color:var(--color-scheme-feature-text-transparent25)}.newsletter--section.homepage-sections-wrapper--accent #newsletter_submit,.newsletter--section.homepage-sections-wrapper--accent #newsletter_text,.newsletter--section.homepage-sections-wrapper--accent #newsletter_text::placeholder{color:var(--color-scheme-feature-text)}.newsletter--section.homepage-sections-wrapper--dark #newsletter_text{border-color:var(--color-scheme-dark-text-transparent25)}.newsletter--section.homepage-sections-wrapper--dark #newsletter_submit,.newsletter--section.homepage-sections-wrapper--dark #newsletter_text,.newsletter--section.homepage-sections-wrapper--dark #newsletter_text::placeholder{color:var(--color-scheme-dark-text)}.newsletter--section.homepage-sections-wrapper--light #newsletter_text{border-color:var(--color-scheme-light-text-transparent25)}.newsletter--section.homepage-sections-wrapper--light #newsletter_submit,.newsletter--section.homepage-sections-wrapper--light #newsletter_text,.newsletter--section.homepage-sections-wrapper--light #newsletter_text::placeholder{color:var(--color-scheme-light-text)}

.shopify-section .homepage-sections-wrapper.newsletter--section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 25px 30px;
  
    @media screen and (max-width: 767px) {
      flex-direction: column;
    }
}
.shopify-section .homepage-sections-wrapper.newsletter--section .wrapper {
  width: 70%;
   
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}
.shopify-section .homepage-sections-wrapper.newsletter--section .wrapper .newsletter-form {
  display: flex;
  
  @media screen and (max-width: 500px) {
      flex-direction: column;
  }
}
.shopify-section .homepage-sections-wrapper.newsletter--section .wrapper .newsletter-form .newsletter_title {
  align-self: center;
  width: 15% !important;
  
  @media screen and (max-width: 767px) {
    width: 25% !important;
  }

  @media screen and (max-width: 500px) {
    width: 100% !important;
  }
}
.shopify-section .homepage-sections-wrapper.newsletter--section .wrapper .newsletter-form .newsletter_title .homepage-sections--title p {
  font-size: 13px;
  text-align: left;
  display: flex;
  flex-direction: column;
  font-family: var(--body-font-stack);
}

.shopify-section .homepage-sections-wrapper.newsletter--section .wrapper .newsletter-form .newsletter_title .homepage-sections--title p strong {
  font-size: 15px;
}
.shopify-section .homepage-sections-wrapper.newsletter--section .wrapper .newsletter-form .newsletter_form_section {
  width: 50%;
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}
.shopify-section .homepage-sections-wrapper.newsletter--section .wrapper .newsletter-form .newsletter_form_section #newsletter-wrapper {
  position: relative;
  
  @media screen and (max-width: 500px) {
    display: flex;
    flex-direction: column;
  }
}
.shopify-section .homepage-sections-wrapper.newsletter--section .wrapper .newsletter-form .newsletter_form_section #newsletter-wrapper #newsletter_text{
  border: solid 1px #00000021;
  height: unset;
  width: 100%;
  background-color: white;
}
.shopify-section .homepage-sections-wrapper.newsletter--section .wrapper .newsletter-form .newsletter_form_section #newsletter-wrapper #newsletter_submit{
    background: black;
    color: white;
    max-width: unset;
    padding: 8px 30px !important;
    max-height: unset;
    position: absolute;
    top: 7px;
    right: 0;
    left: unset;
    bottom: unset;
    text-transform: uppercase;
  
  @media screen and (max-width: 500px) {
    position: unset;
    padding: 0 !important;
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
  }
}
.shopify-section .homepage-sections-wrapper.newsletter--section #sm-icons {
  list-style: none;
  display: flex;
  align-items: center;
  color: black;
  margin: 0;
  margin-right: 10%;
  
  @media screen and (max-width: 767px) {
    align-self: center;
    margin-top: 10px;
    margin-right: 0;
  }
}
.shopify-section .homepage-sections-wrapper.newsletter--section #sm-icons li * {
  fill: black !important;
}