@charset "UTF-8";

/* CSS Document */
body {
	text-decoration: none;
	font-size: 12px;
	margin: 0;
	color: black;
}

#footer {
	background-color: white;
}

h1,
h2,
h3,
h4 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
}

ul {
	margin: 0;
	padding: 0 0 0 8%;
	font-family: "ABCArizonaFlare-Bold";
}

l1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "ABCArizonaFlare-Bold";
}

#subscr_tab {
	display: none;
}

.noodle-wrapper {
	display: block;
	position: relative;
	margin-top: 0;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	height: auto;
	background-color: #153C31;
}

.noodle-wrapper img {
	display: block;
	width: 100%;
}

/* MENU BANNER */

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

.noodle-menu {
	display: block;
	position: fixed;
	top: 84px;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	text-align: center;
	background-color: #153C31;
	z-index: 9000;
	border-bottom: 0.5px solid white;
}

.noodle-menu-text {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: auto;
	height: auto;
	padding: 0 .9vw;
	align-items: center;
	font-family: "roc-grotesk-wide";
	font-weight: 700;
	font-size: 1.15vw;
	line-height: 80px;
	color: #FFEBCF;
	text-transform: uppercase;
}

.noodle-menu-text a:link {
	color: #FFEBCF;
	text-decoration: none;
}

.noodle-menu-text a:visited {
	color: #FFEBCF;
}

.noodle-menu-text a:hover {
	color: #F0BE41;
}

.noodles-menu-text a:active {
	color: #FFEBCF;
}

#noodles-row,
#video-row,
#products-row,
#stockists-row,
#social-row,
#registration-row {
	top: -164px;
	position: absolute;
}

/*NOODLES-KV*/
.noodles-kv-mobile {
	display: none;
}

.noodles-kv {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 50vw;
	margin-top: 60px;
	overflow: hidden;
}

.noodles-kv img {
	display: block;
	width: 100%;
}

/*VIDEO*/
.noodles-video-block {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	padding: 5vw 0 6vw 0;
	height: auto;
	overflow: hidden;
	background-color: #FFEBCF;
}

.noodles-kv-text-block {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin-top: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
	color: #153C2A;
}

.noodles-kv-header {
	display: inline-block;
	margin: 0 auto;
	font-family: "roc-grotesk-wide";
	font-weight: 700;
	font-size: 2.9vw;
	line-height: 4vw;
}

.noodles-kv-text {
	display: inline-block;
	margin: 0 34%;
	font-family: "usual";
	font-size: 1.1vw;
	line-height: 1.4vw;
}

.video-text {
	display: block;
	margin: 2vw auto 4vw;
	font-family: "ohno-casual-variable";
	font-weight: 400;
	font-size: 2vw;
	line-height: 2vw;
	color: #153C2A;
}

.video-arrow {
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 17%;
	height: 15vw;
	top: 20vw;
	right: 2%;
	overflow: hidden;
}

.video-arrow img {
	display: block;
	width: 100%;
}

.video_container {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	width: 70%;
	margin: 0 15%;
}

.video_container::after {
	padding-top: 56.25%;
	display: block;
	content: '';
}

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


/*PRODUCTS/RECIPES 1*/

#products-row-mobile {
	display: none;
}

.ani-noodles-outer-outer {
	position: relative;
	display: inline-block;
	width: 80%;
	height: 40vw;
	background-color: transparent;
	border: 0;
	transform: rotate(15deg);
	margin: 1vw 0 0 7vw;
}

.ani-noodles-outer-outer2 {
	position: relative;
	display: inline-block;
	width: 76%;
	height: 45vw;
	background-color: transparent;
	border: 0;
	transform: rotate(-15deg);
	margin: 4vw 0 0 6vw;
}

.ani-noodles-outer {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	transition: transform 250ms;
	background-color: transparent;
	border: 0;
}

.ani-noodles-outer:hover>.ani-noodles1 {
	transform: translateY(-4vw);
}

.ani-noodles-outer:hover {
	transform: rotate(10deg) translateX(3vw);
}

.ani-noodles1 {
	position: absolute;
	display: block;
	top: 0;
	left: 2vw;
	width: 82%;
	height: auto;
	transition: transform 250ms;
	background-color: transparent;
	border: 0;
}

.ani-noodles1 img {
	display: block;
	width: 100%;
	height: auto;
}

.ani-noodles1:hover {
	transform: translateY(-4vw);
}

.ani-noodles-pack {
	position: absolute;
	display: block;
	top: 4vw;
	left: 0;
	width: 100%;
	height: auto;
	transition: transform 250ms;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}

.ani-noodles-pack img {
	display: block;
	width: 100%;
	height: auto;
}

