<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
    <update handle="1column" />

    <!-- Remove page-main class and replace it with page-main-full-width to remove page gutters -->
    <referenceContainer name="main.content" htmlTag="main" htmlClass="page-main-full-width" />
</layout>
