@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.778vw;
	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: 2vw;
	text-transform: uppercase;
	font-size: 9.259vw;
	font-weight: 800;
	line-height: .9;
}

h2 {
	margin-top: 0;
	margin-bottom: 3.704vw;
	font-size: 6.667vw;
}

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;
}

header {
	position: relative;
	padding-top: 7.246vw;
}

header .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 18vw;
}

header .banner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 7.246vw;
	letter-spacing: 0.1em;
	font-size: 3vw;
	padding: 1.8vw 6.039vw 0;
	background-color: #6c124d;
	color: #fff;
}

header .logo {
	width: 13vw;
	height: 13vw;
}

header .logo img {
	width: 100%;
}

header .account {
	font-size: 3.382vw;
	font-weight: 800;
	display: flex;
	align-items: center;
}

header .account .account-link {
	position: relative;
	white-space: nowrap;
}

header .account .account-link:after {
	content: "";
	position: absolute;
	bottom: -0.052vw;
	left: 0;
	width: 100%;
	height: 0.242vw;
	background-color: #fff;
}

header .cart {
	position: relative;
	font-size: 4.348vw;
	margin-left: 7.246vw;
}

header .cart .indicator {
	position: absolute;
  top: -0.725vw;
  right: -0.725vw;
  width: 2.899vw;
  height: 2.899vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #88c13f;
  color: #fff;
  font-size: 1.932vw;
  font-weight: 400;
  border-radius: 100%;
  line-height: 1;
}

@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;
		padding: 0;
	}

	header .wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 6.2vw;
		padding-top: .5vw;
	}

	header .row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: auto;
	}

	header .banner {
		position: static;
		letter-spacing: 0.1em;
		font-size: 1.302vw;
		padding: 0;
		height: auto;
	}

	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 {
		position: relative;
		font-size: 2.188vw;
		margin-left: 3.021vw;
	}

	header .cart .indicator {
		position: absolute;
    top: -.2vw;
    right: -.5vw;
    width: 1.1vw;
    height: 1.1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #88c13f;
    color: #fff;
    font-size: .8vw;
    font-weight: 400;
    border-radius: 100%;
	}
}

.hero {
	position: relative;
	min-height: 101vw;
	padding-top: 21.759vw;
	overflow: hidden;
}

.hero h2 {
	margin-bottom: 0.5vw;
	font-size: 3.704vw;
	font-weight: 400;
	text-transform: uppercase;
}

.hero h3 {
	font-size: 4.630vw;
	margin-bottom: 0.278vw;
}

.hero p {
	position: relative;
	width: 52vw;
	text-shadow: 0 0 2.870vw rgba(255, 255, 255, 0.75);
}

.hero .text {
	position: relative;
	z-index: 10;
	line-height: 1.2;
}

.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: 4vw;
}

@media (min-width: 1000px) {
	.hero {
		min-height: 50vw;
		padding-top: 15.365vw;
	}

	.hero h2 {
		margin-bottom: 0;
		font-size: 2.083vw;
	}

	.hero h3 {
		margin-bottom: 0.781vw;
		font-size: 2.188vw;
	}

	.hero p {
		width: 100%;
	}

	.hero .text {
		width: 40.365vw;
		line-height: 1.3;
	}

	.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: 3.148vw;
	font-weight: 800;
	padding: 6.2vw 0 4.5vw;
}

.features .wrapper {
	width: 82.407vw;
}

.features ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.features .slick-slider {
	padding: 0 0 5.5vw;
	margin-bottom: 0 !important;
}

.features .slick-slide {
	padding-left: 6vw;
	margin-right: 5vw;
	position: relative;
}

.features .slick-slide:before {
	content: "\f058";
	position: absolute;
	left: 1vw;
	top: 0;
	font-family: "Font Awesome 5 Free";
	color: #6c124d;
	font-weight: 700;
}

.slick-dots button:before {
	display: none;
}

.slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
	border-radius: 100%;
	background: transparent;
	border: 1px solid #fff;
}

.slick-dots li.slick-active button {
	background-color: #fff;
}

.slick-dots li {
	width: 1.852vw;
	height: 1.852vw;
	margin: 0 0.833vw;
}

.slick-dots {
	bottom: 0;
	top: auto;
	transform: none;
}

@media (min-width: 1000px) {
	.features {
		font-size: 1.198vw;
		padding: 2.865vw 0 2.8vw;
	}

	.features ul {
		display: flex;
		justify-content: center;
	}

	.features ul li {
		position: relative;
		margin-right: 4.167vw;
		padding-left: 1.823vw;
		margin-bottom: 0;
	}

	.features ul li:before {
		content: "\f058";
		position: absolute;
		left: 0;
		top: 0;
		font-family: "Font Awesome 5 Free";
		color: #6c124d;
		font-weight: 700;
	}

	.features ul li:nth-of-type(3) {
		margin-right: 4.167vw;
	}

	.features ul li:last-of-type {
		margin-right: 0;
	}
}

.home-product {
	padding: 10vw 0 3vw;
}

.home-product .wrapper {
	display: flex;
	justify-content: flex-end;
	padding-right: 3vw;
	align-items: center;
}

.home-product .image {
	position: relative;
	width: 25.926vw;
}

.home-product .image:after {
	content: "";
	position: absolute;
	width: 22vw;
  height: 28vw;
  top: 10vw;
	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: 40.741vw;
	margin-left: 9vw;
}

.home-product .rating {
	display: flex;
}

.home-product .stars {
	font-size: 4.352vw;
	color: #f09b02;
	letter-spacing: -.09em;
}

