@font-face {
	font-family: "Nutella";
	src: url("../../fonts/nutella/nutella-webfont.woff2") format("woff2"), url("../../fonts/nutella/nutella-webfont.woff") format("woff"), url("../../fonts/nutella/Nutella.otf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 700;
}

@font-face {
	font-family: "Chronic";
	src: url("../../fonts/33B6F7_0_0.woff2") format("woff2"), url("../../fonts/33B6F7_0_0.woff") format("woff"), url("../../fonts/33B6F7_0_0.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

@font-face {
	font-family: "Just Another Hand";
	src: url("../../fonts/JustAnotherHand-Regular.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

.title-h1 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h1);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h1);
	color: #424242;
}

.title-h2 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h2);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h2);
	color: #424242;
}

.title-h3 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h3);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h3);
	color: #424242;
}

.title-h4 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h4);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h4);
	color: #424242;
}

.bg-nutella-pdf {
	display: none;
}

.recipe-full {
	padding-top: 3.13rem;
	overflow: hidden;
}

.recipe-full .recipes-info-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 1.88rem;
}

.recipe-full .recipes-info-group .field {
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-radius: 30px;
	border: solid 2px;
	text-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 600;
	color: #5f3b22;
	padding: 0 1rem;
}

.recipe-full .recipes-info-group .field .icn {
	margin-right: 0.5rem;
}

.recipe-full .top-content {
	max-width: 970px;
	margin: 0 auto;
}

.recipe-full .top-content .block-caption {
	text-align: center;
}

.recipe-full .top-content h1.title {
	font-weight: bold;
	line-height: 1;
	color: #e20019;
	text-align: center;
	margin-bottom: 0.42rem;
}

.recipe-full .top-content .field-media {
	text-align: center;
}

.recipe-full .top-content .field-media img {
	display: block;
	margin: 0 auto;
	border-radius: 15px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.recipe-full .top-content .field-description {
	text-align: center;
	max-width: 600px;
	margin: 0 auto 1.67rem auto;
	font-size: 1.13rem;
	line-height: 1.44;
}

.recipe-full .paragraph-title-text {
	padding-top: 2.81rem;
	padding-bottom: 2.81rem;
	text-align: center;
}

.recipe-full .paragraph-title-text .field-title {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	color: #e20019;
	margin-bottom: 0.3rem;
}

.recipe-full .paragraph-title-text .field-text {
	font-size: 1.13rem;
	line-height: 1.44;
}

.recipe-full .paragraph-image {
	text-align: center;
}

.recipe-full .paragraph-image .field-image-title {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	color: #e20019;
	margin-bottom: 0.3rem;
}

.recipe-full .paragraph-image img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.3);
	border-radius: 15px;
}

.recipe-full .portion-quote .text {
	max-width: 370px;
	margin-left: auto;
}

.recipe-full .portion-quote .text .txt {
	position: relative;
	font-size: 17px;
	line-height: 1.29;
}

.recipe-full .portion-quote .text .txt:before {
	width: 4.12rem;
	height: 4.12rem;
	background-image: url("../../images/icons/recipe-portion.svg");
	background-size: 100% auto;
	content: "";
	position: absolute;
	top: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.site-uk .recipe-full .portion-quote .text .txt:before {
	background-image: url("../../images/icons/recipe-portion-img-uk.png");
}

[dir=ltr] .recipe-full .portion-quote .text .txt {
	padding-left: 5.59rem;
}

[dir=ltr] .recipe-full .portion-quote .text .txt:before {
	left: 0;
}

[dir=rtl] .recipe-full .portion-quote .text .txt {
	padding-right: 5.59rem;
}

[dir=rtl] .recipe-full .portion-quote .text .txt:before {
	right: 0;
}

.recipe-full .like-button {
	text-align: center;
}

.paragraph-recipe-steps {
	padding-top: 30px;
	padding-bottom: 30px;
}

.paragraph-recipe-steps .col-md-10 > .field-title {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	color: #e20019;
	text-align: center;
	margin-bottom: 0.6rem;
}

.paragraph-recipe-steps .field-steps {
	counter-reset: step-counter;
	list-style: none;
	margin: 0;
	padding: 0;
}

.paragraph-recipe-steps .field-steps li {
	margin-bottom: 40px;
	counter-increment: step-counter;
}

.paragraph-recipe-steps .field-steps li:last-child {
	margin-bottom: 0;
}

.paragraph-recipe-steps .paragraph {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}

.paragraph-recipe-steps .paragraph .field-anchor-link {
	display: none;
}

.paragraph-recipe-steps .paragraph .field-media {
	-ms-flex-order: 1;
	order: 1;
}

.paragraph-recipe-steps .paragraph .field-media .media {
	overflow: hidden;
}

.paragraph-recipe-steps .paragraph .field-media img {
	display: block;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.3);
	border-radius: 15px;
	width: 100%;
	height: auto;
}

