.shrufit-sales-booster-root{
  position:fixed;
  left:20px;
  bottom:20px;
  z-index:9998;
  pointer-events:none;
}
.shrufit-sales-booster-root.is-right{
  left:auto;
  right:20px;
}
.shrufit-sales-toast{
  width:min(360px,calc(100vw - 32px));
  display:grid;
  grid-template-columns:68px 1fr 20px;
  gap:14px;
  align-items:center;
  padding:14px;
  border-radius:20px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 24px 60px rgba(15,23,42,.16);
  transform:translateY(18px);
  opacity:0;
  pointer-events:auto;
  transition:opacity .25s ease, transform .25s ease;
  backdrop-filter:blur(14px);
}
.shrufit-sales-toast.is-open{
  opacity:1;
  transform:translateY(0);
}
.shrufit-sales-toast__thumb{
  width:68px;
  height:68px;
  border-radius:16px;
  background:#f8fafc center/cover no-repeat;
}
.shrufit-sales-toast__text {
  font-size: 13px;
  line-height: 1.45;
  color: #0f172a;
}
.shrufit-sales-toast__productlink {
  color: #0f172a;
  text-decoration: none;
}
.shrufit-sales-toast__text b {
  font-weight: 700;
}
.shrufit-sales-toast__time {
  margin-top: 4px;
  font-size: 11px;
  color: #64748b;
}
.shrufit-sales-toast__close{
  border:0;
  background:#0f172a;
  color:#fff;
  width:20px;
  height:20px;
  border-radius:999px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  align-self:start;
}
.shrufit-sales-proof{
  margin:16px 0 10px;
  padding:16px 18px;
  border-radius:18px;
  background:linear-gradient(180deg,#eff6ff,#f8fafc);
  border:1px solid #dbeafe;
}
.shrufit-sales-proof__line{
  display:flex;
  align-items:center;
  gap:10px;
  color:#0f172a;
  font-weight:600;
  line-height:1.6;
}
.shrufit-sales-proof__line + .shrufit-sales-proof__line{
  margin-top:8px;
}
.shrufit-sales-proof__dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#2563eb;
  box-shadow:0 0 0 6px rgba(37,99,235,.12);
}
.shrufit-sales-proof__dot--warm{
  background:#f97316;
  box-shadow:0 0 0 6px rgba(249,115,22,.12);
}
.shrufit-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  margin-bottom: 24px;
  width: 100%;
}
.shrufit-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 6px;
  background: var(--badge-bg, #ffffff);
  color: var(--badge-color, #1e293b);
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}
.shrufit-trust-icon {
  width: 16px;
  height: 16px;
  color: inherit;
  opacity: 0.85;
}
.products .shrufit-trust-badges {
  margin-top: 8px;
  margin-bottom: 8px;
  justify-content: center;
}
@media (max-width: 767px){
  .shrufit-sales-booster-root{
    left:12px;
    right:12px;
    bottom:12px;
  }
  .shrufit-sales-booster-root.is-right{
    right:12px;
  }
  .shrufit-sales-toast{
    width:100%;
  }
}
