399 lines
30 KiB
HTML
399 lines
30 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 class="w-full flex flex-col justify-start items-center bg-bgMain2 text-textMain2 absolute top-[0] z-[5]">
|
|
<div class="w-full flex flex-col justify-center items-center relative">
|
|
<div class="max-w-[1400px] w-full flex flex-col justify-start items-end px-[10px] relative">
|
|
<div class="w-full flex flex-row gap-[25px] justify-between p-[10px] flex-wrap">
|
|
<div class="max-w-[200px] min-w-[200px]">
|
|
<!-- <img src="./assets/images/logo.png" class=""></img> -->
|
|
<a href="index.html" class="font-bold text-2xl transition-all ease duration-[0.3s] hover:text-linkMain">Cellar Social</a>
|
|
</div>
|
|
<div class="grow-[1] flex flex-row gap-[50px] justify-end">
|
|
<div class="flex flex-row grow-[1] gap-[10px] text-base font-bold justify-end items-center max-lg:hidden">
|
|
<div class="flex flex-row h-full justify-center items-center gap-[10px] cursor-pointer relative">
|
|
<a href="search.html" class="px-[6px] py-[6px] flex flex-row h-full justify-center items-center transition-all ease duration-[0.3s] hover:bg-bgMain hover:text-bgMain2">
|
|
<i class="bx bx-search"></i>
|
|
</a>
|
|
</div>
|
|
<div class="relative inline-block">
|
|
<div class="dropdown-button flex flex-row items-center cursor-pointer min-w-[50px] max-w-[200px] relative group">
|
|
<img src="https://preview.free3d.com/img/2015/01/2154247191454024843/dn06b30e.jpg" class="w-[30px] h-[30px] object-cover bg-black/50"></img>
|
|
<p class="overflow-hidden whitespace-nowrap text-ellipsis px-[15] py-[3px] transition-all ease duration-[0.3s] group-hover:bg-bgMain group-hover:text-bgMain2">Username</p>
|
|
</div>
|
|
<div class="dropdown-menu absolute right-0 mt-2 bg-bgMain p-[5px] flex flex-col gap-[5px] w-full text-bgMain2 text-sm z-[1] shadow-lg hidden">
|
|
<a href="#" class="flex flex-row px-[10px] py-[5px] transition-all ease duration-[0.3s] hover:bg-bgMain2 hover:text-bgMain">Profile</a>
|
|
<a href="#" class="flex flex-row px-[10px] py-[5px] transition-all ease duration-[0.3s] hover:bg-bgMain2 hover:text-bgMain">Settings</a>
|
|
<a href="#" class="flex flex-row px-[10px] py-[5px] transition-all ease duration-[0.3s] hover:bg-bgMain2 hover:text-bgMain">Logout</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="lg:hidden">
|
|
<button class="flex flex-col justify-center items-center">
|
|
<i class="bx bx-menu text-3xl"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="w-full flex flex-col justify-center items-center border-t-[1px] border-bgMain/10">
|
|
<div class="max-w-[1400px] w-full flex flex-col justify-center items-center px-[10px] relative">
|
|
<div class="flex flex-row grow-[1] gap-[50px] justify-end items-center py-[10px] max-lg:hidden">
|
|
<a href="#" class="text-lg transition-all ease duration-[0.4s] font-bold text-textMain2 group">
|
|
<p class="px-[10px]">Events</p>
|
|
<div class="px-[50%] transition-all ease duration-[0.4s] group-hover:px-[0%]">
|
|
<div class="h-[2px] w-full bg-bgMain"></div>
|
|
</div>
|
|
</a>
|
|
<a href="search.html" class="text-lg transition-all ease duration-[0.4s] font-bold text-textMain2 group">
|
|
<p class="px-[10px]">Sake</p>
|
|
<div class="px-[50%] transition-all ease duration-[0.4s] group-hover:px-[0%]">
|
|
<div class="h-[2px] w-full bg-bgMain"></div>
|
|
</div>
|
|
</a>
|
|
<a href="search.html" class="text-lg transition-all ease duration-[0.4s] font-bold text-textMain2 group">
|
|
<p class="px-[10px]">Coffee</p>
|
|
<div class="px-[50%] transition-all ease duration-[0.4s] group-hover:px-[0%]">
|
|
<div class="h-[2px] w-full bg-bgMain"></div>
|
|
</div>
|
|
</a>
|
|
<a href="search.html" class="text-lg transition-all ease duration-[0.4s] font-bold text-textMain2 group">
|
|
<p class=px-[10px]"">Spirits & Liqueurs</p>
|
|
<div class="px-[50%] transition-all ease duration-[0.4s] group-hover:px-[0%]">
|
|
<div class="h-[2px] w-full bg-bgMain"></div>
|
|
</div>
|
|
</a>
|
|
<a href="search.html" class="text-lg transition-all ease duration-[0.4s] font-bold text-textMain2 group">
|
|
<p class="px-[10px]">Wine</p>
|
|
<div class="px-[50%] transition-all ease duration-[0.4s] group-hover:px-[0%]">
|
|
<div class="h-[2px] w-full bg-bgMain"></div>
|
|
</div>
|
|
</a>
|
|
<a href="#" class="text-lg transition-all ease duration-[0.4s] font-bold text-textMain2 group">
|
|
<p class="px-[10px]">Promotions</p>
|
|
<div class="px-[50%] transition-all ease duration-[0.4s] group-hover:px-[0%]">
|
|
<div class="h-[2px] w-full bg-bgMain"></div>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</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-b-[1px] border-bgMain2/25 placeholder:text-black/50 transition-all ease duration-[0.4s] focus:outline-[0] focus:bg-black/15"></input>
|
|
</div>
|
|
<buttons class="flex flex-col justify-center items-center bg-bgMain2 text-bgMain p-[10px] cursor-pointer relative group"><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></buttons>
|
|
</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">
|
|
<button popupAction="openFilterSearch" class="bg-bgMain2 text-bgMain text-sm h-[30px] pl-[10px] flex flex-row items-center relative">
|
|
<p class="h-full w-full flex flex-row items-center gap-[5px] whitespace-nowrap">Product: <span class="bg-bgMain/15 h-full w-full px-[8px] flex flex-row items-center">Wine</span></p>
|
|
<span class="absolute inset-[0] bg-white/0 transition-all ease duration-[0.4s] hover:bg-white/10"></span>
|
|
</button>
|
|
<button class="bg-bgMain2 text-bgMain text-sm h-[30px] pl-[10px] flex flex-row items-center relative">
|
|
<p class="h-full w-full flex flex-row items-center gap-[5px] whitespace-nowrap">Type: <span class="bg-bgMain/15 h-full w-full px-[8px] flex flex-row items-center">White</span></p>
|
|
<span class="absolute inset-[0] bg-white/0 transition-all ease duration-[0.4s] hover:bg-white/10"></span>
|
|
</button>
|
|
<button class="bg-bgMain2 text-bgMain text-sm h-[30px] pl-[10px] flex flex-row items-center relative">
|
|
<p class="h-full w-full flex flex-row items-center gap-[5px] whitespace-nowrap">Style: <span class="bg-bgMain/15 h-full w-full px-[8px] flex flex-row items-center">Table</span></p>
|
|
<span class="absolute inset-[0] bg-white/0 transition-all ease duration-[0.4s] hover:bg-white/10"></span>
|
|
</button>
|
|
<button class="bg-bgMain2 text-bgMain text-sm h-[30px] pl-[10px] flex flex-row items-center relative">
|
|
<p class="h-full w-full flex flex-row items-center gap-[5px] whitespace-nowrap">Characteristic: <span class="bg-bgMain/15 h-full w-full px-[8px] flex flex-row items-center">Textural / Light Aromatic</span></p>
|
|
<span class="absolute inset-[0] bg-white/0 transition-all ease duration-[0.4s] hover:bg-white/10"></span>
|
|
</button>
|
|
<button class="bg-bgMain2 text-bgMain text-sm h-[30px] pl-[10px] flex flex-row items-center relative">
|
|
<p class="h-full w-full flex flex-row items-center gap-[5px] whitespace-nowrap">Country: <span class="bg-bgMain/15 h-full w-full px-[8px] flex flex-row items-center">Armenia</span></p>
|
|
<span class="absolute inset-[0] bg-white/0 transition-all ease duration-[0.4s] hover:bg-white/10"></span>
|
|
</button>
|
|
<button class="bg-bgMain2 text-bgMain text-sm h-[30px] pl-[10px] flex flex-row items-center relative">
|
|
<p class="h-full w-full flex flex-row items-center gap-[5px] whitespace-nowrap">Region: <span class="bg-bgMain/15 h-full w-full px-[8px] flex flex-row items-center">East-Europe</span></p>
|
|
<span class="absolute inset-[0] bg-white/0 transition-all ease duration-[0.4s] hover:bg-white/10"></span>
|
|
</button>
|
|
<button class="bg-bgMain2 text-bgMain text-sm h-[30px] pl-[10px] flex flex-row items-center relative">
|
|
<p class="h-full w-full flex flex-row items-center gap-[5px] whitespace-nowrap">Sub-Region: <span class="bg-bgMain/15 h-full w-full px-[8px] flex flex-row items-center">...</span></p>
|
|
<span class="absolute inset-[0] bg-white/0 transition-all ease duration-[0.4s] hover:bg-white/10"></span>
|
|
</button>
|
|
<button class="bg-bgMain2 text-bgMain text-sm h-[30px] pl-[10px] flex flex-row items-center relative">
|
|
<p class="h-full w-full flex flex-row items-center gap-[5px] whitespace-nowrap">Village: <span class="bg-bgMain/15 h-full w-full px-[8px] flex flex-row items-center">...</span></p>
|
|
<span class="absolute inset-[0] bg-white/0 transition-all ease duration-[0.4s] hover:bg-white/10"></span>
|
|
</button>
|
|
<button class="bg-bgMain2 text-bgMain text-sm h-[30px] pl-[10px] flex flex-row items-center relative">
|
|
<p class="h-full w-full flex flex-row items-center gap-[5px] whitespace-nowrap">Vineyard: <span class="bg-bgMain/15 h-full w-full px-[8px] flex flex-row items-center">...</span></p>
|
|
<span class="absolute inset-[0] bg-white/0 transition-all ease duration-[0.4s] hover:bg-white/10"></span>
|
|
</button>
|
|
<button class="bg-bgMain2 text-bgMain text-sm h-[30px] pl-[10px] flex flex-row items-center relative">
|
|
<p class="h-full w-full flex flex-row items-center gap-[5px] whitespace-nowrap">Producer: <span class="bg-bgMain/15 h-full w-full px-[8px] flex flex-row items-center">...</span></p>
|
|
<span class="absolute inset-[0] bg-white/0 transition-all ease duration-[0.4s] hover:bg-white/10"></span>
|
|
</button>
|
|
<button class="bg-bgMain2 text-bgMain text-sm h-[30px] pl-[10px] flex flex-row items-center relative">
|
|
<p class="h-full w-full flex flex-row items-center gap-[5px] whitespace-nowrap">Label: <span class="bg-bgMain/15 h-full w-full px-[8px] flex flex-row items-center">...</span></p>
|
|
<span class="absolute inset-[0] bg-white/0 transition-all ease duration-[0.4s] hover:bg-white/10"></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 class="w-full flex flex-col gap-[5px]">
|
|
<div class="w-full flex flex-col gap-[5px]">
|
|
<div class="flex flex-col grow-[1] relative overflow-hidden aspect-square bg-bgMain2 group">
|
|
<img src="https://preview.free3d.com/img/2015/01/2154247191454024843/dn06b30e.jpg" class="w-full h-full object-cover transition-all ease duration-[1s] group-hover:scale-[1.1]"></img>
|
|
<div class="w-full h-[0] opacity-[0] overflow-hidden absolute bottom-[0] bg-bgMain2/95 p-[0px] gap-[25px] flex flex-col justify-center items-center text-textMain2 text-center transition-all ease duration-[0.6s] group-hover:opacity-[1] group-hover:h-full group-hover:p-[25px] group-hover:backdrop-blur-sm">
|
|
<div class="grow-[1] flex flex-col gap-[25px]">
|
|
<p class="text-xl font-bold">Product Title</p>
|
|
<div class="line-clamp-3">
|
|
<p class="">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
|
|
</div>
|
|
</div>
|
|
<div class="w-full border-t-[2px] border-bgMain pt-[15px] text-base font-bold flex flex-row gap-[10px] flex-wrap">
|
|
<p class="px-[10px] py-[5px] grow-[1] bg-bgMain text-bgMain2">Type: Wine</p>
|
|
<p class="px-[10px] py-[5px] grow-[1] bg-bgMain text-bgMain2">Style: Amber</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<a href="#" class="w-full px-[10px] py-[5px] bg-btnMain2 text-textMain2 text-center overflow-hidden whitespace-nowrap text-ellipsis relative transition-all ease duration-[0.6s] hover:tracking-widest">
|
|
Product Title
|
|
<span class="absolute inset-[0] bg-white/0 transition-all ease duration-[0.4s] hover:bg-white/10"></span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="w-full flex flex-col gap-[5px]">
|
|
<div class="w-full flex flex-col gap-[5px]">
|
|
<div class="flex flex-col grow-[1] relative overflow-hidden aspect-square bg-bgMain2 group">
|
|
<img src="https://preview.free3d.com/img/2015/01/2154247191454024843/dn06b30e.jpg" class="w-full h-full object-cover transition-all ease duration-[1s] group-hover:scale-[1.1]"></img>
|
|
<div class="w-full h-[0] opacity-[0] overflow-hidden absolute bottom-[0] bg-bgMain2/95 p-[0px] gap-[25px] flex flex-col justify-center items-center text-textMain2 text-center transition-all ease duration-[0.6s] group-hover:opacity-[1] group-hover:h-full group-hover:p-[25px] group-hover:backdrop-blur-sm">
|
|
<div class="grow-[1] flex flex-col gap-[25px]">
|
|
<p class="text-xl font-bold">Product Title</p>
|
|
<div class="line-clamp-3">
|
|
<p class="">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
|
|
</div>
|
|
</div>
|
|
<div class="w-full border-t-[2px] border-bgMain pt-[15px] text-base font-bold flex flex-row gap-[10px] flex-wrap">
|
|
<p class="px-[10px] py-[5px] grow-[1] bg-bgMain text-bgMain2">Type: Wine</p>
|
|
<p class="px-[10px] py-[5px] grow-[1] bg-bgMain text-bgMain2">Style: Amber</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<a href="#" class="w-full px-[10px] py-[5px] bg-btnMain2 text-textMain2 text-center overflow-hidden whitespace-nowrap text-ellipsis relative transition-all ease duration-[0.6s] hover:tracking-widest">
|
|
Product Title
|
|
<span class="absolute inset-[0] bg-white/0 transition-all ease duration-[0.4s] hover:bg-white/10"></span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<!-- listing item end -->
|
|
</div>
|
|
<!-- listings list start -->
|
|
|
|
<!-- 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] transition-all ease duration-[0.4s] hover:bg-bgMain2 hover:text-bgMain">
|
|
<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-bgMain2 text-bgMain relative">
|
|
<p class="">1</p>
|
|
<span class="absolute inset-[0] bg-white/0 transition-all ease duration-[0.4s] hover:bg-white/10"></span>
|
|
</button>
|
|
<button class="font-bold text-xl px-[15px] pt-[5px] pb-[8px] flex flex-row justify-center items-center relative transition-all ease duration-[0.4s] hover:bg-bgMain2 hover:text-bgMain">
|
|
<p class="">2</p>
|
|
</button>
|
|
<button class="font-bold text-xl px-[15px] pt-[5px] pb-[8px] flex flex-row justify-center items-center relative transition-all ease duration-[0.4s] hover:bg-bgMain2 hover:text-bgMain">
|
|
<p class="">3</p>
|
|
</button>
|
|
</div>
|
|
<button class="h-full flex flex-col justify-center items-center px-[8px] transition-all ease duration-[0.4s] hover:bg-bgMain2 hover:text-bgMain">
|
|
<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 class="w-full flex flex-col justify-center items-center bg-bgMain2 text-textMain2">
|
|
<div class="w-full flex flex-col justify-center items-center">
|
|
<div class="max-w-[1400px] w-full flex flex-col justify-start items-end px-[10px] relative">
|
|
<div class="w-full py-[50px] flex flex-row gap-[50px] flex-wrap">
|
|
<div class="flex flex-col gap-[15px] justify-start items-start">
|
|
<p class="">Drinks</p>
|
|
<div class="flex flex-row gap-[15px] justify-start items-start flex-wrap">
|
|
<a href="search.html" class="w-full max-w-[200px] text-base font-bold text-textMain2 relative group">
|
|
<div class="py-[5px]"><p class="px-[15px]">Wine</p></div>
|
|
<div class="py-[5px] text-bgMain2 absolute inset-[0] bg-bgMain z-[1] w-[0%] overflow-hidden transition-all ease duration-[0.4s] group-hover:w-full"><p class="px-[15px]">Wine</p></div>
|
|
</a>
|
|
<a href="search.html" class="w-full max-w-[200px] text-base font-bold text-textMain2 relative group">
|
|
<div class="py-[5px]"><p class="px-[15px]">Sake</p></div>
|
|
<div class="py-[5px] text-bgMain2 absolute inset-[0] bg-bgMain z-[1] w-[0%] overflow-hidden transition-all ease duration-[0.4s] group-hover:w-full"><p class="px-[15px]">Sake</p></div>
|
|
</a>
|
|
<a href="search.html" class="w-full max-w-[200px] text-base font-bold text-textMain2 relative group">
|
|
<div class="py-[5px]"><p class="px-[15px]">Spirits</p></div>
|
|
<div class="py-[5px] text-bgMain2 absolute inset-[0] bg-bgMain z-[1] w-[0%] overflow-hidden transition-all ease duration-[0.4s] group-hover:w-full"><p class="px-[15px]">Spirits</p></div>
|
|
</a>
|
|
<a href="search.html" class="w-full max-w-[200px] text-base font-bold text-textMain2 relative group">
|
|
<div class="py-[5px]"><p class="px-[15px]">Coffee</p></div>
|
|
<div class="py-[5px] text-bgMain2 absolute inset-[0] bg-bgMain z-[1] w-[0%] overflow-hidden transition-all ease duration-[0.4s] group-hover:w-full"><p class="px-[15px]">Coffee</p></div>
|
|
</a>
|
|
<a href="search.html" class="w-full max-w-[200px] text-base font-bold text-textMain2 relative group">
|
|
<div class="py-[5px]"><p class="px-[15px]">Misc</p></div>
|
|
<div class="py-[5px] text-bgMain2 absolute inset-[0] bg-bgMain z-[1] w-[0%] overflow-hidden transition-all ease duration-[0.4s] group-hover:w-full"><p class="px-[15px]">Misc</p></div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="flex flex-col gap-[15px] justify-start items-start">
|
|
<p class="">Pages</p>
|
|
<div class="flex flex-row gap-[15px] justify-start items-start flex-wrap">
|
|
<a href="#" class="w-full max-w-[200px] text-base font-bold text-textMain2 relative group">
|
|
<div class="py-[5px]"><p class="px-[15px]">Events</p></div>
|
|
<div class="py-[5px] text-bgMain2 absolute inset-[0] bg-bgMain z-[1] w-[0%] overflow-hidden transition-all ease duration-[0.4s] group-hover:w-full"><p class="px-[15px]">Events</p></div>
|
|
</a>
|
|
<a href="#" class="w-full max-w-[200px] text-base font-bold text-textMain2 relative group">
|
|
<div class="py-[5px]"><p class="px-[15px]">About</p></div>
|
|
<div class="py-[5px] text-bgMain2 absolute inset-[0] bg-bgMain z-[1] w-[0%] overflow-hidden transition-all ease duration-[0.4s] group-hover:w-full"><p class="px-[15px]">About</p></div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="flex flex-col gap-[15px] justify-start items-start">
|
|
<p class="">Legal</p>
|
|
<div class="flex flex-row gap-[15px] justify-start items-start flex-wrap">
|
|
<a href="#" class="w-full max-w-[200px] text-base font-bold text-textMain2 relative group">
|
|
<div class="py-[5px]"><p class="px-[15px]">Terms of Service</p></div>
|
|
<div class="py-[5px] text-bgMain2 absolute inset-[0] bg-bgMain z-[1] w-[0%] overflow-hidden transition-all ease duration-[0.4s] group-hover:w-full"><p class="px-[15px]">Terms of Service</p></div>
|
|
</a>
|
|
<a href="#" class="w-full max-w-[200px] text-base font-bold text-textMain2 relative group">
|
|
<div class="py-[5px]"><p class="px-[15px]">Privacy Policy</p></div>
|
|
<div class="py-[5px] text-bgMain2 absolute inset-[0] bg-bgMain z-[1] w-[0%] overflow-hidden transition-all ease duration-[0.4s] group-hover:w-full"><p class="px-[15px]">Privacy Policy</p></div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="w-full flex flex-col justify-center items-center border-t-[1px] border-bgMain/10">
|
|
<div class="max-w-[1400px] w-full flex flex-col justify-center items-center px-[10px] relative">
|
|
<div class="w-full p-[15px] flex flex-col justify-center items-center">
|
|
<p class="">Copyright © <script>document.write(new Date().getFullYear())</script> <a href="#" target="_blank" class="font-bold transition-all ease duration-[0.4s] hover:text-linkMain">Cellar Social</a> All Rights Reserved.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</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-bgMain p-[15px] shadow-lg gap-[5px]">
|
|
<div class="flex flex-row justify-between items-center gap-[10px] pb-[5px] border-b-[1px] border-b-bgMain2/25">
|
|
<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-bgMain2 hover:text-bgMain">
|
|
<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-b-[1px] border-bgMain2/25 placeholder:text-black/50 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="transition-all ease duration-[0.4s] peer-checked:bg-bgMain2 peer-checked:text-bgMain py-[5px] px-[10px] border-[1px] border-bgMain2/25 group-hover:bg-black/10"><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="transition-all ease duration-[0.4s] peer-checked:bg-bgMain2 peer-checked:text-bgMain py-[5px] px-[10px] border-[1px] border-bgMain2/25 group-hover:bg-black/10"><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="transition-all ease duration-[0.4s] peer-checked:bg-bgMain2 peer-checked:text-bgMain py-[5px] px-[10px] border-[1px] border-bgMain2/25 group-hover:bg-black/10"><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="transition-all ease duration-[0.4s] peer-checked:bg-bgMain2 peer-checked:text-bgMain py-[5px] px-[10px] border-[1px] border-bgMain2/25 group-hover:bg-black/10"><label class="">Coffee</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="transition-all ease duration-[0.4s] peer-checked:bg-bgMain2 peer-checked:text-bgMain py-[5px] px-[10px] border-[1px] border-bgMain2/25 group-hover:bg-black/10"><label class="">Misc</label></div>
|
|
</div>
|
|
</div>
|
|
<div class="w-full flex flex-row pt-[10px] border-t-[1px] border-bgMain2/25">
|
|
<buttons class="w-full flex flex-col justify-center items-center bg-bgMain2 text-bgMain 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>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>
|