{% endif %}
{% for badge in badges %} {% assign show_badge = false %} {% if product.tags contains badge.tag %} {% assign show_badge = true %} {% endif %} {% for sibling in product.siblings %} {% if sibling.tags contains badge.tag %} {% assign show_badge = true %} {% endif %} {% endfor %} {% if show_badge %} {{ badge.label }} {% endif %} {% endfor %}
{% endif %}- {% if product.siblings.size > 0 %} {% assign types = product.siblings | map: 'product_type' | uniq %} {% for type in types %} {% if type == blank %}{% continue %}{% endif %}
- {{ type | split : ' - ' | last }} {% endfor %} {% unless types contains product.type %} {% assign productType = product.type | handlize %}
- {{ productType | split : ' - ' | last }} {% endunless %} {% endif %}
{% if product.siblings.size > 0 %}
{%- assign swatch_styles = 'h-full w-full object-contain' -%} {% assign limit = 4 %} {% if product.siblings.size > 4 %} {% assign limit = 3 %} {% endif %} {% assign featured_swatch_src = product.variants[0].option1 | handle %} {% assign featured_swatch_tooltip = product.variants[0].option1 %} {% for tag in product.tags %} {% if tag contains 'colour:' or tag contains 'Colour:' %} {% assign colour_tag = tag | split: ':' | last | capitalize %} {% endif %}{% endfor %}{% if color_map == blank %} {% for color in color_map_backup %} {% assign key = color | split: ':' | first %} {% assign value = color | split: ':' | last %} {% if key == colour_tag %} {% assign bg_color = value %} {% break %} {% endif %} {% endfor %}{% else %} {% assign bg_color = color_map[colour_tag] %}{% endif %}
{% assign siblings = product.siblings %} {% for sibling in siblings limit:limit %} {% if sibling.variants[0].title %} {% assign swatch_src = sibling.variants[0].title | split: "/" | first | handle %} {% assign swatch_tooltip = sibling.variants[0].title | split: "/" | first %} {% endif %} {% for tag in sibling.tags %} {% if tag contains 'colour:' or tag contains 'Colour:' %} {% assign colour_tag = tag | split: ':' | last | capitalize %} {% endif %} {% endfor %} {% if color_map == blank %} {% for color in color_map_backup %} {% assign key = color | split: ':' | first %} {% assign value = color | split: ':' | last %} {% if key == colour_tag %} {% assign bg_color = value %} {% break %} {% endif %} {% endfor %} {% else %} {% assign bg_color = color_map[colour_tag] %} {% endif %}
{% endfor %} {% if product.siblings.size > 4 %}
+{{ product.siblings.size | minus: 4 }} More
{% endif %}
{% else %} {% assign featured_swatch_src = product.variants[0].option1 | handle %} {% assign featured_swatch_tooltip = product.variants[0].option1 %} {% assign colour_tag = '' %}{% for tag in product.tags %} {% if tag contains 'colour:' or tag contains 'Colour:' %} {% assign colour_tag = tag | split: ':' | last | capitalize %} {% endif %}{% endfor %}{% if color_map == blank %} {% for color in color_map_backup %} {% assign key = color | split: ':' | first %} {% assign value = color | split: ':' | last %} {% if key == colour_tag %} {% assign bg_color = value %} {% break %} {% endif %} {% endfor %}{% else %} {% assign bg_color = color_map[colour_tag] %}{% endif %}
{% endif %} {% if product.available == false %} Sold out {% endif %}
{% assign vendor_handle = product.vendor | handle %} {{ product.vendor }}
{% assign markdown = false %} {% if product.compare_at_price and product.compare_at_price > 0 and product.compare_at_price != blank %} {% assign markdown = true %} {% endif %}
{% assign price = product.variants[1].price | default: product.price %} {% comment %} {% if product.price_min > 0 and product.price_min < price %} {% assign price = product.price_min %} {% endif %} {% endcomment %} {{ price | money | split: ' ' | first }} {% if product.variants[1].compare_at_price > product.variants[1].price or product.compare_at_price > product.price %} {% comment %} %} {{ product.variants[1].compare_at_price | default: product.compare_at_price | money | split: ' ' | first }} {% endcomment %} {% endif %} {% if markdown %} {{ product.compare_at_price | money | remove:'AUD' }} {% endif %}
{% assign promos = product.product_promo | split: ',' %} {% assign product_collections = product.collection_handle %} {% assign promos_no_click = true %}
- {% assign displayed_promos = "" %} {% for promo in promos %} {% assign promo = promo | remove: '[' | remove: ']' %} {% assign promo_clean = promo | strip %} {% assign promo_variants = promo_clean | remove: '[' | remove: ']' | split: ' or ' %} {% for promo_variant in promo_variants %} {% assign promo_parts = promo_variant | split: ' for $' %} {% assign quantity = promo_parts[0] | strip %} {% assign price = promo_parts[1] | strip %} {% assign collection_slug = quantity | append: '-for-' | append: price %} {% for collection in product_collections %} {% assign clean_url = collection_slug %} {% assign collection_slug_clean = collection_slug | replace: '"', '' %} {% if collection contains collection_slug_clean %} {% assign promos_no_click = false %} {% unless displayed_promos contains new_collection_slug_clean %} {% assign displayed_promos = displayed_promos | append: new_collection_slug_clean | append: '|' %}
- {{ promo_variant | remove: '[' | remove: ']' | remove: '"' }} {% endunless %} {% endif %} {% endfor %} {% endfor %} {% endfor %} {% if promos_no_click %} {% for promo in promos %}
- {% if collection_slug_clean contains 'BLACKFRIDAY' %} {%endif%} {{- promo | remove: '[' | remove: '"' | remove: '"' | remove: ']' -}} {% if collection_slug_clean contains 'BLACKFRIDAY' %} {%endif%} {% endfor %} {% endif %}
{% for tag in product.tags %} {% if tag contains 'badge' %} {% assign tag_parts = tag | split: '::' %} {% assign tag_prefix = tag_parts[0] %} {% assign tag_name = tag_parts[1] %} {% assign new_tag = false %} {% assign almost_gone_tag = false %} {% assign sale_tag = false %} {% assign tag_text_color = tag_parts[3] | default: '#ffffff' %} {% assign badge_tag = tag | split: '::' | last %} {% assign hidden_tag = false %} {% if badge_tag == 'sale' or tag_name == 'SALE' %} {% assign hidden_tag = true %} {% assign sale_tag = true %} {% assign tag_color = tag_parts[2] | default: '#DE3333' %}
{% else %} {% assign tag_color = tag_parts[2] | default: '#202020' %}
{% endif %} {% if tag_name == 'Almost Gone' %} {% assign almost_gone_tag = true %} {% endif %} {% if tag_name == 'new' %} {% assign new_tag = true %} {% endif %}
{{ tag_name }}
{% endif %} {% endfor %} {% for badge in productBadges | where: 'type', 'text'%} {% if product.tags contains badge.tag and badge.type != 'option' and badge.type != 'icon' and badge.type != 'graphic' %}
{{ badge.item }}
{% endif %} {% endfor %}
Home / Womens /
We Are Feel Good Inc
$19.95
Or Buy Now Pay Later{% unless apply_badge %} {% assign apply_badge = badge %} {% endunless %} {% endif %} {% endfor %} {% if apply_badge %} {% assign badge = apply_badge %} <{{'script'}}> try { {% if badge.cart != blank %} _n.qs('[neptune-product]').properties._badge_cart = `{{ badge.cart }}` {% endif %} {% if badge.checkout != blank %} _n.qs('[neptune-product]').properties.badge_checkout = `{{ badge.checkout }}` {% endif %} {% if badge.email != blank %} _n.qs('[neptune-product]').properties._badge_email = `{{ badge.email }}` {% endif %} {% if badge.color != blank %} _n.qs('[neptune-product]').properties._badge_color = `{{ badge.color }}` {% endif %} } catch(err) {} {{'script'}}> {% else %} <{{'script'}}> try { delete _n.qs('[neptune-product]').properties._badge_cart delete _n.qs('[neptune-product]').properties.badge_checkout delete _n.qs('[neptune-product]').properties._badge_email delete _n.qs('[neptune-product]').properties._badge_color } catch(err) {} {{'script'}}> {% endif %}
SIGNATURE LIP BALM SPF50+ 8ML
SIGNATURE LIP BALM SPF50+ 8ML
{% endif %} {% endfor %}
This item is a recurring or deferred purchase. By continuing, I agree to the cancellation policy and authorize you to charge my payment method at the prices, frequency and dates listed on this page until my order is fulfilled or I cancel, if permitted.
Shipping & Returns plus minus
Free Shipping on orders over $100
or
Sign up for Free Shipping!
30-Day Free Returns
Find out more
Read More
Details & Features plus minus
SIGNATURE LIP BALM SPF50+ 8ML
Style FGSILB8Color Code 100
Apply liberally to lips
Avoid prolonged exposure in the sun
Wear protective clothing, hats and eyewear, and apply sunscreen when exposed to the sun
Topical use
Store below 30?C.Composition:
Read More
Description plus minus
Inspired by the adventurous at heart!
Extreme protection so there's nothing between you and salty kisses by the sea. Enriched with Vitamin E, Cocoa Oil, Shea Butter and Omega 3, 6 & 9. Our Signature Lip Balm (formerly Cocoa Lip Balm SPF 50+ with a new and improved formula) is broad spectrum SPF 50+ to give you maximum coverage and protect your lips form the harmful rays of the sun.
Does not contain PABA, parabens, oxybenzone or octinoxate.
Australian owned and made.
Read More
Beach Essentials
Everything you need for sun drenched days!
Shop Now
{% assign badges = productBadges | where: 'type', 'icon' %} {% for badge in badges %} {% if product.tags contains badge.tag %} {% if badge.icon contains '.' %} {% else %}
{% endif %} {% break %} {% endif %} {% endfor %} {% assign badges = productBadges | where: 'type', 'option' %} {% if badges != blank %}
{% for badge in badges %} {% assign show_badge = false %} {% if product.tags contains badge.tag %} {% assign show_badge = true %} {% endif %} {% for sibling in product.siblings %} {% if sibling.tags contains badge.tag %} {% assign show_badge = true %} {% endif %} {% endfor %} {% if show_badge %} {{ badge.label }} {% endif %} {% endfor %}
{% endif %}
- {% if product.siblings.size > 0 %} {% assign types = product.siblings | map: 'product_type' | uniq %} {% for type in types %} {% if type == blank %}{% continue %}{% endif %}
- {{ type | split : ' - ' | last }} {% endfor %} {% unless types contains product.type %} {% assign productType = product.type | handlize %}
- {{ productType | split : ' - ' | last }} {% endunless %} {% endif %}
{% if product.siblings.size > 0 %}
{%- assign swatch_styles = 'h-full w-full object-contain' -%} {% assign limit = 4 %} {% if product.siblings.size > 4 %} {% assign limit = 3 %} {% endif %} {% assign featured_swatch_src = product.variants[0].option1 | handle %} {% assign featured_swatch_tooltip = product.variants[0].option1 %} {% for tag in product.tags %} {% if tag contains 'colour:' or tag contains 'Colour:' %} {% assign colour_tag = tag | split: ':' | last | capitalize %} {% endif %}{% endfor %}{% if color_map == blank %} {% for color in color_map_backup %} {% assign key = color | split: ':' | first %} {% assign value = color | split: ':' | last %} {% if key == colour_tag %} {% assign bg_color = value %} {% break %} {% endif %} {% endfor %}{% else %} {% assign bg_color = color_map[colour_tag] %}{% endif %}
{% assign siblings = product.siblings %} {% for sibling in siblings limit:limit %} {% if sibling.variants[0].title %} {% assign swatch_src = sibling.variants[0].title | split: "/" | first | handle %} {% assign swatch_tooltip = sibling.variants[0].title | split: "/" | first %} {% endif %} {% for tag in sibling.tags %} {% if tag contains 'colour:' or tag contains 'Colour:' %} {% assign colour_tag = tag | split: ':' | last | capitalize %} {% endif %} {% endfor %} {% if color_map == blank %} {% for color in color_map_backup %} {% assign key = color | split: ':' | first %} {% assign value = color | split: ':' | last %} {% if key == colour_tag %} {% assign bg_color = value %} {% break %} {% endif %} {% endfor %} {% else %} {% assign bg_color = color_map[colour_tag] %} {% endif %}
{% endfor %} {% if product.siblings.size > 4 %}
+{{ product.siblings.size | minus: 4 }} More
{% endif %}
{% else %} {% assign featured_swatch_src = product.variants[0].option1 | handle %} {% assign featured_swatch_tooltip = product.variants[0].option1 %} {% assign colour_tag = '' %}{% for tag in product.tags %} {% if tag contains 'colour:' or tag contains 'Colour:' %} {% assign colour_tag = tag | split: ':' | last | capitalize %} {% endif %}{% endfor %}{% if color_map == blank %} {% for color in color_map_backup %} {% assign key = color | split: ':' | first %} {% assign value = color | split: ':' | last %} {% if key == colour_tag %} {% assign bg_color = value %} {% break %} {% endif %} {% endfor %}{% else %} {% assign bg_color = color_map[colour_tag] %}{% endif %}
{% endif %} {% if product.available == false %} Sold out {% endif %}
{% assign vendor_handle = product.vendor | handle %} {{ product.vendor }}
{% assign markdown = false %} {% if product.compare_at_price and product.compare_at_price > 0 and product.compare_at_price != blank %} {% assign markdown = true %} {% endif %}
{% assign price = product.variants[1].price | default: product.price %} {% comment %} {% if product.price_min > 0 and product.price_min < price %} {% assign price = product.price_min %} {% endif %} {% endcomment %} {{ price | money | split: ' ' | first }} {% if product.variants[1].compare_at_price > product.variants[1].price or product.compare_at_price > product.price %} {% comment %} %} {{ product.variants[1].compare_at_price | default: product.compare_at_price | money | split: ' ' | first }} {% endcomment %} {% endif %} {% if markdown %} {{ product.compare_at_price | money | remove:'AUD' }} {% endif %}
{% assign promos = product.product_promo | split: ',' %} {% assign product_collections = product.collection_handle %} {% assign promos_no_click = true %}
- {% assign displayed_promos = "" %} {% for promo in promos %} {% assign promo = promo | remove: '[' | remove: ']' %} {% assign promo_clean = promo | strip %} {% assign promo_variants = promo_clean | remove: '[' | remove: ']' | split: ' or ' %} {% for promo_variant in promo_variants %} {% assign promo_parts = promo_variant | split: ' for $' %} {% assign quantity = promo_parts[0] | strip %} {% assign price = promo_parts[1] | strip %} {% assign collection_slug = quantity | append: '-for-' | append: price %} {% for collection in product_collections %} {% assign clean_url = collection_slug %} {% assign collection_slug_clean = collection_slug | replace: '"', '' %} {% if collection contains collection_slug_clean %} {% assign promos_no_click = false %} {% unless displayed_promos contains new_collection_slug_clean %} {% assign displayed_promos = displayed_promos | append: new_collection_slug_clean | append: '|' %}
- {{ promo_variant | remove: '[' | remove: ']' | remove: '"' }} {% endunless %} {% endif %} {% endfor %} {% endfor %} {% endfor %} {% if promos_no_click %} {% for promo in promos %}
- {% if collection_slug_clean contains 'BLACKFRIDAY' %} {%endif%} {{- promo | remove: '[' | remove: '"' | remove: '"' | remove: ']' -}} {% if collection_slug_clean contains 'BLACKFRIDAY' %} {%endif%} {% endfor %} {% endif %}
{% for tag in product.tags %} {% if tag contains 'badge' %} {% assign tag_parts = tag | split: '::' %} {% assign tag_prefix = tag_parts[0] %} {% assign tag_name = tag_parts[1] %} {% assign new_tag = false %} {% assign almost_gone_tag = false %} {% assign sale_tag = false %} {% assign tag_text_color = tag_parts[3] | default: '#ffffff' %} {% assign badge_tag = tag | split: '::' | last %} {% assign hidden_tag = false %} {% if badge_tag == 'sale' or tag_name == 'SALE' %} {% assign hidden_tag = true %} {% assign sale_tag = true %} {% assign tag_color = tag_parts[2] | default: '#DE3333' %}
{% else %} {% assign tag_color = tag_parts[2] | default: '#202020' %}
{% endif %} {% if tag_name == 'Almost Gone' %} {% assign almost_gone_tag = true %} {% endif %} {% if tag_name == 'new' %} {% assign new_tag = true %} {% endif %}
{{ tag_name }}
{% endif %} {% endfor %} {% for badge in productBadges | where: 'type', 'text'%} {% if product.tags contains badge.tag and badge.type != 'option' and badge.type != 'icon' and badge.type != 'graphic' %}
{{ badge.item }}
{% endif %} {% endfor %}