@charset "UTF-8";
/*!
Theme Name: molinoborra
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

molinoborra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  font-family: 'Lora';
  color: #533835;
}

body {
  background-color: #fcf9e6 !important;
  scroll-behavior: smooth !important;
}

a {
  text-decoration: none !important;
}

body::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
}

.woocommerce-breadcrumb {
  color: #533835;
}

.woocommerce-breadcrumb a {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
}

.woocommerce-breadcrumb a:hover {
  text-decoration: none;
  color: inherit;
}

body {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

.page {
  background-color: #fcf9e6;
}

#page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.icon {
  width: 30px;
  height: 30px;
  margin: 0px;
  padding: 0px;
  display: inline;
}

.logoh {
  padding: 10px;
  position: absolute;
  width: 350px;
}

.card-ricette {
  height: 350px;
  width: 400px;
  margin: 0 16px 0 0;
}

.card-ricette img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.ricette-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
}

.over-x-hidden {
  overflow-x: hidden;
}

.palliniIcone {
  max-width: 60px;
  margin: 10px;
}

.ricette {
  width: 250px;
  border-radius: 50px;
  padding: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.video-background {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-background video {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-background::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
  top: 0;
  left: 0;
}

.imgFull {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}

/* HEADER */
header {
  z-index: 120000;
}

.shadow {
  -webkit-box-shadow: 0 0 100px 4px #000;
          box-shadow: 0 0 100px 4px #000;
}

.menu_img {
  float: right;
  position: relative;
}

#page {
  position: relative;
}

.menu {
  background-color: #fcf9e6;
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 3rem;
  height: 7vh;
  width: 90%;
  max-width: 1024px;
  position: fixed;
  padding: 0 1rem;
  z-index: 99999;
}

.menu .logo {
  height: 2.5rem;
}

.menu .menuIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.menu .menuIcon .cart img {
  height: 2.6rem;
}

.menu .menuIcon .menuBtn {
  position: relative;
  cursor: pointer;
}

.menu .menuIcon .menuBtn .navIcon {
  height: 2.6rem;
  position: relative;
  z-index: 10;
}

.menu .menuIcon .menuBtn .linkContainer {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 20px;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.menu .menuIcon .menuBtn .linkContainer .linkItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, top 0.5s, width 0.3s;
  transition: opacity 0.5s, top 0.5s, width 0.3s;
  width: 200px;
  background-color: #fcf9e6;
  border-radius: 300px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.menu .menuIcon .menuBtn .linkContainer .linkItem span {
  position: absolute;
  left: 20px;
  opacity: 1;
  font-weight: 600;
}

.menu .menuIcon .menuBtn .linkContainer .linkItem img {
  height: 2.6rem;
}

@media (min-width: 1024px) {
  .menu .menuIcon .menuBtn .linkContainer .linkItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, top 0.5s, width 0.3s;
    transition: opacity 0.5s, top 0.5s, width 0.3s;
    width: 3rem;
    background-color: #fcf9e6;
    border-radius: 300px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
  }
  .menu .menuIcon .menuBtn .linkContainer .linkItem span {
    position: absolute;
    left: 20px;
    opacity: 0;
  }
  .menu .menuIcon .menuBtn .linkContainer .linkItem:hover {
    width: 200px;
  }
  .menu .menuIcon .menuBtn .linkContainer .linkItem:hover span {
    opacity: 1;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
}

.woocommerce-notices-wrapper {
  position: fixed;
  top: calc(7vh + 3rem);
  z-index: 100;
  width: 90%;
}

@media (min-width: 1024px) {
  .woocommerce-notices-wrapper {
    width: 40vw;
  }
}

.woocommerce-notices-wrapper .woocommerce-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce-notices-wrapper .woocommerce-message .cartAlert {
  border-radius: 0 0 10px 10px;
  background-color: #da632f;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-notices-wrapper .woocommerce-message .cartAlert a {
  color: white;
  font-weight: 600;
  background-image: url(assets/images/CARRELLO.png);
  background-position: 100%;
  background-size: 20px;
  background-repeat: no-repeat;
  padding-right: 20px;
}

.overMenu a:hover > .menuLink {
  /* background: #FCF9E6; */
  background: #cf4d24;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overMenu a:hover > .menuLink span {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}

.woocommerce-Price-amount,
p.price {
  text-transform: none;
  color: #533835;
}

.menuLink span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
}

.overMenu a {
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.overMenu a:hover {
  text-decoration: none;
  color: inherit;
}

.overMenu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 220px;
  max-width: 400px;
  /* height: 100vh; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9000;
  right: 0;
  /* right: 65px per ecommerce */
  top: 80px;
  /* right: calc(6rem + 80px); */
  /* background-color: #D15210; */
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  -webkit-transition-delay: opacity 300ms;
          transition-delay: opacity 300ms;
}

.apriMenu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  -webkit-transition-delay: opacity 200ms;
          transition-delay: opacity 200ms;
}

/* 
.logoMenu {
	height:70px;
	margin:0;
	padding:0; 
	display:left;
} */
.wpcf7-list-item-label {
  /* font-family:'Open Sans';  */
  color: #533835;
  white-space: normal;
  text-align: center;
  font-size: 15px;
  /* font-size: 14px; */
}

.testo {
  font-family: 'Lora', 'serif' !important;
  color: #533835;
  white-space: normal;
  text-align: center;
  /* font-size: 14px; */
}

.testo p {
  color: #fcf9e6 !important;
}

.testo p b {
  color: #fcf9e6 !important;
}

.testo-woo {
  font-family: 'Lora', 'serif' !important;
  color: #533835;
  white-space: normal;
  /* font-size: 14px; */
}

.shop-hero {
  position: relative;
  font-family: 'Lora', 'serif' !important;
  color: #533835;
  width: 100vw;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("./assets/images/shopbg.jpg");
}

.woocommerce-product-gallery__image a img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.product_description p {
  color: #533835;
  font-family: 'Lora', 'serif';
}

.pdata {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 0 2rem;
}

/* .imgp img{
	width:100%!important;
} */
.imgp-wrap {
  max-width: 50%;
}

.imgp-wrap,
.pdata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pfwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-grid-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  /* Spazio tra le colonne */
}

.product-grid-item {
  /* background-color: #f0f0f0; */
  /* padding: 20px; */
  text-align: center;
  aspect-ratio: 9/12;
  /* border-radius: 20px; */
}

.product-grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.shop-hero h1 {
  letter-spacing: 2px;
}

