/*!
Theme Name: Akity
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: akity
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Akity is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
* {
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	font-family: "Inter", sans-serif;
	color: #484746;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.container {
	width: 100%;
	max-width: 1572px;
	padding: 0 15px;
	margin: 0 auto;
}

.site-header {
	padding: 22px 0;
	background: #93755B;
}

.footer-inner p,
.site-header h1 {
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	line-height: 112%;
}

.page-wrapper {
	padding: 30px 0 100px;
}

.page-wrapper h2 {
	text-align: center;
	font-weight: 700;
	font-size: 48px;
	color: #93755B;
	padding-bottom: 107px;
}

.page-filter-wrap {
	display: flex;
	justify-content: space-between;
}

.page-filter-lft {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 24px;
	font-size: 15px;
}

.category-filter-btn {
	position: relative;
	text-decoration: none !important;
	font-weight: 600;
	color: #484746;
	background: url(assets/images/filter_icon.svg) no-repeat center left;
	padding: 2px 0 2px 32px;
	display: flex;
	align-items: center;
}

.filter-number {
	display: none;
	position: relative;
	top: 0;
	margin-left: 5px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	background: #484746;
	color: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.filter-number._show {
	display: inline-flex;
}
.page-filter-rgt {
	display: flex;
	gap: 30px;
	justify-content: start;
	align-items: center;
	position: relative;
}
.page-filter-rgt > div {
	font-size: 15px;
	display: flex;
	gap: 8px;
	justify-content: start;
	align-items: center;
	position: relative;
}

.page-filter-rgt > div > a {
	text-decoration: none !important;
	font-weight: 600;
	color: #484746;
	background: url(assets/images/expand_icon.svg) no-repeat center right;
	padding-right: 20px;
}

.page-filter-sort {
	display: none;
	position: absolute;
	top: 19px;
	width: 180px;
	padding-top: 5px;
}

.page-filter-sort ul {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #F3EEEB;
}

.page-filter-sort li {
	width: 100%;
	height: 37px;
}

.page-filter-sort li.active a {
	background: url(assets/images/check_icon.svg) no-repeat center right 20px;
}

.page-filter-sort li a {
	display: block;
	text-decoration: none !important;
	font-weight: 600;
	color: #484746;
	padding: 10px 16px;
}

.site-footer {
	background: #8B8885;
	padding: 50px 0 72px;
}

.footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.copyright {
	font-size: 14px;
	color: #fff;
}

.overlay:after {
	content: '';
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 990;
}

.category-filter {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 80%;
	max-width: 400px;
	background: #fff;
	z-index: 999;
	transform: translateX(-400px);
	transition: all 0.3s;
}

.category-filter._show {
	transform: translateX(0);
}

.category-fitler-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 76px;
	padding: 24px 32px;
	border-bottom: 1px solid #F3EEEB;
}

.category-fitler-top h2 {
	font-size: 24px;
	font-weight: 600;
}

.remove-all {
	display: none;
	margin-left: 8px;
}

.remove-all._show {
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid #484746;
	color: #484746;
}

.category-removeall {
	margin: 10px 32px;
}

.category-removeall a {
	margin-left: 0;
}

.category-filter-inner {
	padding: 36px 32px;
}

.collapse-category {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	font-weight: 600;
	color: #484746;
	margin-bottom: 24px;
}

.collapse-category span {
	transition: all 0.3s;
}

.collapse-category._hide span {
	transform: rotate(180deg);
	transform-origin: center;
}

.category-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.checkbox-container {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 8px;
}

.checkbox {
	-webkit-appearance: none;
	border: 1px solid #484746;
	background-color: #fff;
	cursor: pointer;
	border-radius: 0;
	flex: none;
	width: 14px;
	height: 14px;
	transition: background-color .2s ease-in-out, border .2s ease-in-out;
	position: relative;
	margin: 0;
}

.checkbox:checked {
	border-color: #484746;
	background-color: #484746;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgM0w0IDZMOS4wMDE0NiAxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIvPjwvc3ZnPg==);
	background-position: center;
	background-repeat: no-repeat;
}

.checkbox+label {
	font-size: 15px;
	cursor: pointer;
}

.category-tag {
	padding: 24px 32px 0;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.tag {
	background: rgba(40, 40, 40, 0.05);
	align-items: center;
	padding-block-start: 7px;
	padding-block-end: 8px;
	padding-inline-start: 14px;
	padding-inline-end: 13px;
	display: flex;
}

.tag__icon {
	cursor: pointer;
	margin-block-start: 1px;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 9px;
	position: relative;
}

.product-list {
	padding: 24px 0 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
}

.product-item {
	width: calc((100% - 90px) / 4);
	padding-bottom: 24px;
	font-size: 18px;
	line-height: 112%;
	text-align: center;
	overflow: hidden;
}

.product-item img {
	display: block;
	width: 363px;
	max-width: 100%;
	/* height: 363px; */
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center center;
	margin-bottom: 16px;
}

.product-title {
	margin-bottom: 8px;
}

.ajax-pagination {
	display: flex;
	gap: 8px;
	justify-content: center;
}

.page-numbers {
	display: flex;
	gap: 8px;
}

.dots {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.page-number,
.page-nav {
	width: 40px;
	height: 40px;
	border: 1px solid #484746;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #484746;
	transition: all 0.3s;
}

.page-number:hover {
	background: #E0D6CC;
}
.page-number.active {
	background: #E0D6CC;
	cursor: default;
	pointer-events: none;
}

.page-nav.disabled {
	opacity: .4;
	pointer-events: none;
}
@media screen and (max-width: 1100px) {
	.page-filter-wrap {
		flex-direction: column;
		gap: 20px;
	}
	.page-wrapper h2 {
		font-size: 32px;
		padding-bottom: 20px;
	}
	.page-filter-lft {
		gap: 20px;
	}
	.product-list {
		padding: 20px 0;
		display: flex;
		flex-wrap: wrap;
		gap: 20px 10px;
	}
	.product-item {
		width: calc((100% - 10px) / 2);
	}

	.product-item img {
		width: 100%;
	}
	.category-filter-btn {
		padding-left: 25px;
	}
	.filter-number {
		text-indent: -9999px;
		width: 5px;
		height: 5px;
		top: -5px;
	}
	.site-footer {
		padding: 30px 0;
	}
	.footer-inner {
		flex-direction: column;
		gap: 20px;
	}
}
@media screen and (max-width: 767px) {
	/* .product-item img {
		height: 200px;
	} */
}
