/** Shopify CDN: Minification failed

Line 77:115 Unexpected ","

**/
.newsletter-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: #FEF5F3;
}
.newsletter-section .left-NWside {
  padding: 6vw 50px 7vw;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} 
.footer_newsletter .title {
  font-size: 4vw;
  line-height: 1.2;
  font-family: var(--theme_heading_font);
  font-weight: 300;
  display: inline-block;
  text-align: left;
  margin: 5.20833333vw 0 0;
  margin: 0;
  width: 60%;
}
.footer_newsletter .title p{
  margin: 0;
}
.footer_newsletter .newsletter-section .NW-image{
  text-align: right;
  height: auto;
} 
.newsletter-section .right-NWside{
  width: 50%;
}
.footer_newsletter .newsletter-section .right-NWside .NW-image img{
  vertical-align: top;
  height: auto;
  width: 100%;
}
.footer_newsletter .newsletter-section .footer-block__newsletter {
  /* margin-top: 35%; */
  /* margin: 330px 0 220px; */
}
.footer_newsletter .newsletter-section .footer-block__newsletter form,
.newsletter-section .klaviyo-form form{
  max-width: 100% !important;
}
.footer_newsletter .newsletter-section .footer-block__newsletter form .newsletter-form__field-wrapper,
.newsletter-section .klaviyo-form{
  max-width: 95%;
}
.footer-block__newsletter:has(> .klaviyo-form){
  margin-top: 50px;
}
.footer-block__newsletter .klaviyo-form p, .footer-block__newsletter .klaviyo-form p a {
  font-size: 16px !important;
  width: 100% !important;
}
.footer_newsletter .newsletter-section .footer-block__newsletter form .newsletter-form__field-wrapper input,
.newsletter-section .klaviyo-form form input,
.newsletter-section .klaviyo-form form select,
.newsletter-section .klaviyo-form form button[aria-label="Search Countries"]{
  border-bottom: 1px solid #453536 !important;
  background: transparent !important;
  color: #453536 !important;
  font-size: 22px !important;
}
.field {
  border-bottom: #453536;
}
.footer_newsletter .newsletter-section .footer-block__newsletter form .newsletter-form__field-wrapper .field:after,,
.footer_newsletter .newsletter-section .footer-block__newsletter form .newsletter-form__field-wrapper .field:before {display:none;}
.footer_newsletter .newsletter-section .footer-block__newsletter p {
  color: #453536;
  font-size: 1.5vw;
  line-height: 1.2;
  width: 85%;
  margin-bottom: 0px;
}
.newsletter-section .klaviyo-form form input:after:focus,
.footer_newsletter .newsletter-section .footer-block__newsletter form .newsletter-form__field-wrapper input.field__input:focus,
.newsletter-section .klaviyo-form form input:after:focus-visible,
.footer_newsletter .newsletter-section .footer-block__newsletter form .newsletter-form__field-wrapper input.field__input:focus-visible{
  box-shadow: none;
}
@media (max-width: 1536px){
  .newsletter-section .right-NWside{width: 42%;}
  .newsletter-section .left-NWside{padding: 3vw 50px;}
  .footer_newsletter .newsletter-section .right-NWside .NW-image img{  aspect-ratio: 950 / 950; object-fit: cover;}
}
@media(max-width: 768px){
  .newsletter-section .left-NWside {width: 100% !important; padding-inline: 20px !important; padding-top: 40px !important; }
  .newsletter-section .right-NWside {display: none !important; }
  .footer_newsletter .title {font-size: 36px !important; width: 90% !important; margin-bottom: 150px !important; }
  .footer_newsletter .newsletter-section .footer-block__newsletter form .newsletter-form__field-wrapper,
  .newsletter-section .klaviyo-form{max-width: 100% !important; }
  .footer_newsletter .newsletter-section form .newsletter-form__field-wrapper .newsletter-form__button svg {width: 16px; height: auto; }
  .footer_newsletter .newsletter-section .footer-block__newsletter p {width: 270px !important; text-align: left; font-size: 16px !important; margin: 30px 0px 0px; }
  .footer_newsletter .newsletter-section .footer-block__newsletter form .newsletter-form__field-wrapper input,
  .newsletter-section .klaviyo-form form input{padding-inline: 10px; font-size: 14px; }
  .footer_newsletter .newsletter-section .footer-block__newsletter form .newsletter-form__field-wrapper input + .field__label{left: 10px; }
}
@media(max-width: 540px){
  .footer_newsletter .title{margin-bottom: 110px !important;}
}