Product Price Quantity Subtotal
× Blue Sea - White Sand #240031 Blue Sea - White Sand #240031 $229.00
$229.00

Cart totals

Subtotal $229.00
Shipping

Shipping to MN.

Tax $16.50
Total $256.50
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