<div class="js-component md:bg-grey-50 relative block md:grid grid-cols-1 auto-rows-auto md:grid-cols-1 md:grid-rows-1 overflow-hidden z-0 bg-bravo-900 md:bg-transparent ">

    <div class="hero absolute w-full h-full z-10 hidden md:block"></div>

    <div class="md:col-start-1 md:col-end-md:row-start-1 md:row-end-2 relative hero-clip md:clip-path-none">

        <picture class="block overflow-hidden h-full w-full">

            <source media="(max-width: 1023px)" width="1200" height="750" srcset="/front-end/images/test-imagery/example11@16-10@1200w.jpg 1200w">

            <img class="lazyload h-full object-cover w-full" alt="" width="1920" height="720" data-sizes="auto" data-srcset=",/front-end/images/test-imagery/example11@16-6@2000w.jpg 1200w" data-src="/front-end/images/test-imagery/example11@16-6@2000w.jpg">

        </picture>

    </div>
    <div class="md:col-start-1 md:col-end-1 md:row-start-1 md:row-end-2 md:flex md:items-center relative -mt-3/10 md:mt-0">

        <div class="hero-mobile absolute w-full h-48 z-10 md:hidden -top-48"></div>

        <div class="mx-auto max-xsm:max-w-screen-xsm max-sm:max-w-screen-sm md:container">
            <div class="px-6 py-7 lg:px-12 lg:py-13 md:w-96 lg:w-[420px] xl:w-[580px] relative rounded-3xl bg-bravo-900 md:bg-transparent">
                <div class="relative flex flex-col justify-center z-20">

                    <h1 class="text-5xl xl:text-9xl font-medium font-heading leading-none text-white ">Search results</h1>

                    <div class="block prose prose-p:font-light prose-lg lg:prose:xl prose-p:leading-normal prose-ul:leading-normal prose-ol:leading-normal lg:prose-xl mt-6 prose-white">
                        <p>Search our site</p>
                    </div>

                </div>
            </div>
        </div>
    </div>
</div>

<div class="max-w-screen-lg mx-auto min-h-[300px]" id="search">
    <div data-vue-module="ContentListing" data-root-nodes="1073,1023" data-search-configuration='{&quot;id&quot;:1234,&quot;resultsPerPage&quot;:6,&quot;listingType&quot;:&quot;Vertically Stacked List&quot;,&quot;paginationType&quot;:&quot;Load More&quot;,&quot;apiUrl&quot;:&quot;/front-end/mock-json/search/list.json&quot;,&quot;fieldFilters&quot;:[{&quot;label&quot;:&quot;searchTerm&quot;,&quot;aliases&quot;:&quot;nodeName&quot;,&quot;filterType&quot;:&quot;Free Text&quot;,&quot;source&quot;:[]}]}'></div>
</div>
{% render "@hero-variant-2--gradient-background", hero, true  %}

{% render "@search-listing" %}

{% for component in componentsList %}
    {% render "@" + component.name, component.data, true  %}
{% endfor %}
{
  "siteName": "BIR Pattern Library",
  "pageName": "Search",
  "hero": {
    "heading": "Search results",
    "caption": "Search our site",
    "link": null,
    "image": {
      "src": "images/test-imagery/example11@16-6@2000w.jpg",
      "srcSet": [
        {
          "url": "images/test-imagery/example11@16-6@2000w.jpg",
          "size": 1200
        }
      ],
      "mdMax": {
        "srcSet": [
          {
            "url": "images/test-imagery/example11@16-10@1200w.jpg",
            "size": 1200
          }
        ]
      }
    }
  },
  "breadcrumbs": [
    {
      "text": "Lorem",
      "url": "./"
    },
    {
      "text": "Ipsum",
      "url": "./"
    },
    {
      "text": "Dolor",
      "url": "./"
    }
  ],
  "componentsList": []
}

No notes defined.