/* Start custom CSS for text-editor, class: .elementor-element-591abf66 *//* =========================================================
   FICHE PRODUIT LES CREATEURS BIO
   CSS rÃ©utilisable pour descriptions longues et courtes
   ========================================================= */

.lcb-product-page,
.lcb-short-description {
  --lcb-primary: #427a55;
  --lcb-primary-dark: #285538;
  --lcb-primary-soft: #edf6ee;
  --lcb-secondary: #a77a3a;
  --lcb-text: #26312a;
  --lcb-muted: #657066;
  --lcb-border: #dce5dc;
  --lcb-light: #f8faf7;
  --lcb-white: #ffffff;
  --lcb-shadow: 0 8px 24px rgba(37, 70, 45, 0.08);

  box-sizing: border-box;
  color: var(--lcb-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.72;
}

.lcb-product-page *,
.lcb-short-description * {
  box-sizing: border-box;
}

.lcb-product-page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 28px 18px;
}

.lcb-product-page h2,
.lcb-product-page h3,
.lcb-product-page p {
  margin-top: 0;
}

.lcb-product-page h2 {
  margin-bottom: 18px;
  color: var(--lcb-primary-dark);
  font-size: 1.72rem;
  line-height: 1.3;
  font-weight: 700;
}

.lcb-product-page h3 {
  margin-bottom: 10px;
  color: var(--lcb-primary-dark);
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 700;
}

.lcb-product-page p {
  margin-bottom: 16px;
}

.lcb-product-page a,
.lcb-short-description a {
  color: var(--lcb-primary-dark);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(40, 85, 56, 0.35);
  text-underline-offset: 3px;
}

.lcb-product-page a:hover,
.lcb-short-description a:hover {
  color: var(--lcb-secondary);
  text-decoration-color: var(--lcb-secondary);
}

/* En-tÃªte */

.lcb-product-intro {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--lcb-border);
}

.lcb-eyebrow {
  margin-bottom: 10px !important;
  color: var(--lcb-primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lcb-product-intro h2 {
  max-width: 900px;
  margin-bottom: 14px;
  font-size: 2rem;
}

.lcb-lead {
  max-width: 900px;
  color: #425047;
  font-size: 1.08rem;
}

.lcb-product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.lcb-product-badges span {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #cee0d1;
  border-radius: 30px;
  background: var(--lcb-primary-soft);
  color: var(--lcb-primary-dark);
  font-size: 0.82rem;
  font-weight: 700;
}

/* Sections */

.lcb-section {
  margin-top: 34px;
}

.lcb-section-soft {
  padding: 26px;
  border: 1px solid var(--lcb-border);
  border-radius: 14px;
  background: var(--lcb-light);
}

/* Carte mise en avant */

.lcb-hero-card {
  margin-top: 28px;
  padding: 2px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--lcb-primary), #73a878);
  box-shadow: var(--lcb-shadow);
}

.lcb-hero-card-content {
  padding: 25px;
  border-radius: 14px;
  background: var(--lcb-white);
}

.lcb-card-label {
  margin-bottom: 8px !important;
  color: var(--lcb-secondary);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lcb-hero-card h2 {
  margin-bottom: 12px;
}

/* Listes */

.lcb-check-list,
.lcb-short-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.lcb-check-list li,
.lcb-short-list li {
  position: relative;
  padding: 4px 0 4px 26px;
  list-style: none;
}

.lcb-check-list li::before,
.lcb-short-list li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--lcb-primary);
  color: var(--lcb-white);
  content: "+";
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

/* Cartes bÃ©nÃ©fices */

.lcb-benefits-grid,
.lcb-related-grid,
.lcb-usage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.lcb-benefit-card,
.lcb-related-card,
.lcb-usage-card {
  padding: 18px;
  border: 1px solid var(--lcb-border);
  border-radius: 12px;
  background: var(--lcb-white);
  box-shadow: 0 3px 12px rgba(37, 70, 45, 0.04);
}

.lcb-benefit-card h3,
.lcb-related-card h3,
.lcb-usage-card h3 {
  margin-bottom: 9px;
}

.lcb-benefit-card p,
.lcb-related-card p,
.lcb-usage-card p {
  margin-bottom: 0;
  color: #465149;
  font-size: 0.95rem;
}

.lcb-usage-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
  font-size: 0.92rem;
}

.lcb-usage-card li {
  margin-bottom: 6px;
}

/* EncadrÃ©s */

.lcb-highlight-note,
.lcb-warning-box,
.lcb-product-tip,
.lcb-routine-box {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 10px;
}

.lcb-highlight-note {
  border-left: 4px solid var(--lcb-secondary);
  background: #fff9ef;
  color: #5f4828;
}

.lcb-warning-box {
  border-left: 4px solid #bd6b4f;
  background: #fff5f1;
  color: #624033;
}

.lcb-product-tip {
  border-left: 4px solid var(--lcb-primary);
  background: var(--lcb-primary-soft);
}

