227 lines
18 KiB
HTML

<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]">
<!-- 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-[100px] items-center">
<!-- listings list start -->
<div class="w-full flex flex-col gap-[10px]">
<div class="flex flex-row gap-[10px] items-center justify-between">
<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">
<button class="dropdown-button 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">
<p class="grow-[1] flex flex-row items-center gap-[5px] whitespace-nowrap px-[10px] py-[3px]">Moderation Level</p>
<span class="bg-black/15 w-full h-full flex flex-row items-center px-[10px] py-[3px]">Site &amp; User</span>
</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-[5] 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">
<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]">Exception</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">
<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">
<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">
<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">
<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="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">
<p class="grow-[1] flex flex-row items-center gap-[5px] whitespace-nowrap px-[10px] py-[3px]">Country</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">
<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">
<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">
<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">
<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">
<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">
<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 class="w-full flex flex-col justify-center items-center">
<div class="max-w-[300px] flex flex-row gap-[15px] justify-center items-center">
<button class="h-full flex flex-col justify-center items-center px-[8px] text-textMain2 transition-all ease duration-[0.4s] hover:bg-bgMain2 hover:bg-btnMain hover:text-textMain">
<i class="bx bxs-chevron-left text-3xl"></i>
</button>
<div class="grow-[1] flex flex-row gap-[10px] overflow-auto hide-scrollbar">
<button class="font-bold text-xl px-[15px] pt-[5px] pb-[8px] flex flex-row justify-center items-center bg-btnMain text-textMain relative">
<p class="text-base">1</p>
</button>
<button class="font-bold text-xl px-[15px] pt-[5px] pb-[8px] flex flex-row justify-center items-center relative text-textMain2 transition-all ease duration-[0.4s] hover:bg-bgMain2 hover:bg-btnMain/75 hover:text-textMain">
<p class="text-base">2</p>
</button>
<button class="font-bold text-xl px-[15px] pt-[5px] pb-[8px] flex flex-row justify-center items-center relative text-textMain2 transition-all ease duration-[0.4s] hover:bg-bgMain2 hover:bg-btnMain/75 hover:text-textMain">
<p class="text-base">3</p>
</button>
</div>
<button class="h-full flex flex-col justify-center items-center px-[8px] text-textMain2 transition-all ease duration-[0.4s] hover:bg-bgMain2 hover:bg-btnMain hover:text-textMain">
<i class="bx bxs-chevron-right text-3xl"></i>
</button>
</div>
</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>
<!-- 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] items-center">
<div class="max-w-[1400px] w-full flex flex-col justify-start items-end px-[10px] relative"></div>
</div>
-->
</body>
</html>