/** Shopify CDN: Minification failed

Line 125:16 Expected identifier but found whitespace
Line 125:18 Unexpected "{"
Line 125:27 Expected ":"
Line 125:53 Expected ":"
Line 126:19 Expected identifier but found whitespace
Line 126:21 Unexpected "{"
Line 126:30 Expected ":"
Line 126:59 Expected ":"
Line 140:16 Expected identifier but found whitespace
Line 140:18 Unexpected "{"
... and 6 more hidden warnings

**/


/* CSS from section stylesheet tags */
.about-wrapper { font-family: 'Lora', serif; color: #4A3C28; line-height: 1.7; background: #FAF7F0; width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; padding: 80px 20px; }
  .about-wrapper * { margin: 0; padding: 0; box-sizing: border-box; }
  .about-container { max-width: 1200px; margin: 0 auto; }
  .about-header { text-align: center; margin-bottom: 70px; position: relative; }
  .about-header::after { content: '❦'; display: block; font-size: 24px; color: #C8A882; margin-top: 20px; opacity: 0.6; }
  .about-header h1 { font-family: 'Playfair Display', serif; font-size: 56px; font-weight: 400; font-style: italic; color: #4A3C28; margin-bottom: 15px; }
  .about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; margin-bottom: 50px; }
  .about-image-section { position: sticky; top: 100px; }
  .about-image { width: 100%; border-radius: 6px; box-shadow: 0 8px 25px rgba(74, 60, 40, 0.12); border: 1px solid #F0E6D8; }
  .about-text-section { background: #FFFCF8; border-radius: 6px; padding: 50px; box-shadow: 0 4px 15px rgba(74, 60, 40, 0.08); border: 1px solid #F0E6D8; }
  .about-text-section p { color: #6B5D4F; line-height: 1.9; font-size: 17px; margin-bottom: 20px; }
  .about-text-section p:last-child { margin-bottom: 0; }
  .about-text-section p:first-of-type::first-letter { font-family: 'Playfair Display', serif; font-size: 72px; line-height: 1; float: left; margin: 5px 15px 0 0; color: #8B7A66; font-style: italic; }
  .highlight-section { background: linear-gradient(135deg, #E8C4B8 0%, #F0DCD5 100%); border-radius: 6px; padding: 50px; text-align: center; border: 1px solid #E8D5C4; margin-top: 50px; }
  .highlight-section p { color: #4A3C28; line-height: 1.9; font-size: 20px; font-family: 'Cormorant Garamond', serif; font-style: italic; max-width: 900px; margin: 0 auto; font-weight: 400; }
  @media (max-width: 968px) { .about-content { grid-template-columns: 1fr; gap: 40px; } .about-image-section { position: relative; top: 0; } .about-text-section { padding: 35px; } .highlight-section { padding: 40px 30px; } }
  @media (max-width: 768px) { .about-wrapper { padding: 60px 20px; } .about-header h1 { font-size: 42px; } .about-text-section { padding: 30px 25px; } .about-text-section p { font-size: 16px; } .about-text-section p:first-of-type::first-letter { font-size: 56px; } .highlight-section p { font-size: 18px; } }
  @media (max-width: 480px) { .about-header h1 { font-size: 32px; } .about-text-section { padding: 25px 20px; } .about-text-section p:first-of-type::first-letter { font-size: 48px; margin: 3px 10px 0 0; } .highlight-section { padding: 30px 20px; } .highlight-section p { font-size: 17px; } }
/* Algemene styling */
  .art-homepage { font-family: 'Lora', serif; color: #4A3C28; line-height: 1.7; background: #FAF7F0; width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
  .hero-carousel { position: relative; width: 100vw; aspect-ratio: 828 / 484; max-height: 70vh; overflow: hidden; background: #F5F0E8; border-bottom: 1px solid #E8D5C4; margin-left: calc(-50vw + 50%); }
  .carousel-slide { position: absolute; width: 100%; height: 100%; opacity: 0; transition: opacity 1.2s ease-in-out; display: flex; align-items: center; justify-content: center; }
  .carousel-slide.active { opacity: 1; }
  .carousel-slide img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 1; }
  .carousel-overlay { position: absolute; inset: 0; background: rgba(74, 60, 40, 0); z-index: 2; }
  .carousel-content { position: relative; z-index: 3; text-align: center; color: #FAF7F0; max-width: 900px; padding: 0 30px; }
  .carousel-content h1 { font-family: 'Playfair Display', serif; font-size: clamp(3rem, 7vw, 5.5rem); font-weight: 400; font-style: italic; margin-bottom: 25px; line-height: 1.1; text-shadow: 2px 2px 4px rgba(74, 60, 40, 0.3); }
  .carousel-content p { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; margin-bottom: 35px; font-style: italic; opacity: 0.95; }
  .carousel-dots { position: absolute; bottom: 35px; left: 50%; transform: translateX(-50%); display: flex; gap: 12px; z-index: 4; }
  .dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(250, 247, 240, 0.5); cursor: pointer; transition: all 0.3s ease; border: 1px solid rgba(250, 247, 240, 0.3); }
  .dot.active { background: #FAF7F0; width: 35px; border-radius: 5px; }
  .btn-primary { display: inline-block; background: #FAF7F0; color: #4A3C28; padding: 16px 45px; border-radius: 30px; text-decoration: none; font-weight: 500; transition: all 0.3s ease; font-size: 15px; letter-spacing: 1px; font-family: 'Cormorant Garamond', serif; text-transform: uppercase; border: 1px solid transparent; }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(74, 60, 40, 0.15); background: #FFF8F0; }
  .intro-section { padding: 60px 20px; max-width: 900px; margin: 0 auto; text-align: center; }
  .art-section { padding: 80px 20px; max-width: 1400px; margin: 0 auto; width: 100%; }
  .section-header { text-align: center; margin-bottom: 60px; position: relative; }
  .section-header::after { content: '❦'; display: block; font-size: 24px; color: #C8A882; margin-top: 20px; opacity: 0.6; }
  .section-title { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 400; font-style: italic; color: #4A3C28; margin-bottom: 12px; }
  .artwork-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 35px; }
  .artwork-card { background: #FFFCF8; border-radius: 6px; overflow: hidden; box-shadow: 0 4px 15px rgba(74, 60, 40, 0.08); transition: all 0.4s ease; cursor: pointer; border: 1px solid #F0E6D8; height: 100%; display: flex; flex-direction: column; }
  .artwork-card:hover { box-shadow: 0 12px 30px rgba(74, 60, 40, 0.12); border-color: #E8D5C4; }
  .artwork-card img { width: 100%; height: 350px; object-fit: cover; }
  .artwork-info { padding: 28px; flex-grow: 1; }
  .artwork-title { font-family: 'Playfair Display', serif; font-size: 26px; color: #4A3C28; margin-bottom: 10px; font-weight: 500; }
  .artwork-status { color: #8B7A66; font-size: 14px; font-style: italic; font-family: 'Cormorant Garamond', serif; }
  .print-section { background: #FFF9F3; padding: 80px 20px; border-top: 1px solid #F0E6D8; width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
  .print-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .print-image img { width: 100%; border-radius: 6px; box-shadow: 0 8px 20px rgba(74, 60, 40, 0.1); display: block; }
  .print-content h3 { font-family: 'Playfair Display', serif; font-size: 36px; color: #4A3C28; margin-bottom: 20px; font-style: italic; }
  .newsletter { background: linear-gradient(135deg, #E8C4B8 0%, #F0DCD5 100%); padding: 85px 20px; text-align: center; border-top: 1px solid #E8D5C4; width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
  .newsletter-inner { max-width: 850px; margin: 0 auto; }
  .newsletter h2 { font-family: 'Playfair Display', serif; font-size: 46px; color: #4A3C28; margin-bottom: 22px; font-style: italic; }
  .newsletter p { color: #5A4A3A; font-size: 18px; margin-bottom: 35px; font-family: 'Cormorant Garamond', serif; font-style: italic; }
  
  /* Newsletter Grid Container */
  .newsletter-grid-container { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-bottom: 40px; text-align: left; }
  .facebook-widget-container { background: #FFFCF8; border-radius: 6px; padding: 15px; box-shadow: 0 4px 15px rgba(74, 60, 40, 0.08); border: 1px solid #F0E6D8; height: 100%; min-height: 252px; display: flex; align-items: center; justify-content: center; }
  .facebook-widget-container iframe { width: 100%; height: 222px; display: block; margin: 0 auto; }
  .social-links { display: flex; justify-content: center; gap: 25px; margin-top: 0; }
  .social-links a { color: #4A3C28; text-decoration: none; font-weight: 500; font-size: 16px; transition: color 0.3s ease; }
  .social-links a:hover { color: #8B7A66; }
  
  /* MailerLite Custom Styling */
  .newsletter-form-container #mlb2-33154674.ml-form-embedContainer { margin: 0; width: 100% !important; }
  .newsletter-form-container #mlb2-33154674.ml-form-embedContainer .ml-form-embedWrapper { background-color: transparent !important; border-width: 0 !important; width: 100% !important; max-width: 100% !important; padding: 0 !important; }
  .newsletter-form-container #mlb2-33154674.ml-form-embedContainer .ml-form-embedBody, .newsletter-form-container #mlb2-33154674.ml-form-embedContainer .ml-form-successBody { padding: 0 !important; }
  .newsletter-form-container #mlb2-33154674.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent { display: none !important; }
  .newsletter-form-container .ml-block-form { display: flex; flex-direction: column; gap: 15px; }
  .newsletter-form-container .newsletter-intro-text { margin-bottom: 20px; text-align: center; }
  .newsletter-form-container .newsletter-intro-text h3 { font-family: 'Playfair Display', serif; font-size: 28px; color: #4A3C28; margin-bottom: 8px; font-style: italic; }
  .newsletter-form-container .newsletter-intro-text p { font-family: 'Cormorant Garamond', serif; font-size: 16px; color: #5A4A3A; margin: 0; font-style: italic; }
  .newsletter-form-container input.form-control { background-color: #FFFCF8 !important; color: #4A3C28 !important; border-color: #E8D5C4 !important; border-radius: 30px !important; border-width: 1px !important; font-family: 'Lora', serif; font-size: 15px !important; padding: 16px 28px !important; width: 100% !important; }
  .newsletter-form-container input.form-control::placeholder { color: #9B8B7B !important; font-style: italic !important; }
  .newsletter-form-container button.primary { background: #4A3C28 !important; color: #FAF7F0 !important; border: none !important; border-radius: 30px !important; font-weight: 500 !important; cursor: pointer; transition: all 0.3s ease; letter-spacing: 0.8px !important; font-family: 'Cormorant Garamond', serif !important; text-transform: uppercase !important; font-size: 14px !important; padding: 16px 45px !important; width: 100%; max-width: 250px; margin: 0 auto; }
  .newsletter-form-container button.primary:hover { background: #3A2C18 !important; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(74, 60, 40, 0.25); }
  .newsletter-form-container .ml-form-embedSubmit { margin: 0 !important; width: 100%; }
  .newsletter-form-container .ml-form-successBody h4, .newsletter-form-container .ml-form-successBody p { font-family: 'Lora', serif !important; color: #4A3C28 !important; text-align: left; }
  
  /* Responsive */
  @media (max-width: 968px) { .newsletter-grid-container { grid-template-columns: 1fr; gap: 30px; } .newsletter-inner { max-width: 600px; } .newsletter-form-container { text-align: center; } }
  @media (max-width: 768px) { .hero-carousel { max-height: 60vh; } .carousel-content h1 { font-size: clamp(2.5rem, 8vw, 4rem); } .btn-primary { padding: 14px 35px; } .intro-section { padding: 50px 20px; } .art-section { padding: 60px 20px; } .print-container { grid-template-columns: 1fr; } .social-links { flex-direction: column; gap: 15px; } }
  @media (max-width: 480px) { .hero-carousel { max-height: 50vh; } .carousel-content h1 { font-size: clamp(2rem, 7vw, 3rem); } .btn-primary { padding: 12px 30px; } .carousel-dots { bottom: 20px; } }
.contact-wrapper { font-family: 'Lora', serif; color: #4A3C28; line-height: 1.7; background: #FAF7F0; width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; padding: 80px 20px; }
  .contact-wrapper * { margin: 0; padding: 0; box-sizing: border-box; }
  .contact-container { max-width: 1000px; margin: 0 auto; }
  .contact-header { text-align: center; margin-bottom: 60px; position: relative; }
  .contact-header::after { content: '❦'; display: block; font-size: 24px; color: #C8A882; margin-top: 20px; opacity: 0.6; }
  .contact-header h2 { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 400; font-style: italic; color: #4A3C28; margin-bottom: 20px; }
  .contact-intro { font-size: 17px; color: #6B5D4F; line-height: 1.9; max-width: 800px; margin: 0 auto; }
  .commission-card { background: #FFFCF8; border-radius: 6px; padding: 40px; margin: 50px 0; box-shadow: 0 4px 15px rgba(74, 60, 40, 0.08); border: 1px solid #F0E6D8; transition: all 0.4s ease; }
  .commission-card:hover { box-shadow: 0 12px 30px rgba(74, 60, 40, 0.12); border-color: #E8D5C4; }
  .commission-card h3 { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 400; font-style: italic; color: #4A3C28; margin-bottom: 20px; }
  .commission-card p { color: #6B5D4F; line-height: 1.9; font-size: 17px; }
  .contact-details { background: #FFFCF8; border-radius: 6px; padding: 40px; box-shadow: 0 4px 15px rgba(74, 60, 40, 0.08); border: 1px solid #F0E6D8; margin-bottom: 40px; }
  .contact-details h3 { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 400; font-style: italic; color: #4A3C28; margin-bottom: 30px; text-align: center; }
  .contact-item { padding: 20px 0; border-bottom: 1px solid #F0E6D8; display: flex; align-items: center; gap: 20px; }
  .contact-item:last-child { border-bottom: none; }
  .contact-item strong { font-family: 'Cormorant Garamond', serif; color: #4A3C28; min-width: 120px; font-weight: 600; font-size: 18px; }
  .contact-item a { color: #8B7A66; text-decoration: none; transition: color 0.3s ease; font-size: 17px; }
  .contact-item a:hover { color: #4A3C28; }
  .atelier-section { background: linear-gradient(135deg, #E8C4B8 0%, #F0DCD5 100%); border-radius: 6px; padding: 50px; text-align: center; border: 1px solid #E8D5C4; }
  .atelier-section h3 { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 400; font-style: italic; color: #4A3C28; margin-bottom: 20px; }
  .atelier-section p { color: #5A4A3A; line-height: 1.9; font-size: 17px; max-width: 700px; margin: 0 auto; }
  @media (max-width: 768px) { .contact-wrapper { padding: 60px 20px; } .contact-header h2 { font-size: 36px; } .commission-card, .contact-details, .atelier-section { padding: 30px 20px; } .commission-card h3, .contact-details h3, .atelier-section h3 { font-size: 28px; } .contact-intro, .commission-card p, .atelier-section p { font-size: 16px; } .contact-item { flex-direction: column; align-items: flex-start; gap: 8px; } .contact-item strong { min-width: auto; font-size: 16px; } .contact-item a { font-size: 16px; } }
  @media (max-width: 480px) { .contact-header h2 { font-size: 28px; } .commission-card h3, .contact-details h3, .atelier-section h3 { font-size: 24px; } .commission-card, .contact-details { padding: 25px 18px; } .atelier-section { padding: 35px 20px; } }
.custom-html__wrapper {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  @media screen and (max-width: 749px) {
    .custom-html__wrapper {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }
.custom-liquid__wrapper {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  @media screen and (max-width: 749px) {
    .custom-liquid__wrapper {
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }