/** Shopify CDN: Minification failed

Line 743:0 Unexpected "}"
Line 946:0 Expected "}" to go with "{"

**/
@media (max-width: 768px) {
/* === FORM NEWSLETTER === */
.newsletter-card {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-input {
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  width: 100%;
}
.form-submit {
  padding: 0.8rem;
  background: #29a267;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.form-success {
  display: none;
  margin-top: 1.5rem;
  background: #e6fff0;
  color: #1a7f55;
  padding: 1rem;
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
}

/* === HEADER DESKTOP === */
.cs-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100;
}
.cs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs-logo {
  max-height: 60px;
  height: auto;
  width: auto;
  object-fit: contain;
  display: block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

/* === NAVIGATION === */
.cs-nav {
  display: none;
  flex-direction: column;
  background: #fff;
  padding: 1.5rem 2rem;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 500px;
  z-index: 99;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  text-align: center;
}
.cs-nav.active {
  display: flex;
  opacity: 1;
  max-height: 300px;
}
.cs-nav a {
  text-decoration: none;
  color: #155e3d;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0.8rem 0;
  border-bottom: 2px solid transparent;
  transition: border 0.3s, color 0.3s;
}
.cs-nav a:hover {
  border-bottom: 2px solid #f15c22;
}

/* === HEADER MOBILE === */
.cs-mobile-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.5rem;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.cs-mobile-layout > * {
  display: flex;
  align-items: center;
}
.cs-cta {
  color: #155e3d;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: right;
}

/* === TOGGLE BUTTON WITH ICON SWAP === */
.cs-toggle {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: none;
  border: none;
  color: #155e3d;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  appearance: none;
  outline: none;
  box-shadow: none;
}
.cs-toggle:focus,
.cs-toggle:focus-visible,
.cs-toggle:active {
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
.cs-toggle::-moz-focus-inner {
  border: 0 !important;
}
.cs-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  line-height: 1;
  pointer-events: none;
}
.cs-icon--hamburger {
  opacity: 1;
  font-size: 2.8rem;
  color: #155e3d;
}
.cs-icon--close {
  opacity: 0;
  font-size: 3.3rem;
  color: #f15c22;
}
.cs-toggle.active .cs-icon--hamburger {
  opacity: 0;
}
.cs-toggle.active .cs-icon--close {
  opacity: 1;
}

/* === SECTIONS === */
.cs-section {
  padding: 5rem 2rem;
  text-align: center;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .cs-container {
    flex-direction: column;
    align-items: stretch;
  }

  .cs-toggle {
    display: flex;
  }

  .cs-mobile-layout {
    display: flex;
  }

  .cs-nav {
    display: none;
  }

  .cs-nav.active {
    display: flex;
  }
}

/* === DESKTOP OVERRIDE === */
@media (min-width: 769px) {
  .cs-mobile-layout {
    display: none;
  }

  .cs-nav {
    display: flex !important;
    flex-direction: row;
    gap: 2rem;
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin-top: 0;
    opacity: 1;
    max-height: none;
    position: static;
    box-shadow: none;
  }
}

/* === PREVENZIONE TAGLI === */
.cs-header,
.cs-container,
.cs-mobile-layout {
  overflow: visible;
}

/* === FORZATURA: niente angoli arrotondati === */
.cs-logo,
.cs-toggle,
.cs-cta {
  border-radius: 0 !important;
}

html {
  scroll-behavior: smooth;
}

.partner-slider {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  padding: 2rem 0;
  background: #fff;
  overflow: hidden;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* 👇 Maschere ai bordi per nascondere la fine/inizio del loop */
.partner-slider::before,
.partner-slider::after {
  content: '';
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.partner-slider::before {
  left: 0;
  background: linear-gradient(to right, white 0%, transparent 100%);
}

.partner-slider::after {
  right: 0;
  background: linear-gradient(to left, white 0%, transparent 100%);
}

/* LOOP SCORRIMENTO CONTINUO */
.slide-track {
  display: flex;
  width: fit-content;
  animation: scroll-loop 40s linear infinite;
}

.slide {
  flex-shrink: 0;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

.slide img {
  max-height: 60px;
  max-width: 120px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease;
}

.slide img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

@keyframes scroll-loop {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* RESPONSIVE spacing */
@media (max-width: 768px) {
  .slide {
    width: 150px;
    padding: 0 0.5rem;
  }

  .slide img {
    max-height: 50px;
    max-width: 100px;
  }
}

.partner-slider,
.partner-slider * {
  border-radius: 0 !important;
  box-shadow: none !important;
}


}

/* Nascondi il logo desktop nei dispositivi mobili */
.cs-desktop-logo {
  display: none;
}

/* Mostra solo il logo mobile */
.cs-mobile-logo {
  display: block;
}

/* Quando siamo su desktop (>= 769px), inverti visibilità */
@media (min-width: 769px) {
  .cs-desktop-logo {
    display: block;
  }

  .cs-mobile-logo {
    display: none;
  }
}
.hero-section {
  background: #fdfcf8;
  padding: 2rem 2rem 3rem;
  text-align: center;
}

.hero-inner {
  max-width: 800px;
  margin: 0 auto;
}

.hero-title {
  font-size: 3rem;
  font-weight: 600;
  color: #155e3d;
  margin-bottom: 2rem;
  line-height: 1.3;
}

.hero-subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.hero-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.hero-input {
  padding: 1rem 1.2rem;
  width: 100%;
  max-width: 440px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1.1rem;
}

.hero-button {
  padding: 1rem 2rem;
  width: 100%;
  max-width: 440px;
  background-color: #29a267;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.15rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.hero-button:hover {
  background-color: #218655;
}

.hero-success {
  display: none;
  margin-top: 1.8rem;
  background: #e6fff0;
  color: #1a7f55;
  padding: 1.2rem;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  font-size: 1rem;
}

.hero-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 440px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.hero-checkbox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #555;
  margin-top: 1rem;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
}

.hero-checkbox input[type="checkbox"] {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.checkbox-label {
  flex: 1;
  word-break: break-word;
}

.checkbox-label a {
  color: #155e3d;
  text-decoration: underline;
  font-weight: 600;
  white-space: nowrap;
}



.why-foodly-section {
  background: #fdfcf8;
  padding: 4rem 2rem;
  text-align: center;
}

.why-title {
  font-size: 3rem;
  font-weight: 600;
  color: #155e3d;
  margin-bottom: 3rem;
}

.why-cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.why-card {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.why-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.why-heading {
  font-size: 1.7rem;
  font-weight: 700;
  color: #155e3d;
  margin-bottom: 0.5rem;
}

.why-text {
  font-size: 1.3rem;
  color: #333;
  line-height: 1.6;
}

@media (min-width: 769px) {
  .why-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.quote-section {
  background: #155e3d;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 2rem 2rem 2rem;
  text-align: center;
}

.quote-icon {
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 0.1rem;
  line-height: 1;
}

.quote-text {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  font-style: italic;
  line-height: 1.6;
}

.slider-title-section {
  background: #ffffff;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 3rem 2rem 1rem;
  text-align: center;
  box-sizing: border-box;
}


.slider-title {
  font-size: 3rem;
  font-weight: 600;
  color: #155e3d;
  margin-bottom: 1rem;
}

.slider-subtitle {
  font-size: 1.5rem;
  color: #444;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.slider-description {
  font-size: 1.5rem;
  color: #333;
  max-width: 800px;
  margin: 1.5rem auto 2rem;
  line-height: 1.6;
  text-align: center;
  padding: 0 1rem;
}

.slider-description p {
  margin-bottom: 1.2rem;
}

.slider-separator {
  border: none;
  height: 1px;
  background-color: #ccc;
  max-width: 200px;
  margin: 3rem auto;
  opacity: 0.5;
}

.slider-subtitle-title {
  font-size: 3rem;
  font-weight: 600;
  color: #155e3d;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}


.features-section {
  background: #fdfcf8;
  padding: 4rem 2rem;
  text-align: center;
}

.features-title {
  font-size: 3rem;
  font-weight: 600;
  color: #155e3d;
  margin-bottom: 2.5rem;
}

.features-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

.feature-item {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.feature-icon {
  font-size: 2.2rem;
}

.feature-text {
  font-size: 1.3rem;
  color: #333;
  font-weight: 500;
  line-height: 1.4;
}

.cta-section {
  background: #f15c22;
  padding: 5rem 2rem;
  text-align: center;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.cta-inner {
  max-width: 700px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  background: #ffffff;
  padding: 3rem 2rem;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.cta-title {
  font-size: 3rem;
  font-weight: 600;
  color: #155e3d;
  margin-bottom: 1rem;
}

.cta-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: #155e3d;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.cta-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.cta-input {
  padding: 1rem;
  width: 100%;
  max-width: 420px;
  font-size: 1.1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
}

.cta-button {
  padding: 1rem;
  background-color: #29a267;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
  max-width: 420px;
}

}

.cta-button:hover {
  background-color: #218655;
}

.cta-note {
  font-size: 1.3rem;
  color: #155e3d;
  margin-top: 1rem;
}

.cta-success {
  display: none;
  margin-top: 1.5rem;
  background: #e6fff0;
  color: #1a7f55;
  padding: 1rem;
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
}

.cta-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 1rem;
  color: #555;
  text-align: left;
  margin-top: 1rem;
  max-width: 420px;
}

.cta-checkbox input[type="checkbox"] {
  margin-top: 0.3rem;
}

.checkbox-label a {
  color: #155e3d;
  text-decoration: underline;
  font-weight: 500;
}



.instagram-section {
  background: #fdfcf8;
  padding: 4rem 2rem 2rem;
  text-align: center;
}

.instagram-title {
  font-size: 3rem;
  font-weight: 600;
  color: #155e3d;
  margin-bottom: 0.5rem;
}

.instagram-subtitle {
  font-size: 1.5rem;
  color: #555;
  margin-bottom: 2rem;
}

.privacy-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.privacy-modal-content {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.privacy-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: #999;
}

.privacy-modal-content h2 {
  color: #155e3d;
  margin-bottom: 1rem;
}

.privacy-modal-body p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.contact-section {
  background-color: #155e3d;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 4rem 2rem;
  text-align: center;
  box-sizing: border-box;
}


.contact-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #f15c22;
  margin-bottom: 1.5rem;
}

.contact-email {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 2rem;
}

.contact-email a {
  color: #ffffff;
  font-weight: 500;
  text-decoration: underline;
}

.contact-follow {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #ffffff;
}

.contact-socials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 1.4rem;
}

.contact-socials a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.contact-socials a:hover {
  color: #f15c22;
}

.contact-socials a i {
  margin-right: 0.5rem;
  font-size: 1.3em;
  vertical-align: middle;
}

.contact-email i {
  margin-right: 0.5rem;
  font-size: 1.2em;
  color: #ffffff;
  vertical-align: middle;

.custom-success-box {
  background: #e6fff0;
  color: #1a7f55;
  border-left: 6px solid #29a267;
  padding: 1.5rem;
  border-radius: 10px;
  font-size: 1.05rem;
  font-weight: 500;
  margin: 2rem auto;
  max-width: 600px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.custom-success-box strong {
  display: block;
  margin-top: 0.5rem;
  font-weight: 700;
  color: #1a7f55;
}
