:root{--bg:#fff9f4;--ink:#2f211b;--muted:#826f65;--card:#ffffff;--line:#ead8ce;--accent:#9b5a43;--accent2:#513226;--soft:#f6e7df}*{box-sizing:border-box}body.ch-catalogo-page{margin:0;background:linear-gradient(180deg,var(--bg),#fff);color:var(--ink);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.ch-wrap{width:min(1180px,92vw);margin:0 auto;padding:32px 0 56px}.ch-hero-catalogo{padding:38px 24px;border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.82);box-shadow:0 18px 45px rgba(81,50,38,.08);text-align:center}.ch-kicker,.ch-cat{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:.78rem;font-weight:800}.ch-hero-catalogo h1{font-size:clamp(2rem,5vw,4rem);margin:.2em 0}.ch-hero-catalogo p{color:var(--muted);font-size:1.08rem}.ch-filtri{display:grid;grid-template-columns:1fr 240px auto auto;gap:12px;margin:24px 0 12px}.ch-filtri input,.ch-filtri select{padding:14px 16px;border:1px solid var(--line);border-radius:16px;background:white;color:var(--ink);font:inherit;outline:none}.ch-filtri input:focus,.ch-filtri select:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(155,90,67,.12)}.ch-filtri button,.ch-btn,.ch-reset{border:0;border-radius:16px;padding:14px 18px;background:var(--accent2);color:white;text-decoration:none;font-weight:800;cursor:pointer;transition:.22s ease}.ch-reset{background:var(--soft);color:var(--accent2)}.ch-btn:hover,.ch-filtri button:hover{transform:translateY(-1px);filter:brightness(1.04)}.ch-quick-filters{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 22px}.ch-quick-filters button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;color:var(--accent2);font-weight:800;cursor:pointer}.ch-quick-filters button.active,.ch-quick-filters button:hover{background:var(--accent2);color:#fff}.ch-grid-prodotti{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.ch-grid-prodotti.mini{grid-template-columns:repeat(3,1fr)}.ch-card-prodotto{background:var(--card);border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 14px 35px rgba(81,50,38,.08);transition:transform .25s ease,box-shadow .25s ease}.ch-card-prodotto:hover{transform:translateY(-4px);box-shadow:0 24px 55px rgba(81,50,38,.14)}.ch-imgbox{height:250px;background:var(--soft);display:grid;place-items:center;position:relative;color:var(--muted);text-decoration:none;overflow:hidden}.ch-imgbox img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.ch-card-prodotto:hover .ch-imgbox img{transform:scale(1.045)}.ch-gradient{position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(0deg,rgba(47,33,27,.5),transparent);pointer-events:none}.ch-badges{position:absolute;left:12px;top:12px;right:12px;display:flex;gap:7px;flex-wrap:wrap;z-index:2}.ch-badges b{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:999px;padding:7px 10px;color:var(--accent2);font-size:.74rem;box-shadow:0 6px 18px rgba(0,0,0,.08)}.detail-badges{position:static;margin:8px 0 14px}.ch-card-body{padding:18px}.ch-card-body h2{margin:4px 0 8px;font-size:1.28rem;line-height:1.2}.ch-card-body h2 a{color:var(--ink);text-decoration:none}.ch-card-body p{color:var(--muted);line-height:1.55}.ch-prezzo{font-weight:900;font-size:1.12rem;margin:12px 0}.ch-prezzo.muted{color:var(--accent)}.ch-prezzo.big{font-size:1.45rem}.ch-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.ch-btn{display:inline-flex;align-items:center;justify-content:center}.ch-wa{background:#1f7a4b}.ch-empty{padding:24px;border:1px dashed var(--line);border-radius:20px;background:white;color:var(--muted);margin-top:16px}.ch-back{display:inline-block;margin-bottom:18px;color:var(--accent2);font-weight:800;text-decoration:none}.ch-dettaglio{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}.ch-gallery{display:grid;gap:12px}.ch-gallery img,.ch-noimg{width:100%;border-radius:22px;border:1px solid var(--line);background:var(--soft);cursor:pointer}.ch-gallery img.main{min-height:430px;object-fit:cover;cursor:default}.ch-noimg{height:430px;display:grid;place-items:center;color:var(--muted)}.ch-info{background:white;border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:0 16px 40px rgba(81,50,38,.08)}.ch-info h1{font-size:clamp(2rem,4vw,3.2rem);margin:.1em 0}.lead{color:var(--muted);font-size:1.1rem;line-height:1.6}.ch-specs{display:grid;grid-template-columns:140px 1fr;gap:10px;margin:24px 0;padding:18px;background:var(--soft);border-radius:18px}.ch-specs dt{font-weight:900}.ch-specs dd{margin:0;color:var(--muted)}.ch-desc{line-height:1.75;color:var(--ink)}.ch-video iframe{width:100%;aspect-ratio:16/9;border:0;border-radius:18px;margin-top:18px}.ch-related{margin-top:34px}.ch-related h2{font-size:1.6rem}@media(max-width:850px){.ch-filtri{grid-template-columns:1fr}.ch-grid-prodotti,.ch-grid-prodotti.mini{grid-template-columns:1fr}.ch-dettaglio{grid-template-columns:1fr}.ch-wrap{padding-top:18px}.ch-gallery img.main,.ch-noimg{min-height:280px;height:280px}.ch-specs{grid-template-columns:1fr}.ch-hero-catalogo{padding:28px 18px}.ch-imgbox{height:270px}}

/* Release 2.2.4 - catalogo filtrato più pulito */
.ch-active-filter{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  max-width:1100px;
  margin:18px auto 14px;
  padding:14px 18px;
  border:1px solid rgba(86,48,36,.12);
  border-radius:22px;
  background:#fffaf3;
  box-shadow:0 12px 30px rgba(72,45,29,.06);
}
.ch-active-filter span{
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:800;
  color:#8b745e;
}
.ch-active-filter strong{
  font-size:1.05rem;
  color:#2d211c;
}
.ch-active-filter a{
  margin-left:auto;
  color:#5a3428;
  font-weight:800;
  text-decoration:none;
}
.ch-quick-filters a{
  border:1px solid rgba(86,48,36,.18);
  background:#fffaf5;
  border-radius:999px;
  padding:9px 15px;
  text-decoration:none;
  color:#4a2d25;
  font-weight:800;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.ch-quick-filters a.is-active{
  background:#5a3428;
  color:#fff;
  border-color:#5a3428;
}
.ch-empty h2{margin:0 0 8px;font-size:1.35rem;}
.ch-empty p{margin:0 0 16px;line-height:1.6;}
@media(max-width:700px){
  .ch-active-filter{margin:14px 16px;padding:13px 15px;}
  .ch-active-filter a{margin-left:0;width:100%;}
  .ch-quick-filters a{padding:9px 12px;font-size:.92rem;}
}


/* CHANDELLE 2.2.6 - Flusso acquisto Premium */
.ch-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.ch-actions .ch-btn{flex:1 1 auto;text-align:center}.ch-btn.ch-primary{font-weight:800}.ch-btn.ch-secondary{background:#fff7df;color:#5b4124;border:1px solid rgba(166,117,44,.28)}.ch-buy-form .ch-actions.detail button.ch-btn{border:0;cursor:pointer;font:inherit}.cart-page .cart-row{gap:14px}.cart-page .qty{max-width:90px}.cart-page .btn,.cart-page button{min-height:42px}.success{border-radius:18px;padding:12px 14px;background:#effaf1;border:1px solid rgba(63,132,75,.22);color:#245530}.error-box{border-radius:18px;padding:12px 14px;background:#fff1f1;border:1px solid rgba(170,60,60,.25);color:#793333}
@media (max-width: 720px){.ch-actions{flex-direction:column}.ch-actions .ch-btn,.ch-actions button.ch-btn{width:100%}.cart-summary{align-items:stretch!important}.cart-summary>div{width:100%;flex-direction:column}.cart-summary .btn,.cart-summary button{width:100%}.cart-actions-top{flex-direction:column}.cart-actions-top .btn{width:100%;text-align:center}.cart-row{grid-template-columns:80px 1fr!important}.cart-row>strong,.cart-row>button,.cart-row>div:nth-child(3){grid-column:1 / -1}.cart-row>button{width:100%}}


/* CHANDELLE 2.7.4 - Ripristino palette chiara approvata */
:root{
  --bg:#fffaf5;
  --ink:#3d2c24;
  --muted:#7d6c61;
  --card:#fffdf9;
  --line:#eadbc9;
  --accent:#b58a55;
  --accent2:#7a4d3d;
  --soft:#f7eee5;
}
body.ch-catalogo-page{
  background:linear-gradient(180deg,#fffaf5 0%,#fffdf9 45%,#fff 100%);
  color:var(--ink);
}
.ch-hero-catalogo{
  background:rgba(255,253,249,.94)!important;
  border-color:var(--line)!important;
  box-shadow:0 12px 30px rgba(92,62,39,.07)!important;
}
.ch-kicker,.ch-cat{color:var(--accent)!important}
.ch-filtri input,.ch-filtri select{
  background:#fffdf9!important;
  border-color:var(--line)!important;
}
.ch-filtri input:focus,.ch-filtri select:focus{
  border-color:var(--accent)!important;
  box-shadow:0 0 0 4px rgba(181,138,85,.14)!important;
}
.ch-filtri button,.ch-btn{
  background:var(--accent)!important;
  color:#fff!important;
}
.ch-reset{
  background:var(--soft)!important;
  color:var(--accent2)!important;
  border:1px solid var(--line)!important;
}
.ch-quick-filters a{
  background:#fffdf9!important;
  color:var(--accent2)!important;
  border-color:var(--line)!important;
}
.ch-quick-filters a:hover,.ch-quick-filters a.is-active{
  background:var(--accent)!important;
  color:#fff!important;
  border-color:var(--accent)!important;
}
.ch-active-filter{
  background:#fffdf9!important;
  border-color:var(--line)!important;
  box-shadow:0 10px 26px rgba(92,62,39,.06)!important;
}
.ch-active-filter span{color:var(--muted)!important}
.ch-active-filter strong,.ch-active-filter a{color:var(--accent2)!important}
.ch-card-prodotto{
  background:var(--card)!important;
  border-color:var(--line)!important;
  box-shadow:0 12px 28px rgba(92,62,39,.07)!important;
}
.ch-card-prodotto:hover{
  box-shadow:0 20px 42px rgba(92,62,39,.12)!important;
}
.ch-badges b{
  background:rgba(255,253,249,.94)!important;
  color:var(--accent2)!important;
  border-color:var(--line)!important;
}
.ch-prezzo.muted{color:var(--accent)!important}
.ch-wa{
  background:#6f8d70!important;
  color:#fff!important;
}
.ch-btn.ch-primary{
  background:var(--accent)!important;
  color:#fff!important;
}
.ch-btn.ch-secondary{
  background:#fff8eb!important;
  color:var(--accent2)!important;
  border-color:rgba(181,138,85,.28)!important;
}
.ch-empty,.ch-info{
  background:#fffdf9!important;
  border-color:var(--line)!important;
}

/* Testata coordinata, senza alterare la palette approvata */
.ch-catalogo-topbar{
  min-height:86px!important;
  padding:14px clamp(22px,5vw,96px)!important;
  background:rgba(255,253,250,.96)!important;
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(185,151,85,.22)!important;
  box-shadow:0 12px 32px rgba(68,52,43,.07)!important;
  gap:14px!important;
}
.ch-catalogo-title{
  font-family:Arial,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:22px!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
  color:#292522!important;
}
.ch-catalogo-topbar .ch-back,
.ch-catalogo-topbar .ch-home{
  min-height:42px!important;
  padding:10px 14px!important;
  border-radius:999px!important;
  background:transparent!important;
  color:#423932!important;
  border:1px solid transparent!important;
  box-shadow:none!important;
  font-family:Arial,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:14px!important;
  font-weight:800!important;
}
.ch-catalogo-topbar .ch-back:hover,
.ch-catalogo-topbar .ch-home:hover{
  background:#f3e8df!important;
  color:#8f6f30!important;
}
.ch-catalogo-topbar .ch-cart{
  min-height:42px!important;
  padding:10px 14px!important;
  border-radius:999px!important;
  background:var(--accent)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 8px 18px rgba(185,151,85,.22)!important;
  font-size:14px!important;
  font-weight:800!important;
}
.ch-cart-count{
  background:rgba(255,255,255,.30)!important;
  color:#fff!important;
}
@media(max-width:900px){
  .ch-catalogo-topbar{min-height:76px!important;padding:12px 14px!important}
  .ch-catalogo-title{font-size:18px!important}
}
@media(max-width:620px){
  .ch-catalogo-topbar{gap:8px!important}
  .ch-catalogo-title{font-size:16px!important}
  .ch-catalogo-topbar .ch-back,
  .ch-catalogo-topbar .ch-home,
  .ch-catalogo-topbar .ch-cart{
    min-height:40px!important;
    padding:9px 11px!important;
    font-size:13px!important;
  }
}


/* CHANDELLE 2.7.5 - Sfondi e barra coordinati alla Home approvata */
body.ch-catalogo-page{
  background:
    radial-gradient(circle at 12% 8%, rgba(227,198,155,.18), transparent 30%),
    linear-gradient(180deg,#f8eee3 0%,#fbf4ec 42%,#fffaf5 100%)!important;
}

.ch-catalogo-topbar{
  background:rgba(255,248,239,.97)!important;
  border-bottom:1px solid rgba(191,151,87,.24)!important;
  box-shadow:0 10px 26px rgba(99,70,46,.08)!important;
}

.ch-catalogo-title{
  color:#4b362b!important;
}

.ch-catalogo-topbar .ch-back,
.ch-catalogo-topbar .ch-home{
  color:#5b4336!important;
}

.ch-catalogo-topbar .ch-back:hover,
.ch-catalogo-topbar .ch-home:hover{
  background:#f1dfcc!important;
  color:#8d682e!important;
}

.ch-catalogo-topbar .ch-cart{
  background:#c4933f!important;
  box-shadow:0 8px 18px rgba(196,147,63,.24)!important;
}

.ch-wrap{
  position:relative;
}

.ch-hero-catalogo{
  background:linear-gradient(135deg,rgba(255,251,246,.98),rgba(248,232,215,.96))!important;
  border-color:rgba(191,151,87,.24)!important;
  box-shadow:0 12px 30px rgba(99,70,46,.08)!important;
}

.ch-filtri input,
.ch-filtri select,
.ch-quick-filters a,
.ch-card-prodotto,
.ch-active-filter,
.ch-empty,
.ch-info{
  background:#fffaf5!important;
}

.ch-filtri,
.ch-quick-filters{
  position:relative;
  z-index:1;
}

.ch-card-prodotto{
  border-color:#ead5c1!important;
}

.ch-reset{
  background:#f3e5d7!important;
}

@media(max-width:700px){
  body.ch-catalogo-page{
    background:linear-gradient(180deg,#f8eee3 0%,#fffaf5 100%)!important;
  }
  .ch-catalogo-topbar{
    background:rgba(255,248,239,.98)!important;
  }
}

/* CHANDELLE 2.0 — FOTO CATALOGO 1X1 COME CRM — V2 */
.ch-grid-prodotti .ch-card-prodotto .ch-imgbox{
  width:100%;
  height:auto!important;
  aspect-ratio:1/1!important;
  overflow:hidden!important;
  background:var(--soft);
}
.ch-grid-prodotti .ch-card-prodotto .ch-imgbox>img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
  transform-origin:center center!important;
}
@media(max-width:850px){
  .ch-grid-prodotti .ch-card-prodotto .ch-imgbox{
    height:auto!important;
    aspect-ratio:1/1!important;
  }
}


/* CHANDELLE 2.0 — SINCRONIZZAZIONE FOTO CRM/CATALOGO V3
   Replica nel catalogo pubblico la stessa inquadratura 1:1 del CRM.
*/
.ch-grid-prodotti .ch-card-prodotto .ch-imgbox{
  width:100%!important;
  height:auto!important;
  aspect-ratio:1/1!important;
  overflow:hidden!important;
  position:relative;
}
.ch-grid-prodotti .ch-card-prodotto .ch-imgbox>img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:var(--ch-img-x,50%) var(--ch-img-y,50%)!important;
  transform:scale(var(--ch-img-zoom,1))!important;
  transform-origin:center center!important;
  transition:none!important;
}
.ch-grid-prodotti .ch-card-prodotto:hover .ch-imgbox>img{
  transform:scale(var(--ch-img-zoom,1))!important;
}
@media(max-width:850px){
  .ch-grid-prodotti .ch-card-prodotto .ch-imgbox{
    height:auto!important;
    aspect-ratio:1/1!important;
  }
}


/* CHANDELLE 2.0 — PARITA ESATTA ANTEPRIMA CRM V4
   Stesse proprietà dell'anteprima CRM:
   aspect-ratio 1/1, object-fit cover, object-position X/Y, scale Zoom.
*/
.ch-grid-prodotti .ch-card-prodotto .ch-imgbox{
  width:100%!important;
  height:auto!important;
  aspect-ratio:1 / 1!important;
  overflow:hidden!important;
  display:block!important;
  position:relative!important;
  background:#eee!important;
}
.ch-grid-prodotti .ch-card-prodotto .ch-imgbox > img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:var(--ch-x,50%) var(--ch-y,50%)!important;
  transform:scale(var(--ch-z,1))!important;
  transform-origin:center center!important;
  transition:none!important;
}
.ch-grid-prodotti .ch-card-prodotto:hover .ch-imgbox > img{
  object-position:var(--ch-x,50%) var(--ch-y,50%)!important;
  transform:scale(var(--ch-z,1))!important;
}
@media(max-width:850px){
  .ch-grid-prodotti .ch-card-prodotto .ch-imgbox{
    width:100%!important;
    height:auto!important;
    aspect-ratio:1 / 1!important;
  }
}

/* CHANDELLE 2.0 — ORDINAMENTO PREZZO CATALOGO 1.0 */
.ch-filtri{
  grid-template-columns:minmax(0,1fr) 240px 220px auto auto!important;
}
#chSort{
  min-width:0;
}
@media(max-width:1100px){
  .ch-filtri{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  }
  .ch-filtri button,
  .ch-filtri .ch-reset{
    width:100%;
    text-align:center;
  }
}
@media(max-width:700px){
  .ch-filtri{
    grid-template-columns:1fr!important;
  }
}

/* CHANDELLE 2.0 — RICERCA INTELLIGENTE PER CATEGORIA 1.0 */
.ch-smart-search{
  position:relative;
  min-width:0;
  z-index:30;
}
.ch-smart-search > #chSearch{
  width:100%;
}
.ch-product-suggestions{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  right:0;
  max-height:390px;
  overflow-y:auto;
  overscroll-behavior:contain;
  background:#fffaf4;
  border:1px solid #dfc6a4;
  border-radius:16px;
  box-shadow:0 18px 45px rgba(73,45,24,.18);
  padding:8px;
  z-index:1000;
}
.ch-product-suggestion-head{
  position:sticky;
  top:-8px;
  z-index:2;
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  padding:11px 12px;
  margin:-8px -8px 6px;
  background:#f7ead9;
  border-bottom:1px solid #ead4b8;
  font-size:13px;
}
.ch-product-suggestion-head span{
  color:#876a53;
  font-size:12px;
  text-align:right;
}
.ch-product-suggestion-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  text-decoration:none;
  color:#2f2118;
  padding:11px 12px;
  border-radius:12px;
  border:1px solid transparent;
}
.ch-product-suggestion-row + .ch-product-suggestion-row{
  margin-top:3px;
}
.ch-product-suggestion-row:hover,
.ch-product-suggestion-row:focus{
  background:#fff2df;
  border-color:#e7c99e;
  outline:none;
}
.ch-product-suggestion-main{
  display:flex;
  min-width:0;
  flex-direction:column;
  gap:3px;
}
.ch-product-suggestion-main strong{
  white-space:normal;
  line-height:1.25;
}
.ch-product-suggestion-main small{
  color:#8a715d;
}
.ch-product-suggestion-price{
  flex:0 0 auto;
  font-weight:800;
  color:#9c681f;
  text-align:right;
  white-space:nowrap;
}
.ch-product-suggestion-empty{
  padding:15px 12px;
  color:#806c5d;
}
@media(max-width:700px){
  .ch-product-suggestions{
    max-height:min(56vh,380px);
    border-radius:14px;
  }
  .ch-product-suggestion-row{
    align-items:flex-start;
  }
  .ch-product-suggestion-price{
    font-size:13px;
  }
}

