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 %}-
{% for product in products %}
{% if product.name == 'black shoes' %}
-
{{ product.name }} - 39.9 €
More{{ product.name | truncate: 28 }}
{% endif %}
{% if product.name == 'tie' %}
-
{{ product.name }} - 39.9 €
More{{ product.name | truncate: 28 }}
{{ product.default_price | money_with_sign }} {% if product.on_sale %} | On Sale {% endif %} {% case product.status %} {% when 'sold-out' %} | Sold Out {% when 'coming-soon' %} | Coming Soon {% endcase %}
{% endif %}
{% if product.name == 'moustach' %}
-
{{ product.name }} - 39.9 €
More{{ product.name | truncate: 28 }}
{{ product.default_price | money_with_sign }} {% if product.on_sale %} | On Sale {% endif %} {% case product.status %} {% when 'sold-out' %} | Sold Out {% when 'coming-soon' %} | Coming Soon {% endcase %}
{% endif %}
{% endfor %}
No products found.
{% endif %}MMMM...Jelly!!
Beautiful colors and a unique brightness and quality
-
{% for product in products %}
{% if product.name == 'very cold jelly' %}
-
{{ product.name }} - 39.9 €
More{{ product.name | truncate: 28 }}
{{ product.default_price | money_with_sign }} {% if product.on_sale %} | On Sale {% endif %} {% case product.status %} {% when 'sold-out' %} | Sold Out {% when 'coming-soon' %} | Coming Soon {% endcase %}
{% endif %}
{% if product.name == 'caramel jelly' %}
-
{{ product.name }} - 39.9 €
More{{ product.name | truncate: 28 }}
{{ product.default_price | money_with_sign }} {% if product.on_sale %} | On Sale {% endif %} {% case product.status %} {% when 'sold-out' %} | Sold Out {% when 'coming-soon' %} | Coming Soon {% endcase %}
{% endif %}
{% if product.name == 'lemon jelly' %}
-
{{ product.name }} - 39.9 €
More{{ product.name | truncate: 28 }}
{{ product.default_price | money_with_sign }} {% if product.on_sale %} | On Sale {% endif %} {% case product.status %} {% when 'sold-out' %} | Sold Out {% when 'coming-soon' %} | Coming Soon {% endcase %}
{% endif %}
{% if product.name == 'most sweet jelly' %}
-
{{ product.name }} - 39.9 €
More{{ product.name | truncate: 28 }}
{{ product.default_price | money_with_sign }} {% if product.on_sale %} | On Sale {% endif %} {% case product.status %} {% when 'sold-out' %} | Sold Out {% when 'coming-soon' %} | Coming Soon {% endcase %}
{% endif %}
{% if product.name == 'mint jelly' %}
-
{{ product.name }} - 39.9 €
More{{ product.name | truncate: 28 }}
{{ product.default_price | money_with_sign }} {% if product.on_sale %} | On Sale {% endif %} {% case product.status %} {% when 'sold-out' %} | Sold Out {% when 'coming-soon' %} | Coming Soon {% endcase %}
{% endif %}
{% if product.name == 'invisible jelly' %}
-
{{ product.name }} -
39.9
36.9 €
More{{ product.name | truncate: 28 }}
{{ product.default_price | money_with_sign }} {% if product.on_sale %} | On Sale {% endif %} {% case product.status %} {% when 'sold-out' %} | Sold Out {% when 'coming-soon' %} | Coming Soon {% endcase %}
{% endif %}
{% endfor %}
No products found.
{% 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.
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";
}