Skip to content
SIGN UP FOR 10% OFF YOUR FIRST ORDER
SKINCARE THAT USES CLINICALLY PROVEN ACTIVES
Free shipping for orders over $50
FREE SHIPPING FOR ORDERS OVER $150
Free shipping for orders over $150
Sorry, there are no products in this collection
You Glow
Show us your SBH Skin.
Share that healthy SBH glow on instagram with a tag or hashtag #SALTBYHENDRIX
salt-by-hendrix.myshopify.com
https://saltbyhendrix.com
14651218
$
USD
#ffffff
#000000
true
false
true
#000000
#ffffff
#000000
#ffffff
Quickview
#000000
#ffffff
product-grid-item
fa fa-shopping-bag
.product-grid-item:hover .quick-view-button.disp{opacity: 0.85;}
.product-grid-item .product__grid__info .quick-view-button.disp{display: none;}
.product-grid-item [data-handle]{position: relative;}
.js-menu .variant-main-bg{display:none;}
.js-menu .variant-main-bg .radio-inner-box{margin-bottom: 10px;}
.QeAddtocart-btn, .QeGOtocart-link {
font-family: proxima-nova;
font-weight: 100;
letter-spacing: 0.1em !important;
border: 1px solid #1C1B1A !important;
background: #FAFAFA !important;
color: #1C1B1A !important;
}
.QeAddtocart-btn:hover, .QeGOtocart-link:hover{
background: #1C1B1A !important;
color: #FAFAFA !important;
}
.header-drower h2 {
font-family: proxima-nova;
font-weight: 600 !important;
letter-spacing: 0.1em !important;
}
.product-details__subtitle_qe {
/*display: none !important;*/
}
.quick-view {
font-family: proxima-nova;
font-weight: 100;
border-radius: 50px;
font-size: 15px;
letter-spacing: 0.05em;
padding: 5px 10px !important;
background: rgba(0,0,0,0.75) !important;
}
.product-details__title_qe {
font-family: ivypresto-display;
font-weight: 100 !important;
letter-spacing: 0.1em;
}
.drbr-qe-right-price {
font-family: halyard-text;
font-weight: 100;
}
.qe_product-discription_right {
font-family: halyard-text;
font-weight: 100;
}
$(document).on("click", "body", function (e) {
var targetDiv = e.target;
if( (targetDiv.id).trim() == 'Qe-mySidenav' ){
var cl = document.body.classList;
if (cl.contains('Qe-mystyle')) {
cl.remove('Qe-mystyle');
var clcloase = $(".header-drower .js-menu__close a")[0].classList;
if (clcloase.contains('add-to-cart-clicked')) {
location.reload();
}
}
}
});
$(document).on("click", ".header-drower .js-menu__close a", function (e) {
var cl = e.target.classList;
if (cl.contains('add-to-cart-clicked')) {
location.reload();
}
});
$(document).on("click", ".quick-view-button a", function () {
$('.Qe_Drawer-view #main-drawer').addClass("drawer-loader");
$('.Qe_Drawer-view .header-drower, .Qe_Drawer-view .detail-qe-drower-inner, .qe_annocement_bar').addClass("hide-for-loader");
$.getJSON('https://ipapi.co/json/', function(data) {
var objLocation = JSON.parse(JSON.stringify(data, null, 2));
var country_code = objLocation.country_code;
var currency = objLocation.currency;
setTimeout(function() {
var country_code_array = [];
$('#main-drawer .swatch-option-value').each(function() {
country_code_array.push($(this).val());
});
var isVal = country_code_array.includes(country_code);
if(isVal==false){
$('#main-drawer .swatch-option-value[value="ROW"]').prop("checked", true).trigger("click");
setTimeout(function() {
var currentVal = $('.drbr-qe-right-price').text();
var currentValsplit = currentVal.split(' ').shift();
var currencyStatic = 'USD';
console.log(currentValsplit);
console.log(currentValsplit + ' '+ currencyStatic);
$('.drbr-qe-right-price').text(currentValsplit + ' '+ currencyStatic);
}, 1000);
}else{
$('#main-drawer .swatch-option-value[value="'+country_code+'"]').prop("checked", true).trigger("click");
}
if(currency=='AED'){
setTimeout(function() {
var currentVal = $('.drbr-qe-right-price').text();
var currentValsplit = currentVal.split(' ').shift();
console.log(currentValsplit);
console.log(currentValsplit + ' '+ currency);
$('.drbr-qe-right-price').text(currentValsplit.substr(1) + ' '+ currency);
}, 1000);
}
$('.Qe_Drawer-view #main-drawer').removeClass("drawer-loader");
$('.Qe_Drawer-view .header-drower, .Qe_Drawer-view .detail-qe-drower-inner, .qe_annocement_bar').removeClass("hide-for-loader");
}, 1600);
});
});