/* CHANDELLE 2.0 — FIX DROPDOWN PRODOTTI CATEGORIA 1.1
   Correzione esclusivamente grafica della ricerca intelligente già installata. */
.ch-filtri .ch-smart-search{
  position:relative !important;
  min-width:0 !important;
  z-index:200 !important;
  align-self:stretch !important;
}
.ch-filtri .ch-smart-search > #chSearch{
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:48px !important;
  box-sizing:border-box !important;
}
.ch-filtri #chProductSuggestions.ch-product-suggestions{
  position:absolute !important;
  top:calc(100% + 8px) !important;
  left:0 !important;
  right:auto !important;
  width:min(620px, calc(100vw - 32px)) !important;
  max-width:min(620px, calc(100vw - 32px)) !important;
  max-height:390px !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  display:block !important;
  box-sizing:border-box !important;
  background:#fffaf4 !important;
  border:1px solid #dfc6a4 !important;
  border-radius:16px !important;
  box-shadow:0 18px 45px rgba(73,45,24,.22) !important;
  padding:8px !important;
  z-index:99999 !important;
  white-space:normal !important;
}
.ch-filtri #chProductSuggestions.ch-product-suggestions[hidden]{
  display:none !important;
}
.ch-filtri .ch-product-suggestion-head{
  position:sticky !important;
  top:-8px !important;
  z-index:2 !important;
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:12px !important;
  width:auto !important;
  padding:11px 12px !important;
  margin:-8px -8px 6px !important;
  background:#f7ead9 !important;
  border-bottom:1px solid #ead4b8 !important;
  box-sizing:border-box !important;
}
.ch-filtri .ch-product-suggestion-row{
  display:flex !important;
  width:100% !important;
  box-sizing:border-box !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:14px !important;
  padding:11px 12px !important;
  margin:0 !important;
  border:1px solid transparent !important;
  border-radius:12px !important;
  text-decoration:none !important;
  color:#2f2118 !important;
  background:transparent !important;
}
.ch-filtri .ch-product-suggestion-row + .ch-product-suggestion-row{
  margin-top:3px !important;
}
.ch-filtri .ch-product-suggestion-row:hover,
.ch-filtri .ch-product-suggestion-row:focus{
  background:#fff2df !important;
  border-color:#e7c99e !important;
  outline:none !important;
}
.ch-filtri .ch-product-suggestion-main{
  display:flex !important;
  flex:1 1 auto !important;
  min-width:0 !important;
  flex-direction:column !important;
  gap:3px !important;
}
.ch-filtri .ch-product-suggestion-main strong,
.ch-filtri .ch-product-suggestion-main small{
  display:block !important;
  white-space:normal !important;
  overflow-wrap:anywhere !important;
}
.ch-filtri .ch-product-suggestion-main small{
  color:#8a715d !important;
}
.ch-filtri .ch-product-suggestion-price{
  display:block !important;
  flex:0 0 auto !important;
  white-space:nowrap !important;
  font-weight:800 !important;
  color:#9c681f !important;
  text-align:right !important;
}
.ch-filtri .ch-product-suggestion-empty{
  display:block !important;
  padding:15px 12px !important;
  color:#806c5d !important;
}
@media(max-width:700px){
  .ch-filtri #chProductSuggestions.ch-product-suggestions{
    position:absolute !important;
    left:0 !important;
    right:auto !important;
    width:min(92vw, 520px) !important;
    max-width:92vw !important;
    max-height:56vh !important;
    border-radius:14px !important;
  }
  .ch-filtri .ch-product-suggestion-row{
    align-items:flex-start !important;
  }
  .ch-filtri .ch-product-suggestion-price{
    font-size:13px !important;
  }
}


