.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-233 .elementor-element.elementor-element-c5369ca > .elementor-container{min-height:511px;}.elementor-widget-yith_wcwl_wishlist .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-yith_wcwl_wishlist .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-section .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-section .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-yith_wcwl_wishlist .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-yith_wcwl_wishlist .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}}@media(max-width:767px){.elementor-widget-section .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-section .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-yith_wcwl_wishlist .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-yith_wcwl_wishlist .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}}/* Start custom CSS for yith_wcwl_wishlist, class: .elementor-element-c5ad986 *//* --- ESTILOS GENERALES DE LA TABLA DE WISHLIST --- */
.shop_table.cart.wishlist_table.wishlist_view {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    font-family: var(--e-global-typography-text-font-family), sans-serif; /* Usa la tipografía de la web */
    font-size: var(--e-global-typography-text-font-size);
}

/* Estilizar los encabezados */
.shop_table.cart.wishlist_table.wishlist_view thead th {
    background: #f8f8f8;
    color: #333;
    font-weight: 600;
    padding: 12px;
    text-align: left;
    border-bottom: 2px solid #eee;
}

/* Estilos para las filas */
.shop_table.cart.wishlist_table.wishlist_view tbody tr {
    border-bottom: 1px solid #eee;
}

/* Espaciado en las celdas */
.shop_table.cart.wishlist_table.wishlist_view td {
    padding: 15px;
    vertical-align: middle;
}

/* --- NOMBRE DEL PRODUCTO --- */
.shop_table.cart.wishlist_table.wishlist_view td.product-name a {
    color: #911E2C; /* Burdeos de Neris */
    text-decoration: none;
    font-weight: 500;
}

.shop_table.cart.wishlist_table.wishlist_view td.product-name a:hover {
    text-decoration: underline;
}

/* --- IMAGEN DEL PRODUCTO --- */
.shop_table.cart.wishlist_table.wishlist_view td.product-thumbnail img {
    width: 70px;
    height: auto;
    border-radius: 8px;
}

/* --- PRECIO --- */
.shop_table.cart.wishlist_table.wishlist_view td.product-price {
    font-weight: 500;
    color: #333;
}

/* --- ESTADO DE INVENTARIO --- */
.shop_table.cart.wishlist_table.wishlist_view td.product-stock-status {
    font-weight: 600;
    color: #28a745; /* Verde para "En stock" */
}

/* --- BOTONES DE "AÑADIR AL CARRITO" / "SELECCIONAR OPCIONES" --- */
.shop_table.cart.wishlist_table.wishlist_view td.product-add-to-cart a {
    background: #911E2C !important; /* Burdeos */
    color: white !important;
    padding: 12px 20px !important; /* Asegurar suficiente espacio interno */
    border-radius: 5px !important;
    text-align: center !important;
    display: inline-block !important;
    font-size: 14px !important;
    text-decoration: none !important;
    line-height: 1.5 !important; /* Evitar que el texto se corte */
    min-width: 140px !important; /* Evitar que los botones sean demasiado pequeños */
    white-space: nowrap !important; /* Prevenir saltos de línea en el texto */
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* Cambio de color en hover */
.shop_table.cart.wishlist_table.wishlist_view td.product-add-to-cart a:hover {
    background: #000 !important; /* Negro al pasar el cursor */
}

/* --- BOTÓN ELIMINAR PRODUCTO (ICONO X) --- */
.shop_table.cart.wishlist_table.wishlist_view td.product-remove a {
    color: #d9534f;
    font-size: 18px;
}

.shop_table.cart.wishlist_table.wishlist_view td.product-remove a:hover {
    color: #a94442;
}

/* --- AJUSTES PARA MÓVILES --- */
@media (max-width: 768px) {
    .shop_table.cart.wishlist_table.wishlist_view {
        font-size: 14px;
    }

    .shop_table.cart.wishlist_table.wishlist_view td.product-thumbnail img {
        width: 50px;
    }

    .shop_table.cart.wishlist_table.wishlist_view td {
        padding: 10px;
    }

    .shop_table.cart.wishlist_table.wishlist_view td.product-add-to-cart a {
        padding: 14px 24px !important; /* Más espacio en móviles */
        font-size: 13px !important;
        min-width: auto;
    }
}/* End custom CSS */