.elementor-613 .elementor-element.elementor-element-567333f{--display:flex;--min-height:100vh;}.elementor-613 .elementor-element.elementor-element-91f4519{width:100%;max-width:100%;}@media(min-width:768px){.elementor-613 .elementor-element.elementor-element-567333f{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-91f4519 */:root {
             --gold: #d8a24a;
             --bg: #0b0b0b;
             --card: #151515
         }
         
         * {
             margin: 0;
             padding: 0;
             box-sizing: border-box
         }
         
         html {
             scroll-behavior: smooth
         }
         
         body {
             background: var(--bg);
             color: #fff;
             font-family: Poppins, sans-serif;
             overflow-x: hidden
         }
         
         .nav {
             position: fixed;
             top: 0;
             width: 100%;
             padding: 18px 6%;
             display: flex;
             justify-content: space-between;
             align-items: center;
             z-index: 1000;
             background: rgba(0, 0, 0, .2);
             backdrop-filter: blur(14px)
         }
         
         .logo {
             color: var(--gold);
             font-weight: 700
         }
         
         .nav ul {
             display: flex;
             gap: 25px;
             list-style: none
         }
         
         .nav a {
             text-decoration: none;
             color: #fff
         }
         
         .hero {
             min-height: 100vh;
             display: flex;
             align-items: center;
             position: relative;
             background: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .8)), url('https://www.dulceseltrapiche.com/tienda/wp-content/uploads/2026/06/hero.png') center/cover fixed
         }
         
         .hero:after {
             content: '';
             position: absolute;
             bottom: 0;
             left: 0;
             width: 100%;
             height: 120px;
             background: linear-gradient(transparent, var(--bg))
         }
         
         .container {
             width: min(1200px, 92%);
             margin: auto
         }
         
         .hero small {
             color: var(--gold);
             letter-spacing: 4px
         }
         
         .hero h1 {
             font-family: 'Playfair Display', serif;
             font-size: clamp(3.5rem, 8vw, 7rem);
             max-width: 900px;
             line-height: 1
         }
         
         .hero p {
             max-width: 650px;
             margin: 20px 0;
             color: #ddd
         }
         
         .btn {
             display: inline-block;
             padding: 16px 34px;
             background: var(--gold);
             border-radius: 50px;
             color: #111;
             text-decoration: none;
             font-weight: 700;
             transition: .3s
         }
         
         .btn:hover {
             transform: translateY(-4px);
             box-shadow: 0 10px 30px rgba(216, 162, 74, .35)
         }
         
         section {
             padding: 110px 0
         }
         
         .title {
             text-align: center;
             margin-bottom: 60px
         }
         
         .title h2 {
             font-family: 'Playfair Display', serif;
             color: var(--gold);
             font-size: 3rem
         }
         
         .stats {
             display: grid;
             grid-template-columns: repeat(3, 1fr);
             gap: 20px;
             margin-top: 50px
         }
         
         .stat {
             background: rgba(255, 255, 255, .05);
             padding: 25px;
             border-radius: 20px;
             border: 1px solid rgba(216, 162, 74, .15)
         }
         
         .stat b {
             display: block;
             font-size: 2.5rem;
             color: var(--gold)
         }
         
         .story,
         .product {
             display: grid;
             grid-template-columns: 1fr 1fr;
             gap: 60px;
             align-items: center
         }
         
         .story img,
         .product img,
         .gallery img {
             width: 100%;
             border-radius: 22px
         }
         
         .product img {
             max-width: 450px;
             margin: auto;
             animation: float 5s ease-in-out infinite
         }
         
         .cards {
             display: grid;
             grid-template-columns: repeat(4, 1fr);
             gap: 20px
         }
         
         .card,
         .testimonial {
             background: var(--card);
             padding: 25px;
             border-radius: 20px;
             border: 1px solid rgba(216, 162, 74, .12);
             transition: .4s
         }
         
         .card:hover,
         .testimonial:hover {
             transform: translateY(-10px)
         }
         
         .timeline {
             display: grid;
             grid-template-columns: repeat(5, 1fr);
             gap: 15px
         }
         
         .step {
             background: var(--card);
             padding: 20px;
             border-radius: 20px;
             text-align: center
         }
         
         .gallery {
             display: grid;
             grid-template-columns: 2fr 1fr 1fr;
             gap: 15px
         }
         
         .testimonials {
             display: grid;
             grid-template-columns: repeat(3, 1fr);
             gap: 20px
         }
         
         .cta {
             text-align: center;
             background: linear-gradient(135deg, #111, #060606)
         }
         
         .footer {
             text-align: center;
             padding: 60px 0;
             border-top: 1px solid rgba(255, 255, 255, .08)
         }
         
         .reveal {
             opacity: 0;
             transform: translateY(40px);
             transition: 1s
         }
         
         .reveal.show {
             opacity: 1;
             transform: none
         }
         
         .whatsapp {
             position: fixed;
             bottom: 25px;
             right: 25px;
             width: 65px;
             height: 65px;
             border-radius: 50%;
             background: var(--gold);
             display: flex;
             justify-content: center;
             align-items: center;
             color: #111;
             text-decoration: none;
             font-size: 28px
         }
         
         @keyframes float {
             50% {
                 transform: translateY(-18px)
             }
         }
         
         @media(max-width:900px) {
             .story,
             .product,
             .gallery,
             .testimonials,
             .stats,
             .cards,
             .timeline {
                 grid-template-columns: 1fr 1fr
             }
         }
         
         @media(max-width:650px) {
             .story,
             .product,
             .gallery,
             .testimonials,
             .stats,
             .cards,
             .timeline {
                 grid-template-columns: 1fr
             }
             .nav ul {
                 display: none
             }
         }
         .toast {
        position: fixed;
        top: 30px;
        right: 30px;
        background: var(--gold);
        color: #111;
        padding: 16px 28px;
        border-radius: 12px;
        font-weight: 600;
        box-shadow: 0 10px 25px rgba(0,0,0,.3);
        opacity: 0;
        transform: translateY(-20px);
        transition: .4s;
        z-index: 9999;
        pointer-events: none;
             
         }
         
         .toast.show {
            opacity: 1;
            transform: translateY(0);
             
         }
         
         .cg-float-cart {
            position: fixed !important;
            bottom: 100px !important;
            right: 25px !important;
            width: 65px;
            height: 65px;
            border-radius: 50%;
            background: var(--gold);
            display: flex;
            justify-content: center;
            align-items: center;
            color: #111 !important;
            font-size: 28px;
            text-decoration: none;
            z-index: 9998;
        }
        .hamburger-menu {
            position: fixed;
            top: 30px;
            left: 30px;
            display: flex;
            align-items: center;
            gap: 15px;
            background: transparent !important;
            border: none;
            cursor: pointer;
            z-index: 10001;
            padding: 15px 20px;
            border-radius: 8px !important;
            transition: all 0.3s ease;
        }
        
        .hamburger-menu:hover {
            background: var(--gold) !important;
        }
        
        .hamburger-menu:hover .menu-text{
            color: #ffffff;
        }
        
        .header-logo {
            position: fixed;
            top: 20px;
            right: 30px;
            z-index: 10001;
            max-height: 100px !important;
            max-width: 180px !important;
            height: auto !important;
            width: auto !important;
            transition: all 0.3s ease;
        }
        
        .hamburger-icon {
            width: 30px;
            height: 22px;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        
        .hamburger-icon span {
            display: block;
            height: 3px;
            width: 100%;
            background: var(--gold);
            border-radius: 2px;
            transition: all 0.3s ease;
        }
        .hamburger-icon span:hover{
            color: #ffffff;
            background: #ffffff ;
             }
        
        .menu-text {
            color: var(--gold);
            font-family: 'Playfair Display', serif;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 2px;
        }
        
        .hamburger-menu.active .hamburger-icon span:nth-child(1) {
            transform: rotate(45deg) translate(6px, 6px);
        }
        
        .hamburger-menu.active .hamburger-icon span:nth-child(2) {
            opacity: 0;
        }
        
        .hamburger-menu.active .hamburger-icon span:nth-child(3) {
            transform: rotate(-45deg) translate(6px, -6px);
        }
        
        .fullscreen-menu {
            position: fixed;
            top: 0;
            left: 0;
            width: 320px;
            height: 100vh;
            background: linear-gradient(293deg,rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 1) 100%);
            z-index: 10000;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            visibility: hidden;
            transform: translateX(-100%);
            transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
        }
        
        .fullscreen-menu.active {
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
        }
        
        .fullscreen-nav {
            display: flex;
            flex-direction: column;
            gap: 25px;
            text-align: center;
        }
        
        .menu-link {
            font-family: 'Playfair Display', serif !important;
            font-size: 22px;
            font-weight: 600 !important;
            color: #ffffff !important;
            text-decoration: none !important;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            opacity: 0;
            transform: translateY(20px);
        }
        
        .fullscreen-menu.active .menu-link {
            opacity: 1;
            transform: translateY(0);
        }
        
        .menu-link:hover {
            color: var(--gold) !important;
        }/* End custom CSS */