Camo Dial – Green/Tan-28.5mm

$28.00

Dial Diameter: 28.5

Dial Material: Printed Vinyl

Foot Position:  3h, 3.8h

Fit Movement: NH35 (date window)

Reviews

There are no reviews yet.

Be the first to review “Camo Dial – Green/Tan-28.5mm”

Your email address will not be published. Required fields are marked *

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