.elementor-8932 .elementor-element.elementor-element-7cf36805{--display:flex;--margin-top:115px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-a99ce67 *//* ===== Change Wishlist Add to Cart button to Black ===== */
.tinv-wishlist .product-action .button,
.tinv-wishlist .product-action .tinvwl_add_to_cart_button {
  background-color: #000 !important;  /* أسود */
  color: #fff !important;            /* النص أبيض */
  border-radius: 6px;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .2s ease;
}

.tinv-wishlist .product-action .button:hover,
.tinv-wishlist .product-action .tinvwl_add_to_cart_button:hover {
  background-color: #333 !important;  /* أغمق عند الهوفر */
  color: #fff !important;
}
/* ===== تغيير العنوان إلى My Favorite ===== */
.tinv-wishlist h2,
.tinv-wishlist .wishlist-title {
  font-size: 0; /* يخفي النص القديم */
}

.tinv-wishlist h2::before,
.tinv-wishlist .wishlist-title::before {
  content: "My Favorite";
  font-size: 28px;
  font-weight: 700;
  color: #000;
}/* End custom CSS */