@import url(https://fonts.googleapis.com/css?family=Red+Hat+Text:300,regular,500,600,700&display=swap);

@font-face {
  font-family: "Populaire";
  src: url("Populaire.eot");
  src: local("Populaire"), url("../fonts/Populaire.woff2") format("woff2"),
    url("../fonts/Populaire.woff") format("woff"),
    url("../fonts/Populaire.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
*::after,
*::before {
  display: inline-block;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  color: #003977;
  line-height: 1;
  font-family: "Red Hat Text";
  font-size: 1.375rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: "Red Hat Text";
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}
input,
textarea {
  width: 100%;
}
label {
  display: inline-block;
}
button,
option,
select {
  cursor: pointer;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #D9E4EA;
  outline-offset: 3px;
  border-radius: 6px;
  box-shadow: 0 0 0 4px rgba(183, 230, 238, 0.2); 
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 108.125rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: 0.9375rem 1fr minmax(auto, 106.25rem) 1fr 0.9375rem;
}
[class*="--gc"] > * {
  min-width: 0;
  grid-column: 3/4;
}
.privacy .rank-math-html-sitemap h2{
  padding: 2rem 0 !important;
  font-size: 1.5rem;
  font-family: 'Populaire';
}
.rank-math-html-sitemap__item a{
  text-decoration: underline;
}

.separator {
  display: inline-block;
  width: 0.75rem;
  height: 0.43rem;
  background: url("../img/general/breadcrumbs.svg") center center no-repeat;
  background-size: contain;
  margin: 0 0.31rem;
  vertical-align: middle;
}
.breadcrumb_last {
  color: #ffffff;
}
.rank-math-breadcrumb .last:empty,
.rank-math-breadcrumb .last:empty + .separator,
.rank-math-breadcrumb a:last-of-type + .separator {
  display: none;
}
/*Wave button animation*/
.wave-btn {
	width: 325px;
	height: 63px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border: 0.3px solid lightgray;
	overflow: hidden;
	position: relative;
	transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	justify-content:center;
	align-items: center;
	border-radius: 25px;
	text-decoration: none;
	background-color: #03265e;
}
.wave-btn:hover .wave-btn__waves{
	bottom: 0%;
}
.wave-btn__text {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
  font-size: 1.125rem !important;
  line-height: 1.1 !important;
}
.wave-btn__waves {
	position: absolute;
	width: 325px;
	height: 325px;
	bottom: -50px;
	left: 0;
	/* transform: translate3d(-50%,-100%,0) rotate(0deg) scale(1); */
	/* -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5); */
	transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
}

 .wave-btn__waves:after,
 .wave-btn__waves:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 250%;
	height: 250%;
	transform: translate3d(-50%,97%,0) rotate(0deg) scale(1);
	 -moz-transform: translate3d(-50%,-97%,0) rotate(0deg) scale(1);
	-ms-transform: translate3d(-50%,-97%,0) rotate(0deg) scale(1);
	-webkit-transform: translate3d(-50%,-97%,0) rotate(0deg) scale(1);
	-o-transform: translate3d(-50%,-97%,0) rotate(0deg) scale(1); 
}


.wave-btn:hover .wave-btn__waves:before{
	animation: waves 7s infinite linear;
}
.wave-btn:hover .wave-btn__waves:after{
	animation: waves 10s infinite linear;
}
.wave-btn__waves:before{
	background-color: #fff;
	border-radius: 44%;
	animation:none;
	/* -webkit-animation: waves 5s infinite linear;
	-moz-animation: waves 5s infinite linear;
	-o-animation: waves 5s infinite linear; */
}
.wave-btn__waves:after{
	background-color: #fff;
	border-radius: 50%;
	animation:none;
	/* -webkit-animation: waves 10s infinite linear;
	-moz-animation: waves 10s infinite linear;
	-o-animation: waves 10s infinite linear; */
	
}

@keyframes waves {
    0% {
        -webkit-transform: translate3d(-50%, 98%, 0) rotate(0deg) scale(1);
                transform: translate3d(-50%, 98%, 0) rotate(0deg) scale(1);
    }
    25% {
        -webkit-transform: translate3d(-50%, 98%, 0) rotate(45deg) scale(1);
                transform: translate3d(-50%, 98%, 0) rotate(45deg) scale(1);
    }
    50% {
        -webkit-transform: translate3d(-50%, 98%, 0) rotate(180deg) scale(1);
                transform: translate3d(-50%, 98%, 0) rotate(180deg) scale(1);
    }
    75% {
        -webkit-transform: translate3d(-50%, 98%, 0) rotate(300deg) scale(1);
                transform: translate3d(-50%, 98%, 0) rotate(300deg) scale(1);
    }
    100% {
        -webkit-transform: translate3d(-50%, 98%, 0) rotate(360deg) scale(1);
                transform: translate3d(-50%, 98%, 0) rotate(360deg) scale(1);
    }
}
/* Loading Spinner */
#recipe-loading {
  display: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
}

#recipe-loading::after {
  content: "Loading...";
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
  animation: dots 1.5s steps(3, end) infinite;
}

@keyframes dots {
  0% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  100% {
    content: "Loading...";
  }
}

.spollers {
  display: grid;
  gap: 15px;
}
.spollers__item {
  line-height: 1.45;
}
.spollers__title {
  background-color: #003977;
  color: #fff;
  width: 100%;
  cursor: default;
  text-align: left;
  border: 1px solid #eee;
  border-radius: 0.9375rem;
  padding: 1.25rem 2.5rem;
  position: relative;
  list-style: none;
}
  .spollers__title h3{
    max-width: 95%;
  }
