/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* =========================================================
   FABER ORGANIC — CSS MASTER DEFINITIVO
   Versione consolidata e ripulita del progetto.
   Nessun override template WooCommerce.
   Include:
   1) Sticky Add to Cart
   2) Rassicurazioni dinamiche
   3) Intro editoriale PDP
   4) Attivi chiave PDP
   5) Formula / Ingredienti / wrapper sections
   6) Rituale editoriale a step
   7) Nella stessa routine
   8) Recensioni
   9) FAQ
   10) PDP Tools
   11) Cart
   12) Free Shipping
   13) Bag Icons
   14) Checkout classico Avada
   15) Checkout coupon bar
   16) Rivista / Home editoriale
   17) Rivista / Archive categorie
   18) Rivista / Single Article
   19) Newsletter popup / modal
   ========================================================= */

/* =========================================================
   0) TOKENS
   ========================================================= */

:root {
  --faber-sticky-bg: rgba(255, 255, 255, 0.96);
  --faber-sticky-border: rgba(0, 0, 0, 0.08);
  --faber-sticky-shadow: 0 -8px 24px rgba(0, 0, 0, 0.04);
  --faber-sticky-btn-bg: #115740;
  --faber-sticky-btn-text: #ffffff;

  /* Fasce di sicurezza per widget flottanti */
  --faber-sticky-safe-right-tablet: 72px;
  --faber-sticky-safe-left-mobile: 52px;
  --faber-sticky-safe-right-mobile: 76px;

  /* Sistema tipografico PDP */
  --faber-text-heading: #1f241f;
  --faber-text-body: #1f1f1f;
  --faber-text-body-soft: #2b2f2b;
  --faber-text-muted: #5c645c;
  --faber-text-meta: #6f756c;
  --faber-text-accent: #8a7756;

  --faber-border-soft: rgba(31, 36, 31, 0.10);
  --faber-border-softer: rgba(31, 36, 31, 0.07);

  --faber-note-bg: #fafaf7;
  --faber-note-border: rgba(17, 87, 64, 0.10);

  --faber-surface-soft: #fafaf7;
  --faber-shadow-image: 0 14px 28px rgba(20, 24, 20, 0.05);
}

/* =========================================================
   1) STICKY ADD TO CART
   ========================================================= */

.faber-sticky-atc {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.28s ease, opacity 0.28s ease;
  background: var(--faber-sticky-bg);
  border-top: 1px solid var(--faber-sticky-border);
  box-shadow: var(--faber-sticky-shadow);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding-bottom: env(safe-area-inset-bottom);
}

.faber-sticky-atc.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.faber-sticky-atc__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 12px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.faber-sticky-atc__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1 1 auto;
}

.faber-sticky-atc__thumb {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.03);
}

.faber-sticky-atc__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.faber-sticky-atc__text {
  display: flex;
  align-items: baseline;
  gap: 12px;
  min-width: 0;
  flex-wrap: wrap;
}

.faber-sticky-atc__name {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  color: #111111;
}

.faber-sticky-atc__price,
.faber-sticky-atc__price .price {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #111111;
}

.faber-sticky-atc__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

/* Quantità — desktop / tablet */
.faber-sticky-atc__qty-wrap {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  flex: 0 0 auto !important;
  min-height: 38px !important;
  height: 38px !important;
  border: 1px solid rgba(0, 0, 0, 0.10) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-sizing: border-box !important;
}

.faber-sticky-atc__qty-btn {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  background: transparent !important;
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
  min-height: 38px !important;
  height: 38px !important;
  line-height: 38px !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: 0 0 32px !important;
  cursor: pointer !important;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #1b1b1b !important;
  text-align: center !important;
  box-shadow: none !important;
}

.faber-sticky-atc__qty-btn:hover {
  background: rgba(0, 0, 0, 0.03) !important;
}

.faber-sticky-atc__qty-input {
  appearance: textfield !important;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
  width: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
  min-height: 38px !important;
  height: 38px !important;
  line-height: 38px !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: 0 0 28px !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-left: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.07) !important;
  background: transparent !important;
  text-align: center !important;
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #1b1b1b !important;
  box-shadow: none !important;
  outline: none !important;
}

.faber-sticky-atc__qty-input::-webkit-outer-spin-button,
.faber-sticky-atc__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.faber-sticky-atc__button {
  appearance: none;
  border: 0;
  cursor: pointer;
  min-height: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 8px;
  background: var(--faber-sticky-btn-bg);
  color: var(--faber-sticky-btn-text);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.faber-sticky-atc__button:hover {
  opacity: 0.95;
}

.faber-sticky-atc__button.is-loading {
  opacity: 0.7;
  cursor: wait;
}

body.single-product #wrapper {
  padding-bottom: 80px;
}

/* =========================================================
   2) RASSICURAZIONI DINAMICHE
   ========================================================= */

.faber-reassurances {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
}

.faber-reassurance {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: start;
  margin: 0;
}

.faber-reassurance__icon {
  width: 44px;
  height: 44px;
  color: #1b1b1b;
}

.faber-reassurance__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.faber-reassurance__content {
  min-width: 0;
}

.faber-reassurance__title {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 4px;
  color: #111111;
}

.faber-reassurance__text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  color: #1f1f1f;
}

/* =========================================================
   3) INTRO EDITORIALE PDP
   ========================================================= */

.faber-pdp-intro.faber-pdp-section {
  background: #ffffff;
  padding: 72px 0 28px;
}

.faber-pdp-intro .faber-pdp-readable {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.faber-pdp-eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--faber-text-meta);
}

.faber-pdp-intro__title {
  margin: 0 0 16px;
  font-family: "Source Serif 4", serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--faber-text-heading);
}

.faber-pdp-intro__text,
.faber-pdp-intro__text p {
  color: var(--faber-text-body);
}

.faber-pdp-intro__text p {
  margin: 0 0 12px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.78;
}

.faber-pdp-intro__text p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   4) ATTIVI CHIAVE PDP
   ========================================================= */

.faber-key-actives.faber-pdp-section {
  background: #ffffff;
  padding: 28px 0 72px;
}

.faber-key-actives__head,
.faber-key-actives__list {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.faber-key-actives__head {
  margin-bottom: 28px;
}

.faber-key-actives__title {
  margin: 0 0 14px;
  font-family: "Source Serif 4", serif;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--faber-text-heading);
}

.faber-key-actives__intro,
.faber-key-actives__intro p {
  color: var(--faber-text-body);
}

.faber-key-actives__intro p {
  margin: 0 0 12px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.78;
}

.faber-key-actives__intro p:last-child {
  margin-bottom: 0;
}

.faber-key-active {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(360px, 520px);
  justify-content: center;
  align-items: center;
  column-gap: clamp(24px, 3.4vw, 44px);
  row-gap: 14px;
  margin: 0 0 12px;
}

.faber-key-active:last-child {
  margin-bottom: 0;
}

.faber-key-active--reverse {
  grid-template-columns: minmax(360px, 520px) minmax(260px, 320px);
}

.faber-key-active--reverse .faber-key-active__media {
  order: 2;
}

.faber-key-active--reverse .faber-key-active__content {
  order: 1;
}

.faber-key-active__media {
  width: 100%;
}

.faber-key-active__figure {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.faber-key-active__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.faber-key-active__content {
  width: 100%;
  max-width: 520px;
}

.faber-key-active__benefit {
  margin: 0 0 8px;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--faber-text-accent);
}

.faber-key-active__name {
  margin: 0 0 5px;
  font-family: "Source Serif 4", serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--faber-text-heading);
}

.faber-key-active__subtitle {
  margin: 0 0 12px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--faber-text-muted);
}

.faber-key-active__text,
.faber-key-active__text p {
  color: var(--faber-text-body);
}

.faber-key-active__text p {
  margin: 0 0 10px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.78;
}

.faber-key-active__text p:last-child {
  margin-bottom: 0;
}

.faber-key-actives--focus .faber-key-actives__head {
  margin-bottom: 34px;
}

.faber-key-actives--focus .faber-key-active {
  grid-template-columns: minmax(260px, 320px) minmax(360px, 520px);
  justify-content: center;
  column-gap: clamp(24px, 3.4vw, 44px);
  margin-bottom: 0;
}

.faber-key-actives--focus .faber-key-active__figure {
  max-width: 300px;
}

.faber-key-active--monochrome .faber-key-active__figure {
  filter: grayscale(100%);
}

.faber-key-active--botanical .faber-key-active__figure {
  filter: none;
}

/* =========================================================
   5) FORMULA / INGREDIENTI / WRAPPER SECTIONS
   ========================================================= */

.faber-formula.faber-pdp-section,
.faber-ingredients.faber-pdp-section,
.faber-ritual.faber-pdp-section,
.faber-same-routine.faber-pdp-section,
.faber-reviews.faber-pdp-section,
.faber-faq.faber-pdp-section {
  background: #ffffff;
}

.faber-formula.faber-pdp-section {
  padding: 0 0 28px;
}

.faber-ingredients.faber-pdp-section {
  padding: 0 0 28px;
}

.faber-ritual.faber-pdp-section {
  padding: 8px 0 40px;
}

.faber-same-routine.faber-pdp-section {
  padding: 8px 0 72px;
}

.faber-reviews.faber-pdp-section {
  padding: 8px 0 56px;
}

.faber-faq.faber-pdp-section {
  padding: 8px 0 72px;
}

.faber-pdp-section__inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.faber-pdp-section__header {
  max-width: 760px;
  margin-bottom: 24px;
}

.faber-section-eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--faber-text-meta);
}

.faber-section-title {
  margin: 0;
  font-family: "Source Serif 4", serif;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--faber-text-heading);
}

.faber-section-copy {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.78;
  color: var(--faber-text-body);
}

.faber-section-copy p,
.faber-formula__note-inner p,
.faber-ingredients__inci p,
.faber-ingredients__note p,
.faber-same-routine__intro p,
.faber-ritual-step__text p,
.faber-faq__answer p {
  margin: 0 0 12px;
}

.faber-section-copy p:last-child,
.faber-formula__note-inner p:last-child,
.faber-ingredients__inci p:last-child,
.faber-ingredients__note p:last-child,
.faber-same-routine__intro p:last-child,
.faber-ritual-step__text p:last-child,
.faber-faq__answer p:last-child {
  margin-bottom: 0;
}

/* Formula */

.faber-formula__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.72fr);
  gap: 34px;
  align-items: start;
}

.faber-formula__copy {
  max-width: 760px;
}

.faber-formula__note {
  align-self: start;
}

.faber-formula__note-inner {
  padding: 24px;
  border: 1px solid var(--faber-note-border);
  border-radius: 22px;
  background: var(--faber-note-bg);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.72;
  color: var(--faber-text-body-soft);
}

/* Ingredienti */

.faber-ingredients__panel {
  max-width: 920px;
  padding-top: 18px;
  border-top: 1px solid var(--faber-border-soft);
}

.faber-ingredients__inci {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.82;
  color: var(--faber-text-body);
  word-break: break-word;
}

.faber-ingredients__note {
  margin-top: 18px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.68;
  color: var(--faber-text-muted);
}

/* =========================================================
   6) RITUALE EDITORIALE A STEP
   ========================================================= */

.faber-ritual__intro {
  max-width: 720px;
  margin-bottom: 26px;
}

.faber-ritual-steps {
  display: grid;
  gap: 22px;
}

.faber-ritual-step {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding-top: 22px;
  border-top: 1px solid var(--faber-border-soft);
}

.faber-ritual-step__media {
  width: 100%;
}

.faber-ritual-step__figure {
  width: 100%;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.faber-ritual-step__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.faber-ritual-step__content {
  min-width: 0;
  max-width: 620px;
}

.faber-ritual-step__number {
  margin: 0 0 8px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #115740;
}

.faber-ritual-step__title {
  margin: 0 0 10px;
  font-family: "Source Serif 4", serif;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--faber-text-heading);
}

.faber-ritual-step__text {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.76;
  color: var(--faber-text-body);
}

/* =========================================================
   7) NELLA STESSA ROUTINE
   ========================================================= */

.faber-same-routine__header {
  max-width: 760px;
}

.faber-same-routine__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 24px;
  align-items: start;
}

.faber-same-routine--three .faber-same-routine__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faber-same-routine__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.faber-same-routine__media {
  display: block;
  text-decoration: none;
}

.faber-same-routine__figure {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  overflow: hidden;
  background: var(--faber-surface-soft);
  box-shadow: var(--faber-shadow-image);
}

.faber-same-routine__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faber-same-routine__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding-top: 18px;
}

.faber-same-routine__label {
  margin: 0 0 8px;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--faber-text-accent);
}

.faber-same-routine__name {
  margin: 0 0 6px;
  font-family: "Source Serif 4", serif;
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--faber-text-heading);
}

.faber-same-routine__name a {
  color: inherit;
  text-decoration: none;
}

.faber-same-routine__name a:hover {
  opacity: 0.88;
}

.faber-same-routine__subtitle {
  margin: 0 0 14px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--faber-text-muted);
}

.faber-same-routine__note {
  margin: 0 0 16px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.68;
  color: var(--faber-text-body);
}

.faber-same-routine__price,
.faber-same-routine__price .price {
  margin: 0 0 14px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--faber-text-heading);
}

.faber-same-routine__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-top: auto;
  padding-top: 4px;
}

.faber-same-routine__link {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #115740;
  text-decoration: none;
}

.faber-same-routine__link:hover {
  text-decoration: underline;
}

