.elementor-3 .elementor-element.elementor-element-0ccc61a{--display:flex;}.elementor-3 .elementor-element.elementor-element-d315cc9{--display:flex;}.elementor-3 .elementor-element.elementor-element-06441cd{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1072e1a *//* --- MENU MINIMALISTA FLOTANTE --- */
.menu-minimalista {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(250, 250, 250, 0.85) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 12px 0;
    font-family: 'Montserrat', sans-serif !important;
}

.menu-contenedor {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.menu-logo {
    font-size: 1.3rem;
    font-weight: 800;
    color: #1C1C1E !important;
    text-decoration: none !important;
    letter-spacing: -0.5px;
}

.menu-logo span {
    color: #E65100;
}

/* Navegación centro (Escritorio) */
.menu-navegacion {
    display: flex;
    gap: 24px; /* Ajustado de 30px a 24px para que quepan holgadamente los 4 enlaces */
}

.menu-navegacion a {
    text-decoration: none !important;
    color: #48484A !important;
    font-size: 0.9rem;
    font-weight: 600;
    transition: color 0.2s ease;
}

.menu-navegacion a:hover {
    color: #E65100 !important;
}

/* Contenedor derecho de botones */
.menu-acciones {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Botón Carrito */
.btn-menu-carrito {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff !important;
    color: #E65100 !important;
    text-decoration: none !important;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #E5E5EA !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    transition: all 0.2s ease;
}

.btn-menu-carrito svg {
    width: 18px;
    height: 18px;
}

.btn-menu-carrito:hover {
    background: #FFF6F0 !important;
    border-color: #E65100 !important;
    transform: translateY(-1px);
}

/* Botón Whatsapp del menú */
.btn-menu-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff !important;
    color: #1C1C1E !important;
    text-decoration: none !important;
    height: 40px;
    padding: 0 16px;
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 10px;
    border: 1px solid #E5E5EA !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
    transition: all 0.2s ease;
}

.btn-menu-whatsapp svg {
    color: #25D366;
}

.btn-menu-whatsapp:hover {
    border-color: #E65100 !important;
    color: #E65100 !important;
    background: #FFFBF8 !important;
    transform: translateY(-1px);
}

/* --- RESPONSIVO CELULARES --- */
@media (max-width: 768px) {
    .menu-minimalista {
        padding: 10px 0;
    }
    
    .menu-navegacion {
        display: none !important;
    }
    
    .menu-contenedor {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .menu-logo {
        font-size: 1.15rem;
    }

    .menu-acciones {
        gap: 8px;
    }

    .btn-menu-carrito {
        width: 36px;
        height: 36px;
    }

    .btn-menu-whatsapp {
        height: 36px;
        padding: 0 12px;
    }
    
    @media (max-width: 360px) {
        .btn-menu-whatsapp span {
            display: none;
        }
        .btn-menu-whatsapp {
            width: 36px;
            padding: 0;
            justify-content: center;
        }
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ddd35b0 *//* ESTILOS GENERALES DEL FOOTER */
.site-footer {
  background-color: #1c1c1e;
  color: #e5e5ea;
  padding: 60px 20px 0 20px;
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  padding-bottom: 40px;
}

/* COLUMNA LOGO / MARCA */
.footer-logo {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 15px 0;
  letter-spacing: -0.5px;
}

.footer-logo span {
  color: #ff6d00;
}

.footer-description {
  color: #aeaeb2;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

/* ENCABEZADOS DE COLUMNAS */
.footer-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 20px 0;
  position: relative;
}

/* TEXTOS Y ENLACES */
.footer-text {
  color: #aeaeb2;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 12px 0;
}

.footer-text strong {
  color: #ffffff;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #aeaeb2;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #ff6d00;
}

/* BOTÓN DE WHATSAPP PREMIUM */
.footer-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #25d366;
  color: #ffffff !important;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.85rem;
  margin-top: 10px;
  transition: background-color 0.2s ease, transform 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}

.footer-whatsapp-btn:hover {
  background-color: #20ba5a;
  transform: translateY(-2px);
}

/* BOTÓN SEGUIMIENTO DE PEDIDO (NUEVO) */
.footer-track-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #2c2c2e;
  color: #ffffff !important;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.85rem;
  margin-top: 12px;
  border: 1px solid #3a3a3c;
  transition: all 0.2s ease;
}

.footer-track-btn:hover {
  background-color: #ff6d00;
  border-color: #ff6d00;
  transform: translateY(-1px);
}

/* BARRA INFERIOR COPYRIGHT */
.footer-bottom {
  border-top: 1px solid #2c2c2e;
  padding: 25px 0;
  margin-top: 20px;
}

.footer-bottom-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  color: #86868b;
  font-size: 0.8rem;
}

.footer-bottom-container p {
  margin: 0;
}

.footer-credit {
  color: #636366;
}

/* RESPONSIVO PARA MÓVILES */
@media (max-width: 768px) {
  .site-footer {
    padding: 40px 15px 0 15px;
  }
  .footer-container {
    gap: 30px;
  }
  .footer-bottom-container {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}

/* ADAPTACIONES PARA SECCIÓN MAYORISTA EN FOOTER */
.footer-contact-column {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.footer-contact-column .footer-whatsapp-btn {
  margin-top: 0 !important;
}

.footer-contact-column .footer-wsp-mayorista {
  background-color: #ff6d00 !important; 
  box-shadow: 0 4px 10px rgba(255, 109, 0, 0.15);
}

.footer-contact-column .footer-wsp-mayorista:hover {
  background-color: #e06000 !important;
  transform: translateY(-2px);
}/* End custom CSS */