/* CHANDELLE 2.0 — RIFINITURA DROPDOWN RICERCA 1.2
   Solo presentazione grafica. Nessuna logica catalogo viene modificata. */

/* Il form resta sopra a filtri rapidi, sottocategorie e card. */
.ch-filtri{
  position:relative !important;
  z-index:1200 !important;
  overflow:visible !important;
}
.ch-filtri .ch-smart-search{
  position:relative !important;
  z-index:1210 !important;
  min-width:0 !important;
  overflow:visible !important;
}

/* La tendina ha ESATTAMENTE la larghezza del campo di ricerca. */
.ch-filtri #chProductSuggestions.ch-product-suggestions{
  position:absolute !important;
  top:calc(100% + 7px) !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  min-width:100% !important;
  max-width:100% !important;
  max-height:360px !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  box-sizing:border-box !important;

  /* Fondo realmente coprente: niente elementi visibili attraverso il pannello. */
  background:#fffaf4 !important;
  background-color:#fffaf4 !important;
  opacity:1 !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;

  border:1px solid #dcc29f !important;
  border-radius:14px !important;
  box-shadow:0 18px 40px rgba(57,35,22,.24) !important;
  padding:7px !important;
  z-index:999999 !important;
  isolation:isolate !important;
}
.ch-filtri #chProductSuggestions.ch-product-suggestions[hidden]{
  display:none !important;
}

