.elementor-1111 .elementor-element.elementor-element-47f2c48{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1111 .elementor-element.elementor-element-47f2c48:not(.elementor-motion-effects-element-type-background), .elementor-1111 .elementor-element.elementor-element-47f2c48 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F1E6;}.elementor-1111 .elementor-element.elementor-element-397a2a3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:32px 10px 0px 0px;text-align:start;}.elementor-1111 .elementor-element.elementor-element-397a2a3 .elementor-heading-title{font-family:"Assistant", Sans-serif;font-size:45px;font-weight:400;color:#B06D56;}.elementor-1111 .elementor-element.elementor-element-a67bd20{--display:flex;}.elementor-1111 .elementor-element.elementor-element-d795593{padding:0px 10px 0px 10px;}#elementor-popup-modal-1111 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1111{background-color:rgba(0,0,0,.8);justify-content:flex-start;align-items:center;pointer-events:all;}#elementor-popup-modal-1111 .dialog-message{width:400px;height:100vh;align-items:flex-start;}#elementor-popup-modal-1111 .dialog-close-button{display:flex;top:2%;font-size:18px;}body:not(.rtl) #elementor-popup-modal-1111 .dialog-close-button{right:92%;}body.rtl #elementor-popup-modal-1111 .dialog-close-button{left:92%;}#elementor-popup-modal-1111 .dialog-close-button i{color:#B06D56;}#elementor-popup-modal-1111 .dialog-close-button svg{fill:#B06D56;}#elementor-popup-modal-1111 .dialog-close-button:hover i{color:#333333;}@media(max-width:767px){.elementor-1111 .elementor-element.elementor-element-397a2a3 .elementor-heading-title{font-size:30px;}}/* Start custom CSS for shortcode, class: .elementor-element-d795593 *//* --- עיצוב רשימת משאלות: סופי בהחלט (תיקון למצב ריק) --- */

/* הגדרת פונט וכיוון */
.tinv-wishlist, .tinv-wishlist * {
    font-family: 'Assistant', sans-serif !important;
    box-sizing: border-box;
}

/* --- 1. איפוס והסתרה כללית --- */
.tinv-wishlist table, 
.tinv-wishlist tbody {
    display: block !important;
    width: 100% !important;
    border: none !important;
}

/* העלמת אלמנטים מיותרים */
.tinv-wishlist thead, 
.tinv-wishlist tfoot,
.tinv-wishlist .tinv-header,
.tinv-wishlist h2,
.tinv-wishlist .product-stock,
.tinv-wishlist .product-cb,
.tinv-wishlist .product-date { 
    display: none !important;
}

/* --- 2. עיצוב המוצרים (כשיש מוצרים) --- */
.tinv-wishlist tbody tr {
    display: grid !important;
    grid-template-columns: 90px 1fr 40px !important;
    grid-template-rows: min-content min-content min-content; 
    gap: 5px 15px;
    border-bottom: 1px solid #C48A75 !important; 
    padding: 25px 0 !important;
    direction: rtl; 
}

/* --- 3. עיצוב התמונה --- */
.tinv-wishlist .product-thumbnail {
    grid-column: 1; 
    grid-row: 1 / -1; 
    padding: 0 !important;
    border: none !important;
    align-self: flex-start !important; 
    margin-top: 5px !important; 
}

.tinv-wishlist .product-thumbnail img {
    width: 100% !important;
    height: auto !important;
    max-width: 85px;
    display: block; 
    margin: 0 auto; 
}

/* --- 4. עיצוב הטקסט והכפתורים --- */
.tinv-wishlist .product-name {
    grid-column: 2; 
    grid-row: 1;
    text-align: right;
    padding: 0 !important;
    border: none !important;
    margin-bottom: 2px;
}

.tinv-wishlist .product-name a {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-decoration: none;
    line-height: 1.2;
}

.tinv-wishlist .product-price {
    grid-column: 2;
    grid-row: 2;
    text-align: right;
    padding: 0 !important;
    border: none !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #333 !important;
    margin-bottom: 15px; 
}

.tinv-wishlist .product-action {
    grid-column: 2; 
    grid-row: 3;
    text-align: right;
    padding: 0 !important;
    border: none !important;
    width: 100% !important;
}

.tinv-wishlist .add_to_cart_button,
.tinv-wishlist a.button,
.tinv-wishlist button.button { 
    display: block !important; 
    width: 100% !important; 
    background-color: #fff !important;
    color: #000 !important;
    border: 2px solid #C48A75 !important;
    padding: 8px 0 !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    border-radius: 0px !important;
    transition: all 0.3s;
}

.tinv-wishlist .add_to_cart_button:hover,
.tinv-wishlist a.button:hover,
.tinv-wishlist button.button:hover {
    background-color: #000 !important; 
    color: #fff !important; 
    border-color: #C48A75 !important; 
}

/* --- 5. עיצוב כפתור המחיקה (X) --- */
.tinv-wishlist .product-remove {
    grid-column: 3; 
    grid-row: 1 / -1; 
    padding: 0 !important;
    border: none !important;
    display: flex !important;
    justify-content: flex-end; 
    align-self: center !important; 
    margin-top: 25px !important; 
}

.tinv-wishlist .product-remove button,
.tinv-wishlist .product-remove a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 26px !important; 
    height: 26px !important;
    border: 1px solid #C48A75 !important; 
    border-radius: 50%; 
    background: transparent !important;
    padding-bottom: 1px !important; 
    transition: all 0.3s;
    color: transparent !important; 
    position: relative;
}

