<html class="bg-bgMain min-h-screen flex flex-col scroll-smooth font-merriweather">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
    <title>Cellar Social</title>
    <link rel="icon" sizes="52x52" href="./assets/images/icon.png">
    <link rel="icon" sizes="52x52" href="./assets/images/icon.png">
    <link rel="icon" sizes="52x52" href="./assets/images/icon.png">
    <link rel="icon" sizes="52x52" href="./assets/images/icon.png">
    <link rel="icon" sizes="52x52" href="./assets/images/icon.png">
    <link rel="preconnect" href="https://fonts.bunny.net">
    <link href="https://fonts.bunny.net/css?family=libre-baskerville:400,400i,700,700i|merriweather:300,300i,400,400i,700,700i,900,900i" rel="stylesheet" />
    <link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
    <script src="https://cdn.tailwindcss.com"></script>
    <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
    <script src="tailwind-config.js" defer></script>
    <link rel="stylesheet" href="./assets/css/custom.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.1/aos.css" />
  </head>

  <body class="bg-transparent flex flex-col items-center flex-grow min-h-screen relative tracking-wide text-lg leading-[1.5] break-words text-textMain">
    <!-- main navbar start -->
    <div id="nav2-component"></div>
    <!-- main navbar end -->

    <!-- main middle start -->
    <div class="w-full flex flex-col grow-[1] pt-[100px] max-md:pt-[65px]">

      <!-- listings start -->
      <div class="w-full flex flex-col justify-center items-center">
        <div class="max-w-[1400px] w-full grow-[1] flex flex-col justify-center items-center px-[10px] relative">
          <div class="w-full flex flex-col gap-[50px] py-[50px] max-xl:py-[15px]">
            <!-- listings list start -->
            <div class="w-full flex flex-col gap-[10px]">
              <div class="flex flex-row gap-[10px] items-center justify-between flex-wrap">
                <p class="font-bold text-xl">Searching: <span class="font-normal">exampleText</p>
                <div class="w-full max-w-[500px] flex flex-row">
                  <div class="w-full flex flex-row">
                    <input type="text" placeholder="Search..." class="w-full bg-black/10 py-[5px] px-[10px] border-[1px] border-white/10 placeholder:text-white/50 transition-all ease duration-[0.4s] focus:outline-[0] focus:bg-black/15 focus:border-btnMain">
                  </div>
                  <a href="search.html" class="flex flex-col justify-center items-center bg-bgMain2 text-textMain p-[10px] cursor-pointer relative group transition-all ease duration-[0.3s] bg-btnMain">
                    <i class="bx bx-search "></i>
                    <span class="absolute inset-[0] bg-white/0 transition-all ease duration-[0.4s] hover:bg-white/10"></span>
                  </a>
                </div>
              </div>
              <div class="relative flex flex-col items-start">
                <p class="font-bold text-base bg-bgMain px-[10px] py-[3px] mb-[-15px] ml-[15px] z-[1]">Filters</p>
                <div class="w-full flex flex-row gap-[10px] flex-wrap p-[15px] border-[3px] border-bgMain2">
                  <div class="relative inline-block max-md:grow-[1]">
                    <button class="dropdown-button flex flex-row items-center cursor-pointer min-w-[50px] max-w-[250px] bg-white/10 text-sm text-textMain2 flex-wrap max-md:grow-[1] max-md:w-full max-md:max-w-full transition-all ease duration-[0.3s] hover:bg-btnMain hover:text-textMain">
                      <p class="flex flex-row px-[10px] py-[5px] h-auto items-center">Moderation Level:</p>
                      <p class="flex flex-row px-[10px] py-[5px] h-auto items-center bg-black/15 grow-[1]">Site &amp; User</p>
                    </button>
                    <div class="dropdown-menu absolute right-0 mt-2 bg-bgMain2 border-[1px] border-white/10 p-[5px] text-textMain flex flex-col gap-[5px] w-full min-w-[100px] text-bgMain text-sm z-[1] shadow-lg max-h-[200px] overflow-auto hidden">
                      <p class="flex flex-row px-[10px] py-[5px] text-textMain2 cursor-pointer transition-all ease duration-[0.3s] hover:bg-btnMain hover:text-textMain">Site &amp; User</p>
                      <p class="flex flex-row px-[10px] py-[5px] text-textMain2 cursor-pointer transition-all ease duration-[0.3s] hover:bg-btnMain hover:text-textMain">Site</p>
                      <p class="flex flex-row px-[10px] py-[5px] text-textMain2 cursor-pointer transition-all ease duration-[0.3s] hover:bg-btnMain hover:text-textMain">None</p>
                    </div>
                  </div>
                  <button popupAction="openFilterSearch" class="bg-white/10 text-textMain2 text-sm flex flex-row items-center relative transition-all ease duration-[0.3s] hover:bg-btnMain hover:text-textMain max-sm:flex-col max-lg:grow-[1]">
                    <p class="grow-[1] flex flex-row items-center gap-[5px] whitespace-nowrap px-[10px] py-[3px]">Rating</p>
                    <span class="bg-black/15 w-full h-full flex flex-row items-center px-[10px] py-[3px]">Exceptional</span>
                  </button>
                  <button popupAction="openFilterSearch" class="bg-white/10 text-textMain2 text-sm flex flex-row items-center relative transition-all ease duration-[0.3s] hover:bg-btnMain hover:text-textMain max-sm:flex-col max-lg:grow-[1]">
                    <p class="grow-[1] flex flex-row items-center gap-[5px] whitespace-nowrap px-[10px] py-[3px]">Product</p>
                    <span class="bg-black/15 w-full h-full flex flex-row items-center px-[10px] py-[3px]">Wine</span>
                  </button>
                  <button popupAction="openFilterSearch" class="bg-white/10 text-textMain2 text-sm flex flex-row items-center relative transition-all ease duration-[0.3s] hover:bg-btnMain hover:text-textMain max-sm:flex-col max-lg:grow-[1]">
                    <p class="grow-[1] flex flex-row items-center gap-[5px] whitespace-nowrap px-[10px] py-[3px]">Type</p>
                    <span class="bg-black/15 w-full h-full flex flex-row items-center px-[10px] py-[3px]">White</span>
                  </button>
                  <button popupAction="openFilterSearch" class="bg-white/10 text-textMain2 text-sm flex flex-row items-center relative transition-all ease duration-[0.3s] hover:bg-btnMain hover:text-textMain max-sm:flex-col max-lg:grow-[1]">
                    <p class="grow-[1] flex flex-row items-center gap-[5px] whitespace-nowrap px-[10px] py-[3px]">Style</p>
                    <span class="bg-black/15 w-full h-full flex flex-row items-center px-[10px] py-[3px]">Table</span>
                  </button>
                  <button popupAction="openFilterSearch" class="bg-white/10 text-textMain2 text-sm flex flex-row items-center relative transition-all ease duration-[0.3s] hover:bg-btnMain hover:text-textMain max-sm:flex-col max-lg:grow-[1]">
                    <p class="grow-[1] flex flex-row items-center gap-[5px] whitespace-nowrap px-[10px] py-[3px]">Characteristic</p>
                    <span class="bg-black/15 w-full h-full flex flex-row items-center px-[10px] py-[3px]">Textural / Light Aromatic</span>
                  </button>
                  <button popupAction="openFilterSearchAlt" class="bg-white/10 text-textMain2 text-sm flex flex-row items-center relative transition-all ease duration-[0.3s] hover:bg-btnMain hover:text-textMain max-sm:flex-col max-lg:grow-[1]">
                    <p class="grow-[1] flex flex-row items-center gap-[5px] whitespace-nowrap px-[10px] py-[3px]">Location</p>
                    <span class="bg-black/15 w-full h-full flex flex-row items-center px-[10px] py-[3px]">Armenia</span>
                  </button>
                  <button popupAction="openFilterSearch" class="bg-white/10 text-textMain2 text-sm flex flex-row items-center relative transition-all ease duration-[0.3s] hover:bg-btnMain hover:text-textMain max-sm:flex-col max-lg:grow-[1]">
                    <p class="grow-[1] flex flex-row items-center gap-[5px] whitespace-nowrap px-[10px] py-[3px]">Region</p>
                    <span class="bg-black/15 w-full h-full flex flex-row items-center px-[10px] py-[3px]">East-Europe</span>
                  </button>
                  <button popupAction="openFilterSearch" class="bg-white/10 text-textMain2 text-sm flex flex-row items-center relative transition-all ease duration-[0.3s] hover:bg-btnMain hover:text-textMain max-sm:flex-col max-lg:grow-[1]">
                    <p class="grow-[1] flex flex-row items-center gap-[5px] whitespace-nowrap px-[10px] py-[3px]">Sub-region</p>
                    <span class="bg-black/15 w-full h-full flex flex-row items-center px-[10px] py-[3px]">...</span>
                  </button>
                  <button popupAction="openFilterSearch" class="bg-white/10 text-textMain2 text-sm flex flex-row items-center relative transition-all ease duration-[0.3s] hover:bg-btnMain hover:text-textMain max-sm:flex-col max-lg:grow-[1]">
                    <p class="grow-[1] flex flex-row items-center gap-[5px] whitespace-nowrap px-[10px] py-[3px]">Village</p>
                    <span class="bg-black/15 w-full h-full flex flex-row items-center px-[10px] py-[3px]">...</span>
                  </button>
                  <button popupAction="openFilterSearch" class="bg-white/10 text-textMain2 text-sm flex flex-row items-center relative transition-all ease duration-[0.3s] hover:bg-btnMain hover:text-textMain max-sm:flex-col max-lg:grow-[1]">
                    <p class="grow-[1] flex flex-row items-center gap-[5px] whitespace-nowrap px-[10px] py-[3px]">Vineyard</p>
                    <span class="bg-black/15 w-full h-full flex flex-row items-center px-[10px] py-[3px]">...</span>
                  </button>
                  <button popupAction="openFilterSearch" class="bg-white/10 text-textMain2 text-sm flex flex-row items-center relative transition-all ease duration-[0.3s] hover:bg-btnMain hover:text-textMain max-sm:flex-col max-lg:grow-[1]">
                    <p class="grow-[1] flex flex-row items-center gap-[5px] whitespace-nowrap px-[10px] py-[3px]">Producer</p>
                    <span class="bg-black/15 w-full h-full flex flex-row items-center px-[10px] py-[3px]">...</span>
                  </button>
                  <button popupAction="openFilterSearch" class="bg-white/10 text-textMain2 text-sm flex flex-row items-center relative transition-all ease duration-[0.3s] hover:bg-btnMain hover:text-textMain max-sm:flex-col max-lg:grow-[1]">
                    <p class="grow-[1] flex flex-row items-center gap-[5px] whitespace-nowrap px-[10px] py-[3px]">Label</p>
                    <span class="bg-black/15 w-full h-full flex flex-row items-center px-[10px] py-[3px]">...</span>
                  </button>
                </div>
              </div>
            </div>
            <div class="w-full grid grid-cols-4 gap-[5px] max-lg:grid-cols-3 max-md:grid-cols-2 max-xs:grid-cols-1">
              <!-- listing item start -->
              <div id="productCard5-component"></div>
              <div id="productCard6-component"></div>
              <div id="productCard7-component"></div>
              <!-- listing item end -->
            </div>
            <!-- listings list end -->

            <!-- Pagination start -->
            <div id="pagination-component"></div>
            <!-- Pagination end -->

          </div>
        </div>
      </div>
      <!-- listings end -->

    </div>
      <!-- main middle end -->

      <!-- main footer start -->
      <div id="footer-component"></div>
      <!-- main footer end -->

    <!-- popups start -->
    <div popupID="FilterSearch" class="fixed inset-[0] z-[90] bg-black/25 backdrop-blur-sm hidden flex-col justify-start items-center py-[25px] overflow-auto">
      <div class="max-w-[1400px] w-full flex flex-col justify-start items-center px-[10px] relative">
        <div class="w-full flex flex-col justify-start items-center">
          <div class="w-full max-w-[500px] justify-start items-center">
            <div class="w-full bg-bgMain2 p-[15px] shadow-lg gap-[5px]">
              <div class="flex flex-row justify-between items-center gap-[10px] pb-[5px] border-b-[1px] border-b-white/15">
                <p class="font-bold text-lg">Product Filter</p>
                <button popupAction="closeFilterSearch" class="transition-all ease duration-[0.3s] py-[3px] px-[8px] hover:bg-btnMain hover:text-textMain">
                  <i class="bx bx-x text-xl"></i>
                </button>
              </div>
              <div class="w-full flex flex-col pt-[10px]">
                <!-- popup x start -->
                <div class="w-full flex flex-col gap-[15px]">
                  <div class="w-full max-w-[500px] flex flex-row">
                    <div class="w-full flex flex-row">
                      <input type="text" placeholder="Search..." class="w-full bg-black/10 py-[5px] px-[10px] border-[1px] border-white/10 placeholder:text-white/25 transition-all ease duration-[0.4s] focus:outline-[0] focus:bg-black/15">
                    </div>
                  </div>
                  <div class="w-full flex flex-row gap-[10px] flex-wrap overflow-auto max-h-[500px]">
                    <div class="relative bg-black/5 group">
                      <input type="checkbox" name="product" class="opacity-[0] absolute inset-[0] peer cursor-pointer">
                      <div class="text-textMain2 transition-all ease duration-[0.4s] peer-checked:bg-btnMain peer-checked:text-textMain py-[5px] px-[10px] border-[1px] border-white/15 group-hover:bg-white/10 group-hover:text-textMain"><label class="">Wine</label></div>
                    </div>
                    <div class="relative bg-black/5 group">
                      <input type="checkbox" name="product" class="opacity-[0] absolute inset-[0] peer cursor-pointer">
                      <div class="text-textMain2 transition-all ease duration-[0.4s] peer-checked:bg-btnMain peer-checked:text-textMain py-[5px] px-[10px] border-[1px] border-white/15 group-hover:bg-white/10 group-hover:text-textMain"><label class="">Sake</label></div>
                    </div>
                    <div class="relative bg-black/5 group">
                      <input type="checkbox" name="product" class="opacity-[0] absolute inset-[0] peer cursor-pointer">
                      <div class="text-textMain2 transition-all ease duration-[0.4s] peer-checked:bg-btnMain peer-checked:text-textMain py-[5px] px-[10px] border-[1px] border-white/15 group-hover:bg-white/10 group-hover:text-textMain"><label class="">Spirit</label></div>
                    </div>
                    <div class="relative bg-black/5 group">
                      <input type="checkbox" name="product" class="opacity-[0] absolute inset-[0] peer cursor-pointer">
                      <div class="text-textMain2 transition-all ease duration-[0.4s] peer-checked:bg-btnMain peer-checked:text-textMain py-[5px] px-[10px] border-[1px] border-white/15 group-hover:bg-white/10 group-hover:text-textMain"><label class="">Misc</label></div>
                    </div>
                  </div>
                  <div class="w-full flex flex-row pt-[10px] border-t-[1px] border-white/10">
                    <buttons class="w-full flex flex-col justify-center items-center bg-btnMain text-textMain text-base font-bold whitespace-nowrap px-[10px] py-[10px] cursor-pointer relative group">
                      Set Filter
                      <span class="absolute inset-[0] bg-white/0 transition-all ease duration-[0.4s] hover:bg-white/10"></span>
                    </buttons>
                  </div>
                </div>
                <!-- popup x end -->
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>

    <div popupID="FilterSearchAlt" class="fixed inset-[0] z-[90] bg-black/25 backdrop-blur-sm hidden flex-col justify-start items-center py-[25px] overflow-auto">
      <div class="max-w-[1400px] w-full flex flex-col justify-start items-center px-[10px] relative">
        <div class="w-full flex flex-col justify-start items-center">
          <div class="w-full max-w-[500px] justify-start items-center">
            <div class="w-full bg-bgMain2 p-[15px] shadow-lg gap-[5px]">
              <div class="flex flex-row justify-between items-center gap-[10px] pb-[5px] border-b-[1px] border-b-white/10">
                <p class="font-bold text-lg">Location Filter</p>
                <button popupAction="closeFilterSearchAlt" class="transition-all ease duration-[0.3s] py-[3px] px-[8px] hover:bg-btnMain hover:text-textMain">
                  <i class="bx bx-x text-xl"></i>
                </button>
              </div>
              <div class="w-full flex flex-col pt-[10px]">
                <!-- popup x start -->
                <div class="w-full flex flex-col gap-[15px]">
                  <div class="w-full max-w-[500px] flex flex-row">
                    <div class="w-full flex flex-row">
                      <input type="text" placeholder="Search..." class="w-full bg-black/10 py-[5px] px-[10px] border-[1px] border-white/10 placeholder:text-white/25 transition-all ease duration-[0.4s] focus:outline-[0] focus:bg-black/15">
                    </div>
                  </div>
                  <div class="w-full flex flex-col gap-[15px] p-[10px] border-[2px] border-white/10 items-start">
                      <div class="flex flex-row justify-center items-center mt-[-25px] bg-bgMain2 px-[15px] py-[2px] text-textMain2 font-bold">
                        <p class="text-sm">Search for</p>
                      </div>
                      <div class="w-full flex flex-row gap-[10px] flex-wrap overflow-auto max-h-[500px]">
                        <div class="relative bg-black/5 grow-[1] group">
                          <input type="checkbox" name="location" class="opacity-[0] absolute inset-[0] peer cursor-pointer">
                          <div class="text-textMain2 transition-all ease duration-[0.4s] peer-checked:bg-btnMain peer-checked:text-textMain py-[5px] px-[10px] border-[1px] border-white/15 group-hover:bg-white/10 group-hover:text-textMain"><label class="w-full text-center">Country</label></div>
                        </div>
                        <div class="relative bg-black/5 grow-[1] group">
                          <input type="checkbox" name="location" class="opacity-[0] absolute inset-[0] peer cursor-pointer">
                          <div class="text-textMain2 transition-all ease duration-[0.4s] peer-checked:bg-btnMain peer-checked:text-textMain py-[5px] px-[10px] border-[1px] border-white/15 group-hover:bg-white/10 group-hover:text-textMain"><label class="w-full text-center">State/Province</label></div>
                        </div>
                        <div class="relative bg-black/5 grow-[1] group">
                          <input type="checkbox" name="location" class="opacity-[0] absolute inset-[0] peer cursor-pointer">
                          <div class="text-textMain2 transition-all ease duration-[0.4s] peer-checked:bg-btnMain peer-checked:text-textMain py-[5px] px-[10px] border-[1px] border-white/15 group-hover:bg-white/10 group-hover:text-textMain"><label class="w-full text-center">Region</label></div>
                        </div>
                        <div class="relative bg-black/5 grow-[1] group">
                          <input type="checkbox" name="location" class="opacity-[0] absolute inset-[0] peer cursor-pointer">
                          <div class="text-textMain2 transition-all ease duration-[0.4s] peer-checked:bg-btnMain peer-checked:text-textMain py-[5px] px-[10px] border-[1px] border-white/15 group-hover:bg-white/10 group-hover:text-textMain"><label class="w-full text-center">Village</label></div>
                        </div>
                      </div>
                    </div>
                  <div class="w-full flex flex-col">
                    <div class="w-full flex flex-col gap-[10px] bg-bgMain2/25 p-[10px] border-[1px] border-b-[0px] border-white/10 flex-wrap overflow-auto max-h-[300px]">
                      <div class="relative bg-black/5 group">
                        <input type="radio" name="locationSelection" checked class="opacity-[0] absolute inset-[0] peer cursor-pointer">
                        <div class="text-textMain2 transition-all ease duration-[0.4s] peer-checked:bg-btnMain peer-checked:text-textMain py-[5px] px-[10px] border-[1px] border-white/15 group-hover:bg-white/10 group-hover:text-textMain"><label class="">ContinentName, RegionName, CountryName, State/ProvinceName, City/Town/VillageName</label></div>
                      </div>
                      <!-- <p class="text-bgMain2/25 text-base text-center w-full">Nothing selected</p> -->
                    </div>
                    <div class="w-full flex flex-col gap-[10px] bg-bgMain2/25 p-[10px] border-[1px] border-white/10 flex-wrap overflow-auto max-h-[500px]">
                      <div class="relative bg-black/5 group">
                        <input type="radio" name="location" class="opacity-[0] absolute inset-[0] peer cursor-pointer">
                        <div class="text-textMain2 transition-all ease duration-[0.4s] peer-checked:bg-btnMain peer-checked:text-textMain py-[5px] px-[10px] border-[1px] border-white/15 group-hover:bg-white/10 group-hover:text-textMain"><label class="">ContinentName, RegionName, CountryName, State/ProvinceName, City/Town/VillageName</label></div>
                      </div>
                      <div class="relative bg-black/5 group">
                        <input type="radio" name="location" class="opacity-[0] absolute inset-[0] peer cursor-pointer">
                        <div class="text-textMain2 transition-all ease duration-[0.4s] peer-checked:bg-btnMain peer-checked:text-textMain py-[5px] px-[10px] border-[1px] border-white/15 group-hover:bg-white/10 group-hover:text-textMain"><label class="">ContinentName, RegionName, CountryName, State/ProvinceName, City/Town/VillageName</label></div>
                      </div>
                      <div class="relative bg-black/5 group">
                        <input type="radio" name="location" class="opacity-[0] absolute inset-[0] peer cursor-pointer">
                        <div class="text-textMain2 transition-all ease duration-[0.4s] peer-checked:bg-btnMain peer-checked:text-textMain py-[5px] px-[10px] border-[1px] border-white/15 group-hover:bg-white/10 group-hover:text-textMain"><label class="">ContinentName, RegionName, CountryName, State/ProvinceName, City/Town/VillageName</label></div>
                      </div>
                    </div>
                  </div>
                  <div class="w-full flex flex-row pt-[10px] border-t-[1px] border-white/10">
                    <buttons class="w-full flex flex-col justify-center items-center bg-btnMain text-textMain text-base font-bold whitespace-nowrap px-[10px] py-[10px] cursor-pointer relative group">
                      Set Filter
                      <span class="absolute inset-[0] bg-white/0 transition-all ease duration-[0.4s] hover:bg-white/10"></span>
                    </buttons>
                  </div>
                </div>
                <!-- popup x end -->
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <!-- popups end -->

    <!-- SCRIPTS START-->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.1/aos.js"></script>
    <script src="./assets/js/dropdown.js"></script>
    <script src="./assets/js/popups.js"></script>
    <script src="./assets/js/componentLoader.js"></script>
    <script>AOS.init();</script>
    <!-- SCRIPTS END-->

    <!--
    reusables: sec and container
    <div class="w-full flex flex-col gap-[25px] py-[50px] max-lg:py-[25px] items-center">
      <div class="max-w-[1400px] w-full flex flex-col justify-start items-end px-[10px] relative"></div>
    </div>
    -->
  </body>
</html>