#fw-section-custom-html-227555b1-dae8-4e5e-9d7c-629d4155a9dc {

/* Fourthwall • Donation Banner */
:root{
  --fw-donate-bg:#fdebf2;
  --fw-donate-accent:#ec4899;
  --fw-donate-title:#b91c1c;
  --fw-donate-text:#374151;
  --fw-donate-border:#f9cfe0;
}

.fw-donate{ 
  max-width:880px; margin:16px auto; padding:18px 20px;
  background:var(--fw-donate-bg) !important;
  border:1px solid var(--fw-donate-border) !important;
  border-left:6px solid var(--fw-donate-accent) !important;   /* barre rose à gauche */
  border-radius:14px !important;
  box-shadow:0 6px 18px rgba(236,72,153,.12) !important;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif !important;
}

.fw-donate__row{ 
  display:flex; align-items:center; gap:8px; margin:0 0 8px 0;
}

.fw-donate__title{
  font-weight:800; color:var(--fw-donate-title); 
  font-size:18px; line-height:1.25; margin:0;
}

.fw-donate__text{
  margin:0; color:var(--fw-donate-text);
  font-size:15px; line-height:1.6;
}

@media (max-width:480px){
  .fw-donate{ padding:14px; }
  .fw-donate__title{ font-size:16px; }
  .fw-donate__text{ font-size:14px; }
}

}

#fw-section-custom-html-29bdab29-7546-46fe-9626-4526d79aa246 {

/* Trustpilot style box */
.trustpilot-box {
  text-align: center;
  max-width: 300px;
  margin: 20px auto;
  font-family: system-ui, Arial, sans-serif;
  color: #111;
}

.tp-powered {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.tp-powered span {
  font-style: italic;
  font-weight: 600;
}

.tp-reviews {
  font-size: 13px;
  color: #666;
  margin: 4px 0 12px;
}

.tp-stars {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 10px;
}

.tp-stars .star {
  display: inline-block;
  color: #d1d5db; /* gris clair pour fond */
  position: relative;
}

.tp-stars .full {
  color: #00b67a; /* vert Trustpilot */
}

.tp-stars .half {
  color: #d1d5db;
}

.tp-stars .half::before {
  content: "★";
  color: #00b67a;
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
}

.tp-brand {
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.tp-brand .star-icon {
  color: #00b67a;
  font-size: 18px;
}

}
#fw-section-custom-html-53700434-5d18-4a11-b52b-2f420fc4df53 {

/* Testimonials Section */
.t-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 20px;
  background: #fde2e9; /* rose clair */
  border-radius: 12px;
}

.t-title {
  text-align: center;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 20px;
  color: #b91c1c;
}

.t-card {
  background: #fff;
  border: 1px solid #fcd6e9;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.t-stars {
  font-size: 20px;
  color: #fbbf24; /* yellow stars */
  margin-bottom: 8px;
}

.t-text {
  font-size: 15px;
  color: #374151;
  margin-bottom: 8px;
  line-height: 1.6;
}

.t-author {
  font-size: 14px;
  font-weight: 700;
  color: #b91c1c;
}

.t-badge {
  background: #fde2e9;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 6px;
}

}


#fw-section-footer {

/* Trustpilot style box */
.trustpilot-box {
  text-align: center;
  max-width: 300px;
  margin: 20px auto;
  font-family: system-ui, Arial, sans-serif;
  color: #111;
}

.tp-powered {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.tp-powered span {
  font-style: italic;
  font-weight: 600;
}

.tp-reviews {
  font-size: 13px;
  color: #666;
  margin: 4px 0 12px;
}

.tp-stars {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 10px;
}

.tp-stars .star {
  display: inline-block;
  color: #d1d5db; /* gris clair pour fond */
  position: relative;
}

.tp-stars .full {
  color: #00b67a; /* vert Trustpilot */
}

.tp-stars .half {
  color: #d1d5db;
}

.tp-stars .half::before {
  content: "★";
  color: #00b67a;
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
}

.tp-brand {
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.tp-brand .star-icon {
  color: #00b67a;
  font-size: 18px;
}

}
#fw-section-announcement-bar-64a58ad5-9ec9-4f9e-a811-5fedd2762c94 {
--color-primary: #fa0c85;
--color-primary-rgb: 250, 12, 133;
--color-background: #fdd5ee;
--color-background-rgb: 253, 213, 238;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-product-image-background: #000000;
--color-background-brightness: 228;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-announcement-bar-fd7bbc29-3a94-42a5-8028-bee3e4c97c52 {
--color-primary: #fa0c85;
--color-primary-rgb: 250, 12, 133;
--color-background: #fdd5ee;
--color-background-rgb: 253, 213, 238;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-product-image-background: #000000;
--color-background-brightness: 228;
background-color: var(--color-background);
color: var(--color-on-background);

}