.noodles-products-1 {
	display: block;
	position: relative;
	width: 100%;
	height: 52vw;
	background-color: #153C31;
}

.noodles-products-1-mobile {
	display: none;
}

.noodles-products-2-mobile {
	display: none;
}

.noodles-products-3-mobile {
	display: none;
}


.noodles-1 {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 50%;
	float: left;
}

.noodles-text-1 {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 95%;
	float: left;
	padding: 3vw 0 0 25%;
	font-family: "usual";
	font-size: 1vw;
	line-height: 1.2vw;
	font-weight: 400;
	color: #FFEBCF;
}

.noodles-title-1 {
	text-align: left;
	font-family: "roc-grotesk-wide";
	font-weight: 700;
	font-size: 3vw;
	line-height: 3vw;
	color: #F9BD00;
}

.noodles-sub-1 {
	text-align: left;
	font-family: "ohno-casual-variable";
	font-size: 2.5vw;
	line-height: 3vw;
	margin: .5vw 0 1vw;
	color: #FFF;
}

.noodles-recipes-1 {
	display: block;
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 50%;
	height: 36vw;
	z-index: 100;
	overflow: hidden;
}

.noodles-recipes-link-1 {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 36vw;
	z-index: 100;
	overflow: hidden;
}

.noodles-recipes-link-2 {
	display: inline-block;
	width: 100%;
	height: 36vw;
	z-index: 100;
	overflow: hidden;
}


.noodles-recipes-1-text1 {
	display: block;
	position: absolute;
	bottom: 5vw;
	left: 1%;
	width: 40%;
	font-family: "roc-grotesk-wide";
	font-weight: 700;
	font-size: 1.3vw;
	line-height: 1.7vw;
	text-align: center;
	color: #FFEBCF;
	z-index: 200;
}

.noodles-recipes-1-image1 {
	display: block;
	position: absolute;
	bottom: -12vw;
	left: 0;
	width: 40%;
	z-index: 100;
	transition: transform 250ms;
}

.noodles-recipes-1-image1:hover {
	transform: translateY(-2vw);
}

.noodles-recipes-1-image1 img {
	display: block;
	width: 100%;
}

.noodles-recipes-1-text2 {
	display: block;
	position: absolute;
	bottom: 3.5vw;
	left: 45%;
	width: 40%;
	font-family: "roc-grotesk-wide";
	font-weight: 700;
	font-size: 1.3vw;
	line-height: 1.7vw;
	text-align: center;
	color: #FFEBCF;
	z-index: 200;
}

.noodles-recipes-1-image2 {
	display: block;
	position: absolute;
	bottom: -15vw;
	left: 45%;
	width: 40%;
	z-index: 100;
	transition: transform 250ms;
}

.noodles-recipes-1-image2:hover {
	transform: translateY(-2vw);
}

.noodles-recipes-1-image2 img {
	display: block;
	width: 100%;
}



.noodles-kv-button {
	display: block;
	position: relative;
	background-color: #F9BD00;
	margin: 1.2vw auto 0;
	padding: 1vw 2.5%;
	width: 72%;
	text-align: center;
	font-family: "roc-grotesk-wide";
	font-weight: 700;
	font-size: 1.1vw;
	line-height: 1.2vw;
	color: #153C2A;
	height: auto;
}

.noodles-kv-button a:link {
	color: #153C2A;
	text-decoration: none;
}

.noodles-kv-button a:visited {
	color: #153C2A;
}

.noodles-kv-button a:hover {
	color: #007049;
}

.noodles-kv-button a:active {
	color: #153C2A;
}

.noodles-image-3-1 {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 42%;
	height: auto;
	float: left;
	margin: 4vw 2% 0 4%;
	cursor: pointer;
	pointer-events: auto;
}

.noodles-image-3-1 img {
	display: block;
	width: 100%;
}

.noodles-serve-tab {
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 9%;
	height: auto;
	top: 0;
	left: 50%;
}

.noodles-serve-tab img {
	display: block;
	width: 100%;
}

.recipe-inspiration-1 {
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 11%;
	height: 10vw;
	top: 20vw;
	left: 46%;
	z-index: 300;
}

.recipe-inspiration-1 img {
	display: block;
	width: 100%;
}


/*PRODUCT/RECIPES 2*/
.noodles-products-2 {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 52vw;
	background-color: #007049;
}

.noodles-2 {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 50%;
	float: left;
}

.noodles-text-2 {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 80%;
	float: left;
	padding: 3vw 0 0 0;
	font-family: "usual";
	font-size: 1vw;
	line-height: 1.2vw;
	font-weight: 400;
	color: #FFEBCF;
}