.spollers__title::-webkit-details-marker,
.spollers__title::marker {
  display: none;
}
._spoller-init .spollers__title {
  cursor: pointer;
}
._spoller-init .spollers__title::after,
._spoller-init .spollers__title::before {
  content: "";
  position: absolute;
  right: 60px;
  top: 50%;
  background-color: #fff;
  height: 2px;
  width: 15px;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
._spoller-init .spollers__title::before {
  -webkit-transform: translate(-75%, -50%) rotate(40deg);
  transform: translate(-75%, -50%) rotate(40deg);
}
._spoller-init .spollers__title::after {
  -webkit-transform: translate(0, -50%) rotate(-40deg);
  transform: translate(0, -50%) rotate(-40deg);
}
._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
  transform: translateX(-75%) rotate(-40deg);
}
._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.spollers__body {
  background: white;
  padding: 1.25rem 2.5rem;
  border-radius: 0.9375rem;
  border: 1px solid #eee;
  font-size: 1.125rem;
  color: #647384;
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ibg--top {
  -o-object-position: top;
  object-position: top;
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom;
}
.ibg--left {
  -o-object-position: left;
  object-position: left;
}
.ibg--right {
  -o-object-position: right;
  object-position: right;
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.cta__container {
  padding-top: 8.125rem;
  padding-left: 14.375rem;
  padding-right: 23.4375rem;
  display: flex;
  -webkit-column-gap: 3.75rem;
  -moz-column-gap: 3.75rem;
  column-gap: 3.75rem;
}
.cta__title {
  max-width: 41.25rem;
  flex-grow: 1;
  font-size: 8.125rem;
  line-height: 1;
  flex-shrink: 0;
}
.cta__body {
  max-width: 35rem;
  flex-grow: 1;
  flex-shrink: 0;
}
.cta__text {
  font-family: "Red Hat Text";
  line-height: 1.4545454545;
}
.cta__link {
  padding-top: 4.3125rem;
}
.before-after__arrow {
  position: relative;
  background-color: #fff;
  width: .3125rem
}
.arrow__box {
  position: absolute;
  width: 12.5625rem;
  height: 7.5rem;
  top: 50%;
  left: 0;
  z-index: 3;
  background: url("../img/hp/bg-drag.svg") center no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center
}
.before-after__item {
  position: relative;
  z-index: 1
}
.before-after__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  font-size: 60px;
  pointer-events: none
}
.title-extra {
  font-family: Populaire;
  line-height: 1;
  padding-top: 2rem;
}
.title-big {
  font-family: Populaire;
  line-height: 1.07
}
.title-mid {
  font-family: Populaire;
  font-size: 3.125rem;
  line-height: 1.15
}
.title-small {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.45
}
.text {
  font-size: 1.125rem;
  line-height: 1.22;
  font-weight: 500
}
.page-privacy{
  padding: 18rem 0 4rem;
}

.privacy {
  background: url("../img/general/bg-store.png") no-repeat top center;
  background-size: contain;
  padding: 9rem 0;
  max-width: 60rem;
  margin: 0 auto;
}
.privacy a{
  text-decoration: underline;
}
.privacy__container{
  max-width: 53rem;
}
.privacy__title,
.privacy h2{
  text-align: center;
  padding-bottom: 1.3rem;
}
.privacy h2{
 
  padding-bottom: 11rem;
}
.privacy h2{
  max-width: 35rem;
  margin: 0 auto;
}
.privacy h3,
.privacy h4{
  font-family: Populaire;
}


.homepage .button-blu {
  align-self: flex-start;
}
.button-blu {
  font-size: 1.125rem;
  line-height: 1.27;
  background-color: #003977;
  color: #fff;
  padding: 1.25rem 2rem;
  border-radius: 1.875rem;
  transition: 0.3s ease;
  font-weight: 500;
}
.button-w {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.27;
  padding: 1.25rem 2rem;
  border-radius: 1.875rem;
  background-color: #fff;
  color: #003977;
   transition: 0.3s ease;
}
.scopri {
  font-size: 1.125rem;
  line-height: 1.27;
  font-weight: 500
}
.scopri a {
  position: relative;
  z-index: 10
}
.scopri a span {
  position: relative;
  z-index: 11
}
.scopri a::before {
  content: "";
  background: url("../img/general/arrow-dx.svg") center no-repeat;
  position: absolute;
  top: 50%;
  right: -15%;
  -webkit-transform: translateX(100%) translateY(-50%);
  transform: translateX(100%) translateY(-50%);
  width: 3.5625rem;
  height: 3.4375rem;
  background-size: contain;
  z-index: 1
}
.scopri a::after {
  content: "";
  background: url("../img/store-locator-open.svg") center no-repeat;
  position: absolute;
  top: 50%;
  right: -15%;
  -webkit-transform: translateX(100%) translateY(-50%);
  transform: translateX(100%) translateY(-50%);
  width: 11.8125rem;
  height: 4.0625rem;
  background-size: contain;
  opacity: 0;
  transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out,opacity .3s ease-in-out;
  transition: transform .3s ease-in-out,opacity .3s ease-in-out,-webkit-transform .3s ease-in-out;
  z-index: -1
}
.header {
  display: flex;
  flex-direction: column;
  z-index: 25;
}
.header__container {
  position: relative;
  z-index: 5;
}
.header-homepage {
  position: relative;
  min-height: 100svh;
 width: 100%;
}

.header-homepage video {
  position: absolute;
   width: 100%;
   min-width: 100%;
    height: 100%;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   object-position: bottom center;
   object-fit: cover;
}
.header-homepage::after{
  content: '';
  background-color: #fff;
  position: absolute;width: 100%;height: 2px;bottom: 0;left: 0;
}
.video-mobile {
  display: none
}
.notfound {
  background-color: #eaf3f8
}
.default-page__content {
  max-width: 59.375rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url('../img/bg-404.png') center no-repeat;
  background-size: contain;
  height: 100%;
  padding:10rem 0 9.375rem 2.5rem
}
.default-page__title {
  padding-bottom: 1.25rem
}
.default-page__text {
  padding-bottom: 3.125rem;
  font-weight: 500;
  line-height: 1.45
}
.default-page__cta {
  text-transform: uppercase
}
.page-template-page-landing .listing::before {
  content: '';
  background: 0 0 !important
}
.landing-page .magazine-steps-first > img:first-of-type{
 display: none !important;
}
.landing-page .magazine-steps-first .magazine-steps__header h2{
  color:#003977 !important;
}
/* .landing-page .listing__title,
.landing-page .listing__txt{
 text-align: center;
} */
.landing-page .listing-blu{
 background-color: #004694;
 color: #fff !important
}
.landing-page .item-category__title {
    font-size: 2.5rem;
    font-family: 'Populaire';
    max-width: 30rem;
    text-align: center;
}
.listing-blu .listing__block{
 grid-template-columns: 1fr 1fr;
}

.landing-page .magazine-steps-first .magazine-steps__content{
 background-color:#EAF3F8;
  padding-top: 7.5rem;
 
}
.landing-page .magazine-steps-first .magazine-steps__intro p {
   color:#003977 !important;
}
.landing-page .magazine-steps-first .magazine-step-card{
   color:#003977 !important;
}
.landing-page .magazine-steps-first .magazine-card-sub-title, 
.landing-page .magazine-steps-first .magazine-card-paragraph{
  color:#003977 !important;
}
.landing-page .magazine-steps-second {
 background-color:#EAF3F8;
}
/* .landing-page .listing__container {
  border-bottom: .0625rem solid #d9e4ea
} */
.landing-page .listing .item-category__link::before {
  background: 0 0
}
.landing-page__header {
  display: grid;
  isolation: isolate
}
.landing-page__header>* {
  grid-area: 1/-1
}
.landing-page__dark {
  z-index: 2;
  background-color: rgba(0,0,0,.3);
  pointer-events: none
}
.landing-page__bg {
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.landing-page__container {
  display: flex;
  justify-content: space-between;
  max-width: 100rem;
  z-index: 3
}
.landing-page__content {
  max-width: 62rem;
  color: #fff;
  display: flex;
  flex-direction: column
}
.landing-page__text {
  max-width: 53rem;
  padding: 2.5rem 0;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 500
}
.landing-page__cta {
  align-self: flex-start
}
.action-landing {
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: -3.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-self: flex-end;
  aspect-ratio: 1;
  color:#003977
}
.action-landing img {
  max-width: 100%;
  margin-top: -50%
}
.action-landing__cta {
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-column-gap: .625rem;
  -moz-column-gap: .625rem;
  column-gap: .625rem
}
.action-landing__cta:hover svg {
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}
.action-landing__cta svg {
  transition: -webkit-transform .5s cubic-bezier(.25,.1,.25,1);
  transition: transform .5s cubic-bezier(.25,.1,.25,1);
  transition: transform .5s cubic-bezier(.25,.1,.25,1),-webkit-transform .5s cubic-bezier(.25,.1,.25,1)
}
.action-landing__title {
  max-width: 21.125rem;
  font-family: Populaire;
  padding-bottom: 1.25rem;
  padding-top: .5rem
}
.intro {
  background-color: #003977;
  color: #fff
}
.intro__container {
  max-width: 72.5rem;
  padding-bottom: 6.25rem;
  padding-top: 6.25rem
}
/* .intro__title {
  text-align: center;
} */
.intro__text {
  line-height: 1.45;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}
.scopri-w {
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.scopri-w a::before {
  content: "";
  background: url("../img/general/arrow-w-bg.svg") center no-repeat
}
.scopri-w:hover a::after {
  -webkit-transform: translateX(20%) translateY(-50%);
  transform: translateX(20%) translateY(-50%);
  opacity: 1
}
.scopri-w:hover span {
  color: #fff
}
.scopri-w:hover a::before {
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
   background: url("../img/general/arrow-dx.svg") center no-repeat;
}
.title-video__container {
  max-width: 72.5rem;
  padding-bottom: 6.25rem;
  padding-top: 6.25rem
}
.title-video__title {
  text-align: center
}
.title-video__video video {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 1.25rem
}
.video-play {
  position: relative;
  z-index: 1
}
.video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  z-index: 5;
  cursor: pointer;
  transition: scale .5s
}
.video-button:hover {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
  transform: translateX(-50%) translateY(-50%) scale(1.1);
  -webkit-transform-origin: center;
  transform-origin: center
}
.title-txt-cta {
  margin: 0 auto;
  max-width: 72.5rem;
  border-bottom: .0625rem solid #d9e4ea
}
.title-txt-cta__container {
  max-width: 56.875rem
}
.title-txt-cta__txt {
  font-weight: 400;
  line-height: 1.38;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem
}
.listing__content {
  margin: 0 auto;
  max-width: 56.875rem
}
.listing__txt {
   padding-top: .8125rem
} 
.homepage {
  position: relative;
  background-color: #fff;
  z-index: 2;
  margin-top: 50px;
}
.intro-hp__container {
  max-width: 81.5625rem;
  display: flex;
  gap: 1rem;
  row-gap: 1.875rem
}
.intro-hp__content {
  flex: 1 0 35rem;
  align-self: self-end;
  margin-top: 21%
}
.intro-hp__text {
 font-size:1.375rem ;

}
.product-hp {
  position: relative;

}
.product-hp::before {
  content: "";
  background: url("../img/hp/product-section-hp-bg.png") top center no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -5%;
  left: 0;
  z-index: -1;
  background-size: cover;
}
.product-hp::after {
  content: "";
  background-color: #9cd2f0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20%;
  left: 0;
  z-index: -1
}
.homepage .recipe-slider::after {
  content: "";
  background: url("../img/hp/product-section-hp-bg-bottom.png") bottom center no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
}
.page__listing-prodotti .recipe-slider::before{
      content: "";
    background: url("../img/onda-blu.png") top center no-repeat;
    position: absolute;
    width: 100%;
    height: 300px;
    top: -9%;
    left: 0;
    z-index: 3;
    background-size: cover;

}
.homepage .recipe-slider,
.page-product .recipe-slider,
.page__listing-prodotti .recipe-slider
{
  padding-left: 11.875rem;
}
.product-hp__container {
  max-width: 81.5625rem;
  display: flex;
  row-gap: 5rem
}
.product-hp__content {
  flex: 1 0 39.375rem;
  margin-top: 10%
}
.product-hp__block {
  flex: 1 1 auto;
  text-align: center;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
  position: relative;
  align-items: flex-end;
}
.product-hp__title{
  line-height: 1.15;
    font-weight: 500;
    padding-bottom: 1.875rem;
    color: #647384;
}
.product-hp__cta-mobile {
  display: none
}
.item-category-hp {
  text-align: center;
   /* max-width: 30rem; */
}
.item-category-hp:nth-child(2) {
  position: absolute;
  top: 32%;
  left: -75%
}
.item-category-hp:nth-child(3) {
  margin-right: -40%;
  margin-top: 10%
}
.item-category-hp:nth-child(4) {
  margin-left: -40%;
  margin-top: -10%;
}
.item-category-hp__link {
  position: relative;
  background: url("../img/hp/splash-product-bg.png") center center no-repeat;
  background-size: contain;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.item-category-hp .droplet-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.item-category-hp .droplet {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,transform .3s ease;
  transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease
}
.item-category-hp .droplet-1 {
  top: 30%;
  right: 0
}
.item-category-hp .droplet-2 {
  top: 30%;
  left: 0
}
.item-category-hp .droplet-3 {
  bottom: 40%;
  right: -5%
}
.item-category-hp .droplet-4 {
  bottom: 20%;
  left: 0
}
.item-category-hp .droplet img {
  width: 100%;
  height: 100%
}
.item-category-hp__image {
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
  width: 100%;
  height: auto;
  max-width:30rem;
}
.item-category-hp__title {
  padding-top: 1.875rem
}
.item-category-hp:hover .droplet-1 {
  opacity: 1;
  -webkit-transform: translate(5px,-5px);
  transform: translate(5px,-5px)
}
.item-category-hp:hover .droplet-2 {
  opacity: 1;
  -webkit-transform: translate(-5px,-5px);
  transform: translate(-5px,-5px)
}
.item-category-hp:hover .droplet-3 {
  opacity: 1;
  -webkit-transform: translate(5px,5px);
  transform: translate(5px,5px)
}
.item-category-hp:hover .droplet-4 {
  opacity: 1;
  -webkit-transform: translate(-5px,5px);
  transform: translate(-5px,5px)
}
.item-category-hp:hover .item-category-hp__link {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.item-category-hp:hover .item-category-hp__image {
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg)
}
.item-category-hp:hover .scopri a::after,
 .item-category:hover .scopri a::after,
 .item-prod:hover .scopri a::after {
  -webkit-transform: translateX(20%) translateY(-50%);
  transform: translateX(20%) translateY(-50%);
  opacity: 1
}
.item-category-hp:hover .scopri span,
.item-category:hover .scopri span,
.item-prod:hover .scopri span{
  color: #fff
}
.item-category-hp:hover .scopri a::before,
.item-category:hover .scopri a::before,
 .item-prod:hover .scopri a::before{
  -webkit-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%)
}

.item-category:hover .scopri-w a::before{
 background: url('../img/general/arrow-dx.svg') center no-repeat;
}
.logotype-hp__container {
  max-width: 87.5rem;
  display: flex;
  align-items: center;
  row-gap: 3.75rem
}
.logotype-hp__title {
  text-align: center;
  max-width: 42.3125rem;
  align-self: center
}
.about-supply__container {
  max-width: 89.375rem;
  display: flex;
  position: relative;
  row-gap: 1.875rem;
  justify-content: space-between
}
.about-supply__image {
  border-radius: 1.25rem
}
.about-supply__image img {
  border-radius: 20px;
  width: 100%
}
.about-supply__drop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  pointer-events: none
}
.about-supply__content {
  max-width: 33.5rem;
  display: flex;
  flex-direction: column
}
.about-supply__title {
  font-family: Populaire;
  font-size: 3.125rem;
  line-height: 1.14;
  padding-bottom: 1.875rem
}
.about-supply__text {
  font-weight: 500;
  font-size: 1.375rem;
  padding-bottom: 2.5rem;
  line-height: 1.45
}
.about-supply__button {
  text-align: center
}
.news-bg__container {
  background: url("../img/hp/bg-section-hp-bg.png") center no-repeat;
  background-size: contain;
  max-width: 90.625rem
}
.news-bg__content {
  display: flex;
  flex-direction: column;
  color: #fff;
  max-width: 43.75rem
}
.news-bg__title {
  padding-bottom: 1.875rem
}
.news-bg__cta {
  align-self: flex-start
}
.custom-logo-link img {
  max-width: 12.5rem;
}


.page__listing-prodotti p:not(:last-child) {
padding-bottom: 0.5rem;
}
.page__listing-prodotti {
  background-color: #eaf3f8;
}
/* .about {
  background-color: #eaf3f8;
} */
.about__content {
/*/padding-top: 6rem;*/
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.about__box {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
  max-width: 43.75rem;
}
.about__content--reverse {
  flex-direction: row-reverse;
}
.about__title {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.45;
  color: #647384;
}
.about__text {
  color: #647384;
   font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.45;
  padding-bottom: 0.9375rem;
}
.about__cta {
  align-self: flex-start;
  text-transform: uppercase;
  font-weight: 500;
}
.about__image img {
  max-width: 100%;
}
.section__hero {
  background-color: #9cd2f0;
}
.hero__content {
  margin: 0 auto;
  max-width: 53rem;
  padding-bottom: 6.25rem;
}
.hero__title {
  padding-bottom: 1.875rem;
}
.hero__text{
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.22;
}
.term-description {
  display: flex;
  flex-direction: column;
      row-gap: 4.5rem;
font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.22;
}
.term-description a,
.faq a{
  text-decoration: underline;
  font-weight: 800;
}

.term-excerpt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0,
    #000 45%,
    rgba(0, 0, 0, 0.4) 95%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0,
    #000 45%,
    rgba(0, 0, 0, 0.4) 95%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: all 0.3s ease;
}
.term-excerpt p.expanded {
  -webkit-line-clamp: unset;
  -webkit-mask-image: none;
  mask-image: none;
  overflow: visible;
  display: block;
}
.read-more {
  text-align: center;
  font-size: 1.125rem;
  position: relative;
  align-self: center;
  text-decoration: none !important;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.read-more img {
   /* -webkit-transform: translateX(100%) translateY(-50%);
  transform: translateX(100%) translateY(-50%); */
  width: 3.5625rem;
  height: 3.4375rem;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.read-more.active img {
  -webkit-transform:  rotate(180deg);
  transform:   rotate(180deg);
}

.listing {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-bottom: 13rem;
}

.listing::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2px;
  left: 0;
  z-index: -1;
  background: url("../img/general/onda-listing.png") top center no-repeat;
  background-size: contain;
  pointer-events: none;
}
.listing__block {
  display: grid;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  grid-template-columns: repeat(auto-fill, minmax(33rem, 1fr));
  align-items: center;
  justify-items: center;
  text-align: center;
}
.item-category {
  display: flex;
  flex-direction: column;
  height: 100%;
    transition: -webkit-transform .5s cubic-bezier(.25,.1,.25,1);
  transition: transform .5s cubic-bezier(.25,.1,.25,1);
  transition: transform .5s cubic-bezier(.25,.1,.25,1),-webkit-transform .5s cubic-bezier(.25,.1,.25,1)
}
.item-category__link {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative
}
.item-category__image {
  width: 100%;
    max-width: 30rem;
    height: auto;
    display: block;
}
.item-category__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: url('../img/general/product-box-background.png') center center no-repeat;
  background-size: contain;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
  z-index: -1
}
.item-category__link img {
  transition: -webkit-transform .5s cubic-bezier(.25,.1,.25,1);
  transition: transform .5s cubic-bezier(.25,.1,.25,1);
  transition: transform .5s cubic-bezier(.25,.1,.25,1),-webkit-transform .5s cubic-bezier(.25,.1,.25,1)
}
.item-category:hover .item-category__link::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  transform-origin: center
}
.item-category:hover .item-category__link img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.item-category__footer {
  padding-top: 0.9375rem;
  flex: 0 1 100%;
}
.item-category__title {
  padding-bottom: 1.25rem;
}
.single-prodotto {
  background-color: #f7f7f7;
}

.product {
  position: relative;
  z-index: 3;
}
.product__container {
  position: relative;
  z-index: 3;
  display: flex;
}
.product__header-ombra {
  position: absolute;
  width: 100%;
  height: 67.375rem;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
   pointer-events: none;
}
.product__header-image {
  position: absolute;
  width: 100%;
  height: 67.375rem;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
   pointer-events: none;
}
.product__header-onda {
  position: absolute;
  width: 100%;
  top: 31%;
  left: 0;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
   pointer-events: none;
}
.header-onda-mobile{
  display: none;
}
.product__content {
  position: relative;
  z-index: 4;
  flex: 0 1 50%;
}
.product__image {
  position: relative;
  z-index: 4;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 1 50%;
}
.product__image-new::after {
  content: "";
  width: 145rem;
  height: 140rem;
  position: absolute;
  top: 20%;
  right: 13%;
  background: url('../img/general/bollo-novita.svg') top right no-repeat;
  pointer-events: none;
}
.product__image-pack {
  max-width: 44rem;
  width: 100%;
  height: 100%;
  aspect-ratio: 704/581;
  -o-object-fit: cover;
  object-fit: cover;
}
.product__image-cta {
  text-transform: uppercase;
  margin-top: -1.75rem;
}
.product__description {
  max-width: 44rem;
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 15px 1px rgba(112, 112, 112, 0.2);
  margin-bottom: 1.875rem;
}
.product__description-decoration {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #9cd2f0;
  border-top-right-radius: 1.875rem;
  border-bottom-left-radius: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__description-decoration img {
  max-width: 100%;
  padding: 0.9375rem;
}
.product__title {
  max-width: 26.25rem;
  line-height: 1.07;
  font-family: Populaire;
}
.product__text {
  font-family: "Red Hat Text", sans-serif;
  font-size: 1.125rem;
  line-height: 1.38;
  padding-bottom: 2.1875rem;
      padding-top: 1.3rem;
}
.product__format {
  display: flex;
  align-items: flex-start;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.product__format-description {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 500;
}
.product__format-text {
  color: #647384;
}
.product__info {
  max-width: 44rem;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 15px 1px rgba(112, 112, 112, 0.2);
  padding-top: 3.4375rem;
}
.info-content__ing {
  padding-bottom: 3.125rem;
}
.info-content__ing-title {
  font-family: Populaire;
  font-size: 2.1875rem;
  line-height: 1.4;
  padding-bottom: 0.625rem;
}
.info-content__ing-text {
  font-size: 1.125rem;
  line-height: 1.2;
  color: #647384;
}
.info-content__ing-text strong,
.product__text strong,
.homepage strong{
 font-weight: 600;
}
.info-content__val-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.75rem;
}
.info-content__val-title {
  font-family: Populaire;
  font-size: 2.1875rem;
  line-height: 1.4;
}
.info-content__val-text {
  font-size: 1rem;
  line-height: 1.2;
  color: #647384;
}
.val-item {
  font-size: 1.125rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #b8d4db;
  padding-block: 0.625rem;
}
.val-item__add {
  font-size: 1rem;
  line-height: 1.2;
  color: #647384;
  text-align: right;
  padding-block: 0.625rem;
}
.product__format-link {
  display: flex;
  align-items: center;
  -webkit-column-gap: 4.8125rem;
  -moz-column-gap: 4.8125rem;
  column-gap: 4.8125rem;
  padding-top: 2.5rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.2;
}
.product__format-taste {
  display: flex;
  align-items: center;
  padding-top: 2.0rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.2;
}
.format-link__title {
  flex: 1 0 30%;
}
.format-link__box {
   width: 21.25rem;
  display: flex;
  height: 3.75rem;
  background-color: #d9e4ea;
  border-radius: 1.875rem;
  border: 0.0625rem solid #d9e4ea;
  padding: 0.125rem;
}
.format-link__intero {
  background-color: #003977;
  border-radius: 1.875rem;
  padding: 0.875rem 1.4rem;
  color: #fff;
  position: relative;
  display: flex;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  align-items: center;
  flex: 1 0 50%;
}
.format-link__intero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.format-link__bere {
  display: flex;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  align-items: center;
  color: #647384;
  flex: 1 0 50%;
  padding-left: 1.5rem;
  padding-right: 1rem;
}
.format-taste__title {
  flex: 1 0 30%;
}
.format-taste__box {
  height: 3.75rem;
  width: 21.25rem;
  background-color: #d9e4ea;
  border-radius: 1.875rem;
}
.select {
  font-family: "Red Hat Text";
  width: 100%;
  background-color: #d9e4ea;
  border-radius: 30px;
  border: .0625rem solid #d9e4ea;
  color: #003977;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.2;
  outline: 0;
  min-width: 0;
  position: relative
}

.select__body {
  position: relative
}
.select__title {
  padding: 0 1.875rem;
  font-weight: 500;
  font-size: 1rem;
  color: #003977;
  text-align: left;
  cursor: pointer;
  width: 100%;
  border-radius: 4px;
 
}
.select__value {
  display: flex;
  min-width: 0;
  align-items: center;
  height: 3.75rem;
  gap: .625rem
}
.select__value>* {
  flex: 1 1 auto
}
.select__value:after {
  content: "";
  background: url('../img/general/select-icon.png') center no-repeat;
  align-self: stretch;
  flex: 0 0 10px;
  transition: all .3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center
}
._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: .5
}
.select__content {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
 /* white-space: nowrap*/
}
.select__text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap*/
}
.select__input {
  width: 100%;
  background-color: rgba(0,0,0,0);
  height: 100%
}
.select__options {
  border-radius: 30px;
  box-shadow: 0 0 15px 1px rgba(112,112,112,.2);
  color: #003977;
  font-weight: 500;
  font-size: 1rem;
  position: absolute;
  top: calc(100% - .0625rem);
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0
}
.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 25rem
}
.select__option {
  font-weight: 500;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #eaf3f8;
  cursor: pointer;
  padding: 1.25rem 1.875rem
}
.select__row {
  display: inline-flex;
  align-items: center
}
._select-tag {
  cursor: pointer
}
.yogurt .product__format {
  padding-bottom: 3.125rem;
}
.testimonials {
  max-width: 115.625rem;
  margin: 0 auto;
  padding-top: 7.5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonials::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5%;
  left: 0;
  z-index: -1;
  background: url("../img/prodotti-latte-single/testimonials-bg.png") center
    center no-repeat;
  background-size: contain;
  pointer-events: none;
}
.testimonials__container {
  padding-left: 0;
  padding-right: 0;
}
.testimonials__header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials .testimonials-swiper {
  padding-inline: 0.9375rem;
}
.testimonials .swiper-wrapper {
     justify-content: flex-start;
}
.testimonials__title {
  align-self: center;
  font-family: Populaire;
  line-height: 1.07;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 2.5rem;
}
.testimonials__items {
  position: relative;
  z-index: 2;
  justify-content: center;
}
.item-testimonials {
  background-color: #fff;
  border-radius: 1.875rem;
  box-shadow: 0 0 15px 1px rgba(112, 112, 112, 0.2);
  display: flex;
  flex-direction: column;
}
.item-testimonials__title {
  font-weight: 500;
  line-height: 1.45;
}
.item-testimonials__title:not(:last-child) {
  margin-bottom: 1.3125rem;
}
.item-testimonials__text {
  color: #647384;
  font-size: 1.125rem;
  line-height: 1.38;
  flex: 1 1 auto;
}
.item-testimonials__footer {
  display: flex;
  align-items: center;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.item-testimonials__avatar-ibg {
  border-radius: 50%;
  overflow: hidden;
  background-color: #9cd2f0;
  width: 6.0625rem;
  height: 6.0625rem;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-testimonials__avatar-ibg img {
  width: 3.5625rem;
  height: 5rem;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.item-testimonials__name {
  font-weight: 500;
  line-height: 1.45;
}
.faq__container {
  max-width: 71rem;
}
.faq__title {
  font-weight: 500;
  line-height: 1.45;
  padding-bottom: 0.625rem;
}
.faq__subtitle {
  line-height: 1.07;
  padding-bottom: 2.375rem;
  font-family: Populaire;
}
.related-products__container {
  max-width: 96.25rem;
  position: relative;
  border-bottom: 0.0625rem solid #d9e4ea;
}
.related-products__title {
  max-width: 71rem;
  margin: 0 auto;
}
.related-products__block {
  display: grid;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 3.125rem;
  grid-template-columns: repeat(auto-fill, minmax(26rem, 1fr));
  position: relative;
}
.page-product-single .related-products__block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -16%;
  left: 0;
  background: url("../img/prodotti-latte-single/prodotti-correlati-latte-bg.png")
    center center no-repeat;
  background-size: contain;
}
.related-products__block-prod {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.item-prod__link {
  position: relative;
}
.item-prod__image {
  width: 100%;     
  max-width: 26rem;  
  height: auto;      
  display: block;    
}
.item-prod__footer {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.item-prod__title {
  font-size: 1.125rem;
  color: #647384;
  line-height: 1.2;
  padding-bottom: 0.625rem;
}
.item-prod__subtitle {
  line-height: 1.45;
  padding-bottom: 1.375rem;
  flex: 1 1 auto;
}

.recipe-slider {
  position: relative;
}

.recipe-slider__container {
  /* margin-left: 11.875rem; */
  padding-top: 6.2rem;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}
.recipe-slider__title {
  line-height: 1.15;
  font-weight: 500;
  padding-bottom: 1.875rem;
  color: #647384;
}
.recipe-slider__header {
 
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 2.5625rem;
  -webkit-column-gap: 3.125rem;
  -moz-column-gap: 3.125rem;
  column-gap: 3.125rem;
}

.recipe-slider__subtitle {
  align-self: flex-start;
  font-family: Populaire;
   font-size: 4.375rem; 
  max-width: 45rem;
}
.recipe-slider__text {
   flex: 1 1 20%;
  line-height: 1.45;
  max-width: 35rem;
  font-weight: 500;
}
.recipe-slider__subheader{
   flex: 1 1 30%;
}
.recipe-slider__navigation{
   flex: 1 1 10%;
   display: flex;
   justify-content: flex-end;
}
.recipe-slider__navigation-mobile {
  display: none;
}
.recipe-slider__slide {
  /*height: 25rem;*/
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 15px 1px rgba(112, 112, 112, 0.25);
  margin-bottom: 0.3125rem;
  margin-left: 0.3125rem;
}
.recipe-slider__slide-button svg{
transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.recipe-slider__slide-button:hover svg{
transform: translateX(10px);
}
.recipe-slider__slide-image {
  width: 100%;
}
.recipe-slider__slide-image img {
  max-width: 100%;
  height: 16.875rem;
  object-fit: cover;
  border-radius: 1.875rem;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.recipe-slider__slide-footer {
  padding-bottom: 1.875rem;
}
.recipe-slider__slide-title {
  line-height: 1.2;
  color: #647384;
  font-weight: 500;
  padding-bottom: 0.4375rem;
  font-size: 1.125rem;
}
.recipe-slider__slide-header {
  position: relative;
  z-index: 1;
}
.recipe-slider__slide-label {
  position: absolute;
  bottom: 1.25rem;
  left: 1.875rem;
  z-index: 2;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
}
.recipe-slider__slide-tempo {
  background-color: #fff;
  border-radius: 1.875rem;
  padding-left: 2.0625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  position: relative;
}
.recipe-slider__slide-tempo::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  background: url("../img/general/time.svg") center center no-repeat;
  background-size: contain;
  width: 0.9375rem;
  height: 0.9375rem;
}
.recipe-slider__slide-difficolta {
  background-color: #fff;
  border-radius: 1.875rem;
  padding-left: 2.1875rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  position: relative;
}
.recipe-slider__slide-difficolta::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  background: url("../img/general/difficult.svg") center center no-repeat;
  background-size: contain;
  width: 1.0625rem;
  height: 1rem;
}
.recipe-slider__slide-subtitle {
  font-family: Populaire;
  font-size: 2.1875rem;
  line-height: 1.2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recipe-slider__slide-subtitle img {
  align-self: center;
  padding-left: 0.3125rem;
}
.swiper-button-prev {
  padding-right: 0.9375rem;
}
.swiper-button-prev img {
  max-width: 100%;
}
.swiper-button-next img {
  max-width: 100%;
}
.menu-hero {
  background-color: #004694;
  padding-bottom: 5%;
  position: relative;
  z-index: 2;
}
.menu-hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10%;
  left: 0;
  z-index: -1;
  background: url("../img/menu/onda-bg-menu.png") bottom center no-repeat;
  background-size: contain;
  pointer-events: none;
  display: block;
}
.menu-hero__content {
  display: flex;
  justify-content: center;
  color: #fff;
  font-family: Populaire;
}
.menu-hero__box {
  max-width: 38.25rem;
}
.menu-hero__title {
  line-height: 1;
   padding-bottom: 1.25rem
}
.menu-hero__subtitle {
  line-height: 1.14;
}
.menu-hero__image {
  align-self: flex-end;
  -webkit-transform: rotate(-17deg);
  transform: rotate(-17deg);
}
.menu-hero__image img {
  width: 100%;
}
.listing-menu {
  position: relative;
  z-index: 3;
}
.listing-menu__items {
  display: grid;
  justify-content: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}
.listing-menu__item {
  position: relative;
  overflow: hidden;
}
.listing-menu__item {
  position: relative;
  overflow: hidden;
}
.listing-menu__image {
  position: relative;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.listing-menu__button {
 display: flex;
 align-items: center;
 gap: 1rem;
}
.listing-menu__button span{
 flex: 1 0 70%;
}
.listing-menu__image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: 704/416;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s ease;
  position: relative;
}
.listing-menu__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  border-radius: 1.25rem;
  z-index: 2;
}
.listing-menu__label {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 3;
  padding-right: 1.3rem;
      width: 95%;
}
.listing-menu__difficolta {
  background-color: #fff;
  border-radius: 1.875rem;
  padding-left: 2.1875rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  position: relative;
  margin-bottom: 0.625rem;
  max-width: 6.25rem;
  font-size: 1rem;
}
.listing-menu__difficolta::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  background: url("../img/general/difficult.svg") center center
    no-repeat;
  background-size: contain;
  width: 1.0625rem;
  height: 1rem;
}
.listing-menu__box {
  background-color: #fff;
  border-radius: 0.9375rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  max-width: 26rem;
}
.listing-menu__number {
  font-size: 1.125rem;
  color: #647384;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 0.3125rem;
}
.listing-menu__title {
  font-family: Populaire;
  font-size: 2.1875rem;
  line-height: 1.2;
}

.related-category__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.related-category__title {
  text-align: center;
}
.related-category__block {
  display: grid;
  -webkit-column-gap: 0.3125rem;
  -moz-column-gap: 0.3125rem;
  column-gap: 0.3125rem;
  row-gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(26rem, 1fr));
  align-items: center;
  justify-items: center;
  text-align: center;
}
.related-category__button {
  align-self: center;
  text-transform: uppercase;
}
.item-related-cat {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.item-related-cat__link {
  flex: 1 1 100%;
  display: flex;
}
.item-related-cat__image {
  width: 100%;
  align-self: self-end;
}
.item-related-cat__footer {
  flex: 1 0 auto;
}
.item-related-cat__title {
  font-size: 50px;
  line-height: 1.14;
  padding-bottom: 1.25rem;
}
.related-articles {
  position: relative;
  overflow: hidden;
}
.related-articles::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../img/menu/slider-articoli-bg.png") center center no-repeat;
  background-size: cover;
  pointer-events: none;
}
.related-articles::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -20%;
  left: 0;
  z-index: -1;
  background-color: #004694;
  pointer-events: none;
}
.related-articles__container {
  padding-bottom: 15rem;
  display: flex;
  flex-direction: column;
}
.related-articles__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.related-articles__title {
  color: #fff;
}
.related-articles__cta-mobile {
  display: none;
}
.articles-slide__box {
  position: relative;
}
.articles-slide__image {
  border-radius: 0.9375rem;
  overflow: hidden;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.articles-slide__image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 416/291;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.articles-slide__label {
  background-color: #fff;
  border-radius: 1.875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  position: absolute;
  bottom: 1.25rem;
  left: 0.9375rem;
  margin-bottom: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  color: #647384;
}
.articles-slide__title {
  color: #fff;
  font-size: 2.1875rem;
  line-height: 1.14;
  font-family: Populaire;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  max-width: 26rem;
}
.articles-slide__link {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.27;
  display: flex;
  align-items: center;
}
.articles-slide__link svg{
 transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.articles-slide__link:hover svg{
  transform: translateX(10px);
}
.articles-slide__link span {
  padding-right: 0.9375rem;
}
.hero-s-menu {
  position: relative;
  z-index: 3;
}

.hero-s-menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.hero-s-menu__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-s-menu__content {
  position: relative;
  z-index: 4;
  background: url("../img/general/det-ricetta.png") top center no-repeat;
  background-size: 100%
}
.hero-s-menu__description {
  max-width: 53rem;
  margin: 0 auto;
}
.hero-s-menu__meta {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 500;
}
.hero-s-menu__difficulty {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.9375rem;
}
.hero-s-menu__difficulty > span:first-child {
  padding-left: 2.5rem;
  background: url("../img/general/difficult.svg") no-repeat;
}
.hero-s-menu__recipe-title {
  display: flex;
  justify-content: space-between;
}
.hero-s-menu__recipe-title > span:first-child {
  padding-left: 2.5rem;
  background: url("../img/menu-single/icon-ricette.svg") no-repeat;
}
.hero-s-menu__recipe {
  font-size: 1rem;
  line-height: 1.31;
  color: #647384;
  font-weight: 400;
  padding-left: 2.5rem;
  display: flex;
  justify-content: space-between;
}
.info-s-menu {
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.info-s-menu__content {
  max-width: 53rem;
  margin: 0 auto;
}
.info-s-menu__title {
  font-size: 2.1875rem;
  line-height: 1.2;
  padding-bottom: 1.25rem;
  font-family: Populaire;
}
.info-s-menu__text {
  font-size: 1.125rem;
  line-height: 1.38;
}
.coperti-menu {
  font-weight: 500;
  max-width: 53rem;
  margin: 0 auto;
}
.coperti-menu__title {
  font-size: 1.375rem;
  line-height: 1.45;
  padding-bottom: 0.9375rem;
  display: flex;
    align-items: center;
    column-gap: 1.3rem;
}
.coperti-menu__content {
  display: flex;
  align-items: center;
}
.coperti-menu__text {
  font-size: 1rem;
  line-height: 1.31;
  flex: 1 0 30%;
  color:#647384
}
.coperti-menu__buttons {
  flex: 1 0 45%;
  display: flex;
  justify-content: center;
}
.coperti-menu__buttons .quantity__input {
  align-self: center;
}
.page__single-menu hr {
  background-color: #eaf3f8;
  height: 0.0625rem;
}
.ricette-s-menu {
  padding-top: 8%;
  background: url("../img/menu-single/main-bg.png") top center no-repeat;
  position: relative;
}
.ricette-s-menu__title {
  text-align: center;
}
.ricette-s-menu__content-wrap {
  padding-bottom: 34.375rem;
}
.ricette-s-menu__subtitle {
  font-family: Populaire;
  line-height: 1.14;
}
.ricette-s-menu__slider-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.25rem;
  align-items: center;
  justify-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.ricette-s-menu .recipe-slider__slide {
  max-width: 26.625rem;
}
   .ricette-s-menu__container {
    max-width: 90.125rem;
  }
.related-menus {
  position: relative;
  margin-top: -18%;
}
.related-menus__title {
  text-align: center;
}
.page__single-menu .listing-menu__items {
  grid-template-columns: repeat(auto-fit, minmax(20rem, 44rem));
  justify-content: center;
}
[data-ba] {
  position: relative;
}
[data-ba-after] img,
[data-ba-before] img {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-ba-before] img {
  width: 100%;
}
[data-ba-after] {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
[data-ba-after] img {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
[data-ba-arrow] {
  cursor: -webkit-grab;
  cursor: grab;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 0.188rem;
  z-index: 2;
}
[data-ba-arrow]::after,
[data-ba-arrow]::before {
  content: "";
}
.swiper,
.testimonials-swiper {
  overflow: hidden;
}

.swiper-initialized {
  touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}
.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
.swiper-pagination {
  max-width: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #003977;
  transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
  background-color: #003977;
  border: 2px solid #003977;
}
.swiper-pagination-bullet:hover {
  background-color: rgba(0, 57, 119, 0.1);
}
.swiper-pagination-lock {
  display: none;
}
@media (min-width: 55.625em) {
  .listing-menu__button span {
    padding-right: 2.1875rem;
  }
}
@media (min-width: 107.5em) {
  .listing-menu__button span {
    padding-right: 6.125rem;
  }
 
}
@media (min-width: 140.5em) {
   .product__header-onda {
  top: 33%;
}
}
@media (min-width: 108.125em) {
   .default-page {
    padding-bottom: 18.75rem
  }
  .default-page {
    padding-top: 18.75rem
  }
  .landing-page__container {
    -webkit-column-gap: 10.5rem;
    -moz-column-gap: 10.5rem;
    column-gap: 10.5rem
  }
  .landing-page__container {
    padding-top: 15.5rem
  }
  .action-landing {
    width: 26rem
  }
  .action-landing {
    height: 26rem
  }
  .title-extra {
    font-size: 8.125rem
  }
  .title-big {
    font-size: 4.375rem
  }
  .insidesection-p-t {
    padding-top: 7.5rem
  }
  .insidesection-p-b {
    padding-bottom: 7.5rem
  }
  .module-p-b {
    padding-bottom: 3.75rem
  }
  .module-p-t {
    padding-top: 3.75rem
  }
  .section-p-b {
    padding-bottom: 15rem
  }
  .section-p-t {
    padding-top: 15rem
  }
  .product-hp__container {
    -webkit-column-gap: 7.5rem;
    -moz-column-gap: 7.5rem;
    column-gap: 7.5rem
  }
  .item-category-hp__title {
    padding-bottom: 1.4375rem
  }
  .logotype-hp__container {
    -webkit-column-gap: 9.375rem;
    -moz-column-gap: 9.375rem;
    column-gap: 9.375rem
  }
  .about-supply {
    padding-bottom: 27.125rem
  }
  .about-supply__container {
    -webkit-column-gap: 12.5rem;
    -moz-column-gap: 12.5rem;
    column-gap: 12.5rem
  }
  .news-bg__content {
    padding-left: 15.75rem
  }
  .news-bg__content {
    padding-top: 12.5rem
  }
  .news-bg__content {
    padding-bottom: 11.5rem
  }
  .hero__content {
    padding-top: 18.625rem;
  }
  .listing__block {
    row-gap: 12.8125rem;
  }
  .product {
    padding-top: 17.5rem
  }
  .product {
    padding-bottom: 4.25rem;
  }
  .product__container {
    -webkit-column-gap: 8.75rem;
    -moz-column-gap: 8.75rem;
    column-gap: 8.75rem
  }

  .product__description {
    padding-left: 3.75rem;
  }
  .product__description {
    padding-right: 3.75rem;
  }
  .product__description {
    padding-top: 3.125rem;
  }
  .product__description {
    padding-bottom: 3.125rem;
  }
  .product__description-decoration {
    width: 10.375rem;
  }
  .product__description-decoration {
    height: 8.3125rem;
  }
  .product__title {
    font-size: 4.375rem;
  }
  .product__info {
    padding-left: 3.75rem;
  }
  .product__info {
    padding-right: 3.75rem;
  }
  .product__info {
    padding-bottom: 3.125rem;
  }
  .testimonials {
    padding-bottom: 12.5rem;
  }
  .testimonials__header {
    padding-bottom: 2.5rem;
  }
  .testimonials__title {
    font-size: 4.375rem;
  }
  .testimonials__items {
    padding-bottom: 7.125rem;
  }
  .testimonials__items {
    padding-top: 6.25rem;
  }
  .item-testimonials {
    padding-left: 2.5rem;
  }
  .item-testimonials {
    padding-top: 2.5rem;
  }
  .item-testimonials {
    padding-bottom: 2rem;
  }
  .item-testimonials {
    padding-right: 2.5rem;
  }
  .item-testimonials__text:not(:last-child) {
    margin-bottom: 3.125rem;
  }
  .section__faq {
    padding-bottom: 10.9375rem;
  }
  .faq__subtitle {
    font-size: 4.375rem;
  }
  .related-category {
    padding-bottom: 15rem;
  }
  .related-products__container {
    padding-bottom: 11rem;
  }
  .related-products__title {
    padding-bottom: 6.25rem;
  }
  .related-products__block {
    padding-left: 7.9375rem;
  }
  .related-products__block {
    padding-right: 6.4375rem;
  }
  .item-prod__footer {
    padding-top: 2.9375rem;
  }
  .item-prod__footer {
    padding-left: 4.375rem;
  }
  .item-prod__footer {
    padding-right: 6.25rem;
  }

  .recipe-slider {
    padding-bottom: 8.375rem;
  }
  .recipe-slider__title,
  .product-hp__title{
    font-size: 2rem;
  }
  .recipe-slider__slide-footer {
    padding-top: 1.875rem;
  }
  .recipe-slider__slide-footer {
    padding-left: 2.1875rem;
  }
  .recipe-slider__slide-footer {
    padding-right: 2.5rem;
  }
  .recipe-slider__slide-label {
    font-size: 1rem;
  }
  .recipe-slider__cta {
    padding-top: 4.75rem;
  }

  .menu-hero {
    padding-left: 14.375rem;
  }
  .menu-hero {
    padding-right: 14.375rem;
  }
 .menu-hero {
    padding-top: 19.375rem
  }
  .menu-hero__content {
    -webkit-column-gap: 10.5rem;
    -moz-column-gap: 10.5rem;
    column-gap: 10.5rem;
  }
  .menu-hero__title {
    font-size: 8.125rem;
  }
  .menu-hero__subtitle,
  .privacy h3,
   .privacy h4 {
    font-size: 3.125rem;
  }
  .listing-menu {
    padding-bottom: 15rem;
  }
  .listing-menu__items {
    padding-right: 8.4375rem;
  }
  .listing-menu__items {
    padding-left: 8.4375rem;
  }
  .listing-menu__box {
    padding-left: 1.875rem;
  }
  .listing-menu__box {
    padding-right: 1.875rem;
  }
  .related-category__block {
    padding-bottom: 7.5rem;
  }
  .related-articles__container {
    padding-top: 20.625rem;
  }
  .related-articles__header {
    padding-bottom: 7.5rem;
  }
   .hero-s-menu {
    padding-top: 22.125rem
  }
  
  .hero-s-menu__content {
    padding-top: 14.875rem;
  }
  /* .hero-s-menu__content {
    padding-left: 16.125rem;
  }
  .hero-s-menu__content {
    padding-right: 16.125rem;
  } */
  .hero-s-menu__description {
    padding-bottom: 3.75rem;
  }
  .hero-s-menu__title {
    padding-bottom: 3.75rem;
  }
  .info-s-menu__content {
    padding-bottom: 3.75rem;
  }
  .coperti-menu {
    padding-bottom: 7.5rem;
  }
  .coperti-menu__content {
    -webkit-column-gap: 6.125rem;
    -moz-column-gap: 6.125rem;
    column-gap: 12.125rem;
  }
  .page__single-menu hr {
    margin-top: 3.75rem;
  }
  .ricette-s-menu__title {
    padding-bottom: 7.5rem;
  }

  .ricette-s-menu__subtitle {
    font-size: 3.125rem;
  }
  .ricette-s-menu__subtitle {
    padding-bottom: 3.75rem;
  }
  .related-menus {
    padding-bottom: 15rem;
  }
  .related-menus__title {
    padding-bottom: 3.75rem;
  }
  .ricette-s-menu__content:not(:last-child) {
    margin-bottom: 7.5rem;
  }
  .about {
    padding-top: 14.0625rem
  }
  .page__listing-prodotti .about,
  .recipe-details .about{
  padding-top: 1rem;
}
  .about {
    padding-bottom: 12.0625rem
  }
    .about__content {
    -webkit-column-gap: 11.25rem;
    -moz-column-gap: 11.25rem;
    column-gap: 11.25rem
  }
}
@media (min-width: 120em) {
   .product {
    padding-left: 12.5rem
  }
  .product {
    padding-right: 6.5rem;
  }
  .homepage .recipe-slider__subtitle,
  .page__listing-prodotti .recipe-slider__subtitle,
  .page-product-single .recipe-slider__subtitle
   {
    font-size: 8.125rem;
  }
  .product__format-link {
    -webkit-column-gap: 4.8125rem;
    -moz-column-gap: 4.8125rem;
    column-gap: 4.8125rem;
  }
  .product__format-taste {
    -webkit-column-gap: 4.8125rem;
    -moz-column-gap: 4.8125rem;
    column-gap: 4.8125rem;
  }
}
@media (max-width:67.5em) {
  .intro-hp__container {
    flex-direction: column
  }
  .intro-hp__content {
    margin-top: 0
  }
 
  .recipe-slider__subtitle {
    font-size: 3.75rem
  }
    .recipe-slider__container {
         margin-left: 0; 
    }
    .product-hp__content{
      flex-basis: 100%
    }
     .product-hp__container {
    flex-direction: column;
    max-width: 100%
  }
     .item-category-hp:nth-child(2) {
    position: static;
    /*flex: 1 0 100%*/
  }
    .item-category-hp__link {
    flex: 1 0 100%
  }
    .item-category-hp:nth-child(4) {
    margin-left: 0 !important;
    margin-top: 0 !important;
    max-width: inherit !important;
  }

}
@media (max-width: 85em) {
  .product__format-link {
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .product__format-taste {
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .format-link__title {
    flex: 1 0 100%;
  }
  .format-link__box {
    width: 100%;
    font-size: 1rem;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 0;
  }
  .format-taste__box {
    width: 100%;
  }
}
@media (max-width:80em) {
  .about-supply__drop {
    display: none
  }
  .product__header-onda{
    display:none;
  }
  .header-onda-mobile{
    display: block;
    height: 42rem;
    top: 22%;
    object-position: right;
  }
  .homepage .recipe-slider,
.page-product .recipe-slider,
.page__listing-prodotti .recipe-slider
{
  padding-left: 0;
}
}
@media (max-width: 75em) {
  
  .product__title {
    max-width: 19.5rem;
  }
  .listing-menu {
    padding-bottom: 7.5rem;
  }
  .item-category-hp:nth-child(3) {
    margin-right: -50%;
}
}
@media (max-width: 20em) {
  .landing-page__container {
    -webkit-column-gap: 3.125rem;
    -moz-column-gap: 3.125rem;
    column-gap: 3.125rem
  }
  .landing-page__container {
    padding-top: 15.625rem
  }
  .action-landing {
    width: 16.25rem
  }
  .action-landing {
    height: 16.25rem
  }
   .default-page {
    padding-bottom: 9.375rem
  }
  .default-page {
    padding-top: 9.375rem
  }
  .title-extra {
    font-size: 3.125rem
  }
  .title-big {
    font-size: 3.125rem
  }
  .insidesection-p-t {
    padding-top: 3.75rem
  }
  .insidesection-p-b {
    padding-bottom: 3.75rem
  }
  .module-p-b {
    padding-bottom: 2.5rem
  }
  .module-p-t {
    padding-top: 2.5rem
  }
  .section-p-b {
    padding-bottom: 7.5rem
  }
  .section-p-t {
    padding-top: 7.5rem
  }
  .product-hp__container {
    -webkit-column-gap: .0000000625rem;
    -moz-column-gap: .0000000625rem;
    column-gap: .0000000625rem
  }
  .item-category-hp__title {
    padding-bottom: 1.125rem
  }
  .logotype-hp__container {
    -webkit-column-gap: .0000000625rem;
    -moz-column-gap: .0000000625rem;
    column-gap: .0000000625rem
  }
  .about-supply {
    padding-bottom: 3.75rem
  }
  .about-supply__container {
    -webkit-column-gap: .0000000625rem;
    -moz-column-gap: .0000000625rem;
    column-gap: .0000000625rem
  }
  .news-bg__content {
    padding-left: .0000000625rem
  }
  .news-bg__content {
    padding-top: 9.375rem
  }
  .news-bg__content {
    padding-bottom: .0000000625rem
  }
  .hero__content {
    padding-top: 12.5rem;
  }
  .listing__block {
    row-gap: 3.625rem;
  }
 
  .about {
    padding-top: 7.5rem;
  }
  .about {
    padding-bottom: 7.5rem;
  }
    .page__listing-prodotti .about,
  .recipe-details .about{
  padding-top: 1rem;
}
  .about__content {
    -webkit-column-gap: 0.0000000625rem;
    -moz-column-gap: 0.0000000625rem;
    column-gap: 0.0000000625rem;
  }
  .product {
    padding-top: 12.5rem;
  }
  .product {
    padding-bottom: 0.0000000625rem;
  }
  .product__container {
    -webkit-column-gap: .0000000625rem;
    -moz-column-gap: .0000000625rem;
    column-gap: .0000000625rem
  }
  .product__description {
    padding-left: 1.875rem;
  }
  .product__description {
    padding-right: 1.875rem;
  }
  .product__description {
    padding-top: 1.875rem;
  }
  .product__description {
    padding-bottom: 1.875rem;
  }
  .product__description-decoration {
    width: 5.625rem;
  }
  .product__description-decoration {
    height: 4.125rem;
  }
  .product__title {
     font-size: 2.1875rem
  }
  .product__info {
    padding-left: 1.875rem;
  }
  .product__info {
    padding-right: 1.875rem;
  }
  .product__info {
    padding-bottom: 2.3125rem;
  }
 
  .testimonials {
    padding-bottom: 7.5rem;
  }
  .testimonials__header {
    padding-bottom: 1.75rem;
  }
  .testimonials__title {
    font-size: 1.875rem;
  }
  .testimonials__items {
    padding-bottom: 1.875rem;
  }
  .testimonials__items {
    padding-top: 2.5rem;
  }
  .item-testimonials {
    padding-left: 1.875rem;
  }
  .item-testimonials {
    padding-top: 1.875rem;
  }
  .item-testimonials {
    padding-bottom: 1.875rem;
  }
  .item-testimonials {
    padding-right: 1.875rem;
  }
  .item-testimonials__text:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .section__faq {
    padding-bottom: 7.5rem;
  }
  .faq__subtitle {
    font-size: 3.125rem;
  }
  .related-products__container {
    padding-bottom: 2.5rem;
  }
  .related-products__title {
    padding-bottom: 1.875rem;
  }
  .related-products__block {
    padding-left: 0.0000000625rem;
  }
  .related-products__block {
    padding-right: 0.0000000625rem;
  }
  .item-prod__footer {
    padding-top: 1.25rem;
  }
  .item-prod__footer {
    padding-left: 1.5625rem;
  }
  .item-prod__footer {
    padding-right: 1.5625rem;
  }

  .recipe-slider {
    padding-bottom: 3.125rem;
  }
  .recipe-slider__title {
    font-size: 1.5625rem;
  }
  .recipe-slider__slide-footer {
    padding-top: 1.25rem;
  }
  .recipe-slider__slide-footer {
    padding-left: 1.25rem;
  }
  .recipe-slider__slide-footer {
    padding-right: 1.5625rem;
  }
  .recipe-slider__slide-label {
    font-size: 0.75rem;
  }
  .recipe-slider__cta {
    padding-top: 3.75rem;
  }
  .menu-hero {
    padding-left: 0.0000000625rem;
  }
  .menu-hero {
    padding-right: 0.0000000625rem;
  }
   .menu-hero {
    padding-top: 11.25rem
  }
  .menu-hero__content {
    -webkit-column-gap: 0.0000000625rem;
    -moz-column-gap: 0.0000000625rem;
    column-gap: 0.0000000625rem;
  }
  .menu-hero__title {
    font-size: 3.75rem;
  }
  .menu-hero__subtitle,
   .privacy h3,
   .privacy h4 {
    font-size: 2.5rem;
  }
  .listing-menu__items {
    padding-right: 0.0000000625rem;
  }
  .listing-menu__items {
    padding-left: 0.0000000625rem;
  }
  .listing-menu__box {
    padding-left: 1.25rem;
  }
  .listing-menu__box {
    padding-right: 1.25rem;
  }
  .listing-menu {
    padding-bottom: 7.5rem;
  }
  .related-articles__container {
    padding-top: 6.375rem;
  }
  .related-articles__header {
    padding-bottom: 3.75rem;
  }
  .hero-s-menu {
    padding-top: 15rem;
  }
  .hero-s-menu__content {
    padding-top: 8.125rem;
  }
  /* .hero-s-menu__content {
    padding-left: 2.1875rem;
  }
  .hero-s-menu__content {
    padding-right: 2.1875rem;
  } */
  .hero-s-menu__description {
    padding-bottom: 2.1875rem;
  }
  .hero-s-menu__title {
    padding-bottom: 1.25rem;
  }
  .info-s-menu__content {
    padding-bottom: 2.1875rem;
  }
  .coperti-menu {
    padding-bottom: 3.125rem;
  }
  .coperti-menu__content {
    -webkit-column-gap: 0.0000000625rem;
    -moz-column-gap: 0.0000000625rem;
    column-gap: 0.0000000625rem;
  }
  .page__single-menu hr {
    margin-top: 1.875rem;
  }
  .ricette-s-menu__title {
    padding-bottom: 3.125rem;
  }
  .ricette-s-menu__subtitle {
    font-size: 2.5rem;
  }
  .ricette-s-menu__subtitle {
    padding-bottom: 1.25rem;
  }
  .related-menus {
    padding-bottom: 7.5rem;
  }
  .related-menus__title {
    padding-bottom: 1.875rem;
  }
  .ricette-s-menu__content:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 110.625em) {
 
  .recipe-slider__text {
    font-size: 1.25rem;
  }
 
  .product__content {
  margin-top: 2.5rem;
}


  .recipe-slider__cta {
    display: flex;
    justify-content: center;
  }
  .related-category {
    padding-bottom: 7.5rem;
  }
  .related-category__block {
    padding-bottom: 3.75rem;
  }

  .related-articles__container {
    padding-top: 6.375rem;
  }
  .related-articles__header {
    padding-bottom: 3.75rem;
  }
}

@media (max-width: 108.125em) {

  .recipe-slider__slide-subtitle{
    font-size: 2rem;
    line-height: 1.1;
  }
}

@media (max-width: 93.9375em) {
  .page-product-single .related-products__block::before {
    background: 0 0;
  }
  .item-prod__link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url("../img/general/related-prod-single-bg.png") center center
      no-repeat;
    background-size: contain;
  }
}
@media (max-width:103.75em) {
    .product-hp__block {
    flex-direction: row;
    -webkit-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
    flex-wrap: wrap;
    justify-content: center
  }
}
@media (max-width:93.75em) {
  .product-hp__content {
    margin-top: 0;
  }

  .item-category-hp {
    /* max-width: 25rem; */
    display: flex;
    flex-direction: column;
    height: 100%
  }
 
  .item-category-hp:nth-child(3) {
    margin-right: 0;
    margin-top: 0
  }

  .item-category-hp__footer {
    flex: 1 0 auto
  }
  .product__format-link {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
     align-items: flex-start;
  }
  .product__format-taste {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    align-items: flex-start;
  }
}

@media (max-width: 61.99875em) {
   .landing-page__container {
    flex-direction: column;
    justify-content: center;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 8.875rem
  }
  .product-hp__title{
            max-width: 18.3rem;
  }
  .action-landing {
    align-self: center
  }
  /* .recipe-slider__header {
    flex-direction: column;
    row-gap: 1.875rem;
    padding-bottom: 5.625rem;
  } */
  .related-products__container {
    border-bottom: none;
  }
  .menu-hero__content {
    flex-direction: column;
  }
  .related-articles__header {
    flex-direction: column;
    row-gap: 1.875rem;
  }
  .related-articles__cta {
    display: none;
  }
  .related-articles__cta-mobile {
    display: inline-block;
    margin-top: 3.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 55.625em) {
  .listing-menu__button span {
    padding-right: 2.1875rem;
  }
}
@media (max-width: 29.99875em) {
  .coperti-menu__title {
  justify-content: center;
}
    .button-blu {
    font-size: 1rem;
    padding: 1.25rem 1.875rem
  }
  .button-w {
    font-size: 1rem;
    padding: 1.25rem 1.875rem
  }
   .title-mid {
    font-size: 2.5rem
  }
   .title-small {
    font-size: 1.25rem
  }
   .product__image-cta {
    margin-left: 0;
  }
  .format-link__box {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  /* .format-link__intero img {
    display: none;
  }
  .format-link__bere img {
    display: none;
  } */
   .listing-menu {
    padding-top: 3.75rem
  }
  .related-articles::before {
    background-size: 110%;
    background-position: top center;
  }
  .related-articles::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
    background-color: #004694;
    z-index: -2;
  }
  .articles-slide__image img {
    aspect-ratio: 350/291;
  }
 
  /* .hero-s-menu__content::before {
    content: "";
    position: absolute;
    top: 0.125rem;
    left: 0;
    width: 100%;
    height: 100%;
  background: url("../img/menu-single/hero-splash.png") no-repeat; 
    background-size: contain;
    z-index: -1;
  } */
  .ricette-s-menu {
    padding-top: 20%;
    background-size: contain;
  }
  .ricette-s-menu__container {
    background: url("../img/menu-single/main-bg.png") center center no-repeat;
  }
  .related-menus {
    margin-top: -70%;
  }
}
@media (max-width: 24.375em) {
  .testimonials::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 280%;
    height: 35%;
    top: 40%;
    left: -88%;
    background-size: contain;
  }
}
@media (max-width: 47.99875em) {
  .product__title{
    max-width: 13rem;
  } 
    .testimonials__header {
    flex-direction: column;
    row-gap: 1.75rem;
  }
    .recipe-slider__navigation-mobile {
    display: flex;
    padding-top: 3.75rem;
    justify-content: center;
  }
   .header-onda-mobile{
    top: 14%;
  }
.recipe-slider__header {
   
    flex-direction: column;
}
   .recipe-slider__navigation {
    display: none;
  }


    .homepage .product-hp__cta-mobile {
    display: block;
    align-self: center
  }
   .homepage .button-blu {
   
    align-self: center
  }
  .privacy {
  background-size: auto;
  }
    .landing-page__text {
    font-size: 1.25rem
  }
  .landing-page__cta {
    align-self: center
  }
  .video-desktop {
    display: none
  }
  .news-bg__content {
         padding-left: 0 !important;
    }
  .video-mobile {
    display: block
  }
  .logotype-hp__container {
    flex-direction: column
  }
  .about-supply__container {
    flex-direction: column;
    align-items: center
  }
  .about-supply__title {
    font-size: 2.5rem
  }
  .about-supply__text {
    font-size: 1.25rem
  }
  .about-supply__button {
    align-self: center
  }
  .about-supply-2 .about-supply__container {
    flex-direction: column-reverse
  }
  .news-bg__container {
    background-position: top center;
    background-size: cover
  }
  .news-bg__cta {
    align-self: center;
    background-color: #003977;
    color: #fff
  }
  .spollers__title {
    font-size: 1.25rem;
  }
  
  ._spoller-init .spollers__title::after,
  ._spoller-init .spollers__title::before {
    right: 20px;
  }
    .hero-s-menu::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 27rem;
    bottom: -10px;
    left: 0;
    background: url("../img/menu-single/onda-bg.png") no-repeat;
    background-size: cover;
    z-index: 1;
     pointer-events: none;
  }
  .hero-s-menu__title {
    text-align: center
  }
  .hero__title {
    padding-bottom: 1.25rem;
  }
  .listing__block {
    grid-template-columns: 1fr;
  }
  .about__content {
    flex-direction: column;
    row-gap: 3.3125rem;
  }
  .about__box {
    align-items: center;
    order: 2;
  }
  .about__cta {
    align-self: center;
  }
  .about__image {
    order: 1;
  }
  .product__container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .info-content__val-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .item-testimonials__title {
    font-size: 1.25rem;
  }
  .faq__title {
    font-size: 1.25rem;
  }
  .related-products__block {
    grid-template-columns: auto;
  }
  .item-prod__image {
    max-width: 18.75rem;
  }
  .item-prod__footer {
    max-width: 16.875rem;
    margin: 0 auto;
  }
  .item-prod__title {
    font-size: 1rem;
  }
  .item-prod__subtitle {
    font-size: 1.25rem;
  }
  
  .listing-menu__items {
    grid-template-columns: 1fr;
  }
  .listing-menu__image img {
    aspect-ratio: 350/416;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .related-category__block {
    grid-template-columns: 1fr;
  }
  .coperti-menu__content {
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .ricette-s-menu {
    padding-top: 20%;
  }
  .ricette-s-menu__subtitle {
    text-align: center;
  }
  .ricette-s-menu__slider-wrapper {
    flex-direction: column;
  }
  .related-menus {
    margin-top: -80%;
  }
  .listing-blu .listing__block{
 grid-template-columns: 1fr;
}
     
}
@media (max-width: 47.9375em) {
  .product {
    padding-left: 0.0000000625rem;
  }
  .product {
    padding-right: 0.0000000625rem;
  }
 .product__header-ombra {
    height: 30%;
    -o-object-position: 35% 50%;
    object-position: 35% 50%
  }
  .product__header-image {
    height: 30%;
    -o-object-position: 35% 50%;
    object-position: 35% 50%
  }
  .testimonials::before {
    width: 280%;
    height: 70%;
    top: 20%;
    left: -88%;
    background-size: contain;
  }
 
}

@media (max-width: 29.99875em) {
  .format-link__box {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  /* .format-link__intero img {
    display: none;
  }
  .format-link__bere img {
    display: none;
  } */
  .related-articles::before {
    background-size: 110%;
    background-position: top center;
  }
  .related-articles::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
    background-color: #004694;
    z-index: -2;
  }
  .articles-slide__image img {
    aspect-ratio: 350/291;
  }
   .menu-hero__image {
    -webkit-transform: translateY(20%) rotate(-17deg);
    transform: translateY(20%) rotate(-17deg)
  }
}
@media (max-width: 24.375em) {
  .testimonials::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 280%;
    height: 35%;
    top: 40%;
    left: -88%;
    background-size: contain;
  }
}
@media (max-width: 19.375em) {
  .listing-menu__button span {
    padding-right: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 108.125em) {
   .landing-page__container {
    -webkit-column-gap: clamp(3.125rem ,1.4512411348rem + 8.3687943262vw ,10.5rem);
    -moz-column-gap: clamp(3.125rem ,1.4512411348rem + 8.3687943262vw ,10.5rem);
    column-gap: clamp(3.125rem ,1.4512411348rem + 8.3687943262vw ,10.5rem)
  }
  .landing-page__container {
    padding-top: clamp(10.625rem ,14.0647163121rem + 7.8014184397vw ,15.5rem)
  }
  .action-landing {
    width: clamp(16.25rem ,14.0372340426rem + 11.0638297872vw ,26rem)
  }
  .action-landing {
    height: clamp(16.25rem ,14.0372340426rem + 11.0638297872vw ,26rem)
  }
   .default-page {
    padding-bottom: clamp(9.375rem ,7.2473404255rem + 10.6382978723vw ,18.75rem)
  }
  .default-page {
    padding-top: clamp(9.375rem ,7.2473404255rem + 10.6382978723vw ,18.75rem)
  }
  .title-extra {
    font-size: clamp(3.125rem ,1.990248227rem + 5.6737588652vw ,8.125rem)
  }
  .title-big {
    font-size: clamp(3.125rem ,2.8413120567rem + 1.4184397163vw ,4.375rem)
  }
  .insidesection-p-t {
    padding-top: clamp(3.75rem ,2.8989361702rem + 4.2553191489vw ,7.5rem)
  }
  .insidesection-p-b {
    padding-bottom: clamp(3.75rem ,2.8989361702rem + 4.2553191489vw ,7.5rem)
  }
  .module-p-b {
    padding-bottom: clamp(2.5rem ,2.2163120567rem + 1.4184397163vw ,3.75rem)
  }
  .module-p-t {
    padding-top: clamp(2.5rem ,2.2163120567rem + 1.4184397163vw ,3.75rem)
  }
  .section-p-b {
    padding-bottom: clamp(7.5rem ,5.7978723404rem + 8.5106382979vw ,15rem)
  }
  .section-p-t {
    padding-top: clamp(7.5rem ,5.7978723404rem + 8.5106382979vw ,15rem)
  }
  .product-hp__container {
    -webkit-column-gap: clamp(.0000000625rem ,-1.7021275829rem + 8.510638227vw ,7.5rem);
    -moz-column-gap: clamp(.0000000625rem ,-1.7021275829rem + 8.510638227vw ,7.5rem);
    column-gap: clamp(.0000000625rem ,-1.7021275829rem + 8.510638227vw ,7.5rem)
  }
  .item-category-hp__title {
    padding-bottom: clamp(1.125rem ,1.0540780142rem + .3546099291vw ,1.4375rem)
  }
  .logotype-hp__container {
    -webkit-column-gap: clamp(.0000000625rem ,-2.1276594978rem + 10.6382978014vw ,9.375rem);
    -moz-column-gap: clamp(.0000000625rem ,-2.1276594978rem + 10.6382978014vw ,9.375rem);
    column-gap: clamp(.0000000625rem ,-2.1276594978rem + 10.6382978014vw ,9.375rem)
  }
  .about-supply {
    padding-bottom: clamp(3.75rem ,-1.554964539rem + 26.524822695vw ,27.125rem)
  }
  .about-supply__container {
    -webkit-column-gap: clamp(.0000000625rem ,-2.8368793559rem + 14.1843970922vw ,12.5rem);
    -moz-column-gap: clamp(.0000000625rem ,-2.8368793559rem + 14.1843970922vw ,12.5rem);
    column-gap: clamp(.0000000625rem ,-2.8368793559rem + 14.1843970922vw ,12.5rem)
  }
  .news-bg__content {
    padding-left: clamp(.0000000625rem ,-0.9858155262rem + 15.9290779433vw ,16.75rem)
  }
  .news-bg__content {
    padding-top: clamp(7.375rem ,8.6657801418rem + 3.5460992908vw ,7.5rem)
  }
  .news-bg__content {
    padding-bottom: clamp(.0000000625rem ,-2.6099290013rem + 13.0496453191vw ,11.5rem)
  }
  .hero__content {
    padding-top: clamp(12.5rem, 11.109929078rem + 6.9503546099vw, 18.625rem);
  }
  .listing {
    padding-bottom: clamp(5.125rem, 7.0186170213rem + 5.5319148936vw, 10rem);
  }
  .listing__block {
    row-gap: clamp(3.625rem, 1.539893617rem + 10.4255319149vw, 12.8125rem);
  }
  .about {
    padding-top: clamp(7.5rem, 6.0106382979rem + 7.4468085106vw, 14.0625rem);
  }
    .page__listing-prodotti .about,
  .recipe-details .about{
  padding-top: 1rem;
}
 .landing-page .about {
    padding-top: clamp(5.25rem, 4.2074467887rem + 5.2127679572vw, 9.062rem);
}
.landing-page .about {
    padding-bottom: clamp(5.25rem, 4.3245635061rem + 3.6335934744vw, 8.4375rem);
}
  .about {
    padding-bottom: clamp(7.5rem, 6.4645390071rem + 5.1773049645vw, 12.0625rem);
  }
.about__content {
    -webkit-column-gap: clamp(.0000000625rem ,-2.5531914127rem + 12.7659573759vw ,11.25rem);
    -moz-column-gap: clamp(.0000000625rem ,-2.5531914127rem + 12.7659573759vw ,11.25rem);
    column-gap: clamp(.0000000625rem ,-2.5531914127rem + 12.7659573759vw ,11.25rem)
  }
 .product {
    padding-top: clamp(12.5rem ,11.365248227rem + 5.6737588652vw ,17.5rem)
  }
  .product {
    padding-bottom: clamp(
      0.0000000625rem,
      -0.9645389304rem + 4.8226949645vw,
      4.25rem
    );
  }
  /* .product__container {
    -webkit-column-gap: clamp(.0000000625rem ,-5.820685065rem + 12.1422375542vw ,8.75rem);
    -moz-column-gap: clamp(.0000000625rem ,-5.820685065rem + 12.1422375542vw ,8.75rem);
    column-gap: clamp(.0000000625rem ,-5.820685065rem + 12.1422375542vw ,8.75rem)
  } */
  .product__description {
    padding-left: clamp(1.875rem, 1.4494680851rem + 2.1276595745vw, 3.75rem);
  }
  .product__description {
    padding-right: clamp(1.875rem, 1.4494680851rem + 2.1276595745vw, 3.75rem);
  }
  .product__description {
    padding-top: clamp(1.875rem, 1.5913120567rem + 1.4184397163vw, 3.125rem);
  }
  .product__description {
    padding-bottom: clamp(1.875rem, 1.5913120567rem + 1.4184397163vw, 3.125rem);
  }
  .product__description-decoration {
    width: clamp(5.625rem, 4.5469858156rem + 5.390070922vw, 10.375rem);
  }
  .product__description-decoration {
    height: clamp(4.125rem, 3.1746453901rem + 4.7517730496vw, 8.3125rem);
  }
   .product__title {
    font-size: clamp(2.1875rem ,1.6910460993rem + 2.4822695035vw ,4.375rem)
  }
  .product__info {
    padding-left: clamp(1.875rem, 1.4494680851rem + 2.1276595745vw, 3.75rem);
  }
  .product__info {
    padding-right: clamp(1.875rem, 1.4494680851rem + 2.1276595745vw, 3.75rem);
  }
  .product__info {
    padding-bottom: clamp(
      2.3125rem,
      2.1281028369rem + 0.9219858156vw,
      3.125rem
    );
  }
  .testimonials {
    padding-bottom: clamp(7.5rem, 6.365248227rem + 5.6737588652vw, 12.5rem);
  }
  .testimonials__header {
    padding-bottom: clamp(1.75rem, 1.579787234rem + 0.8510638298vw, 2.5rem);
  }
  .testimonials__title {
    font-size: clamp(1.875rem, 1.3076241135rem + 2.8368794326vw, 4.375rem);
  }
  .testimonials__items {
    padding-bottom: clamp(1.875rem, 0.6835106383rem + 5.9574468085vw, 7.125rem);
  }
  .testimonials__items {
    padding-top: clamp(2.5rem, 1.6489361702rem + 4.2553191489vw, 6.25rem);
  }
  .item-testimonials {
    padding-left: clamp(1.875rem, 1.7331560284rem + 0.7092198582vw, 2.5rem);
  }
  .item-testimonials {
    padding-top: clamp(1.875rem, 1.7331560284rem + 0.7092198582vw, 2.5rem);
  }
  .item-testimonials {
    padding-bottom: clamp(1.875rem, 1.8466312057rem + 0.1418439716vw, 2rem);
  }
  .item-testimonials {
    padding-right: clamp(1.875rem, 1.7331560284rem + 0.7092198582vw, 2.5rem);
  }
  .item-testimonials__text:not(:last-child) {
    margin-bottom: clamp(0.9375rem, 0.4410460993rem + 2.4822695035vw, 3.125rem);
  }
  .section__faq {
    padding-bottom: clamp(7.5rem, 6.719858156rem + 3.9007092199vw, 10.9375rem);
  }
  .faq__subtitle {
    font-size: clamp(3.125rem, 2.8413120567rem + 1.4184397163vw, 4.375rem);
  }
  .related-products__container {
    padding-bottom: clamp(2.5rem, 0.5709219858rem + 9.6453900709vw, 11rem);
  }
  .related-products__title {
    padding-bottom: clamp(1.875rem, 0.8820921986rem + 4.9645390071vw, 6.25rem);
  }
  .related-products__block {
    padding-left: clamp(
      0.0000000625rem,
      -1.801418363rem + 9.0070921277vw,
      7.9375rem
    );
  }
  .related-products__block {
    padding-right: clamp(
      0.0000000625rem,
      -1.4609928311rem + 7.3049644681vw,
      6.4375rem
    );
  }
  .item-prod__footer {
    padding-top: clamp(1.25rem, 0.8670212766rem + 1.914893617vw, 2.9375rem);
  }
  .item-prod__footer {
    padding-left: clamp(1.5625rem, 0.9242021277rem + 3.1914893617vw, 4.375rem);
  }
  .item-prod__footer {
    padding-right: clamp(1.5625rem, 0.4986702128rem + 5.3191489362vw, 6.25rem);
  }

  .recipe-slider {
    padding-bottom: clamp(3.125rem, 1.9335106383rem + 5.9574468085vw, 8.375rem);
  }
  .recipe-slider__title {
    font-size: clamp(1.5625rem, 1.4632092199rem + 0.4964539007vw, 2rem);
  }
  .recipe-slider__slide-footer {
    padding-top: clamp(1.25rem, 1.1081560284rem + 0.7092198582vw, 1.875rem);
  }
  .recipe-slider__slide-footer {
    padding-left: clamp(1.25rem, 1.0372340426rem + 1.0638297872vw, 2.1875rem);
  }
  .recipe-slider__slide-footer {
    padding-right: clamp(1.5625rem, 1.3497340426rem + 1.0638297872vw, 2.5rem);
  }
  .recipe-slider__slide-label {
    font-size: clamp(0.75rem, 0.6932624113rem + 0.2836879433vw, 1rem);
  }
  .recipe-slider__cta {
    padding-top: clamp(3.75rem, 3.5230496454rem + 1.134751773vw, 4.75rem);
  }
  .menu-hero {
    padding-left: clamp(
      0.0000000625rem,
      -3.2624112708rem + 16.3120566667vw,
      14.375rem
    );
  }
  .menu-hero {
    padding-right: clamp(
      0.0000000625rem,
      -3.2624112708rem + 16.3120566667vw,
      14.375rem
    );
  }
  .menu-hero {
    padding-top: clamp(11.25rem ,9.4060283688rem + 9.219858156vw ,19.375rem)
  }
  .menu-hero__content {
    -webkit-column-gap: clamp(
      0.0000000625rem,
      -2.3829786467rem + 11.9148935461vw,
      3.5rem
    );
    -moz-column-gap: clamp(
      0.0000000625rem,
      -2.3829786467rem + 11.9148935461vw,
      3.5rem
    );
    column-gap: clamp(
      0.0000000625rem,
      -2.3829786467rem + 11.9148935461vw,
      3.5rem
    );
  }
  .menu-hero__title {
    font-size: clamp(3.75rem, 2.7570921986rem + 4.9645390071vw, 8.125rem);
  }
  .menu-hero__subtitle,
   .privacy h3,
   .privacy h4 {
    font-size: clamp(2.5rem, 2.3581560284rem + 0.7092198582vw, 3.125rem);
  }
  .listing-menu__items {
    padding-right: clamp(
      0.0000000625rem,
      -1.9148935403rem + 9.5744680142vw,
      8.4375rem
    );
  }
  .listing-menu__items {
    padding-left: clamp(
      0.0000000625rem,
      -1.9148935403rem + 9.5744680142vw,
      8.4375rem
    );
  }

  .listing-menu__box {
    padding-left: clamp(1.25rem, 1.1081560284rem + 0.7092198582vw, 1.875rem);
  }
  .listing-menu__box {
    padding-right: clamp(1.25rem, 1.1081560284rem + 0.7092198582vw, 1.875rem);
  }
  .listing-menu {
    padding-bottom: clamp(7.5rem, 5.7978723404rem + 8.5106382979vw, 15rem);
  }
  .related-category {
    padding-bottom: clamp(7.5rem, 5.7978723404rem + 8.5106382979vw, 15rem);
  }
  .related-category__block {
    padding-bottom: clamp(3.75rem, 2.8989361702rem + 4.2553191489vw, 7.5rem);
  }
  .related-articles__container {
    padding-top: clamp(6.375rem, 3.1409574468rem + 16.170212766vw, 20.625rem);
  }
  .related-articles__header {
    padding-bottom: clamp(3.75rem, 2.8989361702rem + 4.2553191489vw, 7.5rem);
  }
  .hero-s-menu {
    padding-top: clamp(15rem, 11.7943262411rem + 16.0283687943vw, 29.125rem);
  }
  .hero-s-menu__content {
    padding-top: clamp(8.125rem, 7.7278368794rem + 1.9858156028vw, 9.875rem);
  }
  /* .hero-s-menu__content {
    padding-left: clamp(
      2.1875rem,
      -0.9756205674rem + 15.8156028369vw,
      16.125rem
    );
  }
  .hero-s-menu__content {
    padding-right: clamp(
      2.1875rem,
      -0.9756205674rem + 15.8156028369vw,
      16.125rem
    );
  } */
  .hero-s-menu__description {
    padding-bottom: clamp(2.1875rem, 1.8328900709rem + 1.7730496454vw, 3.75rem);
  }
  .hero-s-menu__title {
    padding-bottom: clamp(1.25rem, 0.6826241135rem + 2.8368794326vw, 3.75rem);
  }
  .info-s-menu__content {
    padding-bottom: clamp(2.1875rem, 1.8328900709rem + 1.7730496454vw, 3.75rem);
  }
  .coperti-menu {
    padding-bottom: clamp(3.125rem, 2.1320921986rem + 4.9645390071vw, 7.5rem);
  }
  .coperti-menu__content {
    -webkit-column-gap: clamp(
      0.0000000625rem,
      -1.3900708453rem + 6.950354539vw,
      6.125rem
    );
    -moz-column-gap: clamp(
      0.0000000625rem,
      -1.3900708453rem + 6.950354539vw,
      6.125rem
    );
    column-gap: clamp(
      0.0000000625rem,
      -1.3900708453rem + 6.950354539vw,
      6.125rem
    );
  }
  .page__single-menu hr {
    margin-top: clamp(1.875rem, 1.4494680851rem + 2.1276595745vw, 3.75rem);
  }
  .ricette-s-menu__title {
    padding-bottom: clamp(3.125rem, 2.1320921986rem + 4.9645390071vw, 7.5rem);
  }
  .ricette-s-menu__subtitle {
    font-size: clamp(2.5rem, 2.3581560284rem + 0.7092198582vw, 3.125rem);
  }
  .ricette-s-menu__subtitle {
    padding-bottom: clamp(1.25rem, 0.6826241135rem + 2.8368794326vw, 3.75rem);
  }
  .related-menus {
    padding-bottom: clamp(7.5rem, 5.7978723404rem + 8.5106382979vw, 15rem);
  }
  .related-menus__title {
    padding-bottom: clamp(1.875rem, 1.4494680851rem + 2.1276595745vw, 3.75rem);
  }
  .ricette-s-menu__content:not(:last-child) {
    margin-bottom: clamp(3.75rem, 2.8989361702rem + 4.2553191489vw, 7.5rem);
  }
}
@media (min-width: 47.9375em) and (max-width: 120em) {
  .product {
    padding-left: clamp(.0000000625rem ,-8.3152644232rem + 17.346053686vw ,12.5rem)
  }
  .product {
    padding-right: clamp(
      0.0000000625rem,
      -4.3239374501rem + 9.0199478751vw,
      6.5rem
    );
  }
}
@media (min-width: 67.5em) and (max-width: 120em) {
  .homepage .recipe-slider__subtitle,
  .page__listing-prodotti .recipe-slider__subtitle,
  .page-product-single .recipe-slider__subtitle {
    font-size: clamp(3.75rem ,-1.875rem + 8.3333333333vw ,8.125rem)
  }
}

@media (min-width: 93.75em) and (max-width: 120em) {
  .product__format-link {
    -webkit-column-gap: clamp(
      1.875rem,
      -8.6160714286rem + 11.1904761905vw,
      4.8125rem
    );
    -moz-column-gap: clamp(
      1.875rem,
      -8.6160714286rem + 11.1904761905vw,
      4.8125rem
    );
    column-gap: clamp(1.875rem, -8.6160714286rem + 11.1904761905vw, 4.8125rem);
  }
  .product__format-taste {
    -webkit-column-gap: clamp(
      1.875rem,
      -8.6160714286rem + 11.1904761905vw,
      4.8125rem
    );
    -moz-column-gap: clamp(
      1.875rem,
      -8.6160714286rem + 11.1904761905vw,
      4.8125rem
    );
    column-gap: clamp(1.875rem, -8.6160714286rem + 11.1904761905vw, 4.8125rem);
  }
}
@media (min-width: 47.9375em) and (max-width: 108.125em) {
  .format-link__intero {
    padding-left: clamp(0.9375rem, 0.4397066459rem + 1.0384215992vw, 1.5625rem);
  }
  .format-link__intero {
    padding-right: clamp(
      0.9375rem,
      0.4397066459rem + 1.0384215992vw,
      1.5625rem
    );
  }
  
}
@media (max-width:112.5em)and (min-width:61.99875em) {
  .menu-hero::after {
    bottom: -15%
  }
}
@media (min-width: 55.625em) and (max-width: 107.5em) {
  .listing-menu__button span {
    padding-right: clamp(
      2.1875rem,
      -4.1792168675rem + 11.4457831325vw,
      8.125rem
    );
  }
}
@media (min-width: 48em) and (max-width: 80em) {
 .homepage .intro-hp__title,
 .homepage .product-hp__subtitle{
  font-size: 5rem;
  max-width: 26.5rem;
 }
 .homepage .section__intro-hp{
    padding-top: 4.5rem;
 }
 .homepage .intro-hp__text {
  font-size: 1.25rem;
 }
 .homepage .intro-hp__content {
  margin-top: 0; 
  }
.recipe-slider__container,
.intro-hp__container,
.intro-hp__container,
.logotype-hp__container,
.about-supply__container,
.news-bg__container,
    .product-hp__container
  {
   max-width: 67rem;
  }
  .product-hp__item{
    max-width: 24rem;
  }
  .about-supply__title{
    font-size: 2.755rem;
  }
.about-supply__image {
  max-width: 30rem;
}
.product-hp__title,
.product-hp__subtitle{
      padding-bottom: 1.275rem;
}
.product-hp__text{
   padding-bottom: 2rem;
}
    .item-category-hp:nth-child(2) {
        left: -25rem;
    }
       .item-category-hp:nth-child(2) img{
        width: 70%;
    }
    .item-category-hp:nth-child(4) {
    margin-left: -25rem;
    margin-top: -10%;
    max-width: 90%;
}
  .section__product-hp  .section-p-b{
    padding-bottom: 0;
  }
   
   .news-bg__content{
   padding-top: 7rem;
   padding-left: 9rem;

  }
  .section__news-bg  .module-p-b{
padding-bottom: 2rem !important;
  }
 .recipe-slider__header {
    flex-direction: column;
    row-gap: 1.875rem;
    padding-bottom: 5.625rem;
    align-items: flex-start;
  }
  .recipe-slider__navigation{
    justify-content: flex-start;
  }
    .listing__block {
    grid-template-columns: repeat(auto-fill, minmax(23rem, 1fr));
  }
  .page__listing-prodotti .recipe-slider::before {
    background-size: contain;
  }
.related-products__block {
    grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  }
  .product-hp__container{
    column-gap: 0.5rem;
  }

}

@media (min-width: 19.375em) and (max-width: 118em) {
  .listing-menu__button span {
    padding-right: clamp(1.25rem, 0.7489224138rem + 2.5862068966vw, 2.1875rem);
  }
}
@media (any-hover: hover) {
  .select__option:hover {
    background: #eaf3f8;
    border-radius: 30px;
  }
  .recipe-slider__slide-image img:hover {
    -webkit-transform: rotate(-5deg) scale(1.05);
    transform: rotate(-5deg) scale(1.05);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .articles-slide__image img:hover {
    -webkit-transform: rotate(-3deg) scale(1.05);
    transform: rotate(-3deg) scale(1.05);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .listing-menu__image img:hover {
    -webkit-transform: rotate(-2deg) scale(1.03);
    transform: rotate(-2deg) scale(1.03);
  }
  .listing-menu__image:hover::before {
    opacity: 1;
  }
  .button-blu:hover {
        background-color: #004694;
  }
  .button-w:hover {
  background-color: #003977;
  color: #fff;
}
}
