/** Shopify CDN: Minification failed

Line 50:4 Unexpected ";"

**/
/* ====== Newsletter Layout Wrapper ====== */
.custom-newsletter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem 0;
  max-width: 1200px;
  margin: 0 auto;
}

/* ====== Left Column (Text Block) ====== */
.custom-newsletter-left {
  flex: 1;
  max-width: 400px;
  text-align: left;
}

.custom-newsletter-heading {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
  color: white;
}

.custom-newsletter-subheading {
  font-size: 0.9rem;
  color: white;
  line-height: 1.4;
}

/* ====== Right Column (Form) ====== */
.newsletter-column-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

.new;
