<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <body>
    	<referenceContainer name="content">
            <block class="Sparsh\AutoRelatedProducts\Block\ProductList\AutoRelated" name="sparsh.auto.related.products.ajax" template="Sparsh_AutoRelatedProducts::auto_related_products_ajax.phtml">
                <arguments>
                    <argument xsi:type="string" name="rule_type">checkout</argument>
                </arguments>
            </block>
            <container name="sparsh.auto.related.products.before.content" htmlTag="div" htmlId="sparsh-auto-related-products-before-content" before="-">
                <block class="Sparsh\AutoRelatedProducts\Block\ProductList\AutoRelated" name="sparsh.auto.related.products.before">
                    <arguments>
                        <argument xsi:type="const" name="position">Sparsh\AutoRelatedProducts\Ui\Component\Form\Position::BEFORE_CONTENT</argument>
                        <argument xsi:type="const" name="mode">Sparsh\AutoRelatedProducts\Ui\Component\Form\DisplayModes::BLOCK</argument>
                    </arguments>
                </block>
            </container>
    		<container name="sparsh.auto.related.products.after.content" htmlTag="div" htmlId="sparsh-auto-related-products-after-content" after="-">
	    		<block class="Sparsh\AutoRelatedProducts\Block\ProductList\AutoRelated" name="sparsh.auto.related.products.after">
	    			<arguments>
	    				<argument xsi:type="const" name="position">Sparsh\AutoRelatedProducts\Ui\Component\Form\Position::AFTER_CONTENT</argument>
	    				<argument xsi:type="const" name="mode">Sparsh\AutoRelatedProducts\Ui\Component\Form\DisplayModes::BLOCK</argument>
	    			</arguments>
	    		</block>
    		</container>
            <container name="sparsh.auto.related.products.left.popup.container" htmlTag="div" htmlId="sparsh-auto-related-products-left-popup" htmlClass="sparsh-auto-related-products-popup" before="-">
                <block class="Sparsh\AutoRelatedProducts\Block\ProductList\AutoRelated" name="sparsh.auto.related.products.left.popup">
                    <arguments>
                        <argument xsi:type="const" name="position">Sparsh\AutoRelatedProducts\Ui\Component\Form\Position::LEFT_POPUP</argument>
                        <argument xsi:type="const" name="mode">Sparsh\AutoRelatedProducts\Ui\Component\Form\DisplayModes::BLOCK</argument>
                    </arguments>
                </block>
            </container>
            <container name="sparsh.auto.related.products.right.popup.container" htmlTag="div" htmlId="sparsh-auto-related-products-right-popup" htmlClass="sparsh-auto-related-products-popup" before="-">
                <block class="Sparsh\AutoRelatedProducts\Block\ProductList\AutoRelated" name="sparsh.auto.related.products.right.popup.block">
                    <arguments>
                        <argument xsi:type="const" name="position">Sparsh\AutoRelatedProducts\Ui\Component\Form\Position::RIGHT_POPUP</argument>
                        <argument xsi:type="const" name="mode">Sparsh\AutoRelatedProducts\Ui\Component\Form\DisplayModes::BLOCK</argument>
                    </arguments>
                </block>
            </container>
    	</referenceContainer>
    </body>
</page>
