top of page

The sale is now open

Get 30%-70% off on selected styles

Explore the Men's Collection

bottom of page
const agentInitScript = document.createElement("script"); agentInitScript.type = "module"; agentInitScript.innerHTML = `import Agent from 'https://cdn.jsdelivr.net/npm/@agent-embed/js@latest/dist/web.js' Agent.initBubble({ agentName: "Armor & Fire", theme: '{ button :{ backgroundColor: "#2b3e13"}}', user: { user_id: "unique_user_id_12345", user_name: "your_user_name", user_email: "your_user_email", user_segments: ["abc", "def"], }, filterResponse: function(response) { const citationRegex = /【d+:d+†[^【】]+】/g; return response.replace(citationRegex, ""); } }); `; document.body.append(agentInitScript);