.section--products-redirection {
	background-color: #f4f4f4;
	padding-top: 5rem;
	position: relative;
}

.products-redirection-introduction {
	margin-top: 4rem;
	margin-bottom: 2.5rem;
}

.section--home-news {
	padding-bottom: 5rem;
	position: relative;
	z-index: 3;
	overflow: initial;
	/*height: 90vh;*/
	padding-top: 10rem;
}

.row--right{
	justify-content: flex-end;
	text-align: right;
}

.row--home-news-background {
	overflow: initial;
}
.row--home-news-background img {
	object-fit: contain;
}
.row--home-news-background .home-news-background-left > div:nth-child(1) {
	left: 13.25rem;
	top: 7.85rem;
	height: 3.25rem;
	width: 2.75%;
	transform: rotate(75deg);
}
.row--home-news-background .home-news-background-left > div:nth-child(2) {
	left: 2.75rem;
	top: 9.75rem;
	height: 3.25rem;
	width: 2.75%;
	transform: rotate(15deg);
}
.row--home-news-background .home-news-background-left > div:nth-child(3) {
	left: 11.5rem;
	top: 18.75rem;
	height: 3.75rem;
	width: 3.25%;
	transform: rotate(15deg);
}
.row--home-news-background .home-news-background-left > div:nth-child(4) {
	left: 12rem;
	bottom: 23rem;
	height: 5.25rem;
	width: 4.75%;
	transform: rotate(-90deg);
}
.row--home-news-background .home-news-background-left > div:nth-child(5) {
	left: 17rem;
	bottom: 11rem;
	height: 7rem;
	width: 5.5%;
	transform: rotate(-45deg);
}
.row--home-news-background .home-news-background-left > div:nth-child(6) {
	left: 6.25rem;
	top: 15.75rem;
	height: 5rem;
	width: 4.25%;
}
.row--home-news-background .home-news-background-right > div:nth-child(1) {
	right: 7rem;
	top: 20rem;
	height: 12rem;
	width: 8.5%;
	transform: rotate(10deg);
}
.row--home-news-background .home-news-background-right > div:nth-child(2) {
	right: 13.5rem;
	top: 36rem;
	height: 3.5rem;
	width: 2.25%;
	transform: rotate(-25deg);
}
.row--home-news-background .home-news-background-right > div:nth-child(3) {
	right: 29.5rem;
	bottom: 1.5rem;
	height: 7.75rem;
	width: 6.25%;
	transform: rotate(-75deg);
}

.row--home-news-foreground {
	overflow: initial;
}
.row--home-news-foreground img {
	object-fit: contain;
}
.row--home-news-foreground .home-news-background-right > div:nth-child(1) {
	right: 25rem;
	top: 7.15rem;
	height: 4.75rem;
	width: 4%;
	transform: rotate(15deg);
}
.row--home-news-foreground .home-news-background-right > div:nth-child(2) {
	right: 13.5rem;
	bottom: 11.5rem;
	height: 3.5rem;
	width: 2.25%;
	transform: rotate(-15deg);
}
.row--home-news-foreground .home-news-background-right > div:nth-child(3) {
	right: 3.75rem;
	bottom: 2rem;
	height: 7.5rem;
	width: 6.25%;
	transform: rotate(65deg);
}
.row--home-news-foreground .home-news-background-right > div:nth-child(4) {
	right: 19.5rem;
	bottom: 2.75rem;
	height: 4rem;
	width: 2.75%;
	transform: rotate(45deg);
}

.home-news-container {
	max-width: 83rem;
	width: 100%;
	margin-left: 5rem;
	padding-bottom: 6rem;
	background-image: radial-gradient(circle at 25rem 0rem, rgba(255,255,255,0.7), transparent 25%), radial-gradient(circle at 100% 100%, rgba(255,255,255,0.7), transparent 25%);
}
.home-news-container--open .home-news-description-container {
	display: inline;
}
.home-news-container--open .home-news-links-container {
	width: 100%;
	text-align: center;
}

.row--home-news {
	z-index: 1;

	transition: transform 0.5s cubic-bezier(.77,0,.175,1), opacity 0.5s;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 1;
	z-index: 1;
}

.row--home-news.slider-exit-left {
	transform: translateX(-100%);
	opacity: 0;
	z-index: 0;
}

