/* Ecig Occaz - estimation de prix par modèle v3.7.4 */
.ecig-price-estimate-card{
  grid-column:1 / -1;
  width:100%;
  margin:8px 0 18px;
  padding:16px 17px;
  border:1px solid #e9e0f1;
  border-radius:16px;
  background:linear-gradient(135deg,#fff 0%,#fcf9ff 100%);
  box-shadow:0 8px 24px rgba(54,22,82,.055);
  color:#351b4c;
  box-sizing:border-box;
}
.ecig-price-estimate-card *{box-sizing:border-box}
.ecig-price-estimate-head{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  grid-template-rows:38px auto;
  column-gap:11px;
  row-gap:2px;
  align-items:center;
}
.ecig-price-estimate-icon{
  grid-column:1;
  grid-row:1;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  margin:0;
  align-self:center;
  border:1px solid #eadcf4;
  border-radius:12px;
  background:#faf5ff;
  color:#7b2cbf;
}
.ecig-price-estimate-icon svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.ecig-price-estimate-title{
  grid-column:2;
  grid-row:1;
  display:block;
  align-self:center;
  margin:0;
  color:#41205e;
  font-size:15px;
  line-height:1.2;
  font-weight:850;
}
.ecig-price-estimate-subtitle{
  grid-column:2;
  grid-row:2;
  display:block;
  margin:0;
  color:#887595;
  font-size:12px;
  line-height:1.35;
}
.ecig-price-estimate-body{margin-top:14px}
.ecig-price-estimate-main{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:13px 14px;border:1px solid #eee6f3;border-radius:13px;background:#fff}
.ecig-price-estimate-main span,.ecig-price-estimate-range span{display:block;color:#8a7996;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.035em}
.ecig-price-estimate-main strong{display:block;margin-top:3px;color:#6f22ca;font-size:24px;line-height:1;font-weight:900;letter-spacing:-.025em;white-space:nowrap}
.ecig-price-estimate-range{min-width:160px;text-align:right}
.ecig-price-estimate-range b{display:block;margin-top:3px;color:#4e3560;font-size:14px;font-weight:850;white-space:nowrap}
.ecig-price-estimate-position{margin-top:10px;padding:9px 11px;border-radius:10px;background:#f6f3f8;color:#66536f;font-size:12px;line-height:1.4;font-weight:750}
.ecig-price-estimate-position.is-attractive{background:#eff8f2;color:#287149}
.ecig-price-estimate-position.is-market{background:#f5f0fb;color:#6f2aa6}
.ecig-price-estimate-position.is-high{background:#fff5ef;color:#9a5327}
.ecig-price-estimate-foot{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:9px;color:#93849d;font-size:10.5px;line-height:1.35}
.ecig-price-estimate-card.is-loading .ecig-price-estimate-body,.ecig-price-estimate-card.is-empty .ecig-price-estimate-body{display:none}
.ecig-price-estimate-message{display:none;margin-top:11px;padding:10px 12px;border-radius:10px;background:#f8f6fa;color:#786982;font-size:12px;line-height:1.45}
.ecig-price-estimate-card.is-loading .ecig-price-estimate-message,.ecig-price-estimate-card.is-empty .ecig-price-estimate-message{display:block}
@media (max-width:620px){
  .ecig-price-estimate-card{margin:7px 0 16px;padding:14px;border-radius:14px}
  .ecig-price-estimate-main{align-items:flex-start;flex-direction:column;gap:10px}
  .ecig-price-estimate-range{min-width:0;text-align:left}
  .ecig-price-estimate-main strong{font-size:22px}
}