.faber-same-routine__add {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(17, 87, 64, 0.18);
  border-radius: 999px;
  background: transparent;
  color: #115740;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  box-shadow: none;
}

.faber-same-routine__add:hover {
  background: rgba(17, 87, 64, 0.04);
  color: #115740;
}

/* =========================================================
   7.1) CORREZIONE SPAZIO TITOLO / TESTO
   Same Routine + Reviews + FAQ
   ========================================================= */

.faber-same-routine__header .faber-section-title,
.faber-reviews__header .faber-section-title,
.faber-faq__header .faber-section-title {
  margin: 0 0 16px;
}

.faber-same-routine__header .faber-same-routine__intro,
.faber-reviews__header .faber-section-copy,
.faber-reviews__header .faber-reviews__intro,
.faber-faq__header .faber-section-copy,
.faber-faq__header .faber-faq__intro {
  margin-top: 0;
}

.faber-same-routine__header .faber-same-routine__intro p:first-child,
.faber-reviews__header .faber-section-copy p:first-child,
.faber-reviews__header .faber-reviews__intro p:first-child,
.faber-faq__header .faber-section-copy p:first-child,
.faber-faq__header .faber-faq__intro p:first-child {
  margin-top: 0;
}

/* =========================================================
   8) RECENSIONI
   ========================================================= */

.faber-reviews__header {
  max-width: 760px;
}

.faber-reviews__link-wrap {
  margin-top: 18px;
}

.faber-reviews__link {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #115740;
  text-decoration: none;
}

.faber-reviews__link:hover {
  text-decoration: underline;
}

.faber-reviews__body {
  margin-top: 8px;
}

.faber-reviews__body .woocommerce-Reviews {
  margin: 0;
}

.faber-reviews__body .woocommerce-Reviews-title {
  display: none;
}

.faber-reviews__body #reviews {
  margin: 0;
  padding: 0;
}

.faber-reviews__body .commentlist,
.faber-reviews__body ol.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faber-reviews__body ol.commentlist li {
  margin: 0;
  padding: 26px 0;
  border-top: 1px solid var(--faber-border-soft);
}

.faber-reviews__body ol.commentlist li:last-child {
  border-bottom: 1px solid var(--faber-border-soft);
}

.faber-reviews__body .comment_container {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.faber-reviews__body .avatar {
  width: 56px !important;
  height: 56px !important;
  border-radius: 50%;
  border: 0 !important;
  box-shadow: none !important;
}

.faber-reviews__body .meta {
  margin: 0 0 8px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: var(--faber-text-muted);
}

.faber-reviews__body .meta strong,
.faber-reviews__body .meta b {
  color: var(--faber-text-heading);
  font-weight: 600;
}

.faber-reviews__body .description,
.faber-reviews__body .description p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.74;
  color: var(--faber-text-body);
}

.faber-reviews__body .description p {
  margin: 0 0 10px;
}

.faber-reviews__body .description p:last-child {
  margin-bottom: 0;
}

.faber-reviews__body .star-rating,
.faber-reviews__body .stars {
  margin-bottom: 10px;
}

.faber-reviews__body .woocommerce-noreviews,
.faber-reviews__body .woocommerce-review-link,
.faber-reviews__body .woocommerce-Reviews .woocommerce-review-link {
  font-family: "Inter", sans-serif;
}

.faber-reviews__body #review_form_wrapper {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid var(--faber-border-soft);
}

.faber-reviews__body .comment-reply-title,
.faber-reviews__body #reply-title {
  display: block;
  margin: 0 0 18px;
  font-family: "Source Serif 4", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--faber-text-heading);
}

.faber-reviews__body .comment-form-rating label,
.faber-reviews__body .comment-form-author label,
.faber-reviews__body .comment-form-email label,
.faber-reviews__body .comment-form-comment label {
  display: block;
  margin-bottom: 6px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--faber-text-muted);
}

.faber-reviews__body input[type="text"],
.faber-reviews__body input[type="email"],
.faber-reviews__body textarea {
  width: 100%;
  border: 1px solid var(--faber-border-softer);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: none;
  padding: 12px 14px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--faber-text-body);
}

.faber-reviews__body textarea {
  min-height: 140px;
  resize: vertical;
}

.faber-reviews__body input[type="text"]:focus,
.faber-reviews__body input[type="email"]:focus,
.faber-reviews__body textarea:focus {
  outline: none;
  border-color: rgba(17, 87, 64, 0.22);
}

.faber-reviews__body .form-submit {
  margin-top: 18px;
}

.faber-reviews__body .submit,
.faber-reviews__body button,
.faber-reviews__body input[type="submit"] {
  appearance: none;
  border: 0;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: #115740;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
  box-shadow: none;
  cursor: pointer;
}

.faber-reviews__body .submit:hover,
.faber-reviews__body button:hover,
.faber-reviews__body input[type="submit"]:hover {
  opacity: 0.94;
}

/* =========================================================
   9) FAQ
   ========================================================= */

.faber-faq__header {
  max-width: 760px;
}

.faber-faq__items {
  display: grid;
  gap: 0;
}

.faber-faq__item {
  border-top: 1px solid var(--faber-border-soft);
}

.faber-faq__item:last-child {
  border-bottom: 1px solid var(--faber-border-soft);
}

.faber-faq__question {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px;
  gap: 18px;
  align-items: center;
  padding: 20px 0;
}

.faber-faq__question::-webkit-details-marker {
  display: none;
}

.faber-faq__question-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--faber-text-heading);
}

.faber-faq__icon {
  position: relative;
  width: 20px;
  height: 20px;
}

.faber-faq__icon::before,
.faber-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: #115740;
  transform: translate(-50%, -50%);
}

.faber-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.2s ease;
}

.faber-faq__item[open] .faber-faq__icon::after {
  opacity: 0;
}

