Green Caliber Polarized UV400 Cycling Sunglasses

Green Caliber Polarized UV400 Cycling Sunglasses

Price

$69.99 $69.99
Save 0%

Quantity

Over $80 Free Shipping
Sustainably made
Secure payments

Get UV Protection With An Unbreakable Frame While Enjoying Any Riding Adventures!

Cycling requires you to see where you're going without any disruptions - as such, it's important to wear our Green Caliber - Polarized UV400 Cycling Sunglasses that can help you maintain a direct path while riding at all times, regardless of the conditions.

Grab 2 or more for you, your friends, and family before this promotion ends!

LIMITED STOCK available so Click the above "ADD TO CART" now!

Our Green Caliber - Polarized UV400 Cycling Sunglasses feature a lightweight, stylish design that is perfectly suited for cycling in high-glare situations.

The glasses come with 4 unique lenses that can be switched out effortlessly as required, as well as a convenient storage pouch and cleaning cloth to keep them well maintained. They have a protective measure of UV400 that gives you an advantage on those high-glare or sunny days.

With only 27 grams of weight, these cycling sunglasses won't weigh you down as you cycle and sit comfortably on your face with a helmet and other accessories. Choose from various colors to get started.

Features:

  • UV400 design
  • Suitable for cycling in high-glare situations
  • Ultra-light design (27g)
  • Various color choices
  • 3 unique lenses (can be easily changed as required)
  • Includes convenient storage pouch + cleaning cloth

Specifications of our product:

  • Lens material: Polycarbonate
  • Frame material: TR-90
  • Lenses Optical Attribute: Polarized + UV400
  • Weight: approx 27g

 

Please note that:

  • Please allow 1-3cm measuring deviation due to manual measurement.
  • Due to the different monitor and light effects, the actual color of the item might be slightly different from the color showed in the photos.

 

Package Includes:

  • 1 Pair x Green Caliber - Polarized UV400 Cycling Sunglasses
  • 1 unit x Glasses case
  • 1 unit x Glasses bag
  • 1 unit x Glasses clean cloth
  • 1 unit x Full-color lenses
  • 1 unit x HD transparent lenses
  • 1 unit x Night vision yellow lenses
  • 1 unit x Polarized lenses
  • 1 unit x Polarized test card

 

Our Refund Policy

We believe our customers are the ones that we exist. That's why we ensure that you get the best service and we promise a 100% satisfaction guarantee.

We will either refund or resend a new piece on all damaged products upon delivery so long it is not man-made.

Please email us at support@Rsscsports.com and let us know the reason you wish to ask for a refund of the products. Add images in case of damaged or faulty products.

Once our team has received your email, we can either offer you a refund, perform an even exchange with a different product, or if you'd like, we can reinstate the full amount in store credit to use as you see fit! This will be determined on a case by case basis.

If you don't have a positive experience for whatsoever reason, we offer a 30-day satisfaction guarantee and will do WHATEVER it takes to make sure you are 100% satisfied with your purchase.

We have 24/7/365 Email Support. Please contact us if you need assistance.

 

Shipping:
  • USA (10 to 17 business days)
  • International (10 to 25 business days)

Due to the current situation globally, there may be delays in some countries. Please allow an extra 2-5 days above the standard delivery time.


Customers' Photos:

 

 

 

 

Keep well, Stay Safe! 

GET THEM WHILE STOCKS LAST!

 

Customer Reviews

Here are what our customers say.

Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.