/* ========== Adventure Yankee Header ========== */
.ay-header{background:#0b0f17; position:sticky; top:0; z-index:99999; box-shadow:0 10px 25px rgba(0,0,0,.35);}
.ay-container{max-width:1200px; margin:0 auto; padding:14px 18px; display:flex; align-items:center; gap:18px;}
.ay-logo img{height:38px; width:auto; display:block;}
.ay-nav{flex:1;}
.ay-menu{list-style:none; display:flex; justify-content:center; gap:22px; margin:0; padding:0;}
.ay-menu a{color:#fff; text-decoration:none; font-weight:700; font-size:14px;}
.ay-menu a:hover{color:#ffd400;}
.ay-right{display:flex; align-items:center; gap:14px;}
.ay-cart{color:#fff; text-decoration:none; font-weight:700; display:flex; align-items:center; gap:8px;}
.ay-cart-count{background:#ffd400; color:#000; border-radius:999px; padding:2px 8px; font-size:12px; font-weight:900;}
.ay-btn{background:#ffd400; color:#000; text-decoration:none; font-weight:900; padding:10px 16px; border-radius:10px;}
.ay-btn:hover{background:#ffea66;}

/* ========== Ocultar header viejo Envo One (franja azul) ========== */
.top-bar,
.header-top,
.header-search,
.header-main,
.header-widget-area,
.site-header,
.navbar,
.header-wrapper{
  display:none !important;
}

/* ====== OCULTAR COMPLETO EL HEADER VIEJO DE ENVO ONE (AMARILLO) ====== */
#masthead,
header#masthead,
.site-header,
.header-area,
.header-wrapper,
.header-top,
.top-bar,
.header-main,
.header-search,
.header-widget-area,
.navbar,
.navbar-default,
.navbar-header,
.navbar-collapse,
.main-navigation,
.site-branding {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Quitar espacios que deja el header viejo */
body, #page {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


