/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 128:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .split-section-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
  }

  .split-section-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }

  .split-section-heading h2 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .split-section-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
  }

  .split-section-left {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .split-section-right {
    flex: 1 1 55%;
  }

  .split-section-left img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 16px;
    margin-top: auto;
    border-radius: 8px;
  }

  .product-entry {
    display: flex;
    align-items: stretch;
    margin-bottom: 1.5rem;
    margin-top: auto;
  }

.product-entry img {
  max-width: 150px;  /* Bigger image */
  margin-right: 1.5rem;
  margin-top: auto;
  border-radius: 6px;
}

.product-info {
  font-size: 1.35rem; /* Larger font */
}

.product-info .price {
  font-weight: 500;
  color: #4a4745;
  font-size: 1.2rem;
  
}

.product-location {
  font-size: 1rem;
  color: #8f8985;
  margin-top: 0.25rem;
}

.product-date {
  font-size: 0.95rem;
  color: #8f8985;
  margin-top: 0.25rem;
}

.product-time {
  font-size: 0.95rem;
  color: #8f8985;
  margin-top: 0.25rem;
}

.product-location,
.product-date,
.product-info,
.product-info .price,
.product-time {
  line-height: 1.2; /* or try 1.2 for slight spacing */
  margin-top: 0.2rem;
}

.section-subheading {
  font-size: 1.5rem;
  color: #666;
  margin-top: 0.25rem;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}
  
  /* Responsive behavior */
  @media (max-width: 768px) {
    .split-section-wrapper {
      flex-direction: column;
    }

    .split-section-left,
    .split-section-right {
      max-width: 100%;
      flex: 1 1 100%;
    }
  }
</style>