* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	scroll-behavior: smooth !important;
	transition: all 0.3s ease;
	font-size: 1.6rem;
}

:root {
	--primary: #383838;
	--secondary: #b6a264;
	--white: #ffffff;
	--cream: #f5f5f5;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: #ffffff;
}

::-webkit-scrollbar-thumb {
	background: var(--secondary);
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(182, 162, 100, 0.8);
}

.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth !important;
}

body {
	font-family: "Champagne & Limousines", "BPG Nino Mtavruli", sans-serif;
	/* font-family: "Champagne & Limousines", sans-serif; */
	font-feature-settings: "case";
	line-height: 1.5;
	background: #ffffff;
	color: var(--primary);
	max-width: 100%;
	/* max-width: 1920px; */
	margin: 0 auto;
	overflow-x: hidden;

	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

button {
	font-family: "Champagne & Limousines", "BPG Nino Mtavruli", sans-serif;
	/* font-family: "Champagne & Limousines", sans-serif; */
	font-style: normal;
	font-weight: 400;
	cursor: pointer;
	border: none;
	font-feature-settings: "case" on;
}
input {
	font-family: "Champagne & Limousines", "BPG Nino Mtavruli", sans-serif;
}
span {
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "case" on;
}

a {
	text-decoration: none;
	width: fit-content;

	font-style: normal;
	font-weight: 400;
	font-feature-settings: "case" on;
	color: #000000;
}

a:hover {
	color: var(--secondary) !important;
}

p {
	font-feature-settings: normal;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

h1 {
	font-style: normal;
	font-weight: 400;
}

h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "case" on;
}

ul {
	list-style: none;
}

img {
	max-width: 100%;
}
main,
header {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}
.container-a {
	max-width: 1920px;
	width: 92%;
	margin: 0 auto;
}

.container-b {
	max-width: 1920px;
	width: 84%;
	margin: 0 auto;
}

.container-c {
	max-width: 1920px;
	width: 50%;
	margin: 0 auto;
}
.button-transparent {
	padding: 2rem 8rem;
	border: 1px solid var(--primary);
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	display: block;
}
.button-transparent:hover {
	border-color: var(--secondary);
}

.pg {
	padding: 140px 0 60px 0;
}

a[aria-current="page"] {
	color: var(--secondary);
}
.d-flex-between {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 1025px) {
	header {
		max-width: 1920px;
		width: 100%;
		margin: 0 auto;
	}
	.navbar-li-dropdown.active {
		min-height: 470px;
		display: grid !important;
	}
	.navbar-li-wrapper,
	.navbar-li-container {
		height: 100%;
	}
}

@media (max-width: 1200px) {
	/* html {
		font-size: 56.5%;
	} */

	::-webkit-scrollbar {
		width: 3px;
	}
}

@media (max-width: 1024px) {
	.pg {
		padding: 113px 0 24px 0;
	}
	.button-transparent {
		font-size: 14px;
		line-height: 16px;
	}
	.d-flex-between {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

/* @media (max-width: 700px) {
	html {
		font-size: 44.5%;
	}
} */

header .header-cont {
	display: flex;
	flex-direction: column;
}
body {
	padding-top: 157px;
}

header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 50%;
	z-index: 10;
	background: white;
	transform: translateX(-50%);
}

@media (max-width: 1024px) {
	body {
		/* padding-top: 82px; */
		padding-top: 135px;
	}
	header {
		left: 0;
		transform: unset;
	}
}
header .header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 44px;
	border-bottom: 1px solid #f1f1f1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-columns: 1fr auto 1fr;
	/* justify-items: center; */
	position: relative;
}
header .header-top > * {
	padding-top: 24px;
	padding-bottom: 24px;
}
header .header-top .logo span {
	font-family: "Champagne & Limousines";
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-feature-settings: "case" on;
	color: var(--primary);
}

header .header-top .logo:hover span {
	color: var(--secondary);
}

header .header-top .lang {
	border: none;
	padding-left: 0;
	padding-right: 0;
	/* padding-top: 24px; */
	/* height: 68px; */
	cursor: default;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	width: fit-content;
}

header .header-top .lang img {
	cursor: pointer;
}

header .header-top .lang .lang-dwn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	background: #ededed;
	padding: 16px 40px;
	cursor: default;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) translateY(100%);
}

header .header-top .lang .lang-dwn a {
	font-family: "FiraGO";
	font-style: italic;
	font-weight: 700;
	font-size: 14px;
	color: #313131;
	opacity: 0.5;
}

header .header-top .lang .lang-dwn a:hover {
	opacity: 0.9;
}

header .header-top .lang .lang-dwn .active,
header .header-top .lang .lang-dwn .lang-main {
	opacity: 1;
}

header .header-top .lang:hover img {
	filter: invert(69%) sepia(17%) saturate(872%) hue-rotate(8deg) brightness(91%)
		contrast(91%);
}

header .header-top .lang:hover .lang-dwn {
	z-index: 99;
	opacity: 1;
	visibility: visible;
}
header .header-top .logo {
	width: 100%;
	text-align: center;
}

header .header-top .user-int {
	/* position: relative; */
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 28px;
}

