@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins/Poppins-Italic.ttf);
	font-style: italic;
}

@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins/Poppins-Bold.ttf);
	font-weight: 700;
}

@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins/Poppins-BoldItalic.ttf);
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins/Poppins-ExtraBold.ttf);
	font-weight: 800;
}

@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins/Poppins-ExtraBoldItalic.ttf);
	font-weight: 800;
	font-style: italic;
}

* {
	box-sizing: border-box;
}

body {
	font-family: Poppins;
	font-size: 2.315vw;
	color: #6c124d;
	line-height: 1.3;
}

.wrapper {
	width: 87.037vw;
	margin: 0 auto;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	width: 100%;
	object-fit: cover;
}

p {
	margin-top: 0;
	margin-bottom: 1.852vw;
}

.desktop {
	display: none;
}

h1 {
	margin-top: 0;
	margin-bottom: 3.241vw;
	text-transform: uppercase;
	font-size: 9.259vw;
	font-weight: 800;
	line-height: .9;
}

h2 {
	margin-top: 0;
	margin-bottom: 3.704vw;
	font-size: 6.204vw;
}

h3 {
	margin-top: 0;
	margin-bottom: 1.852vw;
	font-size: 3.889vw;
	font-weight: 800;
	color: #94be54;
	line-height: 1.2;
}

.btn {
	width: 25.833vw;
	height: 7.130vw;
	background-color: #88c13f;
	border-radius: 1.852vw;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.944vw;
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.07em;
	margin-top: 4.630vw;
	transition: .2s;
}

.btn:hover {
	background-color: #99ca5b;
}

@media (min-width: 1000px) {
	body {
		font-size: 1.302vw;
	}

	.wrapper {
		width: 81.25vw;
	}

	.desktop {
		display: block;
	}

	.mobile {
		display: none;
	}

	h1 {
		margin-bottom: 1.302vw;
		font-size: 3.333vw;
	}

	h2 {
		margin-top: 0;
		margin-bottom: 2.083vw;
		font-size: 3.021vw;
	}

	h3 {
		margin-bottom: 0.781vw;
		font-size: 2.188vw;
	}

	.btn {
		width: 14.531vw;
		height: 4.010vw;
		border-radius: 1.042vw;
		font-size: 1.094vw;
		margin-top: 2.604vw;
	}

	p {
		margin-bottom: 1.042vw;
	}

	header {
		position: relative;
		background-color: #6c124d;
		color: #fff;
	}

	header .wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 6.2vw;
		padding-top: .5vw;
	}

	header .banner {
		letter-spacing: 0.1em;
		font-size: 1.302vw;
	}

	header .logo {
		position: absolute;
		top: 1.563vw;
		left: 50%;
		transform: translateX(-50%);
		width: 9.375vw;
		height: 9.375vw;
		background-color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		box-shadow: 0 0.833vw 6.094vw 2.135vw rgba(0, 0, 0, 0.3);
		border-radius: 100%;
		overflow: hidden;
	}

	header .logo img {
		width: 6.771vw;
	}

	header .account {
		font-size: 1.302vw;
		font-weight: 800;
		display: flex;
		align-items: center;
	}

	header .account .account-link {
		position: relative;
	}

	header .account .account-link:after {
		content: "";
		position: absolute;
		bottom: -0.052vw;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #fff;
	}

	header .cart {
		font-size: 2.188vw;
		margin-left: 3.021vw;
	}
}

.hero {
	position: relative;
	min-height: 101.574vw;
	padding-top: 21.759vw;
	overflow: hidden;
}

.hero h2 {
	margin-bottom: 0.463vw;
	font-size: 3.704vw;
	font-weight: 400;
	text-transform: uppercase;
}

.hero p {
	width: 42.130vw;
}

.hero .text {
	position: relative;
	z-index: 10;
}

.hero picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero picture img {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	height: 102.870vw;
	width: auto;
}

.hero .btn {
	margin-top: 6.5vw;
}

@media (min-width: 1000px) {
	.hero {
		min-height: 50vw;
		padding-top: 15.365vw;
	}

	.hero h2 {
		margin-bottom: 0;
		font-size: 2.083vw;
	}

	.hero p {
		width: 100%;
	}

	.hero .text {
		width: 40.365vw;
	}

	.hero picture img {
		height: 57.865vw;
		bottom: -3.125vw;
		right: -4.167vw;
	}

	.hero .btn {
		margin-top: 2.604vw;
	}
}

