/** Shopify CDN: Minification failed

Line 28:15 Expected identifier but found whitespace
Line 28:17 Unexpected "{"
Line 28:26 Expected ":"
Line 28:58 Expected ":"
Line 29:16 Expected identifier but found whitespace
Line 29:18 Unexpected "{"
Line 29:27 Expected ":"
Line 29:60 Expected ":"
Line 35:6 Expected identifier but found whitespace
Line 35:8 Unexpected "{"
... and 14 more hidden warnings

**/


/* CSS from section stylesheet tags */
.image-with-text-newsletter.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-with-text-newsletter .page-width {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: {{ section.settings.page_padding_left }}px;
  padding-right: {{ section.settings.page_padding_right }}px;
}

.image-with-text-newsletter .grid {
  display: grid;
  grid-template-columns: 50% auto;
  gap: {{ section.settings.grid_gap }}px;
  align-items: center;
}

.image-with-text-newsletter.image-right .grid {
  grid-template-columns: auto 50%;
}

.image-with-text-newsletter img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.image-with-text-newsletter .text-content {
  display: flex;
  flex-direction: column;
}

.image-with-text-newsletter h4 { margin-bottom: 0.5rem; }
.image-with-text-newsletter h2 { margin-bottom: 1rem; }
.image-with-text-newsletter p { margin-bottom: 1.5rem; line-height: 1.6; }

.image-with-text-newsletter form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .image-with-text-newsletter .grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .image-with-text-newsletter img {
    width: 80%;
    margin: 0 auto;
  }
  .image-with-text-newsletter .text-content {
    text-align: center;
    align-items: center;
  }
}
.image-with-text-newsletter.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-with-text-newsletter .page-width {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: {{ section.settings.page_padding_left }}px;
  padding-right: {{ section.settings.page_padding_right }}px;
}

.image-with-text-newsletter .grid {
  display: grid;
  grid-template-columns: 50% auto;
  gap: {{ section.settings.grid_gap }}px;
  align-items: center;
}

.image-with-text-newsletter.image-right .grid {
  grid-template-columns: auto 50%;
}

.image-with-text-newsletter img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.image-with-text-newsletter .text-content {
  display: flex;
  flex-direction: column;
}

.image-with-text-newsletter h4 { margin-bottom: 0.5rem; }
.image-with-text-newsletter h2 { margin-bottom: 1rem; }
.image-with-text-newsletter p { margin-bottom: 1.5rem; line-height: 1.6; }

.image-with-text-newsletter form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .image-with-text-newsletter .grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .image-with-text-newsletter img {
    width: 80%;
    margin: 0 auto;
  }
  .image-with-text-newsletter .text-content {
    text-align: center;
    align-items: center;
  }
}