.t-grande {
  font-size: 20px !important;
}

.t-grande-2 {
  font-size: 24px !important;
}

.testoleft {
  /* font-family:'Open Sans';  */
  color: #533835;
  white-space: normal;
  text-align: left;
  font-size: 20px;
  /* font-size: 14px; */
}

.spazioSotto {
  padding-bottom: 1.5rem;
}

.testoBottoni {
  /* font-family:'Open Sans';  */
  color: #533835;
  white-space: normal;
  text-align: left;
  font-size: 15px;
  /* font-size: 14px; */
}

.c {
  font-family: 'Lora';
  color: #533835;
  font-size: 22px;
  text-align: center;
}

.titoloLight {
  font-family: 'Lora';
  color: #533835;
}

.titoloStrong {
  font-family: 'Lora';
  font-weight: bold;
  color: #d15210;
  font-size: 25px;
  text-align: left;
}

.titoloBold {
  font-family: 'Lora';
  text-align: center;
  color: #533835;
  font-size: 25px;
}

.bloccoViewport {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.headerNews {
  width: 100vw;
  height: 85vh;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("./assets/images/DSC05714_03_copiaCROP.jpg");
}

.newsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #533835;
}

.news1 {
  width: 500px;
  height: 500px;
  background-repeat: none;
  background-size: cover;
  background-image: url("./assets/images/DSC00923_11.jpg");
}

.news2 {
  width: 500px;
  height: 500px;
  background-repeat: none;
  background-size: cover;
  background-image: url("./assets/images/immagine prodotti 1 - sito.jpg");
}

.ppp {
  position: relative;
}

.ppp:nth-child(2) {
  margin-top: 40%;
  margin-left: 5%;
}

.ghirigoro {
  position: absolute;
  top: 100%;
  right: -10%;
}

.ghirigoro2 {
  position: absolute;
  top: -40%;
  right: -62%;
}

.cover {
  width: 100%;
  height: 100%;
}

.wrapperProd {
  width: 100vw;
  height: 40vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("./assets/images/DSC00916_11.jpg");
  position: relative;
}

