Drawing on Thermarest's pressure mapping technology, the Lumbar Pillow features die-cut foam down the center to reduce pressure along the spine, while maintaining density on the sides for the lateral support. It’s self-inflating to allow a personalized level of support and can be adjusted with one hand to add critical comfort to bad seats anywhere.
SpecificationsWeight: 4 oz / 120 gWidth: 7 in / 18 cmLength: 16 in / 36 cmThickness: 2.4 in / 6 cmPacked Dimension: 4 x 7Top Fabric Type: PolyesterBottom Fabric Type: PolyesterFill Material: Urethane FoamFoam Type: Urethane Foam
Prop 65 P (Toluene): Using this product will expose you to toluene, a chemical known to the State of California to cause birth defects or other reproductive harm.
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1279730",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'1279730',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'1279730'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});