/* WebShop Pro Core Foundation */
:root{
  --wsp-primary:#1e88e5;
  --wsp-dark:#111827;
  --wsp-muted:#6b7280;
  --wsp-border:#e5e7eb;
  --wsp-bg:#ffffff;
  --wsp-soft:#f8fafc;
  --wsp-radius:16px;
  --wsp-container:1400px;
  --wsp-shadow:0 18px 45px rgba(15,23,42,.08);
}
.wsp-container{width:min(var(--wsp-container),calc(100% - 40px));margin-inline:auto}.wsp-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.wsp-btn,.button,.wp-element-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 20px;background:var(--wsp-primary);color:#fff;text-decoration:none;border:0;font-weight:700;cursor:pointer}.wsp-card{background:#fff;border:1px solid var(--wsp-border);border-radius:var(--wsp-radius);box-shadow:var(--wsp-shadow)}

/* v1.0 typography weight refresh */
.wsp-btn,.button,.wp-element-button{font-weight:500;}
.wsp-card{box-shadow:0 12px 32px rgba(15,23,42,.07);}
