.elementor-17439 .elementor-element.elementor-element-8393af5{--display:flex;--margin-top:20px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for yith_wcwl_wishlist, class: .elementor-element-8003bea *//* 1. Nombre del producto en wishlist: gris oscuro, negrita, tamaño mayor */
.yith-wcwl-wishlist-item .product-name a,
.wishlist_table .product-name a {
  color: #444444 !important;
  font-weight: 600 !important;
  font-size: 1.5em !important; /* Puedes ajustar el tamaño */
}

/* 2. Icono de eliminar: color negro */
.wishlist_table .product-remove a,
.yith-wcwl-wishlist-item .product-remove a {
  color: #000 !important;
}

/* 3. Ocultar la columna de precio unitario en la tabla de wishlist */
.wishlist_table th.product-price,
.wishlist_table td.product-price {
  display: none !important;
}/* End custom CSS */