*{
	box-sizing: border-box;
}
body{
	color: #000;
	margin: 0;
}
html{
	margin: 0!important;
}
a{
	text-decoration: none;
	color: #000;
}
p{
	margin: 0;
}
h2{
	margin: 0;
}




@font-face {
	font-family: 'Roboto';
	src: url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-Black.woff2') format('woff2'),
	url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-Bold.woff2') format('woff2'),
	url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-BoldItalic.woff2') format('woff2'),
	url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-BlackItalic.woff2') format('woff2'),
	url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-BlackItalic.woff') format('woff');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-Italic.woff2') format('woff2'),
	url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-ThinItalic.woff2') format('woff2'),
	url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-ThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
	url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-LightItalic.woff2') format('woff2'),
	url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-Medium.woff2') format('woff2'),
	url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-MediumItalic.woff2') format('woff2'),
	url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-Light.woff2') format('woff2'),
	url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-Thin.woff2') format('woff2'),
	url('/wp-content/themes/twentytwentyone/assets/fonts/Roboto/Roboto-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}


*{
	font-family: "cy",sans-serif;
}
.container{
	width: 100%;
	max-width: 1536px;
	margin: 0 auto;
	position: relative;
}
.mainContent{
	padding-top: 100px;
}
.logo{
	display: flex;
}
nav{
	width: 100%;
	max-width: 1536px;
	margin: 0 auto;
	padding: 32px 47px 37px 84px;
	position: fixed;
	top: 0;
	z-index: 111;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.nav-links-mobile{
	display: none;
}
nav .nav-links{
	display: flex;
	align-items: center;
	margin-left: 66px;
	margin-top: 2px;
}
nav .nav-links a{
	margin-right: 10px;
	padding: 0 21px;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	display: flex;
	align-items: center;
}
nav .nav-links a.active{
	padding: 0;
}
nav .nav-links a:last-child{
	margin-right: 0;
}
nav .nav-links-right{
	display: flex;
	align-items: center;
}
nav .nav-links-right a{
	/*margin-right: 50px;*/
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	display: flex;
	align-items: center;
}
nav .nav-links-right a:last-child{
	margin-right: 0;
}
.fb-link{
	margin-right: 50px;
}
.insta-link{
	margin-right: 68px;
}
.cart-link{
	margin-right: 55px;
}
.login-link{
	/*margin-right: 55px;*/
}
.cart-link svg{
	margin-right: 24px;
}
.login-link svg{
	margin-right: 26px;
}

@media (max-width: 1420px){
	.mainContent {
		padding-top: 83px;
	}
	nav {
		padding: 26px 43px 26px 37px;
	}
	nav .nav-links {
		margin-left: 0;
		margin-top: 0;
	}
	nav .nav-links a {
		font-size: 16px;
		line-height: 21px;
	}
	nav .nav-links-right a {
		font-size: 16px;
		line-height: 21px;
	}
	.nav-links-right svg {
		width: 20px;
		height: auto;
	}
	.login-link svg {
		margin-right: 21px;
	}
	.cart-link {
		margin-right: 48px;
	}
	.cart-link svg {
		margin-right: 20px;
	}
	.insta-link {
		margin-right: 57px;
	}
	.fb-link {
		margin-right: 40px;
	}
	.nav-links-right .cart-link svg {
		width: 15px;
		height: auto;
	}
	.nav-links-right .login-link svg {
		width: 15px;
		height: auto;
	}
}
@media (max-width: 1200px){
	nav .nav-links a {
		font-size: 12px;
		line-height: 21px;
	}
	nav .nav-links a {
		padding: 0 10px;
	}
}
@media (max-width: 1023px){
	nav .nav-links {
		display: none;
	}
	nav .nav-links-right {
		display: none;
	}
	.nav-links-mobile{
		display: flex;
	}
	.mobile-links {
		width: 100%;
		padding: 80px 55px;
		overflow: auto;
	}
	.mobile-links .nav-links{
		display: block;
	}
	.mobile-links .nav-links a{
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 20px;
		padding-left: 31px;
		padding-right: 0;
		margin-right: 0;
	}
	.mobile-menu{
		position: fixed;
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 9999;
		display: none;
	}
	.mobile-links .nav-links-right{
		display: block;
		margin-top: 20px;
	}

	.nav-links-right .cart-link {
		margin-top: 40px;
	}
	.nav-links-right .cart-link svg {
		width: 18px;
		height: auto;
		margin-right: 24px;
	}
	nav .nav-links-right a {
		font-size: 20px;
		line-height: 26px;
		margin-right: 0;
	}
	.nav-links-right .login-link {
		margin-top: 30px;
	}
	.nav-links-right .login-link svg {
		width: 16px;
		height: auto;
		margin-right: 27px;
	}
	.social-links{
		display: flex;
		margin-top: 55px;
	}
	.social-links .fb-link{
		margin-right: 40px;
	}
	.cart-link {
		margin-right: 0;
	}
	nav {
		padding: 15px 26px 14px 19px;
	}
	.cart-link svg {
		margin-right: 28px;
		width: 12px;
		height: auto;
	}


	.mobile-menu.active{
		display: flex;
	}
	.menu-logo{
		position: static;
		right: 53px;
		bottom: 48px;
		margin-top: 55px;
		margin-left: auto;
		display: flex;
	}
	.close-menu{
		position: absolute;
		right: 28px;
		top: 22px;
		cursor: pointer;
	}
	.open-menu{
		cursor: pointer;
	}
}
@media (max-width: 767px){
	nav .nav-links {
		display: none;
	}
	nav .nav-links-right {
		display: none;
	}
	.nav-links-mobile{
		display: flex;
	}
	.mobile-links {
		width: 100%;
		padding: 80px 55px;
		overflow: auto;
	}
	.mobile-links .nav-links{
		display: block;
	}
	.mobile-links .nav-links a{
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 20px;
		padding-left: 31px;
		padding-right: 0;
		margin-right: 0;
	}
	.mobile-menu{
		position: fixed;
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 9999;
		display: none;
	}
	.mobile-links .nav-links-right{
		display: block;
		margin-top: 20px;
	}

	.nav-links-right .cart-link {
		margin-top: 40px;
	}
	.nav-links-right .cart-link svg {
		width: 18px;
		height: auto;
		margin-right: 24px;
	}
	nav .nav-links-right a {
		font-size: 20px;
		line-height: 26px;
		margin-right: 0;
	}
	.nav-links-right .login-link {
		margin-top: 30px;
	}
	.nav-links-right .login-link svg {
		width: 16px;
		height: auto;
		margin-right: 27px;
	}
	.social-links{
		display: flex;
		margin-top: 55px;
	}
	.social-links .fb-link{
		margin-right: 40px;
	}
	.cart-link {
		margin-right: 0;
	}
	nav {
		padding: 15px 26px 14px 19px;
	}
	.cart-link svg {
		margin-right: 28px;
		width: 12px;
		height: auto;
	}


	.mobile-menu.active{
		display: flex;
	}
	.menu-logo{
		position: static;
		right: 53px;
		bottom: 48px;
		margin-top: 55px;
		margin-left: auto;
		display: flex;
	}
	.close-menu{
		position: absolute;
		right: 28px;
		top: 22px;
		cursor: pointer;
	}
	.open-menu{
		cursor: pointer;
	}
}



.box-holder{
	padding: 0 43px 100px 96px;
	display: flex;
}
.box-holder.reverse{
	padding: 0 96px 0 43px;
}
.box-text{
	padding-right: 50px;
	position: relative;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 38px;
	padding-top: 300px;
	display: flex;
	flex-direction: column;
}
.box-text h2{
	font-weight: 700;
	font-size: 100px!important;
	line-height: 120px!important;
	text-align: right;
	position: absolute;
	top: 99px;
	width: 800px;
	z-index: 2;
	left: -3px;
}
.box-text p{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 38px;
	margin-bottom: 66px;
}
.box-text a{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 38px;
	text-decoration: underline;
	margin-left: auto;
	margin-right: 50px;
}
.box-text a:hover{
	text-decoration: none;
}
.box-img{
	position: relative;
	width: 800px;
	height: 800px;
	flex-shrink: 0;
}
.box-img img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.how-made{
	padding: 100px 93px 100px;
}
.how-made h2{
	font-weight: 700;
	font-size: 100px!important;
	line-height: 120px!important;
	margin-bottom: 180px;
}
.box{
	display: flex;
	justify-content: center;
}
.box1{
	padding-left: 188px;
}
.box-svg{
	display: flex;
	justify-content: center;
	padding-left: 150px;
	position: relative;
}
.box2-svg{
	display: flex;
	justify-content: center;
	padding-left: 0;
	position: relative;
}
.box3-svg{
	display: flex;
	justify-content: center;
	padding-right: 254px;
	position: relative;
}
.box4-svg{
	display: flex;
	justify-content: center;
	padding-left: 0;
	position: relative;
}
.how-made .photo-holder{
	width: 350px;
	height: 250px;
}
.how-made .text-holder{
	margin-left: 48px;
	max-width: 440px;
}
.how-made .text-holder p{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 38px;
}
.how-made .box2{
	padding-left: 70px;
}
.how-made .box2 .text-holder{
	margin-left: 0;
	max-width: 330px;
	text-align: right;
	margin-right: 60px;
}
.how-made .box2 .photo-holder{
	margin-left: 140px;
}
.how-made .box3{
	padding-left: 91px;
}
.how-made .box3 .text-holder{
	margin-left: 150px;
	max-width: 440px;
}
.how-made .box4{
	padding-right: 152px;
}
.how-made .box4 .text-holder{
	margin-left: 0;
	max-width: 440px;
	margin-right: 113px;
	text-align: right;
	padding-top: 30px;
}
.how-made .box5{
	padding-left: 100px;
}
.how-made .box5 .text-holder{
	margin-left: 60px;
	max-width: 440px;
	padding-top: 12px;
}
/*.how-made .box3 .photo-holder{
    margin-left: 140px;
}*/
.text-on-img{
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 66px;

	position: absolute;
	z-index: 3;
}
.text-on-img1{
	top: 51px;
	left: -128px;
}
.text-on-img2{
	left: -120px;
	top: 7px;
}
.text-on-img3{
	left: 200px;
	top: 28px;
}
.text-on-img4{
	left: -60px;
	top: 41px;
}
.text-on-img5{
	left: -54px;
	top: 56px;
}

.text-on-svg{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;

	position: absolute;
}
.text-on-svg1{
	top: 32px;
	margin-left: 40px;
}
.text-on-svg2{
	top: 15px;
	margin-left: -35px;
}
.text-on-svg3{
	top: 22px;
	margin-left: 19px;
}
.text-on-svg4{
	top: 40px;
	margin-left: -10px;
}

@media(max-width: 1420px){
	.how-made {
		padding: 98px 93px 40px;
	}
	.how-made h2 {
		font-size: 85px !important;
		line-height: 120px !important;
		margin-bottom: 90px;
	}
	.how-made .photo-holder {
		width: 290px;
		height: 208px;
	}
	.box1 {
		padding-left: 154px;
	}
	.how-made .text-holder {
		margin-left: 45px;
		max-width: 363px;
	}
	.how-made .text-holder p {
		font-size: 21px;
		line-height: 32px;
	}
	.text-on-img {
		font-size: 40px;
		line-height: 53px;
	}
	.text-on-img1 {
		top: 38px;
		left: -104px;
	}
	.box-svg {
		padding-left: 119px;
	}
	.box-svg svg {
		width: 331px;
		height: auto;
	}
	.text-on-svg {
		font-size: 16px;
		line-height: 19px;
	}
	.text-on-svg1 {
		top: 26px;
		margin-left: 26px;
	}
	.how-made .box2 {
		padding-left: 53px;
	}
	.how-made .box2 .text-holder {
		margin-left: 0;
		max-width: 273px;
		margin-right: 0;
		margin-top: -3px;
	}
	.how-made .box2 .photo-holder {
		margin-left: 166px;
	}
	.text-on-img2 {
		left: -99px;
		top: 35px;
	}
	.box2-svg {
		padding-right: 6px;
	}
	.box2-svg svg{
		width: 371px;
		height: auto;
	}
	.text-on-svg2 {
		top: 8px;
		margin-left: -33px;
	}
	.how-made .box3 .text-holder {
		margin-left: 125px;
		max-width: 363px;
		margin-top: -3px;
	}
	.how-made .box3 {
		padding-left: 71px;
	}
	.text-on-img3 {
		left: 166px;
		top: 38px;
	}
	.box3-svg svg{
		width: 343px;
		height: auto;
	}
	.box3-svg {
		padding-right: 213px;
	}
	.text-on-svg3 {
		top: 25px;
		margin-left: 11px;
	}
	.how-made .box4 .text-holder {
		margin-left: 0;
		max-width: 363px;
		margin-right: 85px;
		text-align: right;
		padding-top: 5px;
	}
	.how-made .box4 {
		padding-right: 115px;
	}
	.text-on-img4 {
		left: -52px;
		top: 46px;
	}
	.box4-svg svg{
		width: 373px;
		height: auto;
	}
	.text-on-svg4 {
		top: 36px;
		margin-left: -17px;
	}
	.how-made .box5 .text-holder {
		margin-left: 44px;
		max-width: 362px;
		padding-top: 5px;
	}
	.how-made .box5 {
		padding-left: 70px;
	}
	.text-on-img5 {
		left: -44px;
		top: 43px;
	}
}
@media (max-width: 1023px){
	.how-made {
		padding: 29px 54px 40px;
	}
	.how-made h2 {
		font-size: 50px !important;
		line-height: 66px !important;
		margin-bottom: 55px;
	}
	.how-made .text-holder p {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 0;
	}
	.text-on-img {
		font-size: 20px;
		line-height: 26px;
	}
	.text-on-svg {
		font-size: 10px;
		line-height: 12px;
	}
	.how-made .photo-holder {
		width: 184px;
		height: 128px;
		flex-shrink: 0;
	}
	.box1 {
		padding-left: 90px;
	}
	.how-made .text-holder {
		margin-left: 24px;
		max-width: 224px;
	}
	.text-on-img1 {
		top: 29px;
		left: -67px;
	}

	.box-svg {
		padding-left: 49px;
	}
	.box-svg svg {
		width: 213px;
		height: auto;
	}
	.text-on-svg1 {
		top: 15px;
		margin-left: -0px;
	}
}
@media (max-width: 767px){
	.how-made {
		padding: 29px 22px 40px;
	}
	.how-made h2 {
		font-size: 24px !important;
		line-height: 32px !important;
		margin-bottom: 17px;
	}
	.how-made .text-holder p {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 0;
	}
	.text-on-img {
		font-size: 20px;
		line-height: 26px;
	}
	.text-on-svg {
		font-size: 10px;
		line-height: 12px;
	}
	.how-made .photo-holder {
		width: 115px;
		height: 80px;
		flex-shrink: 0;
	}
	.box1 {
		padding-left: 66px;
	}
	.how-made .text-holder {
		margin-left: 15px;
		max-width: 141px;
	}
	.text-on-img1 {
		top: 19px;
		left: -44px;
	}

	.box-svg {
		padding-left: 39px;
	}
	.box-svg svg {
		width: 133px;
		height: auto;
	}
	.text-on-svg1 {
		top: 7px;
		margin-left: 1px;
	}
}




.insta-section{
	margin-top: 107px;
}
.insta-section h2{
	padding: 0 93px 0 93px;
	font-weight: 700;
	font-size: 50px!important;
	line-height: 70px!important;
}
.insta-slider {
	padding: 80px 93px 100px 93px;
}
.swiper-insta .image-container {
	height: 0;
	padding-bottom: 100%;
	position: relative;
	margin-bottom: 0;
}
.insta-slider .swiper-button-prev, .insta-slider .swiper-button-next{
	top: 54%;
}
@media (max-width: 1420px){
	.insta-section {
		margin-top: 36px;
	}
	.insta-section h2 {
		padding: 0 79px 0 79px;
		font-size: 40px !important;
		line-height: 70px !important;
	}
	.insta-slider {
		padding: 66px 79px 40px 79px;
	}
	.insta-slider .swiper-button-prev, .insta-slider .swiper-button-next {
		top: 61%;
	}
}
@media (max-width: 1023px){
	.insta-section {
		margin-top: 0px;
	}
	.insta-section h2 {
		padding: 0 22px;
		font-size: 25px !important;
		line-height: 28px !important;
	}
	.insta-slider {
		padding: 17px 0 20px 0;
	}
	.swiper-insta{
		padding: 0 43px;
	}
}
@media (max-width: 767px){
	.insta-section {
		margin-top: 0px;
	}
	.insta-section h2 {
		padding: 0 22px;
		font-size: 14px !important;
		line-height: 20px !important;
	}
	.insta-slider {
		padding: 17px 0 20px 0;
	}
	.swiper-insta{
		padding: 0 43px;
	}
}




.products-cat{
	margin-top: 100px;
}
.products-cat h2{
	padding: 0 93px 0 93px;
	font-weight: 700;
	font-size: 50px!important;
	line-height: 70px!important;
	margin-bottom: 80px;
}
.products-cat-holder{

}
.products-cat-holder .cat{
	height: 350px;
	width: 100%;
	display: flex;
	align-items: flex-end;
	padding: 0 93px 56px 93px;
	margin-bottom: 50px;
	background: #eae9e8;

	font-weight: 700;
	font-size: 70px;
	line-height: 92px;

	background-size: cover;
}
.more-btn{
	width: 100%;
	padding: 50px 93px 22px 93px;
	display: flex;
	justify-content: flex-end;
}
.more-btn a{
	width: 450px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	background: #D5A256;
	color: #000
}
.more-btn a:hover{
	background: #000;
	color: #D5A256;
	text-decoration: none;
}

@media (max-width: 1420px){
	.products-cat {
		margin-top: 83px;
	}
	.products-cat h2 {
		padding: 0 79px 0 79px;
		font-size: 40px !important;
		line-height: 70px !important;
		margin-bottom: 57px;
	}
	.products-cat-holder .cat {
		height: 206px;
		padding: 0 79px 30px 79px;
		margin-bottom: 43px;
		font-size: 55px;
		line-height: 73px;
	}
	.more-btn {
		padding: 0px 79px 22px 79px;
	}
	.more-btn a {
		width: 458px;
		height: 84px;
		font-size: 25px;
		line-height: 33px;
	}
}
@media (max-width: 1023px){
	.products-cat {
		margin-top: 40px;
	}
	.products-cat h2 {
		padding: 0 22px;
		font-size: 25px !important;
		line-height: 28px !important;
		margin-bottom: 17px;
	}
	.products-cat-holder .cat {
		height: 200px;
		padding: 0 22px 30px 22px;
		margin-bottom: 30px;
		font-size: 35px;
		line-height: 46px;
	}
	.more-btn {
		padding: 0px 30px 22px 22px;
	}
	.more-btn a {
		width: 240px;
		height: 60px;
		font-size: 18px;
		line-height: 24px;
	}
}
@media (max-width: 767px){
	.products-cat {
		margin-top: 40px;
	}
	.products-cat h2 {
		padding: 0 22px;
		font-size: 14px !important;
		line-height: 20px !important;
		margin-bottom: 17px;
	}
	.products-cat-holder .cat {
		height: 120px;
		padding: 0 22px 30px 22px;
		margin-bottom: 30px;
		font-size: 20px;
		line-height: 26px;
	}
	.more-btn {
		padding: 0px 30px 22px 22px;
	}
	.more-btn a {
		width: 130px;
		height: 40px;
		font-size: 12px;
		line-height: 16px;
	}
}



.swiper-products2 .image-container {
	height: 0;
	padding-bottom: 100%;
	position: relative;
	margin-bottom: 50px;
}
.swiper-products2 .text-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 19px;
	padding-right: 70px;
}
@media (max-width: 1420px){
	.product-slider2 {
		padding: 60px 112px 79px 92px !important
	}
	.swiper-products2 .image-container {
		margin-bottom: 37px;
	}
	.swiper-products2 .text-container {
		padding-left: 2px;
		padding-right: 60px;
	}
}
@media (max-width: 1023px){
	.product-slider2 {
		padding: 30px 64px 20px 64px !important
	}
	.swiper-products2 {
		padding: 0 0;
	}
	.swiper-products2 .image-container {
		margin-bottom: 10px;
	}
	.swiper-products2 .text-container {
		padding-left: 2px;
		padding-right: 60px;
	}
}
@media (max-width: 767px){
	.product-slider2 {
		padding: 30px 0 20px 0 !important
	}
	.swiper-products2 {
		padding: 0 117px;
	}
	.swiper-products2 .image-container {
		margin-bottom: 10px;
	}
	.swiper-products2 .text-container {
		padding-left: 2px;
		padding-right: 60px;
	}
}





.photo-holder{
	width: 100%;
	position: relative;
	height: calc(950/1536*100vw);
}
.photo-holder img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.head-section .text-holder{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 93px 93px 144px;

	font-weight: 700;
	font-size: 130px;
	line-height: 172px;

	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.head-section .text-holder span{
	font-size: 70px;
	line-height: 98px;
	margin-top: -10px;
}



.product-slider{
	padding: 100px 118px 100px 100px;
}
.image-container{
	height: 0;
	padding-bottom: 110%;
	position: relative;
	margin-bottom: 34px;
}
.image-container img{
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}
.text-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 13px;
}
.text-container p{
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0;
}
.text-container p:first-child{
	font-weight: 700;
}
.text-container .product-color{
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	right: 30px;
	background: #000;
}
.text-container p.product-name{
	margin-bottom: 3px;
}
.text-container p.product-type{
	margin-bottom: 3px;
}

.swiper-button-prev, .swiper-button-next {
	position: absolute;
	top: 322px;
	width: 50px;
	height: 50px;
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}
.swiper-button-prev{
	left: 30px;
	right: auto;
}
.swiper-button-next {
	left: auto;
	right: 30px;
}
.swiper-button-prev::after, .swiper-button-next::after {
	font-size: 54px;
}

.shop-btn{
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	background: #D5A256;
	width: 100%;
	max-width: 950px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px auto 200px;
	color: #000;
}
.shop-btn:hover{
	background: #000;
	color: #D5A256;
	width: 100%;
	text-decoration: none;
}
@media (max-width: 1420px){
	.swiper-button-prev, .swiper-button-next {
		position: absolute;
		top: 272px;
		width: 50px;
		height: 50px;
		margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
		z-index: 10;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #000;
	}
	.head-section .text-holder {
		padding: 93px 93px 65px;
		font-size: 100px;
		line-height: 132px;
	}
	.head-section .text-holder span {
		font-size: 60px;
		line-height: 84px;
		margin-top: -5px;
	}
	.head-section .photo-holder {
		height: calc(540/1280*100vw);
	}
	.image-container {
		height: 0;
		padding-bottom: 100%;
		position: relative;
		margin-bottom: 40px;
	}
	.text-container p {
		font-size: 16px;
		line-height: 21px;
		margin-bottom: 0;
	}
	.text-container {
		padding-left: 0px;
	}
	.text-container .product-color {
		width: 20px;
		height: 20px;
		right: 26px;
	}
	.product-slider {
		padding: 100px 112px 43px 92px;
	}
	.shop-btn {
		font-size: 25px;
		line-height: 33px;
		max-width: 870px;
		height: 84px;
		margin: 15px auto 84px;
		color: #000;
	}


	.box-img {
		position: relative;
		width: 538px;
		height: 581px;
		/*width: calc(538/1280*100vw);
        height: calc(581/1280*100vw);*/
		flex-shrink: 0;
	}
	.box-holder {
		padding: 0 38px 22px 78px;
	}
	.box-text {
		padding-right: 45px;
		font-size: 21px;
		line-height: 32px;
		padding-top: 206px;
	}
	.box-text h2 {
		font-size: 85px !important;
		line-height: 120px !important;
		top: 39px;
		width: 800px;
		left: 15px;
	}
	.box-text p{
		font-size: 21px;
		line-height: 32px;
		margin-bottom: 56px;
	}
	.box-text a {
		font-size: 21px;
		line-height: 32px;
		margin-left: auto;
		margin-right: 0;
	}
	.shop-btn2{
		margin-bottom: 81px;
	}
}

@media (max-width: 1023px){
	.product-slider {
		padding: 40px 0 43px 0;
	}
	.swiper-products{
		padding: 0 234px;
	}
	.swiper-nav{
		display: none;
	}
	.mainContent {
		padding-top: 60px;
	}
	.head-section .photo-holder {
		height: calc(460/768*100vw);
	}
	.head-section .text-holder {
		padding: 31px 55px 50px;
		font-size: 70px;
		line-height: 92px;
	}
	.head-section .text-holder span {
		font-size: 30px;
		line-height: 45px;
		margin-top: 0;
	}
	.image-container {
		padding-bottom: 100%;
		position: relative;
		margin-bottom: 21px;
	}
	.text-container p {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 0;
	}
	.text-container .product-color {
		width: 14px;
		height: 14px;
		right: 6px;
	}
	.shop-btn {
		font-size: 18px;
		line-height: 24px;
		max-width: 660px;
		height: 60px;
		margin: 16px auto 60px;
	}

	.box-holder {
		padding: 0 13px 22px 54px;
	}
	.box-text h2 {
		font-size: 50px !important;
		line-height: 66px !important;
		top: 41px;
		width: 453px;
		left: -32px;
	}
	.box-text {
		padding-right: 45px;
		font-size: 16px;
		line-height: 23px;
		padding-top: 140px;
	}
	.box-text p {
		font-size: 16px;
		line-height: 23px;
		margin-bottom: 15px;
	}
	.box-text a {
		font-size: 16px;
		line-height: 19px;
		margin-left: auto;
		margin-right: 8px;
	}
	.box-img {
		position: relative;
		/*width: 538px;
        height: 581px;*/
		width: calc(360/768*100vw);
		height: calc(360/768*100vw);
		flex-shrink: 0;
	}
	.how-made .box2 {
		padding-left: 0px;
		padding-right: 26px;
	}
	.how-made .box2 .photo-holder {
		margin-left: 89px;
	}
	.how-made .box2 .text-holder {
		margin-left: 0;
		max-width: 224px;
		margin-right: 0;
		margin-top: -12px;
	}
	.text-on-img2 {
		left: -62px;
		top: 23px;
	}
	.box2-svg {
		padding-right: 28px;
	}
	.box2-svg svg {
		width: 212px;
		height: auto;
	}
	.text-on-svg2 {
		top: 6px;
		margin-left: -5px;
	}

	.how-made .box3 .text-holder {
		margin-left: 80px;
		max-width: 224px;
		margin-top: 10px;
	}
	.how-made .box3 {
		padding-left: 38px;
	}
	.text-on-img3 {
		left: 121px;
		top: 16px;
	}
	.box3-svg svg {
		width: 212px;
		height: auto;
	}
	.box3-svg {
		padding-right: 87px;
	}
	.text-on-svg3 {
		top: 12px;
		margin-left: 11px;
	}
	.how-made .box4 .text-holder {
		margin-left: 0;
		max-width: 224px;
		margin-right: 49px;
		text-align: right;
		padding-top: 15px;
	}
	.how-made .box4 {
		padding-right: 111px;
	}
	.text-on-img4 {
		left: -22px;
		top: 19px;
	}
	.box4-svg svg {
		width: 212px;
		height: auto;
	}
	.text-on-svg4 {
		top: 12px;
		margin-left: -14px;
	}
	.how-made .box5 {
		padding-left: 50px;
	}
	.how-made .box5 .text-holder {
		margin-left: 15px;
		max-width: 224px;
		padding-top: 12px;
	}
	.how-made .box5 {
		padding-left: 37px;
	}
	.text-on-img5 {
		left: -20px;
		top: 15px;
	}


	.container{
		overflow: hidden;
	}
}
@media (max-width: 767px){
	.product-slider {
		padding: 40px 0 43px 0;
	}
	.swiper-products{
		padding: 0 50px;
	}
	.swiper-nav{
		display: none;
	}
	.mainContent {
		padding-top: 60px;
	}
	.head-section .photo-holder {
		height: calc(360/375*100vw);
	}
	.head-section .text-holder {
		padding: 31px 55px 31px;
		font-size: 32px;
		line-height: 42px;
	}
	.head-section .text-holder span {
		font-size: 19px;
		line-height: 30px;
		margin-top: 0;
	}
	.image-container {
		padding-bottom: 109%;
		position: relative;
		margin-bottom: 11px;
	}
	.text-container p {
		font-size: 10px;
		line-height: 13px;
		margin-bottom: 0;
	}
	.text-container .product-color {
		width: 12px;
		height: 12px;
		right: 33px;
	}
	.shop-btn {
		font-size: 12px;
		line-height: 16px;
		max-width: 350px;
		height: 60px;
		margin: 20px auto 50px;
	}

	.box-holder {
		padding: 0 13px 22px 22px;
	}
	.box-text h2 {
		font-size: 24px !important;
		line-height: 32px !important;
		top: 10px;
		width: 220px;
		left: -10px;
	}
	.box-text {
		padding-right: 10px;
		font-size: 12px;
		line-height: 14px;
		padding-top: 60px;
	}
	.box-text p {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 15px;
	}
	.box-text a {
		font-size: 10px;
		line-height: 12px;
		margin-left: auto;
		margin-right: 8px;
	}
	.box-img {
		position: relative;
		/*width: 538px;
        height: 581px;*/
		width: calc(180/375*100vw);
		height: calc(180/375*100vw);
		flex-shrink: 0;
	}
	.how-made .box2 {
		padding-left: 0px;
		padding-right: 0;
	}
	.how-made .box2 .photo-holder {
		margin-left: 56px;
	}
	.how-made .box2 .text-holder {
		margin-left: 0;
		max-width: 141px;
		margin-right: 0;
		margin-top: -3px;
	}
	.text-on-img2 {
		left: -42px;
		top: 6px;
	}
	.box2-svg {
		padding-right: 4px;
	}
	.box2-svg svg {
		width: 133px;
		height: auto;
	}
	.text-on-svg2 {
		top: 2px;
		margin-left: -5px;
	}

	.how-made .box3 .text-holder {
		margin-left: 50px;
		max-width: 141px;
		margin-top: -3px;
	}
	.how-made .box3 {
		padding-left: 30px;
	}
	.text-on-img3 {
		left: 51px;
		top: 6px;
	}
	.box3-svg svg {
		width: 133px;
		height: auto;
	}
	.box3-svg {
		padding-right: 87px;
	}
	.text-on-svg3 {
		top: 4px;
		margin-left: 11px;
	}
	.how-made .box4 .text-holder {
		margin-left: 0;
		max-width: 141px;
		margin-right: 30px;
		text-align: right;
		padding-top: 5px;
	}
	.how-made .box4 {
		padding-right: 51px;
	}
	.text-on-img4 {
		left: -12px;
		top: 6px;
	}
	.box4-svg svg {
		width: 133px;
		height: auto;
	}
	.text-on-svg4 {
		top: 4px;
		margin-left: -14px;
	}
	.how-made .box5 {
		padding-left: 50px;
	}
	.how-made .box5 .text-holder {
		margin-left: 10px;
		max-width: 144px;
		padding-top: 12px;
	}
	.how-made .box5 {
		padding-left: 37px;
	}
	.text-on-img5 {
		left: -20px;
		top: 15px;
	}


	.container{
		overflow: hidden;
	}
}
.container{
	overflow: hidden;
}








.swiper-container{
	overflow: hidden;
}
.woocommerce-breadcrumb{
	display: none;
}



.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: initial;
	width: 100%;
	max-width: 100%;
}
.woocommerce-page div.product div.images a {
	width: 100%;
	display: block;
	height: 750px;
}

