/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 129:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:carousel (INDEX:15) */
<style>
  .art-carousel {
    padding: 60px 0;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    background: #f8f9fa;
  }
  .art-carousel .carousel-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
    padding: 0 20px;
  }
  .art-carousel .carousel-header h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .art-carousel .carousel-header p {
    font-size: 1.1rem;
    color: #555;
  }
  .carousel-slides {
    display: flex;
    transition: transform 0.5s ease;
    overflow: hidden;
  }
  .carousel-slide {
    display: flex;
    min-width: 100%;
    flex-shrink: 0;
  }
  .carousel-image,
  .carousel-content {
    width: 50%;
  }
  .carousel-image {
    position: relative;
  }
  .carousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .featured-art {
    text-align: center;
    font-size: 0.85rem;
    font-style: italic;
    margin: 12px 0;
  }
  .featured-art a {
    color: #d81b60;
    text-decoration: underline;
  }
  .featured-art a:hover {
    color: #000;
  }
  .carousel-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .carousel-content h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .carousel-content p {
    font-size: 1rem;
    margin-bottom: 25px;
    color: #444;
  }
  .carousel-content .cta-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 12px 24px;
    border: 2px solid #000;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
  }
  .carousel-content .cta-btn:hover {
    background: #fff;
    color: #000;
  }
  .carousel-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
  }
  .carousel-indicator {
    width: 30px;
    height: 3px;
    background: rgba(0,0,0,0.2);
    cursor: pointer;
  }
  .carousel-indicator.active {
    background: #000;
  }
  @media (max-width: 768px) {
    .carousel-slide {
      flex-direction: column;
    }
    .carousel-image,
    .carousel-content {
      width: 100%;
    }
    .carousel-content {
      padding: 20px;
    }
    .carousel-content h3 {
      font-size: 1.5rem;
    }
  }
</style>
/* END_SECTION:carousel */

/* START_SECTION:faq (INDEX:35) */
.faq-section { background: #fff; }
  .faq-hero { padding: 80px 20px 60px; text-align: center; border-bottom: 1px solid #eee; }
  .faq-hero h1 { font-family: 'Playfair Display', serif; font-size: 2.5rem; color: #000; margin-bottom: 20px; }
  .faq-hero .subtitle { font-size: 1.1rem; color: #444; max-width: 800px; margin: 0 auto 32px; }
  .hero-cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
  .cta-button { color: #e91e63; background: #fff; border: 2px solid #e91e63; padding: 12px 24px; border-radius: 6px; font-weight: 600; text-decoration: none; transition: .3s; }
  .cta-button:hover { background: #e91e63; color: #fff !important; }
  .cta-button.secondary { border-color: #000; color: #000; }
  .cta-button.secondary:hover { background: #000; color: #fff !important; }
  .faq-container { max-width: 1000px; margin: 40px auto; padding: 0 16px; }
  .faq-item { background: #fff; border-radius: 8px; border: 1px solid #eee; margin-bottom: 20px; padding: 20px; }
  .faq-question { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 600; color: #e91e63; margin-bottom: 12px; }
  .faq-answer { color: #000; font-size: 1rem; line-height: 1.7; }
  .faq-answer strong { color: #000; }
  .faq-answer ul { margin: 12px 0; padding-left: 24px; }
  .faq-answer li { margin-bottom: 8px; }
  .faq-answer a { color: #e91e63; border-bottom: 1px solid #e91e63; text-decoration: none; }
  .faq-answer a:hover { background: #e91e63; color: #fff; border-bottom: none; }
  .faq-bottom-cta { background: #fafafa; padding: 50px 20px; text-align: center; margin-top: 60px; border-top: 1px solid #eee; }
  .faq-bottom-cta h2 { font-size: 1.8rem; font-family: 'Playfair Display', serif; margin-bottom: 16px; }
  .faq-bottom-cta p { font-size: 1rem; color: #444; max-width: 560px; margin: 0 auto 24px; }
  @media (max-width: 768px) {
    .faq-hero h1 { font-size: 2rem; }
    .faq-hero .subtitle { font-size: 1rem; }
    .faq-item { padding: 16px; }
    .faq-question { font-size: 1.1rem; }
    .faq-answer { font-size: .95rem; }
    .hero-cta { flex-direction: column; }
    .cta-button { width: 100%; text-align: center; }
  }
/* END_SECTION:faq */