/** Shopify CDN: Minification failed

Line 49:0 Unexpected "<"
Line 97:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.custom-newsletter {
  padding: 40px 20px;
}
.custom-newsletter__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.custom-newsletter__text {
  flex: 1;
}
.custom-newsletter__form {
  flex: 1;
}
.custom-newsletter__form .field {
  position: relative;
}
.custom-newsletter__form .field__input {
  width: 50%;
  padding: 12px 10px;
  font-size: 16px;
}
.custom-newsletter__form .field__button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .custom-newsletter__inner {
    flex-direction: column;
  }
}
<style>
.section-trust-badges {
  background-color: #e0f0df;
  padding: 40px 0;
}
.trust-badge-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.trust-badge {
  background-color: #adc9e0;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
}
.trust-badge .icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
}
.trust-badge svg {
  width: 100%;
  height: 100%;
  stroke: #2c3e50;
}
.trust-badge h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.trust-badge p {
  font-size: 14px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .trust-badge-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .trust-badge-wrapper {
    grid-template-columns: 1fr;
  }
}
</style>