@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap');
@font-face {
	font-family: 'MuseoSans-500';
	src: url('webfonts/3AEA7F_0_0.eot');
	src: url('webfonts/3AEA7F_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/3AEA7F_0_0.woff2') format('woff2'), url('webfonts/3AEA7F_0_0.woff') format('woff'), url('webfonts/3AEA7F_0_0.ttf') format('truetype');
}

.findRep {
	color: #000000;
	padding-top: 5px;
}

.shape img {
	width: 100%;
	height: auto;
	opacity: 0.57;
}

.blocker {
	z-index: 12;
}

* {
	margin: 0;
	padding: 0;
}

.modal {
	padding: 15px;
}

#divtoshow {
	position: absolute;
	top: 0;
}

#privacy-modal {
	max-width: 50vw;
	padding: 30px;
}

#privacy-modal h2 {
	font-weight: 400;
	text-align: center;
	margin-bottom: 1em;
}

#privacy-modal p {
	margin-bottom: 1em;
}


.hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	  -webkit-transition: opacity .3s ease-in-out;
    -moz-transition:    opacity .3s ease-in-out;
    -o-transition:      opacity .3s ease-in-out;
    -ms-transition:     opacity .3s ease-in-out;
    transition:         opacity .3s ease-in-out;
    opacity: 1;
    z-index: 0;
}

footer {
	width: 83vw;
	margin: 5vw auto;
	font-family: 'MuseoSans-500';
	color: #7c646a;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	align-items: center;
}


footer > div:last-child > div {

	display: flex;
	align-items: center;
}

footer > div:last-child > div a {
	margin: 0 8px;
}



footer a {
	color: #7c646a;
	text-decoration: none;
	transition: color .15s ease-in-out;
}


footer > div:last-child > div:last-child {
	margin-top: 20px;
}

footer > div:last-child > div:last-child a{
	font-size: 20px;
}

footer a:hover {
color: #f17086;
}

content a {
	transition: transform .2s ease-in-out;
	display: inline-block;
}

content a:hover {
	transform: translateZ(0) scale(1.15) !important;
}

#shop-section>div>div>div:first-child a {
	width: 100%;
	position: relative;
}

#shop-section>div>div>div:first-child a:hover {
	transform: translateZ(0) scale(1.05) !important;
}

