/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2026 | 01:55:56 */
/* ================================================
   VELUVIA — MENÚ MÓVIL CUSTOM
   ================================================ */

/* Ocultar hamburguesa nativa de Divi */
@media (max-width: 980px) {
  #main-header .mobile_menu_bar,
  #main-header #et_mobile_nav_menu {
    display: none !important;
  }
}

/* ── BOTÓN HAMBURGUESA ── */
#veluvia-menu-toggle {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 56px;
  height: 60px;
  z-index: 99999;
  background: transparent;
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 980px) {
  #veluvia-menu-toggle { display: flex; }
}

.veluvia-ham-lines {
  width: 22px;
  height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.veluvia-ham-lines span {
  display: block;
  height: 1.5px;
  background: #1a1a1a;
  border-radius: 2px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
#veluvia-menu-toggle.is-open .veluvia-ham-lines span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
  background: #1a1a1a;
}
#veluvia-menu-toggle.is-open .veluvia-ham-lines span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
#veluvia-menu-toggle.is-open .veluvia-ham-lines span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
  background: #1a1a1a;
}

/* ── OVERLAY — oscurece todo MENOS el header ── */
#veluvia-overlay {
  position: fixed;
  top: var(--veluvia-header-h, 60px);
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.55);
  z-index: 9980;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  display: none;
}
#veluvia-overlay.is-open {
  opacity: 1;
  pointer-events: all;
  display: block;
}

/* ── LIENZO ── */
#veluvia-mobile-canvas {
  position: fixed;
  top: var(--veluvia-header-h, 60px);
  left: 0;
  width: 82%;
  max-width: 320px;
  /* Fallback para celulares viejos */
  height: calc(100vh - var(--veluvia-header-h, 60px));
  /* Medida dinámica perfecta para celulares modernos */
  height: calc(100dvh - var(--veluvia-header-h, 60px));
  background: #4a4a4a;
  z-index: 9990;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden; 
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#veluvia-mobile-canvas.is-open {
  transform: translateX(0);
}

/* ── INTERIOR ── */
.veluvia-canvas-inner {
  display: flex;
  flex-direction: column;
  /* MAGIA 2: Forzamos la altura al 100% estricto */
  height: 100%; 
  padding: 16px 12px;
  overflow: hidden; 
}

/* ── ICONOS SUPERIORES ── */
.veluvia-top-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 8px 0 16px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  flex-shrink: 0;
}
.veluvia-top-icons a,
.veluvia-top-icons a svg,
.veluvia-top-icons > a {
  color: #fff !important;
  fill: none !important;
  stroke: #fff !important;
  opacity: 0.9;
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.veluvia-top-icons a:hover { opacity: 1; }

/* ── CARRITO — solo contorno blanco, sin relleno ── */
.vlv-cart-wrap,
.vlv-cart-wrap a,
.vlv-cart-wrap button {
  color: #fff !important;
  filter: none !important;
  background: transparent !important;
}
.vlv-cart-wrap svg {
  stroke: #fff !important;
  fill: none !important;
}
.vlv-cart-wrap .dwmc-count {
  background: #ffffff !important;
  color: #1a1a1a !important;
  filter: none !important;
}

/* ── SEPARADOR ── */
.veluvia-divider {
  height: 1px;
  background: rgba(255,255,255,0.1);
  margin: 4px 0;
  flex-shrink: 0;
}

/* ── ZONA MENÚ — empuja redes hacia abajo ── */
.veluvia-menu-area {
  flex: 1;
  margin: 4px 0;
  /* MAGIA 3: Solo esta caja genera scroll */
  overflow-y: auto; 
  padding-bottom: 20px;
}

/* Scrollbar elegante para el menú */
.veluvia-menu-area::-webkit-scrollbar {
  width: 4px;
}
.veluvia-menu-area::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.2);
  border-radius: 4px;
}

/* ── MENÚ MÓVIL VELUVIA ── */
#vlv-supremo {
  width: 100%;
  padding: 8px 0;
}
#vlv-supremo ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#vlv-supremo .vlv-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
#vlv-supremo .vlv-item > a {
  flex: 1;
  padding: 15px 4px;
  text-decoration: none;
  color: #ffffff !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .05em;
  transition: all .25s ease;
}
#vlv-supremo .vlv-item > a:hover,
#vlv-supremo .vlv-item.is-open > a,
#vlv-supremo .current-menu-item > a {
  color: #c5a059 !important;
}
#vlv-supremo .vlv-toggle {
  background: none;
  border: none;
  font-size: 18px;
  color: #ffffff !important;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s ease;
  padding: 0;
}
#vlv-supremo .vlv-toggle::before {
  content: "▾";
}
#vlv-supremo .vlv-item.is-open > .vlv-toggle {
  transform: rotate(180deg);
  color: #c5a059 !important;
}
#vlv-supremo .vlv-sub-menu {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  padding-left: 12px;
  transition: max-height .35s ease;
}
#vlv-supremo .vlv-item.is-open > .vlv-sub-menu {
  max-height: 500px;
}
#vlv-supremo .vlv-sub-menu a {
  font-size: 14px;
  font-weight: 400;
  color: #e8e4df !important;
  padding: 10px 0;
  display: block;
  transition: color .25s ease;
  text-decoration: none;
}
#vlv-supremo .vlv-sub-menu a:hover {
  color: #c5a059 !important;
}

/* ── REDES SOCIALES ── */
.veluvia-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  /* Redujimos el espacio de abajo a 20px */
  padding: 14px 0 20px; 
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: auto; 
  flex-shrink: 0; 
}
.veluvia-social a {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.2s;
  font-family: 'DM Sans', sans-serif;
}
.veluvia-social a:hover { color: #c5a059; }
.veluvia-social svg { flex-shrink: 0; }