.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-358 .elementor-element.elementor-element-49ae6d73{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-widget-yith_wcwl_wishlist .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-yith_wcwl_wishlist .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}@media(max-width:767px){.elementor-358 .elementor-element.elementor-element-49ae6d73{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for yith_wcwl_wishlist, class: .elementor-element-a173369 *//* ===== ALTHERA FINAL PREMIUM WISHLIST (PC & MOBILE PERFECT) ===== */

/* --- 1. GLOBAL TABLE LAYOUT --- */
.wishlist_table {
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0 12px !important; /* Rows ke beech clean minimal gap */
    background: transparent !important;
    width: 100% !important;
}

/* Header Text */
.wishlist_table thead th {
    border: none !important;
    background: transparent !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: #999999 !important;
    font-weight: 600 !important;
    padding: 0 16px 10px 16px !important;
}

/* --- 2. THE ROW (CARD) DESIGN --- */
.wishlist_table tbody tr {
    background: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important; /* Soft minimal shadow */
    border-radius: 12px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

/* Row Hover (PC Only) */
@media (min-width: 768px) {
    .wishlist_table tbody tr:hover {
        transform: translateY(-2px) !important;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06) !important;
    }
}

/* Table Cells Formatting & Background Cleanup */
.wishlist_table td {
    border: none !important;
    padding: 16px !important; /* Balanced padding everywhere */
    vertical-align: middle !important;
    background: transparent !important; /* Removes those random grey boxes */
}

/* Row Corner Rounding Fix */
.wishlist_table tbody tr td:first-child { border-radius: 12px 0 0 12px !important; }
.wishlist_table tbody tr td:last-child { border-radius: 0 12px 12px 0 !important; }

/* --- 3. PRODUCT ELEMENTS --- */

/* Image */
.product-thumbnail img {
    width: 750px !important;
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 5px !important;
}

/* Product Title */
.product-name a {
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    color: #111111 !important;
    text-decoration: none !important;
    max-width: 500px !important;
    display: block !important;
}

/* Price */
.product-price .amount {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #111111 !important;
}
.product-price del {
    opacity: 0.3 !important;
    font-size: 13px !important;
    margin-right: 4px !important;
}

/* Stock Status (Cleaning the badge) */
.wishlist-in-stock,
.in-stock {
    background: #f4f7f4 !important;
    color: #2b733c !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 4px 10px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    display: inline-block !important;
}

/* Premium Buttons (Minimal & Solid) */
.product-add-to-cart a,
.add_to_cart_button,
.select_options {
    background: #111111 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    min-width: 130px !important;
    height: 40px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: background 0.2s ease !important;
}
.product-add-to-cart a:hover,
.add_to_cart_button:hover,
.select_options:hover {
    background: #333333 !important;
}

/* Remove/Delete Icon */
.product-remove a {
    color: #bbbbbb !important;
    font-size: 16px !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}
.product-remove a:hover {
    color: #ff3b30 !important;
}

/* --- 4. MOBILE SPECIFIC OPTIMIZATIONS --- */
@media (max-width: 767px) {
    /* Full width wrapper adjustment */
    .woocommerce, form#yith-wcwl-form {
        padding: 0 4px !important;
    }

    /* Making sure row details don't break/stack weirdly */
    .wishlist_table td {
        padding: 10px 10px !important; /* Tighter padding for small screens */
    }

    /* Image slightly compact on mobile */
    .product-thumbnail img {
        width: 60px !important;
        height: 80px !important;
    }

    /* Text optimization */
    .product-name a {
        font-size: 13px !important;
        line-height: 1.3 !important;
    }
    
    .product-price .amount {
        font-size: 13px !important;
    }

    /* Button fluid scaling for mobile screens */
    .product-add-to-cart a,
    .add_to_cart_button,
    .select_options {
        min-width: 250px !important;
        height: 36px !important;
        font-size: 11px !important;
        padding: 0 8px !important;
    }

    /* Stock Text adjustment */
    .wishlist-in-stock, .in-stock {
        font-size: 10px !important;
        padding: 2px 6px !important;
    }
}

/* ===== EXTRA MOBILE LEFT-ALIGN FIX ===== */
@media (max-width: 767px) {
    /* Main containers ka left padding/margin zero karne ke liye */
    .woocommerce, 
    form#yith-wcwl-form, 
    .wishlist_table {
        padding-left: 5px !important;
        margin-left: 0px !important;
        width: 100% !important;
    }

    /* Table body aur rows ko bilkul left se chipkane ke liye */
    .wishlist_table tbody, 
    .wishlist_table tbody tr {
        margin-left: 0 !important;
        padding-left: 0 !important;
        width: 100% !important;
    }

    /* Pehle column (Image cell) ki extra left padding hatane ke liye */
    .wishlist_table td:first-child {
        padding-left: 8px !important; /* Ekdum minimal space taaki screen se touch na ho */
    }
}/* End custom CSS */