.faber-faq__answer {
  padding: 0 0 22px;
  max-width: 760px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.74;
  color: var(--faber-text-body);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {
  .faber-sticky-atc__inner {
    max-width: 900px;
    padding: 12px calc(24px + var(--faber-sticky-safe-right-tablet)) 12px 24px;
    gap: 12px;
  }

  .faber-sticky-atc__thumb {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .faber-sticky-atc__name,
  .faber-sticky-atc__price,
  .faber-sticky-atc__price .price {
    font-size: 14px;
  }

  .faber-sticky-atc__qty-wrap {
    min-height: 36px !important;
    height: 36px !important;
  }

  .faber-sticky-atc__qty-btn {
    width: 30px !important;
    min-width: 30px !important;
    max-width: 30px !important;
    min-height: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    flex: 0 0 30px !important;
    font-size: 15px !important;
  }

  .faber-sticky-atc__qty-input {
    width: 26px !important;
    min-width: 26px !important;
    max-width: 26px !important;
    min-height: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    flex: 0 0 26px !important;
    font-size: 12px !important;
  }

  .faber-sticky-atc__button {
    min-height: 38px;
    height: 38px;
    line-height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  body.single-product #wrapper {
    padding-bottom: 76px;
  }

  .faber-reassurances {
    gap: 16px;
  }

  .faber-reassurance {
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }

  .faber-reassurance__icon {
    width: 42px;
    height: 42px;
  }

  .faber-reassurance__text {
    font-size: 13.5px;
  }

  .faber-pdp-intro.faber-pdp-section {
    padding: 60px 0 24px;
  }

  .faber-key-actives.faber-pdp-section {
    padding: 24px 0 60px;
  }

  .faber-key-actives__head {
    margin-bottom: 24px;
  }

  .faber-key-active,
  .faber-key-actives--focus .faber-key-active {
    grid-template-columns: 1fr;
    justify-content: initial;
    row-gap: 12px;
    margin-bottom: 18px;
  }

  .faber-key-active__figure,
  .faber-key-actives--focus .faber-key-active__figure {
    max-width: 280px;
  }

  .faber-key-active__content,
  .faber-key-actives--focus .faber-key-active__content {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .faber-key-active--reverse .faber-key-active__media,
  .faber-key-active--reverse .faber-key-active__content {
    order: initial;
  }

  .faber-formula.faber-pdp-section {
    padding: 0 0 24px;
  }

  .faber-ingredients.faber-pdp-section {
    padding: 0 0 24px;
  }

  .faber-ritual.faber-pdp-section {
    padding: 6px 0 28px;
  }

  .faber-same-routine.faber-pdp-section {
    padding: 6px 0 60px;
  }

  .faber-reviews.faber-pdp-section {
    padding: 6px 0 44px;
  }

  .faber-faq.faber-pdp-section {
    padding: 6px 0 60px;
  }

  .faber-pdp-section__header {
    margin-bottom: 22px;
  }

  .faber-formula__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .faber-formula__copy,
  .faber-ingredients__panel {
    max-width: none;
  }

  .faber-formula__note-inner {
    padding: 22px 20px;
  }

  .faber-ritual-step {
    grid-template-columns: minmax(130px, 180px) minmax(0, 1fr);
    gap: 22px;
  }

  .faber-ritual-step__figure {
    max-width: 180px;
  }

  .faber-same-routine__grid,
  .faber-same-routine--three .faber-same-routine__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faber-same-routine__header .faber-section-title,
  .faber-reviews__header .faber-section-title,
  .faber-faq__header .faber-section-title {
    margin-bottom: 15px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .faber-sticky-atc {
    bottom: 0;
  }

  .faber-sticky-atc__inner {
    max-width: none;
    padding:
      10px
      calc(14px + var(--faber-sticky-safe-right-mobile))
      10px
      calc(14px + var(--faber-sticky-safe-left-mobile));
    gap: 10px;
    align-items: center;
  }

  .faber-sticky-atc__meta {
    gap: 8px;
    min-width: 0;
    flex: 1 1 auto;
  }

  .faber-sticky-atc__thumb {
    display: none;
  }

  .faber-sticky-atc__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
    flex: 1 1 auto;
    flex-wrap: nowrap;
  }

  .faber-sticky-atc__name {
    font-size: 13px;
    line-height: 1.24;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .faber-sticky-atc__price,
  .faber-sticky-atc__price .price {
    font-size: 13px;
    line-height: 1.2;
  }

  .faber-sticky-atc__actions {
    gap: 8px;
    flex: 0 0 auto;
  }

  .faber-sticky-atc__qty-wrap {
    display: none !important;
  }

  .faber-sticky-atc__button {
    min-height: 38px;
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    font-size: 12px;
    border-radius: 8px;
  }

  body.single-product #wrapper {
    padding-bottom: 74px;
  }

  .faber-reassurances {
    gap: 16px;
  }

  .faber-reassurance {
    grid-template-columns: 36px 1fr;
    gap: 13px;
  }

  .faber-reassurance__icon {
    width: 36px;
    height: 36px;
  }

  .faber-reassurance__title {
    font-size: 15px;
    margin-bottom: 3px;
  }

  .faber-reassurance__text {
    font-size: 13.5px;
    line-height: 1.5;
  }

  .faber-pdp-intro.faber-pdp-section {
    padding: 48px 0 20px;
  }

  .faber-key-actives.faber-pdp-section {
    padding: 20px 0 48px;
  }

  .faber-pdp-intro .faber-pdp-readable,
  .faber-key-actives__head,
  .faber-key-actives__list,
  .faber-pdp-section__inner {
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .faber-pdp-intro__title,
  .faber-key-actives__title,
  .faber-section-title {
    font-size: 32px;
    line-height: 1.12;
  }

  .faber-pdp-intro__title,
  .faber-key-actives__title {
    margin-bottom: 12px;
  }

  .faber-pdp-intro__text p,
  .faber-key-actives__intro p,
  .faber-key-active__text p,
  .faber-section-copy,
  .faber-section-copy p,
  .faber-same-routine__intro p,
  .faber-ritual-step__text p,
  .faber-faq__answer,
  .faber-faq__answer p,
  .faber-reviews__body .description,
  .faber-reviews__body .description p {
    font-size: 15px;
    line-height: 1.72;
  }

  .faber-key-actives__head {
    margin-bottom: 22px;
  }

  .faber-key-active,
  .faber-key-actives--focus .faber-key-active {
    grid-template-columns: 1fr;
    row-gap: 10px;
    margin-bottom: 16px;
  }

  .faber-key-active__figure,
  .faber-key-actives--focus .faber-key-active__figure {
    max-width: 220px;
  }

  .faber-key-active__content,
  .faber-key-actives--focus .faber-key-active__content {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .faber-key-active__benefit {
    margin-bottom: 7px;
  }

  .faber-key-active__name {
    font-size: 28px;
    margin-bottom: 4px;
  }

  .faber-key-active__subtitle {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .faber-formula.faber-pdp-section {
    padding: 0 0 20px;
  }

  .faber-ingredients.faber-pdp-section {
    padding: 0 0 20px;
  }

  .faber-ritual.faber-pdp-section {
    padding: 4px 0 20px;
  }

  .faber-same-routine.faber-pdp-section {
    padding: 4px 0 48px;
  }

  .faber-reviews.faber-pdp-section {
    padding: 4px 0 36px;
  }

  .faber-faq.faber-pdp-section {
    padding: 4px 0 48px;
  }

  .faber-pdp-section__header {
    margin-bottom: 18px;
  }

  .faber-section-eyebrow {
    margin-bottom: 10px;
  }

  .faber-formula__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .faber-formula__note-inner {
    padding: 20px 18px;
    border-radius: 18px;
    font-size: 13.5px;
    line-height: 1.68;
  }

  .faber-ingredients__panel {
    padding-top: 16px;
  }

  .faber-ingredients__inci {
    font-size: 13.5px;
    line-height: 1.78;
  }

  .faber-ingredients__note {
    margin-top: 16px;
    font-size: 12.5px;
    line-height: 1.62;
  }

  .faber-ritual__intro {
    margin-bottom: 20px;
  }

  .faber-ritual-steps {
    gap: 18px;
  }

  .faber-ritual-step {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 18px;
  }

  .faber-ritual-step__figure {
    max-width: 160px;
    margin-left: 0;
  }

  .faber-ritual-step__title {
    font-size: 26px;
  }

  .faber-same-routine__grid,
  .faber-same-routine--three .faber-same-routine__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .faber-same-routine__content {
    padding-top: 16px;
  }

  .faber-same-routine__name {
    font-size: 26px;
  }

  .faber-same-routine__subtitle {
    margin-bottom: 14px;
    font-size: 12.5px;
  }

  .faber-same-routine__note {
    font-size: 13.5px;
    line-height: 1.64;
  }

  .faber-same-routine__price,
  .faber-same-routine__price .price {
    font-size: 13.5px;
  }

  .faber-same-routine__actions {
    gap: 8px 12px;
  }

  .faber-same-routine__link {
    font-size: 12.5px;
  }

  .faber-same-routine__add {
    min-height: 34px;
    padding: 0 12px;
    font-size: 11.5px;
  }

  .faber-reviews__body .comment_container {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .faber-reviews__body .avatar {
    width: 44px !important;
    height: 44px !important;
  }

  .faber-reviews__body .comment-reply-title,
  .faber-reviews__body #reply-title {
    font-size: 24px;
  }

  .faber-faq__question {
    grid-template-columns: minmax(0, 1fr) 18px;
    gap: 14px;
    padding: 18px 0;
  }

  .faber-faq__question-text {
    font-size: 15px;
  }

  .faber-faq__answer {
    padding-bottom: 18px;
  }

  .faber-same-routine__header .faber-section-title,
  .faber-reviews__header .faber-section-title,
  .faber-faq__header .faber-section-title {
    margin-bottom: 14px;
  }
}

/* =========================================================
   10) FABER PDP TOOLS
   Layout dedicato:
   [faber_intro_editorial]
   [faber_tool_benefits]
   [faber_tool_material]
   [faber_same_routine]
   [faber_faq]
   ========================================================= */

/* Base section spacing */
.faber-tool-benefits,
.faber-tool-material {
  margin-top: 0;
}

.faber-tool-benefits.faber-pdp-section,
.faber-tool-material.faber-pdp-section {
  background: #ffffff;
}

.faber-tool-benefits .faber-pdp-section__inner,
.faber-tool-material .faber-pdp-section__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 36px;
}

/* Header / intro */
.faber-tool-benefits__header,
.faber-tool-material__content {
  max-width: 760px;
}

.faber-tool-benefits .faber-section-title,
.faber-tool-material .faber-section-title {
  margin: 0 0 12px;
}

.faber-tool-benefits__intro,
.faber-tool-material__text {
  margin-top: 0;
}

.faber-tool-material__text p:last-child,
.faber-tool-benefits__item-text p:last-child {
  margin-bottom: 0;
}

/* Benefits grid */
.faber-tool-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.faber-tool-benefits__item {
  background: #fff;
  border: 1px solid rgba(17, 87, 64, 0.08);
  border-radius: 20px;
  padding: 24px 22px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
}

.faber-tool-benefits__item-title {
  margin: 0 0 8px;
  font-family: "Source Serif 4", serif;
  font-size: 24px;
  line-height: 1.14;
  font-weight: 400;
  color: #1d1d1b;
}

.faber-tool-benefits__item-text {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(29, 29, 27, 0.82);
}

/* Material / stone section */
.faber-tool-material__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 40px;
  align-items: center;
}

.faber-tool-material__media {
  display: flex;
  justify-content: center;
}

.faber-tool-material__figure {
  width: 100%;
  max-width: 500px;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}

.faber-tool-material__image {
  display: block;
  width: 100%;
  height: auto;
}

.faber-tool-material__text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  color: rgba(29, 29, 27, 0.84);
}

/* Vertical rhythm between tool sections */
.faber-pdp-intro + .faber-tool-benefits,
.faber-tool-benefits + .faber-tool-material,
.faber-tool-material + .faber-same-routine,
.faber-same-routine + .faber-faq {
  margin-top: 56px;
}

/* Tablet */
@media (max-width: 1024px) {
  .faber-tool-benefits .faber-pdp-section__inner,
  .faber-tool-material .faber-pdp-section__inner {
    padding: 0 24px;
  }

  .faber-tool-benefits__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 20px;
  }

  .faber-tool-benefits__item {
    padding: 22px 20px;
  }

  .faber-tool-benefits__item-title {
    font-size: 22px;
  }

  .faber-tool-material__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .faber-tool-material__figure {
    max-width: 440px;
    margin: 0 auto;
  }

  .faber-pdp-intro + .faber-tool-benefits,
  .faber-tool-benefits + .faber-tool-material,
  .faber-tool-material + .faber-same-routine,
  .faber-same-routine + .faber-faq {
    margin-top: 44px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .faber-tool-benefits .faber-pdp-section__inner,
  .faber-tool-material .faber-pdp-section__inner {
    padding: 0 18px;
  }

  .faber-tool-benefits__grid {
    margin-top: 18px;
  }

  .faber-tool-benefits__item {
    border-radius: 18px;
    padding: 20px 16px;
  }

  .faber-tool-benefits__item-title {
    font-size: 21px;
  }

  .faber-tool-benefits__item-text,
  .faber-tool-material__text {
    font-size: 15px;
    line-height: 1.68;
  }

  .faber-tool-material__grid {
    gap: 20px;
  }

  .faber-tool-material__figure {
    border-radius: 20px;
  }

  .faber-pdp-intro + .faber-tool-benefits,
  .faber-tool-benefits + .faber-tool-material,
  .faber-tool-material + .faber-same-routine,
  .faber-same-routine + .faber-faq {
    margin-top: 36px;
  }
}
/* =========================================================
   11) FABER CART — PATCH FINALE LEGGERA
   ========================================================= */

/* Intro Avada */
.faber-cart-intro h1,
.faber-cart-intro .fusion-title-heading {
  margin: 0 0 10px;
  font-family: "Source Serif 4", serif;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 400;
  color: #1d1d1b;
}

.faber-cart-intro p {
  max-width: 760px;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(29, 29, 27, 0.78);
}

/* Nasconde la scritta inglese sopra al carrello */
.woocommerce-cart .woocommerce-content-box.full-width.clearfix:first-of-type > h2 {
  display: none !important;
}

/* Nasconde cross-sell / upsell nel carrello */
.woocommerce-cart .cross-sells,
.woocommerce-cart .cross-sells-products,
.woocommerce-cart .upsells,
.woocommerce-cart .related,
.woocommerce-cart .related-products {
  display: none !important;
}

/* Box coupon e totale più morbidi */
.woocommerce-cart .woocommerce-content-box,
.woocommerce-cart .cart_totals {
  border-radius: 24px;
}

/* Titoli box */
.woocommerce-cart .woocommerce-content-box h2,
.woocommerce-cart .cart_totals h2 {
  font-family: "Source Serif 4", serif;
  font-weight: 400;
  color: #1d1d1b;
}

/* Bottoni secondari: coupon + aggiorna */
.woocommerce-cart .coupon .button,
.woocommerce-cart button[name="update_cart"],
.woocommerce-cart input[name="update_cart"],
.woocommerce-cart button[name="apply_coupon"],
.woocommerce-cart input[name="apply_coupon"] {
  background: #fff !important;
  color: #1d1d1b !important;
  border: 1px solid rgba(17, 87, 64, 0.18) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.22s ease;
}

.woocommerce-cart .coupon .button:hover,
.woocommerce-cart button[name="update_cart"]:hover,
.woocommerce-cart input[name="update_cart"]:hover,
.woocommerce-cart button[name="apply_coupon"]:hover,
.woocommerce-cart input[name="apply_coupon"]:hover {
  background: rgba(17, 87, 64, 0.04) !important;
  color: #115740 !important;
  border-color: rgba(17, 87, 64, 0.3) !important;
}

/* CTA checkout primaria */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  border-radius: 12px !important;
  background: #115740 !important;
  border: 1px solid #115740 !important;
  color: #fff !important;
  margin-bottom: 20px !important;
  box-shadow: none !important;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #0d4734 !important;
  border-color: #0d4734 !important;
  color: #fff !important;
}

/* Più spazio coi pagamenti rapidi */
.woocommerce-cart .wc-stripe-cart-checkout-container,
.woocommerce-cart .wc-stripe-payment-request-wrapper,
.woocommerce-cart #wc-stripe-payment-request-wrapper {
  margin-top: 18px !important;
}

.woocommerce-cart .payment_request_separator {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: rgba(29, 29, 27, 0.42);
}

/* Shipment -> Spedizione */
.woocommerce-cart .cart_totals table.shop_table .shipping th {
  font-size: 0;
}

.woocommerce-cart .cart_totals table.shop_table .shipping th::before {
  content: "Spedizione";
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: rgba(29, 29, 27, 0.72);
}

/* Riga spedizione più leggibile */
.woocommerce-cart .cart_totals table.shop_table .shipping ul#shipping_method {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-cart .cart_totals table.shop_table .shipping ul#shipping_method li {
  margin: 0 0 8px;
  padding: 0;
}

.woocommerce-cart .cart_totals table.shop_table .shipping ul#shipping_method li label {
  display: inline !important;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(29, 29, 27, 0.74);
}

.woocommerce-cart .cart_totals table.shop_table .shipping ul#shipping_method li label br {
  display: none !important;
}

.woocommerce-cart .cart_totals table.shop_table .shipping ul#shipping_method li label .amount,
.woocommerce-cart .cart_totals table.shop_table .shipping ul#shipping_method li label .woocommerce-Price-amount {
  display: inline !important;
  margin-left: 4px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
  color: #1d1d1b;
}

/* Destinazione spedizione più leggera */
.woocommerce-cart .cart_totals .woocommerce-shipping-destination {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(29, 29, 27, 0.56);
}

/* Rassicurazioni */
.faber-cart-reassurances h3,
.faber-cart-reassurances .fusion-title-heading,
.faber-cart-reassurances strong {
  display: block;
  margin: 0 0 8px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  color: #1d1d1b;
}

.faber-cart-reassurances p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.68;
  color: rgba(29, 29, 27, 0.72);
}

/* Mobile */
@media (max-width: 767px) {
  .faber-cart-intro h1,
  .faber-cart-intro .fusion-title-heading {
    font-size: 30px;
  }

  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 18px !important;
  }
}

/* =========================================================
   12) FABER FREE SHIPPING — CART E CHECKOUT
   ========================================================= */

.faber-free-shipping-notice {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(17, 87, 64, 0.05);
  border: 1px solid rgba(17, 87, 64, 0.10);
}

.faber-free-shipping-notice strong {
  display: block;
  margin: 0 0 4px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #115740;
}

.faber-free-shipping-notice > span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(29, 29, 27, 0.78);
}

.faber-free-shipping-notice .woocommerce-Price-amount,
.faber-free-shipping-notice .woocommerce-Price-currencySymbol,
.faber-free-shipping-notice .amount {
  display: inline !important;
  white-space: nowrap;
}

.faber-free-shipping-notice--reached {
  background: rgba(17, 87, 64, 0.07);
}

.faber-free-shipping-notice--not-available {
  background: rgba(29, 29, 27, 0.03);
  border-color: rgba(29, 29, 27, 0.08);
}

.faber-free-shipping-notice--not-available strong {
  color: #1d1d1b;
}

/* =========================================================
   13) FABER BAG ICONS
   - Torna al negozio
   - View Cart in My Account / Checkout
   - Nessun impatto sull’header
   ========================================================= */

