/** Shopify CDN: Minification failed

Line 112:1 Expected "}" to go with "{"

**/
.section-footer .footer__v2.section-footer__row--blocks{
    padding-top:60px;
}

.section-footer .footer__v2.section-footer__row{
    justify-content:left;
    gap:70px;
}

.section-footer__row__col.section-footer__newsletter-block{
    flex:1;
}

.container-v2{
    max-width: 1410px;
    margin: 0px auto;
    padding: 0px 20px;
}

.news__letter--inner {
    max-width:385px;
}


.footer__v2.section-footer__row--blocks .section-footer__newsletter-block .signup-form .signup-form__email {
    width: 75%;
    padding: 0px;
        min-height: calc(1em + 1.4rem);

}

.footer__v2.section-footer__row--blocks .button.no-hover.signup-form__button{
    background: white;
    padding: 18px 20px;
    border-radius: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.footer__v2.section-footer__row--blocks .section-footer__newsletter-block .social-links {
    padding-top: 0.2em;
}

.footer__v2.section-footer__row--blocks .copyright {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}
.footer__v2.section-footer__row--blocks span.text__black {
    color: #6E6E6E;
}
.section-footer .section-footer__title {
    margin-bottom: 10px;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    font-family: Josefin Sans,sans-serif;
    color: inherit;
    text-transform: uppercase;
}


@media screen and (max-width:990px){
    .section-footer .footer__v2.section-footer__row {
    justify-content: left;
    gap: 10px;
}

@media screen and (max-width: 768px){
    .footer__v2.section-footer__row--blocks .button.no-hover.signup-form__button {
    background: #fff;
    padding: 18px 20px;
    border-radius: 100px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 29px;
    position:unset;
}
#footer_newsletter_signup{
    display:flex;
    flex-direction:column;
}
.footer__v2.section-footer__row--blocks .section-footer__newsletter-block .signup-form .signup-form__email {
    width: 100%;
    padding: 0;
    min-height: calc(1em + 1.4rem);
}
.section-footer ul.social-links__list {
    justify-content: center;
}
}