.paragraph-recipe-steps .paragraph .field-title {
	display: none;
}

.paragraph-recipe-steps .paragraph .content {
	position: relative;
	-ms-flex-order: 2;
	order: 2;
	font-size: 1.13rem;
	font-weight: 500;
	line-height: 1.44;
	min-height: 2.22rem;
}

.paragraph-recipe-steps .paragraph .content p:last-child {
	margin-bottom: 0;
}

.paragraph-recipe-steps .paragraph .content:before {
	content: counter(step-counter);
	font-weight: bold;
	color: #e20019;
	position: absolute;
	height: 100%;
	line-height: 1;
}

[dir=ltr] .paragraph-recipe-steps .paragraph .content:before {
	border-right: 2px solid #e20019;
}

[dir=rtl] .paragraph-recipe-steps .paragraph .content:before {
	border-left: 2px solid #e20019;
}

.paragraph-ingredients-block {
	background: #5f3b22;
	text-align: center;
	color: #FFF;
}

.type-decoration .paragraph-ingredients-block {
	background: #f5c93d;
}

.paragraph-ingredients-block .ing-title .field-title {
	font-weight: 700;
	margin-bottom: 0.8rem;
}

.paragraph-ingredients-block .ing-title .field-title span {
	display: block;
	line-height: 1.1;
}

.paragraph-ingredients-block .ing-title .field-title span:not(.line-1) {
	text-transform: uppercase;
	font-size: 1.13rem;
}

.paragraph-ingredients-block .ing-title .field-title span:not(.line-1):before {
	content: "- ";
}

.paragraph-ingredients-block .ing-title .field-title span:not(.line-1):after {
	content: " -";
}

.paragraph-ingredients-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.paragraph-ingredients-block .field-ingredients-itrems {
	font-size: 1.13rem;
	font-weight: 500;
	line-height: 1.56;
}

.paragraph-ingredients-block .field-ingredients-itrems + .field-ingredients-itrems {
	margin-top: 1rem;
}

.paragraph-ingredients-block .field-ingredients-itrems .field-title {
	font-size: inherit;
}

.paragraph-ingredients-block .field-ingredients-itrems .field--name-ingredients p {
	display: inline;
}

.paragraph-ingredients-block .field-ingredients-itrems p {
	margin-bottom: 0;
}

.paragraph-ingredients-block .paragraph-ingredients .field-title {
	font-weight: 700;
	margin: 0.5rem 0;
}

.paragraph-ingredients-block .pdf-area {
	position: relative;
}

.paragraph-ingredients-block .pdf-area .site-anchor {
	position: absolute;
	top: -7.5rem;
	left: 0;
}

.paragraph-ingredients-block .pdf-area .pdf-multi {
	position: relative;
	height: 3.13rem;
	z-index: 10;
}

.paragraph-ingredients-block .pdf-area .pdf-multi .list {
	background: #e20019;
	display: inline-block;
	border: 1px solid #FFF;
	border-radius: 1.56rem;
	padding: 0 0.94rem;
}

.type-decoration .paragraph-ingredients-block .pdf-area .pdf-multi .list {
	border-color: #e20019;
}

.paragraph-ingredients-block .pdf-area .pdf-multi .list button {
	display: block;
	background: transparent;
	color: #FFF;
	padding: 0 0 0 0.94rem;
	border: 0;
	font-size: 1.13rem;
	text-align: center;
	font-weight: 700;
	height: 2.67rem;
	margin-left: auto;
	margin-right: auto;
	line-height: 1;
}

.paragraph-ingredients-block .pdf-area .pdf-multi .list button span {
	font-size: 0.6rem;
	margin-left: 0.7rem;
}

.paragraph-ingredients-block .pdf-area .pdf-multi .list ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
	display: none;
}

.paragraph-ingredients-block .pdf-area .pdf-multi .list ul li {
	border-top: 1px solid #FFF;
	padding: 0.63rem 0;
}

.paragraph-ingredients-block .pdf-area .pdf-multi .list ul li a {
	color: #FFF;
	font-weight: 500;
}

.paragraph-ingredients-block .pdf-area .pdf-multi .list.opened {
	box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.5);
}

