.elementor-8106 .elementor-element.elementor-element-29aa419{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-8106 .elementor-element.elementor-element-6590d65 .elementor-heading-title{color:var( --e-global-color-d55bf45 );}:root{--page-title-display:none;}@media(max-width:1440px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-8106 .elementor-element.elementor-element-6590d65{padding:0px 42px 0px 0px;}.elementor-8106 .elementor-element.elementor-element-210ca082{width:var( --container-widget-width, 946px );max-width:946px;--container-widget-width:946px;--container-widget-flex-grow:0;}.elementor-8106 .elementor-element.elementor-element-210ca082.elementor-element{--align-self:center;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-8106 .elementor-element.elementor-element-6590d65{padding:0px 30px 0px 0px;}.elementor-8106 .elementor-element.elementor-element-210ca082{width:var( --container-widget-width, 713px );max-width:713px;--container-widget-width:713px;--container-widget-flex-grow:0;}.elementor-8106 .elementor-element.elementor-element-210ca082.elementor-element{--align-self:center;}}@media(max-width:767px){.elementor-8106 .elementor-element.elementor-element-29aa419{--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-8106 .elementor-element.elementor-element-6590d65{text-align:center;}}/* Start custom CSS for shortcode, class: .elementor-element-210ca082 *//* עיצוב מודרני ומרשים לוויש-ליסט */
.woosw-list {
    background: linear-gradient(135deg, #0a2540 0%, #1a3a5c 100%);
    padding: 50px 40px;
    border-radius: 25px;
COLOR: WHITE;
    direction: rtl;
    max-width: 1200px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* כותרת הוויש-ליסט */
.woosw-list-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Heebo', sans-serif;
    position: relative;
    padding-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.woosw-list-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #e91e63, #ff6090);
    border-radius: 2px;
    box-shadow: 0 2px 10px rgba(233, 30, 99, 0.5);
}

/* טבלת המוצרים */
.woosw-list-table {
    width: 100%;
    background: transparent;
    border-radius: 0;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.woosw-list-table thead {
    background: transparent;
}

.woosw-list-table thead th {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 20px 15px;
    text-align: right;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woosw-list-table tbody tr {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: table-row;
    backdrop-filter: blur(10px);
}

.woosw-list-table tbody tr:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(233, 30, 99, 0.3);
    border-color: rgba(233, 30, 99, 0.5);
    background: rgba(255, 255, 255, 0.12);
}

.woosw-list-table tbody td {
    padding: 25px 15px;
    color: #ffffff;
    vertical-align: middle;
    border: none;
    background: transparent;
}

.woosw-list-table tbody td:first-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.woosw-list-table tbody td:last-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

/* תמונת המוצר */
.woosw-list-product-image {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.woosw-list-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.woosw-list-table tbody tr:hover .woosw-list-product-image img {
    transform: scale(1.15);
}

.woosw-list-table tbody tr:hover .woosw-list-product-image {
    border-color: rgba(233, 30, 99, 0.6);
}

/* שם המוצר */
.woosw-list-product-name {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
}

.woosw-list-product-name a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.woosw-list-product-name a:hover {
    color: #ff6090;
}

/* מחיר */
.woosw-list-product-price {
    font-size: 22px;
    font-weight: 700;
    color: #ff6090;
}

.woosw-list-product-price .amount {
    color: #ff6090;
}

.woosw-list-product-price del {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    margin-left: 10px;
}

.woosw-list-product-price ins {
    text-decoration: none;
}

/* מלאי */
.woosw-list-product-stock {
    font-size: 14px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    display: inline-block;
}

.woosw-list-product-stock.in-stock {
    color: #16a34a;
    background: rgba(22, 163, 74, 0.1);
}

.woosw-list-product-stock.out-of-stock {
    color: #dc2626;
    background: rgba(220, 38, 38, 0.1);
}

/* כפתור הוסף לסל */
.woosw-list-add-to-cart .button,
.woosw-list-add-to-cart .add_to_cart_button {
    background: linear-gradient(135deg, #e91e63 0%, #ff6090 100%);
    color: #ffffff;
    padding: 14px 32px;
    border: none;
    border-radius: 30px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(233, 30, 99, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woosw-list-add-to-cart .button:hover,
.woosw-list-add-to-cart .add_to_cart_button:hover {
    background: linear-gradient(135deg, #c2185b 0%, #e91e63 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(233, 30, 99, 0.4);
}

/* כפתור הסרה */
.woosw-list-remove,
.woosw-remove {
    background: rgba(239, 68, 68, 0.2);
    color: #ff6b6b;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(239, 68, 68, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}

.woosw-list-remove:hover,
.woosw-remove:hover {
    background: #ef4444;
    color: #ffffff;
    transform: rotate(180deg) scale(1.1);
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.5);
    border-color: #ef4444;
}

/* הודעה ריקה */
.woosw-list-empty {
    text-align: center;
    padding: 80px 20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    font-weight: 500;
}

.woosw-list-empty::before {
    content: "💝";
    display: block;
    font-size: 80px;
    margin-bottom: 25px;
    filter: grayscale(30%);
}

/* כפתור שיתוף */
.woosw-list-share {
    text-align: center;
    margin-top: 40px;
}

.woosw-list-share-button {
    background: #ffffff;
    color: #e91e63;
    padding: 14px 35px;
    border: 2px solid #e91e63;
    border-radius: 30px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woosw-list-share-button:hover {
    background: #e91e63;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(233, 30, 99, 0.3);
}

/* אייקונים */
.woosw-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

/* סקשן העליון עם הקופון */
.woosw-header,
.woosw-popup-header {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
}

.woosw-header-text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.woosw-header-coupon {
    background: rgba(255, 255, 255, 0.15);
    padding: 15px 25px;
    border-radius: 12px;
    border: 2px dashed rgba(255, 255, 255, 0.3);
    display: inline-block;
    margin-top: 15px;
}

.woosw-header-coupon code {
    color: #ff6090;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
}

/* כפתור Copy */
.woosw-copy-button,
button[class*="copy"] {
    background: linear-gradient(135deg, #e91e63 0%, #ff6090 100%);
    color: #ffffff;
    padding: 10px 24px;
    border: none;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 15px;
}

.woosw-copy-button:hover,
button[class*="copy"]:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(233, 30, 99, 0.4);
}

/* רספונסיביות */
@media (max-width: 768px) {
    .woosw-list {
        padding: 30px 15px;
    }
    
    .woosw-list-title {
        font-size: 20px;
        margin-bottom: 35px;
    }
    
    .woosw-list-table {
        border-spacing: 0 10px;
    }
    
    .woosw-list-table thead {
        display: none;
    }
    
    .woosw-list-table tbody tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 15px;
    }
    
    .woosw-list-table tbody td {
        display: flex;
        justify-content: space-between;
}
}/* End custom CSS */