.noodles-title-2 {
	text-align: left;
	font-family: "roc-grotesk-wide";
	font-weight: 700;
	font-size: 3vw;
	line-height: 3vw;
	color: #F9BD00;
	text-transform: uppercase;
}

.noodles-sub-2 {
	text-align: left;
	font-family: "ohno-casual-variable";
	font-size: 2.5vw;
	line-height: 3vw;
	margin: .5vw 0 1vw;
	color: #FFF;
}

.noodles-recipes-2 {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50%;
	height: 36vw;
	z-index: 100;
	overflow: hidden;
}

.noodles-recipes-2-text1 {
	display: block;
	position: absolute;
	bottom: 5vw;
	left: 1%;
	width: 40%;
	font-family: "roc-grotesk-wide";
	font-weight: 700;
	font-size: 1.3vw;
	line-height: 1.7vw;
	text-align: center;
	color: #FFEBCF;
	z-index: 200;
}

.noodles-recipes-2-image1 {
	display: block;
	position: absolute;
	bottom: -10vw;
	left: 0;
	width: 40%;
	z-index: 100;
	transition: transform 250ms;
}

.noodles-recipes-2-image1:hover {
	transform: translateY(-2vw);
}

.noodles-recipes-2-image1 img {
	display: block;
	width: 100%;
}

.noodles-recipes-2-text2 {
	display: block;
	position: absolute;
	bottom: 3.5vw;
	left: 45%;
	width: 40%;
	font-family: "roc-grotesk-wide";
	font-weight: 700;
	font-size: 1.3vw;
	line-height: 1.7vw;
	text-align: center;
	color: #FFEBCF;
	z-index: 200;
}

.noodles-recipes-2-image2 {
	display: block;
	position: absolute;
	bottom: -13vw;
	left: 45%;
	width: 40%;
	z-index: 100;
	transition: transform 250ms;
}

.noodles-recipes-2-image2:hover {
	transform: translateY(-2vw);
}

.noodles-recipes-2-image2 img {
	display: block;
	width: 100%;
}

.noodles-image-3-2 {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 45%;
	height: auto;
	float: left;
	margin: 1vw 2% 0;
	overflow: hidden;
}

.noodles-image-3-2 img {
	display: block;
	width: 100%;
}

.noodles-serve-tab-2 {
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 9%;
	height: auto;
	top: 0;
	left: 38%;
}

.noodles-serve-tab2 img {
	display: block;
	width: 100%;
}

.recipe-inspiration-2 {
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 11%;
	height: 10vw;
	top: 21vw;
	right: 4%;
	z-index: 300;
}

.recipe-inspiration-2 img {
	display: block;
	width: 100%;
}


/*PRODUCT/RECIPES 3*/
.noodles-title-3 {
	text-align: left;
	font-family: "roc-grotesk-wide";
	font-weight: 700;
	font-size: 2.7vw;
	line-height: 3vw;
	color: #F9BD00;
}

.noodles-image-3-3 {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 42%;
	height: auto;
	float: left;
	margin: 4vw 2% 0 4%;
}

.noodles-image-3-3 img {
	display: block;
	width: 100%;
}


/*REGISTRATION*/
.noodle-register {
	display: none;
	position: relative;
	box-sizing: border-box;
	top: -4vw;
	width: 100%;
	height: 55vw;
	background-color: antiquewhite;
	padding: 0;
}

.noodle-register-header {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 80%;
	margin: 4vw 10% 2vw 10%;
	padding: 0;
	height: auto;
	font-family: "subjectivity_serifsuper";
	font-size: 3.5vw;
	line-height: 4vw;
	color: #153c31;
	text-align: center;
	text-transform: uppercase;
}

.register-text {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 0 0;
	height: auto;
	font-family: "ABCArizonaFlare-Bold";
	font-size: 2vw;
	line-height: 2.5vw;
	color: #153C31;
	text-align: center;
}

/*STOCKISTS*/
.noodle-stores {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 3vw 0;
	background-color: #153C31;
}

.buy-available {
	position: relative;
	display: block;
	width: 100%;
	font-family: "roc-grotesk-wide";
	font-weight: 700;
	color: #F9BD00;
	font-size: 3vw;
	line-height: 4vw;
	text-align: center;
	z-index: 8000;
	text-transform: uppercase;
}

.buy-logos {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 50%;
	height: 7vw;
	margin: 2vw 25%;
	padding: 0 2vw;
	background-color: #FFEBCF;
	border-radius: 50px;
	text-align: center;
	overflow: hidden;
}