/* Torna al negozio */
.woocommerce .return-to-shop a,
.woocommerce-cart .return-to-shop a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.woocommerce .return-to-shop a::before,
.woocommerce-cart .return-to-shop a::before {
  content: "\e903";
  font-family: "bag" !important;
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  color: currentColor;
  vertical-align: middle;
  transform: translateY(-1px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce .return-to-shop a i,
.woocommerce-cart .return-to-shop a i,
.woocommerce .return-to-shop a svg,
.woocommerce-cart .return-to-shop a svg {
  display: none !important;
}

/* ---------------------------------------------------------
   Variante View Cart — My Account + Checkout
   --------------------------------------------------------- */

.woocommerce-account #main a[href*="cart"],
.woocommerce-account #main a[href*="carrello"],
.woocommerce-checkout #main a[href*="cart"],
.woocommerce-checkout #main a[href*="carrello"] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.woocommerce-account #main a[href*="cart"]::before,
.woocommerce-account #main a[href*="carrello"]::before,
.woocommerce-checkout #main a[href*="cart"]::before,
.woocommerce-checkout #main a[href*="carrello"]::before {
  content: "\e903";
  font-family: "bag" !important;
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  color: currentColor;
  vertical-align: middle;
  transform: translateY(-1px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce-account #main a[href*="cart"] i,
.woocommerce-account #main a[href*="cart"] svg,
.woocommerce-account #main a[href*="carrello"] i,
.woocommerce-account #main a[href*="carrello"] svg,
.woocommerce-checkout #main a[href*="cart"] i,
.woocommerce-checkout #main a[href*="cart"] svg,
.woocommerce-checkout #main a[href*="carrello"] i,
.woocommerce-checkout #main a[href*="carrello"] svg {
  display: none !important;
}

/* =========================================================
   14) FABER ORGANIC — CHECKOUT AVADA
   CSS definitivo unico — checkout classico
   ========================================================= */

/* -----------------------------------------
   1. TITOLI E TESTI
----------------------------------------- */

body.woocommerce-checkout h2,
body.woocommerce-checkout h3,
body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout #order_review_heading {
  margin: 0 0 22px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  color: #1f241f;
}

body.woocommerce-checkout form .form-row label {
  display: block;
  margin: 0 0 7px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #2f342f;
}

body.woocommerce-checkout .required {
  color: inherit;
}

/* -----------------------------------------
   2. CAMPI FORM
----------------------------------------- */

body.woocommerce-checkout form .form-row {
  margin: 0 0 16px;
}

body.woocommerce-checkout form input.input-text,
body.woocommerce-checkout form textarea,
body.woocommerce-checkout form select,
body.woocommerce-checkout .select2-container--default .select2-selection--single {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid #dcd6cb;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  font-size: 15px;
  line-height: 1.5;
  color: #2f342f;
}

body.woocommerce-checkout form textarea {
  min-height: 120px;
  resize: vertical;
}

body.woocommerce-checkout form input.input-text:focus,
body.woocommerce-checkout form textarea:focus,
body.woocommerce-checkout form select:focus,
body.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single,
body.woocommerce-checkout .select2-container--default.select2-container--open .select2-selection--single {
  outline: none;
  border-color: #cfc6b8;
  box-shadow: none;
}

body.woocommerce-checkout ::placeholder {
  color: #8a8a84;
  opacity: 1;
}

/* Select2 */
body.woocommerce-checkout .select2-container {
  width: 100% !important;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  padding: 0 16px;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1.5;
  color: #2f342f;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px;
}

/* -----------------------------------------
   3. BILLING: tutto pieno
   tranne Nome e Cognome
----------------------------------------- */

body.woocommerce-checkout .woocommerce-billing-fields .form-row {
  float: none;
  width: 100%;
  clear: both;
}

body.woocommerce-checkout #billing_first_name_field,
body.woocommerce-checkout #billing_last_name_field {
  width: 48%;
  clear: none;
}

body.woocommerce-checkout #billing_first_name_field {
  float: left;
}

body.woocommerce-checkout #billing_last_name_field {
  float: right;
}

body.woocommerce-checkout .woocommerce-billing-fields::after {
  content: "";
  display: block;
  clear: both;
}

/* spazio corretto tra telefono e plugin fiscale */
body.woocommerce-checkout #billing_phone_field {
  margin-bottom: 16px !important;
}

body.woocommerce-checkout #billing_phone_field + .form-row,
body.woocommerce-checkout #billing_phone_field + p,
body.woocommerce-checkout #billing_phone_field + div {
  margin-top: 16px !important;
}

/* -----------------------------------------
   4. RADIO E CHECKBOX NATIVI
----------------------------------------- */

body.woocommerce-checkout input[type="radio"],
body.woocommerce-checkout input[type="checkbox"] {
  -webkit-appearance: auto !important;
  appearance: auto !important;
  accent-color: #0f6a52 !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important;
  transform: none !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  margin: 2px 8px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.woocommerce-checkout input[type="radio"]::before,
body.woocommerce-checkout input[type="radio"]::after,
body.woocommerce-checkout input[type="checkbox"]::before,
body.woocommerce-checkout input[type="checkbox"]::after {
  content: none !important;
  display: none !important;
}

/* -----------------------------------------
   5. SPEDIRE A UN INDIRIZZO DIVERSO
----------------------------------------- */

body.woocommerce-checkout #ship-to-different-address {
  margin: 10px 0 0;
  padding: 0;
}

body.woocommerce-checkout #ship-to-different-address label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

body.woocommerce-checkout #ship-to-different-address span {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #4a4e4a;
}

body.woocommerce-checkout .shipping_address {
  margin-top: 14px;
  padding: 18px 20px;
  border: 1px solid #e6dfd3;
  border-radius: 8px;
  background: #fcfbf8;
}

/* -----------------------------------------
   6. CHECKBOX SECONDARIE
----------------------------------------- */

body.woocommerce-checkout .woocommerce-account-fields,
body.woocommerce-checkout .create-account,
body.woocommerce-checkout .mailchimp-newsletter,
body.woocommerce-checkout .mc4wp-checkbox {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #eee7dc;
}

body.woocommerce-checkout .woocommerce-account-fields label,
body.woocommerce-checkout .create-account label,
body.woocommerce-checkout .mailchimp-newsletter label,
body.woocommerce-checkout .mc4wp-checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #5d615d;
}

/* -----------------------------------------
   9. NOTE ORDINE
----------------------------------------- */

body.woocommerce-checkout .woocommerce-additional-fields {
  margin: 18px 0 20px;
  padding: 20px 22px;
  border: 1px solid #e8e2d7;
  border-radius: 8px;
  background: #fff;
}

body.woocommerce-checkout .woocommerce-additional-fields h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
  color: #1f241f;
}

body.woocommerce-checkout .woocommerce-additional-fields textarea,
body.woocommerce-checkout textarea#order_comments {
  width: 100%;
  min-height: 120px;
}

/* -----------------------------------------
   10. MESSAGGIO SPEDIZIONE GRATUITA
----------------------------------------- */

body.woocommerce-checkout #payment > .woocommerce-info,
body.woocommerce-checkout .shop_table + .woocommerce-info {
  margin: 14px 0 18px;
  padding: 14px 16px;
  border: 1px solid #d7e3da;
  border-radius: 8px;
  background: #f8fbf8;
  color: #465247;
  font-size: 14px;
  line-height: 1.55;
  box-shadow: none;
}

/* -----------------------------------------
   11. PAGAMENTI
----------------------------------------- */

body.woocommerce-checkout #payment {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body.woocommerce-checkout #payment ul.payment_methods {
  margin: 8px 0 0;
  padding: 0;
  border-top: 1px solid #e8e2d7;
  border-bottom: 0;
  background: transparent;
}

body.woocommerce-checkout #payment ul.payment_methods > li {
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid #eee7dc;
  list-style: none;
  line-height: 1.3;
}

body.woocommerce-checkout #payment ul.payment_methods > li:last-child {
  border-bottom: 0;
}

body.woocommerce-checkout #payment ul.payment_methods > li > label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  min-height: 16px;
}

body.woocommerce-checkout #payment div.payment_box {
  margin: 6px 0 0;
  padding: 14px 16px;
  border: 1px solid #e8e2d7;
  border-radius: 8px;
  background: #fff;
  color: #5d615d;
  font-size: 14px;
  line-height: 1.6;
}

body.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

/* -----------------------------------------
   12. PRIVACY / TERMINI / CTA
----------------------------------------- */

body.woocommerce-checkout #payment .woocommerce-privacy-policy-text,
body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper,
body.woocommerce-checkout #payment .terms {
  margin-top: 12px;
}

body.woocommerce-checkout #payment .woocommerce-privacy-policy-text,
body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper label,
body.woocommerce-checkout #payment .terms label {
  font-size: 13px;
  line-height: 1.6;
  color: #66685f;
}

body.woocommerce-checkout #payment #place_order {
  width: 100%;
  min-height: 54px;
  margin-top: 18px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
}

/* -----------------------------------------
   13. COUPON
----------------------------------------- */

body.woocommerce-checkout .woocommerce-form-coupon-toggle {
  margin-bottom: 18px;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  padding: 14px 18px;
  border: 1px solid #e8e3db;
  background: #fcfbf8;
  font-size: 14px;
  line-height: 1.5;
  color: #2f342f;
  box-shadow: none;
}

body.woocommerce-checkout form.checkout_coupon {
  margin-top: 14px;
  padding: 18px 20px;
  border: 1px solid #e8e3db;
  background: #fff;
}

/* -----------------------------------------
   14. WALLET / EXPRESS
----------------------------------------- */

body.woocommerce-checkout .wc-stripe-express-checkout-element,
body.woocommerce-checkout .wc-stripe-payment-request-wrapper,
body.woocommerce-checkout .wc_payment_request {
  margin-bottom: 6px;
}

body.woocommerce-checkout .payment_request_separator,
body.woocommerce-checkout .wc-stripe-checkout-button-separator {
  margin: 6px 0 14px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7c7f78;
}

/* -----------------------------------------
   15. RESPONSIVE
----------------------------------------- */

@media (max-width: 1024px) {
  body.woocommerce-checkout h2,
  body.woocommerce-checkout h3,
  body.woocommerce-checkout .woocommerce-billing-fields > h3,
  body.woocommerce-checkout #order_review_heading {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  body.woocommerce-checkout h2,
  body.woocommerce-checkout h3,
  body.woocommerce-checkout .woocommerce-billing-fields > h3,
  body.woocommerce-checkout #order_review_heading {
    font-size: 24px;
    margin-bottom: 18px;
  }

  body.woocommerce-checkout form input.input-text,
  body.woocommerce-checkout form textarea,
  body.woocommerce-checkout form select,
  body.woocommerce-checkout .select2-container--default .select2-selection--single {
    min-height: 50px;
    font-size: 16px;
  }

  body.woocommerce-checkout .woocommerce-additional-fields {
    padding: 18px 16px;
  }

  body.woocommerce-checkout .woocommerce-additional-fields textarea,
  body.woocommerce-checkout textarea#order_comments {
    min-height: 140px;
    height: 140px;
    overflow-y: hidden;
    resize: none;
  }

  body.woocommerce-checkout #billing_first_name_field,
  body.woocommerce-checkout #billing_last_name_field {
    float: none;
    width: 100%;
  }

}

/* =========================================================
   15) FABER — CHECKOUT COUPON BAR
   Blocco unico definitivo
   ========================================================= */

body.woocommerce-checkout .faber-checkout-coupon-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 26px 0 30px;
  padding: 24px 0;
  border-top: 1px solid #e8e2d7;
  border-bottom: 1px solid #e8e2d7;
}

body.woocommerce-checkout .faber-checkout-coupon-text {
  flex: 0 0 auto;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #2f342f;
  white-space: nowrap;
}

body.woocommerce-checkout .faber-checkout-coupon-form {
  flex: 1 1 auto;
  display: grid !important;
  grid-template-columns: minmax(260px, 320px) auto;
  gap: 14px;
  align-items: center;
  margin: 0 !important;
}

body.woocommerce-checkout .faber-checkout-coupon-form .form-row {
  margin: 0 !important;
  width: auto !important;
  float: none !important;
}

body.woocommerce-checkout .faber-checkout-coupon-form .form-row-first,
body.woocommerce-checkout .faber-checkout-coupon-form .form-row-last {
  width: auto !important;
}