header .header-top .user-int > div,
header .header-top .user-int > a {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.search-form-block.mobile,
.search-form-block.mobile.active {
	display: none;
}
.search.search-form-block.active {
	justify-content: end;
}
.search.search-form-block.active .search-form input {
	width: 25rem;
}
.search-form-block.active,
.search-form.active {
	display: flex;
	align-items: center;
	gap: 1.2rem;
}
.search-form input {
	border: none;
	outline: none;
	/* width: 80%; */
	flex-shrink: 0;
	background-color: transparent;
}
.search-form {
	width: 0;
	overflow: hidden;
	height: 0;
	opacity: 0;
	gap: 0;
}

.search-form.active {
	width: auto;
	overflow: hidden;
	height: auto;
	opacity: 1;
	justify-content: space-between;
}
.search-form-block {
	gap: 0;
}

header .header-top .user-int div:hover img,
header .header-top .user-int a:hover img {
	filter: invert(69%) sepia(17%) saturate(872%) hue-rotate(8deg) brightness(91%)
		contrast(91%);
}
header .header-top .user-int a.fav.active img {
	background-image: url(../img/icons/heart-black.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

header .header-cat {
	/* display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	padding: 16px 24px;

	width: 88%;
	margin: 0 auto; */

	width: 100%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	text-align: center;
	gap: 0;
	padding: 0;
}
header nav {
	position: relative;
}
header .header-cat > li {
	padding: 16px 10px;
}
header .header-cat > li.active {
	background-color: var(--cream);
	color: var(--primary);
}
header .header-cat > li .d-flex-between a {
	color: var(--primary);
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	font-feature-settings: "case" on;
}
header .header-cat > li.active .d-flex-between a {
	color: var(--primary);
}
header .header-cat > li,
header .header-cat > li > .d-flex-between a {
	font-style: normal;
	font-weight: 400;
	/* font-size: 20px; */
	font-size: 16px;
	font-feature-settings: "case" on;
	white-space: nowrap;
	color: var(--primary);
}
.navbar-li-dropdown {
	position: absolute;
	z-index: -1;
	visibility: hidden;
	top: 100%;
	left: 0;
	max-width: 1920px;
	width: 100%;
	margin: auto;
	background-color: var(--cream);
	opacity: 0;
	text-align: left;
	display: none;
}
.navbar-li-dropdown.active:has(.nav-box) {
	position: absolute;
	z-index: 5;
	opacity: 1;
	visibility: visible;
	display: block;
}
header .header-cat > li.active .d-flex-between a {
	position: relative;
}
header .header-cat > li.active:not(:has(.nav-box)) .d-flex-between a::after {
	display: none;
}
header .header-cat > li.active .d-flex-between a::after {
	content: "";
	display: none;
	width: 10px;
	height: 6px;
	background-image: url(../img/icons/drop.svg);
	filter: invert(70%) sepia(0%) saturate(0%) hue-rotate(117deg) brightness(96%)
		contrast(88%);
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%);
	z-index: 6;
}
header .header-cat > li.active .d-flex-between a::after {
	display: block;
}
header .header-cat > li.active .d-flex-between a:hover {
	color: var(--primary) !important;
}
.navbar-li-container {
	max-width: 1540px;
	width: 100%;
	margin: auto;
	padding: 0 1.6rem;
}
.navbar-li-wrapper {
	display: grid;
	grid-template-columns: 15.8% 15.8% 15.8% 40%;
	grid-template-areas: "box1 box2 box3 discover";
	gap: 4%;
}
.nav-box:nth-of-type(1) {
	grid-area: box1;
}
.nav-box:nth-of-type(2) {
	grid-area: box2;
}
.nav-box:nth-of-type(3) {
	grid-area: box3;
}
.nav-discover {
	grid-area: discover;
}

.nav-box {
	max-width: 244px;
	/* padding-top: 4.8rem; */
	padding-top: 5.9rem;
	padding-bottom: 12.5rem;
	white-space: normal;
	word-wrap: break-word;
}
.navbar-li-wrapper > .nav-box:nth-of-type(n + 4) {
	display: none;
}
.nav-box li:not(:last-child) {
	margin-bottom: 1.6rem;
}
.nav-box li a {
	/*color: rgba(255, 255, 255, 0.7);*/
	color: var(--primary);
	line-height: 1.8rem;
	font-weight: normal;
	font-feature-settings: "case" on;
}
.nav-box h6 {
	padding-bottom: 0.8rem;
	position: relative;
	margin-bottom: 2.4rem;
	color: var(--primary);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	font-feature-settings: "case" on;
	color: #000000;
}
.nav-box h6 a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	font-feature-settings: "case" on;
	color: #000000;
}
.nav-discover {
	display: flex;
	gap: 3.2rem;
}
.nav-discover p {
	overflow-wrap: break-word;
	max-width: 292px;
	margin-bottom: 56px;
	color: var(--primary);
}
.nav-discover img,
.nav-discover .nav-box {
	max-width: 292px;
}
.nav-discover .nav-box {
	width: 50%;
}
.nav-discover img {
	max-height: 572px;
	object-fit: cover;
	width: 50%;
}
.nav-discover h5 {
	font-size: 2rem;
	font-weight: 700;
	max-width: 246px;
	line-height: 2.3rem;
	color: var(--primary);
	margin-bottom: 1.4rem;
}
.nav-discover .button {
	padding: 1.7rem 2.4rem;
	font-feature-settings: "case" on;
	color: var(--white);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.8rem;
	background: var(--primary);
	display: inline-block;
}
.nav-box h6:after {
	content: "";
	height: 1px;
	width: 18.7rem;
	background-color: rgb(0 0 0 / 10%);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.burger {
	display: none;
	flex-direction: column;
}
.burger-bottom {
	display: none;
}
.burger span {
	background: #393939;
	border-radius: 0.155556px;
	width: 21.78px;
	height: 1.56px;
	display: block;
	flex-shrink: 0;
}
.burger span:first-child {
	margin-bottom: 4px;
}
header .header-cat > li.navbar-li .d-flex-between img {
	cursor: pointer;
	display: none;
}
.navbox-title img {
	display: none;
	cursor: pointer;
}
.shop-bag {
	position: relative;
}
.cart-items-q {
	position: absolute;
	font-family: "FiraGO";
	font-style: italic;
	font-weight: 700;
	font-size: 9px;
	line-height: 11px;
	color: #ffffff;
	background: #383838;
	border: 1px solid #ffffff;
	border-radius: 40px;
	top: -4px;
	min-width: 13px;
	min-height: 13px;
	right: -4px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1px 2px;
	z-index: 2;
	aspect-ratio: 1/1;
}
.cart-items-q:empty {
	display: none;
}
@media (max-width: 1024px) {
	.cart-items-q {
		top: 40%;
		left: 55%;
		right: unset;
		transform: translate(-50%, -50%);
	}
	header .header-top .user-int {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 10;
		background: #f4f4f4;
		/* opacity: 0.3; */
		/* padding: 2rem 4rem; */
		width: 100%;
		/* justify-content: space-between; */
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		justify-items: center;
		align-items: center;
		gap: 0;
	}
	.search.search-form-block.active {
		justify-content: center;
	}
	.burger {
		display: flex;
		align-items: end;
		cursor: pointer;
		height: 100%;
		justify-content: center;
		width: fit-content;
		margin-left: auto;
	}
	.burger.active span:first-child {
		transform: rotate(45deg) translate(-2px, 3px);
	}
	.burger.active span:nth-child(2) {
		transform: rotate(-45deg) translate(1px, -6px);
	}
	header .header-top .user-int > * {
		padding: 2.4rem;
		width: 100%;
		justify-content: center;
	}
	header .header-top .user-int .search-form-block.active {
		background: #e8e8e8;
	}
	header .header-top .lang .lang-dwn {
		transform: translate(-50%, 50%);
	}
	header .header-top .user-int .search-form-block form,
	header .header-top .user-int .search-form-block.active form {
		display: none;
	}
	.search-form-block.mobile.active {
		display: flex;
		width: 90%;
		margin: 20px auto;
		padding: 0 1.6rem;
	}
	.search-form-block.mobile.active form {
		width: 100%;
	}
	.search-form-block.mobile.active input {
		width: 90%;
	}
	.search-form-block.mobile.active img {
		cursor: pointer;
	}
	.search-form-block.mobile.active img:hover {
		filter: invert(69%) sepia(17%) saturate(872%) hue-rotate(8deg)
			brightness(91%) contrast(91%);
	}
	.navbar-li-wrapper {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-areas: "box1" " box2" " box3 " "discover";

		gap: 0;
		padding-top: 4rem;
		text-align: center;
		padding-bottom: 48px;
	}
	.navbar-li-container {
		padding: 0;
	}

	.nav-discover .nav-box {
		padding: 0;
		padding-right: 1.6rem;
		width: 60%;
	}
	.nav-discover .nav-box h6:after {
		left: 0;
		transform: none;
	}
	.nav-discover p {
		margin-bottom: 1.6rem;
	}
	.nav-discover img {
		max-height: 280px;
		width: 40%;
		object-fit: cover;
	}
	.nav-box:not(:last-child) {
		max-width: 100%;
	}

	header .header-top {
		position: static;
		padding: 1.8rem 2rem;
		justify-content: center;
		/* grid-template-columns: 1fr; */
	}
	header .header-top > * {
		padding: 0;
	}

	header nav {
		display: none;
		top: 0;
		right: -100%;
		height: auto;
		position: absolute;
		width: 100%;
		min-height: 100%;
		z-index: 10;
		background: rgba(0, 0, 0, 0.2);
	}
	header nav.block {
		display: block;
	}

	.burger {
		z-index: 100;
	}

	header nav.active {
		display: block;
		right: 0;
	}
	header .header-cat {
		/* background-color: white;
		width: 90%;
		margin-left: auto;
		min-height: 100vh; */
		height: auto;
		display: block;
		/* padding-top: 80px; */
	}
	header .burger-wrapper .burger-bottom {
		display: block;
		margin-top: auto;
		padding: 0 10px;
	}
	header .burger-wrapper .burger-bottom > div {
		margin-bottom: 20px;
		display: flex;
		align-items: center;
		gap: 13px;
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 23px;
		font-feature-settings: "case" on;
		color: #383838;
	}
	header .burger-wrapper .burger-bottom > div span {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 23px;
		font-feature-settings: "case" on;
		color: #383838;
	}
	header .burger-wrapper .burger-bottom .burger-langbar a {
		display: none;
	}
	header .burger-wrapper .burger-bottom .burger-langbar a.active.lang-main {
		display: flex;
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 23px;
		color: #000000;
	}
	header .burger-wrapper .burger-bottom .burger-langbar.active img {
		transform: rotate(180deg);
	}
	header .burger-wrapper .burger-bottom .burger-langbar.active .lang-items {
		position: relative;
	}
	header
		.burger-wrapper
		.burger-bottom
		.burger-langbar.active
		a:not(.lang-main) {
		position: absolute;
		bottom: -100%;
		left: 0;
		display: block;
	}
	header .burger-wrapper .burger-bottom > div a {
		display: flex;
		align-items: center;
		gap: 13px;
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 23px;
		font-feature-settings: "case" on;
		color: #383838;
	}
	.socials.burger-socials {
		margin-top: 40px;
		justify-content: start;
	}
	header .burger-wrapper {
		background-color: white;
		width: 90%;
		margin-left: auto;
		min-height: 100vh;
		padding-top: 80px;
		padding-bottom: 32px;
		display: flex;
		flex-direction: column;
		overflow-x: hidden;
	}
	header .header-cat > li.navbar-li {
		height: unset;
		text-align: left;
		padding: 12px 28px;
		border-bottom: 1px solid rgba(56, 56, 56, 0.2);
	}
	/* header .header-cat > li.active .d-flex-between a:hover,
	header .header-cat > li.active .d-flex-between a {
		color: var(--white) !important;
	} */
	header .header-cat > li.navbar-li .d-flex-between a {
		/* width: 100%; */
		display: flex;
		align-items: center;
		font-size: 18px;
		pointer-events: none;
	}
	header .header-cat > li.navbar-li.active .d-flex-between a {
		pointer-events: initial;
	}
	header .header-cat > li.navbar-li.active .d-flex-between a:hover {
		color: var(--secondary) !important;
	}
	.nav-box li a {
		font-size: 16px;
	}
	header .header-cat > li.navbar-li .d-flex-between a::after {
		display: none;
	}
	header .header-cat > li.navbar-li:has(.nav-box) .d-flex-between img {
		display: block;
		margin-left: 10px;
	}
	header .header-cat > li.navbar-li.active .d-flex-between img {
		transform: rotate(180deg);
	}
	header .header-cat > li.active {
		background-color: transparent;
	}
	.navbar-li-dropdown.active,
	.navbar-li-dropdown.active:has(.nav-box) {
		position: static;
		background-color: transparent;
	}
	.navbar-li-dropdown.active:has(.nav-box) {
		margin-top: 1.2rem;
	}
	.navbar-li-dropdown.active:has(.nav-box)::before {
		content: "";
		border-top: 1px solid rgba(56, 56, 56, 0.2);
		display: block;
		width: calc(100% + 28px + 28px);
		margin-left: -28px;
		margin-bottom: 1.2rem;
	}
	.navbar-li-dropdown > *,
	.nav-box h6,
	.nav-box h6 a,
	.nav-box li a,
	.nav-discover .nav-box * {
		color: rgba(56, 56, 56, 0.7);
		text-align: left;
		line-height: unset;
	}
	.navbar-li-wrapper {
		padding-top: 0;
		text-align: left;
	}
	.nav-discover .nav-box {
		padding: 0;
	}
	.nav-box li:not(:last-child) {
		margin-bottom: 10px;
	}
	.nav-box h6 {
		/* display: none; */
		margin-bottom: 20px;
		padding-bottom: 0;
	}

	header .header-top .logo span {
		font-size: 24px;
		line-height: 28px;
	}
	.navbox-title img {
		display: inline-block;
		margin-left: 10px;
	}

	.nav-box ul {
		display: none;
	}
	.nav-box.active ul {
		display: block;
	}
	.nav-box.active .navbox-title img {
		transform: rotate(180deg);
	}
	.nav-discover {
		justify-content: start;
		gap: 16px;
		margin-top: 0;
		text-align: left;
		display: none;
	}
	.navbar-li-wrapper {
		padding-bottom: 0;
	}
	.nav-box:not(:last-child),
	.nav-box {
		padding: 0;
		margin-bottom: 0;
		max-width: 244px;
	}
	.nav-box h6.navbox-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid rgba(56, 56, 56, 0.2);
		margin-bottom: 13px;
		padding-bottom: 6px;
		font-weight: 700;
		font-size: 16px;
		line-height: 18px;
		font-feature-settings: "case" on;
		color: rgba(0, 0, 0, 0.7);
	}
	.nav-box h6.navbox-title a {
		font-weight: 700;
		color: rgba(0, 0, 0, 0.7);
	}

	.nav-box:not(:last-child) ul {
		margin-bottom: 20px;
	}
	.nav-box h6:after {
		display: none;
	}

	header .header-top .logo-m {
		display: flex;
	}

	nav > ul {
		overflow-x: scroll;
		overflow-y: auto;
		scrollbar-width: none;
	}
	nav > ul::-webkit-scrollbar {
		display: none;
	}
	header .header-top .lang {
		/* display: none; */
	}
	header .header-top .blank {
		display: none;
	}
	/* header .header-top .user-int div {
		display: flex;
		align-items: center;
		justify-content: space-between;
	} */
}

@media (max-width: 768px) {
	.search-form-block.mobile.active {
		width: 100%;
	}
}

/* Main */
button {
	border: 1px solid var(--primary);
	padding: 20px 80px;
	margin: 12px;
	background: transparent;

	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	color: var(--primary);
}

button:hover {
	border: 1px solid var(--secondary);
	color: var(--secondary);
}

.main-hero {
	width: 100%;
	height: 100%;

	position: relative;
}

.main-hero img,
.video {
	object-fit: cover;
	width: 100%;
	height: 540px;
}

.main-hero .hero-text {
	text-align: center;
	margin-top: 24px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.main-hero .hero-text h1 {
	font-style: normal;
	font-weight: 400;
	font-size: 4rem;
	text-transform: uppercase;
	font-feature-settings: "case" on;
	padding-top: 4rem;
}

.main-hero .hero-text p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	max-width: 566px;
	width: 100%;
}

.collection {
	margin: 104px auto;
	padding: 0 44px 55px;
	border-bottom: 1px solid #f1f1f1;
}

.collection .heading {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.collection .heading h2 {
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
}

.collection .heading p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	max-width: 566px;
	width: 100%;
}

.collection .swiper {
	width: 100%;
	height: 100%;
	padding-bottom: 40px;
	margin-top: 40px;
}

.collection-item {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	flex-direction: column;
}
.collection-item.swiper-slide {
	height: unset;
}
.collection .swiper-wrapper {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.collection-item .prod-img {
	display: block;
	width: 100%;
	max-height: 310px;
	object-fit: cover;
	aspect-ratio: 1/1;
}
.collection-item > a {
	display: block;
	width: 100%;
}
.category-page-swiper .collection-item .prod-img {
	max-height: unset;
}

@media (max-width: 1024px) {
	.category-page-swiper .collection-item .prod-img {
		max-height: 292px;
	}
}

.collection-item-desc {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.collection-item-desc .price-block {
	/* margin-top: auto; */
}
.collection-item-desc-top {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	gap: 1rem;
	margin-top: 1.6rem;
	margin-bottom: 0.8rem;
}
.add-to-fav,
.remove-from-fav {
	flex-shrink: 0;
	cursor: pointer;
}
.add-to-fav:hover img,
.remove-from-fav:hover img {
	filter: invert(69%) sepia(17%) saturate(872%) hue-rotate(8deg) brightness(91%)
		contrast(91%);
}
.add-to-fav img {
	display: block;
	width: 1.8rem;
}
.remove-from-fav img {
	display: block;
	width: 10.6px;
}
.add-to-fav.added img {
	background-image: url(../img/icons/heart-black.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.collection .swiper-scrollbar {
	height: 1px;
}
.collection .swiper-scrollbar-drag {
	height: 1px;
	background: var(--primary);
}
.collection-item-desc h5 {
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 2.3rem;
}
.collection-item-desc > span {
	color: rgba(56, 56, 56, 0.6);
	font-style: italic;
	font-weight: normal;
	display: block;
	margin-bottom: 1.6rem;
	line-height: 2.2rem;
	margin-top: auto;
}
.price-block {
	display: flex;
	flex-wrap: wrap;
}
.price-block p.new-price,
.price-block p.old-price {
	color: var(--primary);
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.2rem;
}
.price-block p.old-price {
	margin-right: 0.8rem;
	text-decoration-line: line-through;
	color: rgba(56, 56, 56, 0.6);
}
.collection .heading .swiper {
	margin-top: 40px;
}

.disc-bt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	padding-bottom: 48px;
	border-bottom: 1px solid #f1f1f1;
}

.disc-bt .bt-side {
	max-width: 654px;
	width: 100%;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	padding: 0 0 0 44px;
}

.disc-bt .bt-side h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 4rem;
}

.disc-bt .bt-side p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;

	max-width: 361px;
	width: 100%;
}

.disc-bt .bt-side button {
	margin: 24px 0 0 0;
}

.disc-bt .bt-bg {
	max-width: 1106px;
	width: 100%;
}

.disc-bt .bt-bg img {
	object-fit: cover;
	max-height: 829px;
	height: 100%;
	width: 100%;
}

.disc-bt-reverse {
	flex-direction: row-reverse;
}

.disc-bt-reverse .bt-side {
	padding: 0 44px 0 0;
}

.disc-bb {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	gap: 16px;

	margin: auto;
	padding-top: 104px;
	padding-bottom: 120px;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}

.disc-bb .bb-side {
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	gap: 16px;

	width: 50%;
}
.disc-bb .bb-side a {
	margin-top: auto;
}
.disc-bb .bb-side .bb-bg img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.disc-bb .bb-side h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 4rem;
	text-align: center;
}

.disc-bb .bb-side p {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-align: center;

	max-width: 424px;
	width: 100%;
}

.disc-bb .bb-side button {
	margin: 24px 0 0 0;
}
.disc-bt-reverse {
	margin-top: 48px;
	padding-bottom: 48px;
	border-bottom: 1px solid #f1f1f1;
}
.disc-bb::after {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #f1f1f1;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%);
}
@media (max-width: 1200px) {
	.disc-bt,
	.disc-bt-reverse {
		flex-direction: column-reverse;
	}

	.disc-bt .bt-bg {
		max-width: none;
		width: 96%;
		margin: 0 0 0 auto;
	}

	.disc-bt-reverse .bt-bg {
		margin: 0 auto;
	}

	.disc-bt .bt-side {
		text-align: center;
		padding: 0;
		align-items: center;
	}
	.disc-bt .bt-bg img {
		max-height: 600px;
	}
}

@media (max-width: 1024px) {
	.collection .heading {
		padding: 0 1.6rem;
	}
	.collection {
		padding-left: 0;
		padding-right: 0;
	}
	.hero-text {
		padding: 0 1.6rem;
	}
	.collection-item-desc p.old-price {
		margin-right: 1.2rem;
	}
	.disc-bt .bt-bg img {
		max-height: 260px;
	}
	.disc-bb .bb-side .bb-bg {
		width: 100%;
	}
	.disc-bb .bb-side .bb-bg img {
		max-height: 210px;
	}
	.main-hero .hero-text h1 {
		font-size: 2.2rem;
		line-height: 2.6rem;
		margin-top: 30px;
	}
	.main-hero button,
	.disc-bt .bt-side button {
		width: 100%;
	}
	.main-hero button {
		margin: 0;
	}

	.collection .swiper-wrapper {
		padding-left: 1.6rem;
	}
	.collection .heading h2,
	.disc-bt .bt-side h3,
	.disc-bb .bb-side h3 {
		font-size: 2.2rem;
		line-height: 2.4rem;
	}
	.disc-bb {
		flex-direction: column;
		gap: 72px;
		padding-bottom: 80px;
		padding-top: 80px;
	}

	.disc-bb .bb-side {
		width: 100%;
		padding: 0 16px;
	}
	.disc-bb::after {
		display: none;
	}
	.bt-side,
	.disc-bt .bt-side {
		padding: 0 1.6rem;
	}
	.collection .swiper {
		padding-bottom: 30px;
	}
	.collection {
		margin-bottom: 1.5rem;
	}
	.disc-bt .bt-side p,
	.disc-bb .bb-side p,
	.main-hero .hero-text p,
	.collection .heading p {
		font-size: 1.4rem;
		line-height: 2rem;
	}
}

/* about page */
.about-us {
	margin-top: 10rem;
	padding-left: 4.4rem;
}
.about-wrapper {
	display: flex;
	justify-content: space-between;
}
.about-desc {
	max-width: 44.6rem;
}
.about-wrapper > .img {
	max-width: 115rem;
	width: 58%;
	height: 64rem;
	height: 732px;
	padding: 4.7rem 0 4.7rem 4.7rem;
	position: relative;
}
.about-wrapper > .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-wrapper > .img::before,
.about-wrapper > .img::after {
	content: "";
	display: block;
	height: 1px;
	background-color: #f1f1f1;
	position: absolute;
	width: 100%;
	right: 0;
}
.about-wrapper > .img::before {
	top: 0;
	width: 87%;
}
.about-wrapper > .img::after {
	bottom: 0;
}
.title {
	color: var(--primary);
	font-size: 5rem;
	line-height: 5.8rem;
	text-transform: uppercase;
	text-align: center;
}
.about-desc .title {
	text-align: left;
	margin-bottom: 3.2rem;
}
.about-desc p {
	color: var(--primary);
	font-size: 2rem;
	line-height: 2.3rem;
}
.about-desc p:not(:last-child) {
	margin-bottom: 2.4rem;
}

@media (max-width: 1024px) {
	.about-us {
		padding: 0;
		margin-top: 0;
		margin-bottom: 9rem;
	}
	.about-desc p {
		font-size: 1.8rem;
		line-height: 2rem;
	}
	.title {
		font-size: 2.8rem;
		line-height: 3.2rem;
	}
	.about-desc .title {
		margin-top: 2.4rem;
		margin-bottom: 2.4rem;
	}
	.about-wrapper {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
	.about-wrapper > .img,
	.about-desc {
		max-width: unset;
		width: 100%;
		height: unset;
	}
	.about-wrapper > .img {
		height: 34rem;
		padding: 1.6rem 0;
		border-bottom: 1px solid #f1f1f1;
	}

	.about-wrapper > .img::before,
	.about-wrapper > .img::after {
		display: none;
	}

	.about-desc {
		padding: 0 1.6rem;
	}
}

@media (max-width: 768px) {
	.about-wrapper > .img {
		height: 24rem;
	}
}

/* categories page */
.categories-page {
	padding: 7.2rem 0 0;
}

.category-page-swiper {
	margin-bottom: 8rem;
	width: 100%;
	height: 100%;
	padding-bottom: 40px;
	padding-left: 44px;
}
.category-page-swiper .swiper-scrollbar {
	height: 1px;
}
.category-page-swiper .swiper-scrollbar-drag {
	height: 1px;
	background: var(--primary);
}
.categories-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.6rem;
	row-gap: 4.8rem;
}
.category-item-img {
	height: 383px;
	width: 100%;
	margin-bottom: 3.2rem;
}
.category-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.category-title {
	font-size: 32px;
	line-height: 37px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	margin-bottom: 3.2rem;
	text-align: center;
	padding: 0 1.6rem;
}
.category-card .button-transparent {
	margin: auto;
}
.categories-page .title {
	margin-bottom: 4.6rem;
}
@media (max-width: 1024px) {
	.categories-list {
		grid-template-columns: 1fr;
		gap: 6.5rem;
	}
	.categories-page {
		padding: 2.4rem 0 5.7rem;
	}
	.category-title {
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 2.4rem;
	}
	.categories-page .title {
		margin-bottom: 2.4rem;
		padding: 0 1.6rem;
	}
	.category-item-img {
		height: 300px;
		margin-bottom: 1.6rem;
	}
	.category-card .button-transparent {
		font-size: 14px;
		line-height: 16px;
	}
	.category-page-swiper {
		padding-left: 0;
		width: calc(100% - 32px);
		margin: 0 auto;
	}
}
@media (max-width: 768px) {
	.category-item-img {
		height: 180px;
	}
}

/* products listing */
.product-listing {
	padding: 0 4.7rem;
}
.product-listing .title {
	margin-bottom: 3.2rem;
	margin-top: 3.2rem;
}
.products-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(291px, 1fr));
	gap: 1.6rem;
	row-gap: 4rem;
	margin-bottom: 8.5rem;
}
.load-more {
	display: flex;
	justify-content: center;
}
.load-more button {
	margin: 0;
}