.wrapperProd::before {
  display: block;
  height: 100%;
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.customWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.thp {
  text-align: right;
}

.wrapperProd img {
  width: 100vw;
  height: 40vh;
}

.scrittaSopraProdotti {
  max-width: 400px;
}

.jce {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.scrittaSopraNews {
  /* position: absolute; */
  /* z-index: 2; */
  /* float:right;  */
  /* padding-right:50px;  */
  width: 400px;
  position: absolute;
  top: 50%;
  color: #533835;
}

.scrittaSopraHome {
  position: absolute;
  top: 80%;
  left: 50%;
  color: white;
  font-family: 'Lora';
  font-size: 24px;
}

.scrittaSopraHome2 {
  position: absolute;
  top: 70%;
  left: 10%;
  color: white;
}

.ais {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.sa {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.sfondopanna {
  background-color: #f4f1e0;
}

.elementProdotti {
  text-align: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.elementHome {
  width: 250px;
  text-align: center;
  /* padding: 2rem; */
}

/* .bottonecentrato {
	position:absolute;
	transform: translate(-50%,-50%); 
} */
.centrato {
  /* position:absolute;
	left:50%; 
	transform: translate(-50%,-50%);  */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.padding-generale {
  padding: 4rem;
}

.img-wrapper-col {
  width: 100%;
  position: relative;
}

.img-wrapper-col img {
  /* position: absolute; */
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 400px;
}

.img-wrapper-col img:nth-child(2) {
  /* position: absolute; */
  margin-top: -100px;
  margin-left: -100px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 350px;
}

.img-wrapper-col img:nth-child(3) {
  /* position: absolute; */
  margin-top: -200px;
  margin-left: -350px;
  aspect-ratio: 2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 320px;
}

.jcsa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.fg1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fg2 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.bottoneArancione {
  background-color: #d15210;
  border-radius: 50px;
  color: #fcf9e6 !important;
  font-size: 1rem;
  font-family: 'Lora';
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: 1px #d15210;
  padding: 0.7rem 1.5rem;
}

.bottoneArancione .iconBtn {
  height: 20px;
}

.bottoneOvale {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.bottoneBianco {
  background-color: #fcf9e6;
  border-radius: 20px;
  color: #533835;
  font-size: 14px;
  font-family: 'Lora';
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  border: 1px #d15210;
}

.testomob {
  font-size: 16px;
}

.form-wrapper {
  background: #fcf9e6;
}

.form-wrapper .container .riga {
  max-width: 1024px;
  margin: 0 auto;
}

.form-txt p {
  margin: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  color: #533835;
}

.form-txt {
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}

.form-content {
  -ms-flex-preferred-size: calc(200% / 3);
      flex-basis: calc(200% / 3);
}

.form-txt::before {
  content: 'Contact';
  font-family: 'Lora';
  letter-spacing: 2px;
  font-size: 4rem;
  font-weight: bold;
  opacity: 0.2;
  color: #d15210;
  position: absolute;
  top: 2rem;
  left: 0;
}

.Mioform {
  background-color: #fcf9e6;
  color: #533835;
  font-family: 'Lora';
  border-radius: 20px;
}

.Mioform label input {
  background-color: #fcf9e6;
  color: #533835;
  font-family: 'Lora';
  font-weight: bold;
  border: 2Rpx solid #533835;
  border-radius: 20px;
  padding: 1rem;
}

.Mioform input {
  background-color: #fcf9e6;
  color: #533835;
  font-family: 'Lora';
  font-weight: bold;
  border: 2px solid #533835;
  border-radius: 20px;
  padding: 1rem;
}

.Mioform textarea {
  background-color: #fcf9e6;
  color: #533835;
  font-family: 'Lora';
  font-weight: bold;
  border: 2px solid #533835;
  border-radius: 20px;
  padding: 1rem;
}

.footer {
  font-size: 12px;
  width: 100vw;
}

/* .form-txt::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	background: red;
	bottom:0;
	left: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease-in-out;
}

.form-txt:hover::after{
	transform: scaleX(1);
} */
.contactForm {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* max-width: 50%; */
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-txt {
  /* -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
}

.form-txt img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.cta-sx {
  margin-right: 1rem;
}

.cta-dx {
  margin-left: 1rem;
}

.prodottiHome {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.prodotto {
  /* transform: translate(-50%,-140%); */
  /* width:200px; */
  height: 240px;
  width: 220px;
  text-align: center;
}

.prodotto.inactiveDx {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.prodButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.prod_slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.prod_slide img {
  scroll-snap-align: center;
}

.test-grande {
  font-size: 18px;
}

.prod_cursor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
}

.prod_cursor .icon {
  margin: 8px;
  height: 40px;
  width: 40px;
}

/* .prod_container .container {
	height: 100%;
	display: flex;
	justify-content: space-around;
	position: relative;
} */
.prod_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100vw;
  overflow-x: scroll;
  height: 50vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("./assets/images/sfondohp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* background-attachment: fixed; */
}

.wrapperprod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 50vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("./assets/images/DSC09958_02_crop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ondaFoto {
  height: 400px;
  width: auto;
}

.wrapperButton {
  background-image: url("./assets/images/DSC00821_05 (1)CROP.jpg");
  background-repeat: none;
  background-size: cover;
  width: 100vw;
  height: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* MOD DIEGO */
.main-wrapper {
  background-image: url("./assets/images/DSC01207_v04_RisoIntegraleCROP.jpg");
  background-size: cover;
  background-position: center;
  width: 100dvw;
  /* height: 100vh; */
  padding-top: 20vh;
  padding-bottom: 4rem;
}

.riga {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.rigafissa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.colonna {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

.text-center {
  text-align: center;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jcst {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.riga2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.colprod {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.foto-wrapper,
.text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* aspect-ratio: 1; */
  padding: 3rem;
  max-width: 50%;
  text-align: justify;
}

.foto-wrapper {
  border-radius: 20px;
  position: relative;
}

.foto-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.text-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-wrapper img {
  width: 100px;
}

.text-wrapper h5,
p {
  margin: 0;
  padding: 0;
}

.text-wrapper h5 {
  /* stile testo titololetto */
}

.text-wrapper p {
  /* stile testo paragrafetto */
}

.bottoncino {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 6rem;
  min-width: 220px;
  left: -1rem;
}

.btn-arancioni {
  font-family: 'Lora';
  padding: 8px 30px;
  color: #fcf9e6;
  background: #d15210;
  border-radius: 40px;
}

.azioni-wrapper {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  color: #fcf9e6;
}

.boxSmart {
  padding: 1rem;
}

.cta {
  background-color: #fcf9e6;
  height: 100px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
}

.fl,
.fr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.floatmob p {
  /* font-size: 18px!important; */
}

/* .spaziosmart{
	overflow-x: scroll;
} */
.pbb {
  padding-bottom: 6rem !important;
}

.t-grande-3 {
  font-size: 2rem;
}

.aib {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.bottoneCta {
  background: #d15210;
  width: 40px;
  height: 100px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 4px;
  padding: 8px;
}

.pprodotti {
  padding: 4rem 0;
}

.giralaruota {
  -webkit-animation: giralaruota 3s linear infinite;
          animation: giralaruota 3s linear infinite;
}

@-webkit-keyframes giralaruota {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes giralaruota {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.prodotti_wrapper {
  width: 100%;
  /* aspect-ratio: 16/9; */
  /* background-color: yellowgreen; */
  /* background-image:  linear-gradient(90deg, rgba(252, 249, 230, 1), rgba(0,0,0,0)), url("./assets/images/prod_gallette_detail.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  /* background-position-x: 3rem; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* padding-left:2rem; */
  position: relative;
}

#prodottiTabs {
  min-height: 2000px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rigaprodotti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow-y: hidden;
}

.pwsfondo {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.prodotti_file_detail_wrappe {
  width: 100%;
  height: 100%;
}

.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
  position: absolute;
  z-index: 10;
  color: #fcf9e6;
  font-family: 'Lora', 'serif';
  letter-spacing: 1px;
  font-size: 18px;
}

.sx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 400px;
}

.sx p {
  margin-top: 1rem;
}

.loghetti {
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 8px;
  font-size: 14px;
}

.loghetti img {
  width: 40px;
  aspect-ratio: 1;
}

.testologhetti {
  text-align: center;
}

/* 
.prodotti_wrapper::before{
	content: '';
	position: absolute;
	display: block;
	width:100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(252, 249, 230, 1), rgba(0,0,0,0));
	top:0;
	left:0;
} */
.prodotti_file_tab_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 10%;
  -webkit-transform: translate(-1rem, 0);
          transform: translate(-1rem, 0);
}

.prodotti_file_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  /* border:1px solid plum; */
  /* border-top-left-radius: 24px;
	border-bottom-left-radius: 24px; */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 24px;
  /* background-color: rgb(252, 249, 230); */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20%;
  cursor: pointer;
}

.prodotti_file_tab img {
  max-width: 50px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.prodotti_file_detail_wrappe {
  width: 100%;
  height: 100%;
  position: relative;
}

.dx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 0;
  position: relative;
  right: 0;
  margin-left: 4rem;
}

.pbtnw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #fcf9e6;
  font-family: 'Lora', 'serif';
  font-size: 18px;
}

.btn_shop {
  margin: 4px;
  padding: 8px 1rem;
  border-radius: 50px;
  background-color: #d15210;
  color: #fcf9e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.jce {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.prodotti_tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-x: scroll !important;
  padding: 2rem 0;
}

.ptab img {
  width: 40px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.pdet {
  width: 100%;
  padding: 2rem 1rem;
  color: #fcf9e6;
  font-family: 'Lora', 'serif';
  letter-spacing: 1px;
  font-size: 18px;
}

.oxs {
  overflow-x: scroll !important;
}

.gallmob {
  background-image: url("./assets/images/prod_gallette_detail.jpg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.cuoremob {
  background-image: url("./assets/images/prod_cuoricini_detail.jpg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.risomob {
  background-image: url("./assets/images/prod_riso_detail.jpg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.farinamob {
  background-image: url("./assets/images/Prodotti_homePage.jpg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.legumimob {
  background-image: url("./assets/images/sfondosezionelegumi.jpg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.pastamob {
  background-image: url("./assets/images/sfondosezionepasta.jpg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.dolcimob {
  background-image: url("./assets/images/sfondosezionedolci.jpg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

/* MEDIA QUEERY */
@media screen and (min-width: 1189px) {
  .ghirigoro2 {
    position: absolute;
    right: -80%;
  }
}

@media screen and (max-width: 989px) {
  .prod_slide {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .img-wrapper-col img {
    /* position: absolute; */
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 280px;
  }
  .img-wrapper-col img:nth-child(2) {
    /* position: absolute; */
    margin-top: -100px;
    margin-left: -100px;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 260px;
  }
  .img-wrapper-col img:nth-child(3) {
    /* position: absolute; */
    margin-top: -200px;
    margin-left: -350px;
    aspect-ratio: 2;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 300px;
  }
  /* classi aggiunte da qui in poi */
  .desktop {
    display: none;
  }
  .mobile {
    display: inline;
  }
  .hide {
    display: none;
  }
  .floatmob {
    display: block;
    float: none;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  /* .testomob{
		align-items: center;
		justify-content: center;
		margin: 0;
		padding: 10px !important;
		width: 100vw;
		text-align: center !important;
	   } */
  .testomobleft {
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin: 0;
    padding: 0;
    width: 100vw;
    text-align: left !important;
  }
  .larghezzamax {
    max-width: 50% !important;
  }
  .spaziosmart {
    margin: 15px !important;
  }
  .testomobright {
    text-align: right !important;
  }
}

/* tablet */
@media screen and (max-width: 768px) {
  ul{
    padding: 0 !important;
  }
  .icon {
    width: 18px;
    height: 18px;
    margin: 0px;
    padding: 0px;
    display: inline;
  }
  .prod_slide {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .product-grid-wrapper {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .ppp:nth-child(2) {
    margin-top: 0;
    margin-left: 0;
  }
  .sx {
    max-width: 300px;
  }
  .desktop {
    display: none!important;
  }
  .prod_container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .elementHome {
    width: 100%;
  }
  .riga2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .padding-generale {
    padding: 2rem;
  }
  .riga {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .cta {
    width: 100%;
    margin: 0.5rem 0 !important;
  }
  .fwi {
    width: 100%;
    height: 100%;
  }
  .bottoncino {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 6rem;
    min-width: 220px;
    max-height: 40px;
    left: 1rem;
  }
  .foto-wrapper,
  .text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    aspect-ratio: 1;
    padding: 0 2rem;
    max-width: 100%;
  }
  /* classi aggiunge da qui in poi */
  .desktop {
    display: none;
  }
  .mobile {
    display: block !important;
  }
  .hide {
    display: none;
  }
  .floatmob {
    display: block;
    float: none;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .testomob {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 10px !important;
    width: 100vw;
    text-align: center !important;
  }
  .testomobleft {
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin: 0;
    padding: 0;
    width: 100vw;
    text-align: left !important;
  }
  .larghezzamax {
    max-width: 50% !important;
  }
  .bottoneSmart {
    font-size: 12px !important;
  }
  .spaziosmart {
    padding: 15px !important;
  }
  .testomobright {
    text-align: right !important;
  }
}

@media screen and (max-width: 575px) and (min-width: 501px) {
  /* .boxSmart {
		width: 300px;

	} */
}

/* smartphone */
@media screen and (max-width: 500px) {
  .menuLink {
    background: #cf4d24;
  }
  .menuLink span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
  .desktop {
    display: none;
  }
  /* .mobile {
		display: inline;
	 } */
  .riga {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  form input,
  textarea {
    max-width: 350px;
  }
  .contactForm {
    padding: 0;
  }
  .mb_txt {
    height: 30px !important;
  }
  /* classi aggiunge da qui in poi */
  .cta {
    width: 70vw !important;
    margin: 0.5rem 0 !important;
  }
  .hide {
    display: none;
  }
  .floatmob {
    display: block;
    float: none;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .testomob {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin: 0;
    padding: 10px !important;
    width: 100vw;
    text-align: center !important;
  }
  .testomobleftArancione {
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    font-size: 14px !important;
    margin: 0;
    padding-bottom: 10px;
    width: 100vw;
    text-align: left !important;
  }
  .testomobleft {
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    font-size: 12px !important;
    margin: 0;
    padding: 0;
    width: 100vw;
    text-align: left !important;
  }
  .testomobright {
    text-align: right !important;
  }
  .larghezzamax {
    max-width: 50% !important;
  }
  .bottoneSmart {
    font-size: 12px !important;
  }
  .full {
    padding: 0;
    margin: 0;
  }
  .spaziosmart {
    padding: 15px !important;
  }
}

/* SMARTPHONE */
@media screen and (max-width: 540px) {
  .testomobright {
    margin-top: 3.5rem;
    text-align: right !important;
    max-width: 200px;
  }
}

@media screen and (max-width: 410px) and (min-width: 375px) {
  .form-txt::before {
    content: 'Contact';
    font-family: 'Lora';
    letter-spacing: 2px;
    font-size: 2rem;
    text-align: right;
    margin-left: 3rem;
    font-weight: bold;
    opacity: 0.2;
    color: #d15210;
    position: absolute;
    top: 2rem;
    left: 0;
  }
}

/* test   */
.custom-products {
  padding-top: 40vh;
}

.product-item a img {
  height: 100px;
  width: 100px;
}

/* WOO COMMERCE CSS NEW */
.shop-image-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}

.shop-image-wrapper .herotext .firstLine {
  color: #1e1e1e !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  word-wrap: nowrap;
  text-align: center;
}

.shop-image-wrapper .herotext .firstLine .logoScritta {
  height: 2em;
  width: auto;
}

@media (min-width: 1024px) {
  .shop-image-wrapper .herotext .firstLine {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.shop-image-wrapper .herotext .subText {
  color: #1e1e1e !important;
  text-align: center;
}

.shop-image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}

.shop-image-wrapper:hover::before {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}

.shop-image-wrapper .bgimg {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop-image-wrapper .onda {
  width: 100%;
  position: absolute;
  z-index: 1000;
  bottom: -0;
  left: 0;
}

.herotext {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.custom-product-item {
  border: 1px solid #eaeaea;
  padding: 20px;
  margin: 10px;
  text-align: center;
}

.custom-product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom-product-item .woocommerce-loop-product__title {
  font-size: 18px;
  margin: 10px 0;
}

.custom-product-item .price {
  font-size: 16px;
  color: #333;
}

.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 40px 0;
  color: #533835;
}

.category .categoryText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 90%;
  max-width: 1024px;
}

.category .categoryText .title {
  text-transform: capitalize;
  font-size: 2.5rem;
}

.category .categoryText .categoryDescription {
  font-size: 1rem;
  text-align: center;
  max-width: 768px;
}

.category .categoryText .categoryDescription span {
  font-size: 1em;
  font-weight: bold;
}

.category .categoryCTA {
  all: unset;
  background-color: #da632f;
  color: white;
  padding: 0.4rem 2rem;
  border-radius: 100px;
  text-transform: uppercase;
  cursor: pointer;
}

.shop-image-wrapper .herotext {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  text-transform: capitalize;
}

.shop-image-wrapper .herotext img {
  position: relative;
  width: 200px;
}

.bannerTaxonomy {
  width: 100vw;
  height: 60vh;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bannerTaxonomy .bg {
  width: 100vw;
}

.bannerTaxonomy .botWave,
.bannerTaxonomy .topWave {
  width: 100vw;
  position: absolute;
  z-index: 20;
  height: 15vh;
}

.bannerTaxonomy .topWave {
  top: 0;
}

.bannerTaxonomy .botWave {
  bottom: 0;
}

.page-content-wrapper {
  width: 100%;
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  overflow: visible;
  margin-top: 80px;
  margin-bottom: 40px;
}

.page-content-wrapper .categoryContainer {
  width: 100%;
  max-width: 768px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 4px;
  overflow: visible;
  position: relative;
}

.page-content-wrapper .categoryContainer .singleCat {
  cursor: pointer;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  z-index: 10001;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.page-content-wrapper .categoryContainer .singleCat img {
  height: 60px;
  -webkit-transition: 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

@media (min-width: 768px) {
  .page-content-wrapper .categoryContainer .singleCat img {
    height: 60px;
  }
}

.page-content-wrapper .categoryContainer .active::before {
  content: '';
  position: absolute;
  height: 120px;
  aspect-ratio: 1;
  /* background-color: #da632f; */
  opacity: 0.5;
  border-radius: 50%;
  z-index: -1;
}

.productGallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  gap: 20px;
}

@media (max-width: 768px) {
  .productGallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.productGallery .productItem {
  max-width: 300px;
}

.productGallery .productItem .custom-product-item {
  all: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productGallery .productItem .custom-product-item .custom-product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.productGallery .productItem .custom-product-item .custom-product-content .woocommerce-LoopProduct-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productGallery .productItem .custom-product-item .custom-product-content .productImage {
  position: relative;
  height: 350px;
  border-radius: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productGallery .productItem .custom-product-item .custom-product-content .productImage a {
  height: 110%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.productGallery .productItem .custom-product-item .custom-product-content .productImage a:hover:not(.button) {
  height: 140%;
}

.productGallery .productItem .custom-product-item .custom-product-content .productImage a img {
  height: 100%;
}

.productGallery .productItem .custom-product-item .custom-product-content .productImage .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #da632f;
  height: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-image: url(assets/images/btncart.png);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  z-index: 1;
  isolation: isolate;
  display: none;
}

.productGallery .productItem .custom-product-item .custom-product-content .productImage .woocommerce-LoopProduct-link .onsale {
  position: absolute;
}

.productGallery .productItem .custom-product-item .custom-product-content .productImage .woocommerce-LoopProduct-link img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productGallery .productItem .custom-product-item .custom-product-content .productDetails {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2px;
}

.productGallery .productItem .custom-product-item .custom-product-content .productDetails .woocommerce-loop-product__title {
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 1rem;
  margin: 0;
}

.productGallery .productItem .custom-product-item .custom-product-content .productDetails .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.productGallery .productItem .custom-product-item .custom-product-content .productDetails .description p {
  all: unset;
  color: black !important;
  font-size: 0.9rem;
  line-height: 1em;
  font-weight: lighter;
}

.productGallery .productItem .custom-product-item .custom-product-content .productDetails .price {
  font-size: 0.8rem;
  font-weight: bolder;
}

.learnMore {
  width: 100vw;
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.learnMore .learnContainer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.learnMore .learnContainer .imgBg {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-width: 100%;
}

.learnMore .learnContainer .textWrapper {
  z-index: 10;
  background-color: #fcf9e6;
  color: #533835;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-radius: 20px 20px 0 0;
  width: 90%;
  max-width: 300px;
}

.learnMore .learnContainer .textWrapper .title {
  text-transform: capitalize;
}

.learnMore .learnContainer .textWrapper p {
  text-align: center;
  font-size: 0.8rem !important;
}

.learnMore .learnContainer .textWrapper p span {
  font-size: 1em;
  font-weight: bolder;
}

.learnMore .learnContainer .textWrapper .learnButton {
  all: unset;
  background-color: #da632f;
  color: white;
  font-size: 0.8rem;
  padding: 0.4rem 2rem;
  border-radius: 100px;
  text-transform: uppercase;
  cursor: pointer;
}

.banner {
  width: 100vw;
  height: 600px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.banner .bannerBg {
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: translateY(5%);
          transform: translateY(5%);
}

.banner .topWave,
.banner .bottomWave {
  position: absolute;
  width: 100%;
}

.banner .topWave {
  top: 0;
}

.banner .bottomWave {
  bottom: 0;
}

.banner .wrapper {
  position: absolute;
  top: 35%;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.banner .wrapper .text {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  padding: 0 5px;
}

.banner .wrapper img {
  height: 45px;
}

.banner .wrapper .sweetCta {
  all: unset;
  height: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  bottom: calc($circleHeight / 3.5 * -1);
  right: -65px;
}

.banner .wrapper .sweetCta img {
  width: 100%;
  height: auto;
}

.form-row.woocommerce-invalid .chzn-single,
.form-row.woocommerce-invalid .chzn-drop,
.form-row.woocommerce-invalid input.input-text,
.form-row.woocommerce-invalid select {
  border: 1px solid red;
}

.form-row.woocommerce-validated .chzn-single,
.form-row.woocommerce-validated .chzn-drop,
.form-row.woocommerce-validated input.input-text,
.form-row.woocommerce-validated select {
  border: 1px solid green;
}

.singleProductContainer {
  max-width: 1024px;
  padding-top: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  gap: 30px;
  margin: 40px auto;
}

.singleProductContainer .product-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 85%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.singleProductContainer .product-image-container .main-product-image {
  width: 100%;
  height: 400px;
  min-height: 40vh;
  cursor: pointer;
}

.singleProductContainer .product-image-container .main-product-image img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.singleProductContainer .product-image-container .product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  height: 100px;
}

.singleProductContainer .product-image-container .product-gallery .gallery-thumbnail {
  height: 100%;
  width: 60px;
  cursor: pointer;
}

.singleProductContainer .product-image-container .product-gallery .gallery-thumbnail img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.singleProductContainer .product-image-container .hidden {
  opacity: 0;
}

@media (min-width: 768px) {
  .singleProductContainer .product-image-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    width: 30%;
    min-width: 320px;
  }
  .singleProductContainer .product-image-container .product-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.singleProductContainer .detailContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}

@media (max-width: 768px) {
  .singleProductContainer .detailContainer {
    width: 90%;
  }
}

.singleProductContainer .entry-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  position: relative;
}

.singleProductContainer .entry-summary .selectValueAlert {
  position: absolute;
  right: 0;
  bottom: 4rem;
}

.singleProductContainer .entry-summary .woocommerce-variation-price {
  position: absolute;
  right: 0;
  bottom: 4rem;
  font-weight: 600;
}

.singleProductContainer .entry-summary .woocommerce-variation-price .price .woocommerce-Price-amount bdi {
  position: relative;
}

.singleProductContainer .entry-summary .woocommerce-variation-price .price .woocommerce-Price-amount bdi::before {
  content: 'Prezzo per unità:  ';
}

.singleProductContainer .entry-summary h1,
.singleProductContainer .entry-summary p {
  margin: 0;
  max-width: 500px;
}

.singleProductContainer .entry-summary form {
  position: relative;
}

.singleProductContainer .entry-summary form .reset_variations {
  position: absolute;
  top: -20px;
  right: 0;
  color: #533835;
  text-transform: uppercase;
}

.singleProductContainer .entry-summary form .reset_variations:hover {
  cursor: pointer;
  color: red;
}

.singleProductContainer .entry-summary form .variations {
  width: 100%;
}

.singleProductContainer .entry-summary form .variations tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .singleProductContainer .entry-summary form .variations tbody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}

.singleProductContainer .entry-summary form .variations tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.singleProductContainer .entry-summary form .variations tbody tr th {
  position: absolute;
  display: none;
}

.singleProductContainer .entry-summary form .variations tbody tr .value select {
  appearance: none;
  /* Hide default arrow for most browsers */
  -webkit-appearance: none;
  /* Hide default arrow in Chrome/Safari */
  -moz-appearance: none;
  /* Hide default arrow in Firefox */
  background: url("./assets/images/chev-down.png");
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  background-size: 10px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 0.4rem 1rem;
  padding-right: 2rem;
  border-radius: 1000px;
  border: 2px solid #1e1e1e;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 10px 0;
}

.singleProductContainer .entry-summary form .variations tbody tr .value select::-webkit-inner-spin-button {
  display: none;
}

.singleProductContainer .entry-summary form .woocommerce-variation-add-to-cart input {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 0.4rem 1rem;
  width: 20%;
  border-radius: 1000px;
  border: 2px solid #1e1e1e;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 10px 0;
}

.singleProductContainer .entry-summary form .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  background-color: #da632f;
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 1000px;
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  bottom: 10px;
  text-transform: uppercase;
}

.singleProductContainer input {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 0.4rem 1rem;
  width: 20%;
  border-radius: 1000px;
  border: 2px solid #1e1e1e;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 10px 0;
}

.singleProductContainer button {
  background-color: #da632f;
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 1000px;
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  bottom: 10px;
  text-transform: uppercase;
}

.productInfo {
  width: 90%;
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  gap: 20px;
  margin: 0 auto;
  padding-top: 20px;
}

.productInfo .nutritionalValues {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 512px;
  min-width: 300px;
}

.productInfo .nutritionalValues .nutChart .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  line-height: 1em;
}

.productInfo .nutritionalValues .nutChart .value .line {
  height: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #1e1e1e;
  margin: 0 10px;
  margin-bottom: 3px;
}

.productInfo .rightSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.productInfo .rightSide .metaWrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 512px;
  min-width: 300px;
}

.productInfo .rightSide .metaWrapper .text {
  font-size: 0.9rem;
  text-transform: capitalize;
}

.productInfo .rightSide .preservation .text,
.productInfo .rightSide .ingredients .text,
.productInfo .rightSide .origin .text {
  text-transform: none;
}

.productInfo .rightSide .origin,
.productInfo .rightSide .netQuantity,
.productInfo .rightSide .denom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.productInfo .rightSide .denom .text {
  text-transform: none;
}

#wc-stripe-payment-request-wrapper {
  display: none !important;
}

.entry-header {
  margin-top: 20vh;
}

.wrapper {
  position: absolute;
  top: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.wrapper .text {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  padding: 0 5px;
  color: #fff;
}

.wrapper .text span {
  color: inherit;
}

.wrapper img {
  height: 45px;
}

.wrapper .sweetCta {
  all: unset;
  cursor: pointer;
  height: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  bottom: calc($circleHeight / 3.5 * -1);
  right: -65px;
}

.wrapper .sweetCta img {
  width: 100%;
  height: auto;
}

.bannerContainer {
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 20vh 0;
}

.bannerContainer .bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.bannerContainer .waveTop {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
}

.bannerContainer .waveBot {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
}

.bannerContainer .textContainer {
  z-index: 2;
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 40px;
}

.bannerContainer .textContainer .testo {
  max-width: 800px;
}

.productLanding {
  height: 100vh;
  height: 100svh;
  width: 100vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.productLanding:hover::before {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}

.productLanding::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}

.productLanding .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  z-index: 0;
}

.productLanding .productLandingText {
  margin-bottom: 10vh;
  z-index: 2;
  width: 80%;
  max-width: 512px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

@media (min-width: 1024px) {
  .productLanding .productLandingText {
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
  }
}

.productLanding .productLandingText .text {
  /* text-shadow: 1px 1px 1px #1e1e1e; */
  color: white;
  font-size: 1.1rem;
}

.productLanding .productLandingText .text span,
.productLanding .productLandingText .text b {
  color: inherit;
}

.productLanding .productLandingText .mainText {
  width: 80%;
}

.productLanding .productLandingText .mainText span {
  font-size: 2em;
  line-height: 1.2em;
}

.productSectionMobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 60px;
  width: 100%;
  overflow: scroll;
  padding: 10vh 20px 20px 20px;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.productSectionMobile::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  .productSectionMobile {
    display: none;
  }
  .foto-wrapper{
    transform: translateY(-70px)
   }
   .cwm{
    transform: translateY(160px)
   }
   
   .form-txt::before{
     font-size: 4rem;
   }
}



.productSectionMobile .productLabel {
  scroll-snap-align: center;
  min-width: 80vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 60px 20px;
  border-radius: 20px;
}

.productSectionMobile .productLabel div {
  line-height: 1.2em;
}

.productSectionMobile .productLabel .title {
  font-size: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}

.productSectionMobile .productLabel .title img {
  position: absolute;
  width: 60px;
  right: -10%;
}

.productSectionMobile .productLabel .mainText {
  width: 80%;
}

.productSectionMobile .productLabel .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 70%;
  text-transform: uppercase;
  gap: 10px;
}

.productSectionMobile .productLabel .logos div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: center;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 1.1em;
  gap: 10px;
}

.productSectionMobile .productLabel .logos div img {
  height: 30px;
  width: 30px;
}

.productSectionMobile .productLabel .subText {
  width: 80%;
}

.productSectionMobile .productLabel .CTA {
  background-color: #da632f;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4em 1em;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 200;
  margin: 0 auto;
  margin-top: auto;
}

.productSectionMobile .productLabel .CTA img {
  height: 30px;
}

.productSectionMobile .swipeContainer {
  position: absolute;
  left: 0;
  bottom: calc(5vh - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5vw;
  width: 100vw;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.productSectionMobile .swipeContainer img {
  height: 50px;
}

.productSection {
  width: 100vw;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  color: white;
}

@media (max-width: 768px) {
  .productSection {
    display: none;
  }
}

.productSection .bgContainer {
  height: 100%;
  width: 100%;
  position: absolute;
}

.productSection .bgContainer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.productSection .bgContainer .prodBg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* L'immagine coprirà l'intero div mantenendo le proporzioni */
  -o-object-position: center;
     object-position: center;
  /* Centra l'immagine nel contenitore */
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.productSection .bgContainer .activeImg {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.productSection .bgContainer .above {
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.productSection .bgContainer .below {
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.productSection .sidebar {
  z-index: 10;
  width: 20%;
  max-width: 200px;
  padding: 40px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.productSection .sidebar .up {
  position: absolute;
  top: 20%;
  cursor: pointer;
  z-index: 2;
  display: none;
}

.productSection .sidebar .activeProductContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.productSection .sidebar .activeProductContainer img {
  height: 200px;
  /* Adatta l'immagine alla larghezza del contenitore */
  width: auto;
  /* Mantieni le proporzioni dell'immagine */
  display: block;
  position: absolute;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

.productSection .sidebar .activeProductContainer .activeImg {
  -webkit-transform: translate(0) scale(1);
          transform: translate(0) scale(1);
  opacity: 1;
}

.productSection .sidebar .activeProductContainer .above {
  opacity: 0;
  -webkit-transform: translateY(-100%) scale(0.3);
          transform: translateY(-100%) scale(0.3);
}

.productSection .sidebar .activeProductContainer .below {
  opacity: 0;
  -webkit-transform: translateY(100%) scale(0.3);
          transform: translateY(100%) scale(0.3);
}

.productSection .sidebar .activeProductContainer .fade-out {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.productSection .sidebar .activeProductContainer .fade-in {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.productSection .sidebar .down {
  cursor: pointer;
  position: absolute;
  bottom: 20%;
  z-index: 2;
}

.productSection .productPageContent {
  z-index: 10;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: top;
      -ms-flex-pack: top;
          justify-content: top;
  gap: 40px;
  padding: 40px;
  color: #fbf9e6;
  max-width: 2048px;
  position: relative;
}

.productSection .productPageContent #title {
  color: #fbf9e6;
  width: 40%;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.productSection .productPageContent #mainText {
  color: #fbf9e6;
  width: 40%;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.productSection .productPageContent #logos {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 10px;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.productSection .productPageContent #logos div {
  color: #fbf9e6 !important;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productSection .productPageContent #logos div img {
  height: 50px;
  width: 50px;
}

.productSection .productPageContent #subText {
  width: 40%;
  color: #fbf9e6;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.productSection .productPageContent #cta {
  position: absolute;
  right: 10%;
  top: 20%;
  background-color: #da632f;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4em 1em;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 200;
  margin: 0 auto;
  margin-top: auto;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.productSection .productPageContent #cta #ctaText {
  position: absolute;
  top: -100%;
  color: white;
  font-size: 0.7em;
  text-align: center;
}

.productSection .productPageContent #cta img {
  height: 30px;
}

.productOnTable .bottoneArancione {
  width: 100%;
}

@media (min-width: 1024px) {
  .productOnTable .bottoneArancione {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}

.editor-styles-wrapper,
.entry-content {
  width: 60vw;
  min-width: 350px;
}

.wp-block-woocommerce-checkout input {
  border-radius: 30px;
}

.wc-block-components-product-name {
  color: #533835;
}

.wc-block-components-button {
  background-color: #d15210;
  border-radius: 50px;
  color: #fcf9e6 !important;
  font-size: 1rem;
  font-family: 'Lora';
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: 1px #d15210;
  padding: 0.7rem 1.5rem;
}

.wc-block-components-button span {
  color: #fcf9e6 !important;
}

.contacts .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1024px;
}

.contacts .from-wrapper {
  max-width: 1024px;
}

.contacts .text-wrapper h5 {
  color: white !important;
}

.contacts .text-wrapper p {
  color: white !important;
}

.contacts .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 1rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.contacts .cta p {
  margin-bottom: auto;
  padding-top: 0.2rem;
  line-height: 1.2rem;
}

.contacts .cta .icon {
  height: 50px;
  width: 50px;
}

.wpcf7 form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  row-gap: 15px;
}

.wpcf7 form p span {
  width: 50%;
}

.wpcf7 form p span input {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1e1e1e;
  padding: 0.5rem 1rem;
  text-align: center;
  border-radius: 50px;
}

.wpcf7 form p span .nameInput {
  width: 100%;
}

.wpcf7 form p span .mailInput {
  width: 100%;
}

.wpcf7 form p span textarea {
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1e1e1e;
  padding: 0.5rem 1rem;
  text-align: center;
  border-radius: 50px;
  resize: none;
}

.wpcf7 form p span:has(textarea) {
  width: 100%;
}

.wpcf7 form p .submit {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1e1e1e;
  padding: 0.5rem 2rem;
  text-align: center;
  border-radius: 50px;
  margin-left: auto;
}

.wpcf7 form p .wpcf7-spinner {
  width: 24px !important;
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
}

.hidden {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.show {
  opacity: 1;
}

.scaled {
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.upScaled {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hiddenFromLeft {
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.showFromLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

b {
  color: inherit !important;
}

.popupContainer {
  position: fixed;
  top: 20vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  z-index: 9999;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  /* Hidden by default */
}

.custom-popup-content h3 {
  margin-top: 0;
  font-size: 24px;
  color: #333;
}

.custom-popup-content p {
  font-size: 16px;
  color: #666;
}

.custom-popup-content .button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0071a1;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}

.custom-popup-content .button:hover {
  background-color: #005680;
}

.newsPageContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 100vw;
}

.newsPageContainer .newsLanding {
  height: 90vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
}

.newsPageContainer .newsLanding .bgImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* L'immagine coprirà l'intero div mantenendo le proporzioni */
  -o-object-position: center;
     object-position: center;
  /* Centra l'immagine nel contenitore */
  position: absolute;
}

.newsPageContainer .newsLanding .title {
  z-index: 1;
  font-size: 1.5rem;
}

.newsPageContainer .newsLanding .title .logoScritta {
  height: 2em;
}

.newsPageContainer .newsLanding .wave {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
}

.newsPageContainer .newsText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  width: 90%;
  max-width: 800px;
}

.newsPageContainer .newsText .icon {
  height: 50px;
  width: 50px;
}

.newsPageContainer .newsText div {
  text-align: center;
}

.newsPageContainer .newsText .mainText {
  font-size: 1.2rem;
}

.newsPageContainer .newsText .subText {
  font-size: 0.9rem;
}

.newsPageContainer .newsSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 20px;
  position: relative;
  padding: 0 30px;
  width: 100vw;
  overflow-x: scroll;
}

@media (min-width: 800px) {
  .newsPageContainer .newsSlider {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.newsPageContainer .newsSlider::-webkit-scrollbar {
  display: none;
}

.newsPageContainer .newsSlider .news {
  height: 300px;
  min-width: 300px;
  overflow: hidden;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.newsPageContainer .newsSlider .news img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* L'immagine coprirà l'intero div mantenendo le proporzioni */
  -o-object-position: center;
     object-position: center;
  /* Centra l'immagine nel contenitore */
  position: absolute;
  z-index: 0;
}

.newsPageContainer .newsSlider .news a {
  margin-top: 20px;
  height: 2rem;
  z-index: 1;
  background-color: #da632f;
  color: white;
  border-radius: 100px;
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.newsPageContainer .scroll img {
  height: 30px;
}

.newsPageContainer .newsBanner {
  position: relative;
  width: 100vw;
  height: 50vh;
}

.newsPageContainer .newsBanner .top {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
}

.newsPageContainer .newsBanner .bot {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
}

.newsPageContainer .newsBanner .bannerbg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* L'immagine coprirà l'intero div mantenendo le proporzioni */
  -o-object-position: center;
     object-position: center;
  /* Centra l'immagine nel contenitore */
  position: absolute;
}

.newsPageContainer .production {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1024px;
  gap: 20px;
}

.newsPageContainer .production .prod {
  height: 300px;
  width: 300px;
  overflow: hidden;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.newsPageContainer .production .prod img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* L'immagine coprirà l'intero div mantenendo le proporzioni */
  -o-object-position: center;
     object-position: center;
  /* Centra l'immagine nel contenitore */
  position: absolute;
  z-index: 0;
}

.newsPageContainer .production .prod a {
  margin-top: 20px;
  height: 2rem;
  z-index: 1;
  background-color: #da632f;
  color: white;
  border-radius: 100px;
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.splash {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: #f4f1e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100000;
  opacity: 1;
  -webkit-transition: 300ms;
  transition: 300ms;
  /* Animazione per scrivere e cancellare */
}

.splash img {
  height: 70px;
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
}

.splash .splashText {
  font-size: 2rem;
  white-space: nowrap;
  /* Evita la rottura del testo */
  border-right: 2px solid black;
  /* Cursore tipo macchina da scrivere */
  width: 0;
  overflow: hidden;
  -webkit-animation: typing 4s steps(12, end) infinite alternate, blink-caret 0.75s step-end infinite;
          animation: typing 4s steps(12, end) infinite alternate, blink-caret 0.75s step-end infinite;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 12ch;
  }
  100% {
    width: 0;
  }
}

@keyframes typing {
  0% {
    width: 0;
  }
  50% {
    width: 12ch;
  }
  100% {
    width: 0;
  }
}

@-webkit-keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}

@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}

/* Classe per disabilitare lo scroll */
.no-scroll {
  height: 100%;
  overflow-y: hidden;
}

.wc-block-grid__product-add-to-cart {
  display: none;
}

.wpcf7-form-control-wrap {
  width: 100% !important;
}

.wpcf7-form-control-wrap span {
  width: 100% !important;
}

.wpcf7-form-control-wrap span a {
  color: #533835;
  font-weight: 500;
}

#page,
html {
  overflow-x: hidden;
}

font {
  font-size: inherit;
}

.not-found-container {
  height: 60vh;
  height: 60svh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.not-found-container .msgWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}

.not-found-container .msgWrapper .emoji {
  height: 100px;
}

.not-found-container .msgWrapper .notFoundText {
  font-size: 1.5rem;
  font-weight: bold;
}

.not-found-container .msgWrapper .notFondCTA {
  background-color: blue;
  color: white;
  border-radius: 5px;
  padding: 1rem 2rem;
}

.wc-block-grid__product-title {
  color: #533835 !important;
}

.prod_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column!important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

.prod_slide, .pw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  width: 100%;
}

.slide-btn {
  /* position: absolute; */
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #197278;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  font-size: 20px;
}

.left-btn {
  left: 10px;
}

.right-btn {
  right: 10px;
}
/*# sourceMappingURL=style.css.map */


.prod_slide{
  width: 700px;
}


.prod-commands{
  position: absolute;
  bottom: 10px;
  left:50%;
  transform: translate(-50%,0);
  justify-content: space-between;
  align-items: center;
}


.prod_slide {
  display: flex;
  transition: transform 0.3s ease-in-out;
  transform: translateX(0);
}

/* Stile delle immagini */
/* .prodotto {
  width: calc(33.333% - 10px);
  margin: 0 5px;
  height: auto;
} */

/* Pulsanti */
.prod-commands {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.prod-commands button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}




.carousel-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.carousel {
  overflow: hidden;
  width: 100%;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item-2 {
  min-width: 100%;

  justify-content: center;
  flex-shrink: 0;
}

.prodotto {
  max-width: 30%;
  transition: transform 0.3s ease;
}

.prodotto:hover {
  transform: scale(1.1);
}

.carousel-button {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  cursor: pointer;
  font-size: 2rem;
  padding: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  user-select: none;
}

.carousel-button.prev {
  left: 10px;
}

.carousel-button.next {
  right: 10px;
}

.carousel-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
