Blue Scratch Resistant Safety Glasses Wholesale

Blue Scratch Resistant Safety Glasses Wholesale

T223-5333
Please Log In To view Low Wholesale Prices

Protect your vision in style with our wholesale anti-fog safety glasses and goggles. Each display box holds 12 high-quality pairs, featuring a stylish light blue design and high-impact polycarbonate lens. With 99.9% UV protection, scratch-resistant lens, and lightweight wrap-around design, these glasses are ideal for safe and fashionable work. Order now for a clear and confident work experience!

Features

  • Colors: Light Blue
  • White Anti Fog Scratch Resistant Safety Glasses
  • Display box included


    QUESTIONS & ANSWERS

    Have a Question?

    Be the first to ask a question about this.

    Ask a Question


    document.addEventListener("DOMContentLoaded", function() { const notifyForm = document.getElementById("notify-me-form"); if (notifyForm) { notifyForm.addEventListener("submit", function(event) { event.preventDefault(); let email = document.getElementById("notify-email").value; let productId = "8767934333149"; fetch(`/admin/api/2023-04/products/${productId}/metafields.json`, { method: "POST", headers: { "Content-Type": "application/json", "X-Requested-With": "XMLHttpRequest" }, body: JSON.stringify({ metafield: { namespace: "notify_me", key: "emails", value: email, type: "json" } }) }) .then(response => response.json()) .then(data => { document.getElementById("notify-message").style.display = "block"; notifyForm.reset(); }) .catch(error => console.error("Error:", error)); }); } });