/* TEMPLATE LANDING PAGE */

.page-template-page-landing .main_inner {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px!important;
}

.page-template-page-landing .main-content-inner {
	padding-left:0px!important;
	padding-right:0px!important;
	width:100%!important;
	max-width:100%!important;
	margin: 0 0px !important;
}

.page-template-page-landing .main_inner .main-inner-container {
	display:none;
}

.page-template-page-landing .site-main .main_inner .page-title {
	display:none;
}

.page-template-page-landing .main-content-inner p {
	margin-bottom:0px!important;		
}

/* LANDING BTN */
.landing-btn {
	text-decoration:none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: fit-content;
	padding: 28px 60px;
	border-radius: 20px;
	font-family: 'Raleway';
	font-size: clamp(1.375rem, 1.0938rem + 0.75vw, 1.75rem);
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 24px;
}

.landing-btn svg {
	width: 20px;
	flex: 0 0 auto;
}

@media (max-width:600px) {
	.landing-btn {
		gap:10px;
		padding: 16px 30px;
		font-size:1.125rem;
	}
}

/* LANDING - LAUNCH BOX */
.landing-launch-box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border: 5px solid #000;
	border-radius: 20px;
	min-width: 600px;
	padding-inline: 2rem;
}

.landing-launch-box div {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.landing-launch-box div svg {
	max-width: 28px;
}

.landing-launch-box_one,
.landing-launch-box_two {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

.landing-launch-box_one p,
.landing-launch-box_two p {
	text-transform: uppercase;
	font-family: 'Raleway';
	font-size: clamp(0.875rem, 0.6875rem + 0.5vw, 1rem);
	line-height: 1.1;
	font-weight: 900;
}

.landing-launch-box_three p {
	font-family: 'Raleway';
	font-size: clamp(2.625rem, 2.1563rem + 1.25vw, 3.25rem);
	font-weight: 900;
	line-height: 1;
	font-feature-settings: 'lnum' 1;
}

@media (max-width:820px) {
	.landing-launch-box {
		grid-template-columns: repeat(2, 1fr);
		min-width:100%!important;
		width:100%!important;
		row-gap:1rem;
		padding-top:1rem;
		padding-bottom:8px;
	}

	.landing-launch-box div {
		padding-top:0;
		padding-bottom:0;
	}
	
	.landing-what-inside .landing-launch-box {
		grid-template-columns: repeat(2, 1fr);
		min-width:600px!important;
		width:600px!important;
	}
	
	.landing-launch-box_three {
		grid-column: span 2;
	}

	.landing-launch-box_three p {
		font-size:3.2rem;
	}
}

@media (max-width:767px) {
	.landing-launch-box {
		grid-template-columns: repeat(2, 1fr);
		min-width:90%!important;
		width:90%!important;
	}
	
	.landing-what-inside .landing-launch-box {
		grid-template-columns: repeat(2, 1fr);
		min-width:90%!important;
		width:90%!important;
	}

	.landing-launch-box_three {
		grid-column: span 2;
	}

	.landing-launch-box_three p {
		font-size:3.2rem;
	}
}

/* LANDING - HERO */
.landing-hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 600px;
}

.landing-hero__content {
	display: flex;
	justify-content: flex-end;
	padding-right: 3rem;
    background: #FF7700;
	padding-block:3rem;
}

/* Box Vegan */
.page-id-18394 .landing-hero__content {
	background: #4caf50;
}

/* Box Premium */
.page-id-18409 .landing-hero__content {
	background: #FF94C4;
}

/* Box Naturale */
.page-id-18415 .landing-hero__content {
	background: #FFD000;
}

.landing-hero__content-wrapper {
	max-width: 70%;
}

.landing-hero__mobile-image {
	display: none;
}

.landing-hero__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: 100%;
	margin-bottom: 24px;
	padding: 12px 24px;
	border: 5px solid #000;
	border-radius: 50px;
	color: #fff;
	font-family: 'Raleway';
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-transform:uppercase;
}

/* Box Premium */
.page-id-18409 .landing-hero__badge {
	color: #000;
	border: 5px solid #fff;
}

/* Box Naturale */
.page-id-18415 .landing-hero__badge {
	color: #000;
}

.landing-hero__badge img {
	width: 20px;
	flex: 0 0 auto;
}

.landing-hero__title {
	font-family: 'Raleway';
	font-size: clamp(3rem, 0.375rem + 6vw, 5.625rem);
	font-weight: 900;
	line-height: 1;
	color: #fff;
  max-width: 10ch;
}

