.elementor-689 .elementor-element.elementor-element-56b0209a{--display:flex;--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for yith_wcwl_wishlist, class: .elementor-element-27f5720 *//* Change product name color in wishlist */
.woocommerce-wishlist .product-name a {
    color: #5D160E !important;
}

/* Change select dropdown text color in wishlist */
.woocommerce-wishlist Select {
    color: #5D160E !important;
}

/* Optional: If you want to change the arrow or border color of the select as well */
.woocommerce-wishlist select {
    border-color: #5D160E !important;
    background-color: white; /* Optional for visibility */
}/* End custom CSS */