/** Shopify CDN: Minification failed

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

**/
@media screen and (max-width: 1023px) {
  .custom-email-section img { 
    top: 50px !important;
  }
  .newsletter input[type=email], .newsletter .button {
    font-size: calc(16px / 16 * var(--base-body-size) + 0px);
  }
}
@media screen and (min-width: 1024px) {
  .newsletter input[type=email], .newsletter .button {
    font-size: calc(18px / 16 * var(--base-body-size) + 0px);
  }
}
.custom-email-section img {
      position: absolute;
    width: 136px;
    right: 0;
    top: 100px;
}
h2.h3.custom-heading {
    width: 320px;
}
button#Subscribe-newsletter-template--27238215778645__newsletter_mKRAaG {
    width: 35%;
    background: #D14545;
    border: none;
    color: white;
}
.custom-email-section {
  position: relative;
  z-index: 1;
  display: flex; 
  justify-content: space-between; 
  align-items: center;
}
@media screen and (max-width: 768px) {
  .custom-email-section img {
    display: none;
  }
  button#Subscribe-newsletter-template--27238215778645__newsletter_mKRAaG {
    width: 100%;
  }
.custom-email-section {
  display: block;
}
.first-div, .second-div {
  width: 100% !important;
}
h2.h3.custom-heading {
    width: 100%;
}
}
.first-div, .second-div {
  width: 50%;
}
.newsletter__container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.newsletter__info {
  color: var(--color-secondary-text-cards);
}
.newsletter__icon svg path {
  stroke: var(--color-text-cards);
}
.newsletter fieldset {
  display: grid;
  grid-template-columns: auto;
  align-items: center;
  margin-inline-start: auto;
  margin-inline-end: auto;
  row-gap: 1.25rem;
}
@media screen and (max-width: 474px) {
  .newsletter fieldset {
    grid-template-columns: 100%;
  }
}
.newsletter input[type=email] {
  border-width: var(--border-width-buttons);
  border: 1px solid #DDDDDD ;
  background-color: white;
  border-radius: 100px;
  color: var(--color-secondary-text-cards);
/* }
@media screen and (min-width: 475px) {
  html[dir=rtl] .newsletter input[type=email] {
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    border-left-width: 1px;
  }

} */
.newsletter input[type=email]::placeholder {
  color: var(--color-secondary-text-cards);
  opacity: 1;
}
.newsletter .button {
  border-color: var(--color-secondary-text-cards);
  color: var(--color-text-cards);
  padding: var(--input-padding) 2.1875rem;
  line-height: var(--base-body-line);
}
@media screen and (min-width: 475px) {
  html[dir=rtl] .newsletter .button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  html[dir=ltr] .newsletter .button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}