body.woocommerce-checkout .faber-checkout-coupon-form input.input-text {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.woocommerce-checkout .faber-checkout-coupon-form button.button {
  min-height: 52px;
  margin: 0 !important;
  padding: 0 24px;
  white-space: nowrap;
}

body.woocommerce-checkout .faber-checkout-coupon-form .clear {
  display: none !important;
}

@media (max-width: 767px) {
  body.woocommerce-checkout .faber-checkout-coupon-bar {
    display: block;
    margin: 22px 0 24px;
    padding: 18px 0;
  }

  body.woocommerce-checkout .faber-checkout-coupon-text {
    display: block;
    margin: 0 0 12px;
    white-space: normal;
  }

  body.woocommerce-checkout .faber-checkout-coupon-form {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.woocommerce-checkout .faber-checkout-coupon-form button.button {
    width: 100%;
  }
}

/* =========================================================
   FABER ORGANIC — RIVISTA / LAYOUT CONSOLIDATO
   Scope locale: solo pagina Rivista
   ========================================================= */

.fo-journal-page {
  --fo-journal-max-width: 1240px;
  --fo-journal-text: #1f1f1c;
  --fo-journal-muted: #3f3a34;
  --fo-journal-soft-muted: #5b554e;
  --fo-journal-border: rgba(31, 31, 28, 0.10);
  --fo-journal-soft: #f7f4ef;
}

/* ---------- contenitore generale ---------- */

.fo-journal-page .fusion-builder-row,
.fo-journal-page .fusion-row {
  max-width: var(--fo-journal-max-width);
}

.fo-journal-page .fusion-fullwidth {
  margin-bottom: 0;
}

/* ---------- spaziatura verticale generale ---------- */

.fo-journal-intro,
.fo-journal-paths,
.fo-journal-featured,
.fo-journal-latest {
  padding-top: 28px;
  padding-bottom: 28px;
}

.fo-journal-paths,
.fo-journal-featured,
.fo-journal-latest {
  margin-top: 18px;
}

/* ---------- tipografia locale Rivista ---------- */

.fo-journal-page h1,
.fo-journal-page h2,
.fo-journal-page h3,
.fo-journal-page h4,
.fo-journal-page p {
  color: var(--fo-journal-text);
}

.fo-journal-page h2 {
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.fo-journal-page h3 {
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.fo-journal-page p {
  font-size: 15.5px;
  line-height: 1.72;
}

.fo-journal-page .fusion-text p:last-child {
  margin-bottom: 0;
}

/* ---------- intro editoriale ---------- */

.fo-journal-intro {
  padding-top: 20px;
  padding-bottom: 10px;
}

.fo-journal-intro p {
  max-width: 780px;
  color: var(--fo-journal-muted);
}

/* ---------- percorsi di lettura ---------- */

.fo-journal-paths {
  padding-top: 18px;
  padding-bottom: 34px;
}

.fo-journal-paths .fusion-title {
  margin-bottom: 24px;
}

.fo-journal-path {
  padding: 8px 10px 14px;
}

.fo-journal-path h3,
.fo-journal-path h4 {
  margin-bottom: 10px;
}

.fo-journal-path p {
  color: var(--fo-journal-muted);
  max-width: 25ch;
}

.fo-journal-path a {
  display: inline-block;
  margin-top: 12px;
  color: var(--fo-journal-text);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  line-height: 1.2;
}

.fo-journal-path a:hover,
.fo-journal-path a:focus {
  opacity: 0.72;
}

/* neutralizza eventuali bottoni Avada nei percorsi */
.fo-journal-path .fusion-button {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: auto !important;
  line-height: 1.2 !important;
  color: var(--fo-journal-text) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
}

/* ---------- featured / in primo piano ---------- */

.fo-journal-featured {
  padding-top: 34px;
  padding-bottom: 36px;
}

.fo-journal-featured__media {
  padding-right: 3.5%;
}

.fo-journal-featured__media img {
  width: 100%;
  height: auto;
  display: block;
}

.fo-journal-featured__body {
  padding-left: 4.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fo-journal-featured__eyebrow,
.fo-journal-featured__eyebrow p {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fo-journal-soft-muted);
  margin-bottom: 14px;
}

.fo-journal-featured__title,
.fo-journal-featured__title h2,
.fo-journal-featured__title h3,
.fo-journal-featured__title h4,
.fo-journal-featured__title a {
  border: 0 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.fo-journal-featured__title h2,
.fo-journal-featured__title h3,
.fo-journal-featured__title h4 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
}

.fo-journal-featured__excerpt {
  position: relative;
  padding-top: 26px;
}

.fo-journal-featured__excerpt::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 34rem;
  border-top: 1px solid rgba(31, 31, 28, 0.35);
  margin-bottom: 22px;
}

.fo-journal-featured__excerpt,
.fo-journal-featured__excerpt p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--fo-journal-muted);
  max-width: 40ch;
  margin-bottom: 0;
}

.fo-journal-featured__link,
.fo-journal-featured__link p {
  margin-top: 8px;
}

.fo-journal-featured__link a {
  display: inline-block;
  color: var(--fo-journal-text);
  text-decoration: none;
  border: 0 !important;
  box-shadow: none !important;
  line-height: 1.2;
}

.fo-journal-featured__link a:hover,
.fo-journal-featured__link a:focus {
  opacity: 0.72;
}

/* neutralizza eventuale bottone featured */
.fo-journal-featured__body .fusion-button {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: auto !important;
  line-height: 1.2 !important;
  color: var(--fo-journal-text) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  border-radius: 0 !important;
}

/* ---------- ultimi approfondimenti ---------- */

.fo-journal-latest {
  padding-top: 36px;
  padding-bottom: 30px;
}

.fo-journal-latest .fusion-title {
  margin-bottom: 22px;
}

.fo-journal-page .fusion-post-cards {
  margin-top: 0;
}

.fo-journal-page .fusion-post-cards .fusion-column-wrapper,
.fo-journal-page .fusion-post-cards .fusion-post-card {
  background: transparent;
  box-shadow: none;
}

/* ---------- card archivio ---------- */

.fo-journal-page .fusion-post-card {
  padding-bottom: 12px;
}

.fo-journal-page .fusion-post-card img {
  display: block;
  width: 100%;
  height: auto;
}

.fo-journal-page .fusion-post-card h2,
.fo-journal-page .fusion-post-card h3,
.fo-journal-page .fusion-post-card h4 {
  font-size: 29px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-top: 12px;
  margin-bottom: 10px;
}

.fo-journal-page .fusion-post-card p {
  color: var(--fo-journal-muted);
  margin-bottom: 10px;
}

/* meta row unica */
.fo-journal-card__meta,
.fo-journal-card__meta p {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--fo-journal-muted);
  margin-top: 10px;
  margin-bottom: 0;
}

.fo-journal-card__meta span,
.fo-journal-card__meta a {
  color: inherit;
  text-decoration: none;
}

/* categoria card Rivista */
.fo-journal-card__category {
  display: block;
  font-size: 11.5px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fo-journal-soft-muted);
  margin-bottom: 8px;
}

/* ---------- paginazione ---------- */

.fo-journal-page .pagination,
.fo-journal-page .fusion-pagination {
  margin-top: 30px;
}

.fo-journal-page .pagination a,
.fo-journal-page .pagination span,
.fo-journal-page .fusion-pagination a,
.fo-journal-page .fusion-pagination span {
  border: 0;
  background: transparent;
  color: var(--fo-journal-text);
  padding: 0 4px;
}

/* ---------- responsive ---------- */

@media (max-width: 1024px) {
  .fo-journal-intro,
  .fo-journal-paths,
  .fo-journal-featured,
  .fo-journal-latest {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .fo-journal-featured__media {
    padding-right: 0;
  }

  .fo-journal-featured__body {
    padding-left: 0;
    padding-top: 18px;
  }

  .fo-journal-featured__excerpt {
    padding-top: 18px;
  }

  .fo-journal-featured__excerpt::before {
    margin-bottom: 18px;
  }

  .fo-journal-page .fusion-post-card h2,
  .fo-journal-page .fusion-post-card h3,
  .fo-journal-page .fusion-post-card h4 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .fo-journal-page h2 {
    font-size: 28px;
  }

  .fo-journal-page h3 {
    font-size: 22px;
  }

  .fo-journal-path {
    padding: 4px 0 12px;
  }

  .fo-journal-featured {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .fo-journal-page .fusion-post-card h2,
  .fo-journal-page .fusion-post-card h3,
  .fo-journal-page .fusion-post-card h4 {
    font-size: 22px;
  }
}

/* =========================================================
   FABER ORGANIC — RIVISTA / ARCHIVE HEADER
   Scope locale: archivi categoria Rivista
   ========================================================= */

.fo-journal-archive-header {
  width: min(100%, 1240px);
  max-width: 1240px;
  margin: 0 auto 42px;
  padding-top: 28px;
  padding-bottom: 20px;
}

.fo-journal-archive-header__back {
  display: inline-block;
  margin-bottom: 28px;
  font-size: 13.5px;
  line-height: 1.4;
  color: #3f3a34;
  text-decoration: none !important;
  border-bottom: 0 !important;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.fo-journal-archive-header__back:hover,
.fo-journal-archive-header__back:focus {
  color: #315f49;
}

.fo-journal-archive-header__eyebrow {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5b554e;
  margin-bottom: 14px;
}

.fo-journal-archive-header__title {
  max-width: 780px;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: #1f1f1c;
  margin: 0 0 16px;
}

.fo-journal-archive-header__description {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.72;
  color: #3f3a34;
  margin: 0;
}

@media (max-width: 767px) {
  .fo-journal-archive-header {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 8px;
    padding-bottom: 12px;
  }

  .fo-journal-archive-header__back {
    margin-bottom: 24px;
    font-size: 13px;
  }

  .fo-journal-archive-header__eyebrow {
    margin-bottom: 12px;
  }

  .fo-journal-archive-header__title {
    font-size: 34px;
    line-height: 1.06;
    margin-bottom: 14px;
  }

  .fo-journal-archive-header__description {
    font-size: 16px;
    line-height: 1.68;
  }
}

/* =========================================================
   FABER ORGANIC — RIVISTA / SINGLE ARTICLE
   Versione consolidata definitiva
   Scope locale: singolo articolo Rivista
   Include:
   1) Header articolo
   2) Meta row con ultimo aggiornamento
   3) Corpo articolo text-only
   4) Link editoriali / pulsanti neutralizzati
   5) Modulo Da ricordare
   6) Modulo prodotto collegato
   7) Autore custom
   8) Articoli correlati manuali
   9) Chiusura
   ========================================================= */

.fo-article {
  --fo-article-max-width: 1040px;
  --fo-article-content-width: 780px;
  --fo-article-text: #1f1f1c;
  --fo-article-muted: #3f3a34;
  --fo-article-soft-muted: #5b554e;
  --fo-article-border: rgba(31, 31, 28, 0.14);
  --fo-article-ice: #f8faf9;
  --fo-article-green: #315f49;
}

/* ---------- contenitore generale ---------- */

.fo-article .fusion-builder-row,
.fo-article .fusion-row {
  max-width: var(--fo-article-max-width);
}

.fo-article h1,
.fo-article h2,
.fo-article h3,
.fo-article h4,
.fo-article p,
.fo-article li {
  color: var(--fo-article-text);
}

/* ---------- header articolo ---------- */

.fo-article-header {
  padding-top: 44px;
  padding-bottom: 28px;
}

.fo-article-category,
.fo-article-category p {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fo-article-soft-muted);
  margin-bottom: 18px;
}

.fo-article-title h1,
.fo-article-title h2,
.fo-article-title h3 {
  width: min(100%, var(--fo-article-max-width));
  max-width: var(--fo-article-max-width);
  font-size: clamp(36px, 3.8vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.032em;
  margin-bottom: 18px;
}

/* ---------- meta articolo ---------- */

.fo-article-meta {
  margin-bottom: 22px;
}

.fo-article-meta,
.fo-article-meta p {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--fo-article-muted);
}

.fo-article-meta p {
  margin: 0 !important;
}

.fo-article-meta__main {
  margin-bottom: 2px !important;
}

.fo-article-meta__author-date,
.fo-article-meta__reading {
  white-space: nowrap;
}

.fo-article-meta__updated {
  margin-top: 0 !important;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--fo-article-soft-muted);
}

/* ---------- standfirst ---------- */

.fo-article-standfirst,
.fo-article-standfirst p {
  max-width: 720px;
  font-size: 19px;
  line-height: 1.72;
  color: var(--fo-article-muted);
  margin-bottom: 0;
}

/* ---------- vecchie immagini single disattivate ---------- */

.fo-article-hero,
.fo-article-intro-media {
  display: none !important;
}

/* ---------- corpo articolo ---------- */

.fo-article-body {
  max-width: var(--fo-article-content-width);
  padding-top: 10px;
  padding-bottom: 40px;
}

.fo-article-content {
  max-width: var(--fo-article-content-width);
}

.fo-article-content p,
.fo-article-body p {
  font-size: 17px;
  line-height: 1.78;
  color: var(--fo-article-text);
  max-width: var(--fo-article-content-width);
  margin-bottom: 18px;
}

.fo-article-content > *,
.fo-article-body > * {
  max-width: var(--fo-article-content-width);
}

/* headings nel corpo */

.fo-article-body h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-top: 46px;
  margin-bottom: 16px;
}

.fo-article-body h3 {
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.16;
  letter-spacing: -0.02em;
  margin-top: 30px;
  margin-bottom: 12px;
}

/* liste nel corpo articolo */

.fo-article-body ul,
.fo-article-body ol {
  margin-top: 0;
  margin-bottom: 22px;
  padding-left: 1.3em;
}

.fo-article-body li {
  font-size: 17px;
  line-height: 1.78;
  margin-bottom: 7px;
}

/* citazioni */

.fo-article-body blockquote {
  margin: 30px 0;
  padding: 0 0 0 22px;
  border-left: 1px solid var(--fo-article-border);
}

.fo-article-body blockquote p {
  font-size: 19px;
  line-height: 1.68;
  color: var(--fo-article-muted);
}

/* immagini interne articolo */

.fo-article-body figure {
  margin: 32px 0;
}

.fo-article-body figure img {
  display: block;
  width: 100%;
  height: auto;
}

.fo-article-body figcaption {
  font-size: 13px;
  line-height: 1.6;
  color: var(--fo-article-muted);
  margin-top: 10px;
}

/* link nel corpo */

.fo-article-body a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

/* ---------- pulsanti nel contenuto convertiti in link editoriali ---------- */