#shop-section>div>div>div:first-child a:hover .hover {
	opacity: 0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 30vw;
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.videoWrapperyt {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapperyt iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@-webkit-keyframes rotating {
	0% {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		-moz-transform: rotate3d(0, 0, 0, 0deg);
		-ms-transform: rotate3d(0, 0, 0, 0deg);
		-o-transform: rotate3d(0, 0, 0, 0deg);
		transform: rotate3d(0, 0, 0, 0deg);
	}
	100% {
		-webkit-transform: rotate3d(0, 1, 0, 720deg);
		-moz-transform: rotate3d(0, 1, 0, 720deg);
		-ms-transform: rotate3d(0, 1, 0, 720deg);
		-o-transform: rotate3d(0, 1, 0, 720deg);
		transform: rotate3d(0, 1, 0, 720deg);
	}
}

@-moz-keyframes rotating {
	0% {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		-moz-transform: rotate3d(0, 0, 0, 0deg);
		-ms-transform: rotate3d(0, 0, 0, 0deg);
		-o-transform: rotate3d(0, 0, 0, 0deg);
		transform: rotate3d(0, 0, 0, 0deg);
	}
	100% {
		-webkit-transform: rotate3d(0, 1, 0, 720deg);
		-moz-transform: rotate3d(0, 1, 0, 720deg);
		-ms-transform: rotate3d(0, 1, 0, 720deg);
		-o-transform: rotate3d(0, 1, 0, 720deg);
		transform: rotate3d(0, 1, 0, 720deg);
	}
}

@-ms-keyframes rotating {
	0% {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		-moz-transform: rotate3d(0, 0, 0, 0deg);
		-ms-transform: rotate3d(0, 0, 0, 0deg);
		-o-transform: rotate3d(0, 0, 0, 0deg);
		transform: rotate3d(0, 0, 0, 0deg);
	}
	100% {
		-webkit-transform: rotate3d(0, 1, 0, 720deg);
		-moz-transform: rotate3d(0, 1, 0, 720deg);
		-ms-transform: rotate3d(0, 1, 0, 720deg);
		-o-transform: rotate3d(0, 1, 0, 720deg);
		transform: rotate3d(0, 1, 0, 720deg);
	}
}

@-o-keyframes rotating {
	0% {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		-moz-transform: rotate3d(0, 0, 0, 0deg);
		-ms-transform: rotate3d(0, 0, 0, 0deg);
		-o-transform: rotate3d(0, 0, 0, 0deg);
		transform: rotate3d(0, 0, 0, 0deg);
	}
	100% {
		-webkit-transform: rotate3d(0, 1, 0, 720deg);
		-moz-transform: rotate3d(0, 1, 0, 720deg);
		-ms-transform: rotate3d(0, 1, 0, 720deg);
		-o-transform: rotate3d(0, 1, 0, 720deg);
		transform: rotate3d(0, 1, 0, 720deg);
	}
}

@keyframes rotating {
	0% {
		-webkit-transform: rotate3d(0, 0, 0, 0deg);
		-moz-transform: rotate3d(0, 0, 0, 0deg);
		-ms-transform: rotate3d(0, 0, 0, 0deg);
		-o-transform: rotate3d(0, 0, 0, 0deg);
		transform: rotate3d(0, 0, 0, 0deg);
	}
	100% {
		-webkit-transform: rotate3d(0, 1, 0, 720deg);
		-moz-transform: rotate3d(0, 1, 0, 720deg);
		-ms-transform: rotate3d(0, 1, 0, 720deg);
		-o-transform: rotate3d(0, 1, 0, 720deg);
		transform: rotate3d(0, 1, 0, 720deg);
	}
}

@-webkit-keyframes rotatingY {
	100% {
		-webkit-transform: rotateY(-360deg);
		-moz-transform: rotateY(-360deg);
		-ms-transform: rotateY(-360deg);
		-o-transform: rotateY(-360deg);
		transform: rotateY(-360deg);
	}
}

@-moz-keyframes rotatingY {
	100% {
		-webkit-transform: rotateY(-360deg);
		-moz-transform: rotateY(-360deg);
		-ms-transform: rotateY(-360deg);
		-o-transform: rotateY(-360deg);
		transform: rotateY(-360deg);
	}
}

@-ms-keyframes rotatingY {
	100% {
		-webkit-transform: rotateY(-360deg);
		-moz-transform: rotateY(-360deg);
		-ms-transform: rotateY(-360deg);
		-o-transform: rotateY(-360deg);
		transform: rotateY(-360deg);
	}
}

@-o-keyframes rotatingY {
	100% {
		-webkit-transform: rotateY(-360deg);
		-moz-transform: rotateY(-360deg);
		-ms-transform: rotateY(-360deg);
		-o-transform: rotateY(-360deg);
		transform: rotateY(-360deg);
	}
}

@keyframes rotatingY {
	100% {
		-webkit-transform: rotateY(-360deg);
		-moz-transform: rotateY(-360deg);
		-ms-transform: rotateY(-360deg);
		-o-transform: rotateY(-360deg);
		transform: rotateY(-360deg);
	}
}


/**/

@-webkit-keyframes fluttering {
	0%,
	25%,
	50%,
	75%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%,
	60% {
		-webkit-transform: translate3d(0, 150px, 0);
		-moz-transform: translate3d(0, 150px, 0);
		-ms-transform: translate3d(0, 150px, 0);
		-o-transform: translate3d(0, 150px, 0);
		transform: translate3d(0, 150px, 0);
	}
	30%,
	80% {
		-webkit-transform: translate3d(0, 50px, 0);
		-moz-transform: translate3d(0, 50px, 0);
		-ms-transform: translate3d(0, 50px, 0);
		-o-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
}

@-moz-keyframes fluttering {
	0%,
	25%,
	50%,
	75%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%,
	60% {
		-webkit-transform: translate3d(0, 150px, 0);
		-moz-transform: translate3d(0, 150px, 0);
		-ms-transform: translate3d(0, 150px, 0);
		-o-transform: translate3d(0, 150px, 0);
		transform: translate3d(0, 150px, 0);
	}
	30%,
	80% {
		-webkit-transform: translate3d(0, 50px, 0);
		-moz-transform: translate3d(0, 50px, 0);
		-ms-transform: translate3d(0, 50px, 0);
		-o-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
}

@-ms-keyframes fluttering {
	0%,
	25%,
	50%,
	75%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%,
	60% {
		-webkit-transform: translate3d(0, 150px, 0);
		-moz-transform: translate3d(0, 150px, 0);
		-ms-transform: translate3d(0, 150px, 0);
		-o-transform: translate3d(0, 150px, 0);
		transform: translate3d(0, 150px, 0);
	}
	30%,
	80% {
		-webkit-transform: translate3d(0, 50px, 0);
		-moz-transform: translate3d(0, 50px, 0);
		-ms-transform: translate3d(0, 50px, 0);
		-o-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
}

@-o-keyframes fluttering {
	0%,
	25%,
	50%,
	75%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%,
	60% {
		-webkit-transform: translate3d(0, 150px, 0);
		-moz-transform: translate3d(0, 150px, 0);
		-ms-transform: translate3d(0, 150px, 0);
		-o-transform: translate3d(0, 150px, 0);
		transform: translate3d(0, 150px, 0);
	}
	30%,
	80% {
		-webkit-transform: translate3d(0, 50px, 0);
		-moz-transform: translate3d(0, 50px, 0);
		-ms-transform: translate3d(0, 50px, 0);
		-o-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
}

@keyframes fluttering {
	0%,
	25%,
	50%,
	75%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%,
	60% {
		-webkit-transform: translate3d(0, 150px, 0);
		-moz-transform: translate3d(0, 150px, 0);
		-ms-transform: translate3d(0, 150px, 0);
		-o-transform: translate3d(0, 150px, 0);
		transform: translate3d(0, 150px, 0);
	}
	30%,
	80% {
		-webkit-transform: translate3d(0, 50px, 0);
		-moz-transform: translate3d(0, 50px, 0);
		-ms-transform: translate3d(0, 50px, 0);
		-o-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
}


/**/

@-webkit-keyframes left-wing-flap {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
	}
	50% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
		-o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
		transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
	}
}

@-moz-keyframes left-wing-flap {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
	}
	50% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
		-o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
		transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
	}
}

@-ms-keyframes left-wing-flap {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
	}
	50% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
		-o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
		transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
	}
}

@-o-keyframes left-wing-flap {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
	}
	50% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
		-o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
		transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
	}
}

@keyframes left-wing-flap {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
	}
	50% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
		-o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
		transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, -70deg);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		-o-transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
		transform: translate3d(0, 0, 0) scaleX(1) rotate3d(0, 1, 0, 60deg);
	}
}

@-webkit-keyframes right-wing-flap {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
	}
	50% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
		-o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
		transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
	}
}

@-moz-keyframes right-wing-flap {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
	}
	50% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
		-o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
		transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
	}
}

@-ms-keyframes right-wing-flap {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
	}
	50% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
		-o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
		transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
	}
}

@-o-keyframes right-wing-flap {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
	}
	50% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
		-o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
		transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
	}
}

@keyframes right-wing-flap {
	0% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
	}
	50% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
		-o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
		transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, -70deg);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-moz-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-ms-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		-o-transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
		transform: translate3d(0, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 60deg);
	}
}


/** * */


/** * SOURCE */

.background {
	position: absolute;
	width: 100%;
	height: 100%;
}

.scene3d {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
	-ms-perspective-origin: 50% 50%;
	-o-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.butterfly_container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation: rotatingY 10s linear infinite;
	-moz-animation: rotatingY 10s linear infinite;
	-ms-animation: rotatingY 10s linear infinite;
	-o-animation: rotatingY 10s linear infinite;
	animation: rotatingY 10s linear infinite;
}

