@charset "UTF-8";*,:after,:before{box-sizing:border-box}a,b,blockquote,body,canvas,caption,code,div,em,embed,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,label,li,main,nav,object,ol,p,pre,section,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;text-size-adjust:none}footer,header,main,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input{-webkit-appearance:none;border-radius:0}a{text-decoration:none;color:inherit}@font-face{font-family:Gafarot;src:url(../fonts/Gafarot.woff2) format("woff2")}@font-face{font-family:"Helvetica Condensed";src:url(../fonts/Helvetica_Condensed_Regular.woff2) format("woff2")}header{display:flex;padding:1.2rem 2vw;position:fixed;top:0;left:0;width:100%;z-index:100}header .navbar__logo{max-width:240px;width:30vw;display:block}header .navbar__logo img{width:100%;height:auto}header .navbar__hamburger{position:absolute;left:50%;top:50%;width:50px;height:20px;cursor:pointer;transform:translate(-50%,-50%);z-index:100}@media (max-width:1024px){header .navbar__hamburger{right:0;left:auto;transform:translate(-50%,-50%) scale(.8)}}header .navbar__hamburger::before{content:"";display:block;position:absolute;width:60px;background-color:#fff;aspect-ratio:1;left:50%;top:50%;border-radius:500px;transform:translate(-50%,-50%) scale(0);transition:transform .2s cubic-bezier(.17,.67,.95,1)}@media (max-width:1024px){header .navbar__hamburger::before{transform:translate(-50%,-50%) scale(1.1)}}header .navbar__hamburger.is-active::before{transform:translate(-50%,-50%) scale(1)}@media (max-width:1024px){header .navbar__hamburger.is-active::before{transform:translate(-50%,-50%) scale(1.3)}}header .navbar__hamburger.is-active .navbar__hamburger-line{background-color:#091556}header .navbar__hamburger.is-active .navbar__hamburger-line:first-child{transform:rotate(45deg) translate(5px,5px)}header .navbar__hamburger.is-active .navbar__hamburger-line:last-child{transform:rotate(-45deg) translate(5px,-5px)}header .navbar__hamburger .navbar__hamburger-line{display:block;position:absolute;width:100%;height:6px;background-color:#fff;transition:transform .2s cubic-bezier(.17,.67,.95,1);transform-origin:center}@media (max-width:1024px){header .navbar__hamburger .navbar__hamburger-line{background-color:#091556}}header .navbar__hamburger .navbar__hamburger-line:first-child{top:0}header .navbar__hamburger .navbar__hamburger-line:last-child{bottom:0}header #main-menu{position:fixed;top:0;left:0;width:100%;height:100dvh;background-color:#eae8e7;transform:translateY(-100%);visibility:hidden;transition:transform .2s cubic-bezier(.17,.67,.95,1);will-change:transform}header #main-menu.is-active{visibility:visible;transform:translateY(0)}header #main-menu .menu__container{display:grid;grid-template-columns:repeat(2,1fr);height:100%}@media (max-width:1024px){header #main-menu .menu__container{grid-template-columns:repeat(1,1fr)}}header #main-menu .menu__container .menu__nav{display:flex;height:100%;flex-direction:column;justify-content:center;align-items:center;padding:2vw 4vw}@media (max-width:768px){header #main-menu .menu__container .menu__nav{margin-top:8vh}}header #main-menu .menu__container .menu__nav .menu__list{color:#ff1da3;font-family:Gafarot,serif;text-transform:uppercase;font-size:clamp(3.75rem,2.4296rem + 4.2254vw,7rem);line-height:.9;z-index:2;display:flex;flex-direction:column;gap:3.2rem}@media (max-width:1024px){header #main-menu .menu__container .menu__nav .menu__list{letter-spacing:.04em;text-align:center}}@media (max-width:380px){header #main-menu .menu__container .menu__nav .menu__list{font-size:14vw}}header #main-menu .menu__container .menu__nav .menu__list .menu__link:hover{color:#e91594}header #main-menu .menu__container .menu__nav .menu__social{width:40vw;max-width:150px;margin-top:6.8rem;z-index:2}header #main-menu .menu__container .menu__nav .menu__social img{width:100%;height:auto;display:block;margin:0 auto;transition:transform .2s cubic-bezier(.17,.67,.95,1)}header #main-menu .menu__container .menu__nav .menu__social img:hover{transform:rotate(8deg) scale(1.1)}header #main-menu .menu__container .menu__preview{position:relative;overflow:hidden}@media (max-width:1024px){header #main-menu .menu__container .menu__preview{display:none}}header #main-menu .menu__container .menu__preview .menu__preview-container{background-position:50% 50%;background-size:cover;background-repeat:no-repeat;width:100%;height:100%;position:absolute}header #main-menu .menu__container .menu__preview .menu__preview-container .products-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transform-style:preserve-3d;perspective:2000px;transform:translateZ(0);z-index:2}header #main-menu .menu__container .menu__preview .menu__preview-container .products-container .product-image{max-height:80%;position:absolute;perspective-origin:center;perspective:1000px;transform-style:preserve-3d;backface-visibility:hidden;z-index:5}header #main-menu .menu__container .menu__preview .menu__preview-container .products-container .product-image:nth-child(2){animation-delay:-2s;z-index:6}header #main-menu .menu__container .menu__preview .menu__preview-container .products-container .product-image:nth-child(3){animation-delay:-4s;z-index:5}header #main-menu .menu__icons{position:absolute;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:1;overflow:hidden}header #main-menu .menu__icons .menu__icon{position:absolute;width:10vw;min-width:30px;height:auto;transform-origin:center center;z-index:1}@media (max-width:768px){header #main-menu .menu__icons .menu__icon{width:42vw}header #main-menu .menu__icons .menu__icon:nth-child(2),header #main-menu .menu__icons .menu__icon:nth-child(5),header #main-menu .menu__icons .menu__icon:nth-child(8){display:none}}.footer{background-color:#413f93;color:#fff;padding-top:4.2rem;overflow:hidden}.footer__container{display:grid;grid-template-columns:1fr 2fr 1fr;grid-template-rows:1fr 1.5fr 1fr;gap:3.2rem 3.2rem;grid-template-areas:" hashtag hashtag hashtag " " social nav image " " info . . "}@media (max-width:1024px){.footer__container{display:flex;flex-direction:column}}.footer__hashtag{text-align:center;font-size:10vw;text-transform:lowercase;grid-area:hashtag}@media (max-width:1024px){.footer__hashtag{font-size:clamp(3.75rem,2.4296rem + 4.2254vw,7rem)}}.footer__grid{grid-area:info;align-items:center;justify-content:center;grid-column:1/-1;display:grid;grid-template-columns:1fr 2fr 1fr}@media (max-width:1024px){.footer__grid{grid-template-columns:1fr 0 0}}.footer__grid div{border-top:1px solid;height:100%}.footer__grid div:nth-child(2){border-right:1px solid #fff;border-left:1px solid #fff}@media (max-width:1024px){.footer__grid div:not(:first-of-type){display:none}}.footer__grid .footer__info{display:flex;justify-content:center;flex-direction:column;text-align:left;padding-left:20%}@media (max-width:1024px){.footer__grid .footer__info{align-items:center;padding:2rem 0}}.footer__grid .footer__info p{width:fit-content}.footer__grid .footer__info p:not(.footer__thanks){font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;margin-bottom:1rem}.footer__grid .footer__info p.footer__vat{margin-top:2.6rem;font-size:.8rem}.footer__grid .footer__info p.footer__thanks{font-size:1.6rem}.footer__social{grid-area:social}.footer__nav{grid-area:nav;font-size:3rem}.footer__product-image{grid-area:image;position:relative;text-align:center}.footer__product-image img{width:clamp(15.625rem,2.3438rem + 18vw,26.25rem);position:absolute;left:20%;top:50%;transform:translate(-50%,-50%) rotate(16deg)}@media (max-width:1024px){.footer__product-image img{position:relative;transform:translate(-20vw,-5%) rotate(16deg) scale(1.2)}}.footer__tiktok-link{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:1.6rem;gap:1.2rem}.footer__tiktok-link img{width:200px;height:100%;transition:transform .2s cubic-bezier(.17,.67,.95,1)}.footer__tiktok-link img:hover{transform:rotate(8deg) scale(1.1)}.footer__menu{height:100%;padding-left:10%;padding-bottom:5%;display:flex;flex-direction:column;justify-content:center;gap:.5rem}.footer__menu li:hover{text-decoration:underline}.hero-hp{position:relative;width:100%;height:100vh;min-height:800px;overflow:hidden;display:flex;justify-content:center;align-items:center}.hero-hp:before{content:"";width:100%;height:100%;position:absolute;inset:0;width:100%;background:#413f93;clip-path:polygon(42% 0,100% 0,100% 100%,52% 100%)}@media (max-width:768px){.hero-hp:before{clip-path:polygon(12% 0,100% 0,100% 100%,82% 100%)}}@media (max-width:768px){.hero-hp{min-height:500px}}.hero-hp__container .hero-hp__title-wrapper{position:absolute;top:50%;left:50%;height:100%;max-height:800px;transform:translate(-65%,-50%);z-index:10;width:50vw}.hero-hp__container .hero-hp__title-wrapper img{height:100%;width:100%;object-fit:contain;object-position:50% 50%;opacity:0;transform:scale(.7) rotate(-10deg) skew(0deg,0deg) translateY(100px);will-change:transform,opacity;animation:enterChill 1.2s ease-out .3s forwards}@keyframes enterChill{0%{opacity:0;transform:scale(.7) rotate(-10deg) skew(10deg,0deg) translateY(100px)}40%{opacity:1;transform:scale(1.1) rotate(5deg) skew(-5deg,0deg) translateY(-10px)}70%{transform:scale(.95) rotate(-3deg) skew(2deg,0deg) translateY(5px)}100%{opacity:1;transform:scale(1) rotate(0) skew(0deg,0deg) translateY(0)}}@media (max-width:768px){.hero-hp__container .hero-hp__title-wrapper{transform:translate(-50%,-70%);height:auto;width:100%;max-width:500px}.hero-hp__container .hero-hp__title-wrapper img{height:auto;width:100%}}.hero-hp__container .hero-hp__products-wrapper .hero-hp__product{position:absolute;height:clamp(28rem,7.7465rem + 35.2113vw,70vh);z-index:5;transform-origin:center center}.hero-hp__container .hero-hp__products-wrapper .hero-hp__product img{width:auto;height:100%}.hero-hp__container .hero-hp__products-wrapper .hero-hp__product.vaniglia{top:50%;left:25%;transform:translate(-70%,-50%) rotate(-4deg)}@media (max-width:768px){.hero-hp__container .hero-hp__products-wrapper .hero-hp__product.vaniglia{transform:translate(-50%,4vh) rotate(8deg) scale(.8)}}.hero-hp__container .hero-hp__products-wrapper .hero-hp__product.cioccolato{top:75%;left:65%;transform:translate(-30%,-75%) rotate(10deg) scale(1.2);z-index:2}@media (max-width:768px){.hero-hp__container .hero-hp__products-wrapper .hero-hp__product.cioccolato{transform:translate(-35%,-20vh) rotate(20deg) scale(1)}}.hero-hp__container .hero-hp__products-wrapper .hero-hp__product.fragola{top:40%;left:80%;transform:translate(-40%,-50%) rotate(-8deg);z-index:1}@media (max-width:768px){.hero-hp__container .hero-hp__products-wrapper .hero-hp__product.fragola{transform:translate(-50%,-30vh) rotate(-8deg) scale(.95)}}.hero-hp .hero__icons{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.hero-hp .hero__icons .hero__icon{position:absolute;width:vw;min-width:3rem;max-width:15rem;height:auto;transform-origin:center center;z-index:1}@media (max-width:768px){.hero-hp .hero__icons .hero__icon{width:30vw}}.horizontal-marquee{display:flex;flex-wrap:nowrap;overflow:hidden;gap:var(--_gap);max-width:100%}.horizontal-marquee.smooth{-webkit-mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent);mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent)}.horizontal-marquee-inner{display:flex;align-items:center;justify-content:space-around;flex-wrap:nowrap;gap:var(--_gap);white-space:nowrap}.horizontal-marquee.paused .horizontal-marquee-inner{animation-play-state:paused}.horizontal-marquee.full .horizontal-marquee-inner{min-width:var(--_containerWidth)}[data-animate=true] .horizontal-marquee-inner{animation:horizontal-marquee var(--_speed) linear infinite var(--_direction)}@keyframes horizontal-marquee{0%{transform:translate(calc(var(--_gap) * -1))}100%{transform:translate(calc(-100% - var(--_gap) * 2))}}.vertical-marquee{display:flex;flex-wrap:nowrap;overflow:hidden;margin-bottom:var(--_gap);max-height:100%;flex-direction:column;height:calc((var(--_containerSize) - var(--_vGap))/ 1.2)}.vertical-marquee.smooth{-webkit-mask:linear-gradient(180deg,transparent,#fff 20%,#fff 80%,transparent);mask:linear-gradient(180deg,transparent,#fff 20%,#fff 80%,transparent)}.vertical-marquee-inner{flex-shrink:0;display:flex;align-items:center;justify-content:space-around;flex-wrap:nowrap;margin-bottom:var(--_vGap)}.vertical-marquee.paused .vertical-marquee-inner{animation-play-state:paused}[data-animate=true] .vertical-marquee-inner{animation:vertical-marquee var(--_speed) linear infinite var(--_direction)}.vertical-marquee-inner>:not(:last-child){margin-right:var(--_hGap)}@keyframes vertical-marquee{0%{transform:translateY(calc(var(--_vGap) * -1))}100%{transform:translateY(calc(-100% - var(--_vGap) * 2))}}.partners__container{overflow:hidden;padding:min(200px,25vh) 0}.partners__logos-marquee{display:flex;flex-wrap:nowrap;justify-content:center;flex-direction:row}.partners__logos-marquee .horizontal-marquee-inner{gap:5vw}@media (max-width:768px){.partners__logos-marquee .horizontal-marquee-inner{gap:10vw}}.partners__logos-marquee img{width:12vw;height:auto;object-fit:contain}@media (max-width:768px){.partners__logos-marquee img{width:35vw}}.products-categories{display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;width:100%;padding:2rem 2vw}.products-categories .products-categories__container{width:100%;padding:8vw;display:flex;flex-direction:column;gap:min(250px,20vw)}.products-categories .products-categories__container :hover .single-category__title-text{text-decoration:underline}.products-categories .products-categories__container .single-category .single-category__media-wrapper{position:relative;aspect-ratio:3/2;width:100%;max-width:840px;margin:0 auto;height:auto;display:flex;align-items:center;justify-content:center}.products-categories .products-categories__container .single-category .single-category__media-wrapper:hover .backgound-item{transform:scale(.94) rotate(-2deg)}.products-categories .products-categories__container .single-category .single-category__media-wrapper .backgound-item{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;border-radius:55px;transform:rotate(-8deg);transition:transform .3s ease-out}.products-categories .products-categories__container .single-category .single-category__media-wrapper .products-wrapper{position:relative;width:100%;height:100%;cursor:pointer}.products-categories .products-categories__container .single-category .single-category__media-wrapper .products-wrapper .single-product{position:absolute;transform:translate(-50%,-60%);height:110%;z-index:2;transition:left .3s ease-out}.products-categories .products-categories__container .single-category .single-category__media-wrapper .products-wrapper .single-product img{width:auto;height:100%;object-fit:contain}.products-categories .products-categories__container .single-category .single-category__media-wrapper .products-wrapper .single-product.vaniglia{top:50%;left:30%;rotate:-20deg;scale:.9}.products-categories .products-categories__container .single-category .single-category__media-wrapper .products-wrapper .single-product.cioccolato{top:50%;left:50%;rotate:-6deg;z-index:3}.products-categories .products-categories__container .single-category .single-category__media-wrapper .products-wrapper .single-product.fragola{top:50%;left:65%;rotate:13deg;scale:.9}.products-categories .products-categories__container .single-category .single-category__media-wrapper .products-wrapper .single-product.cookies{top:50%;left:30%;rotate:-12deg;scale:.95}.products-categories .products-categories__container .single-category .single-category__media-wrapper .products-wrapper .single-product.cioccolato-hp{top:60%;left:52%;rotate:-3deg;z-index:3;scale:1.07}.products-categories .products-categories__container .single-category .single-category__media-wrapper .products-wrapper .single-product.lampone{top:60%;left:70%;rotate:6deg;scale:.95}.products-categories .products-categories__container .single-category .single-category__media-wrapper:hover .single-product.vaniglia{top:60%;left:25%;rotate:-5deg;scale:1}.products-categories .products-categories__container .single-category .single-category__media-wrapper:hover .single-product.cioccolato{top:75%;left:54%;rotate:0deg;scale:1.2;z-index:3}.products-categories .products-categories__container .single-category .single-category__media-wrapper:hover .single-product.fragola{top:62%;left:72%;rotate:5deg;scale:1}.products-categories .products-categories__container .single-category .single-category__media-wrapper:hover .single-product.cookies{top:60%;left:25%;rotate:-4deg;scale:1}.products-categories .products-categories__container .single-category .single-category__media-wrapper:hover .single-product.cioccolato-hp{top:75%;left:54%;rotate:0deg;scale:1.2;z-index:3}.products-categories .products-categories__container .single-category .single-category__media-wrapper:hover .single-product.lampone{top:62%;left:75%;rotate:4deg;scale:1}.products-categories .products-categories__container .single-category .single-category__title{font-size:clamp(2.75rem,2.4296rem + 4.2254vw,6rem);font-family:Gafarot,serif;text-align:center;color:#451811;margin-top:min(12%,100px)}.products-categories .products-categories__container .single-category .categories__icons{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.products-categories .products-categories__container .single-category .categories__icons .category__icon{position:absolute;width:10vw;min-width:30px;max-width:150px;height:auto;transform-origin:center center;z-index:1}@media (max-width:768px){.products-categories .products-categories__container .single-category .categories__icons .category__icon{width:15vw}}.products-categories .products-categories__container .single-category.mullerhigh-protein .backgound-item{transform:rotate(4deg)}.horizontal-marquee{display:flex;flex-wrap:nowrap;overflow:hidden;gap:var(--_gap);max-width:100%}.horizontal-marquee.smooth{-webkit-mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent);mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent)}.horizontal-marquee-inner{display:flex;align-items:center;justify-content:space-around;flex-wrap:nowrap;gap:var(--_gap);white-space:nowrap}.horizontal-marquee.paused .horizontal-marquee-inner{animation-play-state:paused}.horizontal-marquee.full .horizontal-marquee-inner{min-width:var(--_containerWidth)}[data-animate=true] .horizontal-marquee-inner{animation:horizontal-marquee var(--_speed) linear infinite var(--_direction)}@keyframes horizontal-marquee{0%{transform:translate(calc(var(--_gap) * -1))}100%{transform:translate(calc(-100% - var(--_gap) * 2))}}.vertical-marquee{display:flex;flex-wrap:nowrap;overflow:hidden;margin-bottom:var(--_gap);max-height:100%;flex-direction:column;height:calc((var(--_containerSize) - var(--_vGap))/ 1.2)}.vertical-marquee.smooth{-webkit-mask:linear-gradient(180deg,transparent,#fff 20%,#fff 80%,transparent);mask:linear-gradient(180deg,transparent,#fff 20%,#fff 80%,transparent)}.vertical-marquee-inner{flex-shrink:0;display:flex;align-items:center;justify-content:space-around;flex-wrap:nowrap;margin-bottom:var(--_vGap)}.vertical-marquee.paused .vertical-marquee-inner{animation-play-state:paused}[data-animate=true] .vertical-marquee-inner{animation:vertical-marquee var(--_speed) linear infinite var(--_direction)}.vertical-marquee-inner>:not(:last-child){margin-right:var(--_hGap)}@keyframes vertical-marquee{0%{transform:translateY(calc(var(--_vGap) * -1))}100%{transform:translateY(calc(-100% - var(--_vGap) * 2))}}.promo-spot{position:relative;background-color:#fff;overflow:hidden}.promo-spot__bg{position:absolute;inset:0;width:100%;background:#ff00ff;clip-path:polygon(15% 0,100% 0,100% 100%,30% 100%);z-index:0}@media screen and (max-width:768px){.promo-spot__bg{clip-path:polygon(2% 0,100% 0,100% 100%,40% 100%)}}.promo-spot__wrapper{min-height:100dvh;position:relative;padding-top:15vh}@media screen and (max-width:768px){.promo-spot__wrapper{padding-bottom:50vh}}.promo-spot__text-container{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:3}.promo-spot__text-container h2{color:#ff1da3;font-family:Gafarot,serif;font-size:clamp(2rem,.5915rem + 4.507vw,6rem);background-color:#fff;padding:2rem 1rem;text-align:center}@media screen and (max-width:768px){.promo-spot__text-container h2{padding:1.2rem 1rem}}.promo-spot__text-container h2:first-of-type{transform:rotate(-10deg) translateX(-10vw)}@media screen and (max-width:768px){.promo-spot__text-container h2:first-of-type{transform:rotate(-5deg) translateX(0)}}.promo-spot__text-container h2:last-of-type{transform:rotate(2deg) translate(10vw,25%)}@media screen and (max-width:768px){.promo-spot__text-container h2:last-of-type{transform:rotate(2deg) translateX(0)}}.promo-spot__text-container .text img{max-width:100%}.promo-spot__text-container .text--e{transform:translate(-24vw,-20%)}@media screen and (max-width:768px){.promo-spot__text-container .text--e{transform:translateX(0vw) rotate(30deg);width:30vw}}.promo-spot__text-container .text--boom{transform:translate(-8vw,-50%)}@media screen and (max-width:768px){.promo-spot__text-container .text--boom{width:70vw;transform:translate(0,-30%)}}.promo-spot__media-container{display:flex;justify-content:center;align-items:center;position:relative;z-index:2}.promo-spot__media-container .circle{position:absolute;left:50%;top:50%;width:clamp(25rem,-6.25rem + 60vw,50rem);max-width:110vw;aspect-ratio:1;overflow:hidden;border-radius:500px;background-image:url(/assets/images/anna-peppe.jpg);background-position:center center;background-size:cover;transform:translate(-50%,-50%);z-index:1;cursor:pointer}.promo-spot__media-container .circle:before{content:url("data:image/svg+xml,%3Csvg fill='%23ffffff' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Eplay%3C/title%3E%3Cpath d='M5.92 24.096q0 1.088 0.928 1.728 0.512 0.288 1.088 0.288 0.448 0 0.896-0.224l16.16-8.064q0.48-0.256 0.8-0.736t0.288-1.088-0.288-1.056-0.8-0.736l-16.16-8.064q-0.448-0.224-0.896-0.224-0.544 0-1.088 0.288-0.928 0.608-0.928 1.728v16.16z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");position:absolute;top:50%;left:50%;z-index:2;width:6rem;height:auto;transform:translate(-50%,-50%);transition:transform .2s cubic-bezier(.17,.67,.95,1);filter:drop-shadow(0 2px 8px rgba(0, 0, 0, .2));opacity:1}.promo-spot__media-container .circle:hover:before{transform:translate(-50%,-50%) scale(1.15);filter:drop-shadow(0 4px 12px rgba(0, 0, 0, .3));opacity:.9}@media screen and (max-width:768px){.promo-spot__media-container .circle{width:clamp(25rem,-6.25rem + 100vw,50rem);transform:translate(-50%,-25%)}}.promo-spot__media-container .circle video{position:absolute;left:0;top:0;width:100%;height:120%;object-fit:cover}.promo-spot__marquee-container{font-size:25vw;color:#f09ff0;white-space:nowrap;transform:translateY(-50%)}@media screen and (max-width:768px){.promo-spot__marquee-container{font-size:35vw;transform:translateY(0);position:absolute;bottom:0}}.promo-spot .promo__icons{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.promo-spot .promo__icons .promo__icon{position:absolute;width:15vw;min-width:10rem;max-width:30rem;height:auto;transform-origin:center center;z-index:1}@media (max-width:768px){.promo-spot .promo__icons .promo__icon{width:50vw}}.promo-spot__popup{position:fixed;top:0;left:0;width:100%;height:100dvh;background-color:rgba(0,0,0,.9);z-index:100;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.promo-spot__popup.is-active{opacity:1;visibility:visible}.promo-spot__popup-wrapper{position:relative;width:auto;max-width:80rem;max-height:100dvh;background-color:#000;border-radius:1rem;overflow:hidden;transform:scale(.8);transition:transform .2s cubic-bezier(.17,.67,.95,1)}.promo-spot__popup.is-active .promo-spot__popup-wrapper{transform:scale(.95)}.promo-spot__popup-content{width:100%;height:100%}.promo-spot__popup-content video{width:100%;height:100%;object-fit:cover;border-radius:1rem;-webkit-mask-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)}.promo-spot__popup-close{position:absolute;top:1rem;right:1rem;width:3rem;height:3rem;background-color:rgba(255,255,255,.9);border:none;border-radius:50%;cursor:pointer;z-index:101;display:flex;justify-content:center;align-items:center;transition:all .3s ease}.promo-spot__popup-close:hover{background-color:#fff;transform:scale(1.1)}.promo-spot__popup-close span{position:absolute;width:1.5rem;height:2px;background-color:#333;transition:all .3s ease}.promo-spot__popup-close span:first-child{transform:rotate(45deg)}.promo-spot__popup-close span:last-child{transform:rotate(-45deg)}@media screen and (max-width:768px){.promo-spot__popup-close{top:.5rem;right:.5rem;width:2.5rem;height:2.5rem}.promo-spot__popup-close span{width:1.2rem}}.products--subcategory .hero{position:relative;width:100%;height:100vh;min-height:800px;overflow:hidden;display:flex;justify-content:center;align-items:center}.products--subcategory .hero:before{content:"";width:100%;height:100%;position:absolute;inset:0;width:100%;background:#413f93;clip-path:polygon(42% 0,100% 0,100% 100%,52% 100%)}@media (max-width:768px){.products--subcategory .hero:before{clip-path:polygon(12% 0,100% 0,100% 100%,82% 100%)}}@media (max-width:768px){.products--subcategory .hero{min-height:500px}}.products--subcategory .hero__container .hero__product-images img{position:absolute;height:clamp(28rem,7.7465rem + 35.2113vw,70vh);z-index:5;transform-origin:center center}.products--subcategory .hero__container .hero__product-images img:nth-child(1){top:50%;left:35%;transform:translate(-70%,-50%) rotate(-12deg) scale(1.2);z-index:1}@media (max-width:768px){.products--subcategory .hero__container .hero__product-images img:nth-child(1){transform:translate(-65%,-20vh) rotate(-8deg) scale(1);z-index:2}}.products--subcategory .hero__container .hero__product-images img:nth-child(2){top:55%;left:50%;transform:translate(-50%,-50%) rotate(9deg) scale(1.3);z-index:3}@media (max-width:768px){.products--subcategory .hero__container .hero__product-images img:nth-child(2){transform:translate(-10%,-15vh) rotate(9deg) scale(1.1)}}.products--subcategory .hero__container .hero__product-images img:nth-child(3){top:50%;left:70%;transform:translate(-40%,-50%) rotate(17deg) scale(1.2);z-index:1}@media (max-width:768px){.products--subcategory .hero__container .hero__product-images img:nth-child(3){transform:translate(-90%,-42vh) rotate(2deg) scale(.98)}}.products--subcategory .hero .hero__icons{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.products--subcategory .hero .hero__icons .hero__icon{position:absolute;width:10vw;min-width:3rem;max-width:15rem;height:auto;transform-origin:center center;z-index:1}@media (max-width:768px){.products--subcategory .hero .hero__icons .hero__icon{width:30vw}}.products-subgategory-list__container{padding:10rem 2vw 10rem}.products-subgategory-list__container .products-slider{display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center;gap:2.6rem;margin:auto;max-width:1440px}@media screen and (max-width:1024px){.products-subgategory-list__container .products-slider{flex-direction:column}}.products-subgategory-list__container .products-slider__item{position:relative;width:100%}.products-subgategory-list__container .products-slider__item .img-wrapper{border-radius:55px;background-color:#fff;position:relative;max-width:90vw;margin:auto}.products-subgategory-list__container .products-slider__item .img-wrapper:before{content:"";width:100%;height:100%;position:absolute;inset:0;width:100%;z-index:1;border-radius:55px}.products-subgategory-list__container .products-slider__item .img-wrapper img:not(.products-subgategory-list__icon){height:clamp(13.75rem,4.375rem + 100vw,41.25rem);z-index:10;position:relative;transition:transform .2s ease-out}.products-subgategory-list__container .products-slider__item .img-wrapper:hover img:not(.products-subgategory-list__icon){transform:scale(1.05)}.products-subgategory-list__container .products-slider__item a[href*=fragola] .img-wrapper:before{background:#e22413}.products-subgategory-list__container .products-slider__item a[href*=vaniglia] .img-wrapper:before{background:#3b4b99}.products-subgategory-list__container .products-slider__item a[href*=cioccolato] .img-wrapper:before{background:#842d13}.products-subgategory-list__container .products-slider__item .img-wrapper:before{background:#132952}.products-subgategory-list__container .products-slider__item:nth-of-type(1) .img-wrapper:before{clip-path:polygon(10% 0,100% 0,100% 100%,30% 100%)}.products-subgategory-list__container .products-slider__item:nth-of-type(2) .img-wrapper:before{clip-path:polygon(70% 0,100% 0,100% 100%,10% 100%)}.products-subgategory-list__container .products-slider__item:nth-of-type(3) .img-wrapper:before{clip-path:polygon(10% 0,100% 0,100% 100%,30% 100%)}.products-subgategory-list__container .products-slider__item h2{font-size:2.6rem;color:#451811;max-width:80%;margin:2rem auto;z-index:2;position:relative}.products-subgategory-list__icons{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2}.products-subgategory-list__icon{position:absolute;width:6vw;min-width:2rem;max-width:10rem;height:auto!important;transform-origin:center center;z-index:1}@media (max-width:768px){.products-subgategory-list__icon{width:20vw}}.product--single .hero{position:relative;width:100%;height:100vh;min-height:800px;overflow:hidden;display:flex;justify-content:center;align-items:center;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;background:#842d13;padding:2vw}.product--single .hero:before{content:"";width:100%;height:100%;position:absolute;inset:0;width:100%;background:#ededed;clip-path:polygon(70% 0,100% 0,100% 100%,55% 100%)}@media (max-width:768px){.product--single .hero:before{clip-path:polygon(102% 0,100% 0,100% 100%,15% 100%)}}@media (max-width:768px){.product--single .hero{min-height:500px}}.product--single .hero__container{z-index:2;position:relative;width:100%;height:100%;display:flex;align-items:end;padding-bottom:2rem}.product--single .hero__title{font-size:clamp(3.75rem,2.4296rem + 4.2254vw,7rem);color:#fff;max-width:100px;z-index:10}.product--single .hero__image img{position:absolute;height:clamp(28rem,7.7465rem + 35.2113vw,70vh);z-index:5;transform-origin:center center}.product--single .hero__image img:nth-child(1){top:52%;left:60%;transform:translate(-50%,-50%) rotate(9deg) scale(1.4);z-index:1}@media (max-width:768px){.product--single .hero__image img:nth-child(1){transform:translate(-50%,-25%) rotate(-8deg) scale(1.9)}}.product--single .hero .hero__icons{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.product--single .hero .hero__icons .hero__icon{position:absolute;width:vw;min-width:3rem;max-width:15rem;height:auto;transform-origin:center center;z-index:1}@media (max-width:768px){.product--single .hero .hero__icons .hero__icon{width:30vw}}.product-content__container{max-width:1600px;margin:auto;padding:4vw;display:flex;gap:2rem;flex-direction:row;justify-content:center;color:#842d13}@media screen and (max-width:1024px){.product-content__container{flex-direction:column;transform:translateY(-10vh)}.product-content__container div{width:100%;max-width:unset}}.product-content__text{width:35%}@media screen and (max-width:1024px){.product-content__text{order:2}}.product-content__text .product-title{font-size:clamp(2rem,.5915rem + 4.507vw,6rem);width:100px}.product-content__text .product-descrition{margin:2.6rem 0;font-size:2rem;max-width:400px}@media screen and (max-width:1024px){.product-content__text .product-descrition{max-width:unset}}.product-content__text .product-ingredients{font-family:"Helvetica Condensed",serif;line-height:150%;max-width:400px}@media screen and (max-width:1024px){.product-content__text .product-ingredients{max-width:unset;order:3}}.product-content__text .product-ingredients strong:first-of-type,.product-content__text .product-ingredients strong:last-of-type{font-family:Gafarot,serif}.product-content__text .product-ingredients strong:not(:first-of-type):not(:last-of-type){font-weight:bolder}.product-content__image{width:30%;display:flex;justify-content:center;align-items:center}@media screen and (max-width:1024px){.product-content__image{order:1}}.product-content__image img{height:clamp(42rem,7.7465rem + 35.2113vw,75vh)}.product-content__values{font-family:"Helvetica Condensed",serif;width:35%;padding:3.2rem 2rem;font-size:1.2rem;color:#fff;background-color:#842d13;height:fit-content;margin:auto}@media screen and (max-width:1024px){.product-content__values{order:3;padding:3.2rem 1.2rem}}.product-content__values .values-title{text-align:center;font-weight:700}.product-content__values table{font-family:"Helvetica Condensed",serif;margin-top:2rem;width:100%;text-align:left}.product-content__values table tr{height:1.6rem;display:flex;white-space:nowrap;justify-content:space-between}.product-content__values table th{position:relative;display:flex;width:100%}.product-content__values table th::after{content:"";height:70%;flex-grow:1;border-bottom:1px solid #fff}.product-content__values table td{text-align:right;position:relative}.product-content__values p{margin-top:2rem;text-align:center;font-weight:700}.product-characteristics{background-color:#842d13}.product-characteristics__container{padding:3.2rem 0;overflow:hidden}.product-characteristics .product-descrition{display:none}.product-characteristics__carousel{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;max-width:1440px;margin:auto}@media screen and (max-width:768px){.product-characteristics__carousel{justify-content:stretch;overflow-x:auto;scroll-behavior:smooth;white-space:nowrap}}.product-characteristics__item{height:auto;width:100%;padding:2rem}@media screen and (max-width:768px){.product-characteristics__item{min-width:75vw;padding:1.2rem}}.product-characteristics__item img{width:100%;height:auto}.related-products{padding:2vw;overflow:hidden}.related-products__title{color:#ff5602;font-size:2rem;margin:3.2rem auto;text-align:center;text-transform:uppercase;background-color:#fff;width:fit-content;padding:1rem 1.4rem;border:4px solid #000;position:relative;z-index:2;max-width:80vw;transition:transform .4s ease-in-out;transform-origin:center}.related-products__title::before{content:"";position:absolute;border:4px solid #000;inset:0;width:100%;transform:translate(.8rem,.8rem);z-index:-1;background-color:#fff;mix-blend-mode:color;transition:transform .2s cubic-bezier(.17,.67,.95,1)}.related-products__title:hover::before{transform:translate(.7rem,.7rem)}@keyframes tiltShake{0%{transform:rotate(-3deg)}25%{transform:rotate(3deg)}50%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.related-products__slider{padding:10rem 0;display:flex;flex-direction:row;justify-content:center;gap:10vw;overflow:hidden}@media screen and (max-width:1024px){.related-products__slider{flex-direction:column;padding:5rem 0}}.related-products__item{aspect-ratio:4/3;width:35vw;border-radius:55px;background-color:#fff;position:relative;display:flex;justify-content:center;align-items:center}@media screen and (max-width:1024px){.related-products__item{width:80%;margin:auto}}.related-products__item:before{content:"";height:auto;position:absolute;inset:0;width:100%;z-index:1;border-radius:55px}.related-products__item:nth-of-type(1){transform:rotate(7deg)}@media screen and (max-width:1024px){.related-products__item:nth-of-type(1){transform:rotate(0)}}.related-products__item:nth-of-type(1):before{background:#e22413;clip-path:polygon(10% 0,100% 0,100% 100%,30% 100%)}.related-products__item:nth-of-type(1) img:hover{transform:translate(-50%,-50%) scale(1.05) rotate(-7deg)}.related-products__item:nth-of-type(2){transform:rotate(-7deg)}@media screen and (max-width:1024px){.related-products__item:nth-of-type(2){transform:rotate(0)}}.related-products__item:nth-of-type(2):before{background:#3b4b99;clip-path:polygon(70% 0,100% 0,100% 100%,10% 100%)}.related-products__item:nth-of-type(2) img:hover{transform:translate(-50%,-50%) scale(1.05) rotate(7deg)}.related-products__item img:not(.related-products__icon){position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:clamp(28rem,7.7465rem + 35.2113vw,70vh);z-index:3;transition:transform .2s cubic-bezier(.17,.67,.95,1)}@media screen and (max-width:1024px){.related-products__item img:not(.related-products__icon){top:unset;left:unset;position:relative;transform:unset}.related-products__item img:not(.related-products__icon):hover{transform:rotate(0)!important}}.related-products__icons{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2}.related-products__icon{position:absolute;width:10vw;min-width:2rem;max-width:10rem;height:auto!important;transform-origin:center center;z-index:1}@media (max-width:768px){.related-products__icon{width:20vw}}body{font-family:Gafarot,serif;font-weight:400}main{min-height:100vh;background-color:#ededed;overflow:hidden}.intro-media{max-height:100vh;overflow:hidden}.intro-media img{width:100vw;height:min(1200px,95vh);object-fit:cover;object-position:50% 50%}