.fo-article-body .fusion-button,
.fo-article-body .wp-block-button__link,
.fo-article-body .button,
.fo-article-body a.fusion-button {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: auto !important;
  color: var(--fo-article-text) !important;
  text-decoration: none !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
  line-height: 1.3 !important;
  font-size: inherit !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.fo-article-body .fusion-button:hover,
.fo-article-body .fusion-button:focus,
.fo-article-body .wp-block-button__link:hover,
.fo-article-body .wp-block-button__link:focus,
.fo-article-body .button:hover,
.fo-article-body .button:focus,
.fo-article-body a.fusion-button:hover,
.fo-article-body a.fusion-button:focus {
  opacity: 0.72;
}

/* =========================================================
   MODULO — DA RICORDARE
   ========================================================= */

.fo-article-keynotes {
  position: relative;
  box-sizing: border-box;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 34px;
  margin-bottom: 38px;
  padding: 34px 24px 36px;
  background: var(--fo-article-ice, #f8faf9);
  border-top: 1px solid rgba(31, 31, 28, 0.06);
  border-bottom: 1px solid rgba(31, 31, 28, 0.06);
}

.fo-article-keynotes h2 {
  max-width: var(--fo-article-content-width, 780px);
  margin: 0 auto 22px;
  font-size: clamp(26px, 2.5vw, 36px);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--fo-article-text, #1f1f1c);
  text-align: center;
}

.fo-article-keynotes h2::before {
  content: "“";
}

.fo-article-keynotes h2::after {
  content: "”";
}

.fo-article-keynotes ul {
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.fo-article-keynotes li {
  position: relative;
  font-size: 16.5px;
  line-height: 1.72;
  color: var(--fo-article-muted, #3f3a34);
  margin-bottom: 12px;
  padding-left: 18px;
}

.fo-article-keynotes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(31, 31, 28, 0.30);
}

.fo-article-keynotes li:last-child {
  margin-bottom: 0;
}

/* =========================================================
   MODULO — PRODOTTO COLLEGATO
   ========================================================= */

.fo-article-product-bridge {
  --fo-product-bridge-content-width: 780px;
  --fo-product-bridge-ice: #f8faf9;
  --fo-product-bridge-text: #1f1f1c;
  --fo-product-bridge-muted: #3f3a34;
  --fo-product-bridge-soft-muted: #5b554e;
  --fo-product-bridge-green: #315f49;

  position: relative;
  box-sizing: border-box;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 18px;
  margin-bottom: 46px;
  padding: 42px 24px;
  background: var(--fo-product-bridge-ice) !important;
  border-top: 1px solid rgba(31, 31, 28, 0.05);
  border-bottom: 1px solid rgba(31, 31, 28, 0.05);
}

.fo-article-product-bridge__inner {
  width: min(calc(100vw - 48px), var(--fo-product-bridge-content-width));
  max-width: var(--fo-product-bridge-content-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  column-gap: 38px;
  align-items: center;
}

.fo-article-product-bridge__media {
  display: block;
  text-decoration: none !important;
  border: 0 !important;
  background: transparent !important;
}

.fo-article-product-bridge__image {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.fo-article-product-bridge__eyebrow {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fo-product-bridge-soft-muted);
  margin-bottom: 12px;
}

.fo-article-product-bridge__title {
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 0 0 8px;
  color: var(--fo-product-bridge-text);
}

.fo-article-product-bridge__title a {
  color: inherit;
  text-decoration: none !important;
  border-bottom: 0 !important;
  transition: color 0.18s ease;
}

.fo-article-product-bridge__title a:hover,
.fo-article-product-bridge__title a:focus {
  color: var(--fo-product-bridge-green);
}

.fo-article-product-bridge__subtitle {
  max-width: 42ch;
  font-size: 18px;
  line-height: 1.45;
  color: var(--fo-product-bridge-text);
  margin: 0 0 18px;
}

.fo-article-product-bridge__text {
  max-width: 48ch;
  font-size: 16px;
  line-height: 1.72;
  color: var(--fo-product-bridge-muted);
  margin-bottom: 18px;
}

.fo-article-product-bridge__link {
  display: inline-block;
  color: var(--fo-product-bridge-text);
  text-decoration: none !important;
  border-bottom: 0 !important;
  line-height: 1.25;
  transition: color 0.18s ease;
}

.fo-article-product-bridge__link:hover,
.fo-article-product-bridge__link:focus {
  color: var(--fo-product-bridge-green);
}

/* =========================================================
   MODULO — AUTORE CUSTOM
   ========================================================= */

.fo-article-author {
  max-width: var(--fo-article-content-width);
  margin-top: 10px;
  padding-top: 26px;
  padding-bottom: 36px;
  border-top: 1px solid var(--fo-article-border);
}

.fo-article-author__inner {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.fo-article-author__heading {
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--fo-article-text);
  margin: 0 0 22px 0;
}

.fo-article-author__heading a {
  color: inherit;
  text-decoration: none;
  border-bottom: 0;
  transition: color 0.18s ease;
}

.fo-article-author__heading a:hover,
.fo-article-author__heading a:focus {
  color: var(--fo-article-green);
}

.fo-article-author__avatar-link {
  display: inline-block;
  width: 112px;
  height: 112px;
  margin-bottom: 22px;
}

.fo-article-author__avatar-img {
  display: block;
  width: 112px !important;
  height: 112px !important;
  min-width: 112px !important;
  border-radius: 50%;
  object-fit: cover;
}

.fo-article-author__bio {
  max-width: 58ch;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.72;
  color: var(--fo-article-muted);
}

/* =========================================================
   MODULO — ARTICOLI CORRELATI
   ========================================================= */

.fo-article-related {
  max-width: var(--fo-article-content-width);
  margin-top: 28px;
  margin-bottom: 46px;
  padding-top: 34px;
  border-top: 1px solid var(--fo-article-border);
}

.fo-article-related__header {
  margin-bottom: 24px;
}

.fo-article-related__eyebrow {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fo-article-soft-muted);
  margin-bottom: 10px;
}

.fo-article-related__title {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--fo-article-text);
  margin: 0;
}

.fo-article-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 30px;
}

.fo-article-related-card {
  display: flex;
  flex-direction: column;
}

.fo-article-related-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--fo-article-ice);
  margin-bottom: 14px;
  text-decoration: none !important;
  border: 0 !important;
}

.fo-article-related-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fo-article-related-card__category {
  font-size: 11.5px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fo-article-soft-muted);
  margin-bottom: 8px;
}

.fo-article-related-card__title {
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  color: var(--fo-article-text);
}

.fo-article-related-card__title a {
  color: inherit;
  text-decoration: none !important;
  border-bottom: 0 !important;
  transition: color 0.18s ease;
}

.fo-article-related-card__title a:hover,
.fo-article-related-card__title a:focus {
  color: var(--fo-article-green);
}

.fo-article-related-card__excerpt {
  font-size: 15px;
  line-height: 1.62;
  color: var(--fo-article-muted);
  margin-bottom: 12px;
}

.fo-article-related-card__meta {
  font-size: 13px;
  line-height: 1.55;
  color: var(--fo-article-muted);
  margin-top: auto;
  margin-bottom: 0;
}

/* evita sottolineature ereditate dal corpo articolo */
.fo-article-body .fo-article-related a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

/* ---------- chiusura ---------- */

.fo-article-end {
  max-width: var(--fo-article-content-width);
  padding-top: 12px;
  padding-bottom: 54px;
}

.fo-article-end a {
  color: var(--fo-article-text);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.fo-article-end a:hover,
.fo-article-end a:focus {
  opacity: 0.72;
}

/* =========================================================
   RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 1024px) {
  .fo-article {
    --fo-article-max-width: 920px;
    --fo-article-content-width: 100%;
  }

  .fo-article-header {
    padding-top: 34px;
  }

  .fo-article-title h1,
  .fo-article-title h2,
  .fo-article-title h3 {
    font-size: clamp(34px, 5vw, 50px);
  }

  .fo-article-content p,
  .fo-article-body p,
  .fo-article-body li {
    font-size: 16.5px;
    line-height: 1.78;
  }
}

@media (max-width: 900px) {
  .fo-article-related__grid {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .fo-article-related-card__media {
    max-width: 420px;
  }
}

/* =========================================================
   RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .fo-article-header {
    padding-top: 26px;
    padding-bottom: 22px;
  }

  .fo-article-title h1,
  .fo-article-title h2,
  .fo-article-title h3 {
    font-size: 33px;
    line-height: 1.06;
    letter-spacing: -0.025em;
  }

  .fo-article-meta,
  .fo-article-meta p {
    font-size: 13.5px;
    line-height: 1.5;
  }

  .fo-article-meta__main {
    display: block;
  }

  .fo-article-meta__author-date {
    display: block;
  }

  .fo-article-meta__separator {
    display: none;
  }

  .fo-article-meta__reading {
    display: block;
    margin-top: 2px;
  }

  .fo-article-meta__updated {
    display: block;
    margin-top: 2px !important;
    font-size: 13px;
  }

  .fo-article-standfirst,
  .fo-article-standfirst p {
    font-size: 17px;
    line-height: 1.7;
  }

  .fo-article-body {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .fo-article-content p,
  .fo-article-body p,
  .fo-article-body li {
    font-size: 16px;
    line-height: 1.78;
  }

  .fo-article-body h2 {
    font-size: 30px;
    margin-top: 40px;
  }

  .fo-article-body h3 {
    font-size: 24px;
    margin-top: 26px;
  }

  /* Da ricordare */
  .fo-article-keynotes {
    margin-top: 28px;
    margin-bottom: 32px;
    padding: 28px 20px 30px;
  }

  .fo-article-keynotes h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .fo-article-keynotes ul {
    max-width: 100%;
  }

  .fo-article-keynotes li {
    font-size: 15.5px;
    line-height: 1.68;
    padding-left: 16px;
  }

  .fo-article-keynotes li::before {
    width: 3.5px;
    height: 3.5px;
  }

  /* Prodotto collegato */
  .fo-article-product-bridge {
    margin-top: 14px;
    margin-bottom: 38px;
    padding: 32px 20px;
  }

  .fo-article-product-bridge__inner {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
  }

  .fo-article-product-bridge__media {
    max-width: 220px;
    margin: 0 auto 22px;
  }

  .fo-article-product-bridge__subtitle,
  .fo-article-product-bridge__text {
    margin-left: auto;
    margin-right: auto;
  }

  .fo-article-product-bridge__title {
    font-size: 34px;
  }

  .fo-article-product-bridge__subtitle {
    font-size: 17px;
    line-height: 1.45;
  }

  .fo-article-product-bridge__text {
    font-size: 15.5px;
    line-height: 1.68;
  }

  /* Autore */
  .fo-article-author {
    margin-top: 16px;
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .fo-article-author__inner {
    max-width: 100%;
  }

  .fo-article-author__heading {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .fo-article-author__avatar-link {
    width: 92px;
    height: 92px;
    margin-bottom: 18px;
  }

  .fo-article-author__avatar-img {
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
  }

  .fo-article-author__bio {
    font-size: 15.2px;
    line-height: 1.7;
  }

  /* Correlati */
  .fo-article-related {
    margin-top: 24px;
    margin-bottom: 38px;
    padding-top: 28px;
  }

  .fo-article-related__title {
    font-size: 30px;
  }

  .fo-article-related-card__title {
    font-size: 22px;
  }

  .fo-article-related-card__excerpt {
    font-size: 15px;
    line-height: 1.6;
  }

  /* Chiusura */
  .fo-article-end {
    padding-bottom: 36px;
  }
}

/* =========================================================
   FABER ORGANIC — RIVISTA / INDICE CONTENUTI ARTICOLO
   Versione editoriale leggibile, brand green, centrata
   Shortcode: [fo_article_toc]
   ========================================================= */

.fo-article-toc {
  width: min(100%, 680px);
  margin: 30px auto 40px;
  padding: 0;
  background: #ffffff;
}

.fo-article-toc__details {
  background: transparent;
  border: 0;
  overflow: visible;
}

.fo-article-toc__details::before {
  content: "";
  display: block;
  width: 52px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #115740;
}

.fo-article-toc__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 0 18px;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #115740;
}

.fo-article-toc__summary span {
  display: inline-block;
}

.fo-article-toc__summary::-webkit-details-marker {
  display: none;
}

.fo-article-toc__summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #115740;
  border-bottom: 2px solid #115740;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
  flex: 0 0 auto;
  opacity: 1;
}

.fo-article-toc__details[open] .fo-article-toc__summary::after {
  transform: rotate(225deg) translateY(-1px);
}

.fo-article-toc__list {
  margin: 0;
  padding: 0 0 0 22px;
  color: #4f4942;
}

.fo-article-toc__item {
  margin: 0 0 11px;
  padding-left: 7px;
}

.fo-article-toc__item:last-child {
  margin-bottom: 0;
}

