/*
Theme Name: Vitrinor
Description: Tema custom para Vitrinor.com
Author: Orquestamedia
Author URI: https://orquestamedia.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
body.menu-open {
  overflow: hidden!important;
  height: 100vh!important;
	position:fixed;
}

#menu-menu-movil-header {
  position: fixed;
  top: 280px;
  left: 0;
  width: 100vw;
  height: calc(100dvh - 280px);
  overflow-y: auto; /* ✅ debe tener scroll */
  -webkit-overflow-scrolling: touch; /* ✅ necesario para scroll suave en iOS */
  background: white;
  z-index: 9999;
  box-sizing: border-box;
}
#menu-menu-movil-header li:last-child {
  margin-bottom: 60px; 
}