.butterfly_container var {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.butterfly_container var.rotate3d {
	-webkit-transform: rotate3d(1, 0.5, 0, 70deg);
	-moz-transform: rotate3d(1, 0.5, 0, 70deg);
	-ms-transform: rotate3d(1, 0.5, 0, 70deg);
	-o-transform: rotate3d(1, 0.5, 0, 70deg);
	transform: rotate3d(1, 0.5, 0, 70deg);
}

.butterfly_container var.translate3d {
	-webkit-transform: translate3d(-300px, 0px, 0px);
	-moz-transform: translate3d(-300px, 0px, 0px);
	-ms-transform: translate3d(-300px, 0px, 0px);
	-o-transform: translate3d(-300px, 0px, 0px);
	transform: translate3d(-300px, 0px, 0px);
}

.butterfly_container var.translate3d-1 {
	-webkit-animation: fluttering 10s ease-in-out infinite;
	-moz-animation: fluttering 10s ease-in-out infinite;
	-ms-animation: fluttering 10s ease-in-out infinite;
	-o-animation: fluttering 10s ease-in-out infinite;
	animation: fluttering 10s ease-in-out infinite;
}

.butterfly_container.scale_half var.scale {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	-moz-transform: scale3d(0.5, 0.5, 0.5);
	-ms-transform: scale3d(0.5, 0.5, 0.5);
	-o-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
}

.butterfly_container.scale_third var.scale {
	-webkit-transform: scale3d(0.333, 0.333, 0.333);
	-moz-transform: scale3d(0.333, 0.333, 0.333);
	-ms-transform: scale3d(0.333, 0.333, 0.333);
	-o-transform: scale3d(0.333, 0.333, 0.333);
	transform: scale3d(0.333, 0.333, 0.333);
}

.butterfly_container.scale_quarter var.scale {
	-webkit-transform: scale3d(0.25, 0.25, 0.25);
	-moz-transform: scale3d(0.25, 0.25, 0.25);
	-ms-transform: scale3d(0.25, 0.25, 0.25);
	-o-transform: scale3d(0.25, 0.25, 0.25);
	transform: scale3d(0.25, 0.25, 0.25);
}

.butterfly_container figure.butterfly {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.butterfly_container figure.butterfly .wing {
	position: absolute;
	width: 50px;
	height: 100px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: translate3d(0, 0, 0) rotate3d(1, 0.5, 0, 45deg);
	-moz-transform: translate3d(0, 0, 0) rotate3d(1, 0.5, 0, 45deg);
	-ms-transform: translate3d(0, 0, 0) rotate3d(1, 0.5, 0, 45deg);
	-o-transform: translate3d(0, 0, 0) rotate3d(1, 0.5, 0, 45deg);
	transform: translate3d(0, 0, 0) rotate3d(1, 0.5, 0, 45deg);
}

.butterfly_container figure.butterfly .wing.right {
	-webkit-transform-origin: 50px 50px;
	-moz-transform-origin: 50px 50px;
	-ms-transform-origin: 50px 50px;
	-o-transform-origin: 50px 50px;
	transform-origin: 50px 50px;
	-webkit-transform: translate3d(0px, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 45deg);
	-moz-transform: translate3d(0px, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 45deg);
	-ms-transform: translate3d(0px, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 45deg);
	-o-transform: translate3d(0px, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 45deg);
	transform: translate3d(0px, 0, 0) scaleX(-1) rotate3d(0, 1, 0, 45deg);
	-webkit-animation: right-wing-flap 0.5s ease-in-out infinite;
	-moz-animation: right-wing-flap 0.5s ease-in-out infinite;
	-ms-animation: right-wing-flap 0.5s ease-in-out infinite;
	-o-animation: right-wing-flap 0.5s ease-in-out infinite;
	animation: right-wing-flap 0.5s ease-in-out infinite;
	filter: FlipH;
	-ms-filter: "FlipH";
}

.butterfly_container figure.butterfly .wing.left {
	-webkit-transform-origin: 50px 50px;
	-moz-transform-origin: 50px 50px;
	-ms-transform-origin: 50px 50px;
	-o-transform-origin: 50px 50px;
	transform-origin: 50px 50px;
	-webkit-animation: left-wing-flap 0.5s ease-in-out infinite;
	-moz-animation: left-wing-flap 0.5s ease-in-out infinite;
	-ms-animation: left-wing-flap 0.5s ease-in-out infinite;
	-o-animation: left-wing-flap 0.5s ease-in-out infinite;
	animation: left-wing-flap 0.5s ease-in-out infinite;
}

.butterfly_container figure.butterfly .wing use {
	display: block;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	fill: url(#image);
	stroke: white;
}

.svg-defs {
	position: absolute;
	height: 0;
	width: 0;
}

video {
	width: 100%;
}

.slick-slide {
	outline: none
}

.slick-track,
.slick-list {
	height: 100%;
}

.slick-slide {
	overflow: hidden;
	position: relative;
}

.main-slider {
	overflow: hidden;
	height: 36vw;
}

.main-slider .shape2 {
	right: -20vw;
}

.stages-slider {
	margin-top: 3vw;
}

.stages-slider img {
	width: 65%;
}

#product-slider {
	width: 80vw;
	margin: 3vw auto;
}

.slider-nav-thumbnails {
	margin: 3vw auto;
	margin-left: 3vw;
}



.slider-nav-thumbnails .slick-slide {
	background-size: cover;
	background-position: center;
	height: 15vw;
	margin: 0 1vw;
	position: relative;
	transition: border-width 0.1s ease-in-out;
	border: 0px solid #f17086;
	box-sizing: border-box;
}


.slider-nav-thumbnails .slick-current {
	border: 1vw solid #f17086;
	box-sizing: border-box;

}

.slider-nav-thumbnails .slick-slide.video-thumb:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.25);
	background-image: url(../img/play.png);
	background-repeat: no-repeat;
	background-position: center;
}

#product-slider img {
	margin: 0 auto;
	height: 30vw;
	width: auto;
}

.stages-slider h1 {
	position: absolute;
	left: 55%;
	top: 20%;
}

