.elementor-150 .elementor-element.elementor-element-41b82aa{--display:flex;}/* Start custom CSS for yith_wcwl_wishlist, class: .elementor-element-1fa9d67 */@media (max-width: 768px) {
  /* ניקוי טקסטים באנגלית כמו "Price" */
  .wishlist_table td.product-price::before,
  .wishlist_table td.product-stock-status::before {
    content: none !important;
  }

  /* פריט Wishlist */
  .wishlist_table tbody tr {
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    direction: rtl;
  }

  .wishlist_table td {
    display: block !important;
    text-align: right !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 0 8px 0 !important;
    box-sizing: border-box;
  }

  /* שם מוצר */
  .wishlist_table td.product-name,
  .wishlist_table .product-name a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    font-family: 'Polin', sans-serif;
    margin-bottom: 6px;
  }

  /* מחיר */
  .wishlist_table td.product-price {
    font-size: 16px;
    font-family: 'Polin', sans-serif;
    color: #000;
    position: relative;
  }

  .wishlist_table td.product-price::before {
    content: "מחיר: ";
    font-weight: 500;
    margin-left: 4px;
    color: #000;
  }

  .wishlist_table td.product-price del {
    color: #888;
    margin-inline-start: 6px;
    font-size: 14px;
  }

  /* מלאי */
  .wishlist_table td.product-stock-status {
    font-size: 14px;
    color: #888;
    font-family: 'Polin', sans-serif;
    position: relative;
  }

  .wishlist_table td.product-stock-status::before {
    content: "זמינות: ";
    font-weight: 500;
    margin-left: 4px;
    color: #000;
  }

  /* הסתרת שדות מיותרים */
  .wishlist_table td.product-thumbnail,
  .wishlist_table td.product-add-to-cart,
  .wishlist_table td.additional-info {
    display: none !important;
  }
/* עיצוב כפתור הסרה כ־אייקון פח */
.wishlist_table td.product-remove a {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #f8f8f8;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  color: #e60023;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: background 0.3s ease, color 0.3s ease;
}

/* החלפת X באייקון פח עם before */
.wishlist_table td.product-remove a::before {
  content: "\f1f8"; /* קוד אייקון פח בפונט Awesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* אפקט מעבר בהובר */
.wishlist_table td.product-remove a:hover {
  background-color: #e60023;
  color: #fff;
}/* End custom CSS */
/* Start custom CSS */.yith-wcwl-edit-title {
  display: none !important;
}
/* ודא שכפתור ההסרה מופיע */
.wishlist_table td.product-remove {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  position: relative;
}

/* עיצוב הפח */
.wishlist_table td.product-remove a {
  display: inline-block;
  font-size: 20px;
  color: #e60023;
  text-decoration: none;
  background-color: #f5f5f5;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

/* החלפת ה־× באייקון פח */
.wishlist_table td.product-remove a::before {
  content: "\f1f8"; /* Font Awesome trash */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* אפקט מעבר */
.wishlist_table td.product-remove a:hover {
  background-color: #e60023;
  color: #fff;
}/* End custom CSS */