.elementor-1472 .elementor-element.elementor-element-22e834e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* ============================================
        VARIABLES Y RESET   
    ============================================ */
  :root {
    --lila-deep: #520f3b;
    --lila-main: #841d8d;
    --lila-light: #e371f1;
    --vermell-deep: #701c09;
    --vermell-main: #922300;
    --vermell-light: #c26969;
    --verd-deep: #062208;
    --verd-main: #265d0c;
    --verd-light: #307931;
    --daurat-deep: #725407;
    --daurat-main: #926e00;
    --daurat-light: #fad94b;
    --text-gold: #f9ba32;
    --cream: #fdfbf7;
    --cream-dark: #f5f0e8;
    --white: #ffffff;
    --text-dark: #2c2c2c;
    --text-muted: #6b6b6b;

    --font-serif: "Cormorant Garamond", serif;
    --font-sans: "Montserrat", sans-serif;

    --transition-smooth: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    --transition-slow: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
    font-size: 16px;
  }

  body {
    background-color: var(--cream);
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
  }
  
  body main {
      font-family: var(--font-sans);
  }

  ::selection {
    background: var(--daurat-light);
    color: var(--lila-deep);
  }

  ::-webkit-scrollbar {
    width: 8px;
  }
  ::-webkit-scrollbar-track {
    background: var(--cream);
  }
  ::-webkit-scrollbar-thumb {
    background: #d4c5b0;
    border-radius: 4px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: var(--daurat-main);
  }

  /* ============================================
       UTILIDADES
    ============================================ */
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }

  

  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.875rem 2rem;
    border-radius: 9999px;
    font-family: var(--font-sans);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: var(--transition-smooth);
    font-weight: 500;
    text-decoration: none !important;
  }

  .btn-primary {
    background: linear-gradient(
      135deg,
      var(--daurat-deep),
      var(--lila-deep)
    );
    color: var(--white);
    box-shadow: 0 4px 20px rgba(82, 15, 59, 0.15);
  }

  .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(82, 15, 59, 0.25);
    color: var(--white);
  }
  
  .btn-primary:active {
    color: var(--white);  
  }

  .btn-outline {
    background: transparent;
    color: var(--lila-deep);
    border: 1px solid rgba(82, 15, 59, 0.2);
  }

  .btn-outline:hover {
    background: var(--lila-deep);
    color: var(--white);
    border-color: var(--lila-deep);
  }

  /* ============================================
       HERO PEQUEÑO
    ============================================ */
  .page-hero {
    position: relative;
    padding: 8rem 0 8rem;
    text-align: center;
    /*background: linear-gradient(
      180deg,
      var(--cream) 0%,
      var(--cream-dark) 100%
    );*/
    overflow: hidden;
  }

  .page-hero::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 400px;
    background: rgba(227, 113, 241, 0.06);
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
  }
  
  .hero-bg {
      position: absolute;
      inset: 0;
      background: linear-gradient(
          180deg,
          var(--cream) 0%,
          var(--cream-dark) 100%
        );
      z-index: -2;
    }   
    
      .hero-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(146, 110, 0, 0.12);
    pointer-events: none;
    z-index: -1;
  }

  .hero-circle-1 {
    width: 600px;
    height: 600px;
    top: -100px;
    left: -100px;
  }

  .hero-circle-2 {
    width: 400px;
    height: 400px;
    bottom: -50px;
    right: -50px;
    border-color: rgba(132, 29, 141, 0.15);
  }

  .page-hero h1 {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 6vw, 4rem);
    color: var(--lila-deep);
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
  }

  .page-hero p {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1.25rem;
    color: var(--text-muted);
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .hero-divider {
    width: 4rem;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      var(--daurat-main),
      transparent
    );
    margin: 1.5rem auto;
  }

  /* ============================================
       PRODUCTOS GRID
    ============================================ */
  .products-section {
    padding: 4rem 0 6rem;
    background: var(--white);
  }

  .products-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
  }

  .product-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2.5rem;
    background: var(--cream);
    border-radius: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: var(--transition-smooth);
    position: relative;
    overflow: hidden;
  }

  .product-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
      90deg,
      var(--lila-light),
      var(--daurat-light)
    );
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
  }

  .product-card:hover::before {
    opacity: 1;
  }

  .product-image {
    width: 100%;
    aspect-ratio: 2/3;
    /*max-height: 380px;*/
    background: linear-gradient(135deg, #f0eae3 0%, #e5ddd4 100%);
    border-radius: 1rem;
    /*border: 1px dashed #c9bba8;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a89b8c;
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1.1rem;
    position: relative;
    overflow: hidden;
  }
  
  .product-image img {
      height: 100% !important;
      width: 100%;
      object-fit: cover;
  }

  .product-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      135deg,
      rgba(227, 113, 241, 0.05),
      rgba(250, 217, 75, 0.05)
    );
  }

  .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .product-tag {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--daurat-main);
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.75rem;
    background: rgba(250, 217, 75, 0.12);
    border-radius: 999px;
    width: fit-content;
  }

  .product-info h2 {
    font-family: var(--font-serif);
    font-size: clamp(1.65rem, 3vw, 2rem);
    color: var(--lila-deep);
    margin-bottom: 1rem;
    line-height: 1.3;
  }

  .product-info p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 2rem;
  }

  .product-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }

  /* ============================================
       SECCIÓN PRÓXIMAMENTE
    ============================================ */
  .coming-soon {
    padding: 5rem 0;
    background: linear-gradient(180deg, var(--cream-dark), var(--cream));
    text-align: center;
  }

  .coming-soon-inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 3rem;
    background: var(--white);
    border-radius: 2rem;
    border: 1px solid rgba(146, 110, 0, 0.1);
  }

  .coming-soon h3 {
    font-family: var(--font-serif);
    font-size: 1.75rem;
    color: var(--lila-deep);
    margin-bottom: 0.75rem;
  }

  .coming-soon p {
    color: var(--text-muted);
    font-size: 0.95rem;
  }

  /* ============================================
       FOOTER
    ============================================ */
  .footer {
    background: var(--lila-deep);
    padding: 3rem 0;
    text-align: center;
  }

  .footer-brand {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1.5rem;
    color: var(--daurat-light);
    display: block;
    margin-bottom: 0.5rem;
  }

  .footer p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.85rem;
  }

  /* ============================================
       ANIMACIONES
    ============================================ */
  .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: var(--transition-slow);
  }

  .reveal.active {
    opacity: 1;
    transform: translateY(0);
  }

  /* ============================================
       RESPONSIVE
    ============================================ */
  @media (min-width: 768px) {
    .products-grid {
      gap: 2.5rem;
    }

    .product-card {
      grid-template-columns: 280px 1fr;
      align-items: center;
      padding: 3rem;
    }

    .product-image {
      /*max-height: 360px;*/
    }
  }

  @media (max-width: 767px) {
    .navbar {
      padding: 1rem;
    }

    .nav-links {
      gap: 1rem;
    }

    .nav-links a:not(.btn) {
      display: none;
    }

    .page-hero {
      padding: 8rem 0 3rem;
    }

    .product-card {
      padding: 1.5rem;
    }
    
    .product-image {
        aspect-ratio: 3/4;
    }
    
    .product-info p {
        font-size: 0.9rem;
    }

    .product-actions {
      flex-direction: column;
    }

    .product-actions .btn {
      width: 100%;
      justify-content: center;
    }
  }/* End custom CSS */