/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 125:2 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
    .hero-banner-lilith {
      background: linear-gradient(to bottom, rgba(129, 140, 123, 0.3), rgba(255, 240, 208, 0.2));
      background-size: cover;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-color: #F3F4F1 !important;
      min-height: 394px;
      border: none;
      outline: none;
      position: relative;
    }

    @media (min-width: 768px) {
      .hero-banner-lilith {
        min-height: 500px;
      }
    }

    @media (min-width: 1024px) {
      .hero-banner-lilith {
        min-height: 700px;
        background-size: contain !important;
      }

      .hero-banner-lilith .hero-content {
        margin-left: auto;
        margin-right: auto;
      }
    }

    /* ✅ MEJORAS PARA MOBILE */
    @media (max-width: 767px) {
      .hero-banner-lilith {
        min-height: 394px !important;
        background-size: cover !important;
      }

      .hero-content {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
      }

      .hero-title {
        font-size: 1.125rem;
      }

      .hero-subtitle {
        font-size: 1rem;
      }
    }

    .hero-content {
      position: absolute;
      bottom: 0;
      text-align: center;
      width: 100%;
      height: 85%;
      padding-bottom: 5rem;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
    }

    .no-image .hero-content {
      position: relative !important;
      transform: none !important;
      left: auto !important;
      bottom: auto !important;
      padding-top: 5rem !important;
      padding-bottom: 5rem !important;
      display: flex !important;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 394px;
    }

    .hero-title {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
    }

    .hero-subtitle {
      font-size: 1.2rem;
      margin-bottom: 1rem;
    }

    .hero-button {
      text-align: center;
    }

    .swiper-button-prev,
    .swiper-button-next {
      color: #fff;
    }

    .swiper-pagination-bullet {
      background: #fff;
      opacity: 0.7;
    }

    .swiper-pagination-bullet-active {
      background: #CDB98E !important;
    }
  .swiper-slide {
    height: auto !important;
  }
  </style>