<?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" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <body>
        <referenceBlock name="page.main.title" remove="true" />
        <referenceContainer name="checkout.cart.container">
            <container name="cart.page.title.wrapper" htmlTag="div" htmlClass="cart page-title-wrapper" before="-">
                <block class="Magento\Checkout\Block\Cart" name="ox.checkout.cart.page.title" as="ox.cart.page.title" template="Magento_Checkout::cart/title.phtml"/>
                <block class="Magento\Checkout\Block\Onepage\Link" name="checkout.cart.methods.onepage.intitle" template="Magento_Checkout::onepage/link.phtml" />
            </container>
        </referenceContainer>
        <referenceBlock name="checkout.cart.crosssell">
            <action method="setTemplate">
                <argument name="template" xsi:type="helper" helper="Olegnax\Athlete2\Helper\UpdaterTemplate::setCrossSellProductsLayout"/>
            </action>
        </referenceBlock>
    </body>
</page>