.row--home-news.slider-enter-right {
	transform: translateX(100%);
	opacity: 0;
	z-index: 0;
}

.row--home-news.slider-active {
	transform: translateX(0);
	opacity: 1;
	z-index: 2;
}

.swiper-wrapper{
	height: 50rem;	
}

.swiper-wrapper > a{
	text-decoration: none;
}

.row--home-news-controls {
	padding: 1.5rem 2rem 1.8rem 0;
	min-height: 6rem;
}
.row--home-news-controls .swiper-button-prev {
	margin-right: 1rem;
}

.home-news-content-container {
	padding: 0 4.375rem;
	height: 100%;
}

.home-news-image {
	width: 52rem;
	height: 32rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: -10.75rem;
	float: left;
	margin-right: 5rem;
	margin-bottom: 2rem;
}

.home-news-category-container {
	margin-bottom: 0.75rem;
	margin-top: 0.75rem;
}

.text--home-news-category {
	font-family: Karla, sans-serif;
	font-size: 0.95rem;
	letter-spacing: 0.06875rem;
	text-transform: uppercase;
	color: white;
}

.home-news-title-container {
	margin-bottom: 2rem;
}

.heading--home-news-title {
	font-weight: normal;
	font-family: Anton, sans-serif;
	font-size: 3.125rem;
	color: white;
	letter-spacing: 0.218rem;
	text-shadow: 5px 3.4px 7px rgba(12, 135, 126, 0.26);
	text-transform: uppercase;
}

.home-news-description-container {
	color: white;
	font-size: 1.375rem;
	font-family: Karla, sans-serif;
	letter-spacing: 0.1rem;
	text-shadow: 5px 3.4px 7px rgba(12, 135, 126, 0.26);
	height: 10.75rem;
	overflow: hidden;
}
.home-news-description-container > p {
	line-height: 1.36;
}

.home-news-links-container {
	width: 28rem;
	float: right;
	margin-top: 2rem;
}

.link--home-news {
	margin-right: 1.5rem;
	margin-top: 1rem;
	display: inline-block;
}

.slider-inactive{
	display: none;
}

.slider-active{
	/*display: block;*/
}

.section--home-recipes {
	z-index: 1;
	position: relative;
}
.section--home-recipes .heading--recipe {
	color: white;
}
.section--home-recipes .text--recipe {
	color: white;
}

.news-texts-container {
	padding: 3rem 2.5rem;
}

.news-images-container {
	width: 100%;
	background-color: lightgrey;
	height: 30rem;
}

.home-contests-introduction {
	width: 23.5%;
	margin: 6rem 3rem 4rem 7.5rem;
}

.home-contests {
	padding-right: 10%;
}

.home-contest-container {
	margin: 0 1rem;
	border: 1px solid black;
}

.home-contest-texts {
	margin: 1.5rem;
}

.home-contest-footer {
	display: block;
	margin-bottom: 6rem;
}

.text--recipe-title-prefix {
	font-style: italic;
	margin-bottom: 1rem;
}

.text--recipe-title {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 2.5rem;
}

.heading--slider-home {
	font-size: 2rem;
	color: #535353;
}
.heading--slider-home > span {
	background-color: #f4f4f4;
}