.stages-slider p {
	position: absolute;
	left: 60%;
	padding-right: 10%;
	top: 35%;
}

.slider-wrapper {
	position: relative;
}

.prev {
	top: 50%;
	position: absolute;
	left: 20px;
	cursor: pointer;
	background-image: url(../img/bullet-slider.svg);
	width: 3vw;
	height: 3vw;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	transform: rotate(180deg);
	margin-top: -1.5vw;
}


.next {
	top: 50%;
	position: absolute;
	right: 20px;
	cursor: pointer;
	background-image: url(../img/bullet-slider.svg);
	width: 3vw;
	height: 3vw;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	margin-top: -1.5vw;
	z-index: 10;
}


.meal-shake .prev {
	background-image: url(../img/bullet-slider-meal.svg);
}

.meal-shake .next {
	background-image: url(../img/bullet-slider-meal.svg);
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

strong,
b {
	font-weight: 700;
}

.modal#nutrition-modal, #video-modal {
	max-width: 70vw;
}

.modal-link {
	cursor: pointer;
}

.healthy-modal {
	max-width: 90vw;
}

.modal-text {
	position: absolute;
	top: 2vw;
	left: 3vw;
	font-size: 1.5vw;
}

.modal-text h1 {
	font-size: 4vw;
	text-align: left;
	margin-bottom: 2vw;
	line-height: 1em;
}

.modal-text h1 span {
	font-size: 6vw;
}

.modal-text>div>div {
	margin-bottom: 2vw;
}

.modal-text>div>div span {
	font-size: 3.2vw;
}

.modal-text>div>div a {
	color: #000;
}

.thead {
	color: #f07eb1;
}

.demo {
	border: 1px solid #F6E9E4;
	border-collapse: collapse;
	padding: 5px;
	width: 100%;
	margin: auto;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1vw;
}

.demo th {
	border: 4px solid #F6E9E4;
	padding: 5px;
	background: #Fbf6f5;
	font-weight: bold;
}

.demo td {
	border: 4px solid #F6E9E4;
	padding: 5px;
}

#nutri-info tr th:first-child,
#nutri-info tr td:first-child {
	width: 25%;
	text-align: left;
}

#nutri-info tr th,
#nutri-info tr td {
	width: 16%;
	text-align: right;
}

#nutri-info tr:nth-child(odd),
#nutri-info tr:last-child {
	background: #F6E9E4;
}

#ingredients-modal {
	max-width: 60vw;
	padding: 3vw;
	text-align: center;
}

#ingredients-modal p:first-child {
	font-size: 2vw;
}

#ingredients-modal p:nth-child(3) {
	font-size: 1.2vw;
	text-decoration: underline;
	font-family: 'Roboto';
	font-weight: 400;
}

#ingredients-modal p:nth-child(2) {
	font-size: 1.2vw;
	margin-bottom: 5%;
}

.under-below {
	-webkit-text-underline-position: under;
	-ms-text-underline-position: below;
	text-underline-position: under;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

body {
	font-family: 'Playfair Display', serif;
	overflow-x: hidden;
}

a.normal-link {
	font-family: 'Roboto';
	font-weight: 500;
	color: #000;
}

.mobile-menu-trigger {
	display: none;
}

#top-nav {
	font-family: 'MuseoSans-500';
	color: #7c646a;
	font-size: 1.4vw;
	height: 5.7vw;
	padding-right: 5vw;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#top-nav a {
	text-decoration: none;
	color: #7c646a;
	display: block;
	padding: 0 20px;
	transition: color .15s ease-in-out;
}

#top-nav a:hover {
	color: #f17086;
}

#main-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -1.6vw;
	margin-bottom: 2.1vw;
}

.logo {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo a {
	width: 100%;
	text-align: center;
	display: block;
	max-width: 53%;
}

#main-nav>div:last-child {
	width: 80%;
	background: #f17086;
	box-sizing: border-box;
	height: 4.4vw;
	padding-left: 50px;
}

#main-nav>div:last-child>div:last-child {
	display: flex;
	align-items: center;
	height: 100%;
}

#main-nav>div:last-child a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 1.8vw;
	margin-right: 5vw;
	line-height: 1.2;
	position: relative;
}

#main-nav>div:last-child a:after {
	content: '';
	position: absolute;
	bottom: -0.3vw;
	left: 0;
	height: 3px;
	width: 100%;
	background: #fff;
	opacity: 0;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}

#main-nav>div:last-child a.active:after {
	opacity: 1;
}

#main-nav>div:last-child a:hover:after {
	opacity: 0.2;
}

#benefits {
	height: 235px;
	display: flex;
	justify-content: center;
	font-weight: 700;
	color: #f87283;
	align-items: center;
}

#benefits>div {
	display: flex;
	width: 17%;
	flex-direction: column;
	align-items: center;
}

#benefits>div>div:first-child {
	display: flex;
	height: 100px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#benefits>div>p {
	height: 2.7vw;
	font-size: 0.9vw;
	text-align: center;
}

.full-baner {
	overflow: hidden;
	position: relative;
}

.full-baner.type-one .baner-text,
.full-baner.type-four .baner-text {
	position: absolute;
	color: #fff;
	z-index: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	top: 0;
	left: 5vw;
	width: 26vw;
}

.full-baner.type-four .baner-text {
	left: 1vw;
}

.full-baner.type-one h2,
.full-baner.type-four h2 {
	font-size: 3.2vw;
	font-weight: 400;
	margin-bottom: 2vw;
}

.full-baner.type-one p {
	font-size: 1.7vw;
	line-height: 1.2;
	margin-bottom: 2vw;
}

.full-baner.type-one a,
.full-baner.type-four a {
	font-size: 1.7vw;
	color: #fff;
}

.shape1 {
	width: 27vw;
	height: 30vw;
	z-index: 0;
	bottom: 4vw;
	left: 4vw;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	-webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
}

.shape2 {
	width: 36vw;
	height: 40vw;
	z-index: 0;
	right: 0vw;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -2vw;
	-webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
}