.features {
	background-color: #88c13f;
	color: #fff;
	font-size: 2.778vw;
	font-weight: 800;
	padding: 6.944vw 0 2.778vw;
}

.features ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.features ul li {
	margin-right: 9.259vw;
	padding-left: 3.704vw;
	position: relative;
	margin-bottom: 3.241vw;
}

.features ul li:nth-of-type(3),
.features ul li:last-of-type {
	margin-right: 0;
}

.features ul li:before {
	content: "\f058";
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Font Awesome 5 Free";
	color: #6c124d;
	font-weight: 700;
}

@media (min-width: 1000px) {
	.features {
		font-size: 1.198vw;
		padding: 2.865vw 0 2.8vw;
	}

	.features ul li {
		margin-right: 4.167vw;
		padding-left: 1.823vw;
		margin-bottom: 0;
	}

	.features ul li:nth-of-type(3) {
		margin-right: 4.167vw;
	}

	.features ul li:last-of-type {
		margin-right: 0;
	}
}

.home-product {
	padding: 13.611vw 0 10.741vw;
}

.home-product .wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-product .image {
	position: relative;
	width: 31.944vw;
}

.home-product .image:after {
	content: "";
	position: absolute;
	width: 25.741vw;
	height: 30.185vw;
	top: 15.556vw;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 1.481vw 10.833vw 3.796vw rgba(0, 0, 0, 0.2);
	border-radius: 0.926vw;
	z-index: -1;
}

.home-product .text {
	width: 35.185vw;
	margin-left: 11.296vw;
}

.home-product .rating {
	display: flex;
}

.home-product .stars {
	font-size: 3.889vw;
	color: #f09b02;
	letter-spacing: -.09em;
}

.home-product .rating .num {
	color: #88c13f;
	font-size: 1.944vw;
	font-weight: 800;
	margin-left: 2.778vw;
	margin-top: 1.204vw;
}

.home-product .price {
	font-size: 5.370vw;
	font-weight: 800;
	margin-top: 2.778vw;
}

.home-product h3 {
	font-size: 3.056vw;
	color: #6c124d;
}

.home-product ul {
	list-style-type: none;
	margin: 3.704vw 0;
	padding: 0;
}

.home-product ul li {
	position: relative;
	margin-bottom: 3.704vw;
	padding-left: 3.426vw;
	font-size: 1.944vw;
	font-weight: 800;
}

.home-product ul li:before {
	content: "\f058";
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Font Awesome 5 Free";
	color: #88c13f;
	font-weight: 700;
}

.home-product .btn {
	margin-top: 6.019vw;
}

@media (min-width: 1000px) {
	.home-product {
		padding: 6.719vw 0 5.781vw;
	}

	.home-product .image {
		width: 19.479vw;
	}

	.home-product .image:after {
		width: 15.313vw;
		height: 17.865vw;
		top: 9.271vw;
		box-shadow: 0 0.833vw 6.094vw 2.135vw rgba(0, 0, 0, 0.2);
		border-radius: 0.521vw;
	}

	.home-product .text {
		width: 33.854vw;
		margin-left: 10.417vw;
	}

	.home-product .stars {
		font-size: 2.188vw;
		letter-spacing: -.09em;
	}

	.home-product .rating .num {
		font-size: 1.094vw;
		margin-left: 1.563vw;
		margin-top: 0.677vw;
	}

	.home-product .price {
		font-size: 3.021vw;
		margin-top: 1.563vw;
	}

	.home-product h3 {
		font-size: 1.719vw;
	}

	.home-product ul {
		margin: 2.344vw 0;
	}

	.home-product ul li {
		margin-bottom: 2.083vw;
		padding-left: 1.927vw;
		font-size: 1.094vw;
	}

	.home-product .btn {
		margin-top: 3.906vw;
	}
}

.home-benefits {
	padding: 11.574vw 0 8.333vw;
	background-color:#f4f4f4;
	text-align: center;
}

.home-benefits h2 {
	margin-bottom: 8.333vw;
}

.home-benefits h3 {
	font-size: 4.444vw;
	margin-bottom: 1.389vw;
}

.home-benefits .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16.204vw;
	height: 15.833vw;
	margin: 0 auto;
}

.home-benefits .icon img {
	max-height: 100%;
	object-fit: contain;
}

.home-benefits .benefit {
	 width: 42.593vw;
	 margin: 0 auto 12.037vw;
	 font-size: 3.056vw;
	 line-height: 1.4;
}

