.elementor-5730 .elementor-element.elementor-element-236ca920{--display:flex;}@media(max-width:767px){.elementor-5730 .elementor-element.elementor-element-704cd710{width:100%;max-width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-704cd710 *//* ===============================
   MOBILE CART FIX
================================= */
@media (max-width: 767px) {

    /* Make table layout stacked */
    .shop_table.cart thead {
        display: none;
    }

    .shop_table.cart tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #eee;
        padding: 15px;
        border-radius: 8px;
        background: #fff;
    }

    .shop_table.cart td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: none !important;
        padding: 8px 0;
    }

    /* Add labels before each field */
    .shop_table.cart td::before {
        content: attr(data-title);
        font-weight: 600;
        color: #333;
    }

    /* Fix image alignment */
    .shop_table.cart .product-thumbnail {
        justify-content: center;
    }

    .shop_table.cart .product-thumbnail::before {
        display: none;
    }

    .shop_table.cart .product-thumbnail img {
        max-width: 80px;
        height: auto;
    }

    /* Product name full width */
    .shop_table.cart .product-name {
        flex-direction: column;
        align-items: flex-start;
    }

    /* Quantity center */
    .shop_table.cart .product-quantity {
        justify-content: space-between;
    }

    /* Remove button align right */
    .shop_table.cart .product-remove {
        justify-content: flex-end;
    }

    /* Coupon + update buttons */
    .shop_table.cart .actions {
        display: block;
    }

    .shop_table.cart .coupon {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .shop_table.cart .coupon input {
        width: 100%;
    }

    .shop_table.cart .update_cart {
        width: 100%;
        margin-top: 10px;
    }

    /* Cart totals box */
    .cart-collaterals {
        margin-top: 20px;
    }

    .cart_totals {
        padding: 15px;
        border: 1px solid #eee;
        border-radius: 8px;
    }

    /* Checkout button full width */
    .wc-proceed-to-checkout a {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */