.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-bff4f05:#002435;--e-global-color-0fd96bb:#FECA91;--e-global-color-f808683:#1E1E1E;--e-global-color-bd21e0d:#545D6C;--e-global-color-36ee516:#FAF6F6;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-72e27ab-font-family:"GT Sectra";--e-global-typography-72e27ab-font-size:30px;--e-global-typography-72e27ab-font-weight:500;--e-global-typography-72e27ab-font-style:normal;--e-global-typography-72e27ab-line-height:9px;--e-global-typography-72e27ab-letter-spacing:0.2px;--e-global-typography-72e27ab-word-spacing:2px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-bff4f05 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:97%;}.e-con{--container-max-width:97%;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */mark {
  background: linear-gradient(transparent 66%, #FECA91 66%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 4px;
  color: inherit;
}

/* =========================================
   YITH "Spesso acquistati insieme" - Restyle Eredi dei Papi
   ========================================= */

/* Nascondi titolo e lista prodotti raw */
.yith-wfbt-section > h2,
.yith-wfbt-items {
  display: none !important;
}

/* Font GT Trial su tutto, eccetto bottone */
body .yith-wfbt-section,
body .yith-wfbt-section *:not(.yith-wfbt-submit-button) {
  font-family: 'Outfit', sans-serif !important;
}

/* Font Outfit sul bottone */
body .yith-wfbt-submit-button.button {
  font-family: 'Outfit', sans-serif !important;
}

.yith-wfbt-section {
  margin: 2rem 0;
}

/* Form layout column - card sx, bottone centrato (gestito dal submit-block) */
.yith-wfbt-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
}

/* Tabella immagini → flex allineata SX */
.yith-wfbt-images,
.yith-wfbt-images tbody,
.yith-wfbt-images tr {
  display: flex !important;
  align-items: stretch;
  justify-content: flex-start;
  gap: 24px;
  width: 100%;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Card prodotto - bordo che racchiude tutto, NIENTE padding interno */
.yith-wfbt-images .image-td {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  flex: 1 1 0 !important;
  width: auto !important;
  background: transparent !important;
  border: 1px solid #112333 !important;
  padding: 0 !important;
  margin: 0 !important;
  border-spacing: 0 !important;
  text-align: left;
  overflow: hidden;
}

/* Link/area immagine - FULL WIDTH, immagine fino al bordo */
.yith-wfbt-images .image-td > a {
  display: block;
  width: 100%;
  height: 270px;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #112333 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: none;
  overflow: hidden;
  font-size: 0;
}

.yith-wfbt-images .image-td > a img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Wrapper info (titolo + prezzo) iniettato via JS - flex inline */
.yith-wfbt-images .image-td .injected-info {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
}

/* Nome prodotto (sx) */
.yith-wfbt-images .image-td .injected-name {
  font-size: 15px;
  font-weight: 500;
  color: #112333 !important;
  margin: 0;
  line-height: 1.3;
  flex: 1 1 auto;
  text-align: left;
}

/* Prezzo prodotto (dx) */
.yith-wfbt-images .image-td .injected-price,
.yith-wfbt-images .image-td .injected-price .woocommerce-Price-amount,
.yith-wfbt-images .image-td .injected-price .woocommerce-Price-currencySymbol,
.yith-wfbt-images .image-td .injected-price bdi {
  font-size: 14px !important;
  font-weight: 500;
  color: #112333 !important;
  margin: 0;
  flex: 0 0 auto;
  text-align: right;
  white-space: nowrap;
}

/* Simbolo "+" tra le card — non si stira */
.yith-wfbt-images .image_plus {
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 300;
  color: #112333;
  padding: 0 4px;
  background: transparent !important;
  border: none !important;
  width: auto !important;
  flex: 0 0 auto !important;
}

/* Submit block: prezzo totale + bottone — bottone resta centrato */
.yith-wfbt-submit-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 0 !important;
  padding: 0 !important;
}

.yith-wfbt-submit-block .price_text {
  font-size: 14px;
  color: #112333 !important;
  text-align: center;
}

.yith-wfbt-submit-block .total_price_label {
  margin-right: 6px;
  color: #112333 !important;
}

.yith-wfbt-submit-block .total_price,
.yith-wfbt-submit-block .total_price .woocommerce-Price-amount,
.yith-wfbt-submit-block .total_price .woocommerce-Price-currencySymbol,
.yith-wfbt-submit-block .total_price bdi {
  font-size: 16px !important;
  font-weight: 500;
  color: #112333 !important;
}

/* Bottone "Aggiungi entrambi al carrello" */
.yith-wfbt-submit-button.button {
  background-color: #ffffff !important;
  color: #112333 !important;
  border: 1.5px solid #112333 !important;
  padding: 14px 32px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  border-radius: 0 !important;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 1 !important;
}

.yith-wfbt-submit-button.button:hover {
  background-color: #FECA91 !important;
  border-color: #112333 !important;
}

/* Responsive: su mobile metti card in colonna */
@media (max-width: 768px) {
  .yith-wfbt-images,
  .yith-wfbt-images tbody,
  .yith-wfbt-images tr {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  /* FIX collasso: batte il "flex: 1 1 0 !important" del desktop.
     basis auto = la card si dimensiona sul contenuto (immagine + info) e non va a 0 */
  .yith-wfbt-images .image-td {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
  .yith-wfbt-images .image-td > a {
    height: 220px; /* abbassala/alzala se il crop su mobile non ti torna */
  }
  .yith-wfbt-images .image_plus {
    transform: rotate(90deg);
    padding: 8px 0;
    align-self: center;
  }
}


/* =========================================
   EDP – Textarea → Lista con icona SVG
   ========================================= */

.edp-textarea-list .edp-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.edp-textarea-list .edp-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-top: 1px solid #000;
}

.edp-textarea-list .edp-list li:last-child {
  border-bottom: 1px solid #000;
}

.edp-textarea-list .edp-list li::before {
  content: '';
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  background: url('https://eredideipapi.com/wp-content/uploads/2026/06/Rectangle-921.svg') no-repeat center / contain;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'GT Sectra';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://eredideipapi.com/wp-content/uploads/2026/03/GT-Sectra-Regular.woff2') format('woff2');
}
/* End Custom Fonts CSS */