Men Blue Tainted Sports Sunglasses Wholesale

Men Blue Tainted Sports Sunglasses Wholesale

SG138-9339
Please Log In To view Low Wholesale Prices

Experience the ultimate in stylish, affordable men's sports sunglasses with our wholesale blue tainted shades. These sunshades feature top-notch tinted mirror lenses and are expertly crafted from premium plastic, making them a top choice for any discerning customer.

Features

  • Colors: Please refer to photo
  • Blocks UVA and UVB Rays
  • UV Protection for up 400 UV
  • Plastic Frame, Color Lenses
  • Wrap Style Men's Casual Sports Style Sun Shades, Sunglasses
  • TRENDY HOT SELLER

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 = "8599898259677"; 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)); }); } });