.elementor-8966 .elementor-element.elementor-element-e04cfbd{--display:flex;overflow:visible;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-21b6b4b1 *//* =============================== GLOBAL WRAPPER ================================*/
#yith-wcwl-form,
.wishlist-title-container,
.wishlist_table,
.yith-wcwl-share,
.create-new-wishlist {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

/* Main Page Background */
body.woocommerce-wishlist {
    background: #000 !important;
}

/* =============================== WISHLIST TITLE ================================*/
.wishlist-title-container h2 {
    color: #FFD700 !important; /* Metallic Gold */
    font-size: 32px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.wishlist-title-container .edit-title {
    background: #1e90ff !important; /* Electric Blue */
    color: #fff !important;
    border-radius: 6px;
}

.wishlist-title-container .edit-title:hover {
    background: #FFD700 !important;
    color: #000 !important;
}

/* =============================== PRODUCT TABLE ================================*/
table.shop_table.wishlist_table {
    width: 100%;
    background: #000000;
    border-radius: 14px;
    border: 1px solid #1e90ff;
    color: #fff;
    overflow: hidden;
}

table.shop_table.wishlist_table th {
    background: #000;
    color: #FFD700 !important;
    font-weight: 700;
    padding: 14px;
    border-bottom: 1px solid #1e90ff60;
}

/* Product Row */
table.shop_table.wishlist_table td {
    padding: 18px 14px !important;
    vertical-align: middle;
    border-bottom: 1px solid #1e90ff33;
}

/* Product Image */
table.shop_table.wishlist_table img {
    border-radius: 10px;
    border: 2px solid #1e90ff;
    max-width: 140px;
}

/* Product Name */
.wishlist_table .product-name a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
}

.wishlist_table .product-name a:hover {
    color: #FFD700 !important;
}

/* =============================== ADD TO CART BUTTON ================================*/
.wishlist_table .add_to_cart.button {
    background: #1e90ff !important;
    color: #fff !important;
    padding: 10px 18px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    transition: 0.3s ease;
}

.wishlist_table .add_to_cart.button:hover {
    background: #FFD700 !important;
    color: #000 !important;
}

/* =============================== REMOVE ICON ================================*/
.wishlist_table .product-remove a {
    color: #FFD700 !important;
    font-size: 22px !important;
    transition: 0.3s;
}

.wishlist_table .product-remove a:hover {
    color: #1e90ff !important;
}

/* =============================== BULK ACTION SECTION ================================*/
#yith-wcwl-form .wishlist_bulk_action select,
#yith-wcwl-form .wishlist_bulk_action button {
    background: #000 !important;
    color: #1e90ff !important;
    border: 1px solid #1e90ff !important;
    font-weight: 600 !important;
    border-radius: 6px;
    padding: 8px 14px;
}

#yith-wcwl-form .wishlist_bulk_action button:hover {
    background: #FFD700 !important;
    color: #000 !important;
}

/* =============================== SHARE ICONS ================================*/
.yith-wcwl-share ul li a {
    color: #1e90ff !important;
    font-size: 20px;
    transition: 0.3s;
}

.yith-wcwl-share ul li a:hover {
    color: #FFD700 !important;
}

/* =============================== CREATE NEW WISHLIST SECTION ================================*/
.create-new-wishlist input[type="text"] {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #1e90ff !important;
    padding: 10px;
    width: 100%;
    border-radius: 6px;
}

.create-new-wishlist label {
    color: #FFD700 !important;
    font-weight: 600;
}

/* Radio Buttons */
.create-new-wishlist input[type="radio"] {
    accent-color: #1e90ff !important;
}

/* Create Wishlist Button */
.create-new-wishlist button {
    background: #1e90ff !important;
    color: #fff !important;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 700;
    transition: 0.3s;
}

.create-new-wishlist button:hover {
    background: #FFD700 !important;
    color: #000 !important;
}

/* =============================== EMPTY AREA SPACING CLEANUP ================================*/
#yith-wcwl-form p,
#yith-wcwl-form .form-row {
    margin-bottom: 15px !important;
}

/* =========================================================================== */
/* ================== 100% TEXT VISIBILITY FIX (FINAL) ======================= */
/* =========================================================================== */

/* Force white text inside product cells */
.wishlist_table td span,
.wishlist_table td small,
.wishlist_table td p,
.wishlist_table td div {
    color: #ffffff !important;
}

/* Bulk action text */
#yith-wcwl-form .wishlist_bulk_action,
#yith-wcwl-form .wishlist_bulk_action span,
#yith-wcwl-form .wishlist_bulk_action label {
    color: #ffffff !important;
}

/* “Apply” text inside button */
#yith-wcwl-form .wishlist_bulk_action button {
    color: #ffffff !important;
}

/* Share on: */
.yith-wcwl-share,
.yith-wcwl-share span,
.yith-wcwl-share p {
    color: #ffffff !important;
}

/* Create wishlist | your wishlists | search wishlist menu */
.wishlist-views,
.wishlist-views a,
.wishlist-views span {
    color: #ffffff !important;
}

/* Force product title white in all cases */
.wishlist_table .product-name,
.wishlist_table .product-name *,
.wishlist_table .product-name a {
    color: #ffffff !important;
}

/* GLOBAL OVERRIDE — every wishlist element shows as white (safest fix) */
#yith-wcwl-form,
#yith-wcwl-form * {
    color: #ffffff !important;
}/* End custom CSS */