.home-benefits .benefit:last-of-type {
	margin-bottom: 0;
}

.home-benefits .benefit:nth-of-type(2) .icon img {
	width: 13.796vw;
}

.home-benefits .benefit:nth-of-type(3) .icon img {
	width: 15.278vw;
}

.home-benefits .benefit h3 {
	font-size: 5vw;
	color: #6c124d;
	margin-top: 6.481vw;
	margin-bottom: 5vw;
}

.home-benefits .benefit p {
	margin-bottom: 5.093vw;
}

.home-benefits .btn {
	margin: 6.944vw auto 0;
}

@media (min-width: 1000px) {
	.home-benefits {
		padding: 6.25vw 0 2.5vw;
	}

	.home-benefits h2 {
		margin-bottom: 4.688vw;
	}

	.home-benefits h3 {
		font-size: 2.188vw;
		margin-bottom: 0.521vw;
	}

	.home-benefits .icon {
		width: 6.979vw;
		height: 6.823vw;
	}

	.home-benefits .benefits {
		display: flex;
		justify-content: center;
	}

	.home-benefits .benefit {
		 width: 18.229vw;
		 margin: 0 3.385vw;
		 font-size: 1.302vw;
	}

	.home-benefits .benefit:nth-of-type(2) .icon img {
		width: 5.938vw;
	}

	.home-benefits .benefit:nth-of-type(3) .icon img {
		width: 6.563vw;
	}

	.home-benefits .benefit h3 {
		font-size: 2.188vw;
		margin-top: 2.865vw;
		margin-bottom: 2vw;
	}

	.home-benefits .benefit p {
		margin-bottom: 2.083vw;
	}

	.home-benefits .btn {
		margin: 3.646vw auto 0;
	}
}

.home-testimonials {
	padding-top: 5.556vw;
	background-color:#f4f4f4;
	overflow: hidden;
}

.home-testimonials .slick-list {
	overflow: visible;
}

.home-testimonials .wrapper {
	width: 100%;
}

.home-testimonials .image {
	position: relative;
	width: 58.148vw;
	height: 80.185vw;
	padding: 14.352vw 4.167vw 9.444vw;
	background-color: #fff;
	border-top-right-radius: 3.704vw;
	border-top-left-radius: 3.704vw;
	box-shadow: 0 2.037vw 6.667vw 2.5vw rgba(0, 0, 0, 0.2);
	margin: 0 auto;
}

