.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--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;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Estilos para el icono de la lista de deseos */
.wishlist-icon-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff; /* Color del icono */
    font-size: 20px;
    text-decoration: none;
    line-height: 1;
}

.wishlist-icon-link:hover {
    transition: color 0.3s ease; /* Aplica la transición a la propiedad 'color' en 0.3 segundos con una función de tiempo 'ease' */
    color: #0bdefb; /* Nuevo color al pasar el cursor sobre el icono */
    
}

.wishlist-counter {
    position: absolute;
    top: -7px; /* Ajusta la posición vertical */
    right: -9px; /* Ajusta la posición horizontal */
    background-color: #ff4136; /* Color del círculo */
    color: #ffffff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Manrope";
    font-size: 10px;
    font-weight: 500;
    transform: scale(0);
    transition: transform 0.3s ease-in-out;
}

/* Muestra el contador si no está vacío y el valor es > 0 */
.wishlist-counter:not(:empty):not([data-count="0"]) {
    transform: scale(1);
}

.wishlist-counter:empty,
.wishlist-counter[data-count="0"] {
    transform: scale(0);
}

/* Estilo para el botón de "Añadir al carrito" cuando el producto está agotado */
.woocommerce ul.products li.product .button.disabled.outofstock {
    background-color: #e0e0e0 !important; /* Gris suave */
    color: #a0a0a0 !important; /* Texto gris más oscuro */
    border-color: #d0d0d0 !important; /* Borde gris */
    pointer-events: none !important; /* Deshabilita clics y eventos de ratón */
    cursor: not-allowed !important; /* Cambia el cursor para indicar que no es clicable */
    opacity: 0.7 !important; /* Ligeramente transparente */
}

li.outofstock .woocommerce-loop-product__link:before {
    content: "Sin Existencias";
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff5252;
    color: white;
    padding: 5px 10px;
    z-index: 10;
    font-weight: bold;
}

li.outofstock .add_to_cart_button {
    display: none;
}


/* YITH CUSTOM /*

/* Estilos generales del contenedor */
.yith-wcan .yith-wcan-filters.yith-wcan-filters_list_desktop {
    background-color: #ffffff !important;
    border-radius: 15px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
}

/* Títulos de los filtros */
.yith-wcan .yith-wcan-filters--title,
.yith-wcan .yith-wcan-filter--title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    border-bottom: 1px solid #ebebeb !important;
}

/* Estilo de los enlaces/etiquetas */
.yith-wcan .yith-wcan-filter .yith-wcan-filter--list li a,
.yith-wcan .yith-wcan-filter--radio-list li label {
    font-family: 'Outfit', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #000000 !important;
    background-color: #f8f8f8 !important;
    border: 1px solid #ebebeb !important;
    border-radius: 30px !important;
}

/* Estilo para elementos seleccionados y al pasar el cursor */
.yith-wcan .yith-wcan-filter--list li.chosen a,
.yith-wcan .yith-wcan-filter--radio-list li input:checked + label,
.yith-wcan .yith-wcan-filter--list li a:hover:not(.chosen),
.yith-wcan .yith-wcan-filter--radio-list li label:hover:not(:checked) {
    background-color: #0bdefb !important;
    color: #000000 !important;
    border-color: #0bdefb !important;
}/* End custom CSS */