@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) { /* hack - safari only, see: https://stackoverflow.com/a/25975282/8098293 */
	.home .shape2, .home .shape1  {
		animation: none !important;
    	-webkit-animation: none !important;
    }
}




.shape3 {
	width: 41vw;
	height: 38vw;
	z-index: 0;
	right: -1vw;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -2vw;
}

.full-baner.type-two.product-baner .baner-text {
	position: absolute;
	color: #fff;
	z-index: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	top: 0;
	right: 10vw;
	width: 26vw;
}

.full-baner.type-two .baner-text {
	position: absolute;
	color: #fff;
	z-index: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	top: 0;
	right: 5vw;
	width: 26vw;
}

.full-baner.type-two h2 {
	font-size: 3.2vw;
	font-weight: 400;
	margin-bottom: 2vw;
	line-height: 1.2;
}

.full-baner.type-two.product-baner h2 {
	margin-bottom: 0;
	text-align: right;
}

.full-baner.type-two p {
	font-size: 1.7vw;
	line-height: 1.2;
	margin-bottom: 2vw;
}

.full-baner.type-two a {
	font-size: 1.7vw;
	color: #fff;
}

.full-baner.type-two {
	margin: 1vw 0;
}

#shop-section {
	background: #f17086;
	color: #fff;
}

.full-baner.type-three .baner-text {
	position: absolute;
	color: #fff;
	z-index: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	top: 0;
	right: 3vw;
	width: 14vw;
}

.full-baner.type-three h2 {
	font-size: 3.2vw;
	font-weight: 400;
	margin-bottom: 2vw;
	line-height: 1.2;
}

.full-baner.type-three a {
	font-size: 1.7vw;
	color: #fff;
}

.full-baner.type-three .shape2 {
	width: 28vw;
	height: 36vw;
	top: 0;
	right: -4vw;
	-webkit-animation: spin 5s linear infinite;
	-moz-animation: spin 5s linear infinite;
	animation: spin 5s linear infinite;
}

.full-baner.type-three {
	margin: 1vw 0;
}

#shop-section>div {
	display: flex;
	flex-wrap: wrap;
	padding: 2vw 3vw;
	box-sizing: border-box;
	justify-content: space-between;
	overflow: hidden;
}

@media (min-width: 1201px) {
	#shop-section.shop-products>div {
		padding: 3vw 8vw;
	}
}

#shop-section>div>div {
	text-align: center;
	width: 33%;
	padding: 0 4vw;
	box-sizing: border-box;
	margin-bottom: 3vw;
}

#shop-section.shop-products>div>div {
	width: 50%;
	padding: 0 5vw;
}

#shop-section>div>div img {
	width: 100%;
	height: auto;
}

#shop-section>div>div>div:first-child {
	border: 1vw solid #fff;
	background: #fff;
	margin-bottom: 1vw;
}

#shop-section>div>div>p {
	height: 4vw;
	font-size: 1.2vw;
	line-height: 1.2;
}

#shop-section.shop-products>div>div>p {
	height: auto;
	font-size: 2.2vw;
	line-height: 1.2;
	margin-bottom: 1vw;
}

#shop-section>div>div>a {
	font-size: 1.2vw;
	color: #fff;
}

#shop-section.shop-products>div>div>a {
	font-size: 1.5vw;
	color: #fff;
}

#shop-section>a {
	font-size: 2.5vw;
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: flex;
	padding: 2vw;
	align-items: center;
	width: 10vw;
	margin: 0 auto;
}

#shop-section>a>span {
	display: block;
	line-height: 1;
}

#shop-section>a>span:last-child {
	height: 0.9em;
	margin-left: 0.2em;
}

#shop-section h1 {
	padding: 2vw 3vw 1vw 3vw;
	font-weight: 400;
	font-size: 2.3vw;
}

#shop-section.shop-products>div {
	padding-bottom: 5vw;
}

#product-description {
	width: 70vw;
	margin: 0 auto;
}

#product-description .normal-link {
		margin-bottom: 1vw;
	}

#product-description h2 {
	font-size: 2.2vw;
	font-weight: 400;
}

#product-description h2 span {
	display: block;
	color: #f17086;
}

content p,
content ul {
	font-size: 1.5vw;
}



@media (min-width: 1201px) {
content p.small {
	font-size: 1.2vw;
}
}


#product-description p {
	margin-top: 2vw;
}

#product-description ul {
	list-style-position: inside;
	margin-top: 2vw;
}

img.mark {
	max-width: 12vw;
}

#products {
	display: flex;
	justify-content: center;
	margin: 1vw 0;
}

#products>div {
	display: flex;
	align-items: center;
	padding: 0 2vw;
	line-height: 1.2;
}

#products>div>div:last-child>div:nth-child(1) {
	font-size: 2.2vw;
}

#products>div>div:last-child>div:nth-child(2) {
	font-size: 1.5vw;
}

#products>div>div:last-child>div:nth-child(3) {
	font-size: 2.4vw;
	color: #f17086;
}


.meal-shake #products>div>div:last-child>div:nth-child(3) {
	color: #d077a6;
}





#products>div>div:last-child>div:nth-child(4) {
	display: flex;
	align-items: center;
	margin-top: 1vw;
}

#products>div>div:last-child>div:nth-child(4) input {
	font-size: 2.2vw;
	width: 3.3vw;
	height: 3.3vw;
	text-align: center;
	border-radius: 30%;
	border: 1px solid #000;
	outline: none !important;
	font-family: 'Playfair Display';
	padding-bottom: 1vw;
	box-sizing: border-box;
	margin-right: 1vw;
}

#products>div>div:last-child>div:nth-child(4) .button {
    display: block;
    text-decoration: none;
    font-family: 'Roboto';
	border: none;
	color: #fff;
	text-align: center;
	padding: 0.5vw 3vw;
	outline: none;
	cursor: pointer;
	font-size: 1.5vw;
	overflow: hidden;
	position: relative;
	transition: none;
}


#products>div>div:last-child>div:nth-child(4) .button:hover {
	transform: none !important;
}

.meal-shake #products>div>div:last-child>div:nth-child(4) .button {
		background-color: #d077a6;
}


