/* ===== Échantillon Arssans — bloc charté (rouleaux + fresques) =====
   Reprend la charte du bloc échantillon existant (palette or/crème, Georgia).
   Fonctionne dans .product-additional-info (fiche standard) ET .afq-sample (fiche fresque). */
.arssans-echantillon {
  padding: 16px 18px;
  background: #f4f1ea;
  border: 1px solid #e2dccd;
  border-left: 3px solid #9a8410;
  border-radius: 8px;
  clear: both;
  margin-top: 14px;
  box-sizing: border-box;
}
.afq-sample .arssans-echantillon { margin-top: 18px; }

.arssans-echantillon .ae-label {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 13.5px;
  letter-spacing: .02em;
  color: #1c1b18;
  font-weight: 600;
  margin: 0 0 4px;
}
.arssans-echantillon .ae-price { color: #9a8410; font-weight: 700; }

.arssans-echantillon .ae-desc {
  font-size: 12.5px;
  color: #6f6a5f;
  line-height: 1.55;
  margin: 2px 0 13px;
}

.arssans-echantillon .ae-btn {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-radius: 6px;
  padding: 12px 18px;
  font-size: 12.5px;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: #ab8f00;
  color: #fff;
  transition: filter .15s, opacity .15s;
  font-family: 'Montserrat', Arial, sans-serif;
}
.arssans-echantillon .ae-btn:hover { filter: brightness(1.08); }
.arssans-echantillon .ae-btn:disabled { opacity: .6; cursor: default; filter: none; }
.arssans-echantillon .ae-btn.ae-loading { opacity: .7; cursor: wait; }
.arssans-echantillon .ae-btn .material-icons { font-size: 17px; }

.arssans-echantillon .ae-feedback {
  font-size: 12px;
  border-radius: 6px;
  padding: 9px 11px;
  margin: 10px 0 0;
  line-height: 1.4;
}
.arssans-echantillon .ae-feedback.ae-error { background: #fbecec; color: #8a2b2b; border: 1px solid #e7c3c3; }
.arssans-echantillon .ae-feedback.ae-ok { background: #eef4ea; color: #3f6b2e; border: 1px solid #cfe1c2; }
