- 40 %
Product Description
AIR OPTIX® COLORS
Inner Beauty. Outer comfort.
FEATURES
The first colour contact lenses with the performance of AIR OPTIX® brand contact lenses.
AIR OPTIX® COLORS uses the same 3-in-1 color technology of FreshLook® colour contact lenses for naturally beautiful eye colour.
Unique plasma surface technology of AIR OPTIX® contact lenses for consistent comfort from day 1 to day 30.
Superior breathability for healthy white-looking eyes.
BENEFITS
Beauty:Naturally beautiful eye colour with consistently comfortable lenses.
Variety:stunning, natural colours to choose, from vibrant to subtle.
Comfort:The encapsulated colour technology means all that touches eyes is the ultra-smooth permanent plasma surface, so contact lens wearers can look great while enjoying comfortable lens wear.
Product Information
Radius | 8.6 |
---|---|
Diameter | 14.2 |
Material | Lotrafilcon B |
Water content | 33% |
DK/l, Dk/t | 138 |
Design | Spherical |
Brand | AIR OPTIX |
Duration of use | Month |
Package | 2 |
Base color | Blue , Green , Brown , Violet , Grey , Blue-green |
Color | Turquoise , Gray , Honey , Amethyst , True Sapphire , Brilliant Blue , Brown , Sterling Gray , Pure Hazel , Green , Blue , Gemstone Green |
Choose color
+4 see all
AIR OPTIX COLORS (Gray)
has been added to your shopping cart.
CART TOTAL0.00 €
Frequently bought together
TOP
8.10 €
RB 4171 MATT BLACK 54-
139.00 €
7.70 €
Continue shopping View cart
"); // add the error to the dom console.log(xhr.status + ": " + xhr.responseText); // provide a bit more info about the error to the console } }); });
Shipping
Receive in optics shop
free
Omniva
2.50 €
DPD Pickup
2.50 €
Unisend pakomāti
2.50 €
Courier
5.00 €
"); // add the error to the dom console.log(xhr.status + ": " + xhr.responseText); // provide a bit more info about the error to the console } }); } } function StockInfo(product, selected_attrs) { $.ajax({ 'type': 'POST', url: "/en/ajax/stock_info/", data: selected_attrs + '&product=' + product + '&country=' + $("#id_country2 option:selected").val(), success: function (data) { base_price = data.base_price $('.delivery_date').html(data.weekday + ' ' + data.first_workday) $('.delivery_date').parent().css('color', data.diff) $('.delivery_info').show() }, error: function (xhr, errmsg, err) { $('#results').html("
Oops! We have encountered an error: " + errmsg + " ×
"); // add the error to the dom console.log(xhr.status + ": " + xhr.responseText); // provide a bit more info about the error to the console } }); } function ShippingMethod(country, product_price) { $.ajax({ type: 'GET', dataType: 'json', url: '/en/ajax/shipping_methods/', data: { 'country': country, 'product_price': product_price, }, success: function (data) { $('.shipping_method').remove() $.each(data, function (method, price) { var show_price; if(price[0] > 0){ show_price = price[1] }else{ show_price = 'free' } $('.delivery_info').after( '
\
' + method + '
\
' + show_price + '
\
' ) }); }, error: function (xhr, errmsg, err) { $('#results').html("
Oops! We have encountered an error: " + errmsg + " ×
"); // add the error to the dom console.log(xhr.status + ": " + xhr.responseText); // provide a bit more info about the error to the console } }); } function Recipe(side) { var summary = $('#recipe_select option:selected').data('summary') if (summary === undefined){ summary = $('#cookie_recipe').data('summary') } $.each(summary, function (attr, val) { var select = $("select[name=" + attr + "]") if(select.attr('side') == side){ // console.log(select, val) select.val(val) } AxisValues(select) }); } function AxisValues(select){ if (select.attr('code') == 'cylinder'){ var cylinder = select.val(); var side = select.attr('side') $.ajax({ type: 'GET', url: "/en/ajax/axis-values/12299/", data: { 'cylinder': cylinder, }, success: function (data) { $("#id_axis_" + side).prop('disabled', false); $("#id_axis_" + side).html(data); } }); } } var product = "12299" localStorage.setItem('product_data', '{'vexbrandid': 'airoptix', 'vexsubbrand': 'colors', 'vexlenscolorid': 'Gray', 'vexcldurationid': '1month', 'vexlensesviewtype': 0}'); if (validateForm(show_errors=false)) { var selected_attrs = $("#add_to_basket_form").serialize() StockInfo(product, selected_attrs) } $('.eye-param, #id_country2, #id_quantity, #recipe_select, .custom-checkbox').change(function () { if ($(this).is("#recipe_select") && !$('#id_eye_right').prop('checked')){ $('#id_eye_right').click() Recipe('right') } if($(this).hasClass('eye-param')){ localStorage.setItem($(this).attr('name'), $(this).val()); } // console.log('form', validateForm()) AxisValues($(this)) if (validateForm(show_errors=true)) { var selected_attrs = $("#add_to_basket_form").serialize() StockInfo(product, selected_attrs) } }); function update_messages(messages){ $("#messages").html(""); $.each(messages, function (i, m) { $("#messages").append("
"+ "×" +m.message+"
"); }); $('html, body').animate({ scrollTop: $(".breadcrumb").offset().top }, 1000); } $("#add_to_basket_form").on("submit", function(e){ if (validateForm(show_errors=true)) { e.preventDefault(e); $.ajax({ type: 'POST', url: "/en/basket/add/12299/", data: $(this).serialize(), success: function (data) { $('#errors').empty() $('.missing-params').hide() // update_messages(data.messages) $('.shopping-cart-count').text(data.cart_count) $('#popup-cart').empty() $('#popup-cart').append(data.basket_summary) $('#basket-modal').empty() $('#basket-modal').append(data.addition_modal) $('#addition_modal').modal('show') // if (data.error){ // $('#errors').html(data.error) // } // console.log(data.basket_summary) }, error: function (xhr, errmsg, err) { $('#results').html("
Oops! We have encountered an error: " + errmsg + " ×
"); // add the error to the dom console.log(xhr.status + ": " + xhr.responseText); // provide a bit more info about the error to the console } }); } else { $('.missing-params').show() return false } }); });