<?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">
    <body>
        <referenceBlock name="category.product.type.details.renderers">
            <block class="Magento\Swatches\Block\Product\Renderer\Listing\Configurable"
                   name="category.product.type.details.renderers.configurable" as="configurable"
                   template="Magento_Swatches::product/listing/renderer.phtml"
                   ifconfig="catalog/frontend/show_swatches_in_product_list">
                <arguments>
                    <argument name="configurable_view_model"
                              xsi:type="object">Magento\Swatches\ViewModel\Product\Renderer\Configurable</argument>
                </arguments>
            </block>
        </referenceBlock>
    </body>
</page>
