.elementor-3973 .elementor-element.elementor-element-235595f5{--display:flex;--margin-top:0%;--margin-bottom:5%;--margin-left:0%;--margin-right:0%;}/* Start custom CSS for yith_wcwl_wishlist, class: .elementor-element-b3a203e *//* =========================
   TABLA WISHLIST GENERAL
========================= */

.wishlist_table {
    font-family: "Work Sans", sans-serif;
    border: none;
}

.wishlist_table td {
    font-size: 12px;
}

.wishlist_table thead {
    display: none; /* Oculta encabezado */
}

.wishlist_table tr {
    border-bottom: 1px solid #eee;
}


/* =========================
   NOMBRE PRODUCTO
========================= */

.wishlist_table .product-name a {
    font-weight: 600;
    font-size: 16px;
    color: #7F1634;
}


/* =========================
   IMAGEN PRODUCTO
========================= */

.wishlist_table .product-thumbnail img {
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.wishlist_table .product-thumbnail img:hover {
    transform: scale(1.05);
}


/* =========================
   PRECIO
========================= */

.wishlist_table .product-price {
    font-size: 18px;
    font-weight: 700;
    color: #7F1634;
    margin-top: 10px;
}

.wishlist_table .product-price del {
    color: #999;
    font-size: 14px;
}


/* =========================
   BOTÓN AÑADIR AL CARRITO
========================= */

.wishlist_table .add_to_cart_button,
.wishlist_table .add_to_cart_button.button,
.wishlist_table a.add_to_cart_button {
    background-color: #7F1634 !important;
    color: #ffffff !important;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.wishlist_table .add_to_cart_button:hover {
    background-color: #5e1026 !important; /* granate más oscuro */
    color: #ffffff !important;
}


/* =========================
   ICONO ELIMINAR
========================= */

.wishlist_table .product-remove a {
    color: #999;
    font-size: 18px;
    transition: color 0.3s ease;
}

.wishlist_table .product-remove a:hover {
    color: #7F1634;
}








/* Mensajes de WooCommerce (producto eliminado, añadido, etc.) */
.woocommerce-message {
    background-color: #ffffff !important;
    border-left: 7px solid #7F1634 !important;
    color: #000 !important;
    font-family: 'Work Sans', sans-serif !important;
}

.woocommerce-message {
    border-top: none !important;
}

/* Quitar icono verde de WooCommerce */
.woocommerce-message::before {
    color: #7F1634 !important;
}/* End custom CSS */