.home-product .rating .num {
	color: #88c13f;
	font-size: 2.222vw;
	font-weight: 800;
	margin-left: 2.778vw;
	margin-top: 1.204vw;
}

.home-product .price {
	font-size: 6.111vw;
	font-weight: 800;
	margin-top: 3vw;
}

.home-product h3 {
	margin-top: 0.5vw;
	font-size: 3.519vw;
	color: #6c124d;
}

.home-product ul {
	list-style-type: none;
	margin: 3.704vw 0;
	padding: 0;
}

.home-product ul li {
	position: relative;
	margin-bottom: 3.4vw;
	padding-left: 6vw;
	font-size: 2.778vw;
	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;
	font-size: 3.333vw;
}

.home-product .btn {
	margin-top: 5.5vw;
}

.home-product .slick-dots li:before {
	display: none;
}

.home-product .slick-slider {
	margin-top: 5.5vw;
	margin-bottom: 0 !important;
	padding-bottom: 4vw;
}

.home-product .slick-slider ul {
	margin: 0 8vw;
}

.home-product ul.slick-dots {
	margin: 0;
}

.home-product .slick-dots li {
	padding: 0;
}

.home-product .slick-dots li button {
	border-color: #641d4b;
}

.home-product .slick-dots li.slick-active button {
	background-color: #641d4b;
}

@media (min-width: 1000px) {
	.home-product {
		padding: 6.719vw 0 5.781vw;
	}

	.home-product .wrapper {
		justify-content: center;
		padding: 0;
		padding-left: 2vw;
	}

	.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 ul li:before {
		font-size: 1.198vw;
	}

	.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: 9vw;
}

.home-benefits h3 {
	font-size: 4.907vw;
	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: 75vw;
	 margin: 0 auto 13.5vw;
	 font-size: 2.963vw;
	 line-height: 1.4;
}

.home-benefits .benefit strong {
	font-size: 3.333vw;
}

.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: 6.667vw;
	color: #6c124d;
	margin-top: 5vw;
	margin-bottom: 3.5vw;
}

.home-benefits .benefit p {
	margin-bottom: 2vw;
}

.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;
		 padding-bottom: 5vw;
		 font-size: 1.302vw;
		 position: relative;
	}

	.home-benefits .benefit strong {
		 font-size: 1.302vw;
		 font-weight: 400;
	}

	.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 {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
	}
}

.home-testimonials {
	padding-top: 11vw;
	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 14vw;
	text-align: center;
	position: relative;
	z-index: 10;
	font-size: 2.778vw;
}

.home-testimonials h3 {
	font-size: 6.667vw;
	margin-bottom: 4vw;
	line-height: 1.1;
}

.home-testimonials p {
	margin-bottom: 3.704vw;
}

.home-testimonials .slider {
	margin-bottom: 0 !important;
}

.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";
}

.home-testimonials .slick-dots li button {
	border-color: #641d4b;
}

.home-testimonials .slick-dots li.slick-active button {
	background-color: #641d4b;
}

.slick-dots > li {
  display: inline-block;
}

.slick-dots > li:only-child {
  display: none;
}

.home-testimonials .slick-dots {
	bottom: 6vw;
}

@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;
		line-height: 1.3;
	}

	.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: 10vw;
}

.collagen h2 {
	font-size: 6.667vw;
	margin-bottom: 6vw;
}

.collagen ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 5.093vw;
	font-weight: 400;
}

.collagen li {
	position: relative;
	display: inline-block;
	padding-top: 10.5vw;
	margin-bottom: 5vw;
}

.collagen li:before {
	content: "\f058";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	font-family: "Font Awesome 5 Free";
	color: #88c13f;
	font-weight: 400;
	font-size: 6.667vw;
}

.collagen .btn {
	margin: 8vw auto 0;
}

.collagen .slick-dots li:before {
	display: none;
}

.collagen .slick-dots li button {
	border-color: #641d4b;
}

.collagen .slick-dots li {
	padding: 0;
	margin-bottom: 0;
}

.collagen .slick-dots li.slick-active button {
	background-color: #641d4b;
}

@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;
		font-weight: 800;
	}

	.collagen li {
		padding-left: 2.083vw;
		padding-top: 0;
		margin-bottom: 1.719vw;
	}

	.collagen li:before {
		font-size: 1.302vw;
		left: 0;
		transform: none;
		font-weight: 700;
	}

	.collagen .btn {
		margin: 2.604vw 0 0;
	}
}

.about {
	text-align: center;
}

.about img,
.about picture {
	display: block;
}

.about .text {
	padding: 9.3vw 12.560vw 11vw;
	font-size: 2.778vw;
	line-height: 1.3;
}

.about h2 {
	font-size: 5.556vw;
	margin-bottom: 3vw;
}

.about p {
	width: 78vw;
	margin: 0 auto;
}

.about .btn {
	margin: 7.5vw 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: 10vw 0 10vw;
	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: 6.481vw;
	margin-bottom: 5.797vw;
}

.instagram h3 {
	margin-bottom: 0;
	font-size: 5.556vw;
}

@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;
		font-size: 2.188vw;
	}
}

footer {
	background-color: #6c124d;
	color: #fff;
	text-align: center;
	padding: 7.5vw 0 5.556vw;
	font-size: 2.315vw;
}

footer h3 {
	margin-bottom: 1.389vw;
	font-size: 5.556vw;
	color: #fff;
}

footer .col:first-of-type {
	font-weight: 800;
}

footer form {
	display: flex;
	width: 72.222vw;
	justify-content: space-between;
	margin: 5vw 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;
		font-size: 1.302vw;
	}

	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;
	}
}