.elementor-1437 .elementor-element.elementor-element-629f7a11{--display:flex;}@media(max-width:1024px){.elementor-1437 .elementor-element.elementor-element-3b216cda > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for text-editor, class: .elementor-element-3b216cda *//* ==========================================
   ১. TABLET VERSION (768px to 1024px) FIX
   ========================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* টেবিল ও সেলগুলোকে প্রপার লেআউটে রাখা */
    .elementor-widget-container table,
    table.wishlist_table,
    table.shop_table.wishlist {
        table-layout: fixed !important;
        width: 100% !important;
    }

    /* টেবিলের সেলের প্যাডিং ও ফন্ট সাইজ ছোট করা যেন স্ক্রিনের বাইরে না যায় */
    .elementor-widget-container table th,
    .elementor-widget-container table td,
    table.wishlist_table th,
    table.wishlist_table td {
        padding: 8px 4px !important;
        font-size: 13px !important;
        word-break: break-word !important;
    }

    /* ইমেজ সাইজ ট্যাবলেট অনুযায়ী ফিক্স */
    .elementor-widget-container table td img,
    table.wishlist_table td img {
        max-width: 60px !important;
        height: auto !important;
    }

    /* Add to Cart বাটনের প্যাডিং ও টেক্সট ছোট করে টেবিলের ভেতর ফিট করা */
    .elementor-widget-container table td button,
    .elementor-widget-container table td .button,
    .elementor-widget-container table td a.add_to_cart_button,
    table.wishlist_table td .button,
    table.wishlist_table td a.add_to_cart_button {
        padding: 8px 10px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
        display: inline-block !important;
        max-width: 100% !important;
    }

    /* কলামের উইডথ রেসিও ফিক্স */
    .elementor-widget-container table th:nth-child(1),
    .elementor-widget-container table td:nth-child(1) { width: 35% !important; } /* Product */
    
    .elementor-widget-container table th:nth-child(2),
    .elementor-widget-container table td:nth-child(2) { width: 20% !important; } /* Price */
    
    .elementor-widget-container table th:nth-child(3),
    .elementor-widget-container table td:nth-child(3) { width: 18% !important; } /* Availability */
    
    .elementor-widget-container table th:nth-child(4),
    .elementor-widget-container table td:nth-child(4) { width: 20% !important; } /* Add to Cart */
    
    .elementor-widget-container table th:nth-child(5),
    .elementor-widget-container table td:nth-child(5) { width: 7% !important; }  /* Remove Icon */
}


/* ==========================================
   ২. MOBILE VERSION (Up to 767px) CARD VIEW
   ========================================== */
@media screen and (max-width: 767px) {
    .elementor-widget-container table,
    table.wishlist_table,
    table.shop_table.wishlist,
    .yith-wcwl-table-wrap table {
        display: block !important;
        width: 100% !important;
    }

    .elementor-widget-container table thead,
    table.wishlist_table thead,
    table.shop_table.wishlist thead {
        display: none !important;
    }

    .elementor-widget-container table tbody tr,
    table.wishlist_table tbody tr,
    table.shop_table.wishlist tbody tr {
        display: flex !important;
        flex-direction: column !important;
        background: #ffffff !important;
        border: 1px solid #e5e5e5 !important;
        border-radius: 12px !important;
        padding: 16px !important;
        margin-bottom: 15px !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
        position: relative !important;
    }

    .elementor-widget-container table tbody td,
    table.wishlist_table tbody td,
    table.shop_table.wishlist tbody td {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        padding: 6px 0 !important;
        border: none !important;
        box-sizing: border-box !important;
    }

    .elementor-widget-container table tbody td img,
    table.wishlist_table tbody td img {
        max-width: 110px !important;
        height: auto !important;
        margin: 0 auto 10px auto !important;
        display: block !important;
    }

    .elementor-widget-container table tbody td a,
    table.wishlist_table tbody td a {
        font-weight: 600 !important;
        font-size: 15px !important;
        color: #222222 !important;
        text-decoration: none !important;
    }

    .elementor-widget-container table tbody td button,
    .elementor-widget-container table tbody td .button,
    .elementor-widget-container table tbody td a.add_to_cart_button,
    table.wishlist_table tbody td .button {
        display: block !important;
        width: 100% !important;
        margin-top: 10px !important;
        padding: 12px 0 !important;
        background-color: #0073aa !important;
        color: #ffffff !important;
        text-align: center !important;
        border-radius: 6px !important;
        font-weight: bold !important;
    }

    .elementor-widget-container table tbody td:last-child,
    table.wishlist_table tbody td.product-remove {
        position: absolute !important;
        top: 10px !important;
        right: 12px !important;
        width: auto !important;
    }
}/* End custom CSS */