.elementor-412 .elementor-element.elementor-element-5bd6874{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-412 .elementor-element.elementor-element-906634d{--display:flex;}@media(min-width:768px){.elementor-412 .elementor-element.elementor-element-5bd6874{--content-width:1170px;}}@media(max-width:1024px){.elementor-412 .elementor-element.elementor-element-5bd6874{--padding-top:60px;--padding-bottom:60px;--padding-left:10px;--padding-right:10px;}}@media(max-width:767px){.elementor-412 .elementor-element.elementor-element-5bd6874{--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for yith_wcwl_wishlist, class: .elementor-element-db3e9ed *//* ==========================================
   1. GLOBAL & WISHLIST TITLE STYLING
   ========================================== */
body .entry-header h1.entry-title,
body .wishlist-title h2,
body h1.entry-title,
body .woocommerce h1 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    position: relative !important;
    display: inline-block !important;
    padding-bottom: 12px !important;
    margin-bottom: 28px !important;
    letter-spacing: -0.3px !important;
}

body .wishlist-title h2 {
    margin-bottom: 0px !important;
}

/* Brand Red Accent Line Divider */
body .entry-header h1.entry-title::after,
body .wishlist-title h2::after,
body h1.entry-title::after,
body .woocommerce h1::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 55px !important;
    height: 3px !important;
    background-color: #e31e25 !important;
    border-radius: 2px !important;
}

/* Base Wishlist Table Container */
.woocommerce-wishlist-table, 
table.wishlist_table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 16px !important;
    border: none !important;
    background: transparent !important;
}

/* Hide Default Gray Table Header */
table.wishlist_table thead {
    display: none !important;
}


/* ==========================================
   2. DESKTOP LAYOUT (769px and wider)
   ========================================== */
@media screen and (min-width: 769px) {
    table.wishlist_table tr {
        display: table-row !important;
        background: #ffffff !important;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04) !important;
        border-radius: 10px !important;
        border: 1px solid #eaeaea !important;
        transition: all 0.25s ease !important;
    }

    table.wishlist_table tr:hover {
        box-shadow: 0 8px 24px rgba(227, 30, 37, 0.08) !important;
        border-color: #f0b3b5 !important;
    }

    table.wishlist_table td {
        display: table-cell !important;
        vertical-align: middle !important;
        padding: 18px 20px !important;
        background: transparent !important;
        border: none !important;
    }

    table.wishlist_table td.product-remove {
        position: static !important;
        width: 40px !important;
    }

    table.wishlist_table td.product-thumbnail img {
        width: 70px !important;
        height: 70px !important;
        object-fit: cover !important;
        border-radius: 8px !important;
        border: 1px solid #f0f0f0 !important;
        margin: 0 !important;
    }

    table.wishlist_table td.product-name a {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #e31e25 !important;
        text-decoration: none !important;
        transition: color 0.2s ease !important;
    }

    table.wishlist_table td.product-price,
    table.wishlist_table td.product-stock-status {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #333333 !important;
        background: transparent !important;
    }

    table.wishlist_table td.product-stock-status span.wishlist-in-stock,
    table.wishlist_table td.product-stock-status {
        color: #2e7d32 !important;
        font-weight: 600 !important;
    }

    table.wishlist_table td.product-add-to-cart a,
    table.wishlist_table td.product-add-to-cart button {
        background-color: #e31e25 !important;
        color: #ffffff !important;
        border-radius: 6px !important;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        border: none !important;
        display: inline-block !important;
        box-shadow: 0 4px 12px rgba(227, 30, 37, 0.2) !important;
        transition: all 0.2s ease !important;
    }

    .wishlist_table .product-add-to-cart a.button {
        padding: 12px 22px !important;
        justify-content: center;
    }

    table.wishlist_table td.product-add-to-cart a:hover {
        background-color: #b8141a !important;
        box-shadow: 0 6px 16px rgba(227, 30, 37, 0.3) !important;
    }

    table.wishlist_table td.product-remove a.remove {
        background: #ffffff !important;
        color: #888888 !important;
        border: 1px solid #e0e0e0 !important;
        border-radius: 50% !important;
        width: 30px !important;
        height: 30px !important;
        line-height: 28px !important;
        text-align: center !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 16px !important;
        box-shadow: 0 2px 6px rgba(0,0,0,0.04) !important;
        transition: all 0.2s ease !important;
    }

    table.wishlist_table td.product-remove a.remove:hover {
        background: #e31e25 !important;
        color: #ffffff !important;
        border-color: #e31e25 !important;
    }
}


