This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- ویجت دستیار خرید سرمارسان | نسخه نهایی و بهینه شده با بارگذاری تاخیری --> | |
<script> | |
// تابع اصلی برای ساخت و اجرای ویجت | |
function initializeSarmarsanWidget() { | |
const widgetHTML = ` | |
<style> | |
:root{--sa-primary:#1976d2;--sa-primary-700:#1565c0;--sa-primary-900:#0d47a1;--sa-bg:#ffffff;--sa-surface:#ffffff;--sa-text:#1f2937;--sa-muted:#6b7280;--sa-border:#e5e7eb;--sa-radius:16px;--sa-shadow:0 12px 30px rgba(0,0,0,0.18)} | |
#saWidget *{box-sizing:border-box} | |
#saWidget[dir=rtl]{direction:rtl} |