#home .hero {
	background: url(/img/home/home-hero.jpg)
}

@media only screen and (max-width:568px) {
	#home .hero {
		background: url(/img/home/mobile-home-hero.jpg);
		background-size: 200%!important;
		background-position: 46% 70%!important
	}
}

#home .hero .hero-button {
	display: none;
	position: absolute;
}

@media only screen and (max-width:1024px) {
	#home .hero .hero-button {
		z-index: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		font-size: 15px;
	}
}

#home .content {
	width: 60vw;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 18px;
	line-height: 30px
}

#home .content .homepage-header{
	font-size:35px;
	line-height: 45px;
}

@media only screen and (max-width:1024px) {
	#home .content {
		width: 72.182vw
	}
}

@media only screen and (max-width:768px) {
	#home .content {
		padding-bottom: unset
	}
}

#home .product-list {
	position: relative
}

#home .product-list .leaves {
	    position: absolute;
    width: 38.776vw;
    opacity: .08;
    top: 10.785vw;
    z-index: -1;
}

@media only screen and (max-width:1024px) {
	#home .product-list .leaves {
	    top: 14.194vw;
    width: 38.446vw;
	}
}

@media only screen and (max-width:768px) {
	#home .product-list .leaves {
		width: 42.995vw;
		top: -12.077vw
	}
}

#home .product-list .right {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	right: 0%
}

@media only screen and (max-width:1024px) {
	#home .product-list .right {
		right: 0%
	}
}

@media only screen and (max-width:768px) {
	#home .product-list .right {
		right: 0%
	}
}

#home .product-list .left {
	left: 0%
}

@media only screen and (max-width:1024px) {
	#home .product-list .left {
		left: 0%
	}
}

@media only screen and (max-width:768px) {
	#home .product-list .left {
		left: 0%
	}
}

#home .product-list .shop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (max-width:1024px) {
	#home .product-list .shop {
		padding-bottom: 77.6px
	}
}

@media only screen and (max-width:768px) {
	#home .product-list .shop {
		padding-top: 38px;
		padding-bottom: 60px
	}
}

#home .product-list .products {
	    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 58px;
    margin: 0 auto;
}

#home .product-list .products .product {
		padding: 0 20px;
	}


@media only screen and (max-width:768px) {
	#home .product-list .products {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		padding: 0;
	     flex-wrap: wrap;
     -ms-flex-wrap: wrap;
	}
}

@media only screen and (max-width:768px) {
	#home .product-list .products .product {
		padding-bottom: 28px
	}
}

#home .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0 2.892vw;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width:1024px) {
	#home .links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: unset
	}
}

#home .links .page-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 30.234vw
}

@media only screen and (max-width:1024px) {
	#home .links .page-links {
		width: unset
	}
	#home .links .page-links.img>picture:last-child {
		-o-object-position: 20% 70%;
		object-position: 20% 70%
	}
}

#home .links .page-links:nth-child(2) {
	padding-top: 60px;
	padding-bottom: 102px
}

@media only screen and (max-width:1024px) {
	#home .links .page-links:nth-child(2) {
		padding: unset
	}
}

/*#home .links .page-links .img {
	margin-bottom: 35px
}*/

#home .links .page-links .img img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 40vw;
	width: 30.234vw
}

@media only screen and (max-width:1024px) {
	#home .links .page-links .img img {
		width: 100vw
	}
}

@media only screen and (max-width:1024px) {
	#home .links .page-links .img {
		width: 100vw
	}
}

@media only screen and (max-width:768px) {
	#home .links .page-links .img {
		margin-bottom: 20px
	}
}

#home .links .page-links h2,
#home .links .page-links p {
	width: 26.281vw;
	text-align: center;
	margin: 0 auto
}

@media only screen and (max-width:1024px) {
	#home .links .page-links h2,
	#home .links .page-links p {
		width: 53.357vw
	}
}

@media only screen and (max-width:768px) {
	#home .links .page-links h2,
	#home .links .page-links p {
		width: 86.715vw
	}
}

#home .links .page-links a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	margin-top: 20px
}

@media only screen and (max-width:1024px) {
	#home .links .page-links a {
		margin-bottom: 52px
	}
}

@media only screen and (max-width:768px) {
	#home .links .page-links a {
		margin-bottom: 40px;
	}
}