.paragraph-ingredients-block .pdf-area .pdf-multi .list.opened ul {
	display: block;
}

.paragraph-ingredients-block .pdf-area .field-link {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
}

.paragraph-ingredients-block .pdf-area a:not(.site-anchor) {
	min-width: 10rem;
	font-size: 1.13rem;
	border-color: #FFF;
	position: relative;
	padding-right: 3rem;
	border-width: 1px;
	background: transparent;
}

.type-decoration .paragraph-ingredients-block .pdf-area a:not(.site-anchor) {
	border-color: #e20019;
	background: #e20019;
	color: #FFF;
}

.paragraph-ingredients-block .pdf-area a:not(.site-anchor):after {
	position: absolute;
	right: 0.2rem;
	top: 50%;
	line-height: 1;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: ">>>>";
	font-size: 1.67rem;
}

.recipe-social-block .share {
	color: #e20019;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-itrems: center;
}

.recipe-social-block .share .share-lbl {
	font-size: 1.56rem;
	font-weight: bold;
	color: #e20019;
	margin-right: 1rem;
}

.recipe-social-block .share .addtoany_list {
	display: block;
}

.recipe-social-block .share .addtoany_list.a2a_kit_size_32 a {
	font-size: 36px;
}

.likeBtn {
	font-size: 6.25rem;
	width: 1rem;
	height: 1rem;
	margin: 0 auto;
	border: 0;
	color: #FFF;
	background-image: url(../../images/heart-animation.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	background-size: 2900% 100%;
	cursor: pointer;
	transition: background-position 1s steps(28);
	transition-duration: 1s;
	padding: 0;
}

.yepped .likeBtn {
	background-position: -2800px 0;
}

.recipe-full-author {
	font-size: 12px;
	text-align: center;
}

.recipe-full .paragraph-editorial-faq {
	--faq-border-color: rgba(255, 255, 255, 0.22);
}

.recipe-full .paragraph-editorial-faq.style-beige,
.recipe-full .paragraph-editorial-faq.style-white {
	--faq-text-color: $light-brown;
	--faq-border-color: rgba(95, 59, 34, 0.22);
}

.recipe-full .paragraph-editorial-faq .faq-itrem {
	border-top: 0;
	margin-top: 0;
	border-bottom: solid 1px var(--faq-border-color);
}

@media (min-width: 1024px) {

.recipe-full .recipes-info-group .field {
	min-width: 9rem;
	height: 2.5rem;
	font-size: 1.25rem;
	margin: 0 0.5rem;
}

.recipe-full .top-content h1.title {
	font-size: 3rem;
}

.recipe-full .top-content .field-media .field-media-image {
	position: relative;
}

.recipe-full .top-content .field-media img {
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	height: auto;
}

[dir=ltr] .recipe-full .portion-quote .text {
	text-align: left;
}

[dir=rtl] .recipe-full .portion-quote .text {
	margin-right: auto;
}

.recipe-full .portion-quote .text img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: -14%;
	margin-top: -4%;
}

.paragraph-recipe-steps .paragraph .field-media {
	width: 50%;
}

.paragraph-recipe-steps .paragraph .field-media + .content {
	width: 50%;
}

.paragraph-recipe-steps .paragraph .content:before {
	font-size: 2.67rem;
	text-align: center;
	width: 1.3rem;
}

[dir=ltr] .paragraph-recipe-steps .paragraph .content:before {
	padding-right: 2.9rem;
	left: 10px;
}

[dir=rtl] .paragraph-recipe-steps .paragraph .content:before {
	padding-left: 2.9rem;
	right: 10px;
}

.paragraph-recipe-steps .paragraph .content {
	width: 100%;
}

[dir=ltr] .paragraph-recipe-steps .paragraph .content {
	padding-left: 6.2rem;
}

[dir=rtl] .paragraph-recipe-steps .paragraph .content {
	padding-right: 6.2rem;
}

[dir=ltr] .paragraph-recipe-steps .paragraph:nth-child(odd) .field-media {
	padding-right: 10px;
}

[dir=rtl] .paragraph-recipe-steps .paragraph:nth-child(odd) .field-media {
	padding-left: 10px;
}

.paragraph-recipe-steps .paragraph:nth-child(even) .field-media {
	-ms-flex-order: 2;
	order: 2;
}

[dir=ltr] .paragraph-recipe-steps .paragraph:nth-child(even) .field-media {
	padding-left: 10px;
}

[dir=rtl] .paragraph-recipe-steps .paragraph:nth-child(even) .field-media {
	padding-right: 10px;
}

.paragraph-recipe-steps .paragraph:nth-child(even) .content {
	-ms-flex-order: 1;
	order: 1;
}

[dir=ltr] .paragraph-recipe-steps .paragraph:nth-child(even) .content {
	padding-right: 10px;
}

[dir=rtl] .paragraph-recipe-steps .paragraph:nth-child(even) .content {
	padding-left: 10px;
}

.paragraph-ingredients-block {
	padding-top: 2.81rem;
	padding-bottom: 2.81rem;
}

.paragraph-ingredients-block:first-child {
	margin-top: -5.63rem;
	padding-top: 8.75rem;
}

.paragraph-ingredients-block .ing-title .field-title {
	font-size: 3rem;
}

.paragraph-ingredients-block .ingredients-wrap {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}

.paragraph-ingredients-block .ingredients-wrap:last-child {
	margin-bottom: 0;
}

.paragraph-ingredients-block .ingredients-wrap .col {
	width: 50%;
	padding: 0 25px;
}

[dir=ltr] .paragraph-ingredients-block .ingredients-wrap .col + .col {
	border-left: 1px solid rgba(255, 255, 255, 0.6);
}

[dir=rtl] .paragraph-ingredients-block .ingredients-wrap .col + .col {
	border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.paragraph-ingredients-block .ingredients-wrap .ing-list:last-child {
	width: 100%;
}

.recipe-social-block .share {
	padding-top: 20px;
	padding-bottom: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

}

@media (max-width: 1199px) {

.recipe-social-block {
	position: sticky;
	bottom: 0;
	height: 52px;
	background: #FFF;
	padding: 5px 0;
}

}

@media (max-width: 1023px) {

.title-h1 {
	font-size: 40px;
}

.title-h2 {
	font-size: 40px;
}

.title-h3 {
	font-size: 40px;
}

.title-h4 {
	font-size: 40px;
}

.recipe-full {
	padding-top: 22px;
}

.recipe-full .recipes-info-group {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.recipe-full .recipes-info-group .field {
	font-size: 14px;
	min-width: 7.43rem;
	height: 2rem;
	margin: 0 4px 10px 4px;
}

.recipe-full .top-content h1.title {
	font-size: 34px;
}

.recipe-full .top-content .field-media {
	margin-right: -20px;
	margin-left: -20px;
}

.recipe-full .top-content .field-media img {
	width: 100%;
	height: auto;
	border-radius: 0;
}

.recipe-full .paragraph-title-text .field-title {
	font-size: 28px;
}

.recipe-full .paragraph-image .field-image-title {
	font-size: 28px;
}

.recipe-full .portion-quote .text {
	padding-top: 22px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: left;
	padding-bottom: 22px;
	margin-bottom: 20px;
}

.recipe-full .portion-quote .text img {
	display: none;
}

.recipe-full .portion-quote .text .txt:before {
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.paragraph-recipe-steps .col-md-10 > .field-title {
	font-size: 28px;
}

.paragraph-recipe-steps .paragraph {
	-ms-flex-direction: column;
	flex-direction: column;
}

.paragraph-recipe-steps .paragraph .field-media {
	width: 100%;
	margin-bottom: 35px;
}

.paragraph-recipe-steps .paragraph .content:before {
	font-size: 40px;
	width: 50px;
	left: 0;
}

[dir=ltr] .paragraph-recipe-steps .paragraph .content:before {
	left: 0;
	text-align: left;
}

[dir=rtl] .paragraph-recipe-steps .paragraph .content:before {
	right: 0;
	text-align: right;
}

.paragraph-recipe-steps .paragraph .content {
	font-size: 16px;
}

[dir=ltr] .paragraph-recipe-steps .paragraph .content {
	padding-left: 65px;
}

[dir=rtl] .paragraph-recipe-steps .paragraph .content {
	padding-right: 65px;
}

.paragraph-ingredients-block {
	padding-top: 20px;
}

.paragraph-ingredients-block .ing-list {
	margin-bottom: 20px;
}

.paragraph-ingredients-block .ing-title .field-title {
	font-size: 40px;
}

.paragraph-ingredients-block .pdf-area .pdf-multi {
	margin-bottom: 15px;
}

.recipe-social-block .share {
	display: none;
}

.recipe-social-block .share .share-lbl {
	font-size: 12px;
	width: 90px;
	line-height: 1;
}

.recipe-social-block .share .addtoany_list {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.likeBtn {
	width: 100px;
	height: 100px;
}

}

