.elementor-kit-25{--e-global-color-primary:#02231D;--e-global-color-secondary:#515252;--e-global-color-text:#7E7E7E;--e-global-color-accent:#09D2AA;--e-global-color-kadence1:#5CE1E6;--e-global-color-kadence2:#215387;--e-global-color-kadence3:#1A202C;--e-global-color-kadence4:#2D3748;--e-global-color-kadence5:#4A5568;--e-global-color-kadence6:#718096;--e-global-color-kadence7:#EDF2F7;--e-global-color-kadence8:#F7FAFC;--e-global-color-kadence9:#ffffff;--e-global-color-f15ccdb:#FFFFFF;--e-global-color-6687407:#D4F3E3;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-62ac350-font-family:"Roboto";--e-global-typography-62ac350-font-weight:500;--e-global-typography-0bf6742-font-family:"Inter";--e-global-typography-0bf6742-font-weight:500;overscroll-behavior:contain;}.elementor-kit-25 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS *//* Estilo para "Mostrando los X resultados" */
.woocommerce-result-count {
    background-color: #5ce1e6;
    color: white;
    padding: 14px 20px;
    border-radius: 12px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
}

/* CONTENEDOR del formulario de ordenamiento */
.woocommerce-ordering {
    display: inline-block;
    background-color: #5ce1e6;
    border-radius: 12px;
    padding: 0 15px;
    position: relative;
}

/* SELECT con fondo transparente pero al centro */
.woocommerce-ordering select.orderby {
    background-color: #5ce1e6;
    color: #ffffff;
    border: none;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Agregar una flecha personalizada */
.woocommerce-ordering::after {
    content: '▼';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    pointer-events: none;
    font-size: 22px;
}

/* Ajuste del ancho mínimo para evitar recortes */
.woocommerce-ordering {
    min-width: 220px;
    text-align: left;
}

/* Responsive (ajustar tamaño en móviles) */
@media (max-width: 768px) {
    .woocommerce-ordering select.orderby {
        font-size: 12px;
        padding: 8px 0;
    }

    .woocommerce-ordering {
        min-width: 180px;
    }
    .woocommerce-result-count {
         font-size: 12px;
         font-weight: 400;
}
}





/* CONTENEDOR GENERAL DEL FILTRO */
.yith-wcan-filters {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    /* Espaciado entre filtros individuales */
    margin-bottom: 35px;
}

/* TITULOS DE CADA FILTRO */
.yith-wcan-filter .filter-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 20px;
    color: #02231D;
    border-bottom: 1px solid #00dbb5;
    padding-bottom: 5px;
        border: 2px solid #5ce1e6;
    border-radius: 12px;
    padding: 8px 12px;
   
}

/* OPCIONES DE FILTRO - LISTA */
.yith-wcan-filter .filter-items {
    list-style: #000;
    padding: 0;
    margin: 0 0 20px 0;
 
}

/* OPCIÓN INDIVIDUAL */
.yith-wcan-filter .filter-item {
    margin-bottom: 8px;
}

.yith-wcan-filter .filter-item label {
    display: inline-block;
    background-color: #f8f8f8;

    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #5ce1e6;
    transition: all 0.3s ease;
    width: 100%;
    text-align: left;
}

/* CHECKBOX u opción activa */
.yith-wcan-filter .filter-item input[type="checkbox"]:checked + label,
.yith-wcan-filter .filter-item input[type="radio"]:checked + label {
    background-color: #5ce1e6;
    color: white;
    border-color: #00dbb5;
}



/* RESPONSIVE */
@media (max-width: 768px) {
    .yith-wcan-filters {
        padding: 15px;
        font-size: 14px;
    }

    .yith-wcan-filter .filter-title {
        font-size: 14px;
    }

    .yith-wcan-filter .filter-item label {
        font-size: 13px;
        padding: 7px 10px;
    }
}/* End custom CSS */