@media (max-width: 1024px) {
	.product-listing {
		padding: 0 1.6rem;
		margin-bottom: 6.4rem;
	}
	.product-listing .title {
		margin-bottom: 3.2rem;
		margin-top: 2.4rem;
	}

	.products-list {
		gap: 4rem 2rem;
	}

	.product-listing .products-list .collection-item .prod-img {
		max-height: 344px;
	}
	.product-listing .products-list .collection-item-desc {
		height: calc(100% - 344px);
	}
}
@media (max-width: 768px) {
	.load-more button {
		width: 100%;
	}
}

/* book an appointment */
.book-appointment-block {
	display: none;
	background-color: rgba(204, 204, 204, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
}
body.book-appointment-open {
	position: relative;
	/* overflow-y: hidden; */
}

.book-appointment-block.active {
	display: block;
	position: absolute;
}
.book-appointment-content {
	background-color: var(--primary);
	padding: 10rem 4.4rem 0 4.8rem;
	height: 100%;
	min-height: 100vh;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
.book-appointment-content form {
	padding-bottom: 5rem;
}
.book-appointment-content .form-row {
	max-width: 552px;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 258px);
	gap: 1.6rem;
}
.book-form-title {
	margin-bottom: 5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #ffffff;
}
.book-form-title h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
}
.close-book-form {
	cursor: pointer;
}
.close-book-form img {
	filter: invert(100%) brightness(10) contrast(100);
}
.book-app-row {
	display: flex;
	flex-direction: column;
	margin-bottom: 2.4rem;
}

