{**
 * 2007-2019 PrestaShop and Contributors
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to https://www.prestashop.com for more information.
 *
 * @author    PrestaShop SA <contact@prestashop.com>
 * @copyright 2007-2019 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of PrestaShop SA
 *}
{extends file='page.tpl'}

{block name='page_title'}
  {$cms.meta_title}

  <!-- add your code below here -->

{/block}


{block name='page_content_container'}
    <div class="text-center w-full p-0 m-0" >
      <div class="p-4 md:p-8 my-6 md:my-8">
        <h1 class="text-lg sm:text-xl p-4 md:text-2xl lg:text-3xl text-[#4B5563] md:font-normal sm:font-light">SUMMER COLLECTION</h1>
      </div>

      <div class=" grid grid-cols-1 gap-6 lg:gap-8 sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-4">
        <img src="{$urls.img_ps_url}cms/gallery-images/summer_collection_1.jpg" alt="image_1" />
        <img src="{$urls.img_ps_url}cms/gallery-images/summer_collection_2.jpg" alt="image_2" />
        <img src="{$urls.img_ps_url}cms/gallery-images/summer_collection_3.jpg" alt="image_3" />
        <img src="{$urls.img_ps_url}cms/gallery-images/summer_collection_4.jpg" alt="image_4" />
        <img src="{$urls.img_ps_url}cms/gallery-images/summer_collection_5.jpg" alt="image_5" />
        <img src="{$urls.img_ps_url}cms/gallery-images/summer_collection_6.jpg" alt="image_6" />
        <img src="{$urls.img_ps_url}cms/gallery-images/summer_collection_7.jpg" alt="image_7" />
        <img src="{$urls.img_ps_url}cms/gallery-images/summer_collection_8.jpg" alt="image_8" />
        <img src="{$urls.img_ps_url}cms/gallery-images/summer_collection_9.jpg" alt="image_9" />
        <img src="{$urls.img_ps_url}cms/gallery-images/summer_collection_10.jpg" alt="image_10" />
        <img src="{$urls.img_ps_url}cms/gallery-images/summer_collection_11.jpg" alt="image_11" />
        <img src="{$urls.img_ps_url}cms/gallery-images/summer_collection_12.jpg" alt="image_12" />
      </div>
    </div>
{/block}