Discover our range of stylish sunglasses for kids, the best quality sunglasses for boys or girls - Choose your favorite children's sunglasses.

Serious Boss

Timeless, elegant and with adult designs

{% endif %}

{% if theme.featured_products > 0 %} {% paginate products from products.current by theme.featured_products %} {% endpaginate %} {% endif %}


MMMM...Jelly!!

Beautiful colors and a unique brightness and quality

{% if theme.featured_products > 0 %} {% paginate products from products.current by theme.featured_products %}
{% if products != blank %} {% if paginate.next %} {% if paginate.next.is_link %} {% endif %} {% endif %} {% else %}

No products found.

{% endif %}
{% endpaginate %} {% endif %}
  • Category 3. Offer 100% UV protection.
  • ADC Lenses, with excellent optical qualities.
  • Impact-resistant and lightweight organic lenses.
  • Polarization and anti-scratch treatments.
  • Top quality acetate. Polished by hand.
  • Resistance, transparency and unique brilliance under the sun.
  • Spring hinges: comfort, durability and perfect fit.
  • Hypoallergenic and pleasant to the touch.

  • Category 3. Offer 100% UV protection.
  • ADC Lenses, with excellent optical qualities.
  • Impact-resistant and lightweight organic lenses.
  • Polarization and anti-scratch treatments.

  • Top quality acetate. Polished by hand.
  • Resistance, transparency and unique brilliance under the sun.
  • Spring hinges: comfort, durability and perfect fit.
  • Hypoallergenic and pleasant to the touch.

This website uses cookies. If you continue browsing, you accept our cookies policy. OK | More

$(document).ready(function () { function localStorageAvailable() { if (typeof(Storage) !== "undefined") { return true; }else{ return false; } } $('#okbtn').click(function(){ if (localStorageAvailable()) localStorage.DoNotShowMessageAgain = "true"; })

if (localStorageAvailable()) {
if (localStorage.DoNotShowMessageAgain && localStorage.DoNotShowMessageAgain === "true") {
document.getElementById("barraaceptacion").style.display = "none";
}
}

});

function getCookie(c_name){
var c_value = document.cookie;
var c_start = c_value.indexOf(" " + c_name + "=");
if (c_start == -1){
c_start = c_value.indexOf(c_name + "=");
}
if (c_start == -1){
c_value = null;
}else{
c_start = c_value.indexOf("=", c_start) + 1;
var c_end = c_value.indexOf(";", c_start);
if (c_end == -1){
c_end = c_value.length;
}
c_value = unescape(c_value.substring(c_start,c_end));
}
return c_value;
}

function setCookie(c_name,value,exdays){
var exdate=new Date();
exdate.setDate(exdate.getDate() + exdays);
var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
document.cookie=c_name + "=" + c_value;
}

if(getCookie('tiendaaviso')!="1"){
document.getElementById("barraaceptacion").style.display="block";
}
function PonerCookie(){
setCookie('tiendaaviso','1',365);
document.getElementById("barraaceptacion").style.display="none";
}