/** Shopify CDN: Minification failed

Line 131:20 Unexpected "{"
Line 131:29 Expected ":"
Line 131:36 Unexpected "{"
Line 136:20 Unexpected "{"
Line 136:29 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:email-sign-up (INDEX:16) */
.email-signup-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 600px;
    background: var(--color-background-secondary);
  }

  .email-signup-left {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/cdn/shop/files/harvesting-set-main-86a0910.jpg?v=1765261906");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
  }

  .email-signup-content {
    text-align: left;
    max-width: 100%;
  }

  .email-signup-content .prose {
    color: white;
  }

  .email-signup-content h2 {
    color: white;
  }

  .email-signup-content .subheading {
    color: white;
  }

  .email-signup-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: white;
  }

  .contact-form {
    width: 100%;
    max-width: 500px;
    padding: 0 !important;
    background: transparent !important;
  }

  @media (max-width: 768px) {
    .email-signup-container {
      grid-template-columns: 1fr;
      min-height: auto;
    }

    .email-signup-left {
      min-height: 300px;
    }

    .email-signup-right {
      min-height: 400px;
    }
  }
/* END_SECTION:email-sign-up */

/* START_SECTION:testimonials (INDEX:72) */
.testimonial-card {
    border: 1px solid #d4c5b9;
    border-radius: 12px;
    padding: 30px;
    background-color: white !important;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .testimonial-quote-icon {
    font-size: 48px;
    color: #d4c5b9;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 300;
    flex-shrink: 0;
  }

  .testimonial-card .h-stack {
    flex-shrink: 0;
  }

  .testimonial-card > .v-stack:last-of-type {
    flex-grow: 1;
  }

  .testimonial-list {
    position: relative;
    z-index: 1;
    margin-bottom: -60px;
  }

  .testimonial-list.scroll-area {
    margin-bottom: -20%;
    overflow: visible !important;
  }

  .scrollable-with-controls {
    overflow: visible !important;
    padding-bottom: 80px;
  }

  #shopify-section-{{ section.id }} {
    padding-bottom: 0;
    overflow: visible !important;
  }

  #shopify-section-{{ section.id }} .section-stack {
    overflow: visible !important;
  }
/* END_SECTION:testimonials */