.row--products-redirection-background img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.row--products-redirection-background .products-redirection-background-left > div:nth-child(1) {
	left: -1.5rem;
	height: 3.75rem;
	width: 2.75%;
	top: 4rem;
	transform: rotate(45deg);
}
.row--products-redirection-background .products-redirection-background-left > div:nth-child(2) {
	left: 4.25rem;
	top: 2.625rem;
	transform: rotate(35deg);
	height: 6.25rem;
	width: 5.5%;
}
.row--products-redirection-background .products-redirection-background-left > div:nth-child(3) {
	left: 2.5rem;
	top: 9.875rem;
	height: 5.25rem;
	width: 4.25%;
	transform: rotate(-15deg);
}
.row--products-redirection-background .products-redirection-background-left > div:nth-child(4) {
	left: -1.75rem;
	top: 15rem;
	height: 3rem;
	width: 2%;
	transform: rotate(5deg);
}
.row--products-redirection-background .products-redirection-background-left > div:nth-child(5) {
	left: -3.5rem;
	top: 23rem;
	height: 3.375rem;
	width: 2.15%;
	transform: rotate(50deg);
}
.row--products-redirection-background .products-redirection-background-right > div:nth-child(1) {
	right: -0.5rem;
	height: 3.75rem;
	width: 2.5%;
	top: 4rem;
	transform: rotate(25deg);
}
.row--products-redirection-background .products-redirection-background-right > div:nth-child(2) {
	right: 5rem;
	top: 5.625rem;
	transform: rotate(-25deg);
	height: 3.25rem;
	width: 2.25%;
}
.row--products-redirection-background .products-redirection-background-right > div:nth-child(3) {
	right: 2.75rem;
	top: 10.25rem;
	height: 6.75rem;
	width: 5.75%;
	transform: rotate(-5deg);
}
.row--products-redirection-background .products-redirection-background-right > div:nth-child(4) {
	right: -1.75rem;
	top: 16rem;
	height: 1.75rem;
	width: 1.25%;
	transform: rotate(25deg);
}
.row--products-redirection-background .products-redirection-background-right > div:nth-child(5) {
	right: -1.5rem;
	top: 22rem;
	height: 5rem;
	width: 3.75%;
	transform: rotate(50deg);
}

.row--products-redirection-categories {
	height: 34rem;
	padding: 0 5%;
}

.text--product-redirection {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 3.5px 2px 9px rgba(102, 59, 28, 0.79);
	font-family: Anton, sans-serif;
}
.text--product-redirection:active,
.text--product-redirection:visited {
	color: white;
}

.heading--product-redirection-category {
	position: relative;
	z-index: 2;
	font-size: 4.125rem;
	letter-spacing: 0.2875rem;
	transition: transform ease 0.35s;
}

.product-redirection-container {
	position: relative;
}

.column--product-redirection-container {
	align-items: center;
}

.column--product-redirection {
	height: 20rem;
	width: 20rem;
	position: relative;
	align-items: center;
	text-decoration: none;
}
.column--product-redirection:hover {
	cursor: pointer;
}
.column--product-redirection:hover .product-redirection-background-image {
	width: 32rem;
	height: 32rem;
}
.column--product-redirection:hover .product-redirection-image {
	transform: scale(1.15);
}
.column--product-redirection:hover .heading--product-redirection-category {
	transform: scale(1.25);
}
.column--product-redirection:hover .text--product-redirection-more-info {
	opacity: 1;
	transform: translateY(1rem);
}

.product-redirection-image-container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 22rem;
	height: 22rem;
	z-index: 1;
}

.product-redirection-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all ease 0.35s;
}

.product-redirection-background-image {
	width: 0;
	height: 0;
	object-fit: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	transform: translate(-50%, -50%);
	transition: all ease 0.35s;
}

.text--product-redirection-more-info {
	opacity: 0;
	font-size: 1rem;
	letter-spacing: 0.075rem;
	transition: all ease 0.35s;
	text-align: center;
	position: relative;
	z-index: 2;
	margin-top: -1.25rem;
}

.section--home-fakestagram {
	height: 33.333vw;
}

.row--home-fakestagram {
	height: 100%;
	padding: 0.25rem;
}

.column--home-fakestagram-small {
	flex-grow: 1;
}

.column--home-fakestagram-large {
	flex-grow: 2;
}

.home-fakestagram {
	padding: 0.25rem;
}

