Product Price Quantity Subtotal
× Sevin Customs "We the People" 2A Automatic #240034 Sevin Customs "We the People" 2A Automatic #240034 $219.00
$219.00

Cart totals

Subtotal $219.00
Shipping

Shipping to MN.

Tax $15.82
Total $245.82
const container = document.querySelector('%root%'); const button = container.querySelector('.brxe-button'); container.addEventListener('mouseenter', () => { setTimeout(() => { button.style.display = 'flex'; button.style.opacity = '1'; button.style.transform = 'translateY(-8px)'; }, 2000); // 2 seconds delay }); container.addEventListener('mouseleave', () => { button.style.display = 'none'; button.style.opacity = '0'; button.style.transform = 'translateY(0)'; });
Verified by MonsterInsights