.lcb-routine-box {
  border: 1px solid #cce0cf;
  background: #f1f8f2;
}

.lcb-routine-box h3 {
  margin-bottom: 8px;
}

.lcb-routine-box ol {
  margin: 0;
  padding-left: 20px;
}

.lcb-routine-box li {
  margin-bottom: 6px;
}

/* Colonnes d'informations */

.lcb-info-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.lcb-info-columns > div {
  padding: 18px;
  border: 1px solid var(--lcb-border);
  border-radius: 12px;
  background: var(--lcb-white);
}

.lcb-info-columns ul {
  margin: 0;
  padding-left: 18px;
}

.lcb-info-columns li {
  margin-bottom: 7px;
}

/* Comparatif */

.lcb-comparison-table {
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid var(--lcb-border);
  border-radius: 12px;
  background: var(--lcb-white);
}

.lcb-comparison-row {
  display: grid;
  grid-template-columns: 1fr 1.25fr 1.25fr;
  border-bottom: 1px solid var(--lcb-border);
}

.lcb-comparison-row:last-child {
  border-bottom: 0;
}

.lcb-comparison-row > div {
  padding: 13px 15px;
  border-right: 1px solid var(--lcb-border);
  font-size: 0.92rem;
}

.lcb-comparison-row > div:last-child {
  border-right: 0;
}

.lcb-comparison-heading {
  background: var(--lcb-primary-dark);
  color: var(--lcb-white);
  font-weight: 700;
}

.lcb-comparison-heading > div {
  border-color: rgba(255, 255, 255, 0.18);
}

/* IngrÃ©dients */

.lcb-ingredients-card {
  padding: 20px;
  border: 1px solid #d5e5d7;
  border-radius: 12px;
  background: linear-gradient(135deg, #f3faf4, #ffffff);
}

.lcb-ingredients-card h3 {
  margin-bottom: 8px;
}

/* Tableau technique */

.lcb-spec-table {
  width: 100%;
  margin-top: 18px;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--lcb-border);
  border-radius: 12px;
  background: var(--lcb-white);
  font-size: 0.94rem;
}

.lcb-spec-table th,
.lcb-spec-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--lcb-border);
  text-align: left;
  vertical-align: top;
}

.lcb-spec-table tr:last-child th,
.lcb-spec-table tr:last-child td {
  border-bottom: 0;
}

.lcb-spec-table th {
  width: 34%;
  background: #f4f8f4;
  color: var(--lcb-primary-dark);
  font-weight: 700;
}

/* FAQ */

.lcb-faq {
  border-top: 1px solid var(--lcb-border);
}

.lcb-faq-item {
  border-bottom: 1px solid var(--lcb-border);
}

.lcb-faq-item summary {
  position: relative;
  padding: 17px 38px 17px 0;
  color: var(--lcb-primary-dark);
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.lcb-faq-item summary::-webkit-details-marker {
  display: none;
}

.lcb-faq-item summary::after {
  position: absolute;
  top: 15px;
  right: 4px;
  color: var(--lcb-primary);
  content: "+";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.lcb-faq-item[open] summary::after {
  content: "-";
}

.lcb-faq-answer {
  padding: 0 4px 16px 0;
}

.lcb-faq-answer p {
  margin: 0;
  color: #4a564d;
}

/* Description courte */

.lcb-short-description {
  max-width: 1000px;
  margin: 20px auto;
  padding: 18px;
  border: 1px solid var(--lcb-border);
  border-radius: 12px;
  background: var(--lcb-light);
}

.lcb-short-description p {
  margin: 0 0 12px;
  color: var(--lcb-text);
  line-height: 1.65;
}

.lcb-short-list {
  margin-top: 0;
}

/* Responsive */

@media (max-width: 780px) {
  .lcb-product-page {
    padding: 20px 14px;
  }

  .lcb-product-intro h2 {
    font-size: 1.62rem;
  }

  .lcb-benefits-grid,
  .lcb-related-grid,
  .lcb-usage-grid,
  .lcb-info-columns {
    grid-template-columns: 1fr;
  }

  .lcb-section-soft {
    padding: 20px 16px;
  }

  .lcb-comparison-table {
    overflow-x: auto;
  }

  .lcb-comparison-row {
    min-width: 650px;
  }

  .lcb-spec-table th {
    width: 42%;
  }
}

@media (max-width: 480px) {
  .lcb-product-intro h2 {
    font-size: 1.42rem;
  }

  .lcb-product-page h2 {
    font-size: 1.36rem;
  }

  .lcb-hero-card-content,
  .lcb-benefit-card,
  .lcb-related-card,
  .lcb-usage-card {
    padding: 16px;
  }

  .lcb-product-badges {
    gap: 6px;
  }

  .lcb-product-badges span {
    font-size: 0.76rem;
  }

  .lcb-spec-table {
    font-size: 0.86rem;
  }

  .lcb-spec-table th,
  .lcb-spec-table td {
    padding: 10px;
  }
}/* End custom CSS */