/*
 Theme Name:     Klimway Child
 Description:    Klimway Child Theme
 Author:         Klimway
 Author URI:     https://klimway.com
 Template:       Divi
 Version:        1.0.0
*/
/* =Theme customization starts here
------------------------------------------------------- */
/* Icono filtro */
.woof_hide_mobile_filter span, .woof_show_mobile_filter span{font-size: 18px !important;line-height: 1.6em  !important;}
.woof_show_mobile_filter,.woof_hide_mobile_filter{border: 1px solid #8BC34A;
    padding: 4px 16px;
    border-radius: 32px;
    font-size: 18px !important;margin-left: 8px;width: fit-content;}
.woof_hide_mobile_filter img, .woof_show_mobile_filter img {width: 24px;}
/* Asegura que el panel de filtros móvil queda por encima de todo */
.woof_show_filter_for_mobile.woof{
  position: fixed !important; /* fuera del flujo y sin heredar padres transformados */
  inset: 0 !important;        /* top/right/bottom/left:0 */
  z-index: 999999 !important; /* más alto que la cabecera de Divi */
}

/* Si hay backdrop propio dentro del contenedor, súbelo también */
.woof_show_filter_for_mobile.woof *,
.woof_show_filter_for_mobile.woof .woof_container{
  z-index: 999999 !important;
}

/* En muchos setups de Divi, estos elementos se superponen.
   Los empujamos por debajo MIENTRAS el filtro esté visible (heurística por display) */
.woof_show_filter_for_mobile.woof[style*="display: block"] ~ #page-container #main-header,
.woof_show_filter_for_mobile.woof[style*="display: block"] ~ #page-container .et_mobile_menu,
.woof_show_filter_for_mobile.woof[style*="display: block"] ~ #page-container .mobile_nav {
  z-index: 1 !important;
}
/*
.woof_show_mobile_filter::before{
  content:"";
  width:1.2em; height:1.2em;
  display:inline-block; margin-right:.6em;
  background-repeat:no-repeat; background-size:contain;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><g fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 5h18'/><path d='M6 5l6 7l6-7'/><path d='M12 12v7'/></g></svg>");
}*/

/* Icono cerrar 
.woof_hide_mobile_filter::before{
  content:"";
  width:1.2em; height:1.2em;
  display:inline-block; margin-right:.6em;
  background-repeat:no-repeat; background-size:contain;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><g fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'><path d='M6 6l12 12'/><path d='M18 6l-12 12'/></g></svg>");
}*/
