.site-main .running-line-wrapper {
	background-color: #ED1C27;
	padding: 2.1rem 0;
}

.site-main .running-line-wrapper .marquee-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.site-main .running-line-wrapper .marquee-track {
  display: flex;
  white-space: nowrap;
  gap: 60px;
  will-change: transform;
  direction: rtl;
}

.site-main .running-line-wrapper .marquee-track.initialized {
  animation: scroll-rtl 30s linear infinite;
}

.site-main .running-line-wrapper .marquee-item {
  flex: 0 0 auto;
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  direction: rtl;
}

.site-main .running-line-wrapper .marquee-item img {
  margin-left: 4.8rem;
/*   margin-left: 0; */
}

@keyframes scroll-rtl {
  from { transform: translateX(0); }
  to   { transform: translateX(var(--half-width)); }
}

.site-main .running-line-wrapper .marquee-wrap:hover .marquee-track {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}

.site-main .yt-lite-wrapper {
    position: relative;
    width: 50%;
    max-width: 100%;
    aspect-ratio: 16 / 9; /* שומר יחס רוחב-גובה */
    overflow: hidden;
    background: #000;
	margin: 10rem auto 0;
}

.site-main .yt-lite-button {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    cursor: pointer;
    position: relative;
}

.site-main .yt-lite-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.site-main .yt-lite-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 84px;
    height: 60px;
    opacity: 0.95;
    filter: drop-shadow(0 6px 16px rgba(0,0,0,0.45));
    pointer-events: none;
}

.site-main .yt-lite-button:hover .yt-lite-thumb,
.site-main .yt-lite-button:focus .yt-lite-thumb {
    transform: scale(1.02);
    transition: transform .25s ease;
}

.site-main .yt-lite-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.site-main .our-recipes-wrapper {
	padding: 11.1rem 0 15rem;
}

.site-main .our-recipes-wrapper .container {
/* 	width: min(1438px, calc(100% - 40px)); */
	width: min(1538px, calc(100% - 80px));
	position: relative;
}

.site-main .our-recipes-wrapper .container > .title-wrapper {
	color: #F2293B;
	margin: 0;
	font-size: 10rem;
	line-height: 12rem;
/* 	margin-right: 24.1rem; */
	margin-bottom: 3.8rem;
}

.site-main .our-recipes-wrapper .container .swiper-outer {
	display: grid;
/* 	grid-template-columns: minmax(0, 1fr); */
	position: relative;
	height: 630px;
}

.site-main .our-recipes-wrapper .container .swiper-outer > * {
	grid-area: 1/1/-1/-1;
}

.site-main .our-recipes-wrapper .container .swiper-outer .swiper {
	width: 100%;
}

.site-main .our-recipes-wrapper .container .swiper .swiper-wrapper {
/*   align-items: flex-start; */
	margin: 0 auto;
}

.site-main .our-recipes-wrapper .container .recipes-swiper .swiper-slide.pos2,
.site-main .our-recipes-wrapper .container .recipes-swiper .swiper-slide.pos4 {
/* 	margin-top: 50px; */
	transform: translateY(50px);
}

.site-main .our-recipes-wrapper .container .recipes-swiper .swiper-slide {
	display: flex;
	flex-direction: column;
	padding: 3.7rem 0 0;
	box-shadow: 10px 10px 0px #4021A2;
	border: 1px solid #4021A2;
	width: 362px !important;
	height: 525px !important;
}

.site-main .our-recipes-wrapper .container .recipes-swiper .swiper-slide .image-wrapper {
	width: 210px;
	height: 210px;
	margin: 0 auto;
}

.site-main .our-recipes-wrapper .container .recipes-swiper .swiper-slide .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.site-main .our-recipes-wrapper .container .recipes-swiper .swiper-slide .title-wrapper {
	text-align: center;
	margin-top: 1.6rem;
	font-size: 3.3rem;
	line-height: 4rem;
}

.site-main .our-recipes-wrapper .container .recipes-swiper .swiper-slide .text-wrapper {
	margin-top: 1.2rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.2rem;
}

.site-main .our-recipes-wrapper .container .recipes-swiper .swiper-slide a {
	display: flex;
	align-content: center;
	justify-content: center;
	width: 190px;
	height: 45px;
	font-size: 2rem;
	line-height: 4.5rem;
	box-shadow: 5px 5px 0px #00000029;
	border: 1px solid #4021A2;
	border-radius: 23px;
	margin: 3.4rem auto 0;
}

.site-main .our-recipes-wrapper .container .buttons-wrapper {
	position: absolute;
	width: 100%;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 10;
}

.site-main .our-recipes-wrapper .container .buttons-wrapper .button {
	font-size: 3.3rem;
	line-height: 4rem;
	position: absolute;
	font-weight: 300;
}

.site-main .our-recipes-wrapper .container .buttons-wrapper .button:hover {
	cursor: pointer;
}

.site-main .our-recipes-wrapper .container .buttons-wrapper .button.button-prev {
	left: -80px;
}

.site-main .our-recipes-wrapper .container .buttons-wrapper .button.button-next {
	right: -80px;
}

.site-main .tips-wrapper {
	height: 963px;
	background-color: #FCAD0A;
}

.site-main .tips-wrapper .tips-container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	height: 100%;
}

.site-main .tips-wrapper .tips-container .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.site-main .tips-wrapper .content-wrapper {
	align-self: center;
    justify-self: center;
}

.site-main .tips-wrapper .content-wrapper .title-wrapper {
	margin: 0;
	font-weight: 400;
	font-size: 10rem;
	line-height: 10rem;
	text-align: center;
	color: #fff;
}

.site-main .tips-wrapper .content-wrapper .tips-content {
	margin-top: 5.3rem;
	display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	border: 2px solid #fff;
}

.site-main .tips-wrapper .content-wrapper .tips-content .tip-content {
	font-size: 3.3rem;
	line-height: 4rem;
	text-align: center;
	padding: 4rem 0 3.3rem;
	display: flex;
    align-items: center;
    justify-content: center;
}

.site-main .tips-wrapper .content-wrapper .tips-content .tip-content:first-child {
	border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.site-main .tips-wrapper .content-wrapper .tips-content .tip-content:nth-child(2) {
	border-bottom: 2px solid #fff;
}

.site-main .tips-wrapper .content-wrapper .tips-content .tip-content:nth-child(3) {
	border-left: 2px solid #fff;
}

.site-main .four-images-wrapper {
	height: 480px;
}

.site-main .four-images-wrapper .container {
	height: 100%;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.site-main .four-images-wrapper .container .single-image,
.site-main .four-images-wrapper .container .single-image .image-wrapper {
	display: grid;
}

.site-main .four-images-wrapper .container .single-image > *,
.site-main .four-images-wrapper .container .single-image .image-wrapper > * {
	grid-area: 1/1/-1/-1;
}

.site-main .four-images-wrapper .container .single-image .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.site-main .four-images-wrapper .container .single-image .image-wrapper .opacity {
	opacity: 0.84;
	mix-blend-mode: multiply;
}

.site-main .four-images-wrapper .container .single-image:first-child .image-wrapper .opacity {
	background-color: #FCAD0A;
}

.site-main .four-images-wrapper .container .single-image:nth-child(2) .image-wrapper .opacity {
	background-color: #3A8192;
}

.site-main .four-images-wrapper .container .single-image:nth-child(3) .image-wrapper .opacity {
	background-color: #F21CA9;
}

.site-main .four-images-wrapper .container .single-image:last-child .image-wrapper .opacity {
	background-color: #4021A2;
}

.site-main .four-images-wrapper .container .single-image .title-wrapper {
	margin: 0;
	align-self: center;
	justify-self: center;
	font-size: 3.3rem;
	line-height: 4rem;
	color: #fff;
	text-align: center;
	z-index: 3;
}

@media (max-width: 1024px) {
	.site-main .yt-lite-wrapper {
		width: 100%;
	}
	
	.site-main .how-it-work-wrapper .container .title-wrapper,
	.site-main .tips-wrapper .content-wrapper .title-wrapper,
	.site-main .our-recipes-wrapper .container > .title-wrapper {
		text-align: center;
		font-size: 8rem;
	}
	
	.site-main .our-recipes-wrapper .container .swiper-outer {
		height: 490px;
	}
	
	.site-main .our-recipes-wrapper .container .recipes-swiper .swiper-slide {
		height: 430px !important;
		width: 305px !important;
	}
	
	.site-main .our-recipes-wrapper .container .recipes-swiper .swiper-slide.pos2,
	.site-main .our-recipes-wrapper .container .recipes-swiper .swiper-slide.pos4 {
		transform: unset;
	}
	
	.site-main .our-recipes-wrapper .container .recipes-swiper .swiper-slide .text-wrapper {
		width: 90%;
	}
	
	.site-main .our-recipes-wrapper .container .buttons-wrapper .button.button-prev {
		left: -20px;
	}
	
	.site-main .our-recipes-wrapper .container .buttons-wrapper .button.button-next {
		right: -20px;
	}
	
	.site-main .tips-wrapper {
		height: auto;
	}
	
	.site-main .tips-wrapper .tips-container {
		grid-template-columns: minmax(0, 1fr);
	}
	
	.site-main .tips-wrapper .content-wrapper {
		padding: 15px;
	}
	
	.site-main .tips-wrapper .content-wrapper .tips-content {
		grid-template-columns: minmax(0, 1fr);
	}
	
	.site-main .tips-wrapper .content-wrapper .tips-content .tip-content:first-child {
		border-left: none;
	}
	
	.site-main .tips-wrapper .content-wrapper .tips-content .tip-content:nth-child(3) {
		border-left: none;
		border-bottom: 2px solid #fff;
	}
	
	.site-main .four-images-wrapper {
		height: auto;
	}
	
	.site-main .four-images-wrapper .container {
		grid-template-columns: minmax(0, 1fr);
	}
}