<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <head>
        <css src="Magetop_Advancepreview::css/custom_wishlist.css" />
    </head>
    <body>
        <referenceBlock name="page.main.title">
            <action method="setPageTitle">
                <argument translate="true" name="title" xsi:type="string">My requested offer</argument>
            </action>
        </referenceBlock>
        <referenceBlock name="customer.wishlist.item.inner">
            <block class="Magento\Wishlist\Block\Customer\Wishlist\Item\Column\Cart" name="mgt_custom_wishlist_action" template="Magetop_Advancepreview::wishlist/custom-action.phtml" after="customer.wishlist.item.cart" />
        </referenceBlock>
        <referenceBlock name="customer.wishlist.item.price">
            <block class="Magento\Wishlist\Block\Customer\Wishlist\Item\Column\Cart" name="mgt_custom_wishlist_custom_price" template="Magetop_Advancepreview::wishlist/custom-price.phtml" after="customer.wishlist.item.cart" />
        </referenceBlock>
        <referenceContainer name="before.body.end">
            <block class="Magetop\Advancepreview\Block\PreviewWishlist" name="mgt_custom_wishlist_action_end" template="Magetop_Advancepreview::wishlist/custom-ajax.phtml" />
            <block class="Magento\Framework\View\Element\Template" template="Magetop_Advancepreview::global.phtml" />
        </referenceContainer>
         <referenceBlock name="product.price.render.wishlist" remove="true"/>
    </body>
</page>
