YOUR CART
$44
$60
$75
$99+
Tier 1 Gift 50% Off Shipping
Free Shipping
Tier 2 Gift 10% Off
Tier 3 Gift 20% Off
You are $44.00 away from a 50% Off Shipping + Tier 1Gift
Bag
Your bag is currently empty.
Continue Shopping').show(); $(".sample-popup-block #sample-free-product-section .sample-container").owlCarousel({ 'items': 3, 'loop':true, 'nav': true, 'dots':true, 'pagination': true, 'margin':10, 'responsive':{ 0:{ 'items':3 }, 600:{ 'items':3 }, 480:{ 'items':2, }, 320:{ 'items':2, } } }); } /* spvirani new cart design new */ if($(res).find('.cart-recommand.pair-well .tni_pair_well_slider').html() != undefined) { $(".cart-recommand.pair-well .tni_pair_well_slider").owlCarousel({ 'items':1.5, 'loop':true, 'nav': true, 'dots':true, 'pagination': true, 'margin':15, 'responsive':{ 0:{ 'items':1, 'margin':5, }, 600:{ 'items':1.5 } } }); } if($(res).find('.tni_cart_amount_notice_new').html() == undefined) { $('.tni_cart_amount_notice').hide(); $('.ni-drawer .progressBar.go-cart-drawer').addClass('tni_hide_offer_notice_progressBar'); $('.grid.mini-cart-grid-parent').addClass('tni_hide_offer_notice_mini-cart-grid-parent'); } else { $('.tni_cart_amount_notice').show().html($(res).find('.tni_cart_amount_notice_new').html()); $('.ni-drawer .progressBar.go-cart-drawer').removeClass('tni_hide_offer_notice_progressBar'); $('.grid.mini-cart-grid-parent').removeClass('tni_hide_offer_notice_mini-cart-grid-parent'); } /* spvirani design new */ jQuery(".cart-link__bubble").addClass("cart-link__bubble--visible"); /* cart emty or not */ if($(res).find('.tni_cart_item_empty').html() != undefined) { console.log("spvirani check empty cart"); jQuery('.progressBar').addClass('tni_bundle_in_cart_mini'); jQuery('.ni-drawer .drawer__title').removeClass('tni_is_bundle_in_cart_1'); jQuery('.tni_cart_amount_notice').hide(); jQuery(".cart-link__bubble").removeClass("cart-link__bubble--visible"); } /* cart emty or not */ if(niisopencart == 1) { jQuery('.cart-link').trigger('click'); } /* free gift selection code */ if(j_total_price >= j_tni_milestone_1 && tni_is_bundle_in_cart == 1) { var tni_milestone_free_gift_1 = jQuery('.p_tni_milestone_free_gift.p_tni_milestone_free_gift_1').attr("data-gift-selected"); if (tni_milestone_free_gift_1 == "") { tniToggleFreeGiftPopup(1,tni_milestone_free_gift_1); } } /* if(j_total_price >= j_tni_milestone_2 && tni_is_bundle_in_cart == 1) { var tni_milestone_free_gift_2 = jQuery('.p_tni_milestone_free_gift.p_tni_milestone_free_gift_2').attr("data-gift-selected"); if (tni_milestone_free_gift_2 == "") { tniToggleFreeGiftPopup(2,tni_milestone_free_gift_2); } } */ if(j_total_price >= j_tni_milestone_3 && tni_is_bundle_in_cart == 1) { var tni_milestone_free_gift_3 = jQuery('.p_tni_milestone_free_gift.p_tni_milestone_free_gift_3').attr("data-gift-selected"); if (tni_milestone_free_gift_3 == "") { tniToggleFreeGiftPopup(3,tni_milestone_free_gift_3); } } if(j_total_price >= j_tni_milestone_4 && tni_is_bundle_in_cart == 1) { var tni_milestone_free_gift_4 = jQuery('.p_tni_milestone_free_gift.p_tni_milestone_free_gift_4').attr("data-gift-selected"); if (tni_milestone_free_gift_4 == "") { tniToggleFreeGiftPopup(4,tni_milestone_free_gift_4); } } /* free gift selection code */ /* end progressbar spvirani */ } }); }); }) } function tniToggleFreeGiftPopup(c_milestone,selectedvariant) { jQuery(".tni_milestone_free_gift_"+c_milestone).show(); } function tniAddMileStoneFreeGift(thiss,tni_mileston_gift_product_id,tni_mileston_id) { var milestonefreegiftitem = {}; var p_free_gift_line_id = jQuery('.p_tni_milestone_free_gift.p_tni_milestone_free_gift_'+tni_mileston_id).attr("p_free_gift_line_id"); if (p_free_gift_line_id != "") { $.ajax({ type: 'POST', url: '/cart/change.js', // Shopify AJAX API endpoint data: { line: p_free_gift_line_id, quantity: 0 }, dataType: 'json', success: function(response) { tniAddtoCartMileStoneFreeGift(thiss,tni_mileston_gift_product_id,tni_mileston_id); } }); } else { tniAddtoCartMileStoneFreeGift(thiss,tni_mileston_gift_product_id,tni_mileston_id); } } function tniAddtoCartMileStoneFreeGift(thiss,tni_mileston_gift_product_id,tni_mileston_id) { data = { "id": tni_mileston_gift_product_id, "quantity": 1, "properties": { "milestone": tni_mileston_id, "gift_title": jQuery(thiss).children('.tni_free_title').html() } } $.ajax({ type: 'POST', url: '/cart/add.js', data: data, dataType: 'json', success: function (response) { jQuery(".p_tni_milestone_free_gift.p_tni_milestone_free_gift_"+tni_mileston_id).html(jQuery(thiss).children('.tni_free_title').html()).attr("data-gift-selected",tni_mileston_gift_product_id); jQuery(".tni_progress_bar_step_"+tni_mileston_id+ " .tni_progress_step_image_outer .tni_progress_step_image").attr('src',jQuery(thiss).children('img').attr('src')); jQuery(".tni_milestone_free_gift_"+tni_mileston_id).hide(); tniReloadMinicart1(1); } }); } function remove_bundle(value){ // debugger $.ajax({ type: 'POST', url: '/cart/change.js', async:false, dataType: "json", data: { "line": value, "quantity": "0" }, success:function(data) { console.log("Success: deleted"); }, error:function(data){ console.log("Error"+data); } }); } function update_bundle(value,va){ $.ajax({ type: 'POST', url: '/cart/change.js', async:false, dataType: "json", data: { "line": value, "quantity": va }, success:function(data) { console.log("Success: updated"); }, error:function(data){ console.log(data); } }); } (function() { let checkJqueryTheme = setInterval(function() { if (window.$ && window.jQuery) {var mid = $('.cart__subtotal').attr('discount-bundle');var discount = 0;$(document.body).on('click', 'button.cart__checkouts' ,function(e){ $(this).addClass("cart-to-checkout-progress"); var mid = $('.cart__subtotal').attr('discount-bundle');var discount = 0; e.preventDefault();e.stopPropagation();e.stopImmediatePropagation(); var sbs = ""; // debugger $.getJSON('/cart', function(res) { if (!$(this).hasClass("test")) { $(this).addClass("test") discount = parseFloat($('.cart__subtotal').attr('discount-bundle')) var tniofferDiscountCode = ""; var tniCartTotal = (res.original_total_price / 100); var tniofferDiscountMilestone_2 = 60; var tniofferDiscountMilestone_3 = 75; var tniofferDiscountMilestone_4 = 99; var tni_milestone_2_coupon_code = ""; var tni_milestone_3_coupon_code = "MINICART10"; var tni_milestone_4_coupon_code = "MINICART20"; if(tniCartTotal >= tniofferDiscountMilestone_2 && tni_milestone_2_coupon_code != "") { tniofferDiscountCode = ""; } if(tniCartTotal >= tniofferDiscountMilestone_3 && tni_milestone_3_coupon_code != "") { tniofferDiscountCode = "MINICART10"; } if(tniCartTotal >= tniofferDiscountMilestone_4 && tni_milestone_4_coupon_code != "") { tniofferDiscountCode = "MINICART20"; } jQuery( res.items ).each(function(i,item) { var tnibestsellerslist = [9508313039158,9357248201014,9339746812214,9333891367222,6775749935190,6775749312598,6775749509206,9219439198518,9219488055606,9219499852086,9494718316854,9219506274614,9219522330934,9219527475510,9219535536438,9219543335222,9219548315958,9219554050358,9219562864950,9219569811766]; if(jQuery.inArray(item.product_id, tnibestsellerslist) !== -1) { tniofferDiscountCode = ""; console.log("is in array : " + item.product_id); } var tnibestprebundelvariantid = [40066890301526,40080210362454,40080226582614,40080244899926,40080263643222,40080267706454,40080277995606,40080290578518,40080301359190,40080308928598,40080333111382]; if(jQuery.inArray(item.variant_id, tnibestprebundelvariantid) !== -1) { tniofferDiscountCode = ""; console.log("is in array : " + item.variant_id); } let productType = item.product_type.toLowerCase(); if (productType == "samples") { if(item.properties == null || item.properties.bundle_name == undefined) { console.log("remove " + productType + ' product index : ' + i + ' product title : ' + item.product_title); } else { tniofferDiscountCode = ""; console.log("Bundle in cart found"); } } }); tniofferDiscountCode = ""; var vals = $('form.cart').find('input[name=_cart]').val(); if(discount > 0) { console.log("this is if "+ discount + " = " ) if(window.Shopify.currency.active != 'USD') { discount = discount/window.Shopify.currency.rate ; console.log("tniDiscountafter : "+ discount); console.log("tniDiscountRATE : "+ window.Shopify.currency.rate); console.log("tniRound : " + (Math.round(window.Shopify.currency.rate * 100) / 100).toFixed(2)); } $.getJSON('/cart', function(res){ var _data = JSON.stringify(res.items); var _start = new Date().toISOString(); var date = new Date(); date.setHours(new Date().getHours() + 1); var _end = date.toISOString(); var _subtotal = res.items_subtotal_price/100; var _minimum_oder_amount = _subtotal/window.Shopify.currency.rate; var _currency_rate = window.Shopify.currency.rate; var url = "https://shoptrihard.us/shopDiscount"; console.log("this is discount api "+ discount + " = " ) $.ajax({ url:url, type: "post", data: {data:_data,subtotal:_subtotal,discount:discount,start:_start,end:_end,minimum_oder_amount:_minimum_oder_amount,currency_rate:_currency_rate}, dataType: 'JSON', }) .done(function (response) { console.log(response.discount_code) $(".cart__checkout.cart__checkouts").removeClass("cart-to-checkout-progress"); window.location.href="https://www.trihard.co/checkout?discount="+response.discount_code; }) }) } else { console.log("this is called "+ discount + " = " ); $(".cart__checkout.cart__checkouts").removeClass("cart-to-checkout-progress"); window.location.href="https://www.trihard.co/checkout?discount="+tniofferDiscountCode; } } });}); $(document.body).on('click', '.cart__updates' , function(e){ e.preventDefault(); // debugger var prc = $(this).parents('.line-it').find('.sal_price').attr('data-price'); var prd = $(this).parents('.line-it').find('.sal_price').attr('data-discount'); var t = $(".ajaxcart__price.cart__subtotal").attr('data_t_price'); var t_d = $(".ajaxcart__price.cart__subtotal").attr('discount-bundle'); prc = parseInt(prc) prd = parseFloat(prd) t = parseInt(t) t_d = parseFloat(t_d) if($(this).hasClass('js-qty__adjust--plus')) { var va = $(this).siblings(".js-qty__num").val(); va++; var va = $(this).siblings(".js-qty__num").attr('value',va); var ppr = prc + t; var tt_d = t_d + prd; } else{ var va = $(this).siblings(".js-qty__num").val(); va--; var va = $(this).siblings(".js-qty__num").attr('value',va); var ppr = t - prc; var tt_d = t_d - prd; } var dataStuff = $(this).parent('.js-qty__wrapper').siblings('.upd').attr('data-update'); var va = $(this).siblings(".js-qty__num").val(); var abc = $(this).parents('.line-it').attr('data-cart-bundle-id'); if(typeof abc !== 'undefined' && abc !== false){ var str = dataStuff.substring(0, dataStuff.length); var dataStuffs = JSON.parse(str); console.log('length is '+dataStuffs.length); $.each(dataStuffs, function(index, value) { if(va == 0){ update_bundle(dataStuffs[0],va); }else{ update_bundle(value,va); } }); $(".ajaxcart__price.cart__subtotal").attr('data_t_price',ppr); ppr = theme.Currency.formatMoney(ppr, theme.settings.moneyFormat); $(".ajaxcart__price.cart__subtotal").html(ppr); $(".ajaxcart__price.cart__subtotal").attr('discount-bundle',tt_d); tniReloadMinicart1(); } else{ update_bundle(dataStuff,va); $(".ajaxcart__price.cart__subtotal").attr('data_t_price',ppr); var ppr = theme.Currency.formatMoney(ppr, theme.settings.moneyFormat); $(".ajaxcart__price.cart__subtotal").html(ppr); tniReloadMinicart1(); tniRemoveSelectProductqtyfromProductpage($(this).parents('.ajaxcart__quantity').attr("data-variantid"),$(this).parents('.ajaxcart__quantity').attr("data-productid")); tniRemoveSelectProductqtyfromCollectionpage($(this).parents('.ajaxcart__quantity').attr("data-variantid"),$(this).parents('.ajaxcart__quantity').attr("data-productid")); } }); $(document.body).on('click', 'a.bundle_removes',function(e){ e.preventDefault(); if (!$(this).hasClass("test")) { $(this).addClass("test"); $(this).next('.loading-spinner__circle-svg').show(); var dataStuff = $(this).attr('data-remove'); var dataStuffs = dataStuff.split(','); var obj = { }; $.each(dataStuffs, function(index, value) { if(dataStuffs[index] !== ""){ console.log(dataStuffs[index]); obj[dataStuffs[index]] = 0; } if(index == dataStuffs.length - 1){ // tniReloadMinicart1(); } }); $.ajax({ type: 'POST', url: '/cart/update.js', data: { updates:obj }, dataType: 'json', async:false, success:function(data) { tniReloadMinicart1(); }, error:function(data){ console.log("Error"+data); } }); } }); $(document.body).on('click', 'a.upd',function(e){ //$('.loading-spinner__circle-svg').show(); e.preventDefault(); if (!$(this).hasClass("test")) { console.log("called spvirani remove button"); $(this).next('.loading-spinner__circle-svg').show(); $(this).addClass("test") var value = $(this).attr('data-update'); remove_bundle(value); tniReloadMinicart1(); tniRemoveSelectProductqtyfromProductpage($(this).parents('.ajaxcart__quantity').attr("data-variantid"),$(this).parents('.ajaxcart__quantity').attr("data-productid")); tniRemoveSelectProductqtyfromCollectionpage($(this).parents('.ajaxcart__quantity').attr("data-variantid"),$(this).parents('.ajaxcart__quantity').attr("data-productid")); } }); clearInterval(checkJqueryTheme); } }, 100); })(); (function() { let checkJqueryTheme = setInterval(function() { if (window.$ && window.$.fn.owlCarousel) { $(".sample-container").owlCarousel({ 'items': 3, 'loop':true, 'nav': true, 'dots':true, 'pagination': true, 'margin':10, 'responsive':{ 0:{ 'items':3 }, 600:{ 'items':3 }, 420:{ 'items':2, }, 320:{ 'items':2, } } }); /* spvirani new cart desing */ $(".tni_pair_well_slider").owlCarousel({ 'items':1.5, 'loop':true, 'nav': true, 'dots':true, 'pagination': true, 'margin':15, 'responsive':{ 0:{ 'items':1, 'margin':5, }, 600:{ 'items':1.5 } } }); /* spvirani */ clearInterval(checkJqueryTheme); } }, 100); })(); function tniRemoveSelectProductqtyfromProductpage(tnivariantid,tni_pid){ if (typeof tnivariantid === "undefined") { } else { if($("body").hasClass("template-product")) { var $this = $('.tni_triprice_option_section .bundles-variants__item[data-variant_id="'+tnivariantid+'"]'); $(".tni_triprice_option_section .bundles-variants__item").removeClass("active"); $this.addClass("active"); $(".tni_offer_price_update_by_change_qty").html($.trim($(this).children(".bundle-variant-text").children(".bundle-variant-text__price").html())); $(".product-size span").html($.trim($(".tni_product_has_strike_price_option.active .tni_variant_selected_size").html())); jQuery.getJSON('/cart', function(cart) { var cartitemcount = 1; jQuery( cart.items ).each(function(i,item) { console.log("called"); if(item.variant_id == tnivariantid) { cartitemcount = 0; jQuery("#AddToCart-"+ tni_pid).parent().parent().find('.bundle-builder-app--quantity--amount').html(item.quantity); jQuery("#AddToCart-"+ tni_pid).parent().parent().find('.bundle_qty').removeClass("tni_hide_qty_box"); jQuery(".add-to-cart-button").html("In my Cart"); jQuery(".stickyAddToCart-"+ tni_pid).parent().parent().find('.bundle-builder-app--quantity--amount').html(item.quantity); jQuery(".stickyAddToCart-"+ tni_pid).parent().parent().find('.bundle_qty').removeClass("tni_hide_qty_box"); jQuery(".stickyAddToCart-"+ tni_pid).val("In my Cart"); } }); console.log("spviranicount" + cartitemcount); if(cartitemcount == 1) { jQuery("#AddToCart-" + tni_pid).children().html("Add To Cart").removeClass("tni_product_added"); jQuery('.tni-bundle-builder-app--product--quantity-' + tni_pid).addClass("tni_hide_qty_box"); jQuery(".add-to-cart-button").html("Add To Cart"); jQuery(".stickyAddToCart-").parent().parent().find('.bundle_qty').addClass("tni_hide_qty_box"); jQuery(".stickyAddToCart-").val("Add To Cart"); } }); } } } function tniRemoveSelectProductqtyfromCollectionpage(tnivariantid,tni_pid){ if($("body").hasClass("template-collection") || $("body").hasClass("template-index")) { jQuery.getJSON('/cart', function(cart) { var cartitemcount = 1; jQuery( cart.items ).each(function(i,item) { console.log("called"); if(item.product_id == tni_pid) { cartitemcount = 0; $('.bundle-builder-app--quantity--amount.tni-' + tni_pid).html(item.quantity); $('.tni-bundle-builder-app--product--quantity-' + tni_pid).removeClass("tni_hide_qty_box"); jQuery(".productclass_" + tnivariantid).val("In my Cart") } }); console.log("spviranicount" + cartitemcount); if(cartitemcount == 1) { $('.bundle-builder-app--quantity--amount.tni-' + tni_pid).html(0); $('.tni-bundle-builder-app--product--quantity-' + tni_pid).addClass("tni_hide_qty_box"); jQuery(".productclass_" + tnivariantid).val("Add To Cart").removeClass("tni_product_added"); jQuery(".productclass_" + tnivariantid).children().html("Add To Cart").removeClass("tni_product_added"); } }); } }
- Skin Care
Best Sellers
After-Swim Body Wash Extra Boost $19.98 $15.98 You Save $4.00View All
- Hair Care
Best Sellers
Swimmers Shampoo Extra Boost $19.98 $15.98 You Save $4.00The Hair Comb-O $40.87 $32.69 You Save $8.18View All
- Kids Care
- Best-Sellers
By popular demand
Lucy's Bundle $100.82 $80.69 You Save $20.13 + Free ShippingChlorine Removal $132.49 $103.39 You Save $29.10 + Free ShippingThe Tri-Care $60.85 $48.68 You Save $12.17 + Free ShippingView All
- Company
About Us our products Get in touch FAQ Blog
- create custom bundle
Swimming is more than just a sport or hobby—it’s a lifestyle. But while the pool offers a refreshing escape, chlorine, the chemical that keeps pools safe, can wreak havoc on your skin. Dryness, irritation, and that stubborn chlorine smell are all too familiar to swimmers. Enter Pre & Post Swim Body Lotion—a game changing solution designed to shield your skin from chlorine damage, lock in moisture, and keep your skin healthy and radiant. In this article, we’ll dive into why this lotion is a must have for every swimmer’s skincare routine, its unique features, and how it tackles the challenges of chlorine exposure. Why Swimmers Need Specialized Skincare
Chlorine is a double edged sword. While it sanitizes pools, it strips the skin of its natural oils, disrupts the skin barrier, and leaves it vulnerable to dryness, redness, and irritation. Over time, repeated exposure can lead to premature aging, eczema flare ups, or even “swimmer’s rash.” Traditional moisturizers often fall short because they aren’t formulated to combat chlorine absorption or neutralize its effects.
That’s where Pre & Post Swim Body Lotion steps in. Unlike ordinary lotions, this product is scientifically crafted to:
1. Reduce chlorine absorption before swimming.
2. Repair and replenish skin post swim.
3. Hydrate deeply to combat dryness.
4. Eliminate chlorine odor and residue.
Let’s break down how it works and why swimmers worldwide are making it their skincare staple. Key Features of Perfect Pre & Post Swim Body Lotion
1. Pre Swim Shield: Reduce Chlorine Absorption
Chlorine doesn’t just sit on your skin—it penetrates it. Lotion for swimmers creates an invisible barrier using natural emollients and antioxidants like shea butter, coconut oil, and vitamin E. These ingredients form a protective layer that minimizes chlorine’s ability to bind to your skin. Think of it as a “second skin” that guards against harsh chemicals while letting you move freely.
Why it matters: Less chlorine absorption means reduced risk of irritation, dryness, and long term damage. 2. Post Swim Recovery: Soothe and Repair
After swimming, your skin needs urgent care. Best Swimmers lotion formula combines aloe vera, repair the skin barrier, and restore moisture. Aloe vera’s cooling effect relieves redness, while oat extract tackles itchiness.
Why it matters: Quick recovery prevents the “tight,” uncomfortable feeling swimmers often face after leaving the pool.
3. Deep Hydration for Dry, Overworked Skin
Chlorine strips the skin of lipids, leading to parched, flaky patches. Swimmers lotion uses a triple moisture complex with glycerin and oils to replenish lost hydration and reinforce the skin’s natural barrier, while ensuring long lasting softness without greasiness.
Why it matters: Hydrated skin is resilient skin—less prone to cracking, itching, or peeling.
4. Chlorine Neutralization Technology
Ever notice that lingering chlorine smell even after showering? Swimmers lotion contains citrus based antioxidantsto break down chlorine molecules and neutralize odors at the source. No more harsh chemical smells—just fresh, clean skin.
Why it matters: Eliminating chlorine residue helps maintain your skin’s natural pH balance and overall health.
5. Fast Absorbing, Non Greasy Formula
Swimmers hate wasting time waiting for products to dry. Use lightweight, non-sticky formula absorbs in seconds, making it ideal for pre swim applications. Post swim, it won’t clog pores or leave a filmy residue, even under workout gear.
Why it matters: Convenience meets efficacy—perfect for busy athletes.
The Science Behind the Solution
To understand why this lotion works, let’s look at chlorine’s impact on skin:
Chlorine binds to proteins: It breaks down keratin, the protein that keeps skin smooth, leading to roughness.
Oxidative stress: Chlorine generates free radicals, accelerating aging and inflammation.
Moisture loss: It disrupts the lipid barrier, causing transepidermal water loss. Swimmers lotion formula combats these issues through:
Antioxidants (vitamin C and E): Neutralize free radicals.
How to Use the Pre & Post Swim Body Lotion
1. Pre Swim Application:
Apply a small amount before entering the pool. 2. Post Swim Routine:
Rinse off with fresh water immediately after swimming and cleanse with swim-specialized body wash.
Pat skin dry and massage the lotion into damp skin to lock in moisture.
Use daily for ongoing protection, even on non-swimming days.
Why Perfect Body Lotion Stands Out
Most swim specific skincare products focus only on post swim care, leaving skin vulnerable during exposure. dual action formula is unique because:
It’s proactive AND reactive: Protection starts before you dive in.
Safe for all skin types: Dermatologist tested, hypoallergenic, and free of parabens/sulfates.
Eco conscious: Vegan friendly, cruelty free, and packaged in recyclable materials.
4 Tips to Maximize Your Swim Skincare Routine
1. Apply pre-swim products before swimming: Use body lotion and conditioner to minimize chlorine absorption
2. Stay hydrated: Drink water to support skin health from within.
3. Exfoliate weekly: Remove dead skin cells for better product absorption.
4. Chlorine Removal Body wash: The main purpose is to effectively wash away chlorine, which regular body washes might not do. Chlorine can stay on the skin, leading to dryness and irritation.
5.Pair with sunscreen: UV rays amplify chlorine damage—use a water resistant SPF.
Conclusion: Dive In with Confidence
Chlorine doesn’t have to be the price you pay for a love of swimming. With Pre & Post Swim Body Lotion, you’re not just moisturizing—you’re arming your skin with science backed protection. Whether you’re a casual swimmer or a seasoned athlete, this lotion is your ticket to healthier, happier skin.