/* ==========================================
   3. MOBILE & TABLET LAYOUT (768px and smaller)
   ========================================== */
@media screen and (max-width: 768px) {
    body .entry-header h1.entry-title,
    body .wishlist-title h2,
    body h1.entry-title,
    body .woocommerce h1 {
        font-size: 22px !important;
    }

    ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile {
        padding: 0px !important;
    }

    table.wishlist_table,
    table.wishlist_table tbody,
    table.wishlist_table tr,
    ul.wishlist_table li {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    table.wishlist_table tr,
    ul.wishlist_table li {
        background: #ffffff !important;
        border: 1px solid #e8e8e8 !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
        padding: 16px !important;
        margin-bottom: 16px !important;
        position: relative !important;
    }

    table.wishlist_table td.product-thumbnail,
    ul.wishlist_table li .product-thumbnail {
        float: left !important;
        margin: 0 14px 12px 0 !important;
        padding: 0 !important;
    }

    table.wishlist_table td.product-thumbnail img,
    ul.wishlist_table li img {
        width: 75px !important;
        height: 75px !important;
        object-fit: cover !important;
        border-radius: 8px !important;
        border: 1px solid #f0f0f0 !important;
    }

    table.wishlist_table td.product-name,
    ul.wishlist_table li .product-name {
        padding: 0 35px 0 0 !important;
        margin-bottom: 12px !important;
    }

    table.wishlist_table td.product-name a,
    ul.wishlist_table li .product-name a,
    ul.wishlist_table.mobile li .item-wrapper .product-name a {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #e31e25 !important;
        text-decoration: none !important;
        line-height: 1.3 !important;
        display: block !important;
        padding-right: 0px !important;
    }

    table.wishlist_table td.product-price,
    table.wishlist_table td.product-stock-status,
    ul.wishlist_table li .product-price,
    ul.wishlist_table li .product-stock-status {
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        background-color: #f8f8f8 !important;
        padding: 8px 12px !important;
        margin: 4px 0 !important;
        border-radius: 6px !important;
        box-sizing: border-box !important;
        border: none !important;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 13px !important;
        color: #333333 !important;
    }

    table.wishlist_table td.product-price::before,
    ul.wishlist_table li .product-price::before {
        content: "Price:" !important;
        font-weight: 600 !important;
        color: #555555 !important;
    }

    table.wishlist_table td.product-stock-status::before,
    ul.wishlist_table li .product-stock-status::before {
        content: "Stock:" !important;
        font-weight: 600 !important;
        color: #555555 !important;
    }

    table.wishlist_table td.product-stock-status span.wishlist-in-stock,
    ul.wishlist_table li .product-stock-status {
        color: #2e7d32 !important;
        font-weight: 600 !important;
    }

    table.wishlist_table td.product-add-to-cart,
    ul.wishlist_table li .product-add-to-cart {
        width: 100% !important;
        padding: 0 !important;
    }

    table.wishlist_table td.product-add-to-cart a,
    table.wishlist_table td.product-add-to-cart button,
    ul.wishlist_table li .product-add-to-cart a {
        background-color: #e31e25 !important;
        color: #ffffff !important;
        border-radius: 6px !important;
        padding: 11px 0 !important;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        width: 100% !important;
        display: block !important;
        text-align: center !important;
        margin-top: 8px !important;
        border: none !important;
        box-shadow: 0 4px 12px rgba(227, 30, 37, 0.2) !important;
    }

    .wishlist_table .product-add-to-cart a.button {
        padding: 12px 25px !important;
        justify-content: center;
    }

    table.wishlist_table td.product-remove,
    ul.wishlist_table li .product-remove {
        position: absolute !important;
        top: 14px !important;
        right: 14px !important;
        padding: 0 !important;
        width: auto !important;
    }

    table.wishlist_table td.product-remove a.remove,
    ul.wishlist_table li a.remove {
        background: #ffffff !important;
        color: #999999 !important;
        border: 1px solid #e0e0e0 !important;
        border-radius: 50% !important;
        width: 28px !important;
        height: 28px !important;
        line-height: 26px !important;
        text-align: center !important;
        font-size: 14px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
    }

    table.wishlist_table td.product-remove a.remove:hover {
        background-color: #e31e25 !important;
        color: #ffffff !important;
        border-color: #e31e25 !important;
    }
}/* End custom CSS */