 
.page-title .wd-nav-product-cat,
.page-title .wd-btn-show-cat { display: none !important; }

/* Barra EAF dentro de la zona del título */
#eaf-ct { width:100%; }
#eaf-ct.is-hidden { display:none; }
#eaf-ct .eaf-ct__wrap{ display:flex; gap:.5rem; justify-content:space-between; align-items:center; padding:.45rem .75rem; border-radius:8px; }
#eaf-ct .eaf-ct__item{ flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; text-decoration:none; font-size:12px; line-height:1.2 }
#eaf-ct .eaf-ct__icon{ width:22px; height:22px; display:block; margin-bottom:4px }
#eaf-ct .eaf-ct__label{ display:flex; align-items:center }
#eaf-ct .eaf-ct__badge{ border-radius:999px; padding:0 6px; margin-left:6px; font-size:10px; }

@media (min-width:768px){
  body.admin-bar #eaf-ct .eaf-ct__wrap{ min-height:48px; }
}