Refine Search
-
-
Filter by
Sort by
No products are found in this category.
jq(".stylesummarytext_desc").each(function(){ console.log(jq(this).find(".spn_P5:empty")); if(jq(this).find(".spn_P5:empty").length == 0){ jq(this).find('.spn_P1').css("text-decoration", "line-through"); }else{ jq(this).find('.spn_P1').css("text-decoration", "") }});
if (window.innerWidth < 768) {
var bottomResultBar = jq(".styleresultbar")[1];
var bottomSearchWrap = jq(".refine-search-wrap")[1];
jq(bottomResultBar).insertBefore(bottomSearchWrap);
bottomSearchWrap.style.display = "none";
}