.elementor-6636 .elementor-element.elementor-element-ff5238e{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-fc60bbf *//* Hide only the edit button/icon inside the title container */
.wishlist-title-container a.show-title-form {
    display: none !important;
}

.elementor-6636 .elementor-element.elementor-element-fc60bbf .wishlist-title-container {
    text-align: center;
}
.elementor-6636 .elementor-element.elementor-element-fc60bbf a.btn.button.show-title-form {
    display: none;
}


.wishlist_table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: 1px solid #e6e3da !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
    background: #ffffff !important;
    margin-bottom: 30px !important;
}

/* 2. TABLE HEADER (Replace dark background with forest green) */
.wishlist_table thead th {
    background-color: #1d4d38 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 16px 12px !important;
    border: none !important;
}

/* 3. TABLE BODY & VERTICAL COLUMN SHADOW EFFECT */
.wishlist_table tbody td {
    padding: 16px 12px !important;
    vertical-align: middle !important;
    border-top: 1px solid #e6e3da !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    /* Vertical soft divider shadow between columns */
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.04) !important; 
}

/* 4. PRODUCT NAME & DETAILS */
.wishlist_table td.product-name a {
    color: #2b2b2b !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.wishlist_table td.product-name a:hover {
    color: #1d4d38 !important;
}

.wishlist_table td.product-price {
    color: #1d4d38 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

.wishlist_table td.product-stock-status span.in-stock {
    color: #1d4d38 !important;
    font-weight: 600 !important;
}

/* 5. REMOVE BUTTON (×) */
.wishlist_table a.remove {
    color: #999999 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    transition: color 0.2s ease !important;
}

.wishlist_table a.remove:hover {
    color: #d9534f !important;
    background: transparent !important;
}

/* 6. ADD TO CART BUTTON */
.wishlist_table .add_to_cart_button,
.wishlist_table a.button {
    background-color: #1d4d38 !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    padding: 10px 22px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(29, 77, 56, 0.15) !important;
}

.wishlist_table .add_to_cart_button:hover,
.wishlist_table a.button:hover {
    background-color: #143728 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(29, 77, 56, 0.25) !important;
}

/* 7. SHARE SECTION TITLE */
.yith-wcwl-share h4.yith-wcwl-share-title {
    color: #1d4d38 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
}/* End custom CSS */