.home-fakestagram-logo-container {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(35deg, #f6b35e, #ee5a3f 25%, #aa3d90 75%, #6169af);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.home-fakestagram-logo {
	height: 4rem;
}

.home-fakestagram-image {
	width: 100%;
	height: 100%;
	background-size: 4rem;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(255, 255, 255, 0.25);
	background-size: cover;
	display: block;
}

.section--home-contests {
	padding: 9rem 3.125rem 39rem 3.125rem;
	background-image: linear-gradient(white, white);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% calc(100% - 49rem);
	z-index: 2;
	position: relative;
}

.section--home-contests-placeholder {
	height: 30rem;
}

.section-container--below-floor {
	margin-top: -5rem;
	padding-top: 51rem;
	background-image: url("/wp-content/uploads/2025/09/granite-95ffc023b7038103213583e4e90b6be6de5189edf8fd6778a96e4867fb9c2995.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
	position: relative;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #ff5050;
}

input:focus + .slider {
	box-shadow: 0 0 1px #ff5050;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}

.cookies-eu {
	font-size: 12px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.cookies-eu-content-holder {
	line-height: 20px;
	flex: auto;
}

.cookies-eu-options + ul {
	list-style-type: none;
	color: white;
}

.cookies-eu-options {
	color: white;
	font-family: Karla, sans-serif;
}

h3.cookies-eu-options {
	color: white;
	text-align: center;
}

.cookies_consent_col {
	display: flex;
	flex: auto;
	width: 50%;
	justify-content: space-around;
	flex-direction: row;
}

.cookie-consent-label {
	min-width: 200px;
	display: inline-block;
}

.cookies-consent-choices {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-around;
	padding-bottom: 10px;
	text-align: left;
	max-width: 500px;
}

.cookies-eu-ok {
	text-align: center;
	color: white;
	background: black;
	border: 0;
	padding: 5px 15px;
	border-radius: 20px;
	cursor: pointer;
}

.hidden {
	display: none;
}

@media only screen and (max-width: 720px) {
	.section--home-contests {
		flex-direction: column;
		padding: 0 0 18rem 0;
		background-size: 100% calc(100% - 18rem);
	}

	.section--home-contests-placeholder {
		height: 15rem;
	}

	.section-container--below-floor {
		margin-top: -18rem;
		padding-top: 18rem;
	}

	.section--products-redirection {
		padding-top: 2rem;
	}

	.heading--slider-home {
		font-size: 1rem;
	}
	.heading--slider-home > span {
		font-size: 1rem;
	}

	.row--products-redirection-categories {
		height: 17rem;
		padding: 0 10%;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.heading--product-redirection-category {
		font-size: 2.5rem;
	}

	.row--product-redirection-background-image {
		display: none;
	}

	.column--product-redirection {
		width: 16rem;
		height: 16rem;
	}
	.column--product-redirection:hover .product-redirection-background-image {
		width: 0;
		height: 0;
	}
	.column--product-redirection:hover .product-redirection-image {
		transform: scale(1.05);
	}
	.column--product-redirection:hover .heading--product-redirection-category {
		transform: scale(1.1);
	}

	.product-redirection-image-container {
		width: 11rem;
		height: 11rem;
	}

	.text--product-redirection-more-info {
		opacity: 1;
		transform: translateY(1rem);
	}

	.section--home-news {
		padding-top: 2rem;
		padding-bottom: 8rem;
		height: auto;
	}

	.home-news-container {
		margin-left: 0;
		padding-bottom: 2rem;
		position: relative;
	}

	.home-news-content-container {
		padding: 0;
		min-height: 35rem;
	}

	.home-news-image {
		width: 100%;
		height: 14.4rem;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1rem;
	}

	.home-news-category-container {
		padding: 0 1rem;
		margin-top: 0;
	}

	.home-news-title-container {
		margin-bottom: 1rem;
		padding: 0 1rem;
	}

	.text--home-news-category {
		font-size: 0.8rem;
	}

	.heading--home-news-title {
		font-size: 1.5rem;
	}

	.home-news-description-container {
		padding: 0;
		font-size: 1rem;
		height: 8rem;
	}
	.home-news-description-container > p {
		padding: 0 1rem;
	}

	.row--home-news-controls {
		padding: 0.5rem;
		min-height: 3rem;
		justify-content: space-between;
		position: absolute;
		width: 100%;
	}
	.row--home-news-controls > .swiper-button--block {
		display: block;
	}

	.link--home-news {
		margin-left: auto;
		margin-right: auto;
		margin-top: 0.25rem;
	}

	.row--home-news-foreground {
		display: none;
	}

	.home-contests-introduction {
		margin: 0 0 3rem 0;
		padding: 0 5%;
		width: auto;
		text-align: center;
	}

	.home-contests {
		padding-right: 0;
	}

	.row--home-recipes-summary,
	.contests-list {
		flex-direction: column;
		align-items: center;
	}
	.row--home-recipes-summary .cell,
	.contests-list .cell {
		margin: 0.5rem;
	}

	.section--home-instagram {
		height: 50vw;
	}

	.row--home-instagram .column--home-instagram-large:last-child {
		display: none;
	}

	.home-news-links-container {
		width: auto;
		float: none;
		text-align: center;
		margin-top: 1.25rem;
	}
}