/* Tutte le parti sottostanti rimangono dietro alla tendina. */
.ch-quick-filters,
.ch-subcategory-panel,
.ch-grid-prodotti,
.ch-empty{
  position:relative !important;
  z-index:1 !important;
}

/* Intestazione compatta e opaca. */
.ch-filtri .ch-product-suggestion-head{
  position:sticky !important;
  top:-7px !important;
  z-index:3 !important;
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:8px !important;
  margin:-7px -7px 5px !important;
  padding:10px 11px !important;
  background:#f6e8d5 !important;
  background-color:#f6e8d5 !important;
  border-bottom:1px solid #e2c8a7 !important;
  opacity:1 !important;
}

/* Una vera riga per ogni prodotto. */
.ch-filtri .ch-product-suggestion-row{
  display:flex !important;
  width:100% !important;
  box-sizing:border-box !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:10px !important;
  padding:10px 11px !important;
  margin:0 !important;
  border:1px solid transparent !important;
  border-radius:10px !important;
  background:#fffaf4 !important;
  color:#2f2118 !important;
  text-decoration:none !important;
  opacity:1 !important;
}
.ch-filtri .ch-product-suggestion-row + .ch-product-suggestion-row{
  margin-top:2px !important;
}
.ch-filtri .ch-product-suggestion-row:hover,
.ch-filtri .ch-product-suggestion-row:focus{
  background:#fff0dc !important;
  border-color:#e2c397 !important;
  outline:none !important;
}
.ch-filtri .ch-product-suggestion-main{
  display:flex !important;
  flex:1 1 auto !important;
  min-width:0 !important;
  flex-direction:column !important;
  gap:2px !important;
}
.ch-filtri .ch-product-suggestion-main strong{
  display:block !important;
  line-height:1.24 !important;
  white-space:normal !important;
  overflow-wrap:anywhere !important;
}
.ch-filtri .ch-product-suggestion-main small{
  display:block !important;
  color:#8a715d !important;
  line-height:1.2 !important;
  white-space:normal !important;
}
.ch-filtri .ch-product-suggestion-price{
  display:block !important;
  flex:0 0 auto !important;
  white-space:nowrap !important;
  font-weight:800 !important;
  color:#9c681f !important;
  text-align:right !important;
}

/* Mobile/iPhone: resta sempre dentro il campo e nello schermo. */
@media(max-width:700px){
  .ch-filtri #chProductSuggestions.ch-product-suggestions{
    left:0 !important;
    right:0 !important;
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
    max-height:52vh !important;
  }
  .ch-filtri .ch-product-suggestion-row{
    align-items:flex-start !important;
  }
  .ch-filtri .ch-product-suggestion-price{
    font-size:12px !important;
  }
}
