/* Suggestions de recherche. */

body.cd-theme .cd-recherche{position:relative}

body.cd-theme .cd-re-boite{
  position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:400;
  background:var(--s,#fff);border:1px solid var(--b,#E9DCD3);border-radius:var(--r,14px);
  box-shadow:var(--ombre,0 18px 40px -24px rgba(60,30,35,.36));
  max-height:min(70vh,520px);overflow-y:auto;overscroll-behavior:contain;padding:.35rem}
/* 🚨 `hidden` est un attribut : tout `display:` écrit ailleurs l'écrase. */
body.cd-theme .cd-recherche [hidden]{display:none !important}

body.cd-theme .cd-re-groupe{padding:.15rem 0}
body.cd-theme .cd-re-groupe + .cd-re-groupe{border-top:1px solid var(--b,#E9DCD3);margin-top:.3rem;padding-top:.45rem}

body.cd-theme .cd-re-lien{display:flex;align-items:center;gap:.7rem;padding:.5rem .6rem;
  border-radius:var(--r-p,8px);text-decoration:none;color:var(--t,#241619);transition:background .12s}
body.cd-theme .cd-re-lien:hover,
body.cd-theme .cd-re-lien.est-vise{background:var(--peau-p,#F6E6DE)}

body.cd-theme .cd-re-vis{flex:0 0 46px;width:46px;height:46px;border-radius:6px;overflow:hidden;
  background:var(--f2,#F4EAE3)}
body.cd-theme .cd-re-vis img{width:100%;height:100%;object-fit:cover;display:block;margin:0}
body.cd-theme .cd-re-txt{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.1rem}
body.cd-theme .cd-re-marque{font-family:var(--mono,monospace);font-size:.58rem;letter-spacing:.09em;
  text-transform:uppercase;color:var(--a,#8C2F42)}
body.cd-theme .cd-re-nom{font-size:.86rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
body.cd-theme .cd-re-rupture{font-family:var(--mono,monospace);font-size:.58rem;letter-spacing:.08em;
  text-transform:uppercase;color:var(--d,#7A6058)}
body.cd-theme .cd-re-prix{flex:0 0 auto;font-family:var(--mono,monospace);font-size:.82rem;
  font-variant-numeric:tabular-nums;white-space:nowrap}
body.cd-theme .cd-re-prix del{display:none}
body.cd-theme .cd-re-prix ins{text-decoration:none;color:var(--a,#8C2F42);font-weight:600}

body.cd-theme .cd-re-rayon .cd-re-genre{flex:0 0 auto;font-family:var(--mono,monospace);font-size:.58rem;
  letter-spacing:.09em;text-transform:uppercase;color:var(--d,#7A6058);
  border:1px solid var(--b,#E9DCD3);border-radius:var(--r-pill,999px);padding:.15rem .45rem}
body.cd-theme .cd-re-rayon .cd-re-nom{flex:1 1 auto;-webkit-line-clamp:1}
body.cd-theme .cd-re-compte{flex:0 0 auto;font-family:var(--mono,monospace);font-size:.72rem;
  color:var(--d,#7A6058);font-variant-numeric:tabular-nums}

body.cd-theme .cd-re-tout{justify-content:center;font-family:var(--mono,monospace);font-size:.66rem;
  letter-spacing:.08em;text-transform:uppercase;color:var(--a,#8C2F42);
  border-top:1px solid var(--b,#E9DCD3);border-radius:0;margin-top:.3rem;padding-top:.7rem}
body.cd-theme .cd-re-vide{margin:0;padding:1rem .8rem;font-size:.88rem;color:var(--d,#7A6058);text-align:center}

@media (max-width:640px){
  body.cd-theme .cd-re-boite{max-height:60vh}
  body.cd-theme .cd-re-prix{font-size:.76rem}
}