.fo-article-toc__link {
  color: #2f2a25;
  text-decoration: none;
  font-size: 15.5px;
  line-height: 1.55;
  font-weight: 450;
  border-bottom: 1px solid rgba(47, 42, 37, 0.22);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.fo-article-toc__link:hover {
  color: #115740;
  border-color: rgba(17, 87, 64, 0.45);
}

.fo-article-toc__link:focus-visible {
  outline: 2px solid rgba(17, 87, 64, 0.35);
  outline-offset: 4px;
  border-radius: 4px;
}

/* Anchor scroll: evita che il titolo finisca sotto header/sticky bar */
.single-post .fo-article h2[id],
.single-post .entry-content h2[id],
.single-post .post-content h2[id],
.single-post .fusion-text h2[id] {
  scroll-margin-top: 120px;
}

@media (max-width: 767px) {
  .fo-article-toc {
    width: 100%;
    margin: 26px auto 34px;
  }

  .fo-article-toc__details::before {
    width: 46px;
    height: 4px;
    margin-bottom: 16px;
  }

  .fo-article-toc__summary {
    padding-bottom: 17px;
    font-size: 15px;
  }

  .fo-article-toc__summary::after {
    width: 10px;
    height: 10px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .fo-article-toc__list {
    padding-left: 21px;
  }

  .fo-article-toc__item {
    margin-bottom: 12px;
    padding-left: 6px;
  }

  .fo-article-toc__link {
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
  }

  .single-post .fo-article h2[id],
  .single-post .entry-content h2[id],
  .single-post .post-content h2[id],
  .single-post .fusion-text h2[id] {
    scroll-margin-top: 96px;
  }
}

/* =========================================================
   FABER ORGANIC — RIVISTA / SALVA ARTICOLO + LEGGI DOPO
   CSS unificato e stabilizzato
   Include:
   1) Bottone Salva articolo nel single article
   2) Messaggio dopo salvataggio
   3) Pagina Articoli salvati
   4) Link condizionale Articoli salvati in Home Rivista
   5) Riprendi lettura
   ========================================================= */


/* =========================================================
   1) SINGLE ARTICLE — SALVA ARTICOLO
   Shortcode: [fo_article_save_button]
   ========================================================= */

.fo-article-topline {
  width: 100%;
  max-width: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.fo-article-topline__label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 !important;
  padding: 0;
  color: #5b554e;
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.fo-article-save-area {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  min-width: 0;
}

.fo-article-save {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 30px;
  margin: 0;
  padding: 4px 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #115740;
  font-family: inherit;
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    padding 0.2s ease,
    opacity 0.2s ease;
}

.fo-article-save:hover {
  color: #0d4734;
}

.fo-article-save:focus-visible {
  outline: 2px solid rgba(17, 87, 64, 0.35);
  outline-offset: 4px;
  border-radius: 10px;
}

.fo-article-save__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  min-width: 13px;
  max-width: 13px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  flex: 0 0 13px;
  line-height: 1;
  overflow: hidden;
}

.fo-article-save__svg,
.fo-article-save__icon svg {
  display: block !important;
  width: 13px !important;
  min-width: 13px !important;
  max-width: 13px !important;
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
  flex: 0 0 13px !important;
  overflow: visible;
}

.fo-article-save__svg path,
.fo-article-save__icon svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linejoin: round;
}

.fo-article-save__label {
  display: inline-block;
  transform: translateY(0.5px);
}

.fo-article-save.is-saved {
  padding: 7px 13px;
  background: #115740;
  color: #ffffff;
  border-radius: 10px;
}

.fo-article-save.is-saved:hover {
  background: #0d4734;
  color: #ffffff;
}

.fo-article-save.is-saved .fo-article-save__svg path,
.fo-article-save.is-saved .fo-article-save__icon svg path {
  fill: currentColor;
  stroke: currentColor;
}

.fo-article-save.is-disabled,
.fo-article-save:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.fo-article-save-feedback {
  max-width: 320px;
  margin: 9px 0 0;
  color: #5b554e;
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: right;
  opacity: 0;
  transform: translateY(-3px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.fo-article-save-feedback[hidden] {
  display: none;
}

.fo-article-save-feedback.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fo-article-save-feedback a {
  color: #115740;
  text-decoration: none;
  border-bottom: 1px solid rgba(17, 87, 64, 0.32);
  transition: border-color 0.2s ease, color 0.2s ease;
}

.fo-article-save-feedback a:hover {
  color: #0d4734;
  border-color: rgba(13, 71, 52, 0.55);
}


/* =========================================================
   2) PAGINA ARTICOLI SALVATI
   Shortcode: [fo_saved_articles]
   ========================================================= */

.fo-saved-articles {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 42px 20px 76px;
}

.fo-saved-articles__header {
  width: min(100%, 760px);
  margin: 0 auto 46px;
  text-align: left;
}

.fo-saved-articles__back {
  display: inline-block;
  margin-bottom: 28px;
  color: #5b554e;
  font-size: 13.5px;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 1px solid rgba(91, 85, 78, 0.22);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.fo-saved-articles__back:hover {
  color: #115740;
  border-color: rgba(17, 87, 64, 0.4);
}

.fo-saved-articles__eyebrow {
  margin: 0 0 13px;
  color: #115740;
  font-size: 12.5px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.fo-saved-articles__title {
  margin: 0;
  color: #191716;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.fo-saved-articles__intro {
  max-width: 640px;
  margin: 24px 0 0;
  color: #3f3933;
  font-size: 18px;
  line-height: 1.7;
}

.fo-saved-articles__status {
  width: min(100%, 760px);
  margin: 0 auto;
}

.fo-saved-articles__empty-title {
  margin: 0 0 10px;
  color: #191716;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}

.fo-saved-articles__empty-text {
  max-width: 560px;
  margin: 0 0 22px;
  color: #5b554e;
  font-size: 16px;
  line-height: 1.7;
}

.fo-saved-articles__empty-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 18px;
  border-radius: 10px;
  background: #115740;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.fo-saved-articles__empty-link:hover {
  background: #0d4734;
  color: #ffffff;
}

.fo-saved-articles__list {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.fo-saved-articles__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid rgba(63, 57, 51, 0.13);
}

.fo-saved-articles__item:last-child {
  border-bottom: 1px solid rgba(63, 57, 51, 0.13);
}

.fo-saved-articles__item-meta {
  margin: 0 0 9px;
  color: #8a7f73;
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.fo-saved-articles__item-title {
  margin: 0;
  color: #191716;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.fo-saved-articles__item-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.fo-saved-articles__item-title a:hover {
  color: #115740;
}

.fo-saved-articles__item-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

.fo-saved-articles__read-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 16px;
  border-radius: 10px;
  background: #115740;
  color: #ffffff;
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.fo-saved-articles__read-link:hover {
  background: #0d4734;
  color: #ffffff;
}

.fo-saved-articles__remove {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6a6259;
  font-family: inherit;
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid rgba(106, 98, 89, 0.25);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.fo-saved-articles__remove:hover {
  color: #115740;
  border-color: rgba(17, 87, 64, 0.45);
}

.fo-saved-articles__back:focus-visible,
.fo-saved-articles__empty-link:focus-visible,
.fo-saved-articles__item-title a:focus-visible,
.fo-saved-articles__read-link:focus-visible,
.fo-saved-articles__remove:focus-visible {
  outline: 2px solid rgba(17, 87, 64, 0.35);
  outline-offset: 4px;
  border-radius: 10px;
}


/* =========================================================
   3) HOME RIVISTA — LINK CONDIZIONALE ARTICOLI SALVATI
   Shortcode: [fo_saved_articles_link]
   ========================================================= */

.fo-saved-articles-link-area {
  width: min(100%, 1240px);
  margin: 0 auto 26px;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
}

.fo-saved-articles-link-area[hidden] {
  display: none;
}

.fo-saved-articles-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 10px;
  background: #f8f5ef;
  color: #115740;
  text-decoration: none;
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.fo-saved-articles-link:hover {
  background: #edf4ef;
  color: #0d4734;
}

.fo-saved-articles-link:focus-visible {
  outline: 2px solid rgba(17, 87, 64, 0.35);
  outline-offset: 4px;
  border-radius: 10px;
}

.fo-saved-articles-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  min-width: 12px;
  max-width: 12px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  flex: 0 0 12px;
  line-height: 1;
  overflow: hidden;
}

.fo-saved-articles-link__svg,
.fo-saved-articles-link__icon svg {
  display: block !important;
  width: 12px !important;
  min-width: 12px !important;
  max-width: 12px !important;
  height: 15px !important;
  min-height: 15px !important;
  max-height: 15px !important;
  flex: 0 0 12px !important;
  overflow: visible;
}

.fo-saved-articles-link__svg path,
.fo-saved-articles-link__icon svg path {
  fill: #115740;
  stroke: #115740;
  stroke-width: 1.7;
  stroke-linejoin: round;
}

.fo-saved-articles-link__label {
  display: inline-block;
  transform: translateY(0.5px);
}

.fo-saved-articles-link__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 21px;
  height: 21px;
  padding: 0 6px;
  border-radius: 999px;
  background: #115740;
  color: #ffffff;
  font-size: 11.5px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  transform: translateY(-0.5px);
}


/* =========================================================
   4) SINGLE ARTICLE — RIPRENDI LETTURA
   Shortcode: [fo_article_resume_reading]
   ========================================================= */

.fo-article-resume {
  width: min(100%, 680px);
  margin: 26px auto 34px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: #f8f5ef;
  border-left: 4px solid #115740;
  border-radius: 10px;
}

.fo-article-resume[hidden] {
  display: none;
}

.fo-article-resume__content {
  min-width: 0;
}

.fo-article-resume__eyebrow {
  margin: 0 0 5px;
  color: #115740;
  font-size: 11.5px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.fo-article-resume__text {
  margin: 0;
  color: #3f3933;
  font-size: 15px;
  line-height: 1.5;
}

.fo-article-resume__button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 14px;
  border: 0;
  border-radius: 10px;
  background: #115740;
  color: #ffffff;
  font-family: inherit;
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.fo-article-resume__button:hover {
  background: #0d4734;
  color: #ffffff;
}

.fo-article-resume__button:focus-visible {
  outline: 2px solid rgba(17, 87, 64, 0.35);
  outline-offset: 4px;
  border-radius: 10px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  /* Single article — Salva articolo */
  .fo-article-topline {
    width: 100%;
    margin-bottom: 20px;
    gap: 12px;
  }

  .fo-article-topline__label {
    min-height: 30px;
    font-size: 11.5px;
    letter-spacing: 0.1em;
  }

  .fo-article-save {
    min-height: 30px;
    font-size: 11.5px;
    letter-spacing: 0.045em;
  }

  .fo-article-save__icon {
    width: 12px;
    min-width: 12px;
    max-width: 12px;
    height: 15px;
    min-height: 15px;
    max-height: 15px;
    flex-basis: 12px;
  }

  .fo-article-save__svg,
  .fo-article-save__icon svg {
    width: 12px !important;
    min-width: 12px !important;
    max-width: 12px !important;
    height: 15px !important;
    min-height: 15px !important;
    max-height: 15px !important;
    flex-basis: 12px !important;
  }

  .fo-article-save.is-saved {
    padding: 7px 11px;
    border-radius: 9px;
  }

  .fo-article-save-feedback {
    max-width: 230px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.45;
  }

  /* Pagina Articoli salvati */
  .fo-saved-articles {
    padding: 32px 18px 58px;
  }

  .fo-saved-articles__header {
    margin-bottom: 38px;
  }

  .fo-saved-articles__back {
    margin-bottom: 24px;
    font-size: 13px;
  }

  .fo-saved-articles__title {
    font-size: clamp(38px, 12vw, 52px);
    line-height: 1;
  }

  .fo-saved-articles__intro {
    margin-top: 20px;
    font-size: 16.5px;
    line-height: 1.65;
  }

  .fo-saved-articles__empty-link,
  .fo-saved-articles__read-link {
    border-radius: 9px;
  }

  .fo-saved-articles__item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 25px 0;
  }

  .fo-saved-articles__item-title {
    font-size: 25px;
    line-height: 1.15;
  }

  .fo-saved-articles__item-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .fo-saved-articles__read-link {
    min-height: 39px;
    padding: 10px 16px;
  }

  /* Home Rivista — Link articoli salvati */
  .fo-saved-articles-link-area {
    width: 100%;
    margin-bottom: 22px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-start;
  }

  .fo-saved-articles-link {
    min-height: 36px;
    padding: 8px 11px;
    font-size: 11.5px;
    letter-spacing: 0.045em;
  }

  .fo-saved-articles-link__icon {
    width: 12px;
    min-width: 12px;
    max-width: 12px;
    height: 15px;
    min-height: 15px;
    max-height: 15px;
    flex-basis: 12px;
  }

  .fo-saved-articles-link__svg,
  .fo-saved-articles-link__icon svg {
    width: 12px !important;
    min-width: 12px !important;
    max-width: 12px !important;
    height: 15px !important;
    min-height: 15px !important;
    max-height: 15px !important;
    flex-basis: 12px !important;
  }

  .fo-saved-articles-link__count {
    min-width: 20px;
    height: 20px;
    font-size: 11px;
  }

  /* Single article — Riprendi lettura */
  .fo-article-resume {
    width: 100%;
    margin: 22px auto 30px;
    padding: 17px 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    background: #f8f5ef;
    border-left: 4px solid #115740;
    border-radius: 9px;
  }

  .fo-article-resume__text {
    font-size: 14.5px;
  }

  .fo-article-resume__button {
    min-height: 39px;
    padding: 10px 13px;
    border-radius: 9px;
    background: #115740;
    color: #ffffff;
    font-size: 12px;
  }
}

/* =========================================================
   FABER-ORGANIC — TESTIMONIANZE / SOLO LOOK
   Non modifica le spaziature strutturali impostate in Avada
   ========================================================= */

.fo-testimonial-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  min-width: 0;
}

/* Reset margini interni Avada */
.fo-testimonial-card .fusion-text,
.fo-testimonial-card .fusion-text p,
.fo-testimonial-card .fusion-imageframe,
.fo-testimonial-card .fusion-imageframe img {
  margin-bottom: 0;
}

/* Immagine */
.fo-testimonial-card__image .fusion-imageframe,
.fo-testimonial-card__image img {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 22px;
  background: var(--faber-surface-soft);
  box-shadow: var(--faber-shadow-image);
}

/* Meta */
.fo-testimonial-card__meta p {
  margin: 0px;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--faber-text-accent);
}

/* Nome */
.fo-testimonial-card__name p,
.fo-testimonial-card__name h3,
.fo-testimonial-card__name h4 {
  margin: 0px;
  font-family: "Source Serif 4", serif;
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--faber-text-heading);
}

/* Recensione */
.fo-testimonial-card__quote p {
  margin: 0px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.74;
  color: var(--faber-text-body);
}

/* Virgolette automatiche */
.fo-testimonial-card__quote p:first-child::before {
  content: "“";
}

.fo-testimonial-card__quote p:last-child::after {
  content: "”";
}

@media (max-width: 767px) {
  .fo-testimonial-card__name p,
  .fo-testimonial-card__name h3,
  .fo-testimonial-card__name h4 {
    font-size: 24px;
  }

  .fo-testimonial-card__quote p {
    font-size: 15px;
    line-height: 1.72;
  }
}

/* =========================================================
   FABER-ORGANIC — PAGINA CONTATTI / FORM
   Scope: .fo-contact-form-wrap
   ========================================================= */

.fo-contact-form-wrap,
.fo-contact-form-wrap .fusion-column-wrapper,
.fo-contact-form-wrap .fusion-builder-column-inner-bg-wrapper,
.fo-contact-form-wrap .fusion-form,
.fo-contact-form-wrap .fusion-form-form-wrapper,
.fo-contact-form-wrap form {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.fo-contact-form-wrap .fusion-form {
  margin: 0 !important;
  padding: 0 !important;
}

.fo-contact-form-wrap .fusion-form-field,
.fo-contact-form-wrap .fusion-form-submit {
  margin-bottom: 18px !important;
}

/* Label */
.fo-contact-form-wrap label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: #2b2b2b;
}

/* Campi base */
.fo-contact-form-wrap input[type="text"],
.fo-contact-form-wrap input[type="email"],
.fo-contact-form-wrap input[type="tel"],
.fo-contact-form-wrap input[type="number"],
.fo-contact-form-wrap textarea,
.fo-contact-form-wrap .fusion-form-input,
.fo-contact-form-wrap .fusion-form-textarea {
  width: 100%;
  min-height: 46px !important;
  padding: 12px 14px !important;
  border: 1px solid #d6d6d1 !important;
  border-radius: 8px !important;
  background: #f3f3f1 !important;
  box-shadow: none !important;
  color: #2f2a26 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

/* Textarea */
.fo-contact-form-wrap textarea,
.fo-contact-form-wrap .fusion-form-textarea {
  min-height: 150px !important;
  resize: vertical;
}

/* Placeholder */
.fo-contact-form-wrap input::placeholder,
.fo-contact-form-wrap textarea::placeholder {
  color: #7b766f !important;
  opacity: 1;
}

/* Focus */
.fo-contact-form-wrap input[type="text"]:focus,
.fo-contact-form-wrap input[type="email"]:focus,
.fo-contact-form-wrap input[type="tel"]:focus,
.fo-contact-form-wrap input[type="number"]:focus,
.fo-contact-form-wrap textarea:focus,
.fo-contact-form-wrap .fusion-form-input:focus,
.fo-contact-form-wrap .fusion-form-textarea:focus {
  outline: none !important;
  border-color: #b9b9b2 !important;
  background: #efefec !important;
  box-shadow: none !important;
}

/* Wrapper select Avada */
.fo-contact-form-wrap .fusion-form-select-wrapper,
.fo-contact-form-wrap .fusion-select-wrapper {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Submit */
.fo-contact-form-wrap .fusion-button,
.fo-contact-form-wrap button[type="submit"],
.fo-contact-form-wrap input[type="submit"] {
  margin-top: 10px;
}

/* =========================================================
   FABER-ORGANIC — CONTATTI / SELECT SEMPLIFICATO
   Richiede la classe: .fo-contact-select
   ========================================================= */

.fo-contact-form-wrap .fusion-form-field.fo-contact-select {
  padding: 14px !important;
  border: 1px solid #d6d6d1 !important;
  border-radius: 8px !important;
  background: #f3f3f1 !important;
  box-shadow: none !important;
}

.fo-contact-form-wrap .fusion-form-field.fo-contact-select label,
.fo-contact-form-wrap .fusion-form-field.fo-contact-select .fusion-form-label {
  margin-bottom: 8px !important;
}

.fo-contact-form-wrap .fusion-form-field.fo-contact-select .fusion-form-input-with-icon,
.fo-contact-form-wrap .fusion-form-field.fo-contact-select .fusion-form-select-wrapper,
.fo-contact-form-wrap .fusion-form-field.fo-contact-select .fusion-select-wrapper {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.fo-contact-form-wrap .fusion-form-field.fo-contact-select select,
.fo-contact-form-wrap .fusion-form-field.fo-contact-select .fusion-form-select-field {
  width: 100%;
  min-height: 46px !important;
  padding: 12px 42px 12px 14px !important;
  border: 1px solid #d6d6d1 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  color: #2f2a26 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  cursor: pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, #6f6f68 50%),
    linear-gradient(135deg, #6f6f68 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 12px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

/* =========================================================
   FABER-ORGANIC — CONTATTI / PRIVACY ROW FINALE
   ========================================================= */

.fo-contact-form-wrap .fusion-form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #d6d6d1;
  border-radius: 8px;
  background: #f3f3f1;
}

.fo-contact-form-wrap .fusion-form-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 3px 0 0 0 !important;
  appearance: auto;
  -webkit-appearance: checkbox;
  accent-color: #2f5d50;
}

.fo-contact-form-wrap .fusion-form-checkbox label {
  display: block !important;
  margin: 0 !important;
  line-height: 1.5 !important;
  color: #3b3732 !important;
}

/* =========================================================
   19) FABER-ORGANIC — NEWSLETTER POPUP / MODAL
   Blocco completo definitivo
   Sostituisce tutti i CSS precedenti del popup newsletter
   ========================================================= */

/* Trigger nascosto */
.fo-newsletter-trigger {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Wrapper modal */
.fo-newsletter-modal {
  padding: 24px !important;
}

/* Finestra modal */
.fo-newsletter-modal .modal-dialog {
  width: min(88vw, 700px) !important;
  max-width: 700px !important;
  margin: 5vh auto !important;
}

.fo-newsletter-modal .modal-content {
  background: #f6f4ef !important;
  border: 0 !important;
  border-radius: 22px !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.16) !important;
  overflow: hidden !important;
}

.fo-newsletter-modal .modal-body {
  padding: 38px 42px 36px !important;
}

/* Testi */
.fo-newsletter-modal strong {
  display: block;
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2f5d50;
}

.fo-newsletter-modal h2 {
  margin: 0 0 18px;
  font-family: "Source Serif 4", serif;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #5b5752;
}

.fo-newsletter-modal em {
  display: block;
  margin-bottom: 18px;
  font-family: "Source Serif 4", serif;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.42;
  font-style: italic;
  color: #6a655f;
}

.fo-newsletter-modal p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #3e3a36;
}

/* Form */
.fo-newsletter-modal .fusion-form {
  margin-top: 22px;
}

.fo-newsletter-modal .fusion-form-form-wrapper {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.fo-newsletter-modal .fusion-form-field {
  margin-bottom: 16px !important;
}

/* Campi */
.fo-newsletter-modal input[type="text"],
.fo-newsletter-modal input[type="email"],
.fo-newsletter-modal input[type="tel"],
.fo-newsletter-modal textarea,
.fo-newsletter-modal .fusion-form-input,
.fo-newsletter-modal .fusion-form-textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px !important;
  background: #ffffff !important;
  border: 1px solid #d9d4cb !important;
  border-radius: 10px !important;
  color: #2f2a26 !important;
  box-shadow: none !important;
}

.fo-newsletter-modal input::placeholder,
.fo-newsletter-modal textarea::placeholder {
  color: #8a847d !important;
  opacity: 1;
}

.fo-newsletter-modal input:focus,
.fo-newsletter-modal textarea:focus,
.fo-newsletter-modal .fusion-form-input:focus,
.fo-newsletter-modal .fusion-form-textarea:focus {
  outline: none !important;
  border-color: #bdb6ab !important;
  box-shadow: none !important;
}

/* Checkbox privacy */
.fo-newsletter-modal .fusion-form-checkbox {
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}

.fo-newsletter-modal .fusion-form-checkbox label,
.fo-newsletter-modal .fusion-form-checkbox label span {
  font-size: 15px !important;
  line-height: 1.55 !important;
  color: #3d3935 !important;
}

.fo-newsletter-modal .fusion-form-checkbox input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  margin-right: 10px !important;
  accent-color: #2f5d50;
}

/* Bottone */
.fo-newsletter-modal .fusion-button,
.fo-newsletter-modal button[type="submit"],
.fo-newsletter-modal input[type="submit"] {
  min-height: 54px;
  border-radius: 10px !important;
}

/* Pulsante chiusura */
.fo-newsletter-modal .close,
.fo-newsletter-modal .modal-header .close {
  opacity: 1 !important;
  color: #8c867f !important;
}

/* =========================================================
   TABLET ORIZZONTALE
   Popup intero in viewport, senza scroll interno
   ========================================================= */
@media (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) {
  .fo-newsletter-modal {
    padding: 8px !important;
  }

  .fo-newsletter-modal .modal-dialog {
    width: min(92vw, 640px) !important;
    max-width: 640px !important;
    margin: 8px auto !important;
  }

  .fo-newsletter-modal .modal-content {
    max-height: calc(100dvh - 16px) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    display: flex;
    flex-direction: column;
  }

  .fo-newsletter-modal .modal-body {
    padding: 14px 18px 16px !important;
    overflow: visible !important;
    -webkit-overflow-scrolling: auto;
  }

  .fo-newsletter-modal strong {
    margin-bottom: 8px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  .fo-newsletter-modal h2 {
    margin-bottom: 8px !important;
    font-size: clamp(28px, 4vw, 40px) !important;
    line-height: 0.98 !important;
  }

  .fo-newsletter-modal em {
    margin-bottom: 8px !important;
    font-size: 15px !important;
    line-height: 1.32 !important;
  }

  .fo-newsletter-modal p {
    margin-bottom: 8px !important;
    font-size: 13px !important;
    line-height: 1.42 !important;
  }

  .fo-newsletter-modal .fusion-form {
    margin-top: 10px !important;
  }

  .fo-newsletter-modal .fusion-form-field {
    margin-bottom: 10px !important;
  }

  .fo-newsletter-modal input[type="text"],
  .fo-newsletter-modal input[type="email"],
  .fo-newsletter-modal input[type="tel"],
  .fo-newsletter-modal textarea,
  .fo-newsletter-modal .fusion-form-input,
  .fo-newsletter-modal .fusion-form-textarea {
    min-height: 44px !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
  }

  .fo-newsletter-modal .fusion-button,
  .fo-newsletter-modal button[type="submit"],
  .fo-newsletter-modal input[type="submit"] {
    min-height: 44px !important;
    font-size: 14px !important;
  }

  .fo-newsletter-modal .fusion-form-checkbox {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .fo-newsletter-modal .fusion-form-checkbox label,
  .fo-newsletter-modal .fusion-form-checkbox label span {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .fo-newsletter-modal .fusion-form-checkbox input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    margin-right: 8px !important;
  }
}

/* =========================================================
   TABLET VERTICALE + MOBILE
   Popup compatto, senza scroll interno
   ========================================================= */
@media (max-width: 1024px) and (orientation: portrait),
       (max-width: 767px) {
  .fo-newsletter-modal {
    padding: 8px !important;
  }

  .fo-newsletter-modal .modal-dialog {
    width: min(92vw, 420px) !important;
    max-width: min(92vw, 420px) !important;
    margin: 8px auto !important;
  }

  .fo-newsletter-modal .modal-content {
    max-height: calc(100vh - 16px) !important;
    max-height: calc(100dvh - 16px) !important;
    display: flex;
    flex-direction: column;
    overflow: hidden !important;
    border-radius: 16px !important;
  }

  .fo-newsletter-modal .modal-body {
    padding: 15px 16px 16px !important;
    overflow: hidden !important;
    -webkit-overflow-scrolling: auto !important;
  }

  .fo-newsletter-modal strong {
    margin-bottom: 7px !important;
    font-size: 11px !important;
    line-height: 1.18 !important;
    letter-spacing: 0.075em !important;
  }

  .fo-newsletter-modal h2 {
    margin-bottom: 7px !important;
    font-size: clamp(24px, 7vw, 31px) !important;
    line-height: 1 !important;
    letter-spacing: -0.03em !important;
  }

  .fo-newsletter-modal em {
    margin-bottom: 7px !important;
    font-size: 14.5px !important;
    line-height: 1.28 !important;
  }

  .fo-newsletter-modal p {
    margin-bottom: 7px !important;
    font-size: 12.8px !important;
    line-height: 1.38 !important;
  }

  .fo-newsletter-modal .fusion-form {
    margin-top: 9px !important;
  }

  .fo-newsletter-modal .fusion-form-field {
    margin-bottom: 7px !important;
  }

  /* Le colonne del form vanno una sotto l'altra */
  .fo-newsletter-modal .fusion-layout-column {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 7px !important;
  }

  .fo-newsletter-modal input[type="text"],
  .fo-newsletter-modal input[type="email"],
  .fo-newsletter-modal input[type="tel"],
  .fo-newsletter-modal textarea,
  .fo-newsletter-modal .fusion-form-input,
  .fo-newsletter-modal .fusion-form-textarea {
    min-height: 40px !important;
    padding: 8px 11px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .fo-newsletter-modal .fusion-button,
  .fo-newsletter-modal button[type="submit"],
  .fo-newsletter-modal input[type="submit"] {
    width: 100% !important;
    min-height: 40px !important;
    font-size: 13.5px !important;
    line-height: 1.2 !important;
  }

  .fo-newsletter-modal .fusion-form-checkbox {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .fo-newsletter-modal .fusion-form-checkbox label,
  .fo-newsletter-modal .fusion-form-checkbox label span {
    font-size: 12.3px !important;
    line-height: 1.32 !important;
  }

  .fo-newsletter-modal .fusion-form-checkbox input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    margin-right: 7px !important;
  }
}

/* =========================================================
   IUBENDA
   Nasconde i pulsanti flottanti mentre il modal è aperto
   ========================================================= */
body.modal-open .iubenda-cs-preferences-link,
body.modal-open .iubenda-uspr-btn,
body.modal-open .iubenda-tp-btn {
  opacity: 0 !important;
  pointer-events: none !important;
}