#products>div>div:last-child>div:nth-child(4) .button {
	background-color: #f17086;
}

#products>div>div:last-child>div:nth-child(4) .button span {
	position: relative;
	z-index: 1;
}

#products>div>div:last-child>div:nth-child(4) .button:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 0px;
height: 100%;
background: #ff9bac;
z-index: 0;
transition: width 0.5s ease-in-out;
}

.meal-shake #products>div>div:last-child>div:nth-child(4) .button:before {
	background: #efa8cd;
}



#products>div>div:last-child>div:nth-child(4) .button:hover:before {
	width: 100%;
}



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

#nutritions {
	margin: 1vw 0;
}

#nutritions>div {
	display: flex;
	justify-content: center;
	margin: 2vw 0;
}

#nutritions>div>a {
	padding: 0 1vw;
	font-size: 1.2vw;
}

#nutritions>div:last-child>div {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0 2vw;
	text-align: center;
	width: 8%;
}

#nutritions>div:last-child>div>div:first-child {
	height: 88px;
}

#nutritions>div:last-child>div>div:last-child {
	font-size: 1vw;
	font-family: 'Roboto Condensed'
}

#product-pictures {
	width: 80vw;
	display: flex;
	flex-wrap: wrap;
	margin: 3vw auto;
	box-sizing: border-box;
}

#product-pictures>div {
	padding: 0.5% 1%;
	box-sizing: border-box;
	height: 35.2vw;
	overflow: hidden;
}

#product-pictures>div img {
	height: 100%;
	width: auto;
	max-width: none;
}

#product-pictures>div:nth-child(1) {
	width: 54%;
}

#product-pictures>div:nth-child(2) {
	width: 46%;
}

#product-pictures>div:nth-child(3) {
	width: 37%;
}

#product-pictures>div:nth-child(4) {
	width: 63%;
}

a.normal-link {
	font-size: 1.2vw;
}

#liiv-story {
	width: 70vw;
	margin: 3vw auto 5vw auto;
}

#liiv-story p {
	margin-top: 2vw;
}

#stages>div:first-child {
	background: #f17086;
	text-align: center;
	color: #fff;
	font-size: 2vw;
	height: 4.4vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

#stages>div:nth-child(3) a {
	font-size: 1.5vw;
	color: #000;
	display: inline-block;
	margin: 3vw auto;
}

#stages>div:nth-child(3) {
	text-align: center;
}

h1 {
	font-size: 3.2vw;
	text-align: center;
	font-weight: 400;
}

#meal-text {
	width: 80vw;
	margin: 3vw auto;
}

#meal-text p {
	margin-top: 2vw;
}

#meal-features {
	box-sizing: border-box;
	background: #f17086;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 4vw 0;
	overflow: hidden;
}

#meal-features>div {
	position: relative;
	margin: 1vw;
	overflow: hidden;
	max-width: 38vw;
}

#meal-features>div>div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 5.2vw;
	text-align: center;
	box-sizing: border-box;
	padding: 2vw;
	transition: all 0.3s ease-in-out;
	z-index: 10;
}

#meal-features>div:hover>div {

	opacity: 0;
}

#meal-features>div:hover .hover {
	opacity: 0;
}

#meal-features>div:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	-webkit-box-shadow: inset 10px 10px 239px 120px rgba(0, 0, 0, 0.64);
	-moz-box-shadow: inset 10px 10px 239px 120px rgba(0, 0, 0, 0.64);
	box-shadow: inset 10px 10px 239px 120px rgba(0, 0, 0, 0.64);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: opacity 0.3s ease-in-out;
	opacity: 1;
}

#meal-features>div:hover:before {
	opacity: 0.2;
}

#your-text {
	margin: 3vw auto;
	width: 90vw;
	box-sizing: border-box;
}

#your-text>p {
	text-align: center;
	margin-top: 2vw;
	font-weight: 700;
}

#your-text>div {
	margin-top: 3vw;
	display: flex;
	justify-content: center;
}

#your-text>div>div {
	box-sizing: border-box;
	width: 30%;
	padding: 0 2vw;
	display: flex;
	align-items: center;
	flex-direction: column;
}

#your-text>div>div>div:first-child {
	font-size: 3.2vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #f49390;
	color: #fff;
	border-radius: 100%;
	width: 10vw;
	height: 10vw;
	margin-bottom: 1vw;
}

#your-text>div>div:nth-child(2)>div:first-child {
	background: #f16f86;
}

#your-text>div>div:nth-child(3)>div:first-child {
	background: #ee5fa2;
}

#your-text>div>div>div p {
	margin-top: 1vw;
}

#testimonials {
	background: #f17086;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	padding: 2vw 0 3vw 0;
	overflow: hidden;
}

#testimonials>div:first-child {
	font-size: 3vw;
	padding: 0 3vw;
}

#testimonials>div:first-child a {
	color: #fff;
	font-size: 2vw;
	margin-top: 3vw;
	display: inline-block;
}

#testimonials>div:nth-child(2) {
	box-sizing: border-box;
	background: #f17086;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 2vw 0;
}

#testimonials>div:nth-child(2)>div {
	position: relative;
	margin: 1vw;
	overflow: hidden;
}

@media (min-width: 1201px) {
	#testimonials>div:nth-child(2)>div {
		width: 39%;
	}
}

.front.face>div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 5.2vw;
	text-align: center;
	box-sizing: border-box;
	padding: 2vw;
	-webkit-box-shadow: inset 10px 10px 239px 120px rgba(0, 0, 0, 0.64);
	-moz-box-shadow: inset 10px 10px 239px 120px rgba(0, 0, 0, 0.64);
	box-shadow: inset 10px 10px 239px 120px rgba(0, 0, 0, 0.64);
	transition: opacity .5s ease-in-out;
}

.card {
	width: 100%;
	transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
	transition: all 0.5s ease-in-out;
}

#testimonials>div:nth-child(2)>div:hover .card,
.face.back {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

#testimonials>div:nth-child(2)>div:hover .front.face>div {
	opacity: 0;
}

.face.back {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 3vw;
	z-index: 5;
}

