.elementor-498 .elementor-element.elementor-element-69ac179d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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 );}.elementor-498 .elementor-element.elementor-element-e411e5a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-e411e5a *//* Fix WhatsApp duplicate button overlap */
li.share-button a.whatsapp ~ p {
  display: none !important;
}

li.share-button a.whatsapp ~ p a.whatsapp {
  display: none !important;
}

/* Also hide the stray <p> tags inside the li */
li.share-button > p {
  display: none !important;
}

/* Ensure all share buttons are consistent */
li.share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

li.share-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-69ac179d *//* =========================
   MODERN WISHLIST PAGE DESIGN
   ========================= */

/* Main Wrapper */
#yith-wcwl-form {
    max-width: 1320px;
    margin: 40px auto;
    padding: 0;
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 10px 45px rgba(0,0,0,0.06);
    border: 1px solid #edf0f5;
}

/* =========================
   HERO SECTION
   ========================= */

.wishlist-title-container {
    position: relative;
    padding: 70px 60px;
    background: linear-gradient(135deg,#0f172a 0%,#1e293b 40%,#2563eb 100%);
    overflow: hidden;
}

/* background glow */
.wishlist-title-container::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    top: -180px;
    right: -100px;
}

.wishlist-title-container::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    bottom: -120px;
    left: -60px;
}

/* title area */
.wishlist-title {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.wishlist-title h2 {
    font-size: 48px;
    line-height: 1.1;
    color: #fff;
    margin: 0;
    font-weight: 700;
    letter-spacing: -1px;
}

/* subtitle */
.wishlist-title h2::after {
    content: "Save your favorite products & shop anytime.";
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 14px;
    color: rgba(255,255,255,0.8);
    letter-spacing: 0;
}

/* edit button */
.show-title-form {
    background: #ffffff;
    color: #111827 !important;
    border-radius: 14px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    text-decoration: none !important;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.show-title-form:hover {
    transform: translateY(-2px);
    background: #f8fafc;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* =========================
   TABLE STYLING
   ========================= */

.wishlist_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 24px;
    padding: 35px;
    background: #f8fafc;
}

.wishlist_table thead th {
    background: transparent;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    padding-bottom: 10px;
}

.wishlist_table tbody tr {
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 4px 18px rgba(15,23,42,0.05);
    transition: all .3s ease;
}

.wishlist_table tbody tr:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* cell spacing */
.wishlist_table td {
    padding: 24px 18px;
    border: none;
    vertical-align: middle;
}

/* product image */
.product-thumbnail img {
    width: 110px;
    border-radius: 18px;
    transition: .3s ease;
}

.product-thumbnail img:hover {
    transform: scale(1.04);
}

/* product name */
.product-name a {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    text-decoration: none;
    line-height: 1.4;
}

.product-name a:hover {
    color: #2563eb;
}

/* variation text */
.product-name dl {
    margin-top: 14px;
}

.product-name dt {
    color: #64748b;
    font-weight: 600;
    font-size: 13px;
}

.product-name dd {
    margin-bottom: 8px;
    color: #111827;
    font-size: 14px;
}

/* price */
.product-price {
    font-size: 22px;
    font-weight: 700;
    color: #2563eb;
}

/* stock */
.wishlist-in-stock {
    background: #dcfce7;
    color: #15803d;
    padding: 10px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
}

/* add to cart button */
.add_to_cart_button {
    background: linear-gradient(135deg,#2563eb,#1d4ed8);
    color: #fff !important;
    border-radius: 14px;
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    text-decoration: none !important;
    transition: .3s ease;
    display: inline-block;
}

.add_to_cart_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(37,99,235,0.25);
}

/* remove button */
.remove_from_wishlist.button {
    background: #fee2e2;
    color: #dc2626 !important;
    border-radius: 12px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    border: none;
    margin-top: 12px;
    display: inline-block;
    text-decoration: none !important;
}

.remove_from_wishlist.button:hover {
    background: #dc2626;
    color: #fff !important;
}

/* remove icon */
.product-remove .remove {
    width: 34px;
    height: 34px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ef4444 !important;
    font-size: 20px;
    text-decoration: none;
    transition: .3s ease;
}

.product-remove .remove:hover {
    background: #ef4444;
    color: #fff !important;
}

/* =========================
   SHARE SECTION
   ========================= */

.yith_wcwl_wishlist_footer {
    padding: 40px 50px 50px;
    background: #fff;
    border-top: 1px solid #edf2f7;
}

.yith-wcwl-share-title {
    font-size: 20px;
    margin-bottom: 22px;
    color: #111827;
}

/* social icon alignment fix */
.yith-wcwl-share ul {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.yith-wcwl-share ul li {
    margin: 0;
    padding: 0;
}

.yith-wcwl-share ul li a {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    border: 1px solid #e2e8f0;
}

.yith-wcwl-share ul li a:hover {
    transform: translateY(-4px);
    background: #2563eb;
    border-color: #2563eb;
}

.yith-wcwl-share ul li a:hover svg {
    fill: #fff;
    color: #fff;
}

.yith-wcwl-share svg {
    width: 20px;
    height: 20px;
}

/* copy field */
.copy-target {
    width: 100%;
    margin-top: 24px;
    padding: 16px 18px;
    border-radius: 14px;
    border: 1px solid #dbe2ea;
    background: #f8fafc;
    font-size: 14px;
}

/* =========================
   MOBILE RESPONSIVE
   ========================= */

@media(max-width: 992px){

    .wishlist-title-container{
        padding: 50px 30px;
    }

    .wishlist-title h2{
        font-size: 34px;
    }

    .wishlist_table{
        padding: 20px;
    }

    .wishlist_table td{
        padding: 18px 14px;
    }

    .product-thumbnail img{
        width: 90px;
    }

}

@media(max-width: 767px){

    #yith-wcwl-form{
        border-radius: 18px;
        margin: 20px 10px;
    }

    .wishlist-title{
        flex-direction: column;
        align-items: flex-start;
    }

    .wishlist-title h2{
        font-size: 28px;
    }

    .wishlist_table{
        border-spacing: 0 16px;
    }

    .wishlist_table tbody tr{
        display: block;
        padding: 18px;
    }

    .wishlist_table td{
        display: block;
        width: 100%;
        text-align: left;
        padding: 12px 0;
    }

    .product-thumbnail img{
        width: 100%;
        max-width: 160px;
    }

    .yith_wcwl_wishlist_footer{
        padding: 30px 20px;
    }

}/* End custom CSS */