.buy-logodiv {
	position: relative;
	display: inline-block;
	height: .5vw;
	width: 20%;
	padding: 0 1.5vw;
	
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.buy-logodiv:hover {
	display: inline-block;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.buy-logodiv img {
	display: block;
	width: 100%;
}

.doodle-image {
	position: relative;
	display: block;
	margin: 4vw auto 6vw;
	width: 62%;
}

.doodle-image img {
	display: block;
	width: 100%;
}

.doodle-image-mobile {
	display: none;
}

.products-image-mobile {
	display: none;
}

.products-image {
	position: absolute;
	display: block;
	top: 26vw;
	margin: 0 25%;
	width: 50%;
	height: 20vw;
	z-index: 200;
	overflow: visible;
}

.products-image img {
	display: block;
	width: 100%;
}

/*SOCIAL*/
.noodles-social {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin-top: 0;
	overflow: hidden;
	padding: 2vw 0;
	text-align: center;
	background-color: #FFEBCF;
}

.noodles-social-text {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 80%;
	text-align: center;
	margin: 12vw 10% 3vw;
	font-family: "usual";
	font-size: 1vw;
	line-height: 1.2vw;
	font-weight: 400;
	color: #153C2A;
}

.noodles-social-sub {
	font-family: "ohno-casual-variable";
	font-size: 2.5vw;
	line-height: 3vw;
	margin: .5vw 0 1vw;
}

.noodles-social-title {
	font-family: "roc-grotesk-wide";
	font-weight: 700;
	font-size: 3vw;
	line-height: 3vw;
}

.noodles-social-feed {
	display: block;
	position: relative;
	box-sizing: border-box;
	margin: 1vw auto;
	width: 90%;
	height: auto;
}

.inspire-button {
	display: block;
	position: relative;
	background-color: #F9BD00;
	margin: 3vw auto;
	padding: 1.2vw;
	width: 15%;
	text-align: center;
	font-family: "roc-grotesk-wide";
	font-weight: 700;
	font-size: 1.1vw;
	line-height: 1.2vw;
	color: #153C2A;
	height: auto;
}

.inspire-button a:link {
	color: #153C2A;
	text-decoration: none;
}

.inspire-button a:visited {
	color: #153C2A;
}

.inspire-button a:hover {
	color: #007049;
}

.inspire-button a:active {
	color: #153C2A;
}


@media only screen and (max-width: 1900px) {}

@media only screen and (max-width: 1500px) {}


@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 820px) {
.noodle-menu {
	top: 75px;
	height: 80px;
}

.noodle-menu-text {
	padding: 0 .9vw;
	font-size: 1.7vw;
	line-height: 80px;
}

/*PRODUCTS/RECIPES 1*/
	
.noodles-products-1 {
	width: 100%;
	height: 65vw;
}
.noodles-1 {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 60%;
	float: left;
}

.noodles-text-1 {
	width: 100%;
	padding: 3vw 0 0 10%;
	font-size: 1.5vw;
	line-height: 2vw;
}

.noodles-title-1 {
	font-size: 3vw;
	line-height: 4vw;
}

.noodles-sub-1 {
	font-size: 3.5vw;
	line-height: 4vw;
	margin: .5vw 0 1.5vw;
}

.noodles-recipes-1 {
	left: 5%;
	width: 50%;
	height: 36vw;
	z-index: 100;
	overflow: hidden;
}

.noodles-recipes-1-text1 {
	bottom: 5vw;
	left: 4%;
	font-weight: 700;
	font-size: 1.5vw;
	line-height: 2vw;
}

.noodles-recipes-1-image1 {
	bottom: -12vw;
	left: 0;
	width: 47%;
}

.noodles-recipes-1-text2 {
	bottom: 3.5vw;
	left: 55%;
	width: 40%;
	font-size: 1.5vw;
	line-height: 2vw;
}

.noodles-recipes-1-image2 {
	bottom: -17vw;
	left: 52%;
	width: 47%;
}

	.ani-noodles-outer-outer {
	width: 90%;
	height: 40vw;
	margin: 1vw 0 0 1vw;
}
.noodles-image-3-1 {
	width: 40%;
	margin: 8vw  0 0;
}

.noodles-image-3-1 img {
}

.noodles-serve-tab {
	width: 11%;
}

.recipe-inspiration-1 {
	width: 14%;
	height: 10vw;
	top: 31vw;
	left: 44%;
	z-index: 300;
}



/*PRODUCT/RECIPES 2*/
.noodles-products-2 {
	width: 100%;
	height: 65vw;
}

.noodles-2 {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 50%;
	float: left;
}

.noodles-text-2 {
	width: 95%;
	padding: 3vw 0 0 0;
	font-family: "usual";
	font-size: 1.5vw;
	line-height: 2vw;
}

.noodles-title-2 {
	font-size: 3vw;
	line-height: 4vw;
}

.noodles-sub-2 {
	font-size: 3.5vw;
	line-height: 4vw;
	margin: .5vw 0 1.5vw;
}

.noodles-recipes-2 {
	bottom: 0;
	left: 45%;
	width: 52%;
	height: 36vw;
}

.noodles-recipes-2-text1 {
	bottom: 4vw;
	left: 3%;
	width: 40%;
	font-size: 1.5vw;
	line-height: 2vw;
}

.ani-noodles-outer-outer2 {
	width: 80%;
	height: 55vw;
	margin: 9vw 0 0 3vw;
}	
	
.noodles-recipes-2-image1 {
	bottom: -14vw;
	left: 0;
	width: 46%;
	z-index: 100;
}
.noodles-recipes-2-image2 {
	bottom: -17vw;
	left: 49%;
	width: 46%;
}
.recipe-inspiration-2 {
	width: 13%;
	height: 10vw;
	top: 31vw;
	right: 4%;
	z-index: 300;
}
	
.noodles-recipes-2-text2 {
	bottom: 3vw;
	left: 50%;
	width: 40%;
	font-size: 1.5vw;
	line-height: 2vw;
}

.noodles-image-3-2 {
	width: 45%;
	margin: 1vw 2% 0;
}
.noodles-serve-tab-2 {
	width: 11%;
	height: auto;
	top: 0;
	left: 36%;
}


/*PRODUCT/RECIPES 3*/
.noodles-title-3 {
	text-align: left;
	font-family: "roc-grotesk-wide";
	font-weight: 700;
	font-size: 2.7vw;
	line-height: 3vw;
	color: #F9BD00;
}

.noodles-image-3-3 {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 40%;
	height: auto;
	float: left;
	margin: 8vw 0;
}

.noodles-image-3-3 img {
	display: block;
	width: 100%;
}


/*REGISTRATION*/
.noodle-register {
	display: none;
	position: relative;
	box-sizing: border-box;
	top: -4vw;
	width: 100%;
	height: 55vw;
	background-color: antiquewhite;
	padding: 0;
}

.noodle-register-header {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 80%;
	margin: 4vw 10% 2vw 10%;
	padding: 0;
	height: auto;
	font-family: "subjectivity_serifsuper";
	font-size: 3.5vw;
	line-height: 4vw;
	color: #153c31;
	text-align: center;
	text-transform: uppercase;
}

.register-text {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 0 0;
	height: auto;
	font-family: "ABCArizonaFlare-Bold";
	font-size: 2vw;
	line-height: 2.5vw;
	color: #153C31;
	text-align: center;
}

/*STOCKISTS*/
.noodle-stores {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 3vw 0;
	background-color: #153C31;
}

.buy-available {
	position: relative;
	display: block;
	width: 100%;
	font-family: "roc-grotesk-wide";
	font-weight: 700;
	color: #F9BD00;
	font-size: 3vw;
	line-height: 4vw;
	text-align: center;
	z-index: 8000;
	text-transform: uppercase;
}

.buy-logos {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 60%;
	height: 15vw;
	margin: 2vw 20%;
	padding: 0 2vw;
	background-color: #FFEBCF;
	border-radius: 25px;
	text-align: center;
	overflow: hidden;
}

.buy-logodiv {
	position: relative;
	display: inline-block;
	height: 0.5vw;
	width: 35%;
	padding: 0 1vw;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.buy-logodiv:hover {
	display: inline-block;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.buy-logodiv img {
	display: block;
	width: 100%;
}

.doodle-image {
	position: relative;
	display: block;
	margin: 4vw auto 6vw;
	width: 62%;
}

.doodle-image img {
	display: block;
	width: 100%;
}

.doodle-image-mobile {
	display: none;
}

.products-image-mobile {
	display: none;
}

.products-image {
	position: absolute;
	display: block;
	top: 35vw;
	margin: 0 25%;
	width: 50%;
	height: 20vw;
	z-index: 200;
	overflow: visible;
}

.products-image img {
	display: block;
	width: 100%;
}

/*SOCIAL*/
.noodles-social {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin-top: 0;
	overflow: hidden;
	padding: 2vw 0;
	text-align: center;
	background-color: #FFEBCF;
}

.noodles-social-text {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 80%;
	text-align: center;
	margin: 14vw 10% 3vw;
	font-family: "usual";
	font-size: 1vw;
	line-height: 1.2vw;
	font-weight: 400;
	color: #153C2A;
}

.noodles-social-sub {
	font-family: "ohno-casual-variable";
	font-size: 2.5vw;
	line-height: 3vw;
	margin: .5vw 0 1vw;
}

.noodles-social-title {
	font-family: "roc-grotesk-wide";
	font-weight: 700;
	font-size: 3vw;
	line-height: 3vw;
}

.noodles-social-feed {
	display: block;
	position: relative;
	box-sizing: border-box;
	margin: 1vw auto;
	width: 90%;
	height: auto;
}

.inspire-button {
	display: block;
	position: relative;
	background-color: #F9BD00;
	margin: 3vw auto;
	padding: 1.2vw;
	width: 15%;
	text-align: center;
	font-family: "roc-grotesk-wide";
	font-weight: 700;
	font-size: 1.1vw;
	line-height: 1.2vw;
	color: #153C2A;
	height: auto;
}
}

@media only screen and (max-width: 461px) {

	/*NOODLES-KV*/
	.noodles-kv-mobile {
		display: block;
		position: relative;
		box-sizing: border-box;
		width: 100%;
		height: 260vw;
		margin-top: 60px;
		overflow: hidden;
	}

	.noodles-kv-mobile img {
		display: block;
		width: 100%;
	}

	.noodles-kv {
		display: none;
	}

	.noodle-menu {
		top: 75px;
		padding: 15px 0 15px 0;
		width: 100%;
		height: 80px;
		text-align: center;
		background-color: #153C31;
		z-index: 9000;
		border-bottom: 0.5px solid white;
	}

	.noodle-menu-text {
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		width: auto;
		height: auto;
		padding: 0 3vw;
		align-items: center;
		font-family: "roc-grotesk-wide";
		font-weight: 700;
		font-size: 3vw;
		line-height: 6vw;
		color: #FFEBCF;
		text-transform: uppercase;
	}


	/*VIDEO*/
	.noodles-video-block {
		display: block;
		position: relative;
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		padding: 5vw 0 6vw 0;
		height: auto;
		overflow: hidden;
		background-color: #FFEBCF;
	}

	.noodles-kv-header {
		margin: 3vw 0;
		font-size: 11vw;
		line-height: 10vw;
	}

	.noodles-kv-text {
		margin: 0 10%;
		font-size: 4vw;
		line-height: 5vw;
	}

	.video-text {
		margin: 2vw 5%;
		font-size: 9vw;
		line-height: 10vw;
	}

	.video-arrow {
		display: block;
		position: relative;
		box-sizing: border-box;
		width: 70%;
		height: auto;
		margin: 0 15%;
		top: 0;
	}

	.video_container {
		overflow: hidden;
		position: relative;
		box-sizing: border-box;
		width: 90%;
		margin: 0 5% 5vw;
	}


	/*PRODUCTS/RECIPES 1 MOBILE*/
	.noodles-products-2 {
		display: none;
	}

	#products-row-mobile {
		display: block;
		position: relative;
		box-sizing: border-box;
	}


	.swiper {
		width: 100%;
		height: 130vw;
		margin-top: 30vw;
		
	}

	.swiper-slide {
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.swiper-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
	.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {

		left: 50%;
		transform: translateX(-70%);
		white-space: nowrap;
width: 200px;
		
		


	}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 100;
    color: white;
    display: none;
    font-family: 'source_sans_proregular';
    line-height: 55px;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

	.noodles-products-1-mobile {
		display: block;
		position: relative;
		width: 100%;
		height: 384vw;
		background-color: #153C31;
		z-index: 100;
		
	}

	.noodles-products-1 {
		display: none;
	}

	.noodles-serve-tab {
		width: 25%;
		height: auto;
		top: 0;
		left: 5%;
	}

	.noodles-image-3-1 {
		display: block;
		position: relative;
		box-sizing: border-box;
		width: 90%;
		height: auto;
		float: left;
		margin: 10vw 5% 0;
	}

	.noodles-1 {
		display: block;
		position: relative;
		box-sizing: border-box;
		width: 100%;
		float: left;
	}

	.noodles-text-1 {
		display: block;
		position: relative;
		box-sizing: border-box;
		width: 100%;
		float: left;
		padding: 0 10% 2vw;
		font-family: "usual";
		font-size: 4vw;
		line-height: 5vw;
		font-weight: 400;
		color: #FFEBCF;
	}

	.noodles-title-1 {
		font-size: 10vw;
		line-height: 10vw;
	}

	.noodles-sub-1 {
		font-size: 7vw;
		line-height: 8vw;
		margin: .5vw 0 5vw;
	}

	.recipe-inspiration-1 {
		display: block;
		position: relative;
		float: left;
		width: 60%;
		height: auto;
		left: 0;
		margin: 7vw 20% 0;
		z-index: 300;
		top: 0;
	}

	.noodles-recipes-1 {
		display: block;
		position: relative;
		width: 100%;
		height: 130vw;
		z-index: 100;
		overflow: hidden;
		top: 0;
		left: 0;
	}

	.noodles-recipes-1-text1 {
		display: block;
		position: absolute;
		top: 70vw;
		left: 0;
		width: 80%;
		margin: 0 10%;
		font-family: "roc-grotesk-wide";
		font-weight: 700;
		font-size: 6vw;
		line-height: 7vw;
		text-align: center;
		color: #FFEBCF;
		z-index: 200;
	}

	.noodles-recipes-1-image1 {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		width: 90%;
		margin: 0 5%;
		bottom: 0;
		z-index: 100;
		overflow: hidden;
	}

	.noodles-recipes-1-image1:hover {
		transform: none;
	}


	.noodles-recipes-1-text2 {
		display: block;
		position: absolute;
		top: 70vw;
		left: 45%;
		width: 40%;
		font-family: "roc-grotesk-wide";
		font-weight: 700;
		font-size: 1.3vw;
		line-height: 1.7vw;
		text-align: center;
		color: #FFEBCF;
		z-index: 200;
	}

	.noodles-recipes-1-image2 {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		width: 90%;
		margin: 0 5%;
		z-index: 100;
		bottom: 0;
	}

	.noodles-recipes-1-image2 img {
		display: block;
		width: 100%;
	}


	.noodles-kv-button {
		margin: 5vw auto 0;
		padding: 3vw 2.5%;
		width: 90%;
		font-size: 5vw;
		line-height: 5vw;
	}

	.noodles-kv-button a:link {
		color: #153C2A;
		text-decoration: none;
	}

	.noodles-kv-button a:visited {
		color: #153C2A;
	}

	.noodles-kv-button a:hover {
		color: #007049;
	}

	.noodles-kv-button a:active {
		color: #153C2A;
	}


	/*PRODUCT/RECIPES 2*/
	.noodles-products-2-mobile {
		display: block;
		position: relative;
		width: 100%;
		height: 364vw;
		background-color: #007049;
		z-index: 100;
	}

	.noodles-serve-tab-2 {
		display: block;
		position: absolute;
		box-sizing: border-box;
		width: 25%;
		height: auto;
		top: 0;
		left: 65%;
	}

	.noodles-serve-tab-2 img {
		display: block;
		width: 100%;
	}

	.noodles-image-3-2 {
		display: block;
		position: relative;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		float: left;
		margin: 10vw 5%;
		overflow: hidden;
	}

	.noodles-image-3-2 img {
		display: block;
		width: 100%;
	}

	.noodles-2 {
		display: block;
		position: relative;
		box-sizing: border-box;
		width: 50%;
		float: left;
	}

	.noodles-text-2 {
		display: block;
		position: relative;
		box-sizing: border-box;
		width: 80%;
		float: left;
		padding: 3vw 0 0 0;
		font-family: "usual";
		font-size: 1vw;
		line-height: 1.2vw;
		font-weight: 400;
		color: #FFEBCF;
	}

	.noodles-title-2 {
		text-align: left;
		font-family: "roc-grotesk-wide";
		font-weight: 700;
		font-size: 3vw;
		line-height: 3vw;
		color: #F9BD00;
		text-transform: uppercase;
	}

	.noodles-sub-2 {
		text-align: left;
		font-family: "ohno-casual-variable";
		font-size: 2.5vw;
		line-height: 3vw;
		margin: .5vw 0 1vw;
		color: #FFF;
	}

	.noodles-recipes-2 {
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 50%;
		height: 36vw;
		z-index: 100;
		overflow: hidden;
	}

	.noodles-recipes-2-text1 {
		display: block;
		position: absolute;
		bottom: 5vw;
		left: 1%;
		width: 40%;
		font-family: "roc-grotesk-wide";
		font-weight: 700;
		font-size: 1.3vw;
		line-height: 1.7vw;
		text-align: center;
		color: #FFEBCF;
		z-index: 200;
	}

	.noodles-recipes-2-image1 {
		display: block;
		position: absolute;
		bottom: -10vw;
		left: 0;
		width: 40%;
		z-index: 100;
		transition: transform 250ms;
	}

	.noodles-recipes-2-image1:hover {
		transform: translateY(-2vw);
	}

	.noodles-recipes-2-image1 img {
		display: block;
		width: 100%;
	}

	.noodles-recipes-2-text2 {
		display: block;
		position: absolute;
		bottom: 3.5vw;
		left: 45%;
		width: 40%;
		font-family: "roc-grotesk-wide";
		font-weight: 700;
		font-size: 1.3vw;
		line-height: 1.7vw;
		text-align: center;
		color: #FFEBCF;
		z-index: 200;
	}

	.noodles-recipes-2-image2 {
		display: block;
		position: absolute;
		bottom: -13vw;
		left: 45%;
		width: 40%;
		z-index: 100;
		transition: transform 250ms;
	}

	.noodles-recipes-2-image2:hover {
		transform: translateY(-2vw);
	}

	.noodles-recipes-2-image2 img {
		display: block;
		width: 100%;
	}

	.noodles-image-3-2 {
		display: block;
		position: relative;
		box-sizing: border-box;
		width: 45%;
		height: auto;
		float: left;
		margin: 1vw 2% 0;
		overflow: hidden;
	}

	.noodles-image-3-2 img {
		display: block;
		width: 100%;
	}


	.recipe-inspiration-2 {
		display: block;
		position: absolute;
		box-sizing: border-box;
		width: 11%;
		height: 10vw;
		top: 21vw;
		right: 4%;
		z-index: 300;
	}

	.recipe-inspiration-2 img {
		display: block;
		width: 100%;
	}


	/*PRODUCT/RECIPES 3*/
.noodles-products-3-mobile {
		display: block;
		position: relative;
		width: 100%;
		height: 369.5vw;
		background-color: #007049;
		z-index: 100;
	}
.noodles-products-3-mobile img {
		display: block;
		width: 100%;
	}
	.noodles-title-3 {
		text-align: left;
		font-family: "roc-grotesk-wide";
		font-weight: 700;
		font-size: 2.7vw;
		line-height: 3vw;
		color: #F9BD00;
	}

	.noodles-image-3-3 {
		display: block;
		position: relative;
		box-sizing: border-box;
		width: 42%;
		height: auto;
		float: left;
		margin: 4vw 2% 0 6%;
	}

	.noodles-image-3-3 img {
		display: block;
		width: 100%;
	}
	
	/*STOCKISTS*/
	.noodle-stores {
		display: block;
		position: relative;
		box-sizing: border-box;
		width: 100%;
		height: 180vw;
		padding: 3vw 0;
		background-color: #153C31;
		z-index: 400;
	}

	.buy-available {
		width: 90%;
		color: #F9BD00;
		font-size: 10.5vw;
		line-height: 11vw;
		text-align: center;
		margin: 8vw 5% 0;
	}

.buy-logos {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 86%;
	height: auto;
	margin: 3vw 7%;
	padding: 0 2vw;
	border-radius: 20px;
	text-align: center;
	overflow: hidden;
}
.buy-logodiv {
	position: relative;
	display: inline-block;
	height: auto;
	width: 40%;
	padding: 0 4%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

	.doodle-image {
		display: none;
	}

	.doodle-image-mobile {
		position: relative;
		display: block;
		margin: 8vw 10%;
		width: 80%;
	}

	.doodle-image-mobile img {
		display: block;
		width: 100%;
	}

	.products-image {
		display: none;
	}

	.products-image-mobile {
		position: absolute;
		display: block;
		top: 138vw;
		margin: 0 5%;
		width: 90%;
		height: 20vw;
		z-index: 200;
		overflow: visible;
	}

	.products-image-mobile img {
		display: block;
		width: 100%;
	}

	/*SOCIAL*/
	.noodles-social {
		display: block;
		position: relative;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		margin-top: 0;
		overflow: hidden;
		padding: 18vw 0 3vw;
		text-align: center;
		background-color: #FFEBCF;
	}

	.noodles-social-text {
		width: 80%;
		margin: 54vw 10% 3vw;
		font-size: 4vw;
		line-height: 10vw;
	}

	.noodles-social-sub {
		font-size: 8.5vw;
		line-height: 9vw;
		margin: 3vw 0;
	}

	.noodles-social-title {
		font-weight: 700;
		font-size: 12vw;
		line-height: 12vw;
	}

	.noodles-social-feed {
		display: block;
		position: relative;
		box-sizing: border-box;
		margin: 1vw auto;
		width: 90%;
		height: auto;
	}

	.inspire-button {
		margin: 10vw auto;
		padding: 5vw;
		width: 80%;
		font-size: 5vw;
		line-height: 5vw;
	}


	.inspire-button a:link {
		color: #153C2A;
		text-decoration: none;
	}

	.inspire-button a:visited {
		color: #153C2A;
	}

	.inspire-button a:hover {
		color: #007049;
	}

	.inspire-button a:active {
		color: #153C2A;
	}
}