.tinv-wishlist .product-remove button::before,
.tinv-wishlist .product-remove a::before {
    content: '×' !important; 
    color: #C48A75 !important; 
    font-size: 18px !important;
    line-height: 1 !important;
    position: absolute; 
}

.tinv-wishlist .product-remove button:hover,
.tinv-wishlist .product-remove a:hover {
    background-color: #C48A75 !important;
    border-color: #C48A75 !important;
}

.tinv-wishlist .product-remove button:hover::before,
.tinv-wishlist .product-remove a:hover::before {
    color: #fff !important; 
}

/* --- 6. תיקון יסודי למצב ריק (Empty State) --- */

/* הסתרת הטקסט המעורבב באמצעות הקטנת גודל ל-0 */
.tinv-wishlist .wishlist-empty,
td.wishlist-empty {
    font-size: 0 !important; /* מעלים את הטקסט המקורי */
    padding: 50px 0 !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none !important;
}

/* העלמת האייקון השבור (הריבוע) */
.tinv-wishlist .wishlist-empty i,
td.wishlist-empty i {
    display: none !important;
}

/* הוספת טקסט חדש בעברית + אייקון לב */
.tinv-wishlist .wishlist-empty:after,
td.wishlist-empty:after {
    content: '\2661 \000A רשימת המשאלות שלך ריקה'; /* לב + ירידת שורה + טקסט */
    white-space: pre-wrap; /* מאפשר ירידת שורה */
    font-size: 20px !important; /* מחזיר גודל לטקסט החדש */
    color: #000 !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    display: block !important;
    margin-bottom: 20px !important;
}

/* מרכוז כפתור החזרה לחנות */
.tinv-wishlist .return-to-shop,
.tinv-wishlist-empty + .return-to-shop {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

/* עיצוב הכפתור עצמו (כולל תרגום אם צריך) */
.tinv-wishlist .return-to-shop .button,
.tinv-wishlist-empty + .return-to-shop .button {
    background-color: #000 !important;
    color: #fff !important;
    border: 2px solid #C48A75 !important;
    padding: 10px 30px !important;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    border-radius: 0px !important;
    
    /* במקרה שהטקסט בכפתור עדיין באנגלית, נשתמש בטריק: */
    font-size: 0 !important; /* נסתיר את האנגלית */
    position: relative !important;
    height: 45px !important;
    width: 180px !important;
}

/* כתיבת "חזרה לחנות" בתוך הכפתור */
.tinv-wishlist .return-to-shop .button:before,
.tinv-wishlist-empty + .return-to-shop .button:before {
    content: 'חזרה לחנות';
    font-size: 16px !important; /* גודל רגיל */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.tinv-wishlist .return-to-shop .button:hover {
    background-color: #C48A75 !important;
    border-color: #C48A75 !important;
    color: #fff !important;
}/* End custom CSS */