<?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">
    <head>
        <css src="mage/gallery/gallery.css"/>
    </head>
    <body>
        <referenceBlock name="head.components">
            <block class="Rokanthemes\QuickView\Block\Js" name="quickview" as="quickview" cacheable="false"  />
        </referenceBlock>
        <referenceContainer name="before.body.end">
            <block class="Magento\Framework\View\Element\Template" name="quickview.popup.wrapper"
                   template="Rokanthemes_QuickView::popup_wrapper.phtml"/>
        </referenceContainer>
    </body>
</page>