.book-app-row.checkbox {
	flex-direction: row;
	align-items: center;
	margin-bottom: 8px;
}
.book-app-row.error label span {
	color: #eb5757;
}
.book-form-submit-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	background: #ffffff;
	border: 1px solid #727272;
	margin-top: 7.3rem;
}
.book-app-row.checkbox label {
	font-size: 1.4rem;
	line-height: 1.6rem;
	margin-left: 1rem;
}
.book-app-row.checkbox input {
	width: 1.4rem;
	height: 1.4rem;
	accent-color: rgba(160, 143, 88, 1);
}
.book-app-row input:not([type="checkbox"]),
.datepicker-toggle {
	background-color: transparent;
	outline: none;
	border: 1px solid #727272;
	padding: 1.7rem 2rem;
	display: flex;
	height: 52px;
	width: 100%;
}
.datepicker-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 52px;
	position: relative;
}

#date {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	box-sizing: border-box;
}
#date::-webkit-calendar-picker-indicator {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.book-app-row input,
.book-app-row .nice-select .current,
.datepicker-toggle-text {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-feature-settings: "case" on;
	color: rgba(255, 255, 255, 1);
}
.book-app-row input::placeholder {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-feature-settings: "case" on;
	color: rgba(255, 255, 255, 0.5);
}
.book-app-row .nice-select {
	border-radius: 0;
	background-color: transparent;
	border: 1px solid #727272;
	display: flex;
	align-items: center;
	height: 52px;
}
.book-app-row .nice-select .list {
	width: 100%;
}
.book-label span {
	/* font-weight: 700; */
	font-size: 1.6rem;
	line-height: 1.8rem;
	color: #ffffff;
	margin-bottom: 6px;
}

