.elementor-3487 .elementor-element.elementor-element-7fc83b5{--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;--padding-top:20px;--padding-bottom:40px;--padding-left:10px;--padding-right:10px;}.elementor-3487 .elementor-element.elementor-element-5024466{--display:flex;}@media(max-width:767px){.elementor-3487 .elementor-element.elementor-element-7fc83b5{--padding-top:0px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}@media(min-width:768px){.elementor-3487 .elementor-element.elementor-element-7fc83b5{--content-width:1280px;}}/* Start custom CSS for container, class: .elementor-element-7fc83b5 *//* ========================================================
   11. Wishlist Page Title & Edit Buttons Styling
   ======================================================== */
.yith-wcwl-form .wishlist-title-container {
    margin-bottom: 25px !important;
}



/* Edit Title Pencil Button */
.yith-wcwl-form a.show-title-form {
    background-color: transparent !important;
    color: #475569 !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 5px !important; /* Brand 5px Border Radius */
    padding: 8px 14px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    box-shadow: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.yith-wcwl-form a.show-title-form:hover {
    border-color: #017DA5 !important;
    color: #017DA5 !important;
}

.yith-wcwl-form a.show-title-form svg {
    width: 14px !important;
    height: 14px !important;
}

/* ========================================================
   12. Desktop Wishlist Table Styling
   ======================================================== */
.yith-wcwl-form table.wishlist_table {
    border: 1px solid #e2e8f0 !important;
    border-collapse: collapse !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    width: 100% !important;
    margin-bottom: 30px !important;
}

.yith-wcwl-form table.wishlist_table thead {
    background-color: #f8fafc !important;
}

.yith-wcwl-form table.wishlist_table th {
    color: #334155 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 14px 16px !important;
    border-bottom: 1px solid #e2e8f0 !important;
    text-align: left !important;
}

.yith-wcwl-form table.wishlist_table td {
    padding: 16px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    color: #475569 !important;
    font-size: 14px !important;
    vertical-align: middle !important;
}

/* ========================================================
   13. Wishlist Product Rows Styling
   ======================================================== */
/* Product Title Link */
.yith-wcwl-form table.wishlist_table td.product-name a {
    color: #0f172a !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.yith-wcwl-form table.wishlist_table td.product-name a:hover {
    color: #017DA5 !important;
}

/* Thumbnail */
.yith-wcwl-form table.wishlist_table td.product-thumbnail img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 4px !important;
    object-fit: cover !important;
}

/* Stock Status Badging */
.yith-wcwl-form .wishlist-in-stock {
    background-color: #e6f4ea !important; /* Soft green */
    color: #137333 !important;
    padding: 5px 10px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    display: inline-block !important;
}

/* Price styling */
.yith-wcwl-form td.product-price span.amount {
    color: #0f172a !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

/* Remove (X) Icon */
.yith-wcwl-form td.product-remove a.remove_from_wishlist {
    color: #ff5252 !important;
    font-size: 22px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    display: inline-block !important;
}

.yith-wcwl-form td.product-remove a.remove_from_wishlist:hover {
    color: #d32f2f !important;
    transform: scale(1.1) !important;
}

/* ========================================================
   14. Wishlist Add to Cart Button Styling
   ======================================================== */
.yith-wcwl-form td.product-add-to-cart a.add_to_cart {
    background-color: #017DA5 !important; /* Brand Blue */
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    border-radius: 5px !important; /* 5px Border Radius */
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: none !important;
    cursor: pointer !important;
}

.yith-wcwl-form td.product-add-to-cart a.add_to_cart:hover {
    background-color: #01688a !important;
    transform: translateY(-1px) !important;
}

/* ========================================================
   15. Sharing Section Styling
   ======================================================== */
.yith_wcwl_wishlist_footer {
    border-top: 1px solid #f1f5f9 !important;
    padding-top: 20px !important;
    margin-top: 30px !important;
}

.yith-wcwl-share {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

.yith-wcwl-share-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    margin: 0 !important;
}

.yith-wcwl-share ul {
    display: flex !important;
    gap: 8px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.yith-wcwl-share ul li.share-button a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background-color: #f1f5f9 !important;
    color: #475569 !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
}

.yith-wcwl-share ul li.share-button a:hover {
    background-color: #017DA5 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

.yith-wcwl-share ul li.share-button a svg {
    width: 14px !important;
    height: 14px !important;
    fill: currentColor !important;
}

/* ========================================================
   16. Wishlist Mobile Responsive Fixes (767px and below)
   ======================================================== */
@media (max-width: 767px) {
    /* Hide the default table header */
    .yith-wcwl-form table.wishlist_table thead {
        display: none !important;
    }

    .yith-wcwl-form table.wishlist_table {
        border: none !important;
    }

    .yith-wcwl-form table.wishlist_table tbody.wishlist-items-wrapper {
        display: block !important;
        width: 100% !important;
    }

    /* Convert each row into a beautiful clean card */
    .yith-wcwl-form table.wishlist_table tbody tr[id^="yith-wcwl-row-"] {
        display: block !important;
        position: relative !important;
        background-color: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 8px !important;
        padding: 15px !important;
        margin-bottom: 20px !important;
        box-shadow: 0 1px 4px rgba(0,0,0,0.02) !important;
    }

    .yith-wcwl-form table.wishlist_table td {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 10px 0 !important;
        border-bottom: 1px solid #f1f5f9 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .yith-wcwl-form table.wishlist_table td:last-child {
        border-bottom: none !important;
    }

    /* Absolute Close button at top right of card */
    .yith-wcwl-form table.wishlist_table td.product-remove {
        position: absolute !important;
        top: 10px !important;
        right: 15px !important;
        border-bottom: none !important;
        width: auto !important;
        padding: 0 !important;
    }

    /* Center image and remove top border inside the card */
    .yith-wcwl-form table.wishlist_table td.product-thumbnail {
        justify-content: center !important;
        border-bottom: none !important;
        padding-bottom: 15px !important;
    }

    .yith-wcwl-form table.wishlist_table td.product-thumbnail img {
        width: 70px !important;
        height: 70px !important;
    }

    /* Add Mobile Titles to left side */
    .yith-wcwl-form table.wishlist_table td.product-name::before {
        content: "Product:" !important;
        font-weight: 600 !important;
        color: #334155 !important;
    }

    .yith-wcwl-form table.wishlist_table td.product-price::before {
        content: "Price:" !important;
        font-weight: 600 !important;
        color: #334155 !important;
    }

    .yith-wcwl-form table.wishlist_table td.product-stock-status::before {
        content: "Stock Status:" !important;
        font-weight: 600 !important;
        color: #334155 !important;
    }

    /* Add to Cart button spans full-width on mobile */
    .yith-wcwl-form table.wishlist_table td.product-add-to-cart {
        display: block !important;
        text-align: center !important;
        border-bottom: none !important;
        padding-top: 15px !important;
    }

    .yith-wcwl-form table.wishlist_table td.product-add-to-cart a.add_to_cart {
        width: 100% !important;
        box-sizing: border-box !important;
        height: 44px !important;
    }

    /* Social share layout on mobile */
    .yith_wcwl_wishlist_footer .yith-wcwl-share {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }
}/* End custom CSS */