/* Box Premium */
.page-id-18409 .landing-hero__title {
	color: #000;
}

/* Box Naturale */
.page-id-18415 .landing-hero__title {
	color: #000;
}

.landing-hero__subtitle {
	margin-top: 16px;
	font-family: 'Raleway';
	font-size: 52px;
	font-weight: 900;
	line-height: 1.1;
	color: #fff;
	max-width: 15ch;
	margin-bottom: 2rem;
}

/* Box Premium */
.page-id-18409 .landing-hero__subtitle {
	color: #000;
}

/* Box Naturale */
.page-id-18415 .landing-hero__subtitle {
	color: #000;
}

.landing-hero__content-wrapper .landing-launch-box {
	margin-bottom: 3rem;
	min-width: 100%;
	width: 100%;
}

/* Box Premium */
.page-id-18409 .landing-hero__content-wrapper .landing-launch-box {
	border-color: #FFF;
}

/* Box Naturale */
.page-id-18415 .landing-hero__content-wrapper .landing-launch-box {
	border-color: #000;
}

.landing-hero__content-wrapper .landing-launch-box_one p,
.landing-hero__content-wrapper .landing-launch-box_two p,
.landing-hero__content-wrapper .landing-launch-box_three p {
	color: #fff;
}

/* Box Premium */
.page-id-18409 .landing-hero__content-wrapper .landing-launch-box_one p,
.page-id-18409 .landing-hero__content-wrapper .landing-launch-box_three p {
	color: #000;
}

.page-id-18409 .landing-hero__content-wrapper .landing-launch-box_two svg {
	fill:#fff;
}

/* Box Naturale */
.page-id-18415 .landing-hero__content-wrapper .landing-launch-box_one p,
.page-id-18415 .landing-hero__content-wrapper .landing-launch-box_two p,
.page-id-18415 .landing-hero__content-wrapper .landing-launch-box_three p {
	color: #000;
}

.landing-hero__btn,
.landing-hero__btn:hover {
	background: #FFF;
	color: #000!important;
	width: 100%;
}

/* Box Premium */
.page-id-18409 .landing-hero__btn,
.page-id-18409 .landing-hero__btn:hover {
	background: #000;
	color:#fff!important;
}

.page-id-18409 .landing-hero__btn svg,
.page-id-18409 .landing-hero__btn:hover svg {
	fill:#fff!important;
}

/* Box Naturale */
.page-id-18415 .landing-hero__btn,
.page-id-18415 .landing-hero__btn:hover {
	background: #000;
	color:#FFD000!important;
}

.page-id-18415 .landing-hero__btn svg,
.page-id-18415 .landing-hero__btn:hover svg {
	fill:#FFD000!important;
}

.landing-hero__shipping {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-top: 2rem;
}

.landing-hero__shipping svg {
	width: 22px;
}

/* Box Premium */
.page-id-18409 .landing-hero__shipping svg {
	fill:#FFF;
}

.landing-hero__shipping p {
	font-family: 'Raleway';
	font-size: clamp(1rem, 0.8125rem + 0.5vw, 1.25rem);
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
}

/* Box Premium e Box Naturale */
.page-id-18409 .landing-hero__shipping p,
.page-id-18415 .landing-hero__shipping p {
	color:#000;
}

.landing-hero__image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 1024px) {
	.landing-hero__content-wrapper {
    max-width: 95%;
	}

	.landing-hero__badge {
		font-size:22px;
	}
}

@media (max-width: 820px) {
	.landing-hero__badge {
		font-size:16px;
	}
}

@media (max-width: 767px) {

	.landing-hero {
		grid-template-columns: 1fr;
	}

	.landing-hero__content {
		padding: 48px 0px;
		justify-content: flex-start;
	}

	.landing-hero__content-wrapper {
		max-width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.landing-hero__badge {
		font-size: 16px;
		max-width:90%;
	}

	.landing-hero__title {
		font-size:3.5rem;
		text-align:center;
		max-width: 100%;
		padding-inline: 10%;
		margin-bottom:2rem;
	}

	.landing-hero__mobile-image {
		display: flex;
	}

	.landing-hero__mobile-image img {
		width:100%;
	}

	.landing-hero__image {
		display: none;
	}

	.landing-hero__subtitle {
		font-size:2rem;
		text-align: center;
		max-width: 100%;
		margin-top:2rem;
	}

	.landing-hero__btn {
		max-width:90%!important;
	}

}

@media (max-width:600px) {
	.landing-hero__badge {
		gap:7px;
		padding: 8px 12px;
	}
}

/* LANDING - WHAT INSIDE */
.landing-what-inside {
	background: #FFD000;
	padding-top:120px;
	padding-bottom: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Box Vegan */
.page-id-18394 .landing-what-inside {
	background:#ff94c4;
}

/* Box Premium */
.page-id-18409 .landing-what-inside {
	background:#000;
}

/* Box Naturale */
.page-id-18415 .landing-what-inside {
	background:#FF7700;
}

.landing-what-inside__title {
	font-family: 'Raleway';
	font-size: clamp(3rem, 0.375rem + 6vw, 5.625rem);
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 5rem;
	text-align: center;
	max-width: 60%;
}

/* Box Premium */
.page-id-18409 .landing-what-inside__title {
	color: #FF94C4;
}

.landing-what-inside__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 60%;
	row-gap: 4rem;
	margin-bottom: 8rem;
}

.landing-what-inside__product {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.landing-what-inside__img-wrapper {
	background: #FFF0B2;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Box Vegan */
.page-id-18394 .landing-what-inside__img-wrapper {
	background: #F8EEFF;
}

/* Box Premium */
.page-id-18409 .landing-what-inside__img-wrapper {
	background: #F8EEFF;
}

/* Box Naturale */
.page-id-18415 .landing-what-inside__img-wrapper {
	background: #FFF0B2;
}

.landing-what-inside__img-wrapper img {
	width:100%;
	max-width: 170px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.landing-what-inside__product p {
	font-family: 'Raleway';
	font-size: clamp(1rem, 0.6875rem + 0.5vw, 1.225rem);
	line-height: 1.1;
	font-weight: 700;
	text-align: center;
	max-width: 60%;
	color:#000;
}

/* Box Premium */
.page-id-18409 .landing-what-inside__product p {
	color: #FFF;
}

.landing-what-inside__btn,
.landing-what-inside__btn:hover {
	background: #FFF;
	color: #000;
	min-width: 600px;
}

.landing-what-inside__btn span svg {
	fill: #000;
}

.landing-what-inside .landing-launch-box {
	margin-bottom: 3rem;
	color:#000;
}

/* Box Premium */
.page-id-18409 .landing-what-inside .landing-launch-box {
	color:#FF94C4;
}

.page-id-18409 .landing-what-inside .landing-launch-box svg {
	fill:#FF94C4;
}

.page-id-18409 .landing-what-inside .landing-launch-box {
	border: 5px solid #FF94C4;
}

@media (max-width: 820px) {
	.landing-what-inside__grid {
		max-width:100%;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:767px) {
	.landing-what-inside__title {
		max-width: 100%;
		padding-inline:24px;
	}

	.landing-what-inside__grid {
		max-width:100%;
		grid-template-columns: repeat(2, 1fr);
	}

	.landing-what-inside__img-wrapper {
		width:170px;
		height: 170px;
	}

	.landing-what-inside__img-wrapper img {
		max-width: 120px;
	}

	.landing-what-inside__btn {
		min-width:90%;
		width:90%;
	}
}

/* LANDING - TRY IT */
.landing-try-it {
	padding-top: 120px;
	padding-bottom: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.landing-try-it__title {
	font-family: 'Raleway';
	font-size: clamp(3rem, 0.375rem + 6vw, 5.625rem);
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 5rem!important;
	text-align: center;
	color:#000!important;
}

.landing-try-it__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 8rem;
}

.landing-try-it__blurb {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-inline: 8px;
	gap: 1rem;
}

.landing-try-it__blurb-image {
	width:150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.landing-try-it__blurb-image.salvadanaio {
	background: #FFE5CE;
}

.landing-try-it__blurb-image.badge {
	background: #FFF0B2;
}

.landing-try-it__blurb-image.foglia {
	background: #CFFFD1;
}

.landing-try-it__blurb-image svg {
	width: 80px;
}

.landing-try-it__blurb-title {
	font-family: 'Raleway';
	font-size: clamp(1.125rem, 0.9375rem + 0.5vw, 1.375rem);
	font-weight: 900;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	max-width: 55%;
	color:#000;
}

.landing-try-it__blurb-text {
	font-family: 'Raleway';
	font-size: clamp(0.875rem, 0.6875rem + 0.5vw, 1.125rem);
	line-height: 1.1;
	font-weight: 700;
	text-align: center;
	max-width: 70%;
}

.landing-try-it__btn,
.landing-try-it__btn:hover {
	background: #FF7700;
	color: #fff;
	min-width: 600px;
}

/* Box Vegan */
.page-id-18394 .landing-try-it__btn,
.page-id-18394 .landing-try-it__btn:hover {
	background: #4CAF50;
	color: #fff;
}

/* Box Premium */
.page-id-18409 .landing-try-it__btn,
.page-id-18409 .landing-try-it__btn:hover {
	background: #FF94C4;
	color: #000;
}

.landing-try-it__btn span svg {
	fill: #fff;
}

@media (max-width:767px) {
	.landing-try-it__title {
		max-width: 90%;
	}

	.landing-try-it__grid {
		grid-template-columns: repeat(1,1fr);
		gap: 2rem;
	}

	.landing-try-it__blurb-image {
		width:120px;
		height: 120px;
	}

	.landing-try-it__blurb-image svg {
		width:65px;
	}

	.landing-try-it__btn {
		min-width: 90%;
		width:90%;
	}
}

/* LANDING - ABOUT */
.landing-about {
	padding-top:60px;
	padding-bottom: 120px;
}

.landing-about__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding-inline: 15%;
	gap: 3rem;
}

.landing-about__grid-left img {
	object-fit: cover;
	width: 100%;
}

.landing-about__grid-right {
	display: flex;
	flex-direction: column;
	/*padding-top: 2rem;*/
}

.landing-about__title {
	font-family: 'Raleway';
	font-size: clamp(2.625rem, 2.1563rem + 1.25vw, 3.25rem);
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 2rem;
}

.landing-about__subtitle {
	font-family: 'Raleway';
	font-size: clamp(2rem, 1.625rem + 1vw, 2.5rem);
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 2rem;
	max-width: 60%;
}

.landing-about__text {
	font-family: 'Raleway';
	font-size: clamp(1rem, 0.8125rem + 0.5vw, 1.25rem);
	font-weight: 400;
	line-height: 1.1;
}

@media (max-width:1024px) {
	.landing-about__subtitle {
		max-width: 100%;
	}	
}

@media (max-width:676px) {
	.landing-about__grid {
		grid-template-columns: repeat(1, 1fr);
		padding-inline: 24px;
	}

	.landing-about__title {
		text-align: center;
	}

	.landing-about__subtitle {
		text-align: center;
	}

	.landing-about__text {
		text-align: center;
	}
}

/* LANDING - FULL IMAGE SECTION */
.landing-full-image img {
	width:100%;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 16 / 9;
}

/* LANDING - FINAL CTA */
.landing-final-cta {
	background: #FF7700;
	padding-block:120px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Box Vegan */
.page-id-18394 .landing-final-cta {
	background: #4CAF50;
}

/* Box Premium */
.page-id-18409 .landing-final-cta {
	background: #FF94C4;
}

/* Box Naturale */
.page-id-18415 .landing-final-cta {
	background: #FFD000;
}

.landing-final-cta__title {
	font-family: 'Raleway';
	font-size: clamp(3rem, 0.375rem + 6vw, 5.625rem);
	font-weight: 900;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 5rem;
	max-width: 20ch;
	text-align: center;
}

/* Box Premium e Box Naturale */
.page-id-18409 .landing-final-cta__title,
.page-id-18415 .landing-final-cta__title {
	color: #000;
}


.landing-final-cta__btn,
.landing-final-cta__btn:hover {
	background-color: #fff;
	color: #000;
	min-width: 600px;
}

@media (max-width:820px) {
	.landing-final-cta__btn {
		min-width: 50%;
	}
}

@media (max-width:767px) {
	.landing-final-cta__btn {
		min-width: 90%;
	}
}

/* LANDING - TEXT MARQUEE */
.landing-text-marquee {
    width:100%;
    overflow:hidden;
    background:#FF7700;
    padding:30px 0;
}

/* BOX VEGAN */
.page-id-18394 .landing-text-marquee {
    background:#4CAF50;
}

/* BOX PREMIUM */
.page-id-18409 .landing-text-marquee {
    background:#FF94C4;
}

/* BOX NATURALE */
.page-id-18415 .landing-text-marquee {
    background:#FFD000;
}

.landing-text-marquee__inner {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    white-space:nowrap;
    transform:translateX(-120px);
}

.landing-text-marquee__inner span{
    flex:0 0 auto;
    color:#fff;
		font-family: 'Raleway';
    font-size:clamp(20px,4vw,36px);
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:3px;
    line-height:1;
}

.landing-text-marquee__icon {
    flex:0 0 auto;
    width:32px;
    height:32px;
    display:block;
}