.somex-wa-float{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  background: #25D366;
  color: #fff !important;
  padding: 14px 16px;
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(0,0,0,.18);
  font-weight: 600;
  text-decoration: none;
}
.somex-shop-soon{padding:70px 0; text-align:center;}
.somex-shop-soon .card{
  max-width:860px;margin:0 auto;background:#fff;border-radius:22px;
  padding:34px;box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.somex-shop-soon .grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:14px;margin-top:18px;
}
.somex-shop-soon .cat{
  background:#f7f9ff;border:1px solid rgba(0,0,0,.06);
  border-radius:16px;padding:14px;
}
.somex-shop-soon .actions{margin-top:20px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}