.face.front {
position: relative;
  z-index: 1;
  transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.face.front > div {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

#testimonials>div:nth-child(3)>div:first-child {
	font-size: 8vw;
	margin-bottom: 2vw
}

#testimonials>div:nth-child(3)>div:last-child p {
	font-size: 1.5vw;
	margin-bottom: 1vw;
}

#recipe {
	width: 60vw;
	text-align: center;
	margin: 3vw auto
}

#recipe p {
	margin-bottom: 2vw;
}

#recipe a {
	color: #f17086;
	text-decoration: none;
}

#your-text>div>div>div:first-child span {
	margin-top: -0.9vw;
}

#your-text>div>div ul {
	list-style-type: none;
	color: #f06079;
	margin-top: 1vw;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 5em;
}

#your-text>div>div ul li {
	width: 50%;
	box-sizing: border-box;
	padding-left: 1.5vw;
	position: relative;
}

#your-text>div>div ul li:before {
	content: '•';
	position: absolute;
	top: -0.1vw;
	left: 0;
}

@media (min-width: 1201px) {
	.mobile {
		display: none;
	}
}

@media (max-width: 1200px) {

footer {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#privacy-modal {
	max-width: 90vw;
}

footer > div:last-child {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

footer > div:last-child > div:first-child {
	flex-direction: column;
	margin-top: 20px;
}

	.slider-nav-thumbnails .slick-slide.video-thumb:after {
		background-size: 80%;
	}
	#shop-section.shop-products>div>div {
		padding: 0;
		width: 50%;
	}
	#divtoshow {
		opacity: 0.2;
		overflow: hidden;
	}
	html {
		overflow-x: hidden;
	}
	.full-baner.type-two.product-baner img {
		margin-left: -50vw;
	}

	.full-baner.type-two.product-baner .shape img {
		margin-left: 0;
	}
	.video {
		width: 130vw;
		margin-left: -15vw;
	}
	.stages-slider h1 {
		position: absolute;
		left: 40%;
		top: 12%;
		font-size: 4vw;
	}
	.stages-slider p {
		position: absolute;
		left: 60%;
		padding-right: 10%;
		top: 35%;
		font-size: 3vw;
	}
	.main-slider {
		overflow: hidden;
		height: 54vw;
	}
	.healthy-modal {
		padding: 2vw;
	}
	.modal-text {
		font-size: 2vw;
	}
	.modal-text h1 {
		font-size: 5vw;
	}
	#ingredients-modal {
		max-width: 90vw;
	}
	#ingredients-modal p:first-child {
		font-size: 4vw;
	}
	#ingredients-modal p:nth-child(3),
	#ingredients-modal p:nth-child(2) {
		font-size: 3.2vw;
	}
	.modal#nutrition-modal {
		max-width: 90vw;
		padding: 10px;
	}
	.demo {
		font-size: 1.6vw;
	}
	.demo td {
		font-size: 2vw;
	}
	#your-text>div {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#your-text>div>div {
		width: 80vw;
		margin: 3vw 0;
	}
	#your-text>div>div>div:first-child {
		font-size: 4.2vw;
		width: 12vw;
		height: 12vw;
	}
	#your-text>div>div>div p {
		margin-top: 3vw;
	}
	#meal-features>div>div {
		font-size: 13.2vw;
	}
	#meal-features>div {
		max-width: none;
	}
	#meal-text {
		margin: 8vw auto;
	}
	h1 {
		font-size: 5.2vw;
		text-align: center;
		font-weight: 400;
	}
	#product-description {
		width: 80vw;
	}


	#product-description h2 {
		font-size: 4.2vw;
	}
	a.normal-link {
		font-size: 2.2vw;
	}
	#stages>div:nth-child(3) a {
		font-size: 2.5vw;
	}
	.desktop {
		display: none;
	}
	content p,
	content ul {
		font-size: 3.5vw;
	}
	#products {
		flex-direction: column;
	}
	#products>div {
		justify-content: center;
	}
	#products>div>div:first-child {
		width: 50%;
	}
	#products>div>div:last-child>div:nth-child(1) {
		font-size: 5.2vw;
	}
	#products>div>div:last-child>div:nth-child(1) {
		font-size: 5.2vw;
	}
	#products>div>div:last-child>div:nth-child(2) {
		font-size: 3.5vw;
	}
	#products>div>div:last-child>div:nth-child(3) {
		font-size: 6.4vw;
		color: #d077a6;
	}
	#products>div>div:last-child>div:nth-child(4) input {
		font-size: 4.2vw;
		width: 7.3vw;
		height: 7.3vw;
		text-align: center;
	}
	#products>div>div:last-child>div:nth-child(4) {
		margin-top: 4vw;
	}
	#products>div>div:last-child>div:nth-child(4) .button {
		background-color: #d077a6;
		border: none;
		color: #fff;
		text-align: center;
		padding: 0.5vw 6vw;
		outline: none;
		cursor: pointer;
		font-size: 4.5vw;
	}
	#nutritions>div {
		margin: 5vw 0;
	}
	#nutritions>div>a {
		padding: 0 1vw;
		font-size: 3.2vw;
	}
	#nutritions>div:last-child>div {
		width: 10%;
	}
	#nutritions>div:last-child>div>div:first-child {
		height: 13vw;
	}
	#top-nav {
		padding: 0 1vw;
		justify-content: space-between;
		box-sizing: border-box;
		font-size: 3.4vw;
		height: 12vw;
	}
	#main-nav {
		flex-direction: column;
		margin-top: 0;
	}
	#main-nav>div:last-child {
		width: 100%;
		padding: 2vw 10vw;
		height: auto;
	}
	#main-nav>div:last-child>div:last-child {
		justify-content: center;
		display: none;
		text-align: center;
	}
	.mobile-menu-trigger {
		display: flex;
		justify-content: center;
		font-size: 4.4vw;
		color: #fff;
		align-items: center;
	}
	#nutritions>div:last-child>div>div:last-child {
		font-size: 2vw;
	}
	#product-pictures {
		width: 100vw;
		display: flex;
		flex-wrap: wrap;
		margin: 3vw 0;
		box-sizing: border-box;
		margin-left: -0.5%;
	}
	#product-pictures>div {
		padding: 0.5% 1%;
		box-sizing: border-box;
		height: 45.2vw;
		overflow: hidden;
	}
	.mobile-menu-trigger>div {
		background-image: url(../img/bullet.svg);
		width: 3vw;
		height: 3vw;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
		position: relative;
		top: 0.4vw;
		margin: 0 1vw;
	}
	.mobile-menu-trigger>div:first-child {
		transform: rotate(180deg);
	}
	.logo {
		width: 30%;
		height: 30vw;
		max-height: 230px;
	}
	.logo a {
		max-width: 100%;
	}
	#main-nav>div:last-child a {
		font-size: 5.4vw;
		margin: 0;
		padding: 3vw 0;
		border-bottom: 1px solid #fff;
	}
	#main-nav>div:last-child a:last-child {
		border: none;
	}
	#hero-stage {
		height: 54vw;
		overflow: hidden;
	}
	#hero-stage img {
		height: 100%;
		width: auto;
		max-width: none;
	}
	#benefits>div {
		width: 33%;
	}
	#benefits {
		flex-wrap: wrap;
		height: auto;
		padding: 3vw 0 1vw 0;
	}
	#benefits>div>p {
		font-size: 2vw;
		height: 5.7vw;
	}
	#benefits>div>div:first-child {
		width: 14vw;
		height: 20vw;
	}
	.full-baner:not(.type-three):not(.type-four) {
		height: 100vw;
	}
	.full-baner.type-two,
	.full-baner.type-three {
		margin: 3vw 0;
	}
	.full-baner:not(.type-three):not(.type-four) img {
		height: 100%;
		width: auto;
		max-width: none;
	}
	.full-baner.your-baner {
		height: 66vw !important;
	}
	.full-baner.type-one .baner-text {
		left: 5vw;
		width: 57vw;
		padding-top: 27vw;
	}
	.full-baner.type-four .baner-text {
		width: 38vw;
	}
	.full-baner.type-two.your-baner .baner-text {
		padding-bottom: 0;
	}
	.full-baner.type-two.your-baner .shape2 {
		width: 62vw;
		height: 66vw;
		top: 0;
		right: -10vw;
	}
	.full-baner.type-two.product-baner .shape3 {
		width: 62vw;
		height: 81vw;
		top: 0;
		right: -10vw;
	}
	#testimonials>div:nth-child(3)>div:first-child {
		font-size: 4vw;
	}
	#testimonials>div:nth-child(3)>div:last-child p {
		font-size: 3.5vw;
		padding: 0 3vw;
		margin-bottom: 5vw;
	}
	#your-text>div>div ul {
		margin-top: 3vw;
	}
	.full-baner.type-one h2,
	.full-baner.type-four h2 {
		font-size: 7.2vw;
		font-weight: 400;
		margin-bottom: 2vw;
	}
	.full-baner.type-four h2 {
		font-size: 5.2vw;
	}
	.full-baner.type-one p {
		font-size: 3.7vw;
		line-height: 1.2;
		margin-bottom: 2vw;
	}
	.full-baner.type-one a,
	.full-baner.type-four a {
		font-size: 3.7vw;
	}
	.shape2 {
		width: 54vw;
		height: 56vw;
		top: 14vw;
		right: -6vw;
	}
	.shop-baner .shape2 {
		width: 94vw;
		height: 102vw;
		opacity: 0.57;
		z-index: 0;
		right: -22vw;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		top: -2vw;
	}
	.full-baner.type-two.shop-baner .baner-text {
		padding: 0;
		width: 46vw;
	}
	.shape1 {
		width: 71vw;
		height: 75vw;
		bottom: -27vw;
		left: -4vw;
	}
	.full-baner.type-two .baner-text h2 {
		font-size: 5.2vw;
	}
	.full-baner.type-two .baner-text {
		width: 26vw;
		right: 4vw;
		padding-bottom: 15vw;
		box-sizing: border-box;
	}
	.full-baner.type-two img {
		height: 70%;
	}
	.full-baner.type-three .shape2 {
		width: 39vw;
		height: 53vw;
		top: 0;
		right: -8vw;
	}
	.full-baner.type-three a {
		font-size: 2.7vw;
		color: #fff;
	}
	.full-baner.type-three .baner-text {
		right: 6vw;
		width: 14vw;
	}
	.full-baner.type-three h2 {
		font-size: 5.2vw;
	}
	.mobile-baner-text {
		height: 30%;
		background: #f17086;
		color: #fff;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		padding: 0 3vw;
	}
	.full-baner.type-two p {
		font-size: 3.5vw;
		line-height: 1.2;
		margin-bottom: 2vw;
	}
	.full-baner.type-two a {
		font-size: 3.5vw;
	}
	#shop-section>div {
		flex-wrap: wrap;
		align-items: center;
	}
	#shop-section>div>div {
		width: 50%;
		max-width: none;
		margin: 3vw 0;
		padding: 0;
	}
	#shop-section>div>div img {
		width: 100%;
		height: auto;
	}
	#shop-section>div>div>div:first-child {
		width: 60%;
		margin: 0 auto 3vw auto;
	}
	#shop-section>div>div>p,
	#shop-section.shop-products>div>div>p {
		font-size: 3.2vw;
		height: auto;
	}
	#shop-section>div>div>a,
	#shop-section.shop-products>div>div>a {
		font-size: 3.2vw;
	}
	#stages>div:first-child {
		font-size: 4vw;
		height: 8.4vw;
	}
	#shop-section>a {
		font-size: 5.5vw;
		padding: 5vw;
		width: 22vw;
	}
	#shop-section h1 {
		font-size: 6vw;
		text-align: center;
	}
}

@media (max-width: 768px) {
	#shop-section>div {
		flex-direction: column;
		align-items: center;
	}
	#shop-section>div>div,
	#shop-section.shop-products>div>div {
		width: 80%;
		max-width: none;
		margin: 3vw 0;
	}

	#product-slider img {
		height: 50vw;
	}

	.videoWrapper {
		padding-bottom: 38vw;
	}
}