@media (max-width: 1024px) {
	.book-appointment-block.active {
		background-color: var(--primary);
	}
	.body-overflow-hidden {
		/* overflow: hidden; */
		background-color: var(--primary);
	}
	.book-appointment-content {
		padding: 0 16px;
		width: 100%;
		top: 0;
		height: fit-content;
		padding-top: 65px;
	}
	.book-appointment-content .form-row {
		grid-template-columns: 1fr;
		max-width: unset;
	}
	.book-form-title {
		margin-bottom: 3.7rem;
	}
	.book-form-title h3 {
		font-size: 20px;
		line-height: 23px;
	}
	.book-app-row {
		margin-bottom: 2rem;
	}
	.book-form-submit-btn {
		margin-top: 4rem;
	}
	body.book-appointment-open .logo {
		position: relative;
		z-index: 25;
	}
	body.book-appointment-open .logo span {
		color: #ffffff;
	}
}
/* product inner page */
.product-inner {
	display: flex;
	gap: 8rem;
	margin-top: 7.8rem;
	padding: 0 4.4rem;
	/* align-items: center; */
}
.product-imgs-slider {
	max-width: 754px;
	width: 45%;
}
.product-inner-swiper .swiper-slide {
	/* height: 580px; */
	aspect-ratio: 1/1;
	margin-bottom: 1px;
}
.product-inner-swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-inner-thumbs-swiper {
	height: 177px;
}
.product-inner-thumbs-swiper .swiper-wrapper,
.product-inner-thumbs-swiper .swiper-slide,
.product-inner-thumbs-swiper .swiper-slide img {
	height: 100%;
}
.product-inner-thumbs-swiper .swiper-slide img {
	object-fit: cover;
	width: 100%;
}
.product-inner-thumbs-swiper .swiper-button-next,
.product-inner-thumbs-swiper .swiper-button-prev {
	color: var(--primary);
}
.product-inner-thumbs-swiper .swiper-button-next::after,
.product-inner-thumbs-swiper .swiper-button-prev::after {
	font-size: 1.4rem;
}
.product-inner-thumbs-swiper .swiper-scrollbar {
	height: 3px;
	width: 100%;
	left: 0;
}
.product-inner-thumbs-swiper .swiper-scrollbar-drag {
	background-color: var(--primary);
}
.product-description {
	/* max-width: 687px;
	width: 40%; */
	display: flex;
	flex-direction: column;
	padding-top: 48px;
}
.chart-select.nice-select {
	width: 50%;
	display: block;
	margin-bottom: 8px;
	border: 1px solid #c2c2c2;
	border-radius: 0;
}
.chart-select.nice-select.error {
	border: 1px solid red;
}
.chart-select.nice-select .current {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2.6rem;
	font-feature-settings: "case" on;
	color: var(--primary);
	text-transform: uppercase;
}
.chart-select.nice-select .list {
	width: 100%;
	max-height: 300px;
	overflow-y: scroll;
}
.product-description .about-product {
	font-size: 1.6rem;
	line-height: 2.6rem;
}
/* .product-description .about-product {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}
.product-description .about-product.open {
	overflow: initial;
	display: block;
	-webkit-line-clamp: unset;
	line-clamp: unset;
	-webkit-box-orient: unset;
} */

.product-description .read-more-about-product,
.read-less-about-product {
	font-size: 1.6rem;
	line-height: 2.6rem;
	/* font-weight: 700; */
	text-decoration-line: underline;
}
.read-less-about-product {
	display: none;
}
.product-description .made-by {
	display: block;
	margin-top: 1.2rem;
	margin-bottom: 2.8rem;
	font-style: italic;
	font-weight: 400;
	font-size: 24px;
	line-height: 22px;
}
.product-title-block {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	gap: 2rem;
	max-width: 687px;
	/* width: 40%; */
}
.product-description .title {
	font-size: 3.5rem;
	line-height: 5.5rem;
	text-align: center;
}
.product-inner .product-description .title {
	text-align: left;
	font-size: 30px;
}

.product-description .price-block {
	margin-bottom: 4rem;
	margin-top: 2.9rem;
}
.product-description p.old-price {
	font-size: 28px;
	line-height: 22px;
}
.product-description p.new-price {
	font-size: 20px;
	line-height: 23px;
}
.action-btns {
	display: flex;
	gap: 1.2rem;
	flex-wrap: wrap;
	margin-top: 7.6rem;
}
.action-btns button {
	display: flex;
	align-items: center;
	gap: 1.4rem;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	font-feature-settings: "case" on;
	justify-content: center;
}

