/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 49:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .litterra-btn {
    background-color: var(--brand-secondary, #E4C8A1);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-block;
    margin-top: 12px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .litterra-btn:hover {
    background-color: #C7AB7A;
  }

  .litterra-brand h1, 
  .litterra-brand h2, 
  .litterra-brand h3 {
    font-family: 'Playfair Display', Georgia, serif;
    color: #4B3B2C;
  }

  .litterra-brand .collection-item img {
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-bottom: 1rem;
  }

  .litterra-brand .collection-item h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  
</style>