.cwsp-root{position:fixed;z-index:999999;display:flex;flex-direction:column;gap:10px;pointer-events:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.cwsp-root.is-top-right{top:18px;right:18px;align-items:flex-end}
.cwsp-root.is-top-left{top:18px;left:18px;align-items:flex-start}
.cwsp-root.is-bottom-right{right:18px;bottom:18px;align-items:flex-end}
.cwsp-root.is-bottom-left{bottom:18px;left:18px;align-items:flex-start}
body.admin-bar .cwsp-root.is-top-right,body.admin-bar .cwsp-root.is-top-left{top:50px}
.cwsp-online,.cwsp-sale{pointer-events:auto;box-sizing:border-box}
.cwsp-online{display:flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid rgba(32,19,44,.10);border-radius:999px;background:rgba(255,255,255,.97);box-shadow:0 10px 30px rgba(24,13,34,.14);color:#21172b;font-size:13px;line-height:1.2;backdrop-filter:blur(12px)}
.cwsp-online[hidden],.cwsp-sale[hidden]{display:none!important}.cwsp-dot{width:9px;height:9px;border-radius:50%;background:#2fc76e;box-shadow:0 0 0 5px rgba(47,199,110,.13)}.cwsp-online strong{font-weight:800}
.cwsp-sale{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;width:min(360px,calc(100vw - 36px));padding:15px 42px 15px 15px;border:1px solid rgba(111,53,165,.15);border-radius:18px;background:linear-gradient(135deg,#fff 0%,#faf5ff 100%);box-shadow:0 18px 50px rgba(29,14,41,.20);opacity:0;transform:translateX(calc(100% + 44px));transition:opacity .38s ease,transform .38s cubic-bezier(.22,.78,.28,1);will-change:transform,opacity}
.cwsp-sale.is-visible{opacity:1;transform:translateX(0)}.cwsp-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:13px;background:linear-gradient(135deg,#ff5a0a,#ff7c3d);color:#fff;font-size:20px;font-weight:900;box-shadow:0 8px 20px rgba(255,90,10,.26)}
.cwsp-sale-copy{display:flex;min-width:0;flex-direction:column;gap:3px}.cwsp-sale-copy small{color:#7c6e89;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cwsp-sale-copy strong{color:#21172b;font-size:14px;font-weight:800;line-height:1.35}.cwsp-close{position:absolute;top:7px;right:8px;width:28px;height:28px;padding:0;border:0;border-radius:50%;background:transparent;color:#86788f;font-size:20px;line-height:1;cursor:pointer}.cwsp-close:hover{background:#f1e8f8;color:#3d2251}
@media(max-width:767px){
  .cwsp-root.is-top-right{top:12px;right:12px;left:auto;align-items:flex-end}
  .cwsp-root.is-top-left{top:12px;left:12px;right:auto;align-items:flex-start}
  .cwsp-root.is-bottom-right{right:12px;bottom:12px;left:auto;align-items:flex-end}
  .cwsp-root.is-bottom-left{left:12px;bottom:12px;right:auto;align-items:flex-start}
  body.admin-bar .cwsp-root.is-top-right,body.admin-bar .cwsp-root.is-top-left{top:58px}
  .cwsp-online{padding:9px 12px;font-size:12px}
  .cwsp-sale{width:min(340px,calc(100vw - 24px));border-radius:16px;padding:13px 38px 13px 13px;grid-template-columns:38px minmax(0,1fr)}
  .cwsp-icon{width:38px;height:38px;border-radius:11px}.cwsp-sale-copy strong{font-size:13px}
}

/* v1.0.4 — mobile: manter os avisos abaixo do cabeçalho/menu hambúrguer */
@media (max-width:767px){
  .cwsp-root.is-top-right,
  .cwsp-root.is-top-left{
    top:82px!important;
  }
  body.admin-bar .cwsp-root.is-top-right,
  body.admin-bar .cwsp-root.is-top-left{
    top:128px!important;
  }
}