.woocommerce-page div.product div.images a img {
	width: 100%;
	height: 100%;
	max-width: 100% !important;
	object-fit: contain;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 21.44%;
	margin: 0 4.286% 1.6em 0;
}
.woocommerce-product-gallery .flex-control-thumbs img {
	width: 100%;
}

nav.woocommerce-MyAccount-navigation{
	position: static!important;
}

nav.navigation.post-navigation{
	display: none!important;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	position: absolute;
	right: .7em;
	top: 0.1em;
	cursor: pointer;
}

article{
	padding: 0 20px;
	max-width: 1576px;
	margin: 0 auto 100px;
}
.admin-bar .pswp {
	height: calc(100%);
	top: 0;
}
.woocommerce ul.products li.product .price{
	color: #000
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: none;
	width: 100%;
	clear: none;
	display: flex;
	flex-wrap: wrap;
	max-width: 850px;
	margin: 0 auto;
}
.woocommerce div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 0;
	width: 50%;
	margin-bottom: 34px;
}
.summary bdi{
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #000;
	font-size: 1.25em;
	width: 50%;
	text-align: right;
}

.woocommerce div.product form.cart {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

/* Chrome, Safari, Edge, Opera */
input.qty{
	font-weight: 700;
	font-size: 30px;
	line-height: 20px;
	width: 100px!important;
	height: 100px;
	border: 1px solid #D9D9D9;
}
.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before {
	content: " ";
	display: none;
}
.item-dec{
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(213, 162, 86, 0.5);
	cursor: pointer;
	font-weight: 700;
	font-size: 30px;
	line-height: 20px;
}
.item-inc{
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(213, 162, 86, 0.5);
	cursor: pointer;
	font-weight: 700;
	font-size: 30px;
	line-height: 20px;
}

/* Chrome, Safari, Edge, Opera */
input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input.qty[type=number] {
	-moz-appearance: textfield;
}
.woocommerce div.product form.cart div.quantity {
	display: flex;
}

.woocommerce div.product form.cart .button {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	display: flex;
	align-items: center;
	text-align: center;

	color: #000000;
	background: #D5A256;
	border-radius: 0;
	min-width: 350px;
	justify-content: center;
}
.product_meta{
	display: none;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
	display: none;
}







@media (max-width: 1400px){
	
}