.action-btns button:first-child {
	background: var(--primary);
	color: #ffffff;
}
.action-btns button:first-child img {
	filter: invert(100%) brightness(10) contrast(1);
}
/* similar products */
.similar-products {
	padding: 0 4.4rem;
	margin-top: 8.6rem;
}
.similar-products .title {
	margin-bottom: 4rem;
	font-weight: 400;
	font-size: 3.2rem;
	line-height: 3.7rem;
	text-transform: capitalize;
}
.similar-products .swiper-wrapper {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.coming-soon {
	text-align: center;
	margin-top: 50px;
	font-size: 2rem;
	font-weight: 400;
	grid-column: 1/-1;
}
@media (max-width: 1024px) {
	.product-inner {
		flex-direction: column;
		padding: 0;
		padding-top: 6.8rem;
		position: relative;
		gap: 2.4rem;
		margin-top: 0;
		align-items: initial;
	}
	.add-to-fav:hover img {
		filter: none;
	}
	.chart-select.nice-select .current {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.product-description .made-by {
		margin-top: 0.4rem;
		margin-bottom: 1.6rem;
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
	.product-description .title {
		font-size: 3.2rem;
		line-height: 3.7rem;
	}
	.product-inner .product-description .title {
		font-size: 24px;
	}
	.product-description .add-to-fav {
		position: absolute;
		top: 2.5rem;
		left: 1.6rem;
	}
	.action-btns {
		margin-top: 3.2rem;
	}
	.product-description .price-block {
		margin-bottom: 3.4rem;
		margin-top: 2.5rem;
	}
	.product-description .about-product {
		font-size: 1.6rem;
		line-height: 2.5rem;
	}

	.action-btns button {
		padding: 2rem;
	}
	.product-imgs-slider {
		padding-left: 1.6rem;
	}
	.product-description {
		padding: 0 1.6rem;
	}
	.product-inner-swiper .swiper-slide {
		/* height: 328px; */
	}
	.product-inner-thumbs-swiper {
		display: none;
	}
	.product-description,
	.product-imgs-slider {
		width: 100%;
		max-width: unset;
	}
	.similar-products {
		padding: 0;
		margin-top: 4.8rem;
		margin-bottom: 8.8rem;
	}
	.similar-products .title {
		padding: 0 1.6rem;
	}
	.similar-products .swiper {
		padding-left: 1.6rem;
	}
}
@media (max-width: 768px) {
	.action-btns {
		min-height: 131px;
		flex-wrap: wrap;
		gap: 0.8rem;
	}
	.chart-select.nice-select,
	.action-btns button {
		width: 100%;
	}
	.action-btns button {
		height: fit-content;
	}
	.action-btns .add-to-cart.fixed {
		position: fixed;
		bottom: 78px;

		width: calc(100% - 32px);
		left: 1.6rem;
		right: 1.6rem;
		z-index: 2;
	}
}
/* favourites page */

.favourites {
	padding: 0 4.4rem;
}
.favourites .title {
	font-size: 4rem;
	line-height: 4rem;
}
.favourites .products-list > p {
	grid-column: 1/-1;
	text-align: center;
}
.top-block {
	margin-top: 8.1rem;
	margin-bottom: 3.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}
.favourites .load-more.hidden,
.favourites .remove-all-favs.hidden {
	display: none;
}
.favourites .collection-item > a {
	width: 100%;
	display: block;
}
.favourites .remove-all-favs {
	margin-left: auto;
	margin-right: auto;
	padding: 2rem 3rem;
	display: block;
}
.favourites .remove-all-favs img {
	margin-right: 1.5rem;
}
.top-block button {
	position: absolute;
	right: 0;
	margin: 0;
	padding: 2rem 3rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	width: fit-content;
	/* text-transform: uppercase; */
}
body:has(.favourites .products-list:empty) footer,
body:has(.favourites .products-list .password-reset-send-message:only-child)
	footer,
body:has(.cart .password-reset-send-message) footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.favourites .products-list:has(.password-reset-send-message:only-child),
.favourites .products-list:empty {
	margin-bottom: 0;
}
.favourites:has(.products-list .password-reset-send-message:only-child)
	.top-block,
.favourites:has(.products-list:empty) .top-block,
.cart:has(.password-reset-send-message) .top-block {
	margin-top: 5rem;
}
.top-block button:hover img {
	filter: invert(69%) sepia(17%) saturate(872%) hue-rotate(8deg) brightness(91%)
		contrast(91%);
}
.remove-from-fav {
	justify-self: flex-end;
	margin: 0;
}
.modal {
	transform: scale(0);
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: start;

	justify-content: center;
}
.modal-content {
	margin-top: 25%;
	padding: 2.8rem;
	padding-top: 6.8rem;
	background: #ffffff;
	max-width: 461px;
	width: 100%;
	box-shadow: 0px 4px 144px rgba(80, 80, 80, 0.2);
}
.modal-content p {
	font-feature-settings: "case" on;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 2.4rem;
	text-align: center;
	margin-bottom: 6.8rem;
	/* text-transform: uppercase; */
}
.modal-btns {
	display: flex;
	gap: 1.5rem;
}
.modal-btns button {
	margin: 0;
	font-weight: 400;
	font-feature-settings: "case" on;
	/* text-transform: uppercase; */
}
.modal-btns button:first-child {
	background: var(--primary);
	color: #ffffff;
}

.modal.active {
	transform: scale(1);
}
@media (max-width: 1024px) {
	.favourites {
		padding: 0 1.6rem;
		margin-bottom: 8rem;
	}
	body:has(.favourites .products-list:empty) footer,
	body:has(.favourites .products-list .password-reset-send-message:only-child)
		footer,
	body:has(.cart .password-reset-send-message) footer {
		position: static;
	}
	.favourites .products-list:has(.password-reset-send-message:only-child),
	.favourites .products-list:empty {
		margin-bottom: 8.5rem;
	}
	.favourites:has(.products-list .password-reset-send-message:only-child)
		.top-block,
	.favourites:has(.products-list:empty) .top-block,
	.cart:has(.password-reset-send-message) .top-block {
		margin-top: 3rem;
	}

	.top-block button {
		padding: 2rem;
		text-align: center;
		width: 100%;
		position: static;
		justify-content: center;
		width: fit-content;
	}
	.favourites .remove-all-favs {
		padding: 2rem;
	}
	.favourites .title {
		font-size: 2.8rem;
		line-height: 3.2rem;
	}
	.favourites .load-more button {
		display: block;
	}

	.top-block {
		flex-direction: column;
		gap: 2.4rem;
		align-items: center;
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	.modal-btns {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 1rem;
	}
	.modal {
		align-items: center;
	}
	.modal-content {
		padding: 4.5rem 2.4rem;
		margin: 0;
		width: calc(100% - 32px);
	}
	.modal-content p {
		margin-bottom: 4.6rem;
		font-size: 20px;
		line-height: 23px;
	}
	.header-top .user-int a.active:hover img {
		filter: none;
	}
}
@media (max-width: 768px) {
	.modal-btns button {
		width: 100%;
	}
}

/* cart */
.cart {
	max-width: 1520px;
	width: 96%;
	margin: 0 auto;
	padding: 0 1.6rem;
}
.cart-grid {
	display: grid;
	grid-template-columns: 2.4fr 1fr;
	gap: 1.6rem;
}
.cart-item:not(:last-child) {
	margin-bottom: 0.8rem;
}
.cart-item {
	display: grid;
	grid-template-columns: minmax(136px, 1fr) 1.6fr 0.8fr 1fr 1fr 0.5fr;
	align-items: center;
	position: relative;
	gap: 2.2rem;
	border: 1px solid #eaeaea;
}
.cart-item > * {
	width: 100%;
}
.cart-item-img {
	width: 100%;
	height: 135px;
	object-fit: cover;
}
.cart-item-qty {
	gap: 1.5rem;
}
.cart-item-qty,
.cart-item-price,
.cart-item .price-block,
.remove-cart-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart-item-qty span {
	width: 4.2rem;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.2rem;
	text-align: center;
}
.cart-item .price-block p.old-price {
	margin: 0;
}
.cart-item-price {
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.2rem;
}
.cart-item .price-block {
	flex-direction: column;
	align-items: start;
	gap: 0.4rem;
}
.cart-item .price-block p.new-price {
	font-size: 1.6rem;
	line-height: 1.8rem;
}
.cart-item-title {
	text-align: left;
}
.cart-item-title h5 {
	font-weight: normal;
	font-size: 2rem;
	line-height: 2.3rem;
	margin-bottom: 0.4rem;
}
.cart-item-title .made-by {
	font-style: italic;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: rgba(56, 56, 56, 0.6);
}

.remove-cart-item img {
	flex-shrink: 0;
}
.cart-item-qty button {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 2rem;
}
.cart-total {
	border: 1px solid #eaeaea;
	height: max-content;
}
.cart-total > div {
	padding: 2.4rem;
}
.clear-cart.mob {
	display: none;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 1.5rem;
	margin: 0;
	margin-top: 4.8rem;
	margin-bottom: 2.4rem;
}
.clear-cart.mob:hover img {
	filter: invert(69%) sepia(17%) saturate(872%) hue-rotate(8deg) brightness(91%)
		contrast(91%);
}
.cart-total-amount {
	border-bottom: 1px solid #eaeaea;
}
.cart-total-amount span {
	font-style: italic;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
}
.cart-total-amount p,
.cart-total-amount p span.cart-total-price-number {
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	margin-top: 4px;
	font-style: normal;
}
.cart-address button {
	margin: 0;
	width: 100%;
	text-align: center;
	background: var(--primary);
	color: #ffffff;
	border: 1px solid var(--primary);
	margin-top: 4.8rem;
}
.cart-address label span {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 6px;
}
.cart-address label {
	display: flex;
	flex-direction: column;
}

.cart-address input,
.cart-address input::placeholder {
	font-size: 14px;
	line-height: 16px;
	color: rgba(0, 0, 0, 0.3);
}
.clear-cart.hidden {
	display: none;
}
.cart-grid.hidden {
	/* height: 15vh; */
}
.cart-grid.hidden .cart-total {
	display: none;
}

.cart-address input {
	padding: 1.7rem;
	border: 1px solid rgba(56, 56, 56, 0.3);
	outline: none;
	color: rgba(0, 0, 0, 0.9);
}
.cart .empty-space {
	height: 25vh;
}
@media (max-width: 1024px) {
	.cart {
		width: 100%;
		padding: 0 1.6rem;
		margin-bottom: 6.4rem;
	}
	.cart .empty-space {
		height: 15vh;
	}
	.cart-item > * {
		width: auto;
	}
	.cart-grid {
		grid-template-columns: 1fr;
	}
	.cart-item-img {
		width: 100px;
		height: 100px;
	}
	.cart-item {
		display: flex;
		flex-wrap: wrap;
		gap: 0;
	}
	.cart-item-qty {
		width: 100%;
		padding: 1.8rem 1rem;
		border-top: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
	}
	.cart-item-title {
		margin-left: 1.7rem;
		width: calc(100% - 117px);
	}
	.cart-item-price,
	.cart-item .price-block {
		width: 50%;
		order: 2;
	}
	.cart-item .price-block {
		align-items: center;
		padding: 2.2rem 1rem;
		border-right: 1px solid #eaeaea;
	}
	.remove-cart-item {
		position: absolute;
		top: 1rem;
		right: 1rem;
	}
	.clear-cart.mob {
		display: flex;
	}
	.clear-cart.mob.hidden {
		display: none;
	}
	.clear-cart.desktop {
		display: none;
	}
}

/* order-result */
.order-result {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 70vh;
	padding: 0 1.6rem;
}
.order-status-img {
	width: 155px;
	height: 155px;
	border-radius: 50%;

	margin-bottom: 5.6rem;
	padding: 3rem;
}
.order-status-img.success {
	background-color: rgba(33, 150, 83, 0.3);
}
.order-status-img.fail {
	background-color: rgba(235, 87, 87, 0.3);
}
.order-status-img .inner-div {
	background-color: var(--primary);
	border-radius: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.order-status-msg {
	font-weight: 400;
	font-size: 24px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 5.5rem;
	color: #000000;
}
.order-status-img.fail .inner-div img {
	filter: invert(100%) brightness(10);
}
.return-to-main {
	padding: 1.8rem 8rem;
	text-align: center;
	background: var(--primary);
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	border: 1px solid var(--primary);
}

@media (max-width: 1024px) {
	.order-status-img {
		margin-bottom: 2.4rem;
		width: 121px;
		height: 121px;
		padding: 24px;
	}
}

/* sign in forms */
.pass-recovery-mail,
.password-recovery {
	margin-top: 7.2rem;
	padding: 0 1.6rem;
}
.sign-in-title.title {
	font-size: 24px;
	line-height: 29px;
	color: rgba(0, 0, 0, 0.5);
}
.sign-in-form {
	max-width: 340px;
	width: 100%;
	margin: 0 auto;
	margin-top: 6.8rem;
}
.sign-in-form label {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.8rem;
}
.sign-in-form label.error input {
	border: 1px solid #eb5757;
}
.sign-in-form .error-msg {
	opacity: 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #eb5757;
	display: block;
	margin-top: 0.8rem;
	margin-bottom: 0;
}
.required-label-top {
	display: flex;
	justify-content: space-between;
}
.required-label-top .error-msg {
	margin: 0;
	text-align: right;
}
.sign-in-form label.error .error-msg,
.sign-in-form .error-msg.error {
	opacity: 1;
}
.pass-recovery-mail .sign-in-form label {
	margin-bottom: 0;
}
.sign-in-form label span {
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 8px;
	text-transform: capitalize;
}
.sign-in-form label input {
	border: 1px solid rgba(56, 56, 56, 0.2);
	padding: 1.6rem 1.7rem;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	outline: none;

	color: #000 !important;
	font-weight: 700;
	font-feature-settings: "case" on;
}
.password-reset-send-message {
	display: block;
	margin: 1rem 0;
	text-align: center;
}
.sign-in .sign-in-form label input {
	color: #000 !important;
	font-weight: 700;
	font-feature-settings: "case" on;
}
.sign-in-form input::placeholder {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: rgba(0, 0, 0, 0.5);
}
.sign-in-form .form-msg {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.5);
	display: block;
	margin-top: 8px;
}
.sign-in-form button {
	background: #383838;
	border: 1px solid #383838;
	width: 100%;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	padding: 1.5rem;
}
.pass-recovery-mail button {
	margin-top: 9rem;
}
.password-recovery button {
	margin-top: 6.4rem;
}

.sign-in-form label.password-label input {
	padding-right: 4rem;
}
.sign-in-form label.password-label img {
	position: absolute;
	bottom: 16px;
	right: 15px;
	cursor: pointer;
	height: 1.5rem;
	width: 1.9rem;
	object-fit: cover;
	z-index: 2;
}
.sign-in-form label.password-label .pass-group input {
	width: 100%;
}
.sign-in-form label.password-label .pass-group {
	display: flex;
	position: relative;
}
.sign-in-form label.checkbox {
	flex-direction: row;
	align-items: center;
	margin-bottom: 1rem;
}
.sign-in-form label.checkbox.error span {
	color: #eb5757;
}
.sign-in-form label.checkbox span,
.sign-in-form label.checkbox a {
	color: var(--primary);
	margin: 0;
	margin-left: 1rem;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
}
.sign-in-form label.checkbox a {
	margin: 0;
	text-decoration: underline;
}
.sign-in-form label.checkbox input {
	accent-color: var(--primary);
}
.sign-in {
	margin-top: 4rem;
	/* margin-bottom: 164px; */
	margin-bottom: 64px;
}
.sign-in-wrapper {
	background-color: #f7f7f7;
	padding: 0 1.6rem;
	padding-top: 8rem;
	padding-bottom: 13.6rem;
	margin-top: 4.8rem;
	display: grid;
	grid-template-columns: 1fr 1px 1fr;
	align-items: center;
}

.sign-in .sign-in-form {
	margin-top: 0;
}
.sign-in-wrapper .create-acc {
	max-width: 340px;

	width: 100%;
	margin: 0 auto;
}
.divider {
	width: 1px;
	height: 100%;
	background: #d9d9d9;
	display: block;
}
.sign-in .sign-in-form > h4,
.create-acc h4 {
	margin-bottom: 3rem;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: rgba(0, 0, 0, 0.8);
}
.create-acc h4 {
	text-align: center;
}

.sign-in .sign-in-form button {
	margin-top: 4.4rem;
}
.sign-in .sign-in-form label:last-of-type {
	margin-bottom: 8px;
}
.sign-in .go-to-pass-recovery {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	display: block;
	text-align: right;
	width: 100%;
}
.go-to-sign-up {
	display: block;
	width: 100%;
	text-align: center;
	background: var(--primary);
	border: 1px solid var(--primary);
	padding: 1.5rem;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 3.2rem;
	color: #ffffff;
}
.go-to-privacy {
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	text-decoration-line: underline;
	color: rgba(0, 0, 0, 0.8);
	text-align: center;
}
.sign-in-form button:hover {
	color: var(--secondary);
}
.sign-in .sign-in-title.title {
	font-size: 32px;
	line-height: 29px;
}
.sign-up {
	margin-top: 5rem;
	padding: 0 1.6rem;
}
.sign-up button {
	margin-top: 3rem;
}
.sign-up .sign-in-form {
	margin-top: 3rem;
}
@media (max-width: 1024px) {
	.sign-up {
		margin-bottom: 104px;
		margin-top: 2rem;
	}
	.sign-up .sign-in-form {
		margin-top: 3rem;
	}
	.sign-in {
		margin-top: 2rem;
		/* padding: 0 1.6rem; */
		margin-bottom: 90px;
	}
	.sign-in .sign-in-title.title {
		padding: 0 1.6rem;
		font-size: 28px;
		line-height: 32px;
	}
	.sign-in-wrapper {
		padding: 1.9rem 1.6rem 5.6rem;
		grid-template-columns: 1fr;
		margin-top: 1.6rem;
	}
	.divider {
		width: 100%;
		height: 1px;
		margin: 2.4rem 0;
	}
	.pass-recovery-mail,
	.password-recovery {
		margin-top: 2rem;
		margin-bottom: 158px;
	}
	.pass-recovery-mail button {
		margin-top: 3rem;
	}
	.sign-in-form {
		margin-top: 4rem;
	}
	.password-recovery button {
		margin-top: 1rem;
	}
}
/* profile page */

.profile-page-top {
	background-color: rgba(217, 217, 217, 0.4);
	padding: 2rem 4.4rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3.4rem;
	border-bottom: 1px solid #b7b7b7;
}

.edit-section.profile-page-section {
	background-color: rgba(217, 217, 217, 0.4);
}

.profile-actions button {
	padding: 0;
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	border: none;
	color: rgba(56, 56, 56, 0.5);
}
.profile-actions button:first-child {
	margin-right: 4rem;
}
.profile-actions button.active {
	color: rgba(56, 56, 56, 1);
}
.profile-btn {
	padding: 1.4rem 2rem;
	background-color: var(--primary);
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
	margin: 0;
}
.profile-page-top a.profile-btn {
	position: absolute;
	right: 4.4rem;
	top: 50%;
	transform: translateY(-50%);
}
.profile-personal-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 1.6rem;
	text-align: center;

	background-color: rgba(217, 217, 217, 0.4);
	padding-top: 5.6rem;
	padding-bottom: 4rem;
	margin-bottom: 4rem;
}
.profile-personal-info .profile-btn {
	margin-top: 2.4rem;
}
.pernal-info-row {
	margin-bottom: 2.4rem;
}
.pernal-info-row > * {
	font-weight: 400;
	font-size: 2rem;
	line-height: 2.3rem;
}
.pernal-info-row > p {
	font-weight: 700;
	margin-top: 0.4rem;
}

.order-history {
	max-width: 1256px;
	margin: auto;
	width: 100%;
	padding: 0 2rem;
}
.order-history .title {
	font-size: 32px;
	line-height: 37px;
	margin-bottom: 4rem;
}
.order-card {
	margin-bottom: 0.8rem;
}
.order-card-top {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 0.2fr;
	align-items: center;
	justify-items: center;
	padding: 1.8rem 2rem;
	background-color: rgba(217, 217, 217, 0.4);
	cursor: pointer;
}
.order-card-top > p {
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
}
.show-order-details {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: right;
}
.cart-item.order-item {
	grid-template-columns: minmax(136px, 1fr) 2fr 1fr 1.2fr 1fr 2fr;

	gap: 2.4rem;
	margin-bottom: 0;
	border: none;
}

.order-item-address {
	padding: 0 3.4rem;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
}
.order-card.active {
	border: 1px solid #e4e4e4;
}
.order-card .order-card-details {
	height: 0;
	overflow: hidden;
}
.order-card.active .order-card-details {
	max-height: 40.5rem;
	height: initial;
	overflow-y: scroll;
}
.order-card.active .order-card-details::-webkit-scrollbar {
	width: 12px;
}

.order-card.active .order-card-details::-webkit-scrollbar-thumb {
	background: #d9d9d9;
}

.order-card.active .order-card-details::-webkit-scrollbar-thumb:hover {
	background: #b9b7b7;
}
.order-card.active .show-order-details img {
	transform: rotate(180deg);
}
.profile-page-section {
	display: none;
}
.profile-page-section.active {
	display: block;
}
.edit-section .sign-in-form button {
	margin-top: 2.2rem;
}
.edit-section .sign-in-form {
	padding-top: 4rem;
	padding-bottom: 4rem;
	margin-top: 0rem;
}
@media (max-width: 1024px) {
	.edit-section {
		margin-bottom: 8rem;
	}
	.edit-section .sign-in-form {
		margin-top: 2.4rem;
	}
	.order-card-top {
		grid-template-columns: 1fr;
		gap: 2.4rem;
	}
	.cart-item.order-item > * {
		width: 100%;
		text-align: center;
		border: none;
		padding: 0;
		margin: 0;
		order: initial;
	}
	.cart-item.order-item {
		padding-top: 2.4rem;
		margin-bottom: 4rem;
	}
	.cart-item.order-item > img {
		width: 136px;
		height: 136px;
		margin: auto;
	}
	.order-card.active .order-card-details {
		max-height: unset;
		height: initial;
		overflow: initial;
	}
	.show-order-details {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.profile-section {
		margin-bottom: 20rem;
	}
	.profile-page-top {
		margin-top: 2rem;
		padding: 0.5rem;
		padding-left: 1.6rem;
		justify-content: space-between;
	}
	.profile-personal-info .profile-btn {
		margin-top: 1.6rem;
	}
	.profile-page-top a.profile-btn {
		position: static;
		transform: none;
	}
	.profile-personal-info {
		margin: 4rem 0;
	}
	.order-history .title {
		font-size: 24px;
		line-height: 28px;
	}
}
/* size guide */
.size-guide {
	max-width: 91rem;
	width: 100%;
	margin: 0 auto;
}
.size-guide .title {
	margin-top: 8.3rem;
	margin-bottom: 4rem;
	font-size: 4rem;
	line-height: 4rem;
	font-feature-settings: "case" on;
}
.size-guide .block-title {
	font-feature-settings: unset;
	/* text-transform: uppercase; */
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 2.4rem;
	text-align: center;
	margin-bottom: 4rem;
}
.size-guide table {
	width: 100%;
	border-spacing: 0.8rem;
	table-layout: fixed;
}
.size-guide th {
	font-style: normal;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.1rem;
	text-align: center;
	padding: 0 1.2rem;
}
.size-guide td {
	padding: 1.2rem;
	background-color: rgba(217, 217, 217, 0.4);
	font-style: normal;
	/* font-weight: 700; */
	font-family: none !important;
	font-size: 1.8rem;
	line-height: 2.1rem;
	text-align: center;
}
.size-block:not(:last-child) {
	margin-bottom: 8rem;
}
@media (max-width: 1024px) {
	.size-guide {
		margin-bottom: 8rem;
		padding: 0 1.6rem;
	}
	.size-guide .title {
		margin-top: 4rem;
		font-size: 2.8rem;
		line-height: 3.2rem;
	}
	.size-block:not(:last-child) {
		margin-bottom: 5rem;
	}
	.size-guide .block-title {
		margin-bottom: 2.4rem;
	}
	.size-guide .block-title {
		font-size: 2rem;
		line-height: 2.3rem;
	}
}
/* contact page */
.contact-page {
	display: flex;
	margin-bottom: -156px;
	gap: 8.85%;
}
.map {
	width: 49.5%;
}
.map iframe {
	width: 100%;
	height: 100%;
	/* height: ; */
	aspect-ratio: 1 / 1;
}
.contact-links a {
	display: block;
	margin-bottom: 2.4rem;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.3rem;
	font-feature-settings: "case" on;
}
.contact-page .socials {
	justify-content: start;
}
.contact-page .title {
	font-size: 4.8rem;
	line-height: 5.5rem;
	margin-top: 7.6rem;
	margin-bottom: 4.8rem;
	text-align: left;
}
@media (max-width: 1024px) {
	.contact-page {
		margin-bottom: 1.6rem;
		flex-direction: column-reverse;
		gap: 4.8rem;
		margin-top: 2rem;
	}
	.map {
		width: 100%;
	}
	.map iframe {
		aspect-ratio: unset;
		height: 425px;
	}
	.contact-page .title {
		font-size: 2.8rem;
		line-height: 3.2rem;
		margin-top: 0;
		margin-bottom: 4rem;
	}
	.contact-info {
		padding: 0 1.6rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.contact-links a {
		text-align: center;
		width: 100%;
	}
	.contact-page .socials {
		justify-content: center;
	}
}
/* privacy-police-page */
.privacy-police-page .title {
	margin: 6.4rem auto 4rem;
	font-size: 48px;
	line-height: 55px;
}
.privacy-police-page a .title {
	/* font-size: 40px;
	line-height: 46px; */
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 2.4rem;
	margin-top: 0;
}
.police-details {
	max-width: 90.8rem;
	width: 100%;
	margin: auto;
	margin-bottom: 6.4rem;
}
.police-details p,
.police-details li {
	font-size: 16px;
	line-height: 2.6rem;
	font-feature-settings: "case" on;
}
.police-details * {
	font-size: 16px;
	font-weight: 400;
}
.police-details li::marker {
	font-size: 1.4rem;
}
.police-details p {
	margin-bottom: 1.6rem;
}
.police-details ul {
	list-style: initial;
	padding-inline-start: 3rem;
	margin-bottom: 1.6rem;
}
@media (max-width: 1024px) {
	.privacy-police-page {
		padding: 0 1.6rem;
		margin-bottom: 10rem;
	}
	.police-details {
		max-width: unset;
		margin-bottom: 4.8rem;
	}
	.privacy-police-page .title {
		margin: 2rem 0 3rem;
		font-size: 28px;
		line-height: 32px;
	}
	.privacy-police-page a .title {
		margin-bottom: 1.6rem;
		font-size: 24px;
		line-height: 28px;
	}
}
/* gift from barron */
.gift-from-barron {
	margin-bottom: -156px;
}
.gift-from-barron-banner {
	height: 350px;
	margin-bottom: 3.2rem;
}
.gift-from-barron-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gift-from-barron-shop {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 500px;
	width: 100%;
	margin: auto;
	margin-bottom: 8rem;
}
.gift-from-barron-shop p {
	text-align: center;
	margin-bottom: 5.5rem;
	margin-top: 3.2rem;
	font-size: 20px;
	line-height: 23px;
}
.gift-from-her {
	padding-left: 1.6rem;
	display: grid;
	grid-template-columns: 1fr 1.45fr;
	align-items: center;
	justify-items: center;
}
.gift-from-her-desc {
	max-width: 446px;
}
.gift-from-her-desc .title {
	text-align: left;
	margin-bottom: 1.6rem;
}
.gift-from-her-desc p {
	font-size: 20px;
	line-height: 23px;
}
.gift-from-her-img {
	height: 670px;
	width: 100%;
}
.gift-from-her-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1024px) {
	.gift-from-barron-shop {
		padding: 0 1.6rem;
		margin-bottom: 9rem;
	}
	.gift-from-her {
		gap: 3rem;
		padding: 0 1.6rem;
		text-align: center;
		display: flex;
		flex-direction: column-reverse;
	}
	.gift-from-barron-banner,
	.gift-from-her-img {
		height: 300px;
	}
	.gift-from-her-desc {
		padding: 0;
	}
	.gift-from-her-desc .title {
		text-align: center;
	}

	.gift-from-barron {
		margin-bottom: 8.4rem;
	}
	.gift-from-barron-banner {
		margin-bottom: 2rem;
	}
	.gift-from-barron-shop .title,
	.gift-from-her-desc .title {
		font-size: 20px;
		line-height: 23px;
	}
	.gift-from-barron-shop p,
	.gift-from-her-desc p {
		font-size: 16px;
		line-height: 18px;
		margin: 2rem 0 3.2rem;
	}
	.gift-from-barron-shop .button-transparent {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.gift-from-barron-banner,
	.gift-from-her-img {
		height: 180px;
	}
}
/* Footer */
footer {
	margin-top: 156px;
	padding-top: 40px;
	border-top: 1px solid #dfdfdf;
}

footer .footer-top {
	max-width: 1920px;
	width: 70%;
	margin: auto;

	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	flex-direction: column-reverse;
}

footer .footer-top ul {
	display: grid;
	/* grid-auto-flow: column; */
	grid-template-columns: 1fr 1fr 1fr;
	/* grid-template-rows: 1fr 1fr 1fr; */

	row-gap: 12px;
	column-gap: 80px;
	width: 100%;
}

footer .footer-top ul li a {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	font-feature-settings: "case" on;
	color: var(--primary);
}

.socials {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.socials a {
	display: flex;
	justify-content: center;
	align-items: center;

	border: 1px solid #d7d7d7;
	width: 42px;
	height: 42px;
}

.socials a:hover {
	border: 1px solid var(--secondary);
}

.socials a:hover img {
	filter: invert(69%) sepia(17%) saturate(872%) hue-rotate(8deg) brightness(91%)
		contrast(91%);
}

.socials a img {
	width: 18px;
	height: 18px;
}

footer .footer-bottom {
	background: rgba(137, 115, 88, 0.3);
	padding: 32px 0;
	margin-top: 40px;

	display: flex;
	justify-content: center;
	align-items: center;
}

footer .footer-bottom .by {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

footer .footer-bottom .by span,
footer .footer-bottom .by a {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 21px;
	font-feature-settings: "case" on;
	color: var(--primary);
}

footer .footer-bottom .by a {
	font-weight: 700;
}

@media (max-width: 1024px) {
	footer .footer-top {
		/* flex-direction: column; */
		width: 100%;
		align-items: center;
	}

	footer .footer-top ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	footer {
		/* padding-bottom: 63px; */
		padding-bottom: 100px;
		margin-top: 0;
	}
}
.order-card-submit {
	margin-top: 48px;
}
.order-card-submit input {
	border: 1px solid #383838;
	background: #383838;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	cursor: pointer;
}
.order-card-submit.solo {
	position: relative;
	margin-top: 0;
}
.order-card-submit.solo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.order-card-submit.solo input {
	background: #00233d;
	background-image: url("../img/icons/solo.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20%;
	background-blend-mode: lighten;
	border: none;
}
.else {
	color: #383838;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 24px;
	margin-bottom: 16px;
	/* display: flex; */
	align-items: center;
}
.else::after {
	content: "";
	height: 1px;
	background: #eaeaea;
	width: -webkit-fill-available;
	flex-shrink: 1234562323;
	margin-left: 12px;
	/* display: inline-block;
	max-width: 50%; */
}
.else span {
	color: #383838;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 5px;
}
.order-card-submit.solo input:hover {
	background: #003053;
	background-image: url("../img/icons/solo.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20%;
	background-blend-mode: lighten;
}