.home-testimonials .image:before {
	content: "";
	position: absolute;
	top: 4.722vw;
	left: 2.222vw;
	width: 53.519vw;
	height: 6.481vw;
	background-image: url(../img/review-image-top.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.home-testimonials .image:after {
	content: "";
	position: absolute;
	bottom: 1.667vw;
	left: 2.5vw;
	width: 52.963vw;
	height: 5.093vw;
	background-image: url(../img/review-image-bottom.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.home-testimonials .image img {
	width: 49.815vw;
	height: 56.389vw;
}

.home-testimonials .text {
	background-color: #fff;
	padding: 8.796vw 10.185vw 17.593vw;
	text-align: center;
	position: relative;
	z-index: 10;
	font-size: 2.778vw;
}

.home-testimonials h3 {
	font-size: 4.907vw;
	margin-bottom: 3vw;
}

.home-testimonials p {
	margin-bottom: 3.704vw;
}

.home-testimonials .author {
	margin-bottom: 0;
}

.home-testimonials .slick-arrow {
	bottom: 8.148vw;
	top: auto;
	transform: none;
	width: 3.333vw;
	height: 3.333vw;
	z-index: 10;
	opacity: 1;
}

.home-testimonials .slick-arrow:before {
	font-family: "Font Awesome 5 Free";
	width: 100%;
	height: 100%;
	font-size: 3.889vw;
	color: #6c124d;
	font-weight: 700;
	opacity: 1;
	transition: .2s;
}

.home-testimonials .slick-arrow:hover:before {
	opacity: .8;
}

.home-testimonials .slick-prev {
	left: 44vw;
}

.home-testimonials .slick-next {
	right: 44vw;
}

.home-testimonials .slick-prev:before {
	content: "\f060";
}

.home-testimonials .slick-next:before {
	content: "\f061";
}

@media (min-width: 1000px) {
	.home-testimonials {
		position: relative;
		padding-top: 6.771vw;
	}

	.home-testimonials .image {
		position: relative;
		width: 28.594vw;
		height: 38.802vw;
		padding: 6.146vw 2.031vw 4.948vw;
		border-top-right-radius: 2.083vw;
		border-top-left-radius: 2.083vw;
		box-shadow: 0 1.146vw 3.75vw 1.406vw rgba(0, 0, 0, 0.2);
		margin: 0;
	}

	.home-testimonials .image:before {
		top: 1.406vw;
		left: 1.094vw;
		width: 26.302vw;
		height: 3.177vw;
	}

	.home-testimonials .image:after {
		bottom: 1.094vw;
		left: 1.25vw;
		width: 26.042vw;
		height: 2.5vw;
	}

	.home-testimonials .image img {
		width: 24.531vw;
		height: 27.708vw;
	}
	
	.home-testimonials .review .image {
		position: absolute;
		bottom: 0;
		right: 15.104vw;
		z-index: 10;
	}

	.home-testimonials .text {
		padding: 7.813vw 50vw 11vw 15.625vw;
		text-align: right;
		z-index: 0;
		font-size: 1.302vw;
	}

	.home-testimonials h3 {
		font-size: 2.188vw;
		margin-bottom: 1.042vw;
	}

	.home-testimonials p {
		margin-bottom: 2.083vw;
	}

	.home-testimonials .slick-arrow {
		bottom: 6.25vw;
		width: 1.875vw;
		height: 1.875vw;
	}

	.home-testimonials .slick-arrow:before {
		font-size: 2.188vw;
	}

	.home-testimonials .slick-prev {
		left: 43.802vw;
	}

	.home-testimonials .slick-next {
		right: 50vw;
	}
}

.collagen img {
	display: block;
}

.collagen {
	text-align: center;
}

.collagen .text {
	background-color: #f8f8f8;
	padding: 11.5vw 10vw 11.111vw;
}

.collagen h2 {
	font-size: 5.370vw;
	margin-bottom: 4.348vw;
}

.collagen ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 2.315vw;
	font-weight: 800;
}

.collagen li {
	position: relative;
	display: inline-block;
	padding-left: 3.865vw;
	margin-bottom: 3.188vw;
}

.collagen li:before {
	content: "\f058";
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Font Awesome 5 Free";
	color: #88c13f;
	font-weight: 700;
}

.collagen .btn {
	margin: 4.5vw auto 0;
}

@media (min-width: 1000px) {
	.collagen {
		text-align: left;
		display: flex;
		height: 44.271vw;
	}

	.collagen .image {
		position: relative;
		width: 50%;
		overflow: hidden;
	}

	.collagen img {
		display: block;
		position: absolute;
		height: 100%;
		width: auto;
		right: 0;
	}

	.collagen .text {
		width: 50%;
		padding: 9.115vw 6.354vw 2.604vw;
	}

	.collagen h2 {
		font-size: 3.021vw;
		margin-bottom: 1.823vw;
	}

	.collagen ul {
		font-size: 1.302vw;
	}

	.collagen li {
		padding-left: 2.083vw;
		margin-bottom: 1.719vw;
	}

	.collagen .btn {
		margin: 2.604vw 0 0;
	}
}

.about {
	text-align: center;
}

.about img,
.about picture {
	display: block;
}

.about .text {
	padding: 8.696vw 12.560vw 10.338vw;
	font-size: 2.315vw;
}

.about h2 {
	font-size: 5.370vw;
	margin-bottom: 2.899vw;
}

.about p {
	width: 73vw;
	margin: 0 auto;
}

.about .btn {
	margin: 8.213vw auto 0;
}

@media (min-width: 1000px) {
	.about {
		text-align: left;
		position: relative;
		overflow: hidden;
		height: 42.917vw;
	}

	.about picture {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 65.052vw;
	}

	.about .text {
		width: 50%;
		height: 100%;
		padding: 0 0 0 9.323vw;
		font-size: 1.302vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.about h2 {
		font-size: 3.021vw;
		margin-bottom: 1.5vw;
	}

	.about p {
		width: 40.625vw;
		margin: 0 auto;
	}

	.about .btn {
		margin: 2.865vw 0 0;
	}
}

.instagram {
	background-color: #fafafa;
	padding: 7.3vw 0 9.5vw;
	text-align: center;
}

.instagram .wrapper {
	width: 87.315vw;
}

.instagram .grid {
	display: flex;
	justify-content: space-between;
}

.instagram img {
	width: 27.407vw;
	height: 27.407vw;
	display: block;
}

.instagram h2 {
	font-size: 4.630vw;
	margin-bottom: 5.797vw;
}

.instagram h3 {
	margin-bottom: 0.966vw;
}

@media (min-width: 1000px) {
	.instagram {
		padding: 4.2vw 0 5.052vw;
	}

	.instagram .wrapper {
		width: 81.25vw;
	}

	.instagram img {
		width: 25.521vw;
		height: 25.521vw;
	}

	.instagram h2 {
		font-size: 2.604vw;
		margin-bottom: 4.167vw;
	}

	.instagram h3 {
		margin-bottom: 0.260vw;
	}
}

footer {
	background-color: #6c124d;
	color: #fff;
	text-align: center;
	padding: 10.185vw 0 5.556vw;
}

footer h3 {
	margin-bottom: 1.389vw;
	font-size: 3.889vw;
	color: #fff;
}

footer .col:first-of-type {
	font-weight: 800;
}

footer form {
	display: flex;
	width: 72.222vw;
	justify-content: space-between;
	margin: 4.167vw auto 8.796vw;
}

footer input {
	width: 50.741vw;
	height: 7.130vw;
	background-color: #fff;
	border: none;
	outline: none;
	border-radius: 1.852vw;
	padding: 0 3.704vw;
}

footer  .btn {
	border: 0.093vw solid #ffffff;
	background-color: transparent;
	width: 18.796vw;
	margin-top: 0;
	outline: none;
}

footer .shipping {
	display: block;
	font-size: 2.870vw;
	letter-spacing: 0.09em;
	margin-bottom: 1.389vw;
	font-style: normal;
}

footer .col:last-of-type {
	font-size: 2.037vw;
	font-style: italic;
	width: 62.963vw;
	margin: 0 auto;
	line-height: 1.6;
}

footer .bottom {
	margin-top: 11.111vw;
	display: flex;
	flex-direction: column-reverse;
}

footer .bottom .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .account {
	font-size: 2.315vw;
	font-weight: 800;
	display: flex;
	align-items: center;
}

footer .account .account-link {
	position: relative;
}

footer .account .account-link:after {
	content: "";
	position: absolute;
	bottom: -0.185vw;
	left: 0;
	width: 100%;
	height: 0.093vw;
	background-color: #fff;
}

footer .cart {
	font-size: 3.889vw;
	margin-left: 5vw;
}

footer .social {
	font-size: 3.889vw;
}

footer .social a {
	margin-left: 1.204vw;
}

footer .copyright {
	font-size: 1.944vw;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 10.185vw;
}

footer a {
	transition: .2s;
}

footer a:hover {
	opacity: .8;
}

@media (min-width: 1000px) {
	footer {
		padding: 4.688vw 0 4.167vw;
		text-align: left;
	}

	footer .top {
		display: flex;
		justify-content: space-between;
	}

	footer h3 {
		margin-bottom: 1.302vw;
		font-size: 2.188vw;
	}

	footer form {
		width: 40.625vw;
		margin: 0.521vw 0 0;
	}

	footer input {
		width: 28.542vw;
		height: 4.010vw;
		border-radius: 1.042vw;
		padding: 0 2.083vw;
	}

	footer  .btn {
		width: 10.573vw;
	}

	footer .shipping {
		margin-top: 0.521vw;
		font-size: 1.302vw;
		letter-spacing: 0.09em;
		margin-bottom: 0.781vw;
		font-style: normal;
	}

	footer .col:last-of-type {
		font-size: 1.094vw;
		width: 34.896vw;
		margin: 0;
		text-align: right;
	}

	footer .bottom {
		margin-top: 6.25vw;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}

	footer .bottom .row {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	footer .account {
		font-size: 1.302vw;
		font-weight: 800;
		display: flex;
		align-items: center;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	footer .account .account-link {
		position: relative;
	}

	footer .account .account-link:after {
		content: "";
		position: absolute;
		bottom: -0.104vw;
		left: 0;
		width: 100%;
		height: 0.052vw;
		background-color: #fff;
	}

	footer .cart {
		font-size: 2.188vw;
		margin-left: 2.813vw;
	}

	footer .social {
		font-size: 2.188vw;
	}

	footer .social a {
		margin-left: 0.677vw;
	}

	footer .copyright {
		font-